From a6d4fbe4d25831e57537e41b7b5499cdac9181a9 Mon Sep 17 00:00:00 2001 From: RKwang Date: Tue, 15 Oct 2024 22:29:53 +0800 Subject: [PATCH] ADD file via upload --- .../src/main/resources/en_US/element/string.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 entry/src/main/resources/en_US/element/string.json diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json new file mode 100644 index 0000000..948009d --- /dev/null +++ b/entry/src/main/resources/en_US/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "module_desc", + "value": "module description" + }, + { + "name": "EntryAbility_desc", + "value": "description" + }, + { + "name": "EntryAbility_label", + "value": "terminal" + } + ] +} \ No newline at end of file