From 01f28b21dd9db4cffac18da0135dbd2f68ca39a0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 13 Aug 2018 01:25:50 +0900 Subject: [PATCH] #1211 --- locales/ja.yml | 3 +++ .../common/views/components/games/reversi/reversi.game.vue | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/locales/ja.yml b/locales/ja.yml index 98397212d..15f3d936d 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 d1809d741..389934af9 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 @@ %fa:angle-double-right% + +
+

%i18n:@is-llotheo%

+

%i18n:@looped-map%

+

%i18n:@can-put-everywhere%

+