diff options
author | crupest <crupest@outlook.com> | 2021-06-03 23:20:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 23:20:22 +0800 |
commit | 5a96a88121f3ecb846c5cd55c3f51624b4e21402 (patch) | |
tree | 68ebf231a0887440c4390cba494fe43f34050b2d /FrontEnd/src/app/locales | |
parent | b8a43d19cc3e850d42959ca019a3de6a453de11d (diff) | |
download | timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.tar.gz timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.tar.bz2 timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.zip |
feat: Add change post property dialog.
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 7 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 49268961..a2766b4e 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -5,6 +5,8 @@ "image": "Image", "done": "Done", "preview": "Preview", + "delete": "Delete", + "changeProperty": "Change Property", "loadFailReload": "Load failed, <1>click here to reload</1>.", "error": { "network": "Network error.", @@ -95,6 +97,11 @@ "description": "Description", "color": "Color" }, + "changePostPropertyDialog": { + "title": "Change Post Properties", + "time": "Date and time", + "timeEmpty": "You must select a time." + }, "member": { "noUserAvailableToAdd": "Sorry, no user available to be a member in search result.", "add": "Add", diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index 728c3b81..5a5a6843 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -6,6 +6,8 @@ "done": "完成", "preview": "预览", "loadFailReload": "加载失败,<1>点击重试</1>。", + "delete": "删除", + "changeProperty": "修改属性", "error": { "network": "网络错误。", "unknown": "未知错误。" @@ -95,6 +97,11 @@ "description": "描述", "color": "颜色" }, + "changePostPropertyDialog": { + "title": "修改消息属性", + "time": "时间", + "timeEmpty": "你必须选择一个时间。" + }, "member": { "noUserAvailableToAdd": "搜索结果显示没有可以添加为成员的用户。", "add": "添加", |