diff options
author | 2020-12-06 23:49:13 +0100 | |
---|---|---|
committer | 2020-12-06 23:49:13 +0100 | |
commit | 4d642e312ed728ad51c454d1e2a0b7bb350fc174 (patch) | |
tree | e39b26a31b14fe34dced83669bf2844fa7c9752e /client/src/admin/data | |
parent | 88c2fa63eb8c3ade93914f77d427219b3233ca02 (diff) | |
download | website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.tar.gz website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.tar.bz2 website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.zip |
first creator page
Diffstat (limited to 'client/src/admin/data')
-rw-r--r-- | client/src/admin/data/translations.js | 11 |
1 files changed, 11 insertions, 0 deletions
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", |