From 6f5b51d01caa9ca5d0a70279ee7b5f24bbd7be2d Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:20 -0700 Subject: [PATCH 01/42] New translations jsonwebtokenencoderdecoder.resx (Catalan) --- .../JsonWebTokenEncoderDecoder.ca-ES.resx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx b/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx index bf68dc60a..d3cf5f664 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx @@ -158,7 +158,7 @@ Claim - The "azp" claim is a replacement for appid. The application ID of the client using the token. The application can act as itself or on behalf of a user. The application ID typically represents an application object, but it can also represent a service principal object in Microsoft Entra ID. + La reclamació "azp" és un reemplaçament d'appid. L'identificador de l'aplicació del client que utilitza el testimoni. L'aplicació pot actuar com a ella mateixa o en nom d'un usuari. L'ID d'aplicació normalment representa un objecte d'aplicació, però també pot representar un objecte principal de servei a Microsoft Entra ID. Claim (Microsoft) @@ -222,11 +222,11 @@ Gui - Validate Token + Valida el Token Gui - Encode and decode Json Web Token + Codifica i descodifica Json Web Token Gui @@ -242,23 +242,23 @@ Gui - Expire in day(s) + Caducitat en dies Gui - Expire in hour(s) + Caducitat en hores Gui - Expire in minute(s) + Caducitat en minuts Gui - Expire in month(s) + Caducitat en mesos Gui - Expire in year(s) + Caducitat en anys Gui @@ -314,7 +314,7 @@ Claim (Microsoft) - Expiration Date is invalid + La data de caducitat no és vàlida Error message @@ -358,15 +358,15 @@ Claim (Microsoft) - This type of private key is not supported + Aquest tipus de clau privada no està suportada Error message - Public Key + Clau pública Gui - This type of public key is not supported + Aquest tipus de clau pública no està suportada Error message @@ -406,7 +406,7 @@ Error message - Select which mode you want to use + Selecciona quin mode vols utilitzar Gui @@ -414,7 +414,7 @@ Gui - Indicates the token type + Indica el tipus de token Claim From 69d124bfa07dcb4da2c93aa0146a4080cebdf617 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:21 -0700 Subject: [PATCH 02/42] New translations jsonformatter.resx (Catalan) --- .../Tools/Formatters/Json/JsonFormatter.ca-ES.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DevToys.Tools/Tools/Formatters/Json/JsonFormatter.ca-ES.resx b/src/DevToys.Tools/Tools/Formatters/Json/JsonFormatter.ca-ES.resx index 1265f2ca1..916160047 100644 --- a/src/DevToys.Tools/Tools/Formatters/Json/JsonFormatter.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Formatters/Json/JsonFormatter.ca-ES.resx @@ -154,7 +154,7 @@ Reduït - 1 tab + 1 tabulador Sortida From 8a9611570a27e5fe3b9d5f56eb5a01e4bbf3b688 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:22 -0700 Subject: [PATCH 03/42] New translations sqlformatter.resx (Catalan) --- .../Formatters/Sql/SqlFormatter.ca-ES.resx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/DevToys.Tools/Tools/Formatters/Sql/SqlFormatter.ca-ES.resx b/src/DevToys.Tools/Tools/Formatters/Sql/SqlFormatter.ca-ES.resx index 3e07fd23b..ddfbbf954 100644 --- a/src/DevToys.Tools/Tools/Formatters/Sql/SqlFormatter.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Formatters/Sql/SqlFormatter.ca-ES.resx @@ -118,46 +118,46 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - SQL Formatter tool + Eina de formatació d'SQL - Configuration + Configuració Db2 - Format SQL data + Formata dades SQL - 4 spaces + 4 espais - Indentation + Sagnat - Select which indentation you want to use + Selecciona el sagnat que vols utilitzar - Input + Entrada - Input file selected doesn't exist. + El fitxer d'entrada no existeix. - Text or path to a file containing the sql to format + Text o ruta al fitxer que conté l'SQL a formatar - Please specify an input text or an input file + Si us plau, especifica un text o un fitxer d'entrada - Leading comma + Coma principal - Whether to use leading commas or not + Si vols utilitzat una coma principal o no - SQL Formatter + Formatador SQL MariaDB @@ -169,13 +169,13 @@ N1QL - 1 tab + 1 tabulador - Output + Sortida - Path to the output file + Ruta del fitxer de sortida PL/SQL @@ -187,7 +187,7 @@ Amazon Redshift - SQL Formatter + Formatador SQL SQL @@ -196,10 +196,10 @@ Spark SQL - Language + Llenguatge - Which SQL language to use + Quin llenguatge SQL vols utilitzar Standard SQL @@ -208,6 +208,6 @@ Transact-SQL - 2 spaces + 2 espais \ No newline at end of file From 07adb3caa3275d9c14b71b0981670d8a44dc241e Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:23 -0700 Subject: [PATCH 04/42] New translations xmlformatter.resx (Catalan) --- .../Formatters/Xml/XmlFormatter.ca-ES.resx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.ca-ES.resx b/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.ca-ES.resx index 716805dc3..d0ee8463b 100644 --- a/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.ca-ES.resx @@ -118,60 +118,60 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - XML Formatter tool + Eina de formatació de SQL - Configuration + Configuració - Indent or minify XML data + Sagna o redueix les dades XML - 4 spaces + 4 espais - Indentation + Sagnat - Select which indentation you want to use + Selecciona el sagnat que vols utilitzar - Input + Entrada - Input file selected doesn't exist. + El fitxer d'entrada no existeix. - Text or path to a file containing the xml to format + Text o ruta al fitxer que conté l'XML a formatar - Please specify an input text or an input file + Si us plau, especifica un text o un fitxer d'entrada - XML Formatter + Formatador XML - Minified + Reduït - Put attributes on a new line + Afegeix atributs en una nova línia - Whether to put attributes on a new line + Si vols afegir atributs en una nova línia - 1 tab + 1 tabulador - Output + Sortida - Path to the output file + Ruta del fitxer de sortida XML - 2 spaces + 2 espais \ No newline at end of file From 7ab729490abf383a9a0537c884cbf398dc3508bf Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:25 -0700 Subject: [PATCH 05/42] New translations hashandchecksumgenerator.resx (Catalan) --- .../HashAndChecksumGenerator.ca-ES.resx | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.ca-ES.resx b/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.ca-ES.resx index f0c8bb8f1..2cf8ec08c 100644 --- a/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.ca-ES.resx @@ -118,75 +118,75 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Hash and Checksum Generator tool + Eina generadora de Hash i Checksum - FAILED + FALLADA - A text or file containing a checksum to verify data integrity + Text i fitxer que conté un checksum per verificar la integritat de dades - OK + Acceptat - Checksum to verify data integrity + Checksum per verificar la integritat de dades - Configuration + Configuració - Calculate hash from text or binary data + Calcula la hash des d'un text o dades binàries - The type of hash to generate + Tipus de hash a generar - The hashes are the same + Les hash són iguals - The hashes are different + Les hash són diferent - Select which hashing algorithm you want to use + Selecciona quin algorisme de hash vols utilitzar - Hashing Algorithm + Algorisme de hash - Secret key to use to generate a HMAC hash + Clau secreta a utilitzar per generar una hash HMAC - Secret key to use to generate a HMAC hash + Clau secreta a utilitzar per generar una hash HMAC - Text or path to a file to hash + Text o ruta del fitxer per generar la hash - Input text + Text d'entrada - Please specify an input text or an input file + Si us plau, especifica un text o un fitxer d'entrada - Hash / Checksum Generator + Generador Hash / Checksum - or + o - Output + Sortida - Hash / Checksum + Hash / Cecksum - Hides the progress of the hashing operation + Amaga el progrés de la generació del hash - Whether the generated hash should be in uppercase or not + Si vols que el hash generat sigui en majúscules o no - Uppercase + Majúscules \ No newline at end of file From 17746ec765307dc5693fa904b6c43beef0666d9a Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:26 -0700 Subject: [PATCH 06/42] New translations loremipsumgenerator.resx (Catalan) --- .../LoremIpsum/LoremIpsumGenerator.ca-ES.resx | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.ca-ES.resx b/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.ca-ES.resx index b98b528db..c13c30882 100644 --- a/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.ca-ES.resx @@ -118,25 +118,25 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Generador de Lorem Ipsum + Eina de generació de Lorem Ipsum Configuració - Text corpus to use + Corpus de text a utilitzar - Generate Lorem Ipsum (or similar) placeholder text + Genera text Lorem Ipsum (o similar) - Number of words, sentences or paragraphs to generate + Nombre de paraules, frases o paràgrafs a generar - Number of words, sentences or paragraphs to generate + Nombre de paraules, frases o paràgrafs a generar - Length + Llargada Childe Harold's Pilgrimage (Lord Byron) @@ -145,66 +145,66 @@ Decameron - Novella Prima (Giovanni Boccaccio) - Faust (Goethe), German + Faust (Goethe), Alemany - In der Fremde (Heinrich Heine), German + In der Fremde (Heinrich Heine), Alemany - Le Bateau Ivre (Arthur Rimbaud), French + Le Bateau Ivre (Arthur Rimbaud), Francès - Le Masque (Charles Baudelaire), French + Le Masque (Charles Baudelaire), Francès - Lorem Ipsum (Marcus Tullius Cicero), Latin + Lorem Ipsum (Marcus Tullius Cicero), Llatí - Nagyon fáj (József Attila), Hungarian + Nagyon fáj (József Attila), Hongarès - Ómagyar-Mária siralom (Ismeretlen), Hungarian + Ómagyar-Mária siralom (Ismeretlen), Hongarès Robinsono Kruso (Daniel Defoe), Esperanto - The Raven (Edgar Allan Poe), English + The Raven (Edgar Allan Poe), Anglès - Tierra y Luna (Federico García Lorca), Spanish + Tierra y Luna (Federico García Lorca), Castellà - Text corpus + Corpus text - Lorem Ipsum Generator + Generador Lorem Ipsum - Output + Sortida - Paragraphs + Paràgrafs - Refresh + Actualitza - Sentences + Frases Lorem Ipsum - Generate words, sentences or paragraphs of Lorem Ipsum + Genera paraules, frases o paràgrafs de Lorem Ipsum - Whether words, sentences or paragraphs should be generated + Si s'han de generar paraules, frases o paràgrafs - Type + Tipus - Words + Paraules \ No newline at end of file From 3dd44cb9dff0ee5143a2b32b3509dcefe4f4296a Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:27 -0700 Subject: [PATCH 07/42] New translations passwordgenerator.resx (Catalan) --- .../Password/PasswordGenerator.ca-ES.resx | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx b/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx index 1bc22282b..759f46e8f 100644 --- a/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx @@ -118,76 +118,76 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Password Generator tool + Eina de generació de contrasenyes - Configuration + Configuració - Generate random passwords + Genera contrasenyes aleatòries - Digit characters + Dígits - Use digit characters (0123456789) + Utilitza caràcters numèrics (0123456789) - Digits + Dígits - Whether the generated password can include digits characters (0123456789) + Si la contrasenya generada pot incloure caràcters numèrics (0123456789) - ExcludedCharacters + Exclou caràcters - Do not use the following characters to generate a password + No utilitzis els següents caràcters per generar la contrasenya - Excluding '{0}' + Excloent '{0}' - A set of characters that should not be used to generate the password + Conjunt de caràcters que no han de ser utilitzats per generar la contrasenya - Generate Password(s) + Genera contrasenyes - Generate + Genera - Length + Llargada - The length of the password to generate + La llargada de la contrasenya a generar - Password Generator + Generador de contrasenyes - Lowercase characters + Minúscules - Use lowercase characters (abcdefghijklmnopqrstuvwxyz) + Utilitza caràcters en minúscules (abcdefghijklmnopqrstuvwxyz) - Lowercase + Minúscules - Whether the generated password can include lowercase characters (abcdefghijklmnopqrstuvwxyz) + Si la contrasenya generada pot incloure caràcters en minúscules (abcdefghijklmnopqrstuvwxyz) x - No password(s) can be generated because no options have been selected. + Les contrasenyes no es poden generar perquè no s'ha seleccionat cap opció. - Number of Passwords to generate + Nombre de contrasenyes a generar - Passwords + Contrasenyes Passkey Secret Pwd From 54c7b2297a47f24fb6676d895c699b88214767e7 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:28 -0700 Subject: [PATCH 08/42] New translations hashandchecksumgenerator.resx (Italian) --- .../HashAndChecksumGenerator.it-IT.resx | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.it-IT.resx b/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.it-IT.resx index f0c8bb8f1..800ef98e9 100644 --- a/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.it-IT.resx +++ b/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.it-IT.resx @@ -118,61 +118,61 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Hash and Checksum Generator tool + Strumento di generazione Hash / Checksum - FAILED + FALLITO - A text or file containing a checksum to verify data integrity + Un testo o un file contenente un checksum per verificare l'integrità dei dati OK - Checksum to verify data integrity + Checksum per verificare l'integrità dei dati - Configuration + Configurazione - Calculate hash from text or binary data + Calcola hash da testo o dati binari - The type of hash to generate + Tipo di hash da generare - The hashes are the same + Le Hash sono identiche - The hashes are different + Le Hash sono diverse - Select which hashing algorithm you want to use + Seleziona quale algoritmo di hashing vuoi usare - Hashing Algorithm + Algoritmo di hashing - Secret key to use to generate a HMAC hash + Chiave segreta da usare per generare una hash HMAC - Secret key to use to generate a HMAC hash + Chiave segreta da usare per generare una hash HMAC - Text or path to a file to hash + Testo o percorso del file da trattare - Input text + Testo di input - Please specify an input text or an input file + Specifica un testo o un file in input - Hash / Checksum Generator + Generatore di Hash / Checksum - or + oppure Output @@ -181,12 +181,12 @@ Hash / Checksum - Hides the progress of the hashing operation + Nasconde il progresso dell'operazione di hashing - Whether the generated hash should be in uppercase or not + Se l'hash generato dovrebbe essere in maiuscolo o meno - Uppercase + Maiuscolo \ No newline at end of file From 068c830f3e9418fb1d34be378337b6fdf2fa458a Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:29 -0700 Subject: [PATCH 09/42] New translations colorblindnesssimulator.resx (Italian) --- .../ColorBlindnessSimulator.it-IT.resx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.it-IT.resx b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.it-IT.resx index 5074c5d74..917a995e6 100644 --- a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.it-IT.resx +++ b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.it-IT.resx @@ -118,40 +118,40 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Color Blindness Simulator tool + Strumento per simulazione di daltonismo - Simulate color blindness on a picture or screenshot + Simula daltonismo su un'immagine o uno screenshot - Deuteranopia simulation + Simula deuteranopia - Image file path to treat + Percorso dell'immagine da trattare - Color Blindness Simulator + Simulatore daltonismo - Original + Originale - Directory where the result should be persisted. By default, use input file's directory + Cartella dove il risultato dovrebbe essere persistente. Come impostazione predefinita si utilizza la cartella del file di input - Protanopia simulation + Simulazione protanopia - Tritanopia Protanopia Deuteranopia Dalton Daltonism Daltonist + Tritanopia Protanopia Deuteranopia Daltonismo Daltonico Alternative search keywords. - Color Blindness Simulator + Simulatore daltonismo - Hides the progress of the hashing operation + Nasconde il progresso dell'operazione di hashing - Tritanopia simulation + Simulazione tritanopia \ No newline at end of file From 16ecf4e9ecdcac0e6cb147024d7db2f31e25f4f6 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:00:30 -0700 Subject: [PATCH 10/42] New translations regextester.resx (Italian) --- .../RegExTester/RegExTester.it-IT.resx | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.it-IT.resx b/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.it-IT.resx index a46370d80..1ec89e464 100644 --- a/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.it-IT.resx +++ b/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.it-IT.resx @@ -121,13 +121,13 @@ Regular Expression Tester tool - All matches + Tutte le corrispondenze Find all the matches in the text or stop after the first match. - Alternation + Alternanza Acts like a boolean OR. Matches the expression before or after the |. @@ -147,19 +147,19 @@ It can operate within a group, or on a whole expression. The patterns will be te For example, /(?>ab|a)b/ will match abb but not ab because once the ab option has matched, the atomic group prevents backtracking to retry with the a option. - Beginning + Inizio Matches the beginning of the string, or the beginning of a line if the multiline flag (m) is enabled. This matches a position, not a character. - Beginning of string + Inizio della stringa Matches the beginning of the string. Unlike ^, this is unaffected by the multiline flag (m). This matches a position, not a character. - Bell + Campanella Matches a BELL character (char code 7). @@ -211,10 +211,10 @@ $1 \1 \{1} Quantifiers and Alternation - Special + Speciale - Substitution + Sostituzione Character range @@ -229,13 +229,13 @@ $1 \1 \{1} Matches either an A, b or c character - Comment + Commento Allows you to insert a comment into your expression that is ignored when finding a match. - Conditional + Condizionale Conditionally matches one of two options based on whether a lookaround is matched. @@ -250,29 +250,29 @@ Any lookaround can be used as the condition. A lookahead will start the subseque Escaped control character in the form \cZ. This can range from \cA (SOH, char code 1) to \cZ (SUB, char code 26). - Define + Definisci Used to define named groups for use as subroutines without including them in the match. For example, /A(?(DEFINE)(?'foo'Z))B\g'foo'/ will match ABZ, because the define group is ignored in the match except to define the foo subroutine that is referenced later with \g'foo'. - Description + Descrizione - Digit + Cifra Matches any digit character (0-9). Equivalent to [0-9]. - End + Fine Matches the end of the string, or the end of a line if the multiline flag (m) is enabled. This matches a position, not a character. - End of string + Fine della stringa Matches the end of the string. Unlike $, this is unaffected by the multiline flag (m). This matches a position, not a character. @@ -313,7 +313,7 @@ The same pattern will also match b on its own, because group 1 doesn't match, so You can reference a group by name, number, or relative position (ex. -1). - Hexadecimal escape + Escape esadecimale Hexadecimal escaped character in the form \xFF. @@ -508,13 +508,13 @@ Relative values preceded by + or - are also supported. For example \g<-1> The syntax \o{FFF} is also supported. - Optional + Opzionale Matches 0 or 1 of the preceding token, effectively making it optional. - Plus + Più Matches 1 or more of the preceding token. @@ -571,7 +571,7 @@ There are multiple syntaxes for this feature: Within a character set, only \, -, and ] need to be escaped. - Star + Stella Matches 0 or more of the preceding token. @@ -583,7 +583,7 @@ Within a character set, only \, -, and ] need to be escaped. Matches the end of the string. Unlike $ or \Z, it does not allow for a trailing newline. This is unaffected by the multiline flag (m). This matches a position, not a character. - Syntax + Sintassi Tab @@ -592,7 +592,7 @@ Within a character set, only \, -, and ] need to be escaped. Matches a TAB character (char code 9). - Cheat sheet + Bigino Unicode category @@ -643,7 +643,7 @@ Within a character set, only \, -, and ] need to be escaped. Matches any word character (alphanumeric & underscore). Only matches low-ascii characters (no accented or non-roman characters). Equivalent to [A-Za-z0-9_] - Configuration + Configurazione Culture Invariant @@ -685,25 +685,25 @@ Within a character set, only \, -, and ] need to be escaped. Location - Name + Nome - Match + Corrispondenza - Value + Valore - Multiline + Multiriga Changes the meaning of ^ and $ so they match at the beginning and end, respectively, of any line, and not just the beginning and end of the entire string. - Options + Opzioni - Regular expression + Espressione regolare Right To Left @@ -712,7 +712,7 @@ Within a character set, only \, -, and ] need to be escaped. Specifies that the search will be from right to left instead of from left to right. - regular expression + espressione regolare RegEx @@ -724,6 +724,6 @@ Within a character set, only \, -, and ] need to be escaped. Changes the meaning of the dot (.) so it matches every character (instead of every character except \n). - Text + Testo \ No newline at end of file From 71ec1fd9c35d3c568e63836f2166ba32e99a97df Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:55:51 -0700 Subject: [PATCH 11/42] New translations passwordgenerator.resx (Catalan) --- .../Password/PasswordGenerator.ca-ES.resx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx b/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx index 759f46e8f..ab66bd6a0 100644 --- a/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Generators/Password/PasswordGenerator.ca-ES.resx @@ -190,34 +190,34 @@ Contrasenyes - Passkey Secret Pwd + Mot de pas Secret - Password + Contrasenya - Special characters + Caràcters especials - Use special characters (!"#$%&')*+,-.:;=>?@]^_}~) + Utilitza caràcters especials (!"#$%&')*+,-.:;=>?@]^_}~) !"#$%&')*+,-.:;=>?@]^_}~ - Special characters + Caràcters especials - Whether the generated password can include special characters (!"#$%&')*+,-.:;=>?@]^_}~) + Si la contrasenya generada pot incloure caràcters especials (!"#$%&')*+,-.:;=>?@]^_}~) - Uppercase characters + Majuscules - Use uppercase characters (ABCDEFGHIJKLMNOPQRSTUVWXYZ) + Utilitza caràcters en majúscules (ABCDEFGHIJKLMNOPQRSTUVWXYZ) - Uppercase + Majúscules - Whether the generated password can include uppercase characters (ABCDEFGHIJKLMNOPQRSTUVWXYZ) + Si la contrasenya generada pot incloure caràcters en majúscules (ABCDEFGHIJKLMNOPQRSTUVWXYZ) \ No newline at end of file From 206392585799225077577e644010b0b851e12a78 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:55:52 -0700 Subject: [PATCH 12/42] New translations uuidgenerator.resx (Catalan) --- .../Generators/UUID/UUIDGenerator.ca-ES.resx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.ca-ES.resx b/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.ca-ES.resx index edc3b1770..9e7a7a73e 100644 --- a/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.ca-ES.resx @@ -118,28 +118,28 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - UUID Generator tool + Eina de generació de UUID - Configuration + Configuració - Generate UUIDs version 1 and 4 (GUID) + Genera UUIDs versió 1 i 4 (GUID) - Generate UUID(s) + Genera UUID(s) - Generate + Genera - Hyphens + Guions - Whether the generated UUID should have hyphens or not + Si el UUID generat tingui guions o no - UUID Generator + Generador UUID x @@ -154,10 +154,10 @@ UUID - Uppercase + Majúscules - Whether the generated UUID should be in uppercase or not + Si vols que l'identificador generat sigui en majúscules o no 4 (GUID) @@ -169,12 +169,12 @@ 7 - Choose the version of UUID to generate + Tria la versió de UUID a generar - The UUID version to generate + La versió de UUID a generar - UUID version + Versió UUID \ No newline at end of file From bad50c830237b536339871015ce325923b52dc45 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:55:53 -0700 Subject: [PATCH 13/42] New translations colorblindnesssimulator.resx (Catalan) --- .../ColorBlindnessSimulator.ca-ES.resx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.ca-ES.resx b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.ca-ES.resx index 5074c5d74..c88c83540 100644 --- a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.ca-ES.resx @@ -118,40 +118,40 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Color Blindness Simulator tool + Eina de simulació de ceguesa de color - Simulate color blindness on a picture or screenshot + Simula la ceguesa de color en una imatge o captura de pantalla - Deuteranopia simulation + Simulació de deuteranopia - Image file path to treat + Ruta de la imatge a tractar - Color Blindness Simulator + Simulador de ceguesa de color Original - Directory where the result should be persisted. By default, use input file's directory + Carpeta on es desarà el resultat. Per defecte, es desa a la carpeta del fitxer d'entrada - Protanopia simulation + Simulació de protanopia - Tritanopia Protanopia Deuteranopia Dalton Daltonism Daltonist + Tritanopia Protanopia Deuteranopia Daltonisme Alternative search keywords. - Color Blindness Simulator + Simulador de ceguesa de color - Hides the progress of the hashing operation + Amaga el progrés de la generació del hash - Tritanopia simulation + Simulació de tritanopia \ No newline at end of file From 8d97101e86fb550980534b4c72ae871c4ae179d5 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:55:54 -0700 Subject: [PATCH 14/42] New translations imageconverter.resx (Catalan) --- .../ImageConverter/ImageConverter.ca-ES.resx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.ca-ES.resx b/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.ca-ES.resx index 4e0f69fca..a84792c7d 100644 --- a/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.ca-ES.resx @@ -118,49 +118,49 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Image Converter tool + Eina de conversió d'imatges - Configuration + Configuració - Conversion + Conversió - Select the image format to convert into + Selecciona el format de imatge a convertir - Delete + Elimina - Delete all + Elimina-ho tot - Lossless image converter + Convertidor d'imatge sense pèrdua {0:0.##} {1} {0} is a decimal number representing a file size. {1} is a unit, like Bytes, KB, MB, GB, TB - The format to convert images to + El format a convertir la imatge - A set of image file paths or directories that contain images to convert + Conjunt de rutes d'imatges o carpetes que contenen imatges a convertir - Image Converter + Convertidor d'imatges - Directory where the result should be saved, or a single file path, if the input is also a single file path. + Carpeta on es desarà el resultat, o ruta d'un sol fitxer, si l'entrada és també un sol fitxer. - Save all + Desa-ho tot - Save as + Anomena i desa - Image Converter + Convertidor d'imatges \ No newline at end of file From 4dfb10a4530e5341e9b3775882cdd0f47c93d95c Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:55:56 -0700 Subject: [PATCH 15/42] New translations jsonpathtester.resx (Catalan) --- .../JsonPathTester/JsonPathTester.ca-ES.resx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx b/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx index 2480b9d12..db5ad6264 100644 --- a/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx @@ -118,37 +118,37 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - JSONPath Tester tool + Eina de proves de JSONPath - Array slice operator + Operador de porció de matriu - Bracket-notated child or children + Subconjunts amb notació de claudàtors - Used for filter expressions. Refers to the current node for further processing. + S'utilitza per a expressions de filtre. Fa referència al node actual per a un processament posterior. - Description + Descripció - Dot-notated child + Subconjunt anotat per punts - Selects all elements in an object or array that match the specified boolean expression. Returns a list. + Selecciona tots els elements d'un objecte o matriu que coincideixen amb l'expressió booleana especificada. Retorna una llista. Performs a deep scan for the specified property in all available objects. Always returns a list, even for a single match. - The root object or array. + L'arrel de l'objecte o de la matriu. Script expression. - Selects the n-th element from an array. Indexes start from 0. + Selecciona l'enèsim element d'una matriu. Els índexs comencen a partir de 0. Syntax @@ -181,22 +181,22 @@ JSON - Please specify an input text or an input file + Si us plau, especifica un text o un fitxer d'entrada - JSONPath Tester + Tester de JSONPath - No match found + No hi ha cap resultat - Test result + Resultat del test - Path to the output file + Ruta del fitxer de sortida - path json + ruta json JSONPath From 63b1a5b6723a91670d1e211de72038bb2e3d594d Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 00:55:57 -0700 Subject: [PATCH 16/42] New translations testers.resx (Catalan) --- src/DevToys.Tools/Tools/Testers/Testers.ca-ES.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/Testers.ca-ES.resx b/src/DevToys.Tools/Tools/Testers/Testers.ca-ES.resx index 997a1f184..d0e3df8a7 100644 --- a/src/DevToys.Tools/Tools/Testers/Testers.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Testers/Testers.ca-ES.resx @@ -118,9 +118,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Provadors + Eines de proves - Provadors + Eines de proves \ No newline at end of file From 420033a2f975e851d7d56b99309d85fe0861491c Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:17 -0700 Subject: [PATCH 17/42] New translations jsonwebtokenencoderdecoder.resx (Catalan) --- .../JsonWebTokenEncoderDecoder.ca-ES.resx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx b/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx index d3cf5f664..9897d58fc 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/JsonWebToken/JsonWebTokenEncoderDecoder.ca-ES.resx @@ -190,7 +190,7 @@ Gui - Token audiences (separated by comma) + Token audiences (separats per comes) Gui @@ -198,7 +198,7 @@ Gui - Token issuer (separated by comma) + Token issuer (separats per comes) Gui @@ -210,15 +210,15 @@ Gui - Validate lifetime + Temps de validesa Gui - Select which token parameters to validate + Selecciona quins paràmetres del token a validar Gui - Token validation settings + Configuració de la validació del token Gui @@ -234,11 +234,11 @@ Gui - Token hashing algorithm + Algorisme de hash del token Gui - Token audience (separated by comma) + Token audience (separats per comes) Gui @@ -266,7 +266,7 @@ Gui - Token has expiration + El token té caducitat Gui From 1759df99c3d932fe5c8a0b852a49a81dcd96e9bc Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:18 -0700 Subject: [PATCH 18/42] New translations jsonpathtester.resx (Catalan) --- .../JsonPathTester/JsonPathTester.ca-ES.resx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx b/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx index db5ad6264..25ba38a97 100644 --- a/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.ca-ES.resx @@ -139,40 +139,40 @@ Selecciona tots els elements d'un objecte o matriu que coincideixen amb l'expressió booleana especificada. Retorna una llista. - Performs a deep scan for the specified property in all available objects. Always returns a list, even for a single match. + Realitza una exploració profunda de la propietat especificada en tots els objectes disponibles. Sempre retorna una llista, fins i tot per a una única coincidència. L'arrel de l'objecte o de la matriu. - Script expression. + Expressió de l'script. Selecciona l'enèsim element d'una matriu. Els índexs comencen a partir de 0. - Syntax + Sintaxi - Cheat sheet + Full de característiques - Selects n1 and n2 array items. Returns a list. + Selecciona els elements n1 i n2 d'una matriu. Retorna una llista. - Wildcard. Selects all elements in an object or array, regardless of their names or indexes. + Comodí. Selecciona tots els elements d'un objecte o matriu, independentment dels seus noms o índexs. - Test a JSONPath + Prova un JSONPath - Input file selected doesn't exist. + El fitxer d'entrada seleccionat no existeix. - Text or path to a file containing the JSON + Text o ruta al fitxer que conté el JSON - Text or path to a file containing the JSONPath + Text o ruta al fitxer que conté el JSONPath JSONPath From 98d419dffb5e250d90ecc53aaf1dd468a2234ce9 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:19 -0700 Subject: [PATCH 19/42] New translations regextester.resx (Catalan) --- .../RegExTester/RegExTester.ca-ES.resx | 414 +++++++++--------- 1 file changed, 207 insertions(+), 207 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.ca-ES.resx b/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.ca-ES.resx index a46370d80..81e6b807b 100644 --- a/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Testers/RegExTester/RegExTester.ca-ES.resx @@ -118,610 +118,610 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Regular Expression Tester tool + Eina de proves d'expressions regulars - All matches + Totes les coincidències - Find all the matches in the text or stop after the first match. + Cerqueu totes les coincidències al text o atureu-vos després de la primera coincidència. - Alternation + Alternança - Acts like a boolean OR. Matches the expression before or after the |. -It can operate within a group, or on a whole expression. The patterns will be tested in order. + Actua com un OR booleà. Coincideix amb l'expressió abans o després de |. +Pot operar dins d'un grup, o sobre una expressió sencera. Els patrons es provaran en ordre. - Any character except newline + Qualsevol caràcter excepte una nova línia - Matches any character other than newline. Equivalent to [^\n\r]. + Coincideix amb qualsevol caràcter que no sigui nova línia. Equivalent a [^\n\r]. - Atomic group + Grup atòmic - Non-capturing group that discards backtracking positions once matched. -For example, /(?>ab|a)b/ will match abb but not ab because once the ab option has matched, the atomic group prevents backtracking to retry with the a option. + Grup que no captura que descarta les posicions de marxa enrere un cop coincideixen. +Per exemple, /(?>ab|a)b/ coincidirà amb abb però no amb ab perquè un cop l'opció ab ha coincidit, el grup atòmic impedeix fer marxa enrere per tornar a intentar-ho amb l'opció a. - Beginning + Principi - Matches the beginning of the string, or the beginning of a line if the multiline flag (m) is enabled. This matches a position, not a character. + Coincideix amb l'inici de la cadena o amb l'inici d'una línia si la marca multilínia (m) està activada. Això coincideix amb una posició, no un caràcter. - Beginning of string + Principi de la cadena - Matches the beginning of the string. Unlike ^, this is unaffected by the multiline flag (m). This matches a position, not a character. + Coincideix amb l'inici de la cadena. A diferència de ^, això no es veu afectat per la marca multilínia (m). Això coincideix amb una posició, no un caràcter. - Bell + Campana - Matches a BELL character (char code 7). + Coincideix amb un caràcter BELL (codi de caràcters 7). - Branch reset group + Grup de reinici de branca - Define alternative groups that share the same group numbers. -For example, in (?|(a)|(b)) both groups (a and b) would be counted as group #1. + Defineix grups alternatius que comparteixen els mateixos números de grup. +Per exemple, a (?|(a)|(b)) ambdós grups (a i b) es comptarien com a grup #1. - Capture group + Captura un grup - Inserts the results of the specified capture group. For example, $3 would insert the third capture group. -There are multiple syntaxes for this feature: + Insereix els resultats del grup de captura especificat. Per exemple, $3 inseriria el tercer grup de captura. +Hi ha diverses sintaxis per a aquesta funció: $1 \1 \{1} - Capturing group + Capturant un grup - Groups multiple tokens together and creates a capture group for extracting a substring or using a backreference. + Agrupa diversos tokens i crea un grup de captura per extreure una subcadena o utilitzar una referència posterior. - Carriage return + Retorn de carro - Matches a CARRIAGE RETURN character (char code 13). + Coincideix amb un caràcter CARRIAGE RETURN (codi de caràcter 13). - Anchors + Àncores - Character classes + Classes de caràcters - Escaped characters + Caràcters escapats - Groups and References + Grups i referències Lookaround - Quantifiers and Alternation + Quantificadors i alternança - Special + Especial - Substitution + Substitució - Character range + Rang de caràcters - Matches a character having a character code between the two specified characters inclusive. + Coincideix amb un caràcter amb un codi de caràcter entre els dos caràcters especificats inclosos. - A single character of A, b or c + Un sol caràcter de A, b o c - Matches either an A, b or c character + Coincideix amb un caràcter A, b o c - Comment + Comentari - Allows you to insert a comment into your expression that is ignored when finding a match. + Permet inserir un comentari a l'expressió que s'ignora en trobar una coincidència. - Conditional + Condicional - Conditionally matches one of two options based on whether a lookaround is matched. -For example, /(?(?=a)ab|..)/ will match ab and zx but not ax, because if the first character matches the condition a then it evaluates the pattern ab. + Coincideix condicionalment amb una de les dues opcions en funció de si coincideix amb lookaround. +Per exemple, /(?(?=a)ab|..)/ coincidirà amb ab i zx però no ax, perquè si el primer caràcter coincideix amb la condició a, avaluarà el patró ab. -Any lookaround can be used as the condition. A lookahead will start the subsequent match at the start of the condition, a lookbehind will start it after. +Qualsevol lookaround es pot utilitzar com a condició. Un lookahead començarà la partida posterior a l'inici de la condició, un lookabehind l'iniciarà després. - Control character escape + Controla l'escapada de caràcters - Escaped control character in the form \cZ. This can range from \cA (SOH, char code 1) to \cZ (SUB, char code 26). + Caràcter de control escapat amb la forma \cZ. Això pot anar des de \cA (SOH, codi de caràcters 1) fins a \cZ (SUB, codi de caràcters 26). - Define + Defineix - Used to define named groups for use as subroutines without including them in the match. -For example, /A(?(DEFINE)(?'foo'Z))B\g'foo'/ will match ABZ, because the define group is ignored in the match except to define the foo subroutine that is referenced later with \g'foo'. + S'utilitza per definir grups amb nom per utilitzar-los com a subrutines sense incloure'ls a la coincidència. +Per exemple, /A(?(DEFINE)(?'foo'Z))B\g'foo'/ coincidirà amb ABZ, perquè el grup definit s'ignora a la coincidència excepte per definir la subrutina foo a la qual es fa referència més tard amb \ g'foo'. - Description + Descripció - Digit + Dígit - Matches any digit character (0-9). Equivalent to [0-9]. + Coincideix amb qualsevol caràcter numèric (0-9). Equivalent a [0-9]. - End + Fi - Matches the end of the string, or the end of a line if the multiline flag (m) is enabled. This matches a position, not a character. + Coincideix amb el final de la cadena o el final d'una línia si la marca multilínia (m) està activada. Això coincideix amb una posició, no un caràcter. - End of string + Final de la cadena - Matches the end of the string. Unlike $, this is unaffected by the multiline flag (m). This matches a position, not a character. + Coincideix amb el final de la cadena. A diferència de $, això no es veu afectat per la marca multilínia (m). Això coincideix amb una posició, no un caràcter. Esc - Escaped characters + Caràcters escapats - For convenience, these escaped characters are supported in the Replace string in RegExr: \n, \r, \t, \\, and unicode escapes \uFFFF. This may vary in your deploy environment. + Per conveniència, aquests caràcters d'escapada s'admeten a la cadena Reemplaça a RegExr: \n, \r, \t, \\, i els escapes Unicode \uFFFF. Això pot variar en el vostre entorn de desplegament. - Escape sequence + Seqüència d'escapada - All characters between the \Q and the \E are interpreted as a literal string. If \E is omitted, it continues to the end of the expression. For example, the expression /\Q(?.)\E/ will match the string (?.). + Tots els caràcters entre \Q i \E s'interpreten com una cadena literal. Si s'omet \E, continua fins al final de l'expressió. Per exemple, l'expressió /\Q(?.)\E/ coincidirà amb la cadena (?.). - Matches a ESC character (char code 27). + Coincideix amb un caràcter ESC (codi de caràcter 27). Form feed - Matches a FORM FEED character (char code 12). + Coincideix amb un caràcter FORM FEED (codi de caràcters 12). - Group conditional + Grup condicional - Conditionally matches one of two options based on whether group 'undefined' matched. -For example, /(z)?(?(1)a|b)/ will match za because the first capture group matches z successfully, which causes the conditional to match the first option a. + Coincideix condicionalment amb una de les dues opcions en funció de si el grup "indefinit" coincideix. +Per exemple, /(z)?(?(1)a|b)/ coincidirà amb za perquè el primer grup de captura coincideix amb z, cosa que fa que el condicional coincideixi amb la primera opció a. -The same pattern will also match b on its own, because group 1 doesn't match, so it instead tries to match the second option b. +El mateix patró també coincidirà amb b per si mateix, perquè el grup 1 no coincideix, de manera que, en canvi, intenta fer coincidir la segona opció b. -You can reference a group by name, number, or relative position (ex. -1). +Pots fer referència a un grup per nom, número o posició relativa (p. ex. -1). - Hexadecimal escape + Escapat hexadecimal - Hexadecimal escaped character in the form \xFF. + Caràcter d'escapat hexadecimal en la forma \xFF. - Horizontal whitespace + Espai en blanc horitzontal - Matches any horizontal whitespace character (spaces, tabs). + Coincideix amb qualsevol caràcter d'espai en blanc horitzontal (espais, tabuladors). - Keep out + Exclou - Keep text matched so far out of the returned match, essentially discarding the match up to this point.For example /o\Kbar/ will match bar within the string foobar + Manté el text coincident fins ara fora de la coincidència retornada, bàsicament descartant la coincidència fins a aquest punt. Per exemple, /o\Kbar/ coincidirà amb la barra dins de la barra de cadenes - Lazy + Mandrós - Makes the preceding quantifier lazy, causing it to match as few characters as possible. By default, quantifiers are greedy, and will match as many characters as possible. -This behaviour is reversed by the ungreedy (U) flag/modifier. + Fa que el quantificador anterior sigui mandrós i fa que coincideixi amb el mínim de caràcters possible. Per defecte, els quantificadors són cobdiciosos i coincidiran amb tants caràcters com sigui possible. +Aquest comportament s'inverteix amb la bandera/modificador ungreedy (U). - Line break + Salt de línia - Matches any line break character, including the CRLF pair, and CR / LF individually. + Coincideix amb qualsevol caràcter de salt de línia, inclòs el parell CRLF, i CR/LF individualment. Line feed - Matches a LINE FEED character (char code 10). + Coincideix amb un caràcter LINE FEED (codi de caràcters 10). - Match + Coincideix - Match any + Coincideix amb qualsevol - A character set that can be used to match any character, including line breaks, without the dotall flag (s). + Conjunt de caràcters que es poden utilitzar per fer coincidir qualsevol caràcter, inclosos els salts de línia, sense la marca dotall (s). - Inserts the matched text. -There are multiple syntaxes for this feature: + Insereix el text coincident. +Hi ha diverses sintaxis per a aquesta funció: $0 \0 \{0} - Mode modifier + Modificador de mode - Enables or disables modes for the remainder of the expression.Matching modes generally map to expression flags. For example (?i) would enable case insensitivity for the remainder of the expression. -Multiple modifiers can be specified, and any modifiers that follow - are disabled. For example (?im-s) would enable case insensitivity & multiline modes, and disable dotall. + Activa o desactiva els modes per a la resta de l'expressió. Els modes de concordança generalment s'assignen als indicadors d'expressió. Per exemple (?i) activaria la insensibilitat a majúscules i minúscules per a la resta de l'expressió. +Es poden especificar diversos modificadors i tots els modificadors que segueixen estan desactivats. Per exemple (?im-s) activaria la insensibilitat a majúscules i minúscules & modes multilínia i desactiveu dotall. -Supported modifiers are: i - case insensitive, s - dotall, m - multiline, x - free spacing, J - allow duplicate names, U - ungreedy. +Els modificadors admesos són: i - que no distingeix entre majúscules i minúscules, s - dotall, m - multilínia, x - espai lliure, J - permeten noms duplicats, U - ungreedy. - Named capturing group + Grup de captura anomenat - Creates a capturing group that can be referenced via the specified name. -There are multiple syntaxes for this feature: + Crea un grup de captura al qual es pot fer referència amb el nom especificat. +Hi ha diverses sintaxis per a aquesta funció: (?'name'ABC) (?P<name>ABC) (?<name>ABC) - Named reference + Referència anomenada - Matches the results of a named capture group. -There are multiple syntaxes for this feature: + Coincideix amb els resultats d'un grup de captura anomenat. +Hi ha diverses sintaxis per a aquesta funció: \k'name' \k<name> \k{name} \g{name} (?P=name) - Named subroutine + Subrutina anomenada - Matches the expression in a capture group. Compare this to a reference, that matches the result. -There are multiple syntaxes for this feature: \g<name> \g'name' (?&name) (?P>name). + Coincideix amb l'expressió en un grup de captura. Compareu-ho amb una referència que coincideixi amb el resultat. +Hi ha múltiples sintaxis per a aquesta funció: \g<name> \g'name' (?&name) (?P>name). - A character except A, b or c + Un caràcter excepte A, b o c - Match any character that is not A, b or c. + Coincideix amb qualsevol caràcter que no sigui A, b o c. - Negative lookahead + Lookahead negativa - Specifies a group that can not match after the main expression (if it matches, the result is discarded). + Especifica un grup que no pot coincidir després de l'expressió principal (si coincideix, el resultat es descarta). - Negative lookbehind + Lookbehind negativa - Specifies a group that can not match before the main expression (if it matches, the result is discarded). + Especifica un grup que no pot coincidir abans de l'expressió principal (si coincideix, el resultat es descarta). - Non-capturing group + Grup que no es captura - Groups multiple tokens together without creating a capture group. + Agrupa diversos fitxes sense crear un grup de captura. - Not digit + No numèric - Matches any character that is not a digit character (0-9). Equivalent to [^0-9]. + Coincideix amb qualsevol caràcter que no sigui un caràcter numèric (0-9). Equivalent a [^0-9]. - Not horizontal whitespace + No espai en blanc horitzontal - Matches any character that is not a horizontal whitespace character (spaces, tabs). + Coincideix amb qualsevol caràcter que no sigui un caràcter d'espai en blanc horitzontal (espais, tabuladors). - Not line break + No salt de línia - Matches any character that is not a line break. Similar to dot (.) but is unaffected by the dotall flag (s). + Coincideix amb qualsevol caràcter que no sigui un salt de línia. Semblant al punt (.) però no es veu afectat per la bandera dotall (s). - Not unicode category + No categoria Unicode - Matches any character that is not in the specified unicode category. + Coincideix amb qualsevol caràcter que no estigui a la categoria Unicode especificada. - Not unicode script + No script Unicode - Matches any character that is not in the specified unicode script. + Coincideix amb qualsevol caràcter que no estigui a l'script Unicode especificat. - Not vertical whitespace + No espais en blanc verticals - Matches any character that is not a vertical whitespace character (line breaks). + Coincideix amb qualsevol caràcter que no sigui un caràcter d'espai en blanc vertical (salts de línia). - Not whitespace + No espais en blanc - Matches any character that is not a whitespace character (spaces, tabs, line breaks). + Coincideix amb qualsevol caràcter que no sigui un caràcter d'espai en blanc (espais, tabulacions, salts de línia). - Not word + No paraula - Not word boundary + Sense límit de paraula - Matches any position that is not a word boundary. This matches a position, not a character. + Coincideix amb qualsevol posició que no sigui un límit de paraula. Això coincideix amb una posició, no amb un personatge. - Matches any character that is not a word character (alphanumeric & underscore). Equivalent to [^A-Za-z0-9_] + Coincideix amb qualsevol caràcter que no sigui un caràcter de paraula (alfanumèric i guió baix). Equivalent a [^A-Za-z0-9_] - Null + Nul - Matches a NULL character (char code 0). + Coincideix amb un caràcter NULL (codi de caràcters 0). - Numeric reference + Referència numèrica - Matches the results of a capture group. For example \1 matches the results of the first capture group & \3 matches the third. -There are multiple syntaxes for this feature: \1 \g1 \g{1}. + Coincideix amb els resultats d'un grup de captura. Per exemple, \1 coincideix amb els resultats del primer grup de captura & \3 coincideix amb el tercer. +Hi ha múltiples sintaxis per a aquesta característica: \1 \g1 \g{1}. -The latter syntaxes support relative values preceded by + or -. For example \g-1 would match the group preceding the reference. +Aquestes últimes sintaxis admeten valors relatius precedits de + o -. Per exemple, \g-1 coincidiria amb el grup que precedeix la referència. - Numeric subroutine + Subrutina numèrica - Matches the expression in a capture group. Compare this to a reference, that matches the result. For example /(a|b)\g'1'/ can match ab, because the expression a|b is evaluated again. -There are multiple syntaxes for this feature: \g<1> \g'1' (?1). + Coincideix amb l'expressió en un grup de captura. Compareu-ho amb una referència que coincideixi amb el resultat. Per exemple /(a|b)\g'1'/ pot coincidir amb ab, perquè l'expressió a|b es torna a avaluar. +Hi ha múltiples sintaxis per a aquesta funció: \g<1> \g'1' (?1). -Relative values preceded by + or - are also supported. For example \g<-1> would match the group preceding the reference. +També s'admeten els valors relatius precedits de + o -. Per exemple \g<-1> coincidiria amb el grup que precedeix la referència. - Octal escape + Escapada octal - Octal escaped character in the form \000. Value must be less than 255 (\377). -The syntax \o{FFF} is also supported. + Caràcter d'escapada octal en la forma \000. El valor ha de ser inferior a 255 (\377). +La sintaxi \o{FFF} també és compatible. - Optional + Opcional - Matches 0 or 1 of the preceding token, effectively making it optional. + Coincideix amb 0 o 1 de la fitxa anterior, de manera que és opcional. - Plus + Més - Matches 1 or more of the preceding token. + Coincideix amb 1 o més del token anterior. - Positive lookahead + Lookahead positiva - Matches a group after the main expression without including it in the result. + Relaciona un grup després de l'expressió principal sense incloure-la al resultat. - Positive lookbehind + Lookbehind positiva - Matches a group before the main expression without including it in the result. + Relaciona un grup abans de l'expressió principal sense incloure-la al resultat. - Possessive + Possessiu - Makes the preceding quantifier possessive. It will match as many characters as possible, and will not release them to match subsequent tokens. -For example /.*a/ would match aaa, but /.*+a/ would not, because the repeating dot would match and not release the last character to match a. + Fa possessiu el quantificador anterior. Coincidirà amb tants caràcters com sigui possible i no els alliberarà per coincidir amb fitxes posteriors. +Per exemple /.*a/ coincidiria amb aaa, però /.*+a/ no, perquè el punt que es repeteix coincidiria i no deixaria anar l'últim caràcter per coincidir amb a. - Previous match end + Final de la coincidència anterior - Matches the end position of the previous match. This matches a position, not a character. + Coincideix amb la posició final de la coincidència anterior. Això coincideix amb una posició, no un caràcter. - Quantifier + Quantificador - Matches the specified quantity of the previous token. {1,3} will match 1 to 3. {3} will match exactly 3. {3,} will match 3 or more. + Coincideix amb la quantitat especificada del token anterior. {1,3} coincidirà entre 1 i 3. {3} coincidirà exactament amb 3. {3,} coincidirà amb 3 o més. - Recursion + Recursivitat - Attempts to match the full expression again at the current position. -For example, /a(?R)?b/ will match any number of a followed by the same number of z: the full text of az or aaaazzzz, but not azzz. + S'intenta fer coincidir l'expressió completa de nou a la posició actual. +Per exemple, /a(?R)?b/ coincidirà amb qualsevol número de a seguit del mateix nombre de z: el text complet de az o aaaazzzz, però no azzz. -There are multiple syntaxes for this feature: +Hi ha diverses sintaxis per a aquesta funció: (?R) (?0) \g<0> \g'0' - Reserved characters + Caràcters reservats - The following character have special meaning, and should be preceded by a \ (backslash) to represent a literal character: + El caràcter següent té un significat especial i ha d'anar precedit d'una \ (barra invertida) per representar un caràcter literal: +*?^$\.[]{}()|/ -Within a character set, only \, -, and ] need to be escaped. +Dins d'un conjunt de caràcters, només cal escapar \, - i ]. - Star + Destacat - Matches 0 or more of the preceding token. + Coincideix amb 0 o més del token anterior. - Strict end of string + Final estricte de la cadena - Matches the end of the string. Unlike $ or \Z, it does not allow for a trailing newline. This is unaffected by the multiline flag (m). This matches a position, not a character. + Coincideix amb el final de la cadena. A diferència de $ o \Z, no permet una nova línia al final. Això no es veu afectat per la marca de multilínia (m). Això coincideix amb una posició, no un caràcter. - Syntax + Sintaxi - Tab + Tabulador - Matches a TAB character (char code 9). + Coincideix amb un caràcter TAB (codi de caràcters 9). - Cheat sheet + Full de característiques - Unicode category + Categoria Unicode - Matches a character in the specified unicode category. For example, \p{Ll} will match any lowercase letter. + Coincideix amb un caràcter de la categoria Unicode especificada. Per exemple, \p{Ll} coincidirà amb qualsevol lletra minúscula. - Unicode escape + Escape Unicode - Unicode escaped character in the form \x{FF}. + Caràcter d'escapada Unicode en la forma \x{FF}. - Unicode grapheme + Grafema Unicode - Matches any single unicode grapheme (ie. character). This includes line breaks (regardless of the dotall mode) and graphemes encoded as multiple code points. + Coincideix amb qualsevol grafema unicode (és a dir, caràcter). Això inclou salts de línia (independentment del mode dotall) i grafemes codificats com a múltiples punts de codi. - Unicode script + Script Unicode - Matches any character in the specified unicode script. For example, \p{Arabic} will match characters in the Arabic script. + Coincideix amb qualsevol caràcter de l'script Unicode especificat. Per exemple, \p{Arabic} coincidirà amb caràcters de l'escriptura àrab. - Vertical whitespace + Espai en blanc vertical - Matches any vertical whitespace character (line breaks). + Coincideix amb qualsevol caràcter d'espai en blanc vertical (salts de línia). - Whitespace + Espai en blanc - Matches any whitespace character (spaces, tabs, line breaks). + Coincideix amb qualsevol caràcter d'espai en blanc (espais, tabuladors, salts de línia). - Word + Paraula - Word boundary + Límit de paraula - Matches a word boundary position between a word character and non-word character or position (start / end of string). See the word character class (w) for more info. + Relaciona una posició límit de paraula entre un caràcter de paraula i un caràcter o una posició que no són de paraula (inici / final de la cadena). Consulteu la classe de caràcters de paraula (w) per obtenir més informació. - Matches any word character (alphanumeric & underscore). Only matches low-ascii characters (no accented or non-roman characters). Equivalent to [A-Za-z0-9_] + Coincideix amb qualsevol caràcter de paraula (alfanumèric i guió baix). Només coincideix amb caràcters de low-ASCII (sense caràcters accentuats o no romans). Equivalent a [A-Za-z0-9_] - Configuration + Configuració - Culture Invariant + Cultura invariant - Specifies that cultural differences in language is ignored. + Especifica que s'ignoren les diferències culturals de l'idioma. - Validate and test regular expressions + Valida i prova expressions regulars ECMA Script - Enables ECMAScript-compliant behavior for the expression. This value can be used only in conjunction with the Culture Invariant, Ignore Case and Multiline options. + Habilita un comportament compatible amb ECMAScript per a l'expressió. Aquest valor només es pot utilitzar juntament amb les opcions Cultura invariant, Ignore Case i Multilínia. - Ignore Case + Ignora majúscules/minúscules - Specifies case-insensitive matching. + Especifica que no distingeixi entre majúscules i minúscules. - Ignore Whitespace + Ignora els espais en blanc - Eliminates unescaped white space from the pattern and enables comments marked with #. However, this value does not affect or eliminate white space in character classes, numeric quantifiers, or tokens that mark the beginning of individual regular expression language elements. + Elimina l'espai en blanc sense escapar del patró i activa els comentaris marcats amb #. Tanmateix, aquest valor no afecta ni elimina els espais en blanc a les classes de caràcters, quantificadors numèrics o fitxes que marquen l'inici dels elements individuals del llenguatge d'expressió regular. - Regular Expression Tester + Tester d'expressions regulars - Group + Grup - Match information + Informació de la coincidència - Location + Ubicació - Name + Nom - Match + Coincidència - Value + Valor - Multiline + Multilínia - Changes the meaning of ^ and $ so they match at the beginning and end, respectively, of any line, and not just the beginning and end of the entire string. + Canvia el significat de ^ i $ perquè coincideixin al principi i al final, respectivament, de qualsevol línia, i no només al començament i al final de la cadena sencera. - Options + Opcions - Regular expression + Expressió regular - Right To Left + Dreta a esquerra - Specifies that the search will be from right to left instead of from left to right. + Especifica que la cerca serà de dreta a esquerra en lloc d'esquerra a dreta. - regular expression + expressió regular RegEx - Singleline + Línia única - Changes the meaning of the dot (.) so it matches every character (instead of every character except \n). + Canvia el significat del punt (.) perquè coincideixi amb tots els caràcters (en lloc de tots els caràcters excepte \n). Text From dc6c81cc478b25ff340f88b7b8181fc2271b766a Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:20 -0700 Subject: [PATCH 20/42] New translations xmltester.resx (Catalan) --- .../Testers/XMLTester/XMLTester.ca-ES.resx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.ca-ES.resx b/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.ca-ES.resx index bce6da531..51668058f 100644 --- a/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.ca-ES.resx @@ -118,13 +118,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Xml and XSD tester tool + Eina de proves d'XML i XSD - Validate XML data via an XSD scheme. + Valida les dades XML mitjançant un esquema XSD. - XML / XSD Tester + Tester XML/XSD XSD @@ -139,39 +139,39 @@ XML - Validation result will potentially always be 'valid' since the XML does not reference the following "targetNamespace" defined in the XSD: {0} + El resultat de la validació potencialment sempre serà "vàlid" ja que l'XML no fa referència al següent "targetNamespace" definit a l'XSD: {0} - XML and XSD content must be set in order to perform a validation. + El contingut XML i XSD s'ha de configurar per dur a terme una validació. - Validation failed for an unknown reason. + La validació ha fallat per un motiu desconegut. - Validation result will always be 'valid' since the XML does not define these namespace(s) defined in the XSD: {0} + El resultat de la validació sempre serà "vàlid", ja que l'XML no defineix aquests espais de noms definits a l'XSD: {0} - XML is compliant to the defined XSD scheme. + XML és compatible amb l'esquema XSD definit. - Validation result will always be 'valid' since the XSD does not define these namespace(s) defined in the XML: {0} + El resultat de la validació sempre serà "vàlid", ja que l'XSD no defineix aquests espais de noms definits a l'XML: {0} - Please specify an input XML + Si us plau, especifica un XML d'entrada - Please specify an input XSD + Si us plau, especifica un XSD d'entrada - XML file selected doesn't exist. + El fitxer XML seleccionat no existeix. - Text or path to a XML file to treat. + Text o ruta al fitxer XML a tractar. - XSD file selected doesn't exist. + El fitxer XSD seleccionat no existeix. - Text or path to a XSD file to treat. + Text o ruta al fitxer XSD a tractar. \ No newline at end of file From 1caf023c07dde7d338f11d934addac3f8c2b1a8d Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:21 -0700 Subject: [PATCH 21/42] New translations analyzerandutilities.resx (Catalan) --- .../AnalyzerAndUtilities.ca-ES.resx | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.ca-ES.resx b/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.ca-ES.resx index a83fb86e7..955dca7eb 100644 --- a/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.ca-ES.resx @@ -118,16 +118,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Text analyzer, converter and utilities tool + Eina d'analitzador de text, convertidor i utilitats - A set of treatments to apply to the input text. Actions are performed in the order they're set. + Conjunt de tractaments per aplicar al text d'entrada. Les accions es realitzen en l'ordre en què s'estableixen. - Alphabetize + Alfabetitza - Alphabetize by last word + Alfabetitza per la darrera paraula aLtErNaTiNg cAsE @@ -139,10 +139,10 @@ camelCase - Character frequency + Freqüència de caràcters - Characters + Caràcters COBOL-CASE @@ -151,16 +151,16 @@ CONSTANT_CASE - Convert case + Convertir majúscules i minúscules - Convert line break + Converteix salts de línia - Analyze text and provide some basic utility tools + Analitza text i proporcionar algunes eines bàsiques d'utilitat - Line break + Salt de línia CR (\r) @@ -172,19 +172,19 @@ LF (\n) - Mixed + Barrejat - Unknown + Desconegut - Input file selected doesn't exist. + El fitxer d'entrada seleccionat no existeix. - Text or path to a file to treat. + Text o ruta al fitxer a tractar. - Please specify an input text or an input file + Si us plau, especifica un text o un fitxer d'entrada InVeRsE CaSe @@ -193,19 +193,19 @@ kebab-case - Lines + Línies - Text Analyzer and Utilities + Analitzador de text i utilitats lower case - Path to the output file + Ruta del fitxer de sortida - Paragraphs + Paràgrafs PascalCase @@ -214,64 +214,64 @@ raNdoM cASe - Randomize + Aleatoritza - Reverse + Capgira - Reverse alphabetize + Alfabetització inversa - Reverse alphabetize by last word + Alfabetització inversa per la darrera paraula - string + cadena de caràcters - Column + Columna - End position + Posició final - Length + Llargada - Line + Línia - Start position + Posició inicial - Selection + Selecció Sentence case - Sentences + Frases - Analyzer & Utilities + Analitzador & Utilitats - Show original text + Mostra el text original snake_case - Sort lines + Ordena les línies - Statistics + Estadístiques - Title + Títol - Value + Valor Text @@ -289,9 +289,9 @@ UPPER CASE - Word frequency + Freqüència de paraules - Words + Paraules \ No newline at end of file From 082df967e66f9ab0caf0bc665c495d010760783c Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:23 -0700 Subject: [PATCH 22/42] New translations textcompare.resx (Catalan) --- .../Tools/Text/Compare/TextCompare.ca-ES.resx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/Compare/TextCompare.ca-ES.resx b/src/DevToys.Tools/Tools/Text/Compare/TextCompare.ca-ES.resx index a831c887f..060a0ebce 100644 --- a/src/DevToys.Tools/Tools/Text/Compare/TextCompare.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Text/Compare/TextCompare.ca-ES.resx @@ -118,33 +118,33 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Text comparer tool + Eina de comparació de text - Configuration + Configuració - Compare two texts + Compara dos texts - Difference + Diferència - Inline mode + Mode en línia - Text Comparer + Comparador de text - Modified text + Text modificat - Original text + Text original - Diff + Diferència - Compare + Compara \ No newline at end of file From d74a98ce878e450502698a0250b361c8d6c4d298 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:24 -0700 Subject: [PATCH 23/42] New translations escapeunescape.resx (Catalan) --- .../EscapeUnescape/EscapeUnescape.ca-ES.resx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.ca-ES.resx b/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.ca-ES.resx index 3e9e45110..48ad2218e 100644 --- a/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.ca-ES.resx @@ -118,51 +118,51 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Text Escape and Unescape tool + Eina d'escapament i de desescapament de text - Configuration + Configuració - Unescape + Desescapa - Select which conversion mode you want to use + Selecciona el mode de conversió que vols utilitzar - Escape + Escapa - Whether to escape or unescape the input text + Si vols escapar o desecapar el text d'entrada - Conversion + Conversió - Escapes or unescapes a string, removing characters that could prevent parsing. + Escapa o desecapa una cadena, eliminant caràcters que podrien impedir l'anàlisi. - Input file selected doesn't exist + El fitxer d'entrada seleccionat no existeix - Text or path to a file to convert to escaped or unescaped text + Text o ruta al fitxer a convertir - Input + Entrada - Please specify an input text or an input file + Si us plau, especifica un text o un fitxer d'entrada - Text Escape / Unescape + Escapador / Desescapador de text - Path to the output file + Ruta del fitxer de sortida - Output + Sortida - Escape / Unescape + Escapa / Desescapa \ No newline at end of file From f2ee96bd934d7749f8eeab0054bd5c2cdda2f1a1 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 03:39:25 -0700 Subject: [PATCH 24/42] New translations listcompare.resx (Catalan) --- .../Text/ListCompare/ListCompare.ca-ES.resx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/ListCompare/ListCompare.ca-ES.resx b/src/DevToys.Tools/Tools/Text/ListCompare/ListCompare.ca-ES.resx index 2935b87fb..8de9ca657 100644 --- a/src/DevToys.Tools/Tools/Text/ListCompare/ListCompare.ca-ES.resx +++ b/src/DevToys.Tools/Tools/Text/ListCompare/ListCompare.ca-ES.resx @@ -118,34 +118,34 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - List comparer tool + Eina de comparació de llistes A ∩ B - A Only + Només A A ∪ B - B Only + Només B - Please specify comparison mode (A ∩ B, A ∪ B, A Only, B Only) + Si us plau, especifica el mode de conversió (A ∩ B, A ∪ B, Només A, Només B) - Comparison mode + Mode de comparació - Configuration + Configuració - Compare two lists + Compara dues llistes - Input file selected doesn't exist + El fitxer d'entrada seleccionat no existeix A @@ -154,21 +154,21 @@ B - List Comparer + Comparador de llistes - Path to a file to get compared list (display if empty) + Ruta al fitxer per obtenir la llista comparada (mostra si és buit) - Path of the first list to compare + Ruta de la primera llista a comparar - Path of the second list to compare + Ruta de la segona llista a comparar - List Compare + Comparador de llistes - Case sensitive comparison + Comparació sensible a majúscules i minúscules \ No newline at end of file From 00df262f0b1711e32f6497bb40a970c62889c43e Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 07:38:34 -0700 Subject: [PATCH 25/42] New translations certificatedecoder.resx (Georgian) --- .../Certificate/CertificateDecoder.ka-GE.resx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/Certificate/CertificateDecoder.ka-GE.resx b/src/DevToys.Tools/Tools/EncodersDecoders/Certificate/CertificateDecoder.ka-GE.resx index c4ccc214b..1b31c3a4d 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/Certificate/CertificateDecoder.ka-GE.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/Certificate/CertificateDecoder.ka-GE.resx @@ -124,43 +124,43 @@ Decode a certificate - Input file selected doesn't exist + არჩეული შეყვანის ფაილი არ არსებობს - Raw certificate text or path to a certificate file to decode + განსაშიფრელი სერტიფიკატის ტექსტი ან სერტიფიკატის ფაილის გზა - Input + შეყვანა - Please specify an input text or an input file + გთოხვთ, მიუთითოთ შემავალი ტექსტი ან შემავალი ფაილი - Incorrect password. + არასწორი პაროლი. - Certificate Decoder + სერტიფიკატის განშიმფრველი - Path to the output file + გამავალი ფაილის გზა - Output + გამოყვანა - Certificate password + სერტიფიკატის პაროლი - Password + პაროლი CER PFX PEM CRT Alternative search keywords. - Certificate + სერტიფიკატი - Certificate Request format not currently supported. + სერტიფიკატის მოთხოვნის ფორმატი ამჟამად არ არის მხარდაჭერილი. \ No newline at end of file From 03f4c94d4c40b0131f131329eb61adccc03d5afe Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 07:38:35 -0700 Subject: [PATCH 26/42] New translations encodersdecoders.resx (Georgian) --- .../Tools/EncodersDecoders/EncodersDecoders.ka-GE.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/EncodersDecoders.ka-GE.resx b/src/DevToys.Tools/Tools/EncodersDecoders/EncodersDecoders.ka-GE.resx index 51f921b5f..8bc63373a 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/EncodersDecoders.ka-GE.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/EncodersDecoders.ka-GE.resx @@ -118,9 +118,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Encoders and decoders + დამშიფრველები და განმშიფრველები - Encoders / Decoders + დამშიფრველები / განმშიფრველები \ No newline at end of file From 005c5dd7c25cc542228413dba901d93727377187 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 07:38:36 -0700 Subject: [PATCH 27/42] New translations gzipencoderdecoder.resx (Georgian) --- .../EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx b/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx index 59197b7d2..c6c530765 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx @@ -118,16 +118,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - GZip Compressor and Decompressor tool + GZip შემკუმშველი და განმკუშვლველი ხელსაწყო - Compress + შეკუმშვა - Decompress + განკუმშვა - Select whether the input should be compressed or decompressed + აირჩიეთ, თუ გსურთ შეყვანის შეკუმშვა თუ განკუმშვა Whether to compress or decompress a GZip string From 6d65d34a50dec0bae4ce65ed2796759cb68ff5a1 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 08:33:51 -0700 Subject: [PATCH 28/42] New translations gzipencoderdecoder.resx (Georgian) --- .../GZip/GZipEncoderDecoder.ka-GE.resx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx b/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx index c6c530765..efc73f1e9 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/GZip/GZipEncoderDecoder.ka-GE.resx @@ -130,37 +130,37 @@ აირჩიეთ, თუ გსურთ შეყვანის შეკუმშვა თუ განკუმშვა - Whether to compress or decompress a GZip string + GZip სტრიქონი უნდა შეიკუმშოს თუ განიკუმშოს - Compression mode + შეკუმშვის რეჟიმი - Compression ratio + შეკუმშვის პროცენტი {0:0.#} % - Configuration + კონფიგურაცია - Compress or decompress a text in GZip + ტექსტის GZip-ში შეკუმშვა ან განკუმშვა - Text to compress or GZip to decompress + შესაკუმში ტექსტი ან განსაკუმში GZip - Input + შეყვანა <Invalid GZip data> - GZip Compress / Decompress + GZip შეკუმშვა / განკუმშვა - Output + გაყვანა GZip From 5838744513e47065217dc7e84e90c174d765ef44 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Tue, 30 Jul 2024 08:33:52 -0700 Subject: [PATCH 29/42] New translations htmlencoderdecoder.resx (Georgian) --- .../Html/HtmlEncoderDecoder.ka-GE.resx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/DevToys.Tools/Tools/EncodersDecoders/Html/HtmlEncoderDecoder.ka-GE.resx b/src/DevToys.Tools/Tools/EncodersDecoders/Html/HtmlEncoderDecoder.ka-GE.resx index 52a11de67..dc47a316a 100644 --- a/src/DevToys.Tools/Tools/EncodersDecoders/Html/HtmlEncoderDecoder.ka-GE.resx +++ b/src/DevToys.Tools/Tools/EncodersDecoders/Html/HtmlEncoderDecoder.ka-GE.resx @@ -118,34 +118,34 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - HTML Encoder and Decoder tool + HTML დამშიფრველი და განმშიფრველი ხელსაწყო - Configuration + კონფიგურაცია - Decode + განშიფრვა - Select which conversion mode you want to use + აირჩიეთ, რომელი კონვერტირების რეჟიმის გამოყენება გსურთ - Encode + დაშიფრვა - Whether to encode or decode HTML + გსურთ HTML-ის დაშიფრვა თუ განშიფრვა - Conversion + კონვერტირება - Encode and decode HTML text data + დაშიფრეთ და განშიფრეთ HTML ტექსტური მონაცემები - Text to encode or HTML to decode + დასაშიფრი ტექსტი ან განსაშიფრი HTML - Input + შეყვანა HTML Text Encoder / Decoder From ccafa262c6cebdcc1c4be04dd139cefa56a2b69c Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Wed, 31 Jul 2024 12:00:30 -0700 Subject: [PATCH 30/42] New translations uuidgenerator.resx (German) --- .../Tools/Generators/UUID/UUIDGenerator.de-DE.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.de-DE.resx b/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.de-DE.resx index d2d0ff8c0..b6e1bee89 100644 --- a/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.de-DE.resx +++ b/src/DevToys.Tools/Tools/Generators/UUID/UUIDGenerator.de-DE.resx @@ -124,7 +124,7 @@ Konfiguration - UUIDs-Version 1 und 4 (GUID) generieren + UUIDs-Version 1, 4 (GUID) und 7 generieren UUID(s) generieren From b0386c253c18e642c2c4fbac9b427329d5fde540 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 11:56:31 -0700 Subject: [PATCH 31/42] New translations xmlformatter.resx (Portuguese, Brazilian) --- .../Formatters/Xml/XmlFormatter.pt-BR.resx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.pt-BR.resx b/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.pt-BR.resx index 716805dc3..d612160d4 100644 --- a/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Formatters/Xml/XmlFormatter.pt-BR.resx @@ -118,60 +118,60 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - XML Formatter tool + XML ferramenta de Formatação - Configuration + Configuração - Indent or minify XML data + Recuar ou minificar o dado XML - 4 spaces + 4 espaços - Indentation + Recuo - Select which indentation you want to use + Selecione qual recuo você quer usar - Input + Entrada - Input file selected doesn't exist. + Arquivo de entrada selecionado não existe. - Text or path to a file containing the xml to format + Texto ou caminho para o arquivo contendo o xml a ser formatado - Please specify an input text or an input file + Por favor especifique um texto de entrada ou um arquivo de entrada - XML Formatter + Formatador de XML - Minified + Minificado - Put attributes on a new line + Adicione os atributos em uma nova linha - Whether to put attributes on a new line + Se para adicionar atributos em uma nova linha - 1 tab + 1 aba - Output + Saída - Path to the output file + Caminho para o arquivo de saída XML - 2 spaces + 2 espaços \ No newline at end of file From 61c21192805361ba2081ae63ed25948da163290d Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 11:56:32 -0700 Subject: [PATCH 32/42] New translations hashandchecksumgenerator.resx (Portuguese, Brazilian) --- .../HashAndChecksumGenerator.pt-BR.resx | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.pt-BR.resx b/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.pt-BR.resx index f0c8bb8f1..309b45882 100644 --- a/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Generators/HashAndChecksum/HashAndChecksumGenerator.pt-BR.resx @@ -118,75 +118,75 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Hash and Checksum Generator tool + Ferramenta para geração de Hash e Validador de soma - FAILED + FALHA - A text or file containing a checksum to verify data integrity + Um texto ou arquivo contendo o verificador de soma para verificar a integridade do dado OK - Checksum to verify data integrity + Validador de soma para verificar a integridade do dado - Configuration + Configuração - Calculate hash from text or binary data + Cacular hash a partir do texto ou dado binário - The type of hash to generate + O tipo de hash para gerar - The hashes are the same + Os hashes são os mesmos - The hashes are different + Os hashes são diferentes - Select which hashing algorithm you want to use + Selecione qual algoritmo de hash você quer usar - Hashing Algorithm + Algoritmo de Hash - Secret key to use to generate a HMAC hash + Chave secreta para usar o gerador de HMAC hash - Secret key to use to generate a HMAC hash + Chave secreta para usar o gerador de HMAC hash - Text or path to a file to hash + Texto ou caminho para um arquivo para hash - Input text + Texto de entrada - Please specify an input text or an input file + Por favor especifique um texto de entrada ou um arquivo de entrada - Hash / Checksum Generator + Hash / Validador de soma Gerador - or + ou - Output + Saída - Hash / Checksum + Hash / Validador de soma - Hides the progress of the hashing operation + Esconde o progresso da operação de hash - Whether the generated hash should be in uppercase or not + Se o hash gerado deveria estar em caixa alta ou não - Uppercase + Caixa alta \ No newline at end of file From 0905c2c45a5466b7078c9de240fef61ea09d97ba Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 11:56:33 -0700 Subject: [PATCH 33/42] New translations colorblindnesssimulator.resx (Portuguese, Brazilian) --- .../ColorBlindnessSimulator.pt-BR.resx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx index 5074c5d74..557220511 100644 --- a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx @@ -118,19 +118,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Color Blindness Simulator tool + Ferramenta de Simulação de Cor para Daltonismo - Simulate color blindness on a picture or screenshot + Simular as cores do daltonismo em uma foto ou captura de tela - Deuteranopia simulation + Simulação de Deuteranopia - Image file path to treat + Caminho de arquivo de imagem para tratar - Color Blindness Simulator + Simulador de cores do daltonismo Original From 9c8268386cb6e857a196492387080d9fde1f06c5 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 11:56:34 -0700 Subject: [PATCH 34/42] New translations xmltester.resx (Portuguese, Brazilian) --- src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx b/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx index bce6da531..c4b752d58 100644 --- a/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Xml and XSD tester tool + Ferramenta de teste de Xml e XSD Validate XML data via an XSD scheme. From c0013d8c3350899e59bb700ad6bb753c2ff112ca Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:18 -0700 Subject: [PATCH 35/42] New translations colorblindnesssimulator.resx (Portuguese, Brazilian) --- .../ColorBlindnessSimulator.pt-BR.resx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx index 557220511..cb98b8988 100644 --- a/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Graphic/ColorBlindnessSimulator/ColorBlindnessSimulator.pt-BR.resx @@ -136,22 +136,22 @@ Original - Directory where the result should be persisted. By default, use input file's directory + Diretório onde o resultado deveria ser persistido. Por padrão, use o diretório de arquivo de entrada - Protanopia simulation + Simulação de Protanopia - Tritanopia Protanopia Deuteranopia Dalton Daltonism Daltonist + Tritanopia Protanopia Deuteranopia Dalton Daltonismo Daltonist Alternative search keywords. - Color Blindness Simulator + Simulador de cor de cegueira - Hides the progress of the hashing operation + Esconde o progresso da operação de hash - Tritanopia simulation + Simulação de Tritanopia \ No newline at end of file From ce9ecccc016176919d7eafbfa8f50a8bdc7af04d Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:19 -0700 Subject: [PATCH 36/42] New translations xmltester.resx (Portuguese, Brazilian) --- .../Tools/Testers/XMLTester/XMLTester.pt-BR.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx b/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx index c4b752d58..a116f94c8 100644 --- a/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Testers/XMLTester/XMLTester.pt-BR.resx @@ -121,10 +121,10 @@ Ferramenta de teste de Xml e XSD - Validate XML data via an XSD scheme. + Validar dado de XML via esquema de XSD. - XML / XSD Tester + XML / XSD Testador XSD From b81baa1aea93b9f741aec71d0b7975593d061113 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:20 -0700 Subject: [PATCH 37/42] New translations imageconverter.resx (Portuguese, Brazilian) --- .../ImageConverter/ImageConverter.pt-BR.resx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.pt-BR.resx b/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.pt-BR.resx index 4e0f69fca..0086da6cf 100644 --- a/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Graphic/ImageConverter/ImageConverter.pt-BR.resx @@ -118,49 +118,49 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Image Converter tool + Ferramenta de converter imagem - Configuration + Configuração - Conversion + Conversão - Select the image format to convert into + Selecione o formato da imagem para converter - Delete + Deletar - Delete all + Deletar tudo - Lossless image converter + Converter imagem sem perdas {0:0.##} {1} {0} is a decimal number representing a file size. {1} is a unit, like Bytes, KB, MB, GB, TB - The format to convert images to + O formato para converter a imagem para A set of image file paths or directories that contain images to convert - Image Converter + Conversor de imagem Directory where the result should be saved, or a single file path, if the input is also a single file path. - Save all + Salve tudo - Save as + Salvar como - Image Converter + Conversor de imagem \ No newline at end of file From d8c3537aad24a571fc28f3ba5412750e73186084 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:21 -0700 Subject: [PATCH 38/42] New translations jsonpathtester.resx (Portuguese, Brazilian) --- .../Tools/Testers/JsonPathTester/JsonPathTester.pt-BR.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.pt-BR.resx b/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.pt-BR.resx index 2480b9d12..79841cdaf 100644 --- a/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Testers/JsonPathTester/JsonPathTester.pt-BR.resx @@ -118,10 +118,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - JSONPath Tester tool + JSONPath ferramenta para Testador - Array slice operator + Operador de fatia de matriz Bracket-notated child or children From 434b460fa25ac77b4ff4b6d63e43648dfa55727a Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:22 -0700 Subject: [PATCH 39/42] New translations analyzerandutilities.resx (Portuguese, Brazilian) --- .../AnalyzerAndUtilities.pt-BR.resx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.pt-BR.resx b/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.pt-BR.resx index a83fb86e7..534aaaf7b 100644 --- a/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Text/AnalyzerAndUtilities/AnalyzerAndUtilities.pt-BR.resx @@ -124,13 +124,13 @@ A set of treatments to apply to the input text. Actions are performed in the order they're set. - Alphabetize + Alfabetizar - Alphabetize by last word + Alfabetizar pela última palavra - aLtErNaTiNg cAsE + aLtErNaNdO tamanho de letra Bytes @@ -139,10 +139,10 @@ camelCase - Character frequency + Frequência de Carácter - Characters + Caracteres COBOL-CASE @@ -151,16 +151,16 @@ CONSTANT_CASE - Convert case + Converter palavras - Convert line break + Converter quebrador de linha - Analyze text and provide some basic utility tools + Analise o texto e forneça algumas ferramentas de utilidade básica - Line break + Quebrador de linha CR (\r) @@ -172,40 +172,40 @@ LF (\n) - Mixed + Misturado - Unknown + Desconhecido - Input file selected doesn't exist. + Arquivo de entrada selecionado não existe. - Text or path to a file to treat. + Texto ou caminho para um arquivo para tratar. - Please specify an input text or an input file + Por favor, especifique um texto de entrada ou um arquivo de entrada - InVeRsE CaSe + PaLaVrA InVeRsA kebab-case - Lines + Linhas - Text Analyzer and Utilities + Analisador de Texto e Utilidades - lower case + caixa baixa - Path to the output file + Caminho para o arquivo de saída - Paragraphs + Parágrafos PascalCase From b9055fc6b693c7fb7d3944e06cced77eb185564b Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:23 -0700 Subject: [PATCH 40/42] New translations textcompare.resx (Portuguese, Brazilian) --- src/DevToys.Tools/Tools/Text/Compare/TextCompare.pt-BR.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/Compare/TextCompare.pt-BR.resx b/src/DevToys.Tools/Tools/Text/Compare/TextCompare.pt-BR.resx index a831c887f..6008fbd55 100644 --- a/src/DevToys.Tools/Tools/Text/Compare/TextCompare.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Text/Compare/TextCompare.pt-BR.resx @@ -142,9 +142,9 @@ Original text - Diff + Diferença - Compare + Comparar \ No newline at end of file From c78ceae841df4ae683562ef3880726549cf55383 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Fri, 2 Aug 2024 13:21:24 -0700 Subject: [PATCH 41/42] New translations escapeunescape.resx (Portuguese, Brazilian) --- .../Text/EscapeUnescape/EscapeUnescape.pt-BR.resx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.pt-BR.resx b/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.pt-BR.resx index 3e9e45110..c3a2d8e82 100644 --- a/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.pt-BR.resx +++ b/src/DevToys.Tools/Tools/Text/EscapeUnescape/EscapeUnescape.pt-BR.resx @@ -118,25 +118,25 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Text Escape and Unescape tool + Texto de Escape e Ferramenta de Desescape - Configuration + Configuração - Unescape + Desescape - Select which conversion mode you want to use + Selecione qual modo de conversão você quer usar - Escape + Escapar Whether to escape or unescape the input text - Conversion + Conversão Escapes or unescapes a string, removing characters that could prevent parsing. From 0690a40646bc3ea14b9df29cf4e11b75b5cfd0c6 Mon Sep 17 00:00:00 2001 From: Etienne Baudoux Date: Mon, 5 Aug 2024 09:22:08 -0700 Subject: [PATCH 42/42] New translations loremipsumgenerator.resx (Spanish) --- .../LoremIpsum/LoremIpsumGenerator.es-ES.resx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.es-ES.resx b/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.es-ES.resx index e97543f23..88e2fc94e 100644 --- a/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.es-ES.resx +++ b/src/DevToys.Tools/Tools/Generators/LoremIpsum/LoremIpsumGenerator.es-ES.resx @@ -175,19 +175,19 @@ Tierra y Luna (Federico García Lorca), Spanish - Text corpus + Cuerpo del texto - Lorem Ipsum Generator + Generador de Lorem Ipsum - Output + Salida - Paragraphs + Párrafos - Refresh + Actualizar Sentences