diff --git a/locales/ja.yml b/locales/ja.yml
index 98397212d4..15f3d936de 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -182,6 +182,9 @@ common/views/components/games/reversi/reversi.vue:
common/views/components/games/reversi/reversi.game.vue:
surrender: "投了"
surrendered: "投了により"
+ is-llotheo: "石の少ない方が勝ち(ロセオ)"
+ looped-map: "ループマップ"
+ can-put-everywhere: "どこでも置けるモード"
common/views/components/games/reversi/reversi.index.vue:
title: "Misskey Reversi"
diff --git a/src/client/app/common/views/components/games/reversi/reversi.game.vue b/src/client/app/common/views/components/games/reversi/reversi.game.vue
index d1809d741f..389934af97 100644
--- a/src/client/app/common/views/components/games/reversi/reversi.game.vue
+++ b/src/client/app/common/views/components/games/reversi/reversi.game.vue
@@ -60,6 +60,12 @@
%i18n:@is-llotheo%
+%i18n:@looped-map%
+%i18n:@can-put-everywhere%
+