From 44fbbf81d31d2f64968f06f1a55bbbc068892a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Moravec?= <47433483+Jinderamarak@users.noreply.github.com> Date: Sat, 29 Jan 2022 05:38:32 +0100 Subject: [PATCH] Updated Czech localization (#302) * Added missing cs-CZ translations * Added missing and updated previous cs-CZ translation --- .../Strings/cs-CZ/Base64EncoderDecoder.resw | 4 +- .../Strings/cs-CZ/CheckSumGenerator.resw | 32 ++++++++-------- .../cs-CZ/ColorBlindnessSimulator.resw | 30 +++++++-------- .../impl/DevToys/Strings/cs-CZ/Common.resw | 4 +- .../Strings/cs-CZ/GZipEncoderDecoder.resw | 24 ++++++------ .../DevToys/Strings/cs-CZ/GuidGenerator.resw | 4 +- .../DevToys/Strings/cs-CZ/HashGenerator.resw | 4 +- .../Strings/cs-CZ/HtmlEncoderDecoder.resw | 2 +- .../DevToys/Strings/cs-CZ/ImageConverter.resw | 38 +++++++++---------- .../Strings/cs-CZ/JwtDecoderEncoder.resw | 4 +- .../Strings/cs-CZ/LoremIpsumGenerator.resw | 24 ++++++------ .../Strings/cs-CZ/MarkdownPreview.resw | 2 +- .../Strings/cs-CZ/NumberBaseConverter.resw | 22 +++++------ .../Strings/cs-CZ/PngJpgCompressor.resw | 6 +-- src/dev/impl/DevToys/Strings/cs-CZ/RegEx.resw | 2 +- .../impl/DevToys/Strings/cs-CZ/Settings.resw | 2 +- .../Strings/cs-CZ/UrlEncoderDecoder.resw | 2 +- 17 files changed, 103 insertions(+), 103 deletions(-) diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/Base64EncoderDecoder.resw b/src/dev/impl/DevToys/Strings/cs-CZ/Base64EncoderDecoder.resw index 03a6759779..8a4132193c 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/Base64EncoderDecoder.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/Base64EncoderDecoder.resw @@ -157,9 +157,9 @@ UTF-8 - Kódovat a dekódovat data Base64 + Kódování a dekódování dat Base64 - Kodér/dekodér Base 64 + Kodér / Dekodér Base 64 \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/CheckSumGenerator.resw b/src/dev/impl/DevToys/Strings/cs-CZ/CheckSumGenerator.resw index 022282b021..aaf09ef93c 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/CheckSumGenerator.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/CheckSumGenerator.resw @@ -118,51 +118,51 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - CheckSum Generator tool + Nástroj pro generování Kontrolního součtu - Cancel + Zrušit - Configuration + Konfigurace - Generate an hash with CheckSum based on a file + Generování Hashe s Kontrolním součtem souboru - Select which hashing algorithm you want to use + Zvolte hashovací algoritmus který chcete použít - Hashing Algorithm + Hashovací Algoritmus - Input + Vstup - CheckSum + Kontrolní součet - Output + Výstup - Output Comparer + Porovnání s výstupem - CheckSum + Kontrolní součet - Drag & drop a file here + Sem přetáhněte soubory - or + nebo - Browse files + Procházet soubory - Paste + Vložit - Uppercase + Velká písmena \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/ColorBlindnessSimulator.resw b/src/dev/impl/DevToys/Strings/cs-CZ/ColorBlindnessSimulator.resw index 26b764f851..5b3e116051 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/ColorBlindnessSimulator.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/ColorBlindnessSimulator.resw @@ -118,48 +118,48 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Color Blindness Simulator tool + Nástroj pro Simulaci Barvosleposti - Color Blindness Simulator + Simulátor Barvosleposti - Simulate color blindness on a picture or screenshot + Simulování barvosleposti na obrázku nebo snímku obrazovky - Color Blindness Simulator + Simulátor Barvosleposti - Only a .png, .jpg, .jpeg or .bmp file can be used. + Pouze soubory .png, .jpg, .jpeg nebo .bmp mohou být použity. - Drag & drop a PNG, JPEG or BMP file here + Sem přetáhněte soubory PNG, JPEG nebo BMP - or + nebo - Browse files + Procházet soubory - Save as + Uložit jako - Cancel + Zrušit - Deuteranopia simulation + Simulace Deuteranopie - Original + Originální - Protanopia simulation + Simulace Protanopie - Tritanopia simulation + Simulace Tritanopie - Paste + Vložit \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/Common.resw b/src/dev/impl/DevToys/Strings/cs-CZ/Common.resw index 6dc7fd14d3..507ef84eaf 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/Common.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/Common.resw @@ -163,10 +163,10 @@ Zapnuto - Unable to open this file + Tento soubor nelze otevřít - Unable to load the file '{0}'. For more details, please check the log. + Nelze načíst soubor '{0}'. Více podrobností naleznete v logu. Vrátit zpět diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/GZipEncoderDecoder.resw b/src/dev/impl/DevToys/Strings/cs-CZ/GZipEncoderDecoder.resw index 81647da0fe..0326c872b7 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/GZipEncoderDecoder.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/GZipEncoderDecoder.resw @@ -118,48 +118,48 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - GZip Encoder and Decoder tool + Nástroj ke kódování a dekódování GZip ASCII - Configuration + Konfigurace - Decompress + Dekomprimovat - Select compress or decompress + Zvolte komprimaci nebo dekomprimaci - Compress + Komprimovat - Compress/Decompress + Komprimovat / Dekomprimovat GZip - Compress or decompress strings with GZip + Komprimování nebo dekomprimování textových řetězců pomocí GZip - Encoding + Kódování - Input + Vstup - Output + Výstup UTF-8 - Compress or decompress strings + Komprimování nebo dekomprimování textových řetězců - GZip Compress/Decompress + GZip Komprimace / Dekomprimace \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/GuidGenerator.resw b/src/dev/impl/DevToys/Strings/cs-CZ/GuidGenerator.resw index e268b6ea5a..c441d44b28 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/GuidGenerator.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/GuidGenerator.resw @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - UUID Generator tool + Nástroj pro Generování UUID Konfigurace @@ -157,7 +157,7 @@ Verze UUID - Generovat UUID verzi 1 a 4 + Generování UUID verze 1 a 4 UUID diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/HashGenerator.resw b/src/dev/impl/DevToys/Strings/cs-CZ/HashGenerator.resw index 99461f99ae..b39d66b94b 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/HashGenerator.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/HashGenerator.resw @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Nástroj pro vygenerovaní Hash + Nástroj pro generovaní Hashů Konfigurace @@ -142,7 +142,7 @@ Velká písmena - Výpočet hashe MD5, SHA1, SHA256 a SHA512 z textových dat + Výpočet hashe MD5, SHA1, SHA256 a SHA512 z textu Hash diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/HtmlEncoderDecoder.resw b/src/dev/impl/DevToys/Strings/cs-CZ/HtmlEncoderDecoder.resw index 904b454423..f6aa84e0c4 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/HtmlEncoderDecoder.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/HtmlEncoderDecoder.resw @@ -148,7 +148,7 @@ Výstup - Kódovat a dekódovat všechny příslušné znaky do odpovídajících HTML entit + Kódování a dekódování znaků do odpovídajících HTML entit HTML diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/ImageConverter.resw b/src/dev/impl/DevToys/Strings/cs-CZ/ImageConverter.resw index ca2eeb44f7..b421d082ef 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/ImageConverter.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/ImageConverter.resw @@ -118,65 +118,65 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Image Converter tool + Nástroj pro Převod obrázků - Cancel + Zrušit - Configuration + Konfigurace - Delete + Smazat - Delete all + Smazat vše - Details + Detaily - Image Converter + Převodník Obrázků {0:0.##} {1} {0} is a decimal number representing a file size. {1} is a unit, like Bytes, KB, MB, GB, TB - Only .png, .jpg and .jpeg files can be used. + Pouze soubory .png, .jpg a .jpeg mohou být použity. OK - Save all + Uložit vše - Save as + Uložit jako - See details + Zobrazit detaily - Drag & drop image files here + Sem přetáhněte soubory obrázků - or + nebo - Browse files + Procházet soubory - Lossless image converter + Bezztrátová konverze obrázků - Image Converter + Převodník Obrázků - Conversion + Konverze - Select the converted file format + Vyberte formát konvertovaného souboru JPEG @@ -200,6 +200,6 @@ TIFF - An unexpected error has occurred, the conversion may not have been performed. + Došlo k neočekávané chybě, konverze možná nebyla provedena. \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/JwtDecoderEncoder.resw b/src/dev/impl/DevToys/Strings/cs-CZ/JwtDecoderEncoder.resw index 572987de51..5dd8865a84 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/JwtDecoderEncoder.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/JwtDecoderEncoder.resw @@ -148,13 +148,13 @@ Token Jwt - Užitečné zatížení + Obsah Zabezpečení - Dekódování hlavičky, užitečného zatížení a podpisu JWT + Dekódování hlavičky, obsahu a podpisu JWT Dekodér JWT diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/LoremIpsumGenerator.resw b/src/dev/impl/DevToys/Strings/cs-CZ/LoremIpsumGenerator.resw index 1644a5952c..a8e784367b 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/LoremIpsumGenerator.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/LoremIpsumGenerator.resw @@ -118,42 +118,42 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Lorem Ipsum Generator tool + Nástroj pro generování Lorem Ipsum - Configuration + Konfigurace - Generate Lorem Ipsum placeholder text + Generování dočasného Lorem Ipsum textu - Number of words, sentences or paragraphs to generate + Počet slov, vět nebo odstavců na vygenerování - Length + Počet Lorem Ipsum - Output + Výstup - Paragraphs + Odstavce - Lorem Ipsum Generator + Generátor Lorem Ipsum - Sentences + Věty - Generate words, sentences or paragraphs of Lorem Ipsum + Generovat slova, věty nebo odstavce - Type + Druh - Words + Slova \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/MarkdownPreview.resw b/src/dev/impl/DevToys/Strings/cs-CZ/MarkdownPreview.resw index f81cff0d9b..e88a7d9cbd 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/MarkdownPreview.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/MarkdownPreview.resw @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Nástroj pro náhled Mardown + Nástroj pro náhled Mardownu Konfigurace diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/NumberBaseConverter.resw b/src/dev/impl/DevToys/Strings/cs-CZ/NumberBaseConverter.resw index 422c52260b..68a9cb31a4 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/NumberBaseConverter.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/NumberBaseConverter.resw @@ -118,37 +118,37 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Nástroj pro převod číselného základu + Nástroj pro převod mezi číselnými soustavami - Binární + Dvojková Konfigurace - Desetinné číslo + Desítková - Formát čísla + Formátovat čísla - Hexadecimální + Šestnáctková Vstup - Binární + Dvojková - Desetinné číslo + Desítková Zvolte typ vstupu, který chcete použít - Hexadecimální + Šestnáctková Osmičková @@ -168,12 +168,12 @@ The parameter is the Max value of a long - Převod čísel z jednoho základu na druhý + Převod čísel z jedné soustavy do druhé - Číselný základ + Číselné soustavy - Převodník číselného základu + Převodník číselných soustav \ No newline at end of file diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/PngJpgCompressor.resw b/src/dev/impl/DevToys/Strings/cs-CZ/PngJpgCompressor.resw index 392cde9204..1c0d9ef434 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/PngJpgCompressor.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/PngJpgCompressor.resw @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Nástroj pro kompresy PNG a JPEG + Nástroj pro kompresi PNG a JPEG Zrušit @@ -158,7 +158,7 @@ Zobrazit podrobnosti - Sem přetáhněte soubory PNG nebo JPEG. + Sem přetáhněte soubory PNG nebo JPEG nebo @@ -167,7 +167,7 @@ Procházet soubory - Bezztrátový optimalizér PNG a JPEG + Bezztrátové optimalizování PNG a JPEG Kompresor PNG / JPEG diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/RegEx.resw b/src/dev/impl/DevToys/Strings/cs-CZ/RegEx.resw index dffd64ac86..433ede5b9a 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/RegEx.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/RegEx.resw @@ -133,7 +133,7 @@ Tester regulárních výrazů - Skript ECMA + ECMA Script Povolí chování výrazu v souladu s ECMAScript. Tuto hodnotu lze použít pouze ve spojení s možnostmi Kulturní invariant, Ignorovat malá a velká písmena a Víceřádkový. diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/Settings.resw b/src/dev/impl/DevToys/Strings/cs-CZ/Settings.resw index 34a15b5d54..66e37aaeac 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/Settings.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/Settings.resw @@ -220,7 +220,7 @@ Verze {0} - Obalení slov + Zalamování řádků Přizpůsobení vzhledu a funkčnosti DevToys diff --git a/src/dev/impl/DevToys/Strings/cs-CZ/UrlEncoderDecoder.resw b/src/dev/impl/DevToys/Strings/cs-CZ/UrlEncoderDecoder.resw index 0cc3d27fab..d1d852d7c0 100644 --- a/src/dev/impl/DevToys/Strings/cs-CZ/UrlEncoderDecoder.resw +++ b/src/dev/impl/DevToys/Strings/cs-CZ/UrlEncoderDecoder.resw @@ -148,7 +148,7 @@ Výstup - Kódovat nebo dekódovat všechny příslušné znaky na odpovídající URL entity + Kódování a dekódování znaků do odpovídajících URL entit URL