diff --git a/application/AppScope/app.json b/application/AppScope/app.json index 6dd83f4fdaed00e33acd04b80cbdea3a9511f885..d98cf43d465e75a9327e0b0741870def01cb03de 100644 --- a/application/AppScope/app.json +++ b/application/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.dhardwareui", "vendor": "example", - "versionCode": 10000042, - "versionName": "1.0.42", + "versionCode": 10000043, + "versionName": "1.0.43", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/application/AppScope/app.json5 b/application/AppScope/app.json5 index e43d9ffcb46007f31983bfaa7a7c9a0a1034375a..6f9175cb4395e374d5f743b05aff4792e2a08e2b 100644 --- a/application/AppScope/app.json5 +++ b/application/AppScope/app.json5 @@ -16,8 +16,8 @@ "app": { "bundleName": "com.ohos.dhardwareui", "vendor": "example", - "versionCode": 10000042, - "versionName": "1.0.42", + "versionCode": 10000043, + "versionName": "1.0.43", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/application/entry/src/main/resources/ar/element/string.json b/application/entry/src/main/resources/ar/element/string.json index a3c713c49ec1a6a0a9f7af7088b2b2e65475f17c..47a29bbc490246c483068f4db0ccf1c9b66cca94 100644 --- a/application/entry/src/main/resources/ar/element/string.json +++ b/application/entry/src/main/resources/ar/element/string.json @@ -18,7 +18,7 @@ "name":"continue_desc_text", "value":"يمكنك بدء عرض المحتوى أو تعديله على أحد الأجهزة، ثم متابعة العملية آنيًا على جهاز قريب تم تسجيل الدخول عليه بحساب هواوي نفسه. ستظهر أيقونة في شريط الإرساء عند توفر ميزة التسليم. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"معرفة المزيد", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -53,7 +53,7 @@ "name":"update_version_prompt", "value":"يجب أن يعمل كلا الجهازين بنظام OpenHarmony NEXT", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -74,14 +74,14 @@ "name":"continue_title", "value":"التسليم", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", - "value":"تستخدم هذه الخدمة البلوتوث والشبكة اللاسلكية، وتحتاج إلى إرسال اسم هذا الجهاز إلى الأجهزة التي تسلّم إليها. يعني تفعيل هذه الميزة أنك توافق على هذه الشروط.", + "value":"تستخدم هذه الخدمة البلوتوث والشبكة اللاسلكية، وتحتاج إلى إرسال اسم هذا الجهاز إلى الأجهزة التي تسلّم إليها المهام. بتشغيلك لهذه الميزة، فأنت تعني بذلك موافقتك على هذه البنود.", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/base/element/string.json b/application/entry/src/main/resources/base/element/string.json index 9ba21dc52f50773adf85d2dcc2700837393bb5f5..867a2f52295f67c50dcef617b91738aed76df644 100644 --- a/application/entry/src/main/resources/base/element/string.json +++ b/application/entry/src/main/resources/base/element/string.json @@ -78,7 +78,7 @@ }, { "name": "continue_desc_text", - "value": "Start viewing or editing content on one device, and then instantly pick it up on a nearby device logged in to the same ID. When Handover is available, an icon will appear in the app dock. %s", + "value": "Start viewing or editing content on one device, and then seamlessly continue on a nearby device logged in to the same ID. When Handover is available, an icon will appear in the app dock. %s", "attr": { "priority": "LT" } diff --git a/application/entry/src/main/resources/es/element/string.json b/application/entry/src/main/resources/es/element/string.json index 3a710d038742e715bd623202443c76dfece05f2d..f8a50d1eff54cb6fe5549dc72a3215703c399802 100644 --- a/application/entry/src/main/resources/es/element/string.json +++ b/application/entry/src/main/resources/es/element/string.json @@ -18,7 +18,7 @@ "name":"continue_desc_text", "value":"Comienza a ver o editar contenido en un dispositivo y continúa inmediatamente en otro dispositivo que haya iniciado sesión con el mismo ID de. Cuando Continuidad entre dispositivos esté disponible, aparecerá un icono en el panel de aplicaciones. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"Conocer más", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -51,9 +51,9 @@ }, { "name":"update_version_prompt", - "value":"Ambos dispositivos deben ejecutar OpenHarmony NEXT", + "value":"Ambos dispositivos deben tener OpenHarmony NEXT instalado", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -74,14 +74,14 @@ "name":"continue_title", "value":"Continuidad entre dispositivos", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", - "value":"Este servicio utiliza Bluetooth y WLAN y necesita enviar el nombre de este dispositivo a los dispositivos a los que realice la transferencia. Si activas este selector, aceptas estos términos.", + "value":"Este servicio utiliza Bluetooth y WLAN, y necesita enviar el nombre de este dispositivo a los dispositivos con los que compartas contenido. Si activas este selector, significa que aceptas estos términos.", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/fr/element/string.json b/application/entry/src/main/resources/fr/element/string.json index 2a7b975e2f693cb34a9e8b0fba688d4dd8b546bb..09a72b0579cf939969af0acaa9d2801d6c5eb274 100644 --- a/application/entry/src/main/resources/fr/element/string.json +++ b/application/entry/src/main/resources/fr/element/string.json @@ -16,9 +16,9 @@ }, { "name":"continue_desc_text", - "value":"Commencez à afficher ou à modifier du contenu sur un appareil, puis reprenez-le instantanément sur un appareil à proximité enregistré dans le même Compte. Lorsque le Transfert est disponible, une icône apparaît dans le dock des applications. %s", + "value":"Vous pouvez commencer à afficher ou à modifier du contenu sur un appareil, puis reprenez instantanément sur un appareil à proximité connecté au même Compte. Lorsque Transfert est disponible, une icône apparaît dans le dock des applications. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"En savoir plus", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -51,14 +51,14 @@ }, { "name":"update_version_prompt", - "value":"Les deux appareils doivent fonctionner sous OpenHarmony NEXT", + "value":"Les deux appareils doivent fonctionner sous OpenHarmony NEXT", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"stop_device", - "value":"Déconnectez pour interrompre l'utilisation du %1$s de cet appareil.", + "value":"Veuillez déconnecter pour interrompre l'utilisation du %1$s de cet appareil.", "attr":{ "priority":"translate" } @@ -74,14 +74,14 @@ "name":"continue_title", "value":"Transfert", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", - "value":"Ce service utilise le Bluetooth et le WLAN et doit envoyer le nom de cet appareil aux appareils sur lesquels vous effectuez un transfert. En activant ce service, vous acceptez ces conditions.", + "value":"Ce service utilise le Bluetooth et le WLAN et doit envoyer le nom de cet appareil aux appareils vers lesquels vous effectuez un transfert. En activant ce service, vous acceptez ces conditions.", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/ja/element/string.json b/application/entry/src/main/resources/ja/element/string.json index 15c04d628cb2cb843b21a96e88e217707ca5066e..1e8bfda7e8717dd4501c72366735294eb1252158 100644 --- a/application/entry/src/main/resources/ja/element/string.json +++ b/application/entry/src/main/resources/ja/element/string.json @@ -18,7 +18,7 @@ "name":"continue_desc_text", "value":"一台のデバイスでコンテンツの表示や編集を開始した後、同じ IDにログインしている近くのデバイスでコンテンツを直ちに引き継げます。引き継ぎが利用可能になると、アプリドックにアイコンが表示されます。%s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"詳細", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -53,7 +53,7 @@ "name":"update_version_prompt", "value":"両方のデバイスで OpenHarmony NEXTが実行されている必要があります", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -74,14 +74,14 @@ "name":"continue_title", "value":"引き継ぎ", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", "value":"このサービスはBluetoothとWLANを使用し、引き継ぎデバイスにこのデバイスの名前を送信する必要があります。オンにすることで、ユーザーはこれらの条件に同意したものとみなされます。", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/ko/element/string.json b/application/entry/src/main/resources/ko/element/string.json index 8db0bc9212b04d31783174dceb327c4a45c662b5..de32e9dd10fa1fd1241cdfea6a85100eebfd29f3 100644 --- a/application/entry/src/main/resources/ko/element/string.json +++ b/application/entry/src/main/resources/ko/element/string.json @@ -18,7 +18,7 @@ "name":"continue_desc_text", "value":"한 장치에서 보기 또는 편집을 시작한 다음 동일한 ID에 로그인한 주변 장치에서 바로 이어갈 수 있습니다. 전달을 사용할 수 있으면 앱 도크에 아이콘이 표시됩니다. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"자세히 알아보기", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -53,7 +53,7 @@ "name":"update_version_prompt", "value":"두 장치 모두에서 OpenHarmony NEXT가 실행 중이어야 합니다", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -74,14 +74,14 @@ "name":"continue_title", "value":"전달", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", "value":"이 서비스는 블루투스 및 WLAN을 사용하고 이 장치의 이름을 전달하는 장치에 전송해야 합니다. 켜는 경우, 해당 약관에 동의함을 의미합니다.", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/ru/element/string.json b/application/entry/src/main/resources/ru/element/string.json index dc1297268d8969c91502f12baae9ee5e51574919..3cd2bcc1e632164b3ba7ba7ef7bb48c58d1d3ca2 100644 --- a/application/entry/src/main/resources/ru/element/string.json +++ b/application/entry/src/main/resources/ru/element/string.json @@ -18,7 +18,7 @@ "name":"continue_desc_text", "value":"Начните просмотр или редактирование контента на одном устройстве и продолжите действие на другом устройстве под тем же аккаунтом. Когда передача задач доступна, в меню приложений появляется значок. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"Подробнее", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -53,7 +53,7 @@ "name":"update_version_prompt", "value":"Оба устройства должны работать под управлением OpenHarmony NEXT", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -74,14 +74,14 @@ "name":"continue_title", "value":"Передача задачи", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", "value":"Эта служба использует Bluetooth и WLAN. Ей также требуется отправлять имя этого устройства устройствам, на которые вы передаете задачу. Включая эту опцию, вы принимаете эти положения.", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/ug/element/string.json b/application/entry/src/main/resources/ug/element/string.json index 0d48a576bdfde71dc1891f5fe722f02697b340de..0ced991006b74ef8a5ab6a6e101a4e73ab68ccf3 100644 --- a/application/entry/src/main/resources/ug/element/string.json +++ b/application/entry/src/main/resources/ug/element/string.json @@ -53,7 +53,7 @@ "name":"continue_desc_text", "value":"بىر ئۈسكۈنىدە كۆرۈۋاتقان ياكى تەھرىرلەۋاتقان ئىشنى ئەتراپتىكى ئوخشاش خۇاۋېي ھېسابىغا تىزىملاپ كىرگەن يەنە بىر ئۈسكۈنىدە ۋەزىپە بالدىقىدىكى ئۆتكۈزۈش سىنبەلگىسىنى چېكىپ داۋاملاشتۇرۇشقا بولىدۇ. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { diff --git a/application/entry/src/main/resources/vi/element/string.json b/application/entry/src/main/resources/vi/element/string.json index ef718cbc49f3b8a5af628b5e0d8318a421431130..07f788be3afda14c83818e11d1650b301a0d713d 100644 --- a/application/entry/src/main/resources/vi/element/string.json +++ b/application/entry/src/main/resources/vi/element/string.json @@ -18,7 +18,7 @@ "name":"continue_desc_text", "value":"Bắt đầu xem hoặc sửa nội dung trên một thiết bị, sau đó ngay lập tức xem hoặc sửa nội dung đó trên một thiết bị ở gần đã đăng nhập vào cùng một ID. Khi tính năng Chuyển giao khả dụng, một biểu tượng sẽ xuất hiện trên thanh ứng dụng. %s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,7 +32,7 @@ "name":"learn_more", "value":"Tìm hiểu thêm", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -53,7 +53,7 @@ "name":"update_version_prompt", "value":"Cả hai thiết bị đều phải chạy OpenHarmony NEXT", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -74,14 +74,14 @@ "name":"continue_title", "value":"Chuyển giao", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"continue_privacy_text", "value":"Dịch vụ này sử dụng Bluetooth và WLAN, đồng thời cần gửi tên thiết bị này đến các thiết bị bạn chuyển giao. Bằng việc bật nút chuyển này, bạn đồng ý với các điều khoản này.", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/application/entry/src/main/resources/zh_HK/element/string.json b/application/entry/src/main/resources/zh_HK/element/string.json index e85d126a2731b36aa764622dac96e8d6591ad1e8..aa8c548b196b60e9a4c231a945ed171f2c849dda 100644 --- a/application/entry/src/main/resources/zh_HK/element/string.json +++ b/application/entry/src/main/resources/zh_HK/element/string.json @@ -53,7 +53,7 @@ "name":"continue_desc_text", "value":"在一部裝置上瀏覽或編輯內容,然後在附近另一部登入相同華為 ID 的裝置的主屏幕任務列上輕觸接續圖標,即可繼續使用。%s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { diff --git a/application/entry/src/main/resources/zh_TW/element/string.json b/application/entry/src/main/resources/zh_TW/element/string.json index d606580a3f28ed221057df1a42cb6f44e67dba06..1daab04ce632066af9a5ac3c559fb83a549769a0 100644 --- a/application/entry/src/main/resources/zh_TW/element/string.json +++ b/application/entry/src/main/resources/zh_TW/element/string.json @@ -53,7 +53,7 @@ "name":"continue_desc_text", "value":"在一部裝置上瀏覽或編輯內容,然後在附近登入相同華為 ID 的另一部裝置桌面工作列上輕觸接續圖示,即可繼續使用。%s", "attr":{ - "priority":"translate" + "priority":"LT" } }, { diff --git a/application/entry/src/main/resources/zz_ZX/element/string.json b/application/entry/src/main/resources/zz_ZX/element/string.json index 9cae905af9c38fe1e4ed720169d1cb6400705540..010730f27bd228b00ba5e9aa43343f8999ad93d4 100644 --- a/application/entry/src/main/resources/zz_ZX/element/string.json +++ b/application/entry/src/main/resources/zz_ZX/element/string.json @@ -42,7 +42,7 @@ }, { "name": "continue_desc_text", - "value": "[TS_962336]_Start viewing or editing content on one device, and then instantly pick it up on a nearby device logged in to the same ID. When Handover is available, an icon will appear in the app dock. %s" + "value": "[TS_962336]_Start viewing or editing content on one device, and then seamlessly continue on a nearby device logged in to the same ID. When Handover is available, an icon will appear in the app dock. %s" }, { "name": "ContinueSwitchAbility_label", @@ -71,6 +71,42 @@ { "name": "update_version_prompt", "value": "[TS_961710]_Both devices must be running OpenHarmony NEXT" + }, + { + "name": "mech_close", + "value": "[TS_1101060]_close" + }, + { + "name": "MechExtAbility_label", + "value": "[TS_1101056]_label" + }, + { + "name": "mech_enable", + "value": "[TS_1101061]_enable" + }, + { + "name": "mech_left", + "value": "[TS_1101053]_left" + }, + { + "name": "mech_right", + "value": "[TS_1101054]_right" + }, + { + "name": "MechExtAbility_desc", + "value": "[TS_1101057]_description" + }, + { + "name": "mech_intelligent_tracking", + "value": "[TS_1101058]_Intelligent Tracking" + }, + { + "name": "mech_tracking_layout", + "value": "[TS_1101055]_Tracking Layout" + }, + { + "name": "mech_center", + "value": "[TS_1101059]_center" } ] } \ No newline at end of file