/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | pseudo-i18n-testing-overview.md | 4 Pseudo-localization is also called pseudo-translation. It simulates the localization process to hel… 7 …translation is complete. Besides, software UI is apt to change at the early stage of development a… 10 … be categorized into [pseudo-localization testing for translation](pseudo-i18n-testing-translation…
|
H A D | l10n-translation-scene.md | 3 …translation results of the same content may vary greatly in different scenes and contexts. When pr…
|
H A D | i18n-l10n.md | 13 … the needs for multilingual resource configuration, including resource translation, taboo check, a… 16 …translation is a basic step in the localization process. It consists of UI element translation and…
|
H A D | pseudo-i18n-testing-translation.md | 6 …s used to identify problems that may cause abnormal UI, layout, or text display during translation. 8 …adjusted on this basis. However, the text length often increases after translation, leading to abn… 31 … of UI text can be observed by checking whether the text is processed in pseudo-translation format. 33 …oncatenation can be observed by checking whether strings in the pseudo-translation format appear i…
|
H A D | l10n-hard-coding-concatenate.md | 5 A key part of localization is the translation of resource files. To improve the translation efficie… 7 …ation makes it difficult to obtain the complete sentence, resulting in translation errors or seman…
|
H A D | Readme-EN.md | 32 - [Scene and Context Clarification for Translation](l10n-translation-scene.md) 37 - [Pseudo-Localization Testing for Translation](pseudo-i18n-testing-translation.md)
|
H A D | i18n-ui-design.md | 7 …ng table takes English as an example to provide the reference space to be reserved for translation. 9 **Table 1** Reserved space on the UI for translation
|
H A D | linguistic-testing.md | 5 …t acceptance in the target market. Professional UI content, consistent translation, idiomatic word…
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_zoom_controller.cpp | 244 TransformHelper::Vector3 translation = finalWorldMat.GetTranslation(); in CalcuAnimateZoomTrans() local 247 finalZoomTrans.translateX_ = translation.x_; in CalcuAnimateZoomTrans() 248 finalZoomTrans.translateY_ = translation.y_; in CalcuAnimateZoomTrans() 249 finalZoomTrans.translateZ_ = translation.z_; in CalcuAnimateZoomTrans() 299 TransformHelper::Vector3 translation = finalWorldMat.GetTranslation(); in CalcuZoomTrans() local 302 finalZoomTrans.translateX_ = translation.x_; in CalcuZoomTrans() 303 finalZoomTrans.translateY_ = translation.y_; in CalcuZoomTrans()
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_math_test.cpp | 90 Vector3 scale(1.5f, 0.7f, 2.2f), translation(100.f, 132.f, 20.f); variable 94 transformMat *= CreateTranslation(translation); 98 ASSERT_EQ(true, MathHelper::NearZero((translation - translationComp).Length()));
|
/ohos5.0/docs/zh-cn/application-dev/internationalization/ |
H A D | Readme-CN.md | 32 - [提供翻译场景](l10n-translation-scene.md) 37 - [翻译伪本地化测试](pseudo-i18n-testing-translation.md)
|
H A D | pseudo-i18n-testing-overview.md | 10 伪本地化测试包括[翻译伪本地化](pseudo-i18n-testing-translation.md)和[界面镜像伪本地化](pseudo-i18n-testing-mirror.md)。
|
/ohos5.0/docs/en/contribute/ |
H A D | docs-release-process.md | 7 …the requirement and cooperate with the service SIG in document review, translation, and release. T… 51 …cuments are reviewed, tested, and finalized, they can be submitted for translation in the form of … 62 To provide a translation requirement for a document in a non-Docs repository (such as translation f… 64 When submitting a translation requirement, ensure that: 118 …ors in the Docs SIG. Document contributors are also welcome to take up translation requirement tas…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-page-transition-animation.md | 72 …efault.<br>- **x**: translation distance along the x-axis.<br>- **y**: translation distance along … 265 // Use the default effects provided by the system, such as translation, scaling, and opacity. 291 // Use the default effects provided by the system, such as translation, scaling, and opacity. 308 Customization method 1: Configure the various entrance and exit translation effects provided, with … 336 // Use the default effects provided by the system, such as translation, scaling, and opacity. 374 // Use the default effects provided by the system, such as translation, scaling, and opacity.
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-user-defined-arktsNode-renderNode.md | 82 …i/js-apis-arkui-renderNode.md#scale),[translation](../reference/apis-arkui/js-apis-arkui-renderNod… 151 Button("translation") 154 renderNode.translation = { x: 100, y: 0 }; 155 console.log("renderNode translation:" + JSON.stringify(renderNode.translation));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | render_node.ts | 579 set translation(translation: Vector2) { 580 if (translation === undefined || translation === null) { 583 this.translationValue.x = this.checkUndefinedOrNullWithDefaultValue<number>(translation.x, 0); 584 this.translationValue.y = this.checkUndefinedOrNullWithDefaultValue<number>(translation.y, 0); 651 get translation(): Vector2 {
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_language_manager.cpp | 272 … auto& translation = resourceFileType == RINGTONE_FILE ? ringtoneTranslate_ : vibrationTranslate_; in SetValuesFromResultSet() local 296 auto item = translation[systemLanguage_].find(realName); in SetValuesFromResultSet() 297 if (item == translation[systemLanguage_].end()) { in SetValuesFromResultSet()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___translation_options.md | 6 Defines the translation options for component transition.
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-user-defined-arktsNode-renderNode.md | 82 …/js-apis-arkui-renderNode.md#scale), [translation](../reference/apis-arkui/js-apis-arkui-renderNod… 151 Button("translation") 154 renderNode.translation = { x: 100, y: 0 }; 155 console.log("renderNode translation:" + JSON.stringify(renderNode.translation));
|
H A D | arkts-enter-exit-transition.md | 14 | translate | Applies a translation transition effect.| The component enters by moving from the pos… 34 …// Apply a translation transition effect, whose animation settings follow TransitionEffect above, … 88 …// Apply a translation transition effect, whose animation settings are specified by animation, whi…
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 407 auto translation = worldMat.GetTranslation(); in GetTransformFromWorldMat4() local 411 transform.translateX_ = translation.x_; in GetTransformFromWorldMat4() 412 transform.translateY_ = translation.y_; in GetTransformFromWorldMat4() 413 transform.translateZ_ = translation.z_; in GetTransformFromWorldMat4()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 159 Matrix4 ComposeTransform(const Matrix4& perspective, const Matrix4& translation, const Matrix4& rot… in ComposeTransform() argument 164 matrix = matrix * translation; in ComposeTransform() 640 Matrix4 translation = BuildTranslationMatrix(decomp); in ComposeTransform() local 645 return OHOS::Ace::ComposeTransform(perspective, translation, rotation, skew, scale); in ComposeTransform()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | material_component.h | 157 BASE_NS::Math::Vec2 translation { 0.f, 0.f };
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-renderNode.md | 1146 ### translation subsection 1148 set translation(translation: Translation) 1160 | translation | [Translation](./js-apis-arkui-graphics.md#translation) | 是 | 将要设置的RenderNode的平移量。… 1162 get translation(): Translation 1174 | [Translation](./js-apis-arkui-graphics.md#translation) | 获取当前RenderNode的平移量,默认值为{ x: 0, y: 0 }。 | 1183 renderNode.translation = { x: 100, y: 0 }; 1184 const translation = renderNode.translation;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 1679 translation = None 1684 translation = scope.get_alias_translation(self.type) 1685 if not translation is None: 1688 if translation is None: 1692 self.result_type = translation.result_type 1693 self.result_value = translation.result_value
|