mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	locales
This commit is contained in:
		
							parent
							
								
									f2a662ad14
								
							
						
					
					
						commit
						7882e1a003
					
				
					 6 changed files with 684 additions and 387 deletions
				
			
		
							
								
								
									
										468
									
								
								locale/cs_CZ/LC_MESSAGE/cs.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										468
									
								
								locale/cs_CZ/LC_MESSAGE/cs.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,468 @@ | |||
| <!DOCTYPE html> | ||||
| <html> | ||||
| <head> | ||||
|   <title></title> | ||||
|   <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> | ||||
|   <style> | ||||
| 
 | ||||
| 
 | ||||
| /* | ||||
| Based on Minimal CSS (minimalcss.com) under the MIT license. | ||||
| */ | ||||
| 
 | ||||
| /* Reset */ | ||||
| * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } | ||||
| 
 | ||||
| /* Layout */ | ||||
| body { font: 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } | ||||
| 
 | ||||
| .container { position: relative; max-width: 90%; margin: 0 auto; } | ||||
| 
 | ||||
| /* Typography */ | ||||
| a { color: #105CB6; text-decoration: none; } | ||||
| a:hover, a:focus { color: #105CB6; text-decoration: underline; } | ||||
| a:active { color: #105CB6; } | ||||
| 
 | ||||
| h1 { font-size: 24px; line-height: 20px; margin: 10px 0; } | ||||
| h2 { font-size: 20px; line-height: 20px; margin: 10px 0; } | ||||
| h3 { font-size: 16px; line-height: 20px; margin: 10px 0; } | ||||
| h4 { font-size: 14px; line-height: 20px; margin: 10px 0; } | ||||
| h5 { font-size: 12px; line-height: 20px; margin: 10px 0; } | ||||
| h5 { font-size: 10px; line-height: 20px; margin: 10px 0; } | ||||
| 
 | ||||
| p { margin-bottom: 10px; } | ||||
| 
 | ||||
| .float-left     { float: left; } | ||||
| .float-right    { float: right; } | ||||
| img.float-left  { float: left; margin: 0 20px 20px 0; } | ||||
| img.float-right { float: right; margin: 0 0 20px 20px; } | ||||
| img.center      { margin: 0 auto; display: block; } | ||||
| 
 | ||||
| .text-left    { text-align: left; } | ||||
| .text-center  { text-align: center; } | ||||
| .text-right   { text-align: right; } | ||||
| .text-justify { text-align: justify; } | ||||
| 
 | ||||
| /* List */ | ||||
| ul { list-style-position:inside; } | ||||
| ol { list-style-position:inside; } | ||||
| 
 | ||||
| /* Table */ | ||||
| table { | ||||
|   border-collapse: collapse; | ||||
|   border-spacing: 0; | ||||
| } | ||||
| th { font-weight: bold; } | ||||
| tfoot { font-style: italic; } | ||||
| 
 | ||||
| /* Metadata part */ | ||||
| 
 | ||||
| .metadata { | ||||
|   margin-top: 15px; | ||||
|   margin-bottom: 10px; | ||||
|   font-size: 90%; | ||||
| } | ||||
| table.metadata td { | ||||
|   padding-right: 20px; | ||||
| } | ||||
| 
 | ||||
| .stats { | ||||
|   padding-top: 5px; | ||||
|   padding-bottom: 20px; | ||||
| } | ||||
| .graph { | ||||
|   width: 100%; | ||||
| } | ||||
| .graph div { float: left; } | ||||
| .graph div:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } | ||||
| .graph div:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } | ||||
| .legend { | ||||
|   font-size: smaller; | ||||
|   padding-top: 12px; | ||||
|   text-align: center; | ||||
| } | ||||
| 
 | ||||
| /* Translations */ | ||||
| table.translations { | ||||
|   width: 100%; | ||||
|   table-layout: fixed; | ||||
| } | ||||
| table.translations th, table.translations td { | ||||
|   padding: 5px 10px; | ||||
|   vertical-align: top; | ||||
|   border-bottom: 1px solid #F1F1F1; | ||||
| } | ||||
| table.translations th { | ||||
|   text-align: left; | ||||
| } | ||||
| table.translations th:first-child, table.translations td:first-child { padding-left: 0; } | ||||
| table.translations th:last-child, table.translations td:last-child { padding-right: 0; } | ||||
| 
 | ||||
| .with-comments td { | ||||
|   border-bottom: none !important; | ||||
| } | ||||
| tr.comments div { | ||||
|   float: left; | ||||
|   max-width: 90%; | ||||
|   font-size: smaller; | ||||
| } | ||||
| tr.comments div p:last-child { margin-bottom: 0; } | ||||
| tr.comments td { padding-top: 0; } | ||||
| 
 | ||||
| .msgctxt { | ||||
|   font-size: smaller; | ||||
|   border-radius: 2px; | ||||
|   padding: 2px 4px; | ||||
|   margin-right: 4px; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| /* Colors */ | ||||
| 
 | ||||
| body { background-color: #fff; color: #333; } | ||||
| 
 | ||||
| .percent-done    { background-color: rgb(146, 236, 106); height: 10px; } | ||||
| .percent-fuzzy   { background-color: rgb(255, 149, 0); height: 10px; } | ||||
| .percent-untrans { background-color: #F1F1F1; height: 10px; } | ||||
| .legend          { color: #aaa; } | ||||
| tr.comments div  { color: #aaa; } | ||||
| .fuzzy .tra      { color: rgb(230, 134, 0); } | ||||
| 
 | ||||
| .msgctxt         { color: rgb(70, 109, 137); background-color: rgb(217, 232, 242); } | ||||
| 
 | ||||
| 
 | ||||
| @media (prefers-color-scheme: dark) { | ||||
|     body             { background-color: rgb(45, 42, 41); color: #eee; } | ||||
|     .percent-untrans { background-color: rgba(255, 255, 255, 0.3); } | ||||
|     .legend          { color: rgba(255, 255, 255, 0.6); } | ||||
|     tr.comments div  { color: rgba(255, 255, 255, 0.6); } | ||||
|     .fuzzy .tra      { color: rgb(253, 178, 72); } | ||||
|     .msgctxt         { color: rgb(180, 222, 254); background-color: rgba(67, 94, 147, 0.6); } | ||||
|     table.translations th, table.translations td { border-bottom: 1px solid #333; } | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
|   </style> | ||||
| </head> | ||||
| <body> | ||||
| <div class='container'> | ||||
| <table class='metadata'> | ||||
| <tr><td>Jazyk:</td><td>čeština</td></tr> | ||||
| </table> | ||||
| <div class='stats'> | ||||
|   <div class='graph'> | ||||
|     <div class='percent-done' style='width: 100%'> </div> | ||||
|   </div> | ||||
|   <div class='legend'>Přeloženo: 49 z 49 (100 %)  </div> | ||||
| </div> | ||||
| <table class='translations'> | ||||
|   <thead> | ||||
|     <tr> | ||||
|       <th>Zdrojový text — angličtina</th> | ||||
|       <th>Překlad — čeština</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   <tbody> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Done</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Hotovo</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| PS: You saw some bugs?</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| PS: Viděli jste nějaké chyby?</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Could you please provide feedback?</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Můžete prosím poslat zpětnou vazbu?</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| How do you like DistroHopper?</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Jak se vám líbí DistroHopper?</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| What can be improved, added, changed?</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Co může být vylepšeno, přidáno, změněno?</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
|  Let me know...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
|  Dejte mi vědět...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Flawless distro hopping...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Bezchybné zkoušení distribucí...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Possible arguments:</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Možné argumenty:</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-h	--help			Show this help and exit</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-h	--help			Zobrazit tuto nápovědu a skončit</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-d	--dir			Set default directory where VMs are stored</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-d	--dir			Nastavit adresář kde jsou virtuální stroje uloženy</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-i	--install		Install DistroHopper</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-i	--install		Instalovat DistroHopper</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-m	--mode			Portable mode</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-m	--mode			Přenosný mód</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-s	--supported		Update supported VMs</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-s	--supported		Aktualizovat podporované VM</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-r	--ready			Update ready to run VMs</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-r	--ready			Aktualizovat připravené VM</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-t	--tui			Run TUI</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-t	--tui			Spustit terminálové uživatelské rozhranní</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-g	--gui			Run GUI</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-g	--gui			Spustit grafické uživatelské rozhranní</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-a	--add			Add new distro to quickget</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-a	--add			Přidat distribuci do quickget</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-f	--functions		Sort functions in quickget</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-f	--functions		Seřadit funkce v quickget</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-p	--push			Push changed quickget to quickemu project #todo</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-p	--push			Poslat změněný quickget do quickemu projektu #UDELAT</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| 	-c	--copy			Copy all ISOs to target dir (for Ventoy)</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| 	-c	--copy			Kopírovat všechny ISO to cílového adresáře</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Homepage: dh.osowoso.xyz</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Domovský stránka: dh.osowoso.xyz</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Project hosted at: https://github.com/oSoWoSo/DistroHopper</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Projekt hostován na: https://github.com/oSoWoSo/DistroHopper</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Chat group on SimpleX: https://tinyurl.com/7hm4kcjx</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Chat skupina na SimpleX: https://tinyurl.com/7hm4kcjx</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| You are missing yad... | ||||
| <br>	Needed for GUI!</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Chybí vám yad... | ||||
| <br> Potřeba pro GUI!</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| You are missing fzf... | ||||
| <br>	Needed for TUI!</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Chybí vám fzf... | ||||
| <br> Potřeba pro TUI!</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| creating config dir...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| vytvářím adresář konfigurace...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| creating icons dir as root...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| vytvářím adresář ikon jako superuživatel...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Copying icons...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Kopíruji ikony...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Copying to config dir...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Kopíruji do konfig adresáře...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Creating directory structure...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Vytvářím adresářovou stukturu...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Setting up directory...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Nastavuji adresář...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Installing needed...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Instaluji potřebné...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| For now voidlinux only</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Zatím jen VoidLinux</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Installing DistroHopper to bin...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Instaluji DistroHopper do bin...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| No .conf files found</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Nenalezen žádný soubor .conf</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| No VMs found.</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Žádný VM nenalezen.</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| No argumet provided!\n\n</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Nezadali jste žádný argument!\n\n</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Starting installation...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Zahajuji instalaci...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Switching to portable mode!</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Přepínám do přenosného módu!</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Updating supported VMs...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Aktualizuji podporované VM...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Updating ready VMs...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Aktualizuji připravené VM...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Running TUI...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Spouštím TUI...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Starting DistroHopper GUI...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Spouštím DistroHopper GUI...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Adding new distro started...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Přidání nového distra zahájeno...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Sorting functions in template...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Srovnávám funkce v šabloně...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Pushing changes to... #TODO</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Posílám změny do... #UDELAT</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Copying ISOs to dir. It will take some time...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Kopíruji soubory ISO do adresáře. Zabere to nějaký čas...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Running supported test...</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Spouštím  test podporovaných...</td> | ||||
| </tr> | ||||
| <tr class='i'> | ||||
| <td class='src'  lang='en'> | ||||
| Invalid option: $1\n\n</td> | ||||
| <td class='tra'  lang='cs'> | ||||
| Chybný argument: $1\n\n</td> | ||||
| </tr> | ||||
| </tbody> | ||||
| </table> | ||||
| </div> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										
											BIN
										
									
								
								locale/cs_CZ/LC_MESSAGE/cs.mo
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								locale/cs_CZ/LC_MESSAGE/cs.mo
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										216
									
								
								locale/cs_CZ/LC_MESSAGE/cs.po
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										216
									
								
								locale/cs_CZ/LC_MESSAGE/cs.po
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,216 @@ | |||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: \n" | ||||
| "POT-Creation-Date: \n" | ||||
| "PO-Revision-Date: \n" | ||||
| "Last-Translator: zenobit <zen@osowoso.xyz>\n" | ||||
| "Language-Team: \n" | ||||
| "Language: cs\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "X-Generator: Poedit 3.2.2\n" | ||||
| 
 | ||||
| #: dh:5 | ||||
| msgid "Done" | ||||
| msgstr "Hotovo" | ||||
| 
 | ||||
| #: dh:6 | ||||
| msgid "PS: You saw some bugs?" | ||||
| msgstr "PS: Viděli jste nějaké chyby?" | ||||
| 
 | ||||
| #: dh:7 | ||||
| msgid "Could you please provide feedback?" | ||||
| msgstr "Můžete prosím poslat zpětnou vazbu?" | ||||
| 
 | ||||
| #: dh:8 | ||||
| msgid "How do you like DistroHopper?" | ||||
| msgstr "Jak se vám líbí DistroHopper?" | ||||
| 
 | ||||
| #: dh:9 | ||||
| msgid "What can be improved, added, changed?" | ||||
| msgstr "Co může být vylepšeno, přidáno, změněno?" | ||||
| 
 | ||||
| #: dh:10 | ||||
| msgid " Let me know..." | ||||
| msgstr " Dejte mi vědět..." | ||||
| 
 | ||||
| #: dh:11 | ||||
| msgid "Flawless distro hopping..." | ||||
| msgstr "Bezchybné zkoušení distribucí..." | ||||
| 
 | ||||
| #: dh:16 | ||||
| msgid "Possible arguments:" | ||||
| msgstr "Možné argumenty:" | ||||
| 
 | ||||
| #: dh:17 | ||||
| msgid "\t-h\t--help\t\t\tShow this help and exit" | ||||
| msgstr "\t-h\t--help\t\t\tZobrazit tuto nápovědu a skončit" | ||||
| 
 | ||||
| #: dh:19 | ||||
| msgid "\t-d\t--dir\t\t\tSet default directory where VMs are stored" | ||||
| msgstr "\t-d\t--dir\t\t\tNastavit adresář kde jsou virtuální stroje uloženy" | ||||
| 
 | ||||
| #: dh:20 | ||||
| msgid "\t-i\t--install\t\tInstall DistroHopper" | ||||
| msgstr "\t-i\t--install\t\tInstalovat DistroHopper" | ||||
| 
 | ||||
| #: dh:22 | ||||
| msgid "\t-m\t--mode\t\t\tPortable mode" | ||||
| msgstr "\t-m\t--mode\t\t\tPřenosný mód" | ||||
| 
 | ||||
| #: dh:24 | ||||
| msgid "\t-s\t--supported\t\tUpdate supported VMs" | ||||
| msgstr "\t-s\t--supported\t\tAktualizovat podporované VM" | ||||
| 
 | ||||
| #: dh:25 | ||||
| msgid "\t-r\t--ready\t\t\tUpdate ready to run VMs" | ||||
| msgstr "\t-r\t--ready\t\t\tAktualizovat připravené VM" | ||||
| 
 | ||||
| #: dh:27 | ||||
| msgid "\t-t\t--tui\t\t\tRun TUI" | ||||
| msgstr "\t-t\t--tui\t\t\tSpustit terminálové uživatelské rozhranní" | ||||
| 
 | ||||
| #: dh:28 | ||||
| msgid "\t-g\t--gui\t\t\tRun GUI" | ||||
| msgstr "\t-g\t--gui\t\t\tSpustit grafické uživatelské rozhranní" | ||||
| 
 | ||||
| #: dh:30 | ||||
| msgid "\t-a\t--add\t\t\tAdd new distro to quickget" | ||||
| msgstr "\t-a\t--add\t\t\tPřidat distribuci do quickget" | ||||
| 
 | ||||
| #: dh:31 | ||||
| msgid "\t-f\t--functions\t\tSort functions in quickget" | ||||
| msgstr "\t-f\t--functions\t\tSeřadit funkce v quickget" | ||||
| 
 | ||||
| #: dh:32 | ||||
| msgid "\t-p\t--push\t\t\tPush changed quickget to quickemu project #todo" | ||||
| msgstr "\t-p\t--push\t\t\tPoslat změněný quickget do quickemu projektu #UDELAT" | ||||
| 
 | ||||
| #: dh:34 | ||||
| msgid "\t-c\t--copy\t\t\tCopy all ISOs to target dir (for Ventoy)" | ||||
| msgstr "\t-c\t--copy\t\t\tKopírovat všechny ISO to cílového adresáře" | ||||
| 
 | ||||
| #: dh:36 | ||||
| msgid "Homepage: dh.osowoso.xyz" | ||||
| msgstr "Domovský stránka: dh.osowoso.xyz" | ||||
| 
 | ||||
| #: dh:37 | ||||
| msgid "Project hosted at: https://github.com/oSoWoSo/DistroHopper" | ||||
| msgstr "Projekt hostován na: https://github.com/oSoWoSo/DistroHopper" | ||||
| 
 | ||||
| #: dh:38 | ||||
| msgid "Chat group on SimpleX: https://tinyurl.com/7hm4kcjx" | ||||
| msgstr "Chat skupina na SimpleX: https://tinyurl.com/7hm4kcjx" | ||||
| 
 | ||||
| #: dh:61 | ||||
| msgid "" | ||||
| "You are missing yad...\n" | ||||
| "\tNeeded for GUI!" | ||||
| msgstr "" | ||||
| "Chybí vám yad...\n" | ||||
| " Potřeba pro GUI!" | ||||
| 
 | ||||
| #: dh:66 | ||||
| msgid "" | ||||
| "You are missing fzf...\n" | ||||
| "\tNeeded for TUI!" | ||||
| msgstr "" | ||||
| "Chybí vám fzf...\n" | ||||
| " Potřeba pro TUI!" | ||||
| 
 | ||||
| #: dh:90 | ||||
| msgid "creating config dir..." | ||||
| msgstr "vytvářím adresář konfigurace..." | ||||
| 
 | ||||
| #: dh:92 | ||||
| msgid "creating icons dir as root..." | ||||
| msgstr "vytvářím adresář ikon jako superuživatel..." | ||||
| 
 | ||||
| #: dh:115 | ||||
| msgid "Copying icons..." | ||||
| msgstr "Kopíruji ikony..." | ||||
| 
 | ||||
| #: dh:117 | ||||
| msgid "Copying to config dir..." | ||||
| msgstr "Kopíruji do konfig adresáře..." | ||||
| 
 | ||||
| #: dh:127 | ||||
| msgid "Creating directory structure..." | ||||
| msgstr "Vytvářím adresářovou stukturu..." | ||||
| 
 | ||||
| #: dh:129 | ||||
| msgid "Setting up directory..." | ||||
| msgstr "Nastavuji adresář..." | ||||
| 
 | ||||
| #: dh:131 | ||||
| msgid "Installing needed..." | ||||
| msgstr "Instaluji potřebné..." | ||||
| 
 | ||||
| #: dh:132 | ||||
| msgid "For now voidlinux only" | ||||
| msgstr "Zatím jen VoidLinux" | ||||
| 
 | ||||
| #: dh:134 | ||||
| msgid "Installing DistroHopper to bin..." | ||||
| msgstr "Instaluji DistroHopper do bin..." | ||||
| 
 | ||||
| #: dh:143 | ||||
| msgid "No .conf files found" | ||||
| msgstr "Nenalezen žádný soubor .conf" | ||||
| 
 | ||||
| #: dh:275 | ||||
| msgid "No VMs found." | ||||
| msgstr "Žádný VM nenalezen." | ||||
| 
 | ||||
| #: dh:428 | ||||
| msgid "No argumet provided!\\n\\n" | ||||
| msgstr "Nezadali jste žádný argument!\\n\\n" | ||||
| 
 | ||||
| #: dh:446 | ||||
| msgid "Starting installation..." | ||||
| msgstr "Zahajuji instalaci..." | ||||
| 
 | ||||
| #: dh:451 | ||||
| msgid "Switching to portable mode!" | ||||
| msgstr "Přepínám do přenosného módu!" | ||||
| 
 | ||||
| #: dh:456 | ||||
| msgid "Updating supported VMs..." | ||||
| msgstr "Aktualizuji podporované VM..." | ||||
| 
 | ||||
| #: dh:461 | ||||
| msgid "Updating ready VMs..." | ||||
| msgstr "Aktualizuji připravené VM..." | ||||
| 
 | ||||
| #: dh:466 | ||||
| msgid "Running TUI..." | ||||
| msgstr "Spouštím TUI..." | ||||
| 
 | ||||
| #: dh:471 | ||||
| msgid "Starting DistroHopper GUI..." | ||||
| msgstr "Spouštím DistroHopper GUI..." | ||||
| 
 | ||||
| #: dh:476 | ||||
| msgid "Adding new distro started..." | ||||
| msgstr "Přidání nového distra zahájeno..." | ||||
| 
 | ||||
| #: dh:481 | ||||
| msgid "Sorting functions in template..." | ||||
| msgstr "Srovnávám funkce v šabloně..." | ||||
| 
 | ||||
| #: dh:486 | ||||
| msgid "Pushing changes to... #TODO" | ||||
| msgstr "Posílám změny do... #UDELAT" | ||||
| 
 | ||||
| #: dh:491 | ||||
| msgid "Copying ISOs to dir. It will take some time..." | ||||
| msgstr "Kopíruji soubory ISO do adresáře. Zabere to nějaký čas..." | ||||
| 
 | ||||
| #: dh:496 | ||||
| msgid "Running supported test..." | ||||
| msgstr "Spouštím  test podporovaných..." | ||||
| 
 | ||||
| #: dh:505 | ||||
| msgid "Invalid option: $1\\n\\n" | ||||
| msgstr "Chybný argument: $1\\n\\n" | ||||
										
											Binary file not shown.
										
									
								
							|  | @ -1,173 +0,0 @@ | |||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: DistroHopper 0.7\n" | ||||
| "POT-Creation-Date: 2023-03-26 20:21+0200\n" | ||||
| "PO-Revision-Date: 2023-03-26 22:06+0200\n" | ||||
| "Last-Translator: \n" | ||||
| "Language-Team: \n" | ||||
| "Language: cs\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" | ||||
| "X-Generator: Poedit 3.2.2\n" | ||||
| "X-Poedit-Basepath: ../..\n" | ||||
| "X-Poedit-SearchPath-0: .\n" | ||||
| 
 | ||||
| msgid "Done" | ||||
| msgstr "Hotovo" | ||||
| 
 | ||||
| msgid "You saw some bugs?" | ||||
| msgstr "Viděli jste nějaké chyby?" | ||||
| 
 | ||||
| msgid "Could you please provide feedback?" | ||||
| msgstr "Můžete prosím poslat zpětnou vazbu?" | ||||
| 
 | ||||
| msgid "How do you like DistroHopper?" | ||||
| msgstr "Jak se vám líbí DistroHopper?" | ||||
| 
 | ||||
| msgid "What can be improved, added, changed?" | ||||
| msgstr "Co může být vylepšeno, přidáno, změněno?" | ||||
| 
 | ||||
| msgid " Let me know..." | ||||
| msgstr " Dejte mi vědět..." | ||||
| 
 | ||||
| msgid "Flawless distro hopping..." | ||||
| msgstr "Bezchybné distro skákání..." | ||||
| 
 | ||||
| msgid "Possible arguments:" | ||||
| msgstr "Možné argumenty:" | ||||
| 
 | ||||
| msgid "Show this help and exit" | ||||
| msgstr "Zobrazit tuto nápovědu a skončit" | ||||
| 
 | ||||
| msgid "Set default directory where VMs are stored" | ||||
| msgstr "Nastavit adresář kde jsou virtuální stroje uloženy" | ||||
| 
 | ||||
| msgid "Install DistroHopper" | ||||
| msgstr "Instalovat DistroHopper" | ||||
| 
 | ||||
| msgid "Portable mode" | ||||
| msgstr "Přenosný mód" | ||||
| 
 | ||||
| msgid "Update supported VMs" | ||||
| msgstr "Aktualizovat podporované VM" | ||||
| 
 | ||||
| msgid "Update ready to run VMs" | ||||
| msgstr "Aktualizovat připravené VM" | ||||
| 
 | ||||
| msgid "Run TUI" | ||||
| msgstr "Spustit terminálové uživatelské rozhranní" | ||||
| 
 | ||||
| msgid "Run GUI" | ||||
| msgstr "Spustit grafické uživatelské rozhranní" | ||||
| 
 | ||||
| msgid "Add new distro to quickget" | ||||
| msgstr "Přidat distribuci do quickget" | ||||
| 
 | ||||
| msgid "Sort functions in quickget" | ||||
| msgstr "Seřadit funkce v quickget" | ||||
| 
 | ||||
| msgid "Push changed quickget to quickemu project #todo" | ||||
| msgstr "Poslat změněný quickget do quickemu projektu #UDELAT" | ||||
| 
 | ||||
| msgid "Copy all ISOs to target dir" | ||||
| msgstr "Kopírovat všechny ISO to cílového adresáře" | ||||
| 
 | ||||
| msgid "Homepage:" | ||||
| msgstr "Domovský stránka:" | ||||
| 
 | ||||
| msgid "Project hosted at:" | ||||
| msgstr "Projekt hostován na:" | ||||
| 
 | ||||
| msgid "Chat group on SimpleX:" | ||||
| msgstr "Chat skupina na SimpleX:" | ||||
| 
 | ||||
| msgid "You are missing yad..." | ||||
| msgstr "Chybí vám yad..." | ||||
| 
 | ||||
| msgid "You are missing fzf..." | ||||
| msgstr "Chybí vám fzf..." | ||||
| 
 | ||||
| msgid "creating config dir..." | ||||
| msgstr "vytvářím adresář konfigurace..." | ||||
| 
 | ||||
| msgid "creating icons dir as root..." | ||||
| msgstr "vytvářím adresář ikon jako superuživatel..." | ||||
| 
 | ||||
| msgid "Copying icons..." | ||||
| msgstr "Kopíruji ikony..." | ||||
| 
 | ||||
| msgid "Copying to config dir..." | ||||
| msgstr "Kopítuji do konfig adresáře..." | ||||
| 
 | ||||
| msgid "Creating directory structure..." | ||||
| msgstr "Vytvářím adresářovou stukturu..." | ||||
| 
 | ||||
| msgid "Setting up directory..." | ||||
| msgstr "Nastavuji adresář..." | ||||
| 
 | ||||
| msgid "Installing needed..." | ||||
| msgstr "Instaluji potřebné..." | ||||
| 
 | ||||
| msgid "For now voidlinux only" | ||||
| msgstr "Zatím jen VoidLinux" | ||||
| 
 | ||||
| msgid "Installing DistroHopper to bin..." | ||||
| msgstr "Instaluji DistroHopper do bin..." | ||||
| 
 | ||||
| msgid "No .conf files found" | ||||
| msgstr "Nenalezen žádný soubor .conf" | ||||
| 
 | ||||
| msgid "No VMs found." | ||||
| msgstr "Žádný virtuální stroj nenalezen." | ||||
| 
 | ||||
| msgid "Hello, world!" | ||||
| msgstr "Ahoj, světe!" | ||||
| 
 | ||||
| msgid "" | ||||
| "No argumet provided!\n" | ||||
| "\n" | ||||
| msgstr "" | ||||
| "Nezadali jste žádný argument!\n" | ||||
| "\n" | ||||
| 
 | ||||
| msgid "Starting installation..." | ||||
| msgstr "Zahajuji instalaci..." | ||||
| 
 | ||||
| msgid "Switching to portable mode!" | ||||
| msgstr "Přepínám do přenosného módu!" | ||||
| 
 | ||||
| msgid "Updating supported VMs..." | ||||
| msgstr "Aktualizuji podporované VM..." | ||||
| 
 | ||||
| msgid "Updating ready VMs..." | ||||
| msgstr "Aktualizuji připravené VM..." | ||||
| 
 | ||||
| msgid "Running TUI..." | ||||
| msgstr "Spouštím TUI..." | ||||
| 
 | ||||
| msgid "Starting DistroHopper GUI..." | ||||
| msgstr "Spouštím GUI..." | ||||
| 
 | ||||
| msgid "Adding new distro started..." | ||||
| msgstr "Přidání nového distra zahájeno..." | ||||
| 
 | ||||
| msgid "Sorting functions in template..." | ||||
| msgstr "Srovnávám funkce v šabloně..." | ||||
| 
 | ||||
| msgid "Pushing changes to... #TODO" | ||||
| msgstr "Posílám změny do... #UDELAT" | ||||
| 
 | ||||
| msgid "Copying ISOs to dir. It will take some time..." | ||||
| msgstr "Kopíruji soubory ISO do adresáře. Zabere to nějaký čas..." | ||||
| 
 | ||||
| msgid "Running supported test..." | ||||
| msgstr "Spouštím  test podporovaných..." | ||||
| 
 | ||||
| msgid "" | ||||
| "Invalid option: $1\n" | ||||
| "\n" | ||||
| msgstr "" | ||||
| "Chybný argument: $1\n" | ||||
| "\n" | ||||
							
								
								
									
										214
									
								
								locale/en/en.po
									
										
									
									
									
								
							
							
						
						
									
										214
									
								
								locale/en/en.po
									
										
									
									
									
								
							|  | @ -1,214 +0,0 @@ | |||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: DistroHopper 0.7\n" | ||||
| "POT-Creation-Date: 2023-03-26 20:21+0200\n" | ||||
| "PO-Revision-Date: 2023-03-26 21:24+0200\n" | ||||
| "Last-Translator: \n" | ||||
| "Language-Team: \n" | ||||
| "Language: cs\n" | ||||
| "MIME-Version: 1.0\n" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" | ||||
| "X-Generator: Poedit 3.2.2\n" | ||||
| "X-Poedit-Basepath: ../..\n" | ||||
| "X-Poedit-SearchPath-0: .\n" | ||||
| 
 | ||||
| msgid "Done" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "You saw some bugs?" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Could you please provide feedback?" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "How do you like DistroHopper?" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "What can be improved, added, changed?" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid " Let me know..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Flawless distro hopping..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Possible arguments:" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Show this help and exit" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Set default directory where VMs are stored" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Install DistroHopper" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Portable mode" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Update supported VMs" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Update ready to run VMs" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Run TUI" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Run GUI" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Add new distro to quickget" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Sort functions in quickget" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Push changed quickget to quickemu project #todo" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Copy all ISOs to target dir " | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Homepage:" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Project hosted at:" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Chat group on SimpleX:" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "You are missing yad..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "You are missing fzf..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "creating config dir..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "creating icons dir as root..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Copying icons..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Copying to config dir..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Creating directory structure..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Setting up directory..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Installing needed..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "For now voidlinux only" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Installing DistroHopper to bin..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "No .conf files found" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "No VMs found." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Hello, world!" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "No argumet provided!\n\n" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Starting installation..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Switching to portable mode!" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Updating supported VMs..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Updating ready VMs..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Running TUI..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Starting DistroHopper GUI..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Adding new distro started..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Sorting functions in template..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Pushing changes to... #TODO" | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Copying ISOs to dir. It will take some time..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Running supported test..." | ||||
| msgstr"" | ||||
| 
 | ||||
| 
 | ||||
| msgid "Invalid option: $1\n\n" | ||||
| msgstr"" | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue