From d56653d946adf137df67a8ab7ede62bd8a56d132 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 5 Nov 2020 12:46:24 +0100 Subject: [PATCH] Translate branding --- src/translation/en.json | 13 ++++++++++++- src/views/branding.html | 16 ++++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/translation/en.json b/src/translation/en.json index f1ee6652c..402c971af 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -210,7 +210,18 @@ } }, "branding": { - "title": "Branding" + "title": "Branding", + "cloudronName": "Cloudron Name", + "logo": "Logo", + "footer": { + "title": "Footer", + "description": "Use markdown to style the footer.", + "subscriptionRequired": "Customizing the footer is only available in the paid plans.", + "setupSubscriptionNow": "Setup Subscription Now" + }, + "changeLogo": { + "title": "Choose Cloudron Avatar" + } }, "emails": { "title": "Email" diff --git a/src/views/branding.html b/src/views/branding.html index 49697db07..c93a9e263 100644 --- a/src/views/branding.html +++ b/src/views/branding.html @@ -3,7 +3,7 @@ @@ -38,14 +38,14 @@
- +
{{about.error.cloudronName}}
- +
@@ -68,14 +68,14 @@
-

Footer

+

{{ 'branding.footer.title' | tr }}

- Use markdown to style the footer.

+

{{ 'branding.footer.description' | tr }}

@@ -91,7 +91,7 @@
- Customizing the footer is only available in the paid plans. Setup Subscription Now + {{ 'branding.footer.subscriptionRequired' | tr }} {{ 'branding.footer.setupSubscriptionNow' | tr }}