mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add update notification support
This commit is contained in:
parent
6f99f5d64c
commit
7385dd0838
11 changed files with 370 additions and 257 deletions
|
@ -91,22 +91,22 @@ Bitte stellen Sie sicher, dass 'Raspberry Pi Imager' Zugriff auf &apos
|
|||
<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="350"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<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"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<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="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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?
|
||||
|
||||
|
@ -114,37 +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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Fehler beim Schreiben der Datei auf den Speicher</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<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="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<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="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<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="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<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="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<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>
|
||||
|
@ -207,22 +207,22 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Image herunterladen und schreiben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>Image wählen</translation>
|
||||
</message>
|
||||
|
@ -297,7 +297,7 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SD-KARTE WÄHLEN</translation>
|
||||
</message>
|
||||
|
@ -323,7 +323,7 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Abbrechen...</translation>
|
||||
</message>
|
||||
|
@ -334,14 +334,14 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalisieren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
|
@ -423,7 +423,17 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schreiben... %1%</translation>
|
||||
</message>
|
||||
|
@ -433,53 +443,53 @@ Controlled Folder Access sheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-i
|
|||
<translation>Alle vorhandenen Daten auf '%1' werden gelöscht.<br>Möchten sie wirklich fortfahren?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Fehler beim Herunterladen der Betriebssystemsliste aus dem Internet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifizierung... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Schreiben erfolgreich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fehler beim Parsen von os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
|
|
@ -78,42 +78,42 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -128,17 +128,17 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -201,22 +201,22 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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>
|
||||
<location filename="../imagewriter.cpp" line="200"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -291,7 +291,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -317,7 +317,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -328,14 +328,14 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -417,7 +417,17 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -427,53 +437,53 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
|
|
@ -78,42 +78,42 @@
|
|||
<translation>Erreur d'écriture lors du formatage du MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<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="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<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="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<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="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Téléchargement corrompu. La signature ne correspond pas</translation>
|
||||
</message>
|
||||
|
@ -128,17 +128,17 @@
|
|||
<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"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<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="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<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>
|
||||
|
@ -201,22 +201,22 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Téléchargement et écriture de l'image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>Sélectionnez l'image</translation>
|
||||
</message>
|
||||
|
@ -291,7 +291,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>CHOISISSEZ LA CARTE SD</translation>
|
||||
</message>
|
||||
|
@ -317,7 +317,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annulation...</translation>
|
||||
</message>
|
||||
|
@ -328,14 +328,14 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalisation...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>Formatter</translation>
|
||||
</message>
|
||||
|
@ -412,12 +412,22 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
@ -427,7 +437,7 @@
|
|||
<translation>Attention</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Écriture... %1%</translation>
|
||||
</message>
|
||||
|
@ -437,43 +447,43 @@
|
|||
<translation>Toutes les données sur le stockage '%1' vont être supprimées.<br>Êtes-vous sûr de vouloir continuer ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Erreur lors du téléchargement de la liste des systèmes d'exploitation à partir d'Internet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Vérification... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Écriture réussie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Erreur de lecture du fichier os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<message>
|
||||
<location filename="../downloadthread.cpp" line="277"/>
|
||||
<source>zeroing out first and last MB of drive</source>
|
||||
<translation>azzera il primo e l'ultimo MB dell'unità</translation>
|
||||
<translation>azzera il primo e l'ultimo MB dell'unità</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="283"/>
|
||||
|
@ -78,43 +78,43 @@
|
|||
<translation>Errore scrittura durante azzeramento MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<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="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<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="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Errore scrittura file su disco</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation>Errore download: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Errore scrittura nello storage (durante fluhisng)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Errore scrittura nello storage (durante fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Downlaod corrotto.<br>L'hash non corrisponde</translation>
|
||||
</message>
|
||||
|
@ -129,17 +129,17 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<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"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation>avvio download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>Errore scrittura primo blocco (tabella partizione)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||
<translation>Verifica scrittura fallita.<br>Il contenuto della SD è differente da quello che vi è stato scritto.</translation>
|
||||
</message>
|
||||
|
@ -202,22 +202,22 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Download e scrittura file immagine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>Seleziona file immagine</translation>
|
||||
</message>
|
||||
|
@ -292,7 +292,7 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SCEGLI SCHEDA SD</translation>
|
||||
</message>
|
||||
|
@ -318,7 +318,7 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annullamento...</translation>
|
||||
</message>
|
||||
|
@ -329,14 +329,14 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalizzazione...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>Cancella</translation>
|
||||
</message>
|
||||
|
@ -418,7 +418,17 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<translation>Preparazione scrittura...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Scrittura...%1</translation>
|
||||
</message>
|
||||
|
@ -428,53 +438,53 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<translation>Tutti i dati esistenti in '%1' verranno eliminati.<br>Sei sicuro di voler continuare?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Errore durante download elenco SO da internet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifica...%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Preparazione scrittura... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>Errore</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Scrittura completata senza errori</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Errore durante analisi file os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
|
|
@ -78,42 +78,42 @@
|
|||
<translation>Fout bij wissen MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<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="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<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="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Fout bij schrijven naar opslag</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation>Fout bij downloaden: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Fout bij schrijven naar opslag (tijdens flushen)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Fout bij schrijven naar opslag (tijdens fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Download corrupt. Hash komt niet overeen</translation>
|
||||
</message>
|
||||
|
@ -128,17 +128,17 @@
|
|||
<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"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation>beginnen met downloaden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<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="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<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>
|
||||
|
@ -201,22 +201,22 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Downloaden en schrijven van image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>Selecteer image</translation>
|
||||
</message>
|
||||
|
@ -296,7 +296,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SELECTEER SD KAART</translation>
|
||||
</message>
|
||||
|
@ -306,7 +306,7 @@
|
|||
<translation>SCHRIJF</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schrijven... %1%</translation>
|
||||
</message>
|
||||
|
@ -332,7 +332,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annuleren...</translation>
|
||||
</message>
|
||||
|
@ -343,14 +343,14 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Afronden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>Wissen</translation>
|
||||
</message>
|
||||
|
@ -395,28 +395,38 @@
|
|||
<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="835"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation>Update beschikbaar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>Er is een nieuwere versie van Imager beschikbaar.<br>Wilt u de website bezoeken om deze te downloaden?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Voorbereiden... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fout bij parsen os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
@ -453,27 +463,27 @@
|
|||
<translation>Mounted op %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Fout bij downloaden van lijst met besturingssystemen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifiëren... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>Fout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Klaar met schrijven</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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>
|
||||
|
|
|
@ -78,42 +78,42 @@
|
|||
<translation>Chyba zápisu pri prepisovaní MBR nulami</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<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="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<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="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Chyba pri zápise na disk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<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="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<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="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Stiahnutý súbor je poškodený. Kontrolný súčet nesedí</translation>
|
||||
</message>
|
||||
|
@ -128,17 +128,17 @@
|
|||
<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"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<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="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<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>
|
||||
|
@ -201,22 +201,22 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Sťahujem a zapisujem obraz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>Vyberte obraz</translation>
|
||||
</message>
|
||||
|
@ -296,7 +296,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>VYBERTE SD KARTU</translation>
|
||||
</message>
|
||||
|
@ -306,7 +306,7 @@
|
|||
<translation>ZÁPIS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Zapisujem... %1%</translation>
|
||||
</message>
|
||||
|
@ -332,7 +332,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Ruším operáciu...</translation>
|
||||
</message>
|
||||
|
@ -343,14 +343,14 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Ukončujem...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>Vymazať</translation>
|
||||
</message>
|
||||
|
@ -395,28 +395,38 @@
|
|||
<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="835"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Chyba pri spracovaní os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
@ -453,27 +463,27 @@
|
|||
<translation>Pripojená ako %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Chyba pri sťahovaní zoznamu OS z Internetu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Overujem... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>Chyba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Zápis úspešne skončil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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>
|
||||
|
|
|
@ -78,42 +78,42 @@
|
|||
<translation>MBR sıfırlanırken yazma hatası</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<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="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<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="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Depoya yazma hatası (fsync sırasında)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>İndirme bozuk. Hash eşleşmiyor</translation>
|
||||
</message>
|
||||
|
@ -128,17 +128,17 @@
|
|||
<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"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<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="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<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>
|
||||
|
@ -201,22 +201,22 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Görüntü indirme ve yazma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>Imaj seç</translation>
|
||||
</message>
|
||||
|
@ -291,7 +291,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SD KART SEÇİN</translation>
|
||||
</message>
|
||||
|
@ -317,7 +317,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>İptal ediliyor...</translation>
|
||||
</message>
|
||||
|
@ -328,14 +328,14 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Bitiriliyor...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>Sil</translation>
|
||||
</message>
|
||||
|
@ -418,7 +418,17 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Yazılıyor... %1%</translation>
|
||||
</message>
|
||||
|
@ -428,53 +438,53 @@
|
|||
<translation>'%1' üzerindeki mevcut tüm veriler silinecek.<br>Devam etmek istediğinizden emin misiniz?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>İnternetten işletim sistemi listesi indirilirken hata oluştu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Doğrulanıyor... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>Hata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Başarılı Yazıldı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>os_list.json ayrıştırma hatası</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
|
|
@ -78,42 +78,42 @@
|
|||
<translation>将MBR清零时写入错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="736"/>
|
||||
<location filename="../downloadthread.cpp" line="741"/>
|
||||
<source>Error reading from storage.<br>SD card may be broken.</source>
|
||||
<translation>从存储读取数据时错误。<br>SD卡可能已损坏。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="391"/>
|
||||
<location filename="../downloadthread.cpp" line="395"/>
|
||||
<source>Access denied error while writing file to disk.</source>
|
||||
<translation>将文件写入磁盘时访问被拒绝错误。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="396"/>
|
||||
<location filename="../downloadthread.cpp" line="400"/>
|
||||
<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="402"/>
|
||||
<location filename="../downloadthread.cpp" line="406"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>将文件写入磁盘时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="421"/>
|
||||
<location filename="../downloadthread.cpp" line="425"/>
|
||||
<source>Error downloading: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="639"/>
|
||||
<location filename="../downloadthread.cpp" line="644"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>刷新时写入存储时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="646"/>
|
||||
<location filename="../downloadthread.cpp" line="651"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>在fsync时写入存储时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="627"/>
|
||||
<location filename="../downloadthread.cpp" line="632"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>下载的文件损坏。 哈希值不匹配</translation>
|
||||
</message>
|
||||
|
@ -128,17 +128,17 @@
|
|||
<translation>尝试将卡的最后一部分清零时写入错误。<br>卡的容量可能不正确(可能是扩容假卡)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<location filename="../downloadthread.cpp" line="353"/>
|
||||
<source>starting download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="680"/>
|
||||
<location filename="../downloadthread.cpp" line="685"/>
|
||||
<source>Error writing first block (partition table)</source>
|
||||
<translation>写入第一个块(分区表)时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="755"/>
|
||||
<location filename="../downloadthread.cpp" line="760"/>
|
||||
<source>Verifying write failed. Contents of SD card is different from what was written to it.</source>
|
||||
<translation>验证写入失败。 SD卡的内容与写入的内容不同。</translation>
|
||||
</message>
|
||||
|
@ -201,22 +201,22 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="170"/>
|
||||
<location filename="../imagewriter.cpp" line="171"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="177"/>
|
||||
<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"/>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>下载和写入镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="417"/>
|
||||
<location filename="../imagewriter.cpp" line="424"/>
|
||||
<source>Select image</source>
|
||||
<translation>选择镜像</translation>
|
||||
</message>
|
||||
|
@ -296,7 +296,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="877"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>选择SD卡</translation>
|
||||
</message>
|
||||
|
@ -306,7 +306,7 @@
|
|||
<translation>烧录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>写入中...%1%</translation>
|
||||
</message>
|
||||
|
@ -332,7 +332,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>取消中...</translation>
|
||||
</message>
|
||||
|
@ -343,14 +343,14 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="882"/>
|
||||
<location filename="../main.qml" line="838"/>
|
||||
<location filename="../main.qml" line="895"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>完成中...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="858"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Erase</source>
|
||||
<translation>擦除</translation>
|
||||
</message>
|
||||
|
@ -395,28 +395,38 @@
|
|||
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="835"/>
|
||||
<location filename="../main.qml" line="776"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="777"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="848"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<location filename="../main.qml" line="872"/>
|
||||
<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="889"/>
|
||||
<location filename="../main.qml" line="931"/>
|
||||
<location filename="../main.qml" line="902"/>
|
||||
<location filename="../main.qml" line="955"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>解析 os_list.json 错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="993"/>
|
||||
<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="984"/>
|
||||
<location filename="../main.qml" line="1008"/>
|
||||
<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>
|
||||
|
@ -461,27 +471,27 @@
|
|||
<translation type="vanished">继续</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<location filename="../main.qml" line="797"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>下载镜像列表错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<location filename="../main.qml" line="841"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>验证文件中...%1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="850"/>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<source>Error</source>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>烧录成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<location filename="../main.qml" line="874"/>
|
||||
<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>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <QNetworkReply>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
#include <QVersionNumber>
|
||||
#ifndef QT_NO_WIDGETS
|
||||
#include <QFileDialog>
|
||||
#endif
|
||||
|
@ -321,6 +322,12 @@ QString ImageWriter::constantVersion() const
|
|||
return IMAGER_VERSION_STR;
|
||||
}
|
||||
|
||||
/* Returns true if version argument is newer than current program */
|
||||
bool ImageWriter::isVersionNewer(const QString &version)
|
||||
{
|
||||
return QVersionNumber::fromString(version) > QVersionNumber::fromString(IMAGER_VERSION_STR);
|
||||
}
|
||||
|
||||
void ImageWriter::setCustomOsListUrl(const QUrl &url)
|
||||
{
|
||||
_repo = url;
|
||||
|
|
|
@ -66,6 +66,9 @@ public:
|
|||
/* Function to return version */
|
||||
Q_INVOKABLE QString constantVersion() const;
|
||||
|
||||
/* Returns true if version argument is newer than current program */
|
||||
Q_INVOKABLE bool isVersionNewer(const QString &version);
|
||||
|
||||
/* Set custom repository */
|
||||
Q_INVOKABLE void setCustomOsListUrl(const QUrl &url);
|
||||
|
||||
|
|
23
main.qml
23
main.qml
|
@ -767,6 +767,19 @@ ApplicationWindow {
|
|||
}
|
||||
}
|
||||
|
||||
MsgPopup {
|
||||
id: updatepopup
|
||||
continueButton: false
|
||||
yesButton: true
|
||||
noButton: true
|
||||
property url url
|
||||
title: qsTr("Update available")
|
||||
text: qsTr("There is a newer version of Imager available.<br>Would you like to visit the website to download it?")
|
||||
onYes: {
|
||||
Qt.openUrlExternally(url)
|
||||
}
|
||||
}
|
||||
|
||||
/* Utility functions */
|
||||
function httpRequest(url, callback) {
|
||||
var xhr = new XMLHttpRequest();
|
||||
|
@ -893,6 +906,16 @@ ApplicationWindow {
|
|||
for (var i in oslist) {
|
||||
osmodel.insert(osmodel.count-2, oslist[i])
|
||||
}
|
||||
|
||||
if ("imager" in o) {
|
||||
var imager = o["imager"]
|
||||
if ("latest_version" in imager && "url" in imager) {
|
||||
if (imageWriter.isVersionNewer(imager["latest_version"])) {
|
||||
updatepopup.url = imager["url"]
|
||||
updatepopup.openPopup()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue