From 96c55db63dbfed92b78ff0e7bdab7a8cce4d76e9 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 2 Feb 2023 17:13:16 +0100 Subject: [PATCH] Added translation ref #143 --- src/components/statsclients/StatsClientDetail.svelte | 2 +- src/locales/de.json | 3 ++- src/locales/en.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/statsclients/StatsClientDetail.svelte b/src/components/statsclients/StatsClientDetail.svelte index 41f4d0e4..e5872a0e 100644 --- a/src/components/statsclients/StatsClientDetail.svelte +++ b/src/components/statsclients/StatsClientDetail.svelte @@ -98,7 +98,7 @@ delete_triggered = true; }} type="button" - class="w-full justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">{$_('delete-station')} + class="w-full justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">{$_('delete-statsclient')} {/if} {/if} diff --git a/src/locales/de.json b/src/locales/de.json index 91c45be9..07046e1d 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -470,5 +470,6 @@ "please-provide-the-required-information-to-create-a-new-statsclient": "Bitte gebe alle für einen Statsclient notwendigen Informationen an", "you-dont-have-any-scanclients-yet": "Es gibt noch keine Statsclients", "add-the-first-statsclient": "Erstelle deinen ersten Statsclient.", - "the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Statsclient Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!" + "the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Statsclient Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!", + "delete-statsclient": "Statsclient löschen" } diff --git a/src/locales/en.json b/src/locales/en.json index 78d307e3..7d9f0c30 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -471,5 +471,6 @@ "please-provide-the-required-information-to-create-a-new-statsclient": "Please provide the required information to create a new statsclient", "you-dont-have-any-scanclients-yet": "You don't have any statsclients yet", "add-the-first-statsclient": "Add your first statsclient.", - "the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The statsclient api token will only get displayed once - you won't be able to change or view it again!" + "the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The statsclient api token will only get displayed once - you won't be able to change or view it again!", + "delete-statsclient": "Delete statsclient" }