From 692c906cd26bdb7f7d730b90734d23748e0ab451 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 10 Jan 2021 15:03:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8E=20About=20-=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/About.svelte | 11 ++++------- src/locales/en.json | 2 ++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/About.svelte b/src/components/About.svelte index 49acbc64..cee1a651 100644 --- a/src/components/About.svelte +++ b/src/components/About.svelte @@ -79,7 +79,7 @@ }} type="button" class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm"> - Close + {$_('close')} @@ -112,13 +112,12 @@

{$_('credits')}

-
+

{$_('oss_credit_description')}

{#await license_promise} -

Licenses are being loaded...

+

{$_('licenses-are-being-loaded')}

{:then} @@ -164,9 +163,7 @@ {/await} -

- Fragen -

+

{$_('faq')}

diff --git a/src/locales/en.json b/src/locales/en.json index 853b842c..12629cd5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -10,6 +10,7 @@ "cancel": "Cancel", "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", "changelog": "Changelog", + "close": "Close", "confirm-delete": "Confirm Delete", "count_organizations": "# Organizations", "count_teams": "# Teams", @@ -55,6 +56,7 @@ "last-name-is-required": "Last Name is required", "lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.", "license": "License", + "licenses-are-being-loaded": "Licenses are being loaded...", "log_in": "Log in", "log_in_to_your_account": "Log in to your account", "login_is_checked": "Login is being checked...",