mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 08:55:21 +01:00
Add German translation
This commit is contained in:
parent
c08887f788
commit
f433750997
8 changed files with 794 additions and 337 deletions
|
@ -33,90 +33,90 @@
|
|||
<context>
|
||||
<name>DownloadThread</name>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="131"/>
|
||||
<location filename="../downloadthread.cpp" line="127"/>
|
||||
<source>Error running diskpart: %1</source>
|
||||
<translation>Fout bij uitvoeren diskpart: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="152"/>
|
||||
<location filename="../downloadthread.cpp" line="148"/>
|
||||
<source>Error removing existing partitions</source>
|
||||
<translation>Fout bij verwijderen bestaande partities</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<location filename="../downloadthread.cpp" line="174"/>
|
||||
<source>Authentication cancelled</source>
|
||||
<translation>Authenticatie geannuleerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="181"/>
|
||||
<location filename="../downloadthread.cpp" line="177"/>
|
||||
<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="182"/>
|
||||
<location filename="../downloadthread.cpp" line="178"/>
|
||||
<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="203"/>
|
||||
<location filename="../downloadthread.cpp" line="199"/>
|
||||
<source>Cannot open storage device '%1'.</source>
|
||||
<translation>Fout bij openen opslagapparaat '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="217"/>
|
||||
<location filename="../downloadthread.cpp" line="213"/>
|
||||
<source>Write error while zero'ing out MBR</source>
|
||||
<translation>Fout bij wissen MBR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="229"/>
|
||||
<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>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="350"/>
|
||||
<location filename="../downloadthread.cpp" line="346"/>
|
||||
<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="355"/>
|
||||
<location filename="../downloadthread.cpp" line="351"/>
|
||||
<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="361"/>
|
||||
<location filename="../downloadthread.cpp" line="357"/>
|
||||
<source>Error writing file to disk</source>
|
||||
<translation>Fout bij schrijven naar opslag</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="589"/>
|
||||
<location filename="../downloadthread.cpp" line="585"/>
|
||||
<source>Error writing to storage (while flushing)</source>
|
||||
<translation>Fout bij schrijven naar opslag (tijdens flushen)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="596"/>
|
||||
<location filename="../downloadthread.cpp" line="592"/>
|
||||
<source>Error writing to storage (while fsync)</source>
|
||||
<translation>Fout bij schrijven naar opslag (tijdens fsync)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="577"/>
|
||||
<location filename="../downloadthread.cpp" line="573"/>
|
||||
<source>Download corrupt. Hash does not match</source>
|
||||
<translation>Download corrupt. Hash komt niet overeen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="630"/>
|
||||
<location filename="../downloadthread.cpp" line="626"/>
|
||||
<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="686"/>
|
||||
<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="705"/>
|
||||
<location filename="../downloadthread.cpp" line="701"/>
|
||||
<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>
|
||||
|
@ -240,183 +240,183 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<context>
|
||||
<name>main</name>
|
||||
<message>
|
||||
<location filename="../main.qml" line="24"/>
|
||||
<location filename="../main.qml" line="23"/>
|
||||
<source>Raspberry Pi Imager v%1</source>
|
||||
<translation>Raspberry Pi Imager v%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="735"/>
|
||||
<location filename="../main.qml" line="734"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>Weet u zeker dat u wilt afsluiten?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="736"/>
|
||||
<location filename="../main.qml" line="735"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager is nog niet klaar.<br>Weet u zeker dat u wilt afsluiten?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="91"/>
|
||||
<location filename="../main.qml" line="304"/>
|
||||
<location filename="../main.qml" line="90"/>
|
||||
<location filename="../main.qml" line="303"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Besturingssysteem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="103"/>
|
||||
<location filename="../main.qml" line="102"/>
|
||||
<source>CHOOSE OS</source>
|
||||
<translation>SELECTEER OS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="134"/>
|
||||
<location filename="../main.qml" line="588"/>
|
||||
<location filename="../main.qml" line="133"/>
|
||||
<location filename="../main.qml" line="587"/>
|
||||
<source>SD Card</source>
|
||||
<translation>SD kaart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="146"/>
|
||||
<location filename="../main.qml" line="868"/>
|
||||
<location filename="../main.qml" line="145"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>CHOOSE SD CARD</source>
|
||||
<translation>SELECTEER SD KAART</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="176"/>
|
||||
<location filename="../main.qml" line="175"/>
|
||||
<source>WRITE</source>
|
||||
<translation>SCHRIJF</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="753"/>
|
||||
<location filename="../main.qml" line="813"/>
|
||||
<location filename="../main.qml" line="752"/>
|
||||
<location filename="../main.qml" line="805"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schrijven... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="221"/>
|
||||
<location filename="../main.qml" line="220"/>
|
||||
<source>CANCEL WRITE</source>
|
||||
<translation>Annuleer schrijven</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="121"/>
|
||||
<location filename="../main.qml" line="120"/>
|
||||
<source>Select this button to change the operating system</source>
|
||||
<translation>Kies deze knop om een besturingssysteem te kiezen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="159"/>
|
||||
<location filename="../main.qml" line="158"/>
|
||||
<source>Select this button to change the destination SD card</source>
|
||||
<translation>Kies deze knop om de SD kaart te kiezen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="181"/>
|
||||
<location filename="../main.qml" line="180"/>
|
||||
<source>Select this button to start writing the image</source>
|
||||
<translation>Kies deze knop om te beginnen met het schrijven van de image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="224"/>
|
||||
<location filename="../main.qml" line="810"/>
|
||||
<location filename="../main.qml" line="223"/>
|
||||
<location filename="../main.qml" line="802"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annuleren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="236"/>
|
||||
<location filename="../main.qml" line="235"/>
|
||||
<source>CANCEL VERIFY</source>
|
||||
<translation>ANNULEER VERIFICATIE</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="239"/>
|
||||
<location filename="../main.qml" line="833"/>
|
||||
<location filename="../main.qml" line="886"/>
|
||||
<location filename="../main.qml" line="238"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="878"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Afronden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="862"/>
|
||||
<location filename="../main.qml" line="384"/>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<source>Erase</source>
|
||||
<translation>Wissen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formatteer kaart als FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="393"/>
|
||||
<location filename="../main.qml" line="392"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Gebruik eigen bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="394"/>
|
||||
<location filename="../main.qml" line="393"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Selecteer een eigen .img bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="480"/>
|
||||
<location filename="../main.qml" line="479"/>
|
||||
<source>Local file</source>
|
||||
<translation>Lokaal bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="693"/>
|
||||
<location filename="../main.qml" line="692"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[ALLEEN LEZEN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="747"/>
|
||||
<location filename="../main.qml" line="746"/>
|
||||
<source>Warning</source>
|
||||
<translation>Waarschuwing</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="766"/>
|
||||
<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="863"/>
|
||||
<location filename="../main.qml" line="855"/>
|
||||
<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="893"/>
|
||||
<location filename="../main.qml" line="935"/>
|
||||
<location filename="../main.qml" line="885"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fout bij parsen os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="973"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<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="988"/>
|
||||
<location filename="../main.qml" line="980"/>
|
||||
<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>
|
||||
<message>
|
||||
<location filename="../main.qml" line="417"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Back</source>
|
||||
<translation>Terug</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="418"/>
|
||||
<location filename="../main.qml" line="417"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Terug naar hoofdmenu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="475"/>
|
||||
<location filename="../main.qml" line="474"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Release datum: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="478"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Opgeslagen op computer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="482"/>
|
||||
<location filename="../main.qml" line="481"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Online %1 GB download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="639"/>
|
||||
<location filename="../main.qml" line="691"/>
|
||||
<location filename="../main.qml" line="697"/>
|
||||
<location filename="../main.qml" line="638"/>
|
||||
<location filename="../main.qml" line="690"/>
|
||||
<location filename="../main.qml" line="696"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Mounted op %1</translation>
|
||||
</message>
|
||||
|
@ -429,22 +429,22 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<translation type="vanished">VERDER GAAN</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="792"/>
|
||||
<location filename="../main.qml" line="784"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Fout bij downloaden van lijst met besturingssystemen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="836"/>
|
||||
<location filename="../main.qml" line="828"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifiëren... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="854"/>
|
||||
<location filename="../main.qml" line="846"/>
|
||||
<source>Error</source>
|
||||
<translation>Fout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="861"/>
|
||||
<location filename="../main.qml" line="853"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Klaar met schrijven</translation>
|
||||
</message>
|
||||
|
@ -453,7 +453,7 @@ Bestandsgrootte %1 bytes is geen veelvoud van 512 bytes.</translation>
|
|||
<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="865"/>
|
||||
<location filename="../main.qml" line="857"/>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue