diff --git a/i18n/cy.json b/i18n/cy.json
index 5ee941feb..9f13e6513 100644
--- a/i18n/cy.json
+++ b/i18n/cy.json
@@ -79,11 +79,18 @@
"notification-link-text-collapse-all": "Crebachu",
"notification-link-text-view-message": "Gweld y neges",
"notification-link-text-view-mention": "Gweld y crybwyll",
+ "notification-link-text-view-mention-failure": "{{PLURAL:$1|Gweld crybwyll|Gweld crybwylliadau}}",
"notification-link-text-view-changes": "{{GENDER:$1|Gweld}} y newidiadau",
"notification-link-text-view-page": "Gweld y dudalen",
+ "notification-header-edit-user-talk": "{{GENDER:$2|Gadawodd}} $1 neges ar {{GENDER:$3|eich}} tudalen sgwrs.",
+ "notification-header-edit-user-talk-with-section": "{{GENDER:$2|Gadawodd}} $1 neges ar {{GENDER:$3|eich}} tudalen sgwrs yn \"$4\".",
+ "notification-compact-header-edit-user-talk": "{{GENDER:$2|Gadawodd}} $1 neges i {{GENDER:$3|chi}}.",
+ "notification-compact-header-edit-user-talk-with-section": "{{GENDER:$2|Gadawodd}} $1 neges i {{GENDER:$3|chi}} yn \"$4\".",
+ "notification-compact-header-page-linked": "Wedi'i gysylltu o $1.",
"notification-link-text-what-links-here": "Pob dolen i'r dudalen hon",
"notification-compact-header-mention-failure-user-unknown": "Nid yw'r enw defnyddiwr ar gael: $1",
"notification-compact-header-mention-failure-user-anonymous": "Ni ellir crybwyll cyfeiriadau IP: $1",
+ "notification-compact-header-mention-success": "{{GENDER:$2|Rydych chi wedi crybwyll}}: $3",
"notification-header-welcome": "{{GENDER:$2|Croeso}} i {{SITENAME}}, $1! Rydym yn falch eich bod {{GENDER:$2|chi'n}} yma.",
"notification-welcome-linktext": "Croeso",
"notification-link-thank-you-edit": "{{GENDER:$1|Eich}} golygiad",
@@ -119,6 +126,7 @@
"echo-displaysnippet-title": "Hysbysiad newydd",
"echo-date-today": "Heddiw",
"echo-date-yesterday": "Ddoe",
+ "notification-bundle-header-edit-user-talk-v2": "Mae {{GENDER:$3|gennych}} {{PLURAL:$1|neges newydd|$1 neges newydd|100=99+ o negeseuon newydd}} ar {{GENDER:$3|eich}} tudalen sgwrs.",
"echo-email-batch-subject-daily": "Mae {{PLURAL:$2||hysbysiad|hysbysiadau}} newydd gennych ar {{SITENAME}}",
"echo-email-batch-subject-weekly": "Mae {{PLURAL:$2||hysbysiad|hysbysiadau}} newydd gennych yr wythnos hon ar {{SITENAME}}",
"echo-email-batch-body-intro-daily": "Annwyl $1,\nDyma grynodeb i chi o weithgaredd heddiw ar {{SITENAME}}.",
diff --git a/i18n/en-gb.json b/i18n/en-gb.json
new file mode 100644
index 000000000..ead08dbc8
--- /dev/null
+++ b/i18n/en-gb.json
@@ -0,0 +1,22 @@
+{
+ "@metadata": {
+ "authors": [
+ "Piano1forte2"
+ ]
+ },
+ "echo-pref-notifications-page-linked-title-muted-list": "Do not display 'Page link' notifications for these pages. ([[mw:Special:MyLanguage/Help:Notifications#mute|learn more]])",
+ "notification-dynamic-actions-mute-page-linked": "{{GENDER:$2|Mute}} link notifications on '$1'",
+ "notification-dynamic-actions-mute-page-linked-confirmation": "'Page link' notifications are now disabled for the page '$1'",
+ "notification-dynamic-actions-unmute-page-linked": "{{GENDER:$2|Unmute}} link notifications on '$1'",
+ "notification-dynamic-actions-unmute-page-linked-confirmation": "'Page link' notifications are now enabled for the page '$1'",
+ "notification-dynamic-actions-unwatch": "{{GENDER:$3|Stop}} watching new activity on '$1'",
+ "notification-dynamic-actions-unwatch-confirmation": "{{GENDER:$3|You}} are no longer watching the page '$1'",
+ "notification-dynamic-actions-watch": "{{GENDER:$3|Follow}} new activity on '$1'",
+ "notification-dynamic-actions-watch-confirmation": "{{GENDER:$3|You}} are now watching the page '$1'",
+ "notification-header-edit-user-talk-with-section": "$1 {{GENDER:$2|left}} a message on {{GENDER:$3|your}} talk page in '$4'.",
+ "notification-compact-header-edit-user-talk-with-section": "$1 {{GENDER:$2|left}} {{GENDER:$3|you}} a message in '$4'.",
+ "notification-header-mention-other": "$1 {{GENDER:$2|mentioned}} {{GENDER:$3|you}} on $4 in '$5'.",
+ "notification-header-mention-user-talkpage-v2": "$1 {{GENDER:$2|mentioned}} {{GENDER:$3|you}} on the user talk page {{GENDER:$5|of}} $4 in '$6'.",
+ "notification-header-mention-agent-talkpage": "$1 {{GENDER:$2|mentioned}} {{GENDER:$3|you}} on {{GENDER:$2|his|her|their}} talk page in '$4'.",
+ "notification-header-mention-article-talkpage": "$1 {{GENDER:$2|mentioned}} {{GENDER:$3|you}} on the $4 talk page in '$5'."
+}