From 0467942c96ff77235c3a67c55092b33a5fa95af6 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 28 Dec 2021 17:07:54 +0100 Subject: [PATCH] locales, lint fixed --- admin/src/locales/de.json | 20 ++++++++++---------- admin/src/locales/en.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index fc7da5c7c..d99c4c1d0 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -1,4 +1,5 @@ { + "bookmark": "bookmark", "creation_form": { "creation_for": "Schöpfung für ", "enter_text": "Text eintragen", @@ -45,16 +46,15 @@ "yes": "Ja, Schöpfung löschen!" } }, - "unregister_mail" : { - "text":" Die letzte Email wurde am {date} Uhr an das Mitglied ({mail}) gesendet.", - "button":"Registrierungs-Email bestätigen, jetzt senden", - "info":"Email bestätigen, wiederholt senden an:", - "success":"Erfolgreich senden der Confirmation Link an die E-Mail des Users! ({email})", - "error":"Fehler beim senden des confirmation link an den Benutzer: {message}" - }, + "remove": "remove", "transaction": "Transaktion", "unregistered_emails": "Unregistrierte E-Mails", - "user_search": "User suche", - "bookmark":"bookmark", - "remove":"remove" + "unregister_mail": { + "button": "Registrierungs-Email bestätigen, jetzt senden", + "error": "Fehler beim senden des confirmation link an den Benutzer: {message}", + "info": "Email bestätigen, wiederholt senden an:", + "success": "Erfolgreich senden der Confirmation Link an die E-Mail des Users! ({email})", + "text": " Die letzte Email wurde am {date} Uhr an das Mitglied ({mail}) gesendet." + }, + "user_search": "User suche" } diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index d2602ccfe..8375db2b1 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -1,4 +1,5 @@ { + "bookmark": "merken", "creation_form": { "creation_for": "Creation for ", "enter_text": "Enter text", @@ -45,16 +46,15 @@ "yes": "Yes, delete creation!" } }, - "unregister_mail" : { - "text":" The last email was sent to the member ({mail}) on {date} clock.", - "button":"Confirm registration email, send now", - "info":"Confirm email, send repeatedly to:", - "success":"Successfully send the confirmation link to the user's email! ({email})", - "error":"Error sending the confirmation link to the user: {message}" - }, + "remove": "entfernen", "transaction": "Transaction", "unregistered_emails": "Unregistered e-mails", - "user_search": "User search", - "bookmark":"merken", - "remove":"entfernen" + "unregister_mail": { + "button": "Confirm registration email, send now", + "error": "Error sending the confirmation link to the user: {message}", + "info": "Confirm email, send repeatedly to:", + "success": "Successfully send the confirmation link to the user's email! ({email})", + "text": " The last email was sent to the member ({mail}) on {date} clock." + }, + "user_search": "User search" }