mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
parent
a6e80eb8a0
commit
e4d99008fe
10 changed files with 638 additions and 396 deletions
|
@ -292,8 +292,8 @@ bool DownloadThread::_openAndPrepareDevice()
|
|||
|| !_file.flush()
|
||||
|| !::fsync(_file.handle()))
|
||||
{
|
||||
emit error(tr("Write error while trying to zero out last part of card.\n"
|
||||
"Card could be advertising wrong capacity (possible counterfeit)"));
|
||||
emit error(tr("Write error while trying to zero out last part of card.<br>"
|
||||
"Card could be advertising wrong capacity (possible counterfeit)."));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -733,7 +733,7 @@ bool DownloadThread::_verify()
|
|||
qint64 lenRead = _file.read(verifyBuf, qMin((qint64) IMAGEWRITER_VERIFY_BLOCKSIZE, (qint64) (_verifyTotal-_lastVerifyNow) ));
|
||||
if (lenRead == -1)
|
||||
{
|
||||
DownloadThread::_onDownloadError(tr("Error reading from storage.\n"
|
||||
DownloadThread::_onDownloadError(tr("Error reading from storage.<br>"
|
||||
"SD card may be broken."));
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -33,27 +33,32 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Fehler beim Ausführen von Diskpart: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Fehler beim Entfernen von existierenden Partitionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation>Authentifizierung abgebrochen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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:
|
||||
|
||||
|
@ -61,29 +66,47 @@ Bitte stellen Sie sicher, dass 'Raspberry Pi Imager' Zugriff auf &apos
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Speichergerät '%1' kann nicht geöffnet werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>Schreibfehler während dem Löschen des MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
Card could be advertising wrong capacity (possible counterfeit)</source>
|
||||
<translation>Fehler beim Löschen des letzten Teiles der Speicherkarte.
|
||||
Die Speicherkarte könnte mit einer falschen Größe beworben sein (möglicherweise Betrug)</translation>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation>Zugriff verweigert-Fehler beim Schreiben auf den Datenträger.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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?
|
||||
|
||||
|
@ -91,39 +114,37 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Fehler beim Schreiben der Datei auf den Speicher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Download beschädigt. Prüfsumme stimmt nicht überein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Fehler beim Schreiben auf den Speicher (während flushing)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Fehler beim Schreiben auf den Speicher (während fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>Fehler beim Schreiben auf des ersten Blocks (Partitionstabelle)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>Fehler beim Lesen vom Speicher.
|
||||
Die SD-Karte könnte kaputt sein.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -187,17 +208,13 @@ Die SD-Karte könnte kaputt sein.</translation>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>Die Speicherkapazität ist nicht groß genug.
|
||||
Sie muss mindestens %1 GB betragen</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>Die Eingabedatei ist kein gültiges Disk-Image.
|
||||
Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -205,7 +222,7 @@ Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
|||
<translation>Image herunterladen und schreiben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>Image wählen</translation>
|
||||
</message>
|
||||
|
@ -213,7 +230,12 @@ Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>Fehler beim Öffnen der Imagedatei</translation>
|
||||
</message>
|
||||
|
@ -275,7 +297,7 @@ Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SD-KARTE WÄHLEN</translation>
|
||||
</message>
|
||||
|
@ -313,13 +335,13 @@ Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalisieren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
|
@ -397,6 +419,10 @@ Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schreiben... %1%</translation>
|
||||
|
@ -417,38 +443,43 @@ Die Dateigröße%1 Bytes ist kein Vielfaches von 512 Bytes.</translation>
|
|||
<translation>Verifizierung... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Schreiben erfolgreich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fehler beim Parsen von os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,89 +33,112 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
Card could be advertising wrong capacity (possible counterfeit)</source>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -179,14 +202,12 @@ SD card may be broken.</source>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
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>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -195,7 +216,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -203,7 +224,12 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -265,7 +291,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -303,13 +329,13 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -387,6 +413,10 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -407,38 +437,43 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,91 +33,112 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Erreur lors de l'exécution de diskpart : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Erreur lors de la suppression des partitions existantes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Impossible d'ouvrir le périphérique de stockage '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>Erreur d'écriture lors du formatage du MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
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.
|
||||
Le stockage pourrait annoncer une mauvaise capacité (contrefaçon possible)</translation>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Erreur d'écriture dans le stockage (lors du formatage)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Erreur d'écriture dans le stockage (pendant l'exécution de fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Téléchargement corrompu. La signature ne correspond pas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>Erreur lors de l'écriture du premier bloc (table de partion)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>Erreur de lecture du stockage.
|
||||
La carte SD pourrait être défectueuse.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -181,17 +202,13 @@ La carte SD pourrait être défectueuse.</translation>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>La capacité de stockage n'est pas assez grande.
|
||||
Elle nécessite d'être d'au moins %1 GO</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>Le fichier source n'est pas une image disque valide.
|
||||
La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets.</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -199,7 +216,7 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
<translation>Téléchargement et écriture de l'image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>Sélectionnez l'image</translation>
|
||||
</message>
|
||||
|
@ -207,7 +224,12 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>Erreur lors de l'ouverture de l'image disque</translation>
|
||||
</message>
|
||||
|
@ -269,7 +291,7 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>CHOISISSEZ LA CARTE SD</translation>
|
||||
</message>
|
||||
|
@ -307,13 +329,13 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalisation...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>Formatter</translation>
|
||||
</message>
|
||||
|
@ -385,7 +407,17 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -395,7 +427,6 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
<translation>Attention</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Écriture... %1%</translation>
|
||||
|
@ -416,33 +447,33 @@ La taille du fichier (d'%1 octets) n'est pas un multiple de 512 octets
|
|||
<translation>Vérification... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Écriture réussie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Erreur de lecture du fichier os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,93 +33,114 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Errore escuzione diskpart: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Errore rimozione partizioni esistenti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation>Autenticazione annullata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||
<translation>Errore esecuzione auhopen per ottenere accesso al dispositivo disco %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Impossibile aprire dispositivo storage '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>Errore scrittura durante azzeramento MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
Card could be advertising wrong capacity (possible counterfeit)</source>
|
||||
<translation>Errore di scrittura durante il tentativo di azzerare l'ultima parte della scheda.
|
||||
La scheda potrebbe riportare una capacità maggiore di quella reale (possibile contraffazione)</translation>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation>Errore accesso negato durante la scrittura del file su disco.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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.
|
||||
Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all'elenco delle app consentite e riprova.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Errore scrittura file su disco</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Errore scrittura nello storage (durante fluhisng)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Errore scrittura nello storage (durante fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Downlaod corrotto.
|
||||
L'hash non corrisponde</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>Errore scrittura primo blocco (tabella partizione)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>Errore lettura dallo storage.
|
||||
La scheda SD potrebbe essere danneggiata.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||
<translation>Verifica scrittura fallita.
|
||||
Il contenuto della SD è differente da quello che vi è stato scritto.</translation>
|
||||
|
@ -184,17 +205,13 @@ Il contenuto della SD è differente da quello che vi è stato scritto.</translat
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>La capacità dello storage non è sufficiente.
|
||||
Sono necessari almeno %1 GB</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>Il file sorgente non è un'immagine disco valida.
|
||||
La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -202,7 +219,7 @@ La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
|||
<translation>Download e scrittura file immagine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>Seleziona file immagine</translation>
|
||||
</message>
|
||||
|
@ -210,7 +227,12 @@ La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>Errore durante l'apertura del file immagine</translation>
|
||||
</message>
|
||||
|
@ -272,7 +294,7 @@ La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SCEGLI SCHEDA SD</translation>
|
||||
</message>
|
||||
|
@ -310,13 +332,13 @@ La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalizzazione...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>Cancella</translation>
|
||||
</message>
|
||||
|
@ -394,6 +416,10 @@ La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Scrittura...%1</translation>
|
||||
|
@ -414,38 +440,43 @@ La dimensione file %1 non è un multiplo di 512 byte.</translation>
|
|||
<translation>Verifica...%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>Errore</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Scrittura completata senza errori</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Errore durante analisi file os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,90 +33,112 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Fout bij uitvoeren diskpart: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Fout bij verwijderen bestaande partities</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation>Authenticatie geannuleerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||
<translation>Fout bij uitvoeren authopen: '%1'</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Fout bij openen opslagapparaat '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation>wissen bestaande gegevens</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation>wissen eerste en laatste MB van opslag</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>Fout bij wissen MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
Card could be advertising wrong capacity (possible counterfeit)</source>
|
||||
<translation>Fout bij wissen laatste deel van de SD kaart.
|
||||
Kaart geeft mogelijk onjuiste capaciteit aan (mogelijk counterfeit)</translation>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation>Toegang geweigerd bij het schrijven naar opslag.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Fout bij schrijven naar opslag</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation>Fout bij downloaden: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Fout bij schrijven naar opslag (tijdens flushen)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Fout bij schrijven naar opslag (tijdens fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Download corrupt. Hash komt niet overeen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation>openen van opslag</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation>beginnen met downloaden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>Fout bij schrijven naar eerste deel van kaart (partitie tabel)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>Fout bij lezen van SD kaart. Kaart is mogelijk defect.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -180,17 +202,13 @@ SD card may be broken.</source>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>Opslagcapaciteit niet groot genoeg.
|
||||
Deze dient minimaal %1 GB te zijn</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>Invoerbestand is geen disk image.
|
||||
Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -198,7 +216,7 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<translation>Downloaden en schrijven van image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>Selecteer image</translation>
|
||||
</message>
|
||||
|
@ -206,7 +224,12 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation>openen image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>Fout bij openen image bestand</translation>
|
||||
</message>
|
||||
|
@ -273,7 +296,7 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SELECTEER SD KAART</translation>
|
||||
</message>
|
||||
|
@ -283,7 +306,6 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<translation>SCHRIJF</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schrijven... %1%</translation>
|
||||
|
@ -322,13 +344,13 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Afronden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>Wissen</translation>
|
||||
</message>
|
||||
|
@ -362,29 +384,39 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<source>Warning</source>
|
||||
<translation>Waarschuwing</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Voorbereiden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="765"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Voorbereiden... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fout bij parsen os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -420,14 +452,6 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<source>Mounted as %1</source>
|
||||
<translation>Mounted op %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QUIT APP</source>
|
||||
<translation type="vanished">AFSLUITEN</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CONTINUE</source>
|
||||
<translation type="vanished">VERDER GAAN</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
|
@ -439,21 +463,17 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<translation>Verifiëren... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>Fout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Klaar met schrijven</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><b>%2</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||
<translation type="vanished"><b>%2</b> is gewist<br><br>U kunt nu de SD kaart uit de lezer halen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,91 +33,112 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Chyba počas behu diskpart: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Chyba pri odstraňovaní existujúcich partiícií</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation>Zrušená autentifikácia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Nepodarilo sa otvoriť zariadenie úložiska '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>Chyba zápisu pri prepisovaní MBR nulami</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
Card could be advertising wrong capacity (possible counterfeit)</source>
|
||||
<translation>Chyba zápisu pri prepisovaní poslednej časti karty nulami.
|
||||
Karta pravdepodobne udáva nesprávnu kapacitu (a môže byť falošná)</translation>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation>Odopretý prístup pri zápise súboru na disk.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Chyba pri zápise na disk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Chyba pri zápise na úložisko (počas volania flush)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Chyba pri zápise na úložisko (počas volania fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Stiahnutý súbor je poškodený. Kontrolný súčet nesedí</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>Chyba pri zápise prvého bloku (tabuľky partícií)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>Chyba pri čítaní z úložiska.
|
||||
Karta SD môže byť poškodená.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -181,17 +202,13 @@ Karta SD môže byť poškodená.</translation>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>Kapacita úložiska je nedostatočná
|
||||
Musí byť aspoň %1 GB</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>Vstupný súbor nie je platným obrazom disku.
|
||||
Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -199,7 +216,7 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
<translation>Sťahujem a zapisujem obraz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>Vyberte obraz</translation>
|
||||
</message>
|
||||
|
@ -207,7 +224,12 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>Chyba pri otváraní súboru s obrazom</translation>
|
||||
</message>
|
||||
|
@ -274,7 +296,7 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>VYBERTE SD KARTU</translation>
|
||||
</message>
|
||||
|
@ -284,7 +306,6 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
<translation>ZÁPIS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Zapisujem... %1%</translation>
|
||||
|
@ -323,13 +344,13 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Ukončujem...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>Vymazať</translation>
|
||||
</message>
|
||||
|
@ -363,29 +384,39 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
<source>Warning</source>
|
||||
<translation>Varovanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="765"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Chyba pri spracovaní os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -432,17 +463,17 @@ Veľkosť súboru %1 bajtov nie je násobkom 512 bajtov.</translation>
|
|||
<translation>Overujem... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>Chyba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Zápis úspešne skončil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,90 +33,112 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Diskpart çalıştırılırken hata oluştu: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Mevcut bölümler kaldırılırken hata oluştu </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Depolama cihazı açılamıyor '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>MBR sıfırlanırken yazma hatası</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
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>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||
<translation>Depolamadan okuma hatası.<br>SD kart arızalı olabilir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Depolama alanına yazma hatası (flushing sırasında)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Depoya yazma hatası (fsync sırasında)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>İndirme bozuk. Hash eşleşmiyor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>İlk bloğu yazma hatası (bölüm tablosu)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>Depolamadan okuma hatası.
|
||||
SD kart arızalı olabilir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -180,17 +202,13 @@ SD kart arızalı olabilir.</translation>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>Depolama kapasitesi yeterince büyük değil.
|
||||
En az %1 GB olması gerekiyor</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
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.
|
||||
%1 bayt dosya boyutu 512 baytın katı değil.</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -198,7 +216,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation>Görüntü indirme ve yazma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>Imaj seç</translation>
|
||||
</message>
|
||||
|
@ -206,7 +224,12 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>Imaj dosyası açılırken hata oluştu</translation>
|
||||
</message>
|
||||
|
@ -268,7 +291,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SD KART SEÇİN</translation>
|
||||
</message>
|
||||
|
@ -306,13 +329,13 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Bitiriliyor...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>Sil</translation>
|
||||
</message>
|
||||
|
@ -391,6 +414,10 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Yazılıyor... %1%</translation>
|
||||
|
@ -411,38 +438,43 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation>Doğrulanıyor... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>Hata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Başarılı Yazıldı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>os_list.json ayrıştırma hatası</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -33,91 +33,112 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<location filename="../downloadthread.cpp" line="143"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>运行 “diskpart” 命令错误 %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<location filename="../downloadthread.cpp" line="164"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>删除现有分区时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<location filename="../downloadthread.cpp" line="190"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation>认证已取消</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<location filename="../downloadthread.cpp" line="193"/>
|
||||
<source>Error running authopen to gain access to disk device '%1'</source>
|
||||
<translation>运行authopen以获得对磁盘设备'%1'的访问权限时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="194"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<location filename="../downloadthread.cpp" line="215"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>无法打开存储设备'%1'。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<location filename="../downloadthread.cpp" line="257"/>
|
||||
<source>discarding existing data on drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>将MBR清零时写入错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="225"/>
|
||||
<source>Write error while trying to zero out last part of card.
|
||||
Card could be advertising wrong capacity (possible counterfeit)</source>
|
||||
<translation>尝试将卡的最后一部分清零时写入错误。
|
||||
卡的容量可能不正确(可能是扩容假卡)</translation>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||
<translation>从存储读取数据时错误。<br>SD卡可能已损坏。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation>将文件写入磁盘时访问被拒绝错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<location filename="../downloadthread.cpp" line="402"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>将文件写入磁盘时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>刷新时写入存储时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>在fsync时写入存储时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>下载的文件损坏。 哈希值不匹配</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<location filename="../downloadthread.cpp" line="110"/>
|
||||
<source>opening drive</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="295"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>写入第一个块(分区表)时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="682"/>
|
||||
<source>Error reading from storage.
|
||||
SD card may be broken.</source>
|
||||
<translation>从存储读取数据时错误。
|
||||
SD卡可能已损坏。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||
<translation>验证写入失败。 SD卡的内容与写入的内容不同。</translation>
|
||||
</message>
|
||||
|
@ -181,17 +202,13 @@ SD卡可能已损坏。</translation>
|
|||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<source>Storage capacity is not large enough.
|
||||
Needs to be at least %1 GB</source>
|
||||
<translation>存储容量不足。
|
||||
至少需要%1 GB的空白空间</translation>
|
||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||
<translation>存储容量不足。<br>至少需要%1 GB的空白空间</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="176"/>
|
||||
<source>Input file is not a valid disk image.
|
||||
File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>输入文件不是有效的磁盘映像。
|
||||
文件大小%1字节不是512字节的倍数。</translation>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
|
@ -199,7 +216,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation>下载和写入镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="409"/>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<source>Select image</source>
|
||||
<translation>选择镜像</translation>
|
||||
</message>
|
||||
|
@ -207,7 +224,12 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<context>
|
||||
<name>LocalFileExtractThread</name>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="38"/>
|
||||
<location filename="../localfileextractthread.cpp" line="34"/>
|
||||
<source>opening image file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../localfileextractthread.cpp" line="39"/>
|
||||
<source>Error opening image file</source>
|
||||
<translation>打开图像文件时出错</translation>
|
||||
</message>
|
||||
|
@ -274,7 +296,7 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>选择SD卡</translation>
|
||||
</message>
|
||||
|
@ -284,7 +306,6 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation>烧录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>写入中...%1%</translation>
|
||||
|
@ -323,13 +344,13 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>完成中...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<source>Erase</source>
|
||||
<translation>擦除</translation>
|
||||
</message>
|
||||
|
@ -363,29 +384,39 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<source>Warning</source>
|
||||
<translation>警告</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="765"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>解析 os_list.json 错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<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>
|
||||
</message>
|
||||
|
@ -440,17 +471,17 @@ File size %1 bytes is not a multiple of 512 bytes.</source>
|
|||
<translation>验证文件中...%1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<source>Error</source>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>烧录成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -167,13 +167,13 @@ void ImageWriter::startWrite()
|
|||
|
||||
if (_devLen && _extrLen > _devLen)
|
||||
{
|
||||
emit error(tr("Storage capacity is not large enough.\nNeeds to be at least %1 GB").arg(QString::number(_extrLen/1000000000.0, 'f', 1)));
|
||||
emit error(tr("Storage capacity is not large enough.<br>Needs to be at least %1 GB.").arg(QString::number(_extrLen/1000000000.0, 'f', 1)));
|
||||
return;
|
||||
}
|
||||
|
||||
if (_extrLen && !_multipleFilesInZip && _extrLen % 512 != 0)
|
||||
{
|
||||
emit error(tr("Input file is not a valid disk image.\nFile size %1 bytes is not a multiple of 512 bytes.").arg(_extrLen));
|
||||
emit error(tr("Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.").arg(_extrLen));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue