fix(mentions): add en/nl translations for mention strings

This commit is contained in:
simoleo89
2026-05-31 22:14:23 +02:00
committed by simoleo89
parent c67c90d4c1
commit c1085aa4b1
3 changed files with 20 additions and 2 deletions
@@ -772,4 +772,13 @@
'usersettings.success.password': "Password updated successfully.",
'usersettings.success.email': "Email updated successfully.",
'usersettings.success.username': "Username updated. Please log in again with your new name.",
// ------------------------------------------------------------------------
// Mentions
// ------------------------------------------------------------------------
'mentions.window.title': 'Mentions',
'mentions.window.empty': 'No mentions',
'mentions.window.markall': 'Mark all as read',
'mentions.tab.title': 'Mentions',
'mentions.notification': '%sender% mentioned you in %room%',
}
@@ -774,4 +774,13 @@
'usersettings.success.password': "Wachtwoord succesvol bijgewerkt.",
'usersettings.success.email': "E-mail succesvol bijgewerkt.",
'usersettings.success.username': "Gebruikersnaam bijgewerkt. Log opnieuw in met je nieuwe naam.",
// ------------------------------------------------------------------------
// Mentions
// ------------------------------------------------------------------------
'mentions.window.title': 'Vermeldingen',
'mentions.window.empty': 'Geen vermeldingen',
'mentions.window.markall': 'Alles als gelezen markeren',
'mentions.tab.title': 'Vermeldingen',
'mentions.notification': '%sender% heeft je genoemd in %room%',
}