AI-223.8836.35.2231.9923731 <debuggerx@debuggerx-e5 Update yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent 26ed19a605
commit 17be2f59a8

@ -4,6 +4,7 @@
</component>
<component name="Translation.States">
<histories>
<item value="A widget that sizes its child to the child's intrinsic height. This class is useful, for example, when unlimited height is available and you would like a child that would otherwise attempt to expand infinitely to instead size itself to a more reasonable height. The constraints that this widget passes to its child will adhere to the parent's constraints, so if the constraints are not large enough to satisfy the child's maximum intrinsic height, then the child will get less height than it otherwise would. Likewise, if the minimum height constraint is larger than the child's maximum intrinsic height, the child will be given more height than it otherwise would. This class is relatively expensive, because it adds a speculative layout pass before the final layout phase. Avoid using it where possible. In the worst case, this widget can result in a layout that is O(N²) in the depth of the tree." />
<item value="remove Material Icons font to reduce deb package size." />
<item value="Load Device's Contexts from the iOS SDK. This integration calls the iOS SDK via Message channel to load the Device's contexts before sending the event back to the iOS SDK via Message channel (already enriched with all the information). The Device's contexts are: App, Device and OS. ps. This integration won't be run on Android because the Device's Contexts is set on Android when the event is sent to the Android SDK via the Message channel. We intend to unify this behaviour in the future. This integration is only executed on iOS &amp; MacOS Apps." />
<item value="Integration which handles communication with native frameworks in order to enrich [SentryTransaction] objects with app start data for mobile vitals." />
@ -53,12 +54,11 @@
<item value="Decodes a Qr code given the matrix of its raw bits." />
<item value="Extract the raw content of the QR code from an image BitMatrix, given the location." />
<item value="Get new content" />
<item value="Get new location TODO: Evaluate whether the new location is realistic Consider using the old location instead or interpolating" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="95" />
<entry key="ENGLISH" value="96" />
<entry key="CHINESE" value="96" />
<entry key="ENGLISH" value="97" />
<entry key="POLISH" value="1" />
</map>
</option>

Loading…
Cancel
Save