From 4d642e312ed728ad51c454d1e2a0b7bb350fc174 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Sun, 6 Dec 2020 23:49:13 +0100 Subject: first creator page --- client/src/admin/data/translations.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'client/src/admin/data') diff --git a/client/src/admin/data/translations.js b/client/src/admin/data/translations.js index 732e311..b7a8161 100644 --- a/client/src/admin/data/translations.js +++ b/client/src/admin/data/translations.js @@ -21,6 +21,17 @@ export const translations = { "click-to-logout": "Click to logout current user", "user-settings": "User settings", "click-to-change-user-settings": "Click to change user name, password or to completely remove current user", + "main-information": "Main information", + "website-title": "Website title", + "website-title-hover": "Website title should have less than 55 characters, it will be displayed on the browser tab and will help search engines find your page", + "website-description": "Website description", + "website-description-hover": "Website description should have around 150 characters, it will be displayed on search results under website title", + "upload-favicon": "Website's favicon", + "upload-favicon-hover": "Click to add favicon for your website (32x32px)", + "next": "Next", + "creator-next-hover": "Click to navigate to next screen", + "cancel": "Cancel", + "creator-cancel-hover": "Click to exit creator without saving changes", }, "de": { "main-title": "Website Manager", -- cgit v1.2.3