From fe59ba7d9df6db38a9250996c663922adaf7c9ef Mon Sep 17 00:00:00 2001 From: hwyml Date: Wed, 31 Jul 2024 14:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=9B=9E=E7=A8=BF=E5=B7=AE?= =?UTF-8?q?=E5=BC=82=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hwyml Change-Id: Ice3b86fe2a949149d00484e77ce8003fe879debc --- .../main/resources/zz_ZX/element/string.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/resources/zz_ZX/element/string.json b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/resources/zz_ZX/element/string.json index 798dede6..37f8419b 100644 --- a/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/resources/zz_ZX/element/string.json +++ b/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/resources/zz_ZX/element/string.json @@ -39,6 +39,38 @@ { "name":"usb_right_content", "value":"[TS_948519]_Allow %1$s to use %2$s?" + }, + { + "name":"UsbFunctionSwitchWindowAbility_desc", + "value":"[TS_948502]_ext ability" + }, + { + "name":"UsbFunctionSwitchWindowAbility_label", + "value":"[TS_948501]_ext ability" + }, + { + "name":"notification_label", + "value":"[TS_948500]_filemanager" + }, + { + "name":"entry_desc", + "value":"[TS_948499]_description" + }, + { + "name":"UsbDialogAbility_label", + "value":"[TS_948508]_label" + }, + { + "name":"MainAbility_desc", + "value":"[TS_948514]_manage the permissions of all applications from the permission and application dimensions" + }, + { + "name":"UsbDialogAbility_desc", + "value":"[TS_948496]_description" + }, + { + "name":"MainAbility_label", + "value":"[TS_948504]_authorization manager" } ] } \ No newline at end of file -- Gitee