Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Chinese (Simplified) guidelines.
2130 of 128 results
21.
Image-Like Displayables
类图像的Displayables
Translated and reviewed by Hanming Wu
Located in ../../source/displayables.rst:84
22.
We call these displayables image-like because they take up a rectangular area of the screen, and do not react to input. These differ from normal images by varying their size to fill an area (Frame, LiveTile, and Solid), or by allowing the user to specify their size (LiveComposite, LiveCrop, Null). They are not image manipulators.
我们把这类displayable成为类图像的是因为他们在屏幕上占据了一个矩形的区域,并且不会对输入做出响应。和普通的图像不同之处在于这种displayable会改变自身大小来填充一个区域(Frame、LiveTile或Solid),或者允许用户来指定他们的大小 (LiveComposite、LiveCrop、Null)。他们不能操作图像。
Translated and reviewed by Hanming Wu
Located in ../../source/displayables.rst:86
23.
Image-like displayables take :ref:`position-style-properties`.
类图像displayables使用:ref:`position-style-properties`。
Translated and reviewed by Huang Junjie
Located in ../../source/displayables.rst:92
24.
This flattens `child`, which may be made up of multiple textures, into a single texture.
平铺由多个纹理构成的`child`成单个纹理。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:5
25.
Certain operations, like the alpha transform property, apply to every texture making up a displayable, which can yield incorrect results when the textures overlap on screen. Flatten creates a single texture from multiple textures, which can prevent this problem.
比如Alpha变换处理这样的操作应用于构成displayable的所有纹理,可能会在纹理重叠于屏幕上时发生错误。此操作会将多个纹理转换成单个纹理,避免错误。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:8
26.
Flatten is a relatively expensive operation, and so should only be used when absolutely required.
平铺是一个相对消耗资源的操作,仅在有必要时使用。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:13
27.
A displayable that resizes an image to fill the available area, while preserving the width and height of its borders. is often used as the background of a window or button.
保持边缘宽高比并将图像填充至可用区域的displayable。它经常使用在窗口背景或按钮上。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:18
28.
Using a frame to resize an image to double its size.
使用frame将图像放至2倍大。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:24
29.
`image`
`image`
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:27
30.
An image manipulator that will be resized by this frame.
根据Frame改变大小的图像操作。
Translated and reviewed by Huang Junjie
Located in ../../source/inc/disp_imagelike:27
2130 of 128 results

This translation is managed by Launchpad Simplified Chinese Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Hanming Wu, Huang Junjie.