From 5a96a88121f3ecb846c5cd55c3f51624b4e21402 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 3 Jun 2021 23:20:22 +0800 Subject: feat: Add change post property dialog. --- FrontEnd/src/app/locales/en/translation.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FrontEnd/src/app/locales/en') 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.", "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", -- cgit v1.2.3