Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit ff03da1

Browse files
Add MailUtil languages
1 parent f8bfb63 commit ff03da1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/main/kotlin/com/parnote/util/MailUtil.kt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ object MailUtil {
8787
.put("button-text", "Reset My Password")
8888
),
8989
LangType.HU to mapOf<String, Any>(
90-
"subject" to "Reset Password",
90+
"subject" to "Jelszó visszaállítása",
9191
"template-params" to JsonObject()
92-
.put("page-title", "Reset Password")
93-
.put("title", "Reset Password")
94-
.put("description", "If you didn't do this request, please ignore this e-mail.")
95-
.put("button-text", "Reset My Password")
92+
.put("page-title", "Jelszó visszaállítása")
93+
.put("title", "Jelszó visszaállítása")
94+
.put("description", "Ha nem tette meg ezt a kérést, hagyja figyelmen kívül ezt az e-mailt.")
95+
.put("button-text", "Jelszavam visszaállítása")
9696
),
9797
LangType.RU to mapOf<String, Any>(
9898
"subject" to "Сбросить Пароль",
@@ -103,12 +103,12 @@ object MailUtil {
103103
.put("button-text", "Сбросить Пароль")
104104
),
105105
LangType.DE to mapOf<String, Any>(
106-
"subject" to "Reset Password",
106+
"subject" to "Passwort zurücksetzen",
107107
"template-params" to JsonObject()
108-
.put("page-title", "Reset Password")
109-
.put("title", "Reset Password")
110-
.put("description", "If you didn't do this request, please ignore this e-mail.")
111-
.put("button-text", "Reset My Password")
108+
.put("page-title", "Passwort zurücksetzen")
109+
.put("title", "Passwort zurücksetzen")
110+
.put("description", "Wenn Sie diese Anfrage nicht gestellt haben, ignorieren Sie diese E-Mail.")
111+
.put("button-text", "Setze mein Passwort zurück")
112112
)
113113
)
114114
)

0 commit comments

Comments
 (0)