aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales/en
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-03 23:20:22 +0800
committercrupest <crupest@outlook.com>2021-06-03 23:20:22 +0800
commit5a96a88121f3ecb846c5cd55c3f51624b4e21402 (patch)
tree68ebf231a0887440c4390cba494fe43f34050b2d /FrontEnd/src/app/locales/en
parentb8a43d19cc3e850d42959ca019a3de6a453de11d (diff)
downloadtimeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.tar.gz
timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.tar.bz2
timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.zip
feat: Add change post property dialog.
Diffstat (limited to 'FrontEnd/src/app/locales/en')
-rw-r--r--FrontEnd/src/app/locales/en/translation.json7
1 files changed, 7 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",