From a10150a2ce756135e8064915fa217f9c3503b6b9 Mon Sep 17 00:00:00 2001 From: lijuan124 Date: Sat, 16 Aug 2025 18:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=BF=E6=8C=89=E9=A2=84=E8=A7=88=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijuan124 --- .../resources/base/element/id_defined.json | 36 +++++++++++++++++++ .../main/resources/base/element/pattern.json | 24 +++++++++++++ .../main/resources/base/element/string.json | 12 +++++++ .../main/resources/base/media/ic_link.svg | 9 +++++ .../main/resources/base/media/ic_location.svg | 32 +++++++++++++++++ .../main/resources/dark/media/ic_link.svg | 9 +++++ .../main/resources/dark/media/ic_location.svg | 32 +++++++++++++++++ .../main/resources/zh_CN/element/string.json | 12 +++++++ 8 files changed, 166 insertions(+) create mode 100644 systemres/main/resources/base/media/ic_link.svg create mode 100644 systemres/main/resources/base/media/ic_location.svg create mode 100644 systemres/main/resources/dark/media/ic_link.svg create mode 100644 systemres/main/resources/dark/media/ic_location.svg diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index c97d2da3..cb697e77 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 c0e63f82..0506fbab 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 ff886715..0d385fa8 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 00000000..526502d7 --- /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 00000000..53117bb2 --- /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 00000000..b582d0c9 --- /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 00000000..58420de8 --- /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 a86f902a..e0cf5583 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后再试" } ] } -- Gitee