diff --git a/src/locales/en.json b/src/locales/en.json
index 3fa0fff6..5522a163 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -163,7 +163,11 @@
"creator_liked": "Creator liked",
"playback_speed": "Playback speed",
"invalid_input": "Invalid input",
- "prefer_hls": "Prefer HLS over DASH"
+ "prefer_hls": "Prefer HLS over DASH",
+ "export_history": "Export history",
+ "import_history": "Import history",
+ "file_format": "File format",
+ "override": "Override"
},
"comment": {
"pinned_by": "Pinned by {author}",
@@ -232,6 +236,10 @@
"weeks": "{amount} week(s)",
"months": "{amount} month(s)",
"register_note": "Register an account for this Piped instance. This will allow you to sync your subscriptions and playlists with your account, so they're stored on the server side. You can use all features without an account, but all data will be stored in your browser's local cache. Please make sure you do NOT use an email address as your username and choose a secure password that you do not use elsewhere.",
- "login_note": "Log in with an account created on this instance."
+ "login_note": "Log in with an account created on this instance.",
+ "found_n_items": "Found {0} items",
+ "success": "Success",
+ "error": "Error",
+ "skipped": "Skipped"
}
}