-
Notifications
You must be signed in to change notification settings - Fork 13k
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702194908541 to main #61992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702194908541 to main #61992
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1902,15 +1902,12 @@ | |
</Str> | ||
<Disp Icon="Str" /> | ||
</Item> | ||
<Item ItemId=";Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these__6600" ItemType="0" PsrId="306" Leaf="true"> | ||
<Item ItemId=";Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these__6600" ItemType="0" PsrId="306" Leaf="true"> | ||
<Str Cat="Text"> | ||
<Val><![CDATA[Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.]]></Val> | ||
<Val><![CDATA[Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.]]></Val> | ||
<Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
<Val><![CDATA[Permita que los archivos JavaScript formen parte del programa. Use la opción "checkJS" para obtener errores de estos archivos.]]></Val> | ||
<Val><![CDATA[Permitir que los archivos JavaScript formen parte del programa. Use la opción "checkJS" para obtener errores de estos archivos.]]></Val> | ||
</Tgt> | ||
Comment on lines
1908
to
1910
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update the Spanish translation to use "checkJs" (lowercase 's') to match the updated option casing. Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
<Prev Cat="Text"> | ||
<Val><![CDATA[Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files.]]></Val> | ||
</Prev> | ||
</Str> | ||
<Disp Icon="Str" /> | ||
</Item> | ||
|
@@ -3054,6 +3051,15 @@ | |
</Str> | ||
<Disp Icon="Str" /> | ||
</Item> | ||
<Item ItemId=";Call_target_does_not_contain_any_signatures_2346" ItemType="0" PsrId="306" Leaf="true"> | ||
<Str Cat="Text"> | ||
<Val><![CDATA[Call target does not contain any signatures.]]></Val> | ||
<Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
<Val><![CDATA[El destino de llamada no contiene signaturas.]]></Val> | ||
</Tgt> | ||
</Str> | ||
<Disp Icon="Str" /> | ||
</Item> | ||
<Item ItemId=";Can_only_convert_logical_AND_access_chains_95142" ItemType="0" PsrId="306" Leaf="true"> | ||
<Str Cat="Text"> | ||
<Val><![CDATA[Can only convert logical AND access chains]]></Val> | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1902,15 +1902,12 @@ | |||||
</Str> | ||||||
<Disp Icon="Str" /> | ||||||
</Item> | ||||||
<Item ItemId=";Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these__6600" ItemType="0" PsrId="306" Leaf="true"> | ||||||
<Item ItemId=";Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these__6600" ItemType="0" PsrId="306" Leaf="true"> | ||||||
<Str Cat="Text"> | ||||||
<Val><![CDATA[Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.]]></Val> | ||||||
<Val><![CDATA[Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.]]></Val> | ||||||
<Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
<Val><![CDATA[Autorisez les fichiers JavaScript à faire partie de votre programme. Utilisez l’option « checkJS » pour obtenir des erreurs à partir de ces fichiers.]]></Val> | ||||||
<Val><![CDATA[Autorisez les fichiers JavaScript à faire partie de votre programme. Utilisez l’option « checkJS » pour obtenir des erreurs à partir de ces fichiers.]]></Val> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update the French translation to use « checkJs » (lowercase 's') to match the updated option casing.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
</Tgt> | ||||||
<Prev Cat="Text"> | ||||||
<Val><![CDATA[Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files.]]></Val> | ||||||
</Prev> | ||||||
</Str> | ||||||
<Disp Icon="Str" /> | ||||||
</Item> | ||||||
|
@@ -3054,6 +3051,15 @@ | |||||
</Str> | ||||||
<Disp Icon="Str" /> | ||||||
</Item> | ||||||
<Item ItemId=";Call_target_does_not_contain_any_signatures_2346" ItemType="0" PsrId="306" Leaf="true"> | ||||||
<Str Cat="Text"> | ||||||
<Val><![CDATA[Call target does not contain any signatures.]]></Val> | ||||||
<Tgt Cat="Text" Stat="Loc" Orig="New"> | ||||||
<Val><![CDATA[La cible de l'appel ne contient aucune signature.]]></Val> | ||||||
</Tgt> | ||||||
</Str> | ||||||
<Disp Icon="Str" /> | ||||||
</Item> | ||||||
<Item ItemId=";Can_only_convert_logical_AND_access_chains_95142" ItemType="0" PsrId="306" Leaf="true"> | ||||||
<Str Cat="Text"> | ||||||
<Val><![CDATA[Can only convert logical AND access chains]]></Val> | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the German translation to use „checkJs“ (lowercase 's') to match the updated option casing.
Copilot uses AI. Check for mistakes.