1
0

enhance(reversi): tweak reversi

This commit is contained in:
syuilo
2024-01-21 12:05:51 +09:00
parent 4de77784c9
commit 6039f27bd5
7 changed files with 149 additions and 78 deletions
+4
View File
@@ -9553,6 +9553,10 @@ export interface Locale extends ILocale {
* 対戦相手を探しています
*/
"lookingForPlayer": string;
/**
* 対局がキャンセルされました
*/
"gameCanceled": string;
};
"_offlineScreen": {
/**
+1
View File
@@ -2544,6 +2544,7 @@ _reversi:
timeLimitForEachTurn: "1ターンの時間制限"
freeMatch: "フリーマッチ"
lookingForPlayer: "対戦相手を探しています"
gameCanceled: "対局がキャンセルされました"
_offlineScreen:
title: "オフライン - サーバーに接続できません"