mirror of
https://gitee.com/openharmony/applications_call
synced 2024-11-27 00:20:46 +00:00
modify strings
Signed-off-by: w00636648 <wangziming14@huawei.com>
This commit is contained in:
parent
cc2e596a8d
commit
3952ae7f4e
@ -18,7 +18,7 @@
|
||||
"name": "com.ohos.mobiledatasettings",
|
||||
"type": "feature",
|
||||
"srcEntrance": "./ets/Application/MyAbilityStage.ts",
|
||||
"description": "$string:mobiledatasettings_MainAbility",
|
||||
"description": "$string:app_name",
|
||||
"mainElement": "com.ohos.mobiledatasettings.MainAbility",
|
||||
"deviceTypes": [
|
||||
"default",
|
||||
@ -33,7 +33,7 @@
|
||||
"srcEntrance": "./ets/MainAbility/MainAbility.ts",
|
||||
"description": "$string:mainability_description",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:MainAbility_label",
|
||||
"label": "$string:mainability_description",
|
||||
"startWindowIcon": "$media:app_icon",
|
||||
"startWindowBackground": "$color:white",
|
||||
"visible": true
|
||||
|
@ -1,13 +1,5 @@
|
||||
{
|
||||
"string": [
|
||||
{
|
||||
"name": "MainAbility_label",
|
||||
"value": "label"
|
||||
},
|
||||
{
|
||||
"name": "mobiledatasettings_MainAbility",
|
||||
"value": "Phone"
|
||||
},
|
||||
{
|
||||
"name": "mainability_description",
|
||||
"value": "Mobile data settings"
|
||||
|
@ -1,9 +1,5 @@
|
||||
{
|
||||
"string": [
|
||||
{
|
||||
"name": "mobiledatasettings_MainAbility",
|
||||
"value": "通话"
|
||||
},
|
||||
{
|
||||
"name": "mainability_description",
|
||||
"value": "移动网络设置"
|
||||
|
Loading…
Reference in New Issue
Block a user