From 108370931327e34416962984958695bf60060de6 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 Sep 2024 18:20:04 +0800 Subject: [PATCH 1/2] optimized --- entry/src/main/resources/base/element/string.json | 2 +- entry/src/main/resources/en_US/element/string.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index 81213f2..8b1a6f4 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -14,7 +14,7 @@ }, { "name": "textarea_default", - "value": "Please enter the content to be saved to the file" + "value": "Enter the file content to be saved" }, { "name": "file_content", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index b0bdb2c..352ebf0 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -14,7 +14,7 @@ }, { "name": "textarea_default", - "value": "Please enter the content to be saved to the file" + "value": "Enter the file content to be saved" }, { "name": "file_content", @@ -34,7 +34,7 @@ }, { "name": "bar1", - "value": "Application File" + "value": "APP File" }, { "name": "bar2", -- Gitee From 5cc727d68c5b06631a57f76d9b9afc78d851ac84 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 23 Sep 2024 10:54:06 +0800 Subject: [PATCH 2/2] optimized --- entry/src/main/resources/en_US/element/string.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 352ebf0..ecfd618 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -26,7 +26,7 @@ }, { "name": "button2", - "value": "Reads the saved file content." + "value": "Read the saved file content" }, { "name": "title", @@ -50,11 +50,11 @@ }, { "name": "button3", - "value": "Save the test.txt file to the user directory." + "value": "Save the test.txt file to the user directory" }, { "name": "button4", - "value": "Reading the content of the test.txt file" + "value": "Read the content of the test.txt file" } ] } \ No newline at end of file -- Gitee