locales, lint fixed

This commit is contained in:
ogerly 2021-12-28 17:07:54 +01:00
parent a697c5b7e0
commit 0467942c96
2 changed files with 20 additions and 20 deletions

View File

@ -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 <b>{date} Uhr</b> 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 <b>{date} Uhr</b> an das Mitglied ({mail}) gesendet."
},
"user_search": "User suche"
}

View File

@ -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 <b>{date} clock</b>.",
"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 <b>{date} clock</b>."
},
"user_search": "User search"
}