aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 22:01:12 +0800
committercrupest <crupest@outlook.com>2021-05-06 22:01:12 +0800
commitdee1f495aec7cf29769080d5e4208abe32063d6f (patch)
tree560aa7c9bf673a78efb78cf1e709eab29d4fedf0 /FrontEnd/src/app/locales
parentaad014ed2961ce660e8a4d6474a6197bee41f69c (diff)
downloadtimeline-dee1f495aec7cf29769080d5e4208abe32063d6f.tar.gz
timeline-dee1f495aec7cf29769080d5e4208abe32063d6f.tar.bz2
timeline-dee1f495aec7cf29769080d5e4208abe32063d6f.zip
feat: Timeline color.
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r--FrontEnd/src/app/locales/en/translation.json3
-rw-r--r--FrontEnd/src/app/locales/zh/translation.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json
index 73cee2e6..1261b086 100644
--- a/FrontEnd/src/app/locales/en/translation.json
+++ b/FrontEnd/src/app/locales/en/translation.json
@@ -85,7 +85,8 @@
"title": "Change Timeline Properties",
"titleField": "Title",
"visibility": "Visibility",
- "description": "Description"
+ "description": "Description",
+ "color": "Color"
},
"member": {
"noUserAvailableToAdd": "Sorry, no user available to be a member in search result.",
diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json
index 1a1a70ab..b2c651f6 100644
--- a/FrontEnd/src/app/locales/zh/translation.json
+++ b/FrontEnd/src/app/locales/zh/translation.json
@@ -85,7 +85,8 @@
"title": "修改时间线属性",
"titleField": "标题",
"visibility": "可见性",
- "description": "描述"
+ "description": "描述",
+ "color": "颜色"
},
"member": {
"noUserAvailableToAdd": "搜索结果显示没有可以添加为成员的用户。",