enhance(reversi): tweak reversi
This commit is contained in:
Vendored
+4
@@ -9553,6 +9553,10 @@ export interface Locale extends ILocale {
|
||||
* 対戦相手を探しています
|
||||
*/
|
||||
"lookingForPlayer": string;
|
||||
/**
|
||||
* 対局がキャンセルされました
|
||||
*/
|
||||
"gameCanceled": string;
|
||||
};
|
||||
"_offlineScreen": {
|
||||
/**
|
||||
|
||||
@@ -2544,6 +2544,7 @@ _reversi:
|
||||
timeLimitForEachTurn: "1ターンの時間制限"
|
||||
freeMatch: "フリーマッチ"
|
||||
lookingForPlayer: "対戦相手を探しています"
|
||||
gameCanceled: "対局がキャンセルされました"
|
||||
|
||||
_offlineScreen:
|
||||
title: "オフライン - サーバーに接続できません"
|
||||
|
||||
Reference in New Issue
Block a user