diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index cfb68c5a27..c8485aa518 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -14,6 +14,7 @@
   "about.powered_by": "Decentralized social media powered by {mastodon}",
   "about.rules": "Server rules",
   "account.account_note_header": "Note",
+  "account.add_or_remove_from_antenna": "Add or Remove from antennas",
   "account.add_or_remove_from_list": "Add or Remove from lists",
   "account.badges.bot": "Bot",
   "account.badges.group": "Group",
@@ -626,6 +627,8 @@
   "status.edited": "Edited {date}",
   "status.edited_x_times": "Edited {count, plural, one {{count} time} other {{count} times}}",
   "status.embed": "Embed",
+  "status.emoji_reaction": "Stamp",
+  "status.emoji_reaction.pick": "Pick stamp",
   "status.expiration.add": "Set status expired time",
   "status.favourite": "Favourite",
   "status.filter": "Filter this post",
@@ -648,6 +651,7 @@
   "status.reblogged_by": "{name} boosted",
   "status.reblogs.empty": "No one has boosted this post yet. When someone does, they will show up here.",
   "status.redraft": "Delete & re-draft",
+  "status.reference": "Reference",
   "status.remove_bookmark": "Remove bookmark",
   "status.replied_to": "Replied to {name}",
   "status.reply": "Reply",
diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json
index 16b6b71bf2..05e4ca0348 100644
--- a/app/javascript/mastodon/locales/ja.json
+++ b/app/javascript/mastodon/locales/ja.json
@@ -14,6 +14,7 @@
   "about.powered_by": "{mastodon}による分散型ソーシャルメディア",
   "about.rules": "サーバーのルール",
   "account.account_note_header": "メモ",
+  "account.add_or_remove_from_antenna": "アンテナから追加または外す",
   "account.add_or_remove_from_list": "リストから追加または外す",
   "account.badges.bot": "Bot",
   "account.badges.group": "Group",
@@ -624,6 +625,7 @@
   "status.edited_x_times": "{count}回編集",
   "status.embed": "埋め込み",
   "status.emoji_reaction": "スタンプ",
+  "status.emoji_reaction.pick": "スタンプを押す",
   "status.expiration.add": "時限投稿を設定",
   "status.favourite": "お気に入り",
   "status.filter": "この投稿をフィルターする",
@@ -646,6 +648,7 @@
   "status.reblogged_by": "{name}さんがブースト",
   "status.reblogs.empty": "まだ誰もブーストしていません。ブーストされるとここに表示されます。",
   "status.redraft": "削除して下書きに戻す",
+  "status.reference": "参照",
   "status.remove_bookmark": "ブックマークを削除",
   "status.replied_to": "{name}さんへの返信",
   "status.reply": "返信",