From 083a67372b21f849e22eb5074ce677cccc307379 Mon Sep 17 00:00:00 2001 From: l30054665 Date: Thu, 17 Jul 2025 20:50:51 +0800 Subject: [PATCH] DM Signed-off-by: l30054665 --- display/AppScope/app.json | 4 +- .../resources/ar-wearable/element/string.json | 2 +- .../src/main/resources/ar/element/string.json | 75 +++++++++++++++-- .../main/resources/base/element/string.json | 47 ++++++++--- .../main/resources/bo_CN/element/plural.json | 10 ++- .../main/resources/bo_CN/element/string.json | 82 +++++++++++++++---- .../src/main/resources/es/element/string.json | 71 +++++++++++++++- .../src/main/resources/fr/element/string.json | 65 ++++++++++++++- .../src/main/resources/ja/element/string.json | 71 +++++++++++++++- .../src/main/resources/ko/element/string.json | 71 +++++++++++++++- .../src/main/resources/ru/element/string.json | 71 +++++++++++++++- .../src/main/resources/ug/element/plural.json | 22 +++-- .../src/main/resources/ug/element/string.json | 82 +++++++++++++++---- .../src/main/resources/vi/element/string.json | 71 +++++++++++++++- .../main/resources/zh_CN/element/string.json | 47 ++++++++--- .../main/resources/zh_HK/element/string.json | 47 ++++++++--- .../main/resources/zh_TW/element/string.json | 47 ++++++++--- 17 files changed, 774 insertions(+), 111 deletions(-) diff --git a/display/AppScope/app.json b/display/AppScope/app.json index 317bfa6a8..52116a006 100644 --- a/display/AppScope/app.json +++ b/display/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.devicemanagerui", "vendor": "example", - "versionCode": 1000046, - "versionName": "1.0.46", + "versionCode": 1000047, + "versionName": "1.0.47", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 10, diff --git a/display/entry/src/main/resources/ar-wearable/element/string.json b/display/entry/src/main/resources/ar-wearable/element/string.json index 5e37d896b..4b3726f6b 100644 --- a/display/entry/src/main/resources/ar-wearable/element/string.json +++ b/display/entry/src/main/resources/ar-wearable/element/string.json @@ -4,7 +4,7 @@ "name":"dm_confirm_title_hap", "value":"تطبيق %1$s على \u202a%2$s\u202c يريد الوصول إلى هذا الجهاز. الوثوق بهذا التطبيق؟", "attr":{ - "priority":"translate" + "priority":"LT" } } ] diff --git a/display/entry/src/main/resources/ar/element/string.json b/display/entry/src/main/resources/ar/element/string.json index 5a8f380cb..98c75fc52 100644 --- a/display/entry/src/main/resources/ar/element/string.json +++ b/display/entry/src/main/resources/ar/element/string.json @@ -2,9 +2,9 @@ "string":[ { "name":"dm_connect_code", - "value":"رمز الاتصال", + "value":"رمز التوصيل", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -32,21 +32,21 @@ "name":"dm_confirm_intention", "value":"هذا الإذن مطلوب لمزامنة البيانات والمشاركة بين الأجهزة.", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_temp", "value":"الوثوق هذه المرة", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_always", "value":"الوثوق دائمًا", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"أدخل رمز الاتصال الظاهر على شاشة الجهاز الآخر.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"يريد %s عرض شاشته على جهازك. هل تثق بهذا الجهاز؟", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%s هل تثق بهذا الجهاز؟", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"كلمة المرور غير صحيحة. تعذّر الاتصال.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"موافق", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"جارية المصادقة…", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"يريد %s الاتصال بجهازك.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"مطلوب تشغيل البلوتوث للاتصال بجهاز آخر. يُرجى تشغيله والمحاولة مرة أخرى.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"الاتصال بالجهاز «\u202a%s\u202c»", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/base/element/string.json b/display/entry/src/main/resources/base/element/string.json index 71624c459..6dacb7d71 100644 --- a/display/entry/src/main/resources/base/element/string.json +++ b/display/entry/src/main/resources/base/element/string.json @@ -22,7 +22,10 @@ }, { "name":"dm_is_trust_device", - "value":"%s Trust this device?" + "value":"%s Trust this device?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_temp", @@ -47,15 +50,24 @@ }, { "name":"dm_connect_device", - "value":"%s would like to connect to your device." + "value":"%s would like to connect to your device.", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect", - "value":"Connect to %s" + "value":"Connect to %s", + "attr":{ + "priority":"LT" + } }, { "name":"dm_enter_connect_code", - "value":"Enter the connection code shown on the other device." + "value":"Enter the connection code shown on the other device.", + "attr":{ + "priority":"LT" + } }, { "name":"dm_cancel", @@ -66,7 +78,10 @@ }, { "name":"dm_authenticating", - "value":"Authenticating…" + "value":"Authenticating…", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect_code", @@ -77,7 +92,10 @@ }, { "name":"dm_confirm_title_cast", - "value":"%s would like to mirror their screen on your device. Trust this device?" + "value":"%s would like to mirror their screen on your device. Trust this device?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_hap", @@ -95,11 +113,17 @@ }, { "name":"dm_bluetooth_dialog_content", - "value":"Bluetooth needs to be enabled to connect to another device. Please enable it and try again." + "value":"Bluetooth needs to be enabled to connect to another device. Please enable it and try again.", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_close", - "value":"OK" + "value":"OK", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_peer_connect_code", @@ -110,7 +134,10 @@ }, { "name":"dm_password_error", - "value":"Incorrect password. Connection failed." + "value":"Incorrect password. Connection failed.", + "attr":{ + "priority":"translate" + } }, { "name":"dm_confirm_proxy", @@ -120,4 +147,4 @@ } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/bo_CN/element/plural.json b/display/entry/src/main/resources/bo_CN/element/plural.json index bec6c998a..95034c84b 100644 --- a/display/entry/src/main/resources/bo_CN/element/plural.json +++ b/display/entry/src/main/resources/bo_CN/element/plural.json @@ -5,7 +5,10 @@ "value":[ { "quantity":"other", - "value":"སྦྲེལ་མཐུད་ཨང་རྟགས་ནོར་འདུག ཁྱེད་ཀྱིས་ད་དུང་ཚོད་ལྟ་ཐེངས་ %d བྱ་ཆོག" + "value":"སྦྲེལ་མཐུད་ཨང་རྟགས་ནོར་འདུག ཁྱེད་ཀྱིས་ད་དུང་ཚོད་ལྟ་ཐེངས་ %d བྱ་ཆོག", + "attr":{ + "priority":"translate" + } } ] }, @@ -14,7 +17,10 @@ "value":[ { "quantity":"other", - "value":"ཡིད་ཆེས་མེད། (སྐར་ཆ་ %d)" + "value":"ཡིད་ཆེས་མེད། (སྐར་ཆ་ %d)", + "attr":{ + "priority":"translate" + } } ] } diff --git a/display/entry/src/main/resources/bo_CN/element/string.json b/display/entry/src/main/resources/bo_CN/element/string.json index 63dc81edd..c5523c87c 100644 --- a/display/entry/src/main/resources/bo_CN/element/string.json +++ b/display/entry/src/main/resources/bo_CN/element/string.json @@ -2,67 +2,115 @@ "string":[ { "name":"dm_enter_connect_code", - "value":"ཕ་རོལ་སྣེའི་སྒྲིག་ཆས་ཐོག་ཏུ་མངོན་པའི་སྦྲེལ་མཐུད་ཨང་རྟགས་ནང་འཇུག་གནང་རོགས།" + "value":"ཕ་རོལ་སྣེའི་སྒྲིག་ཆས་ཐོག་ཏུ་མངོན་པའི་སྦྲེལ་མཐུད་ཨང་རྟགས་ནང་འཇུག་གནང་རོགས།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect_code", - "value":"སྦྲེལ་མཐུད་ཨང་རྟགས།" + "value":"འབྲེལ་མཐུད་ཨང་རྟགས།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_cancel", - "value":"འདོར་བ།" + "value":"འདོར་བ།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_authenticating", - "value":"བདེན་དཔང་ར་སྤྲོད་བྱེད་བཞིན་ཡོད། ཏོག་ཙམ་སྒུག་རོགས།" + "value":"བདེན་དཔང་ར་སྤྲོད་བྱེད་བཞིན་ཡོད། ཏོག་ཙམ་སྒུག་རོགས།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect", - "value":"%s ལ་སྦྲེལ་མཐུད་བྱེད།" + "value":"%sདང་འབྲེལ་མཐུད་བྱེད།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_allow_temp", - "value":"སྐབས་ཐོག་ཡིད་ཆེས།" + "value":"སྐབས་ཐོག་ཡིད་ཆེས།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_always", - "value":"རྟག་ཏུ་ཡིད་ཆེས།" + "value":"རྟག་ཏུ་ཡིད་ཆེས།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_cast", - "value":"%sཡིས་འཕྲུལ་ཆས་འདིའི་ཐོག་ཏུ་ཡོལ་འཕྲོ་བྱ་འདོད། སྒྲིག་ཆས་དེར་ཡིད་ཆེས་བྱེད་དམ།" + "value":"%sཡིས་འཕྲུལ་ཆས་འདིའི་ཐོག་ཏུ་ཡོལ་འཕྲོ་བྱ་འདོད། སྒྲིག་ཆས་དེར་ཡིད་ཆེས་བྱེད་དམ།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_is_trust_device", - "value":"%s སྒྲིག་ཆས་འདི་ལ་ཡིད་ཆེས་བྱེད་དམ།" + "value":"%s སྒྲིག་ཆས་འདི་ལ་ཡིད་ཆེས་བྱེད་དམ།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_hap", - "value":"%2$sཡི་༼%1$s༽ཡིས་འཕྲུལ་ཆས་འདིར་ལྟ་སྤྱོད་བྱ་རྒྱུའི་རེ་ཞུ་བྱེད། ཉེར་སྤྱོད་དེར་ཡིད་ཆེས་བྱེད་དམ།" + "value":"%2$sཡི་༼%1$s༽ཡིས་འཕྲུལ་ཆས་འདིར་ལྟ་སྤྱོད་བྱ་རྒྱུའི་རེ་ཞུ་བྱེད། ཉེར་སྤྱོད་དེར་ཡིད་ཆེས་བྱེད་དམ།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_device", - "value":"%s ཡིས་འཕྲུལ་ཆས་འདི་ལ་སྦྲེལ་འདོད།" + "value":"%s ཡིས་འཕྲུལ་ཆས་འདི་ལ་སྦྲེལ་འདོད།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_intention", - "value":"གཞི་གྲངས་གོམ་གཉམ་དང་སྒྲིག་ཆས་དབར་མཐུན་སྦྱོར་བཀོལ་སྤྱོད་བྱ་བར་བེད་སྤྱོད་བྱེད།" + "value":"གཞི་གྲངས་གོམ་གཉམ་དང་སྒྲིག་ཆས་དབར་མཐུན་སྦྱོར་བཀོལ་སྤྱོད་བྱ་བར་བེད་སྤྱོད་བྱེད།", + "attr":{ + "priority":"LT" + } }, { "name":"dm_bluetooth_dialog_close", - "value":"ཤེས་སོང་།" + "value":"ཤེས་སོང་།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_content", - "value":"སྒྲིག་ཆས་སྦྲེལ་མཐུད་བྱ་བར་སོ་སྔོན་ཁ་འབྱེད་དགོས། ཁ་ཕྱེ་ནས་ཡང་བསྐྱར་ཚོད་ལྟ་གནང་རོགས།" + "value":"སྒྲིག་ཆས་སྦྲེལ་མཐུད་བྱ་བར་སོ་སྔོན་ཁ་འབྱེད་དགོས། ཁ་ཕྱེ་ནས་ཡང་བསྐྱར་ཚོད་ལྟ་གནང་རོགས།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_password_error", - "value":"གསང་གྲངས་ནོར་འཁྲུལ་བྱུང་། སྦྲེལ་མཐུད་བྱེད་མ་ཐུབ།" + "value":"གསང་གྲངས་ནོར་འཁྲུལ་བྱུང་། སྦྲེལ་མཐུད་བྱེད་མ་ཐུབ།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_peer_connect_code", - "value":"ཕ་རོལ་སྣེའི་སྦྲེལ་མཐུད་ཨང་རྟགས་འཇུག་རོགས།" + "value":"ཕ་རོལ་སྣེའི་སྦྲེལ་མཐུད་ཨང་རྟགས་འཇུག་རོགས།", + "attr":{ + "priority":"translate" + } }, { "name":"dm_allow_this_time", @@ -79,4 +127,4 @@ } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/es/element/string.json b/display/entry/src/main/resources/es/element/string.json index 005757f6f..8de387d87 100644 --- a/display/entry/src/main/resources/es/element/string.json +++ b/display/entry/src/main/resources/es/element/string.json @@ -32,21 +32,21 @@ "name":"dm_confirm_intention", "value":"Esta acción es necesaria para la colaboración y sincronización de datos entre dispositivos.", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_temp", "value":"Confiar esta vez", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_always", "value":"Confiar siempre", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"Introduce el código de conexión que se muestra en el otro dispositivo.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"%s quiere duplicar su pantalla en tu dispositivo. ¿Confiar en este dispositivo?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%s ¿Confiar en este dispositivo?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"Contraseña incorrecta. Error de conexión.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"Aceptar", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"Autenticando...", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"%s quiere conectarse a tu dispositivo.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"El Bluetooth debe estar habilitado para poder conectarse a otro dispositivo. Habilítalo y vuelve a intentarlo.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"Conectarse con %s", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/fr/element/string.json b/display/entry/src/main/resources/fr/element/string.json index aa3e31ab2..187a0c056 100644 --- a/display/entry/src/main/resources/fr/element/string.json +++ b/display/entry/src/main/resources/fr/element/string.json @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"Veuillez saisir le code de connexion qui s'affiche sur l'autre appareil.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"%s souhaite mettre en miroir son écran sur votre appareil. Faites-vous confiance à cet appareil ?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%s Faites-vous confiance à cet appareil ?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"Mot de passe incorrect. La connexion a échoué.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"OK", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"Authentification en cours.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"%s souhaite se connecter à votre appareil.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"Le Bluetooth doit être activé pour se connecter à un autre appareil. Veuillez l'activer et réessayer.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"Connexion à %s", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/ja/element/string.json b/display/entry/src/main/resources/ja/element/string.json index 6348e8ca7..f0da5d210 100644 --- a/display/entry/src/main/resources/ja/element/string.json +++ b/display/entry/src/main/resources/ja/element/string.json @@ -32,21 +32,21 @@ "name":"dm_confirm_intention", "value":"これは、デバイス間のデータ同期とコラボレーションに必要です。", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_temp", "value":"今回は信頼", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_always", "value":"常に信頼", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"もう一方のデバイスに表示されている接続コードを入力してください。", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"%sがあなたのデバイスに画面をミラーリングしようとしています。このデバイスを信頼しますか?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%sこのデバイスを信頼しますか?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"パスワードが正しくありません。接続に失敗しました。", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"OK", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"認証中…", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"%sがあなたのデバイスに接続しようとしています。", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"他のデバイスに接続するには、Bluetoothを有効にする必要があります。有効にしてから、もう一度お試しください。", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"%sに接続", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/ko/element/string.json b/display/entry/src/main/resources/ko/element/string.json index e405ab44f..11debf8cb 100644 --- a/display/entry/src/main/resources/ko/element/string.json +++ b/display/entry/src/main/resources/ko/element/string.json @@ -32,21 +32,21 @@ "name":"dm_confirm_intention", "value":"교차 장치 데이터 동기화 및 콜라보에 필요합니다.", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_temp", "value":"이번만 신뢰", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_always", "value":"항상 신뢰", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"다른 장치에 표시된 연결 코드를 입력하십시오.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"%s에서 내 장치를 해당 화면에 미러링하려고 합니다. 이 장치를 신뢰하시겠습니까?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%s 이 장치를 신뢰하시겠습니까?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"잘못된 암호입니다. 연결에 실패했습니다.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"확인", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"인증 중…", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"%s에서 내 장치에 연결하려고 합니다.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"다른 장치에 연결하려면 블루투스를 실행해야 합니다. 실행하고 다시 시도하십시오.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"%s에 연결", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/ru/element/string.json b/display/entry/src/main/resources/ru/element/string.json index a6527c89f..fdc2c8ea5 100644 --- a/display/entry/src/main/resources/ru/element/string.json +++ b/display/entry/src/main/resources/ru/element/string.json @@ -32,21 +32,21 @@ "name":"dm_confirm_intention", "value":"Это необходимо для синхронизации данных и взаимодействия между устройствами.", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_temp", "value":"Доверять сейчас", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_always", "value":"Всегда доверять", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"Введите код подключения, отобразившийся на другом устройстве.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"%s хочет транслировать контент экрана на вашем устройстве. Доверять этому устройству?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%s Доверять этому устройству?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"Неверный пароль. Сбой подключения.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"OK", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"Аутентификация...", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"%s хочет подключиться к вашему устройству.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"Для подключения к другому устройству необходимо включить Bluetooth. Включите и повторите попытку.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"Подключить к %s", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/ug/element/plural.json b/display/entry/src/main/resources/ug/element/plural.json index f5183d41d..01fa0fbd6 100644 --- a/display/entry/src/main/resources/ug/element/plural.json +++ b/display/entry/src/main/resources/ug/element/plural.json @@ -5,11 +5,17 @@ "value":[ { "quantity":"one", - "value":"ئۇلاش كودى خاتا. يەنە %d پۇرسەت قالدى." + "value":"ئۇلاش كودى خاتا. يەنە %d پۇرسەت قالدى.", + "attr":{ + "priority":"translate" + } }, { "quantity":"other", - "value":"ئۇلاش كودى خاتا. يەنە %d پۇرسەت قالدى." + "value":"ئۇلاش كودى خاتا. يەنە %d پۇرسەت قالدى.", + "attr":{ + "priority":"translate" + } } ] }, @@ -18,13 +24,19 @@ "value":[ { "quantity":"other", - "value":"ئىشەنمەيمەن (%d)" + "value":"ئىشەنمەيمەن (%d)", + "attr":{ + "priority":"LT" + } }, { "quantity":"one", - "value":"ئىشەنمەيمەن (%d)" + "value":"ئىشەنمەيمەن (%d)", + "attr":{ + "priority":"translate" + } } ] } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/ug/element/string.json b/display/entry/src/main/resources/ug/element/string.json index 25470b463..e3593a133 100644 --- a/display/entry/src/main/resources/ug/element/string.json +++ b/display/entry/src/main/resources/ug/element/string.json @@ -2,67 +2,115 @@ "string":[ { "name":"dm_enter_connect_code", - "value":"قارشى ئۈسكۈنىدە كۆرۈنگەن ئۇلاش كودىنى كىرگۈزۈڭ." + "value":"قارشى ئۈسكۈنىدە كۆرۈنگەن ئۇلاش كودىنى كىرگۈزۈڭ.", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_code", - "value":"ئۇلاش كودى" + "value":"ئۇلاش كودى", + "attr":{ + "priority":"LT" + } }, { "name":"dm_cancel", - "value":"بىكار قىلىش" + "value":"بىكار قىلىش", + "attr":{ + "priority":"LT" + } }, { "name":"dm_authenticating", - "value":"دەلىللەۋاتىدۇ، سەل كۈتۈڭ..." + "value":"دەلىللەۋاتىدۇ، سەل كۈتۈڭ...", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect", - "value":"\u200f%s ئۇلاش" + "value":"\u200f%s ئۇلاش", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_temp", - "value":"بۇ قېتىم ئىشىنىمەن" + "value":"بۇ قېتىم ئىشىنىمەن", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_always", - "value":"ئىشىنىمەن" + "value":"ئىشىنىمەن", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_cast", - "value":"نۆۋەتتە %s ئېكران سۇنماقچى، بۇ ئۈسكۈنىگە ئىشىنەمسىز؟" + "value":"نۆۋەتتە %s ئېكران سۇنماقچى، بۇ ئۈسكۈنىگە ئىشىنەمسىز؟", + "attr":{ + "priority":"LT" + } }, { "name":"dm_is_trust_device", - "value":"\u200f%s بۇ ئۈسكۈنىگە ئىشىنەمسىز؟" + "value":"\u200f%s بۇ ئۈسكۈنىگە ئىشىنەمسىز؟", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_hap", - "value":"نۆۋەتتە %2$s دىكى «%1$s» بۇ ئۈسكۈنىنى زىيارەت قىلماقچى، بۇ ئەپكە ئىشىنەمسىز؟" + "value":"نۆۋەتتە %2$s دىكى «%1$s» بۇ ئۈسكۈنىنى زىيارەت قىلماقچى، بۇ ئەپكە ئىشىنەمسىز؟", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_device", - "value":"نۆۋەتتە %s بۇ ئۈسكۈنىگە ئۇلانماقچى." + "value":"نۆۋەتتە %s بۇ ئۈسكۈنىگە ئۇلانماقچى.", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_intention", - "value":"بۇ ئىجازەت مەلۇمات ماسقەدەملەش ۋە ئۈسكۈنە ھەمكارلىقى ئۈچۈن ئىشلىتىلىدۇ." + "value":"بۇ ئىجازەت مەلۇمات ماسقەدەملەش ۋە ئۈسكۈنە ھەمكارلىقى ئۈچۈن ئىشلىتىلىدۇ.", + "attr":{ + "priority":"LT" + } }, { "name":"dm_bluetooth_dialog_close", - "value":"بىلدىم" + "value":"بىلدىم", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_content", - "value":"ئۈسكۈنە ئۇلاش ئۈچۈن كۆكچىشنى ئېچىش كېرەك، ئېچىپ قايتا سىناڭ." + "value":"ئۈسكۈنە ئۇلاش ئۈچۈن كۆكچىشنى ئېچىش كېرەك، ئېچىپ قايتا سىناڭ.", + "attr":{ + "priority":"translate" + } }, { "name":"dm_password_error", - "value":"مەخپىي نومۇر خاتا، ئۇلانمىدى." + "value":"مەخپىي نومۇر خاتا، ئۇلانمىدى.", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_peer_connect_code", - "value":"ئۇلاش كودى كىرگۈزۈڭ" + "value":"ئۇلاش كودى كىرگۈزۈڭ", + "attr":{ + "priority":"translate" + } }, { "name":"dm_allow_this_time", @@ -79,4 +127,4 @@ } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/vi/element/string.json b/display/entry/src/main/resources/vi/element/string.json index c9274f6a0..be9ffdf69 100644 --- a/display/entry/src/main/resources/vi/element/string.json +++ b/display/entry/src/main/resources/vi/element/string.json @@ -32,21 +32,21 @@ "name":"dm_confirm_intention", "value":"Cần làm như vậy để đồng bộ và phối hợp dữ liệu trên nhiều thiết bị.", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_temp", "value":"Tin tưởng lần này", "attr":{ - "priority":"translate" + "priority":"LT" } }, { "name":"dm_allow_always", "value":"Luôn tin tưởng", "attr":{ - "priority":"translate" + "priority":"LT" } }, { @@ -62,6 +62,69 @@ "attr":{ "priority":"translate" } + }, + { + "name":"dm_enter_connect_code", + "value":"Nhập mã kết nối hiển thị trên thiết bị còn lại.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_confirm_title_cast", + "value":"%s muốn phản chiếu màn hình của mình lên thiết bị của bạn. Tin cậy thiết bị này?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_is_trust_device", + "value":"%s Tin cậy thiết bị này?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_password_error", + "value":"Mật khẩu không chính xác. Kết nối không thành công.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_close", + "value":"OK", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_authenticating", + "value":"Đang xác thực…", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect_device", + "value":"%s muốn kết nối với thiết bị của bạn.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_bluetooth_dialog_content", + "value":"Cần bật Bluetooth để kết nối với một thiết bị khác. Vui lòng bật Bluetooth và thử lại.", + "attr":{ + "priority":"translate" + } + }, + { + "name":"dm_connect", + "value":"Kết nối tới %s", + "attr":{ + "priority":"translate" + } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/zh_CN/element/string.json b/display/entry/src/main/resources/zh_CN/element/string.json index 1595fce9e..f9a92295a 100644 --- a/display/entry/src/main/resources/zh_CN/element/string.json +++ b/display/entry/src/main/resources/zh_CN/element/string.json @@ -22,7 +22,10 @@ }, { "name":"dm_is_trust_device", - "value":"%s是否信任此设备?" + "value":"%s是否信任此设备?", + "attr":{ + "priority":"translate" + } }, { "name":"dm_allow_temp", @@ -47,15 +50,24 @@ }, { "name":"dm_connect_device", - "value":"%s 想要连接本机。" + "value":"%s 想要连接本机。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect", - "value":"连接 %s" + "value":"连接 %s", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_connect_code", - "value":"请输入对端设备上显示的连接码" + "value":"请输入对端设备上显示的连接码", + "attr":{ + "priority":"translate" + } }, { "name":"dm_cancel", @@ -66,7 +78,10 @@ }, { "name":"dm_authenticating", - "value":"正在认证中,请稍侯…" + "value":"正在认证中,请稍侯…", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect_code", @@ -77,7 +92,10 @@ }, { "name":"dm_confirm_title_cast", - "value":"%s想要投屏至本机。是否信任此设备?" + "value":"%s想要投屏至本机。是否信任此设备?", + "attr":{ + "priority":"translate" + } }, { "name":"dm_confirm_title_hap", @@ -95,11 +113,17 @@ }, { "name":"dm_bluetooth_dialog_content", - "value":"设备连接需开启蓝牙,请开启后重试。" + "value":"设备连接需开启蓝牙,请开启后重试。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_close", - "value":"知道了" + "value":"知道了", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_peer_connect_code", @@ -110,7 +134,10 @@ }, { "name":"dm_password_error", - "value":"密码错误,连接失败。" + "value":"密码错误,连接失败。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_confirm_proxy", @@ -120,4 +147,4 @@ } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/zh_HK/element/string.json b/display/entry/src/main/resources/zh_HK/element/string.json index 186ea977e..3c745f533 100644 --- a/display/entry/src/main/resources/zh_HK/element/string.json +++ b/display/entry/src/main/resources/zh_HK/element/string.json @@ -2,7 +2,10 @@ "string":[ { "name":"dm_enter_connect_code", - "value":"請輸入對端裝置上顯示的連接碼" + "value":"請輸入對端裝置上顯示的連接碼", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_code", @@ -20,11 +23,17 @@ }, { "name":"dm_authenticating", - "value":"驗證中,請稍侯…" + "value":"驗證中,請稍侯…", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect", - "value":"連接 %s" + "value":"連接 %s", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_temp", @@ -42,11 +51,17 @@ }, { "name":"dm_confirm_title_cast", - "value":"%s 想要投影至本機。信任此裝置?" + "value":"%s 想要投影至本機。信任此裝置?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_is_trust_device", - "value":"%s信任此裝置?" + "value":"%s信任此裝置?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_hap", @@ -57,7 +72,10 @@ }, { "name":"dm_connect_device", - "value":"%s 想要連接本機。" + "value":"%s 想要連接本機。", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_intention", @@ -68,15 +86,24 @@ }, { "name":"dm_bluetooth_dialog_close", - "value":"知道了" + "value":"知道了", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_content", - "value":"裝置連接需要啟用藍牙。請先啟用,然後重試。" + "value":"裝置連接需要啟用藍牙。請先啟用,然後重試。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_password_error", - "value":"密碼錯誤,連接失敗。" + "value":"密碼錯誤,連接失敗。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_peer_connect_code", @@ -100,4 +127,4 @@ } } ] -} \ No newline at end of file +} diff --git a/display/entry/src/main/resources/zh_TW/element/string.json b/display/entry/src/main/resources/zh_TW/element/string.json index e26e4b9dd..fb2f98043 100644 --- a/display/entry/src/main/resources/zh_TW/element/string.json +++ b/display/entry/src/main/resources/zh_TW/element/string.json @@ -2,7 +2,10 @@ "string":[ { "name":"dm_enter_connect_code", - "value":"請輸入對端裝置中顯示的連線碼" + "value":"請輸入對端裝置中顯示的連線碼", + "attr":{ + "priority":"LT" + } }, { "name":"dm_connect_code", @@ -20,11 +23,17 @@ }, { "name":"dm_authenticating", - "value":"正在認證,請稍侯…" + "value":"正在認證,請稍侯…", + "attr":{ + "priority":"translate" + } }, { "name":"dm_connect", - "value":"連線 %s" + "value":"連線 %s", + "attr":{ + "priority":"LT" + } }, { "name":"dm_allow_temp", @@ -42,11 +51,17 @@ }, { "name":"dm_confirm_title_cast", - "value":"%s 想要螢幕投影至本機。是否信任此裝置?" + "value":"%s 想要螢幕投影至本機。是否信任此裝置?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_is_trust_device", - "value":"%s是否信任此裝置?" + "value":"%s是否信任此裝置?", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_title_hap", @@ -57,7 +72,10 @@ }, { "name":"dm_connect_device", - "value":"%s 想要連線本機。" + "value":"%s 想要連線本機。", + "attr":{ + "priority":"LT" + } }, { "name":"dm_confirm_intention", @@ -68,15 +86,24 @@ }, { "name":"dm_bluetooth_dialog_close", - "value":"知道了" + "value":"知道了", + "attr":{ + "priority":"translate" + } }, { "name":"dm_bluetooth_dialog_content", - "value":"裝置連線需要啟用藍牙,請啟用後重試。" + "value":"裝置連線需要啟用藍牙,請啟用後重試。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_password_error", - "value":"密碼錯誤,連線失敗。" + "value":"密碼錯誤,連線失敗。", + "attr":{ + "priority":"translate" + } }, { "name":"dm_enter_peer_connect_code", @@ -100,4 +127,4 @@ } } ] -} \ No newline at end of file +} -- Gitee