lemmy-translations/email/hi.json
Nutomic 0955855d96
Fix email translations (#156)
* Remove outdated notification strings

* Revert changes to updated translations

* Run formatter

* update

* fmt
2025-02-04 08:33:32 -05:00

7 lines
623 B
JSON

{
"registration_approved_body": "आपका पंजीकरण स्वीकार किया गया। {hostname} में आपका स्वागत है!",
"registration_approved_subject": "{username} के लिए पंजीकरण स्वीकार किया गया",
"registration_denied": "पंजीकरण मना",
"registration_denied_subject": "{username} के लिए पंजीकरण मना",
"registration_denied_body": "{hostname} के पंजीकरण का आवेदन खारिच कर दिया गया है।"
}