From 65348eee282cb0eb75ee45ea2047aca08397b965 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Tue, 22 Mar 2022 13:13:57 -0400 Subject: [PATCH] More i18n strings --- gui/public/i18n/en-US.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gui/public/i18n/en-US.json b/gui/public/i18n/en-US.json index ea98f01f..e0b6bbc1 100644 --- a/gui/public/i18n/en-US.json +++ b/gui/public/i18n/en-US.json @@ -83,6 +83,7 @@ "firstname": "Firstname", "lastname": "Lastname", "email": "Email", + "email_recipient": "Recipient Email", "password": "Password", "password_new": "New Password", "username": "Username", @@ -188,6 +189,8 @@ "markdown": "Markdown accepted", "rename": "Rename", "status": "Status", + "expiry": "Expiry", + "feedback": "Feedback", "toc": "table of contents", "new_canvas": "Blank canvas", @@ -278,6 +281,9 @@ "doc_approver_status": "{1} approvals and {2} rejections with {3} approvers involved in this review`", "doc_publish": "Please can you move this document from Draft to Live? We are ready to publish it!", "doc_category_explain": "Assign one or more categories to help organize content within this space", + "doc_action_request_ask": "Ask", + "doc_action_request_to": "To", + "doc_action_request_by": "By", "revision_none": "No revisions made", "revision_restore": "Restore Section", "revision_restore_confirm": "Are you sure you want to restore this revision?",