lemmy-translations/email/oc.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

13 lines
1,003 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"registration_approved_subject": "Inscripcion aprovada per {username}",
"registration_approved_body": "Vòstra demanda dinscripcion es estada aprovada. La benvenguda a {hostname} !",
"password_reset_subject": "Reïnicializacion de senhal per {username}",
"verify_email_subject": "Verificatz vòstra adreça electronica per {hostname}",
"verify_email_body": "Se vos plai clicatz lo ligam seguent per validar vòstra adreça electronica pel compte @{username}@{hostname}. Ignoratz aqueste messatge se lo compte es pas lo vòstre.<br><br><a href=\"{verify_link}\">Validar mon adreça</a>",
"email_verified_subject": "Adreça validada per {username}",
"email_verified_body": "Vòstra adreça es estada validada.",
"notification_post_reply_subject": "Responsa de {username}",
"notification_comment_reply_subject": "Responsa de {username}",
"notification_mentioned_by_subject": "{username} vos a mencionat",
"notification_private_message_subject": "Messatge privat de {username}"
}