mirror of
https://github.com/openharmony/applications_dlp_manager.git
synced 2026-07-01 13:20:42 -04:00
+2
-2
@@ -2,8 +2,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.dlpmanager",
|
||||
"vendor": "ohos",
|
||||
"versionCode": 50003006,
|
||||
"versionName": "5.0.3.6",
|
||||
"versionCode": 50003007,
|
||||
"versionName": "5.0.3.7",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"minAPIVersion": 12,
|
||||
|
||||
+2
-2
@@ -16,8 +16,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.dlpmanager",
|
||||
"vendor": "ohos",
|
||||
"versionCode": 50003006,
|
||||
"versionName": "5.0.3.6",
|
||||
"versionCode": 50003007,
|
||||
"versionName": "5.0.3.7",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"minAPIVersion": 12,
|
||||
|
||||
@@ -600,6 +600,27 @@
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"File_no_permission",
|
||||
"value":"The currently logged-in Huawei account does not have permission to view this file",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"File_damaged",
|
||||
"value":"The file is damaged and cannot be opened",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"File_cannot_be_opened",
|
||||
"value":"Unable to open this file. Please try again later",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -600,6 +600,27 @@
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"File_no_permission",
|
||||
"value":"当前登录的华为账号没有权限查看此文件",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"File_damaged",
|
||||
"value":"文件已损坏,无法打开",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"File_cannot_be_opened",
|
||||
"value":"无法打开此文件,请稍后再试",
|
||||
"attr":{
|
||||
"priority":"translate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user