diff options
| author | winter | 2025-01-19 22:17:12 +0000 |
|---|---|---|
| committer | winter | 2025-01-19 22:17:12 +0000 |
| commit | 8c6dad8c48d5d730b102d9de0079fee9752b0d35 (patch) | |
| tree | 2cfe07a8c7958f78c767fd0d1444c3f8fef70511 /locale | |
| parent | 2d9bd87fb1c565ee161f93219ce2533e8dbffe06 (diff) | |
implement notifications
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 9fea62c..fa98b49 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -41,6 +41,11 @@ "navigation.logout.confirmation": "Are you sure you want to log out?", "navigation.followRequests": "Follow requests", "navigation.instanceSettings": "Instance settings", + "notifications.heading": "Notifications", + "notifications.interaction.like.title": "%s liked your note", + "notifications.interaction.dislike.title": "%s disliked your note", + "notifications.interaction.reshare.title": "%s reshared your note", + "notifications.interaction.reply.title": "%s replied to you", "login.pageTitle": "Log in", "login.email": "Email address", "login.password": "Password", |
