diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index c97d2da3bfa1042757c33679835349a361e1b2fa..cb697e7791c8914608ac30cd87d599080b5ff47a 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33104,6 +33104,42 @@ "type": "plural", "name": "textfield_counter_content_part_two", "order": 6567 + }, + { + "type": "media", + "name": "ic_link", + "order": 6568, + "flags": "private" + }, + { + "type": "media", + "name": "ic_location", + "order": 6569, + "flags": "private" + }, + { + "type": "string", + "name": "general_ai_loation_title", + "order": 6570, + "flags": "private" + }, + { + "type": "string", + "name": "general_ai_link_title", + "order": 6571, + "flags": "private" + }, + { + "type": "float", + "name": "general_ai_content_space", + "order": 6572, + "flags": "private" + }, + { + "type": "string", + "name": "general_ai_preview_menu_date_retry", + "order": 6573, + "flags": "private" } ] } diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index c0e63f8230f6dadc12e06d8c8f5f293d68bcca29..0506fbab158f5137d4d6ce68337c2a74d1a3b504 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -5893,6 +5893,22 @@ { "name": "general_ai_ask_celia", "value": "$string:general_ai_ask_celia" + }, + { + "name": "general_ai_loation_title", + "value": "$string:general_ai_loation_title" + }, + { + "name": "general_ai_link_title", + "value": "$string:general_ai_link_title" + }, + { + "name": "general_ai_preview_menu_date_retry", + "value": "$string:general_ai_preview_menu_date_retry" + }, + { + "name": "general_ai_content_space", + "value": "$float:padding_level1" } ] }, @@ -7521,6 +7537,14 @@ { "name": "ic_person_fill", "value": "$media:ic_person_fill" + }, + { + "name": "ic_link", + "value": "$media:ic_link" + }, + { + "name": "ic_location", + "value": "$media:ic_location" } ] }, diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index ff8867150e48ec74d8cc00213db3a9052000e5ae..0d385fa8e0e325832f61fc8cc48d85f52358b851 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -2085,6 +2085,18 @@ { "name": "general_ai_ask_celia", "value": "Ask Celia" + }, + { + "name": "general_ai_loation_title", + "value": "Location" + }, + { + "name": "general_ai_link_title", + "value": "URL" + }, + { + "name":"general_ai_preview_menu_date_retry", + "value":"Please install the Calendar app and try again." } ] } diff --git a/systemres/main/resources/base/media/ic_link.svg b/systemres/main/resources/base/media/ic_link.svg new file mode 100644 index 0000000000000000000000000000000000000000..526502d7198a1d1978d4fb3191281b41c60f4d6e --- /dev/null +++ b/systemres/main/resources/base/media/ic_link.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/systemres/main/resources/base/media/ic_location.svg b/systemres/main/resources/base/media/ic_location.svg new file mode 100644 index 0000000000000000000000000000000000000000..53117bb2a8e820a5e47f3fef530fa9f99cfc14f0 --- /dev/null +++ b/systemres/main/resources/base/media/ic_location.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/systemres/main/resources/dark/media/ic_link.svg b/systemres/main/resources/dark/media/ic_link.svg new file mode 100644 index 0000000000000000000000000000000000000000..b582d0c91c9dcd6e390938dc11ef285fa3b210c4 --- /dev/null +++ b/systemres/main/resources/dark/media/ic_link.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/systemres/main/resources/dark/media/ic_location.svg b/systemres/main/resources/dark/media/ic_location.svg new file mode 100644 index 0000000000000000000000000000000000000000..58420de8349a2f99cde2e7ef8f041916df8a2722 --- /dev/null +++ b/systemres/main/resources/dark/media/ic_location.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index a86f902a6ff8e1501bf7bf23b45651219b4b64ee..e0cf5583a17d9c8c13a7c1571fbe3ee6d66bdaa6 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -1950,6 +1950,18 @@ "attr":{ "priority": "translate" } + }, + { + "name": "general_ai_loation_title", + "value": "位置" + }, + { + "name": "general_ai_link_title", + "value": "网址" + }, + { + "name": "general_ai_preview_menu_date_retry", + "value": "请安装“日历”App后再试" } ] }