mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Embedded: do not mention mention that SD card can be removed
This commit is contained in:
parent
652da25661
commit
03e083b4f3
11 changed files with 994 additions and 762 deletions
|
@ -88,47 +88,47 @@
|
|||
<translation>S'està esperant que la partició FAT s'hagi muntat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation>S'ha produït un error en muntar la partició FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation>El sistema operatiu no ha muntat la partició FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation>S'està personalitzant la imatge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation>S'ha produït un error en crear el fitxer «firstrun.sh» a la partició FAT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation>S'ha produït un error en escriure al fitxer «config.txt» a la partició FAT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation>S'ha produït un error en escriure al fitxer «cmdline.txt» a la partició FAT</translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<source>Storage capacity is not large enough.<br>Needs to be at least %1 GB.</source>
|
||||
<translation>La capacitat de l'emmagatzematge no és suficient.<br>Ha de ser de %1 GB com a mínim.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<source>Input file is not a valid disk image.<br>File size %1 bytes is not a multiple of 512 bytes.</source>
|
||||
<translation>El fitxer d'entrada no és una imatge de disc vàlida.<br>La mida del fitxer és de %1 bytes, que no és múltiple de 512 bytes.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>S'està baixant i escrivint la imatge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Selecciona una imatge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,27 +340,27 @@
|
|||
<translation>per utilitzar sempre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation>Desactiva el sobreescaneig (overscan)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation>Defineix un nom de la màquina (hostname):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation>Activa el protocol SSH</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation>Utilitza l'autenticació de contrasenya</translation>
|
||||
</message>
|
||||
|
@ -369,7 +369,7 @@
|
|||
<translation type="vanished">Establiu la contrasenya per a l'usuari «pi»:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation>Permet només l'autenticació de claus públiques</translation>
|
||||
</message>
|
||||
|
@ -378,82 +378,82 @@
|
|||
<translation type="vanished">Establiu «authorized_keys» per a l'usuari «pi»:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation>Configura la wifi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation>SSID:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation>Contrasenya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation>Mostra la contrasenya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation>País de la wifi:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation>Estableix la configuració regional</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation>Fus horari:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation>Disposició del teclat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation>Omet l'assistent de la primera arrencada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation>Configuració persistent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation>Fes un so quan acabi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation>Expulsa el mitjà quan acabi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation>Activa la telemetria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation>DESA</translation>
|
||||
</message>
|
||||
|
@ -503,7 +503,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Sistema operatiu</translation>
|
||||
</message>
|
||||
|
@ -519,13 +519,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>Emmagatzematge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>ESCULL L'EMMAGATZEMATGE</translation>
|
||||
</message>
|
||||
|
@ -546,7 +546,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>S'està cancel·lant...</translation>
|
||||
</message>
|
||||
|
@ -557,34 +557,54 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>S'està finalitzant...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Esborra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formata la targeta com a FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Utilitza una personalitzada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Selecciona una imatge .img personalitzada de l'ordinador</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Enrere</translation>
|
||||
</message>
|
||||
|
@ -594,129 +614,134 @@
|
|||
<translation>Seleccioneu aquest botó per a canviar la destinació del dispositiu d'emmagatzematge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Torna al menú principal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Llançat el: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>A la memòria cau de l'ordinador</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Fitxer local</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Baixada en línia de: %1 GB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Muntat com a %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[PROTEGIT CONTRA ESCRIPTURA]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>N'esteu segur que voleu sortir?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>El Raspberry Pi Imager està ocupat.<br>N'esteu segur que voleu sortir?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Avís</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>S'està preparant per a escriure...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Hi ha una actualització disponible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>Hi ha una nova versió de l'Imager disponible.<br>Voleu visitar el lloc web per baixar-la?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>S'està escrivint... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>Totes les dades existents a «%1» s'esborraràn.<br>Esteu segur que voleu continuar?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>S'ha produït un error en baixar la llista dels SO d'internet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>S'està verificant... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>S'està preparant per escriure... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>S'ha produït un error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>S'ha escrit amb èxit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||
<translation>S'ha esborrat <b>%1</b><br><br>Ja podeu retirar la targeta SD del lector</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="930"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation>S'ha escrit el «<b>%1</b>» a <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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>S'ha escrit el «<b>%1</b>» a <b>%2</b><br><br>Ja podeu retirar la targeta SD del lector</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="973"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>S'ha produït un error en analitzar os_lists.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||
<translation>Connecteu una memòria USB que contingui primer imatges.<br>Les imatges s'han de trobar a la carpeta arrel de la memòria.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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 targeta SD està protegida contra escriptura.<br>Accioneu l'interruptor del costat esquerre de la targeta SD per tal que quedi posicionat a la part superior i torneu-ho a provar.</translation>
|
||||
</message>
|
||||
|
|
|
@ -106,47 +106,47 @@ Bitte stellen Sie sicher, dass 'Raspberry Pi Imager' Zugriff auf &apos
|
|||
<translation>Warten auf das Mounten der FAT-Partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation>Fehler beim Einbinden der FAT32-Partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation>Das Betriebssystem band die FAT32-Partition nicht ein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation>Image modifizieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation>Fehler beim Erstellen von firstrun.sh auf der FAT-Partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation>Fehler beim Schreiben in config.txt auf der FAT-Partition</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation>Fehler beim Schreiben in cmdline.txt auf der FAT-Partition</translation>
|
||||
</message>
|
||||
|
@ -262,27 +262,27 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Image herunterladen und schreiben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Image wählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -346,112 +346,112 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
<translation>Immer verwenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation>Overscan deaktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation>Hostname:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation>SSH aktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation>Password zur Authentifizierung verwenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation>Authentifizierung via Public-Key</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation>Passwort für '%1':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation>authorized_keys für '%1':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation>Wifi enrichten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation>SSID:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation>Passwort:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation>Passwort anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation>Wifi-Land:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation>Spracheinstellungen festlegen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation>Zeitzone:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation>Tastaturlayout:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation>Einrichtungsassistent überspringen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation>Dauerhafte Einstellugen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation>Tonsignal nach Beenden abspielen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation>Medien nach Beenden auswerfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation>Telemetry aktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation>SPEICHERN</translation>
|
||||
</message>
|
||||
|
@ -501,7 +501,7 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Betriebssystem</translation>
|
||||
</message>
|
||||
|
@ -517,13 +517,13 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>SD-Karte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>SD-KARTE WÄHLEN</translation>
|
||||
</message>
|
||||
|
@ -548,7 +548,7 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Abbrechen...</translation>
|
||||
</message>
|
||||
|
@ -559,34 +559,34 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalisieren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Karte als FAT32 formatieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Eigenes Image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Wählen Sie eine eigene .img-Datei von Ihrem Computer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Zurück</translation>
|
||||
</message>
|
||||
|
@ -596,129 +596,154 @@ Controlled Folder Access scheint aktiviert zu sein. Bitte fügen Sie sowohl rpi-
|
|||
<translation>Klicken Sie auf diesen Knopf, um das Zeil-Speichermedium zu ändern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Zurück zum Hauptmenü</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Veröffentlicht: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Auf Ihrem Computer zwischengespeichert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Lokale Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Online - %1 GB Download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Als %1 eingebunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[SCHREIBGESCHÜTZT]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>Sind Sie sicher, dass Sie beenden möchten?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Der Raspberry Pi Imager ist noch beschäftigt. <br>Möchten Sie wirklich beenden?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Warnung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Schreiben wird vorbereitet...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Update verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>Eine neuere Version von Imager ist verfügbar. <br>Möchten Sie die Webseite besuchen, um das Update herunterzuladen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schreiben... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>Alle vorhandenen Daten auf '%1' werden gelöscht.<br>Möchten Sie wirklich fortfahren?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<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="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifizierung... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Schreiben wird vorbereitet... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Schreiben erfolgreich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="930"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> wurde auf<b>%2</b> geschrieben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fehler beim Parsen von os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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>Schieben Sie den Schutzschalter auf der linken Seite nach oben, und versuchen Sie es erneut.</translation>
|
||||
</message>
|
||||
|
|
|
@ -88,47 +88,47 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,112 +340,112 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -495,7 +495,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -511,13 +511,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -538,7 +538,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -549,34 +549,54 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -586,129 +606,134 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<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="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="930"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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>
|
||||
|
|
|
@ -88,47 +88,47 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation type="unfinished">Erreur lors du montage de la partition FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation type="unfinished">Le système d'exploitation n'a pas monté la partition FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Téléchargement et écriture de l'image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Sélectionnez l'image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,112 +340,112 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -495,7 +495,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Système d'exploitation</translation>
|
||||
</message>
|
||||
|
@ -511,13 +511,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>Stockage</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>CHOISISSEZ LE STOCKAGE</translation>
|
||||
</message>
|
||||
|
@ -542,7 +542,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annulation...</translation>
|
||||
</message>
|
||||
|
@ -553,34 +553,34 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalisation...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Formatter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formater la carte SD en FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Utiliser image personnalisée</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Sélectionnez une image disque personnalisée (.img) depuis votre ordinateur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Retour</translation>
|
||||
</message>
|
||||
|
@ -590,129 +590,154 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Retour au menu principal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Sorti le : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Mis en cache sur votre ordinateur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Fichier local</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>En ligne - %1 GO téléchargé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Mounté à %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>Êtes-vous sûr de vouloir quitter ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<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="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1090"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> a bien été écrit sur <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Attention</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Écriture... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>Toutes les données sur le stockage '%1' vont être supprimées.<br>Êtes-vous sûr de vouloir continuer ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<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="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Vérification... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Écriture réussie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||
<translation><b>%1</b> a bien été formaté<br><br>Vous pouvez retirer la carte SD du lecteur.</translation>
|
||||
<translation><b>%1</b> a bien été formaté<br><br>Vous pouvez retirer la carte SD du lecteur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="930"/>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader</source>
|
||||
<translation><b>%1</b> a bien été écrit sur <b>%2</b><br><br>Vous pouvez retirer la carte SD du lecteur.</translation>
|
||||
<translation><b>%1</b> a bien été écrit sur <b>%2</b><br><br>Vous pouvez retirer la carte SD du lecteur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="973"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Erreur de lecture du fichier os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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>
|
||||
|
|
|
@ -88,47 +88,47 @@
|
|||
<translation>Attesa montaggio partizione FAT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation>Errore montaggio partizione FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation>Il sistema operativo non ha montato la partizione FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation>Personalizza immagine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation>Errore creazione firstrun.sh nella partizione FAT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation>Errore scrittura in config.txt nella partizione FAT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation>Errore scrittura in cmdline.txt nella partizione FAT</translation>
|
||||
</message>
|
||||
|
@ -257,27 +257,27 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Download e scrittura file immagine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Seleziona file immagine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -341,27 +341,27 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<translation>da usare sempre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation>Disabilita overscan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation>Imposta nome host:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation>Abilita SSH</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation>Usa password autenticazione</translation>
|
||||
</message>
|
||||
|
@ -370,7 +370,7 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<translation type="vanished">Imposta password utente 'pi':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation>Permetti solo autenticazione con chiave pubblica</translation>
|
||||
</message>
|
||||
|
@ -379,82 +379,82 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<translation type="vanished">Imposta authorized_key per 'pi':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation>Configura WiFi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation>SSID:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation>Password:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation>Visualizza password</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation>Nazione WiFi:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation>Imposta configurazioni locali</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation>Fuso orario:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation>Layout tastiera:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation>Salta procedura prima impostazione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation>Impostazioni persistenti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation>Riproduci suono quando completato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation>Espelli media quando completato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation>Abilita telemetria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation>SALVA</translation>
|
||||
</message>
|
||||
|
@ -504,7 +504,7 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Sistema operativo</translation>
|
||||
</message>
|
||||
|
@ -520,13 +520,13 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>Scheda SD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>SCEGLI SCHEDA SD</translation>
|
||||
</message>
|
||||
|
@ -551,7 +551,7 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annullamento...</translation>
|
||||
</message>
|
||||
|
@ -562,34 +562,34 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Finalizzazione...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Cancella</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formatta scheda come FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Usa immagine personalizzata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Seleziona un file immagine .img personalizzato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Indietro</translation>
|
||||
</message>
|
||||
|
@ -599,129 +599,154 @@ Aggiungi sia 'rpi-imager.exe' che 'fat32format.exe' all&apos
|
|||
<translation>Seleziona questo pulsante per modificare il dispositivo archiviazione destinazione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Torna al menu principale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Rilasciato: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Memorizzato temporaneamente nel computer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>File locale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Online - Download %1 GB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Montato come %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[PROTETTA DA SCRITTURA]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>Sei sicuro di voler uscire?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Image è occupato.<br>Sei sicuro di voler uscire?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Attenzione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Preparazione scrittura...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Aggiornamento disponibile</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>È disponibile una nuova versione di Imager.<br>Vuoi visitare il sito web per scaricare la nuova versione?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Scrittura...%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>Tutti i dati esistenti in '%1' verranno eliminati.<br>Sei sicuro di voler continuare?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Errore durante download elenco SO da internet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifica...%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Preparazione scrittura... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Errore</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Scrittura completata senza errori</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="930"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation>Scrittura di <b>%1</b> in <b>%2</b>completata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Errore durante analisi file os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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>
|
||||
|
|
|
@ -85,52 +85,52 @@
|
|||
<message>
|
||||
<location filename="../downloadthread.cpp" line="848"/>
|
||||
<source>Waiting for FAT partition to be mounted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wachten op mounten FAT partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation type="unfinished">Fout bij mounten FAT32 partitie</translation>
|
||||
<translation>Fout bij mounten FAT32 partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation type="unfinished">Besturingssysteem heeft FAT32 partitie niet gemount</translation>
|
||||
<translation>Besturingssysteem heeft FAT32 partitie niet gemount</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fout bij aanpassen besturingssysteem. Bestand '%1' bestaat niet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bezig met aanpassen besturingssysteem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fout bij het aanmaken van firstrun.sh op FAT partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fout bij schrijven naar config.txt op FAT partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fout bij aanmaken user-data cloudinit bestand op FAT partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fout bij aanmaken network-config cloudinit bestand op FAT paritie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fout bij schrijven cmdline.txt op FAT partitie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="430"/>
|
||||
|
@ -256,29 +256,29 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Downloaden en schrijven van image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Selecteer image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wilt u het wifi wachtwoord van het systeem overnemen?</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -314,7 +314,7 @@
|
|||
<message>
|
||||
<location filename="../MsgPopup.qml" line="135"/>
|
||||
<source>QUIT</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>AFSLUITEN</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -322,132 +322,132 @@
|
|||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="78"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geavanceerde instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="95"/>
|
||||
<source>Image customization options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Image instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="103"/>
|
||||
<source>for this session only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>alleen voor deze sessie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="104"/>
|
||||
<source>to always use</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>om altijd te gebruiken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Overscan uitschakelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hostnaam:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>SSH inschakelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gebruikersnaam:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gebruik wachtwoord authenticatie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gebruik uitsluitend public-key authenticatie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wachtwoord voor '%1' gebruiker:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>authorized_keys voor '%1':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wifi instellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>SSID:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wachtwoord:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wachtwoord laten zien</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wifi land:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Regio instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tijdzone:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Toetsenbord indeling:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Eerste gebruik wizard overslaan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Permanente instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geluid afspelen zodra voltooid</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Media uitwerpen zodra voltooid</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Telemetry inschakelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>OPSLAAN</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -463,27 +463,27 @@
|
|||
<message>
|
||||
<location filename="../UseSavedSettingsPopup.qml" line="71"/>
|
||||
<source>Warning: advanced settings set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opgeslagen instellingen toepassen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UseSavedSettingsPopup.qml" line="85"/>
|
||||
<source>Would you like to apply the image customization settings saved earlier?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wilt u de eerder opgeslagen image customization instellingen toepassen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UseSavedSettingsPopup.qml" line="94"/>
|
||||
<source>NO, CLEAR SETTINGS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nee, wis instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UseSavedSettingsPopup.qml" line="106"/>
|
||||
<source>YES</source>
|
||||
<translation type="unfinished">Ja</translation>
|
||||
<translation>Ja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UseSavedSettingsPopup.qml" line="118"/>
|
||||
<source>EDIT SETTINGS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Instellingen aanpassen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -494,18 +494,18 @@
|
|||
<translation>Raspberry Pi Imager v%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<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="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<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="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Besturingssysteem</translation>
|
||||
</message>
|
||||
|
@ -516,13 +516,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>Opslagapparaat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>KIES OPSLAGAPPARAAT</translation>
|
||||
</message>
|
||||
|
@ -532,7 +532,7 @@
|
|||
<translation>SCHRIJF</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Schrijven... %1%</translation>
|
||||
</message>
|
||||
|
@ -557,7 +557,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Annuleren...</translation>
|
||||
</message>
|
||||
|
@ -568,151 +568,176 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Afronden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation>Toetsenbord navigatie: <tab> ga naar volgende knop <spatie> druk op knop/selecteer item <pijltje omhoog/omlaag> ga omhoog/omlaag in lijsten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation>Taal: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation>Toetsenbord: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Wissen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formatteer kaart als FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Gebruik eigen bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Selecteer een eigen .img bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Lokaal bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[ALLEEN LEZEN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Waarschuwing</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Voorbereiden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<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="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Update beschikbaar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<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="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Voorbereiden... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> is geschreven naar <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Fout bij parsen os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Terug</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="163"/>
|
||||
<source>Select this button to change the destination storage device</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Klik op deze knop om het opslagapparaat te wijzigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Terug naar hoofdmenu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Release datum: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Opgeslagen op computer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Online %1 GB download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Mounted op %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Fout bij downloaden van lijst met besturingssystemen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Verifiëren... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Fout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Klaar met schrijven</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="930"/>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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>
|
||||
|
|
|
@ -88,47 +88,47 @@
|
|||
<translation>Čakám a pripojenie FAT partície</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation>Chyba pri pripájaní partície FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation>Operačný systém nepripojil partíciu FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation>Upravujem obraz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation>Pri vytváraní firstrun.sh na partícii FAT nastala chyba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation>Chyba pri zápise config.txt na FAT partícii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation>Chyba pri zápise cmdline.txt na FAT partícii</translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Sťahujem a zapisujem obraz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Vyberte obraz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,27 +340,27 @@
|
|||
<translation>použiť vždy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation>Vypnúť presnímanie (overscan)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation>Nastaviť meno počítača (hostname):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation>Povoliť SSH</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation>Použiť heslo na prihlásenie</translation>
|
||||
</message>
|
||||
|
@ -369,7 +369,7 @@
|
|||
<translation type="vanished">Nastaviť heslo pre používateľa 'pi':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation>Povoliť iba prihlásenie pomocou verejného kľúča</translation>
|
||||
</message>
|
||||
|
@ -378,82 +378,82 @@
|
|||
<translation type="vanished">Nastaviť authorized_keys pre 'pi':</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation>Nastaviť wifi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation>SSID:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation>Heslo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation>Zobraziť heslo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation>Wifi krajina:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation>Nastavenia miestnych zvyklostí</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation>Časové pásmo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation>Rozloženie klávesnice:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation>Vypnúť sprievodcu prvým spustením</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation>Trvalé nastavenia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation>Po skončení prehrať zvuk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation>Po skončení vysunúť médium</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation>Povoliť telemetriu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation>ULOŽIŤ</translation>
|
||||
</message>
|
||||
|
@ -502,18 +502,18 @@
|
|||
<translation>Raspberry Pi Imager v%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>Skutočne chcete skončiť?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager ešte neskončil.<br>Ste si istý, že chcete skončiť?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Operačný systém</translation>
|
||||
</message>
|
||||
|
@ -524,13 +524,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>SD karta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>VYBERTE SD KARTU</translation>
|
||||
</message>
|
||||
|
@ -540,7 +540,7 @@
|
|||
<translation>ZÁPIS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Zapisujem... %1%</translation>
|
||||
</message>
|
||||
|
@ -565,7 +565,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Ruším operáciu...</translation>
|
||||
</message>
|
||||
|
@ -576,94 +576,119 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Ukončujem...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Vymazať</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formátovať kartu ako FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Použiť vlastný</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Použiť vlastný súbor img. na Vašom počítači</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Miestny súbor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[OCHRANA PROTI ZÁPISU]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Varovanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Príprava zápisu...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>Všetky existujúce dáta na '%1' budú odstránené.<br>Naozaj chcete pokračovať?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Je dostupná aktualizácia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>Je dostupná nová verzia Imagera.<br>Chcete prejsť na webovú stránku s programom a stiahnuť ho?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Príprava zápisu... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> bol zapísaný na <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Chyba pri spracovaní os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Späť</translation>
|
||||
</message>
|
||||
|
@ -673,54 +698,54 @@
|
|||
<translation>Pre zmenu cieľového zariadenia úložiska kliknite na toto tlačidlo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Prejsť do hlavnej ponuky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Vydané: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Uložené na počítači</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Online %1 GB na stiahnutie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Pripojená ako %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<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="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Overujem... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Chyba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Zápis úspešne skončil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="930"/>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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>
|
||||
|
|
|
@ -495,7 +495,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="420"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>Operacijski Sistem</translation>
|
||||
</message>
|
||||
|
@ -511,13 +511,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="716"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>SD kartica ali USB disk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="1034"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>IZBERI DISK</translation>
|
||||
</message>
|
||||
|
@ -538,7 +538,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="966"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>Prekinjam...</translation>
|
||||
</message>
|
||||
|
@ -549,8 +549,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="989"/>
|
||||
<location filename="../main.qml" line="1053"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Zakjučujem...</translation>
|
||||
</message>
|
||||
|
@ -565,38 +565,38 @@
|
|||
<translation>Navigacija s tipkovnico: <tab> pojdi na naslednji gumb <preslednica> pritisni gumb/izberi element <puščica gor/dol> premakni gor/dol po seznamu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="311"/>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation>Jezik: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="334"/>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation>Tipkovnica: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="522"/>
|
||||
<location filename="../main.qml" line="1023"/>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Odstrani</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="523"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Formatiraj disk v FAT32</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="532"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Uporabi drugo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="533"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Izberite drug .img iz vašega računalnika</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="480"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Nazaj</translation>
|
||||
</message>
|
||||
|
@ -606,129 +606,134 @@
|
|||
<translation>Uporabite ta gumb za spremembo ciljnega diska</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="481"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Pojdi nazaj na glavni meni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="598"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Izdano: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Predpolnjeno na vaš računalnik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="603"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Lokalna datoteka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="605"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Iz spleta - %1 GB prenos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="767"/>
|
||||
<location filename="../main.qml" line="819"/>
|
||||
<location filename="../main.qml" line="825"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>Priklopljen kot %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[ZAŠČITENO PRED PISANJEM]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="863"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>A ste prepričani, da želite končat?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="864"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager je še vedno zaposlen.<br>A ste prepričani, da želite končati?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="875"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Opozorilo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="883"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Priprava na pisanje...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="907"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Posodobitev na voljo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="908"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>Na voljo je nova verzija tega programa. <br>Želite obiskati spletno stran za prenos?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="969"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Pišem...%1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>VSI obstoječi podatki na '%1' bodo izbrisani.<br>A ste prepričani, da želite nadaljevati?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="948"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>Napaka prenosa seznama OS iz interneta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="992"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Preverjam... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="999"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Priprava na zapisovanje... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1015"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Napaka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Zapisovanje uspešno</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<source><b>%1</b> has been erased<br><br>You can now remove the SD card from the reader</source>
|
||||
<translation><b>%1</b> je pobrisan<br><br>Sedaj lahko odstranite SD kartico iz čitalca oz iztaknete USB disk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1026"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> je zapisan na <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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> je zapisan na <b>%2</b><br><br>Sedaj lahko odstranite SD kartico iz čitalca oz iztaknete USB disk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1069"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>Napaka procesiranja os_list.json</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1221"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<source>Connect an USB stick containing images first.<br>The images must be located in the root folder of the USB stick.</source>
|
||||
<translation>Najprej prikopite USB disk, ki vsebuje slike diskov.<br>Slike diskov se morajo nahajati v korenski mapi USB diska.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1237"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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 kartica je zaščitena pred pisanjem.<br>Premaknite stikalo zaklepanja, na levi strani kartice in poizkusite znova.</translation>
|
||||
</message>
|
||||
|
|
|
@ -88,47 +88,47 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation type="unfinished">FAT32 bölümü bağlanırken hata oluştu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation type="unfinished">İşletim sistemi FAT32 bölümünü bağlamadı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>Görüntü indirme ve yazma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>Imaj seç</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,112 +340,112 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -495,7 +495,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>İşletim sistemi</translation>
|
||||
</message>
|
||||
|
@ -511,13 +511,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>SD Kart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>SD KART SEÇİN</translation>
|
||||
</message>
|
||||
|
@ -542,7 +542,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>İptal ediliyor...</translation>
|
||||
</message>
|
||||
|
@ -553,34 +553,34 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>Bitiriliyor...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>Sil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>Kartı FAT32 olarak biçimlendir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>Özel imaj kullan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>Bilgisayarınızdan özel bir .img seçin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>Geri</translation>
|
||||
</message>
|
||||
|
@ -590,130 +590,155 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>Ana menüye dön</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>Yayın: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>Bilgisayarınızda önbelleğe alındı
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>Yerel dosya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>Çevrimiçi -%1 GB indir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>%1 olarak bağlandı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[YAZMA KORUMALI]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>Çıkmak istediğine emin misin?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager hala meşgul.<br>Çıkmak istediğinizden emin misiniz?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>Uyarı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>Yazdırmaya hazırlanıyor...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>Güncelleme bulunuyor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>Görüntüleyicinin daha yeni bir sürümü var. <br> İndirmek için web sitesini ziyaret etmek ister misiniz?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>Yazılıyor... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>'%1' üzerindeki mevcut tüm veriler silinecek.<br>Devam etmek istediğinizden emin misiniz?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<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="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>Doğrulanıyor... %1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>Yazdırmaya hazırlanıyor... (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>Hata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>Başarılı Yazıldı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="930"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> <b>%2</b><br><br> üzerine yazıldı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>os_list.json ayrıştırma hatası</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<source>SD card is write protected.<br>Push the lock switch on the left side of the card upwards, and try again.</source>
|
||||
<translation>SD kart yazma korumalı. <br> Kartın sol tarafındaki kilit anahtarını yukarı itin ve tekrar deneyin.</translation>
|
||||
</message>
|
||||
|
|
|
@ -88,47 +88,47 @@
|
|||
<translation>等待FAT分区挂载</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="932"/>
|
||||
<location filename="../downloadthread.cpp" line="934"/>
|
||||
<source>Error mounting FAT32 partition</source>
|
||||
<translation>挂载FAT32分区错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="954"/>
|
||||
<location filename="../downloadthread.cpp" line="956"/>
|
||||
<source>Operating system did not mount FAT32 partition</source>
|
||||
<translation>操作系统未能挂载FAT32分区</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="987"/>
|
||||
<location filename="../downloadthread.cpp" line="989"/>
|
||||
<source>Unable to customize. File '%1' does not exist.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="991"/>
|
||||
<location filename="../downloadthread.cpp" line="993"/>
|
||||
<source>Customizing image</source>
|
||||
<translation>使用自定义镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1076"/>
|
||||
<location filename="../downloadthread.cpp" line="1078"/>
|
||||
<source>Error creating firstrun.sh on FAT partition</source>
|
||||
<translation>在FAT分区上创建firstrun.sh脚本文件时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1028"/>
|
||||
<location filename="../downloadthread.cpp" line="1030"/>
|
||||
<source>Error writing to config.txt on FAT partition</source>
|
||||
<translation>在FAT分区上写入config.txt时出错</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1093"/>
|
||||
<location filename="../downloadthread.cpp" line="1095"/>
|
||||
<source>Error creating user-data cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1107"/>
|
||||
<location filename="../downloadthread.cpp" line="1109"/>
|
||||
<source>Error creating network-config cloudinit file on FAT partition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../downloadthread.cpp" line="1130"/>
|
||||
<location filename="../downloadthread.cpp" line="1132"/>
|
||||
<source>Error writing to cmdline.txt on FAT partition</source>
|
||||
<translation>在FAT分区上写入cmdline.txt时出错</translation>
|
||||
</message>
|
||||
|
@ -256,27 +256,27 @@
|
|||
<context>
|
||||
<name>ImageWriter</name>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="201"/>
|
||||
<location filename="../imagewriter.cpp" line="256"/>
|
||||
<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="207"/>
|
||||
<location filename="../imagewriter.cpp" line="262"/>
|
||||
<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="389"/>
|
||||
<location filename="../imagewriter.cpp" line="444"/>
|
||||
<source>Downloading and writing image</source>
|
||||
<translation>下载和写入镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="522"/>
|
||||
<location filename="../imagewriter.cpp" line="577"/>
|
||||
<source>Select image</source>
|
||||
<translation>选择镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../imagewriter.cpp" line="906"/>
|
||||
<location filename="../imagewriter.cpp" line="975"/>
|
||||
<source>Would you like to prefill the wifi password from the system keychain?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -340,112 +340,112 @@
|
|||
<translation>永久保存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="116"/>
|
||||
<location filename="../OptionsPopup.qml" line="117"/>
|
||||
<source>Disable overscan</source>
|
||||
<translation>禁用扫描</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="121"/>
|
||||
<location filename="../OptionsPopup.qml" line="122"/>
|
||||
<source>Set hostname:</source>
|
||||
<translation>设置主机名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="140"/>
|
||||
<location filename="../OptionsPopup.qml" line="141"/>
|
||||
<source>Enable SSH</source>
|
||||
<translation>开启SSH服务</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="163"/>
|
||||
<location filename="../OptionsPopup.qml" line="164"/>
|
||||
<source>Set username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="180"/>
|
||||
<location filename="../OptionsPopup.qml" line="181"/>
|
||||
<source>Use password authentication</source>
|
||||
<translation>使用密码登录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="222"/>
|
||||
<location filename="../OptionsPopup.qml" line="223"/>
|
||||
<source>Allow public-key authentication only</source>
|
||||
<translation>只允许使用公匙登录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="196"/>
|
||||
<location filename="../OptionsPopup.qml" line="197"/>
|
||||
<source>Set password for '%1' user:</source>
|
||||
<translation>设置'%1'用户的密码:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="237"/>
|
||||
<location filename="../OptionsPopup.qml" line="238"/>
|
||||
<source>Set authorized_keys for '%1':</source>
|
||||
<translation>设置%1用户的登录密匙:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="249"/>
|
||||
<location filename="../OptionsPopup.qml" line="250"/>
|
||||
<source>Configure wifi</source>
|
||||
<translation>配置WiFi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="268"/>
|
||||
<location filename="../OptionsPopup.qml" line="269"/>
|
||||
<source>SSID:</source>
|
||||
<translation>热点名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="281"/>
|
||||
<location filename="../OptionsPopup.qml" line="282"/>
|
||||
<source>Password:</source>
|
||||
<translation>密码:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="297"/>
|
||||
<location filename="../OptionsPopup.qml" line="298"/>
|
||||
<source>Show password</source>
|
||||
<translation>显示密码</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="302"/>
|
||||
<location filename="../OptionsPopup.qml" line="303"/>
|
||||
<source>Wifi country:</source>
|
||||
<translation>WIFI国家:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="313"/>
|
||||
<location filename="../OptionsPopup.qml" line="314"/>
|
||||
<source>Set locale settings</source>
|
||||
<translation>语言设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="323"/>
|
||||
<location filename="../OptionsPopup.qml" line="324"/>
|
||||
<source>Time zone:</source>
|
||||
<translation>时区:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="333"/>
|
||||
<location filename="../OptionsPopup.qml" line="334"/>
|
||||
<source>Keyboard layout:</source>
|
||||
<translation>键盘布局:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="343"/>
|
||||
<location filename="../OptionsPopup.qml" line="344"/>
|
||||
<source>Skip first-run wizard</source>
|
||||
<translation>跳过首次启动向导</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="350"/>
|
||||
<location filename="../OptionsPopup.qml" line="351"/>
|
||||
<source>Persistent settings</source>
|
||||
<translation>永久设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="358"/>
|
||||
<location filename="../OptionsPopup.qml" line="359"/>
|
||||
<source>Play sound when finished</source>
|
||||
<translation>完成后播放提示音</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="362"/>
|
||||
<location filename="../OptionsPopup.qml" line="363"/>
|
||||
<source>Eject media when finished</source>
|
||||
<translation>完成后弹出磁盘</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="366"/>
|
||||
<location filename="../OptionsPopup.qml" line="367"/>
|
||||
<source>Enable telemetry</source>
|
||||
<translation>启用遥测</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsPopup.qml" line="379"/>
|
||||
<location filename="../OptionsPopup.qml" line="380"/>
|
||||
<source>SAVE</source>
|
||||
<translation>保存</translation>
|
||||
</message>
|
||||
|
@ -494,18 +494,18 @@
|
|||
<translation>树莓派镜像烧录器 v%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="768"/>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
<source>Are you sure you want to quit?</source>
|
||||
<translation>你确定你要退出吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="769"/>
|
||||
<location filename="../main.qml" line="860"/>
|
||||
<source>Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?</source>
|
||||
<translation>Raspberry Pi Imager还未完成任务。<br>您确定要退出吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="98"/>
|
||||
<location filename="../main.qml" line="325"/>
|
||||
<location filename="../main.qml" line="416"/>
|
||||
<source>Operating System</source>
|
||||
<translation>请选择需要写入的操作系统</translation>
|
||||
</message>
|
||||
|
@ -516,13 +516,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="138"/>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<location filename="../main.qml" line="712"/>
|
||||
<source>Storage</source>
|
||||
<translation>储存卡</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="150"/>
|
||||
<location filename="../main.qml" line="938"/>
|
||||
<location filename="../main.qml" line="1032"/>
|
||||
<source>CHOOSE STORAGE</source>
|
||||
<translation>选择SD卡</translation>
|
||||
</message>
|
||||
|
@ -537,7 +537,7 @@
|
|||
<translation>烧录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="873"/>
|
||||
<location filename="../main.qml" line="965"/>
|
||||
<source>Writing... %1%</source>
|
||||
<translation>写入中...%1%</translation>
|
||||
</message>
|
||||
|
@ -562,7 +562,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="233"/>
|
||||
<location filename="../main.qml" line="870"/>
|
||||
<location filename="../main.qml" line="962"/>
|
||||
<source>Cancelling...</source>
|
||||
<translation>取消...</translation>
|
||||
</message>
|
||||
|
@ -573,121 +573,146 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="248"/>
|
||||
<location filename="../main.qml" line="893"/>
|
||||
<location filename="../main.qml" line="957"/>
|
||||
<location filename="../main.qml" line="985"/>
|
||||
<location filename="../main.qml" line="1051"/>
|
||||
<source>Finalizing...</source>
|
||||
<translation>正在完成...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="427"/>
|
||||
<location filename="../main.qml" line="927"/>
|
||||
<location filename="../main.qml" line="278"/>
|
||||
<source>Using custom repository: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="287"/>
|
||||
<source>Keyboard navigation: <tab> navigate to next button <space> press button/select item <arrow up/down> go up/down in lists</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="307"/>
|
||||
<source>Language: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="330"/>
|
||||
<source>Keyboard: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="518"/>
|
||||
<location filename="../main.qml" line="1019"/>
|
||||
<source>Erase</source>
|
||||
<translation>擦除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="428"/>
|
||||
<location filename="../main.qml" line="519"/>
|
||||
<source>Format card as FAT32</source>
|
||||
<translation>将SD卡格式化为FAT32格式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="437"/>
|
||||
<location filename="../main.qml" line="528"/>
|
||||
<source>Use custom</source>
|
||||
<translation>使用自定义镜像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="438"/>
|
||||
<location filename="../main.qml" line="529"/>
|
||||
<source>Select a custom .img from your computer</source>
|
||||
<translation>使用下载的系统镜像文件烧录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="508"/>
|
||||
<location filename="../main.qml" line="599"/>
|
||||
<source>Local file</source>
|
||||
<translation>本地文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="726"/>
|
||||
<location filename="../main.qml" line="817"/>
|
||||
<source>[WRITE PROTECTED]</source>
|
||||
<translation>[写保护]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="780"/>
|
||||
<location filename="../main.qml" line="871"/>
|
||||
<source>Warning</source>
|
||||
<translation>警告</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="787"/>
|
||||
<location filename="../main.qml" line="879"/>
|
||||
<source>Preparing to write...</source>
|
||||
<translation>准备写入...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="800"/>
|
||||
<location filename="../main.qml" line="892"/>
|
||||
<source>All existing data on '%1' will be erased.<br>Are you sure you want to continue?</source>
|
||||
<translation>'%1'上的所有现有数据将被删除。<br>确定要继续吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="811"/>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<source>Update available</source>
|
||||
<translation>检测到更新</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="812"/>
|
||||
<location filename="../main.qml" line="904"/>
|
||||
<source>There is a newer version of Imager available.<br>Would you like to visit the website to download it?</source>
|
||||
<translation>有较新版本的rpi-imager。<br>需要下载更新吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="903"/>
|
||||
<location filename="../main.qml" line="995"/>
|
||||
<source>Preparing to write... (%1)</source>
|
||||
<translation>写入中 (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="928"/>
|
||||
<location filename="../main.qml" line="1020"/>
|
||||
<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="973"/>
|
||||
<location filename="../main.qml" line="1022"/>
|
||||
<source><b>%1</b> has been written to <b>%2</b></source>
|
||||
<translation><b>%1</b> 已经成功烧录到 <b>%2</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1067"/>
|
||||
<source>Error parsing os_list.json</source>
|
||||
<translation>解析 os_list.json 错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1074"/>
|
||||
<location filename="../main.qml" line="1219"/>
|
||||
<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="1090"/>
|
||||
<location filename="../main.qml" line="1235"/>
|
||||
<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>
|
||||
<message>
|
||||
<location filename="../main.qml" line="385"/>
|
||||
<location filename="../main.qml" line="476"/>
|
||||
<source>Back</source>
|
||||
<translation>返回</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="386"/>
|
||||
<location filename="../main.qml" line="477"/>
|
||||
<source>Go back to main menu</source>
|
||||
<translation>回到主页</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="503"/>
|
||||
<location filename="../main.qml" line="594"/>
|
||||
<source>Released: %1</source>
|
||||
<translation>发布时间:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="506"/>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
<source>Cached on your computer</source>
|
||||
<translation>缓存在本地磁盘里</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="510"/>
|
||||
<location filename="../main.qml" line="601"/>
|
||||
<source>Online - %1 GB download</source>
|
||||
<translation>需要下载:%1 GB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="672"/>
|
||||
<location filename="../main.qml" line="724"/>
|
||||
<location filename="../main.qml" line="730"/>
|
||||
<location filename="../main.qml" line="763"/>
|
||||
<location filename="../main.qml" line="815"/>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Mounted as %1</source>
|
||||
<translation>挂载到:%1 上</translation>
|
||||
</message>
|
||||
|
@ -700,27 +725,27 @@
|
|||
<translation type="vanished">继续</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="852"/>
|
||||
<location filename="../main.qml" line="944"/>
|
||||
<source>Error downloading OS list from Internet</source>
|
||||
<translation>下载镜像列表错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="896"/>
|
||||
<location filename="../main.qml" line="988"/>
|
||||
<source>Verifying... %1%</source>
|
||||
<translation>验证文件中...%1%</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="919"/>
|
||||
<location filename="../main.qml" line="1011"/>
|
||||
<source>Error</source>
|
||||
<translation>错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="926"/>
|
||||
<location filename="../main.qml" line="1018"/>
|
||||
<source>Write Successful</source>
|
||||
<translation>烧录成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="930"/>
|
||||
<location filename="../main.qml" line="1024"/>
|
||||
<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>
|
||||
|
|
2
main.qml
2
main.qml
|
@ -1018,6 +1018,8 @@ ApplicationWindow {
|
|||
msgpopup.title = qsTr("Write Successful")
|
||||
if (osbutton.text === qsTr("Erase"))
|
||||
msgpopup.text = qsTr("<b>%1</b> has been erased<br><br>You can now remove the SD card from the reader").arg(dstbutton.text)
|
||||
else if (imageWriter.isEmbeddedMode())
|
||||
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b>").arg(osbutton.text).arg(dstbutton.text)
|
||||
else
|
||||
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader").arg(osbutton.text).arg(dstbutton.text)
|
||||
if (imageWriter.isEmbeddedMode()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue