Skip to content

Commit

Permalink
Juno: check in to juno/hb_cb3056d7-d122-4ef4-8657-e36080a7f8c6_202407…
Browse files Browse the repository at this point in the history
…30010624147. (#1465)
  • Loading branch information
csigs authored Jul 30, 2024
1 parent aef6706 commit b52160c
Show file tree
Hide file tree
Showing 13 changed files with 415 additions and 142 deletions.
41 changes: 31 additions & 10 deletions src/localization/cs/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -2634,10 +2634,13 @@
</Item>
<Item ItemId=";CmdExportExample1" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--output-dir=out_dir]5D;]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -5712,12 +5715,12 @@
</Item>
<Item ItemId=";FilesContainAbsolutePath2" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Absolute paths were found in the following files]]></Val>
<Val><![CDATA[absolute paths found here]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[V následujících souborech byly nalezeny absolutní cesty.]]></Val>
<Val><![CDATA[Absolutní cesty, které se tady našly]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Absolute paths were found in the following files:]]></Val>
<Val><![CDATA[Absolute paths were found in the following files]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -7687,6 +7690,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InvalidValuePostPortfileIncludes" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Variable VCPKG_POST_PORTFILE_INCLUDES contains invalid file path: '{path}'. The value must be an absolute path to an existent cmake file.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Proměnná VCPKG_POST_PORTFILE_INCLUDES obsahuje neplatnou cestu k souboru: {path}. Hodnota musí být absolutní cesta k existujícímu souboru cmake.]]></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 @@ -8260,6 +8272,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MissingShaVariable" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The {{sha}} variable must be used in the template if other variables are used.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Pokud se používají jiné proměnné, musí se v šabloně použít proměnná {{sha}}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MissingVersion$" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Missing version '${p0}']]></Val>
Expand Down Expand Up @@ -9817,11 +9838,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";RunvcpkgActivateToApplyToTheCurrentTerminal" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";RunvcpkgshellActivateToApplyToTheCurrentTerminal" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Run \`vcpkg activate\` to apply to the current terminal]]></Val>
<Val><![CDATA[Run \`vcpkg-shell activate\` to apply to the current terminal]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Spuštěním příkazu \'vcpkg activate\ použijte aktuální terminál.]]></Val>
<Val><![CDATA[Spuštěním příkazu vcpkg-shell activate použijte aktuální terminál.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -12061,11 +12082,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";noPostscriptFileRerunWithTheVcpkgShellFunctionRatherThanExecutable" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";noPostscriptFileRunVcpkgshellWithTheSameArguments" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[no postscript file: rerun with the vcpkg shell function rather than executable]]></Val>
<Val><![CDATA[no postscript file: run vcpkg-shell with the same arguments]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[žádný postscriptový soubor: spusťte ho znovu s funkcí prostředí vcpkg místo spustitelného souboru.]]></Val>
<Val><![CDATA[žádný postscriptový soubor: spusťte příkaz vcpkg-shell se stejnými argumenty]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
43 changes: 32 additions & 11 deletions src/localization/de/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -2634,10 +2634,13 @@
</Item>
<Item ItemId=";CmdExportExample1" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--output-dir=out_dir]5D;]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[vcpkg-Export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--output-dir=out_dir]5D;]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -5712,12 +5715,12 @@
</Item>
<Item ItemId=";FilesContainAbsolutePath2" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Absolute paths were found in the following files]]></Val>
<Val><![CDATA[absolute paths found here]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Absolute Pfade wurden in den folgenden Dateien gefunden]]></Val>
<Val><![CDATA[absolute Pfade, die hier gefunden werden]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Absolute paths were found in the following files:]]></Val>
<Val><![CDATA[Absolute paths were found in the following files]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -7687,6 +7690,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InvalidValuePostPortfileIncludes" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Variable VCPKG_POST_PORTFILE_INCLUDES contains invalid file path: '{path}'. The value must be an absolute path to an existent cmake file.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die variable VCPKG_POST_PORTFILE_INCLUDES enthält einen ungültigen Dateipfad: "{path}". Der Wert muss ein absoluter Pfad zu einer vorhandenen Cmakedatei sein.]]></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 @@ -8257,6 +8269,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MissingShaVariable" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The {{sha}} variable must be used in the template if other variables are used.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die {{sha}} Variable muss in der Vorlage verwendet werden, wenn andere Variablen verwendet werden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MissingVersion$" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Missing version '${p0}']]></Val>
Expand Down Expand Up @@ -9814,11 +9835,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";RunvcpkgActivateToApplyToTheCurrentTerminal" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";RunvcpkgshellActivateToApplyToTheCurrentTerminal" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Run \`vcpkg activate\` to apply to the current terminal]]></Val>
<Val><![CDATA[Run \`vcpkg-shell activate\` to apply to the current terminal]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Führen Sie "vcpkg activate\" aus, um es auf das aktuelle Terminal anzuwenden.]]></Val>
<Val><![CDATA[Führen Sie \"vcpkg-shell activate\" aus, um es auf das aktuelle Terminal anzuwenden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -12058,11 +12079,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";noPostscriptFileRerunWithTheVcpkgShellFunctionRatherThanExecutable" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";noPostscriptFileRunVcpkgshellWithTheSameArguments" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[no postscript file: rerun with the vcpkg shell function rather than executable]]></Val>
<Val><![CDATA[no postscript file: run vcpkg-shell with the same arguments]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[keine Postscript-Datei: Führen Sie die Ausführung mit der vcpkg-Shellfunktion statt mit der ausführbaren Datei erneut aus.]]></Val>
<Val><![CDATA[keine Postscript-Datei: Führen Sie vcpkg-shell mit den gleichen Argumenten aus.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
43 changes: 32 additions & 11 deletions src/localization/es/messages.json.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -2634,10 +2634,13 @@
</Item>
<Item ItemId=";CmdExportExample1" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--output-dir=out_dir]5D;]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[vcpkg export <nombres de puertos> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--output-dir=out_dir]5D;]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[vcpkg export <port names> [--nuget]5D; [--directory=out_dir]5D;]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -5712,12 +5715,12 @@
</Item>
<Item ItemId=";FilesContainAbsolutePath2" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Absolute paths were found in the following files]]></Val>
<Val><![CDATA[absolute paths found here]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Se han encontrado rutas de acceso absolutas en los siguientes archivos]]></Val>
<Val><![CDATA[rutas de acceso absolutas que se encuentran aquí]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Absolute paths were found in the following files:]]></Val>
<Val><![CDATA[Absolute paths were found in the following files]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -7687,6 +7690,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InvalidValuePostPortfileIncludes" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Variable VCPKG_POST_PORTFILE_INCLUDES contains invalid file path: '{path}'. The value must be an absolute path to an existent cmake file.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La variable VCPKG_POST_PORTFILE_INCLUDES contiene una ruta de acceso de archivo no válida: '{path}'. El valor debe ser una ruta de acceso absoluta a un archivo cmake existente.]]></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 @@ -8257,6 +8269,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MissingShaVariable" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The {{sha}} variable must be used in the template if other variables are used.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La variable {{sha}} debe usarse en la plantilla si se usan otras variables.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MissingVersion$" ItemType="0" PsrId="306" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Missing version '${p0}']]></Val>
Expand Down Expand Up @@ -9814,11 +9835,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";RunvcpkgActivateToApplyToTheCurrentTerminal" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";RunvcpkgshellActivateToApplyToTheCurrentTerminal" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Run \`vcpkg activate\` to apply to the current terminal]]></Val>
<Val><![CDATA[Run \`vcpkg-shell activate\` to apply to the current terminal]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ejecute \`vcpkg activate\` para aplicarlo al terminal actual]]></Val>
<Val><![CDATA[Ejecute \'vcpkg-shell activate\' para aplicarlo al terminal actual]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -12058,11 +12079,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";noPostscriptFileRerunWithTheVcpkgShellFunctionRatherThanExecutable" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";noPostscriptFileRunVcpkgshellWithTheSameArguments" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[no postscript file: rerun with the vcpkg shell function rather than executable]]></Val>
<Val><![CDATA[no postscript file: run vcpkg-shell with the same arguments]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[no hay ningún archivo postscript: vuelva a ejecutar con la función shell vcpkg en lugar de con el ejecutable]]></Val>
<Val><![CDATA[no hay ningún archivo postscript: ejecute vcpkg-shell con los mismos argumentos]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Loading

0 comments on commit b52160c

Please sign in to comment.