diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index c97d2da3bfa1042757c33679835349a361e1b2fa..f1e17b7d99bd1373ae0b4473e9d5d4a94e607a9a 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33104,6 +33104,21 @@ "type": "plural", "name": "textfield_counter_content_part_two", "order": 6567 + }, + { + "type": "media", + "name": "loud_volume_notification_icon", + "order": 6568 + }, + { + "type": "string", + "name": "notification_feature_loud_volume_tittle", + "order": 6569 + }, + { + "type": "string", + "name": "notification_enable_loud_volume_tittle", + "order": 6570 } ] } diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index c0e63f8230f6dadc12e06d8c8f5f293d68bcca29..d6acdcb916d89264d02ee3a2a71afd2a4725afb5 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -7138,6 +7138,10 @@ "name": "close", "value": "$media:ohos_close" }, + { + "name": "loud_volume_notification_icon", + "value": "$media:loud_volume_notification_icon" + }, { "name": "container_modal_window_close", "value": "$media:container_modal_window_close" diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index ff8867150e48ec74d8cc00213db3a9052000e5ae..b1523572c69fe8021ec3439ad1a16eb311691079 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -2085,6 +2085,14 @@ { "name": "general_ai_ask_celia", "value": "Ask Celia" + }, + { + "name": "notification_feature_loud_volume_tittle", + "value": "Super High Volume" + }, + { + "name": "notification_enable_loud_volume_tittle", + "value": "turned on" } ] } diff --git a/systemres/main/resources/base/media/loud_volume_notification_icon.svg b/systemres/main/resources/base/media/loud_volume_notification_icon.svg new file mode 100644 index 0000000000000000000000000000000000000000..4ae3e9055a58c3fbd857aa483d78771de220e802 --- /dev/null +++ b/systemres/main/resources/base/media/loud_volume_notification_icon.svg @@ -0,0 +1,10 @@ + + + 画板 + + + + + + + \ No newline at end of file diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index a86f902a6ff8e1501bf7bf23b45651219b4b64ee..140aab7b82eea2f7783b61394e91d57cb6854781 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1950,6 +1950,14 @@ "attr":{ "priority": "translate" } + }, + { + "name": "notification_feature_loud_volume_tittle", + "value": "超级大音量" + }, + { + "name": "notification_enable_loud_volume_tittle", + "value": "已开启" } ] }