Skip to content

Commit

Permalink
LEGO: Merge pull request 830
Browse files Browse the repository at this point in the history
LEGO: Merge pull request 830
  • Loading branch information
csigs authored Dec 12, 2022
1 parent 013cf1a commit caed3ef
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/localization/cs/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -1993,12 +1993,18 @@
<Item ItemId=";CurlFailedToPut" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl failed to put file to {url} with exit code {exit_code}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nástroji curl se nepodařilo vložit soubor na adresu {url} s ukončovacím kódem {exit_code}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CurlFailedToPutHttp" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl failed to put file to {url} with exit code {exit_code} and http code {value}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nástroji curl se nepodařilo vložit soubor na adresu {url} s ukončovacím kódem {exit_code} a kódem HTTP {value}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -2122,24 +2128,36 @@
<Item ItemId=";DownloadFailedCurl" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: curl failed to download with exit code {exit_code}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url}: Nástroji curl se nepodařilo stáhnout s ukončovacím kódem {exit_code}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedHashMismatch" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[File does not have the expected hash:]A;url: {url}]A;File: {path}]A;Expected hash: {expected}]A;Actual hash: {actual}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Soubor nemá očekávanou hodnotu hash:]A;url: {url}]A;Soubor: {path}]A;Očekávaná hodnota hash: {expected}]A;Skutečná hodnota hash: {actual}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedRetrying" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Download failed -- retrying after {value}ms]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Stahování se nezdařilo – opakuje se pokus za {value}ms.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedStatusCode" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: failed: status code {value}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url}: neúspěšné: stavový kód {value}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand All @@ -2155,6 +2173,9 @@
<Item ItemId=";DownloadWinHttpError" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: {system_api} failed with exit code {exit_code}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url}: {system_api} selhalo s ukončovacím kódem {exit_code}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -2188,6 +2209,9 @@
<Item ItemId=";DownloadingUrl" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Downloading {url}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Stahuje se adresa {url}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -4573,6 +4597,9 @@
<Item ItemId=";InvalidUri" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[unable to parse uri: {value}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nejde parsovat identifikátor URI: {value}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -5167,12 +5194,18 @@
<Item ItemId=";NoUrlsAndHashSpecified" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No urls specified to download SHA: {sha}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nejsou zadané žádné adresy URL pro stažení SHA: {sha}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NoUrlsAndNoHashSpecified" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No urls specified and no hash specified.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nebyly zadány žádné adresy URL a nebyla zadána žádná hodnota hash.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -6004,6 +6037,9 @@
<Item ItemId=";SecretBanner" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[*** SECRET ***]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[*** TAJNÝ KÓD ***]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down
108 changes: 108 additions & 0 deletions src/localization/fr/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -1990,6 +1990,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CurlFailedToPut" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl failed to put file to {url} with exit code {exit_code}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Curl n’a pas pu placer le fichier dans {url} avec le code de sortie {exit_code}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CurlFailedToPutHttp" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl failed to put file to {url} with exit code {exit_code} and http code {value}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Curl n’a pas pu placer le fichier dans {url} avec le code de sortie {exit_code} et le code http {value}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CurlReportedUnexpectedResults" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl has reported unexpected results to vcpkg and vcpkg cannot continue.]A;Please review the following text for sensitive information and open an issue on the Microsoft/vcpkg GitHub to help fix this problem!]A;cmd: {command_line}]A;=== curl output ===]A;{actual}]A;=== end curl output ===]]></Val>
Expand Down Expand Up @@ -2110,6 +2128,42 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedCurl" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: curl failed to download with exit code {exit_code}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url} : échec du téléchargement de curl avec le code de sortie {exit_code}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedHashMismatch" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[File does not have the expected hash:]A;url: {url}]A;File: {path}]A;Expected hash: {expected}]A;Actual hash: {actual}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le fichier n’a pas le hachage attendu :]A;URL : {url}]A;Fichier : {path}]A;Hachage attendu : {expected}]A;Hachage réel : {actual}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedRetrying" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Download failed -- retrying after {value}ms]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Échec du téléchargement – nouvelle tentative après {value} ms]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedStatusCode" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: failed: status code {value}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url} : échec : code d’état {value}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadRootsDir" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specify the downloads root directory.]A;(default: {env_var})]]></Val>
Expand All @@ -2119,6 +2173,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadWinHttpError" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: {system_api} failed with exit code {exit_code}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url} : {system_api} a échoué avec le code de sortie {exit_code}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadedSources" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Downloaded sources for {spec}]]></Val>
Expand Down Expand Up @@ -2146,6 +2209,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadingUrl" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Downloading {url}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Téléchargement de {url}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadingVcpkgCeBundle" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Downloading vcpkg-ce bundle {version}...]]></Val>
Expand Down Expand Up @@ -4528,6 +4600,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InvalidUri" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[unable to parse uri: {value}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Impossible d’analyser l’uri : {valeur}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";IrregularFile" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[path was not a regular file: {path}]]></Val>
Expand Down Expand Up @@ -5113,6 +5194,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NoUrlsAndHashSpecified" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No urls specified to download SHA: {sha}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Aucune URL spécifiée pour télécharger SHA : {sha}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NoUrlsAndNoHashSpecified" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No urls specified and no hash specified.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Aucune URL spécifiée et aucun hachage spécifié.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NoteMessage" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[note: ]]></Val>
Expand Down Expand Up @@ -5941,6 +6040,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";SecretBanner" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[*** SECRET ***]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[*** SECRET ***]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";SeeURL" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[See {url} for more information.]]></Val>
Expand Down
36 changes: 36 additions & 0 deletions src/localization/it/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -1993,12 +1993,18 @@
<Item ItemId=";CurlFailedToPut" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl failed to put file to {url} with exit code {exit_code}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[curl non è riuscito a inserire il file in {url} con il codice di uscita {exit_code}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CurlFailedToPutHttp" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[curl failed to put file to {url} with exit code {exit_code} and http code {value}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[curl non è riuscito a inserire il file in {url} con il codice di uscita {exit_code} e codice HTTP {value}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -2119,24 +2125,36 @@
<Item ItemId=";DownloadFailedCurl" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: curl failed to download with exit code {exit_code}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url}: curl non è riuscito a eseguire il download. Codice di uscita: {exit_code}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedHashMismatch" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[File does not have the expected hash:]A;url: {url}]A;File: {path}]A;Expected hash: {expected}]A;Actual hash: {actual}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il file non ha l'hash previsto:]A;URL: {url}]A;File: {path}]A;Hash previsto: {expected}]A;Hash effettivo: {actual}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedRetrying" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Download failed -- retrying after {value}ms]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Download non riuscito. Nuovo tentativo dopo {value}ms]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DownloadFailedStatusCode" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: failed: status code {value}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url}: non riuscito: codice di stato {value}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand All @@ -2152,6 +2170,9 @@
<Item ItemId=";DownloadWinHttpError" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{url}: {system_api} failed with exit code {exit_code}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{url}: {system_api} non riuscito con codice di uscita {exit_code}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -2185,6 +2206,9 @@
<Item ItemId=";DownloadingUrl" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Downloading {url}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Download di {url}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -4567,6 +4591,9 @@
<Item ItemId=";InvalidUri" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[unable to parse uri: {value}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[impossibile analizzare l'URI: {value}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -5161,12 +5188,18 @@
<Item ItemId=";NoUrlsAndHashSpecified" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No urls specified to download SHA: {sha}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nessun URL specificato per scaricare SHA: {sha}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NoUrlsAndNoHashSpecified" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No urls specified and no hash specified.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nessun URL specificato e nessun hash specificato.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -5995,6 +6028,9 @@
<Item ItemId=";SecretBanner" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[*** SECRET ***]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[***SEGRETO***]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down
Loading

0 comments on commit caed3ef

Please sign in to comment.