enhance(reversi): 変則なしマッチングを可能に
This commit is contained in:
parent
2b6bf074c6
commit
5719a929ad
15 changed files with 159 additions and 77 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
@ -9595,6 +9595,14 @@ export interface Locale extends ILocale {
|
|||
* 相手が設定を変更しました
|
||||
*/
|
||||
"opponentHasSettingsChanged": string;
|
||||
/**
|
||||
* 変則許可 (完全フリー)
|
||||
*/
|
||||
"allowIrregularRules": string;
|
||||
/**
|
||||
* 変則なし
|
||||
*/
|
||||
"disallowIrregularRules": string;
|
||||
};
|
||||
"_offlineScreen": {
|
||||
/**
|
||||
|
|
|
@ -2556,6 +2556,8 @@ _reversi:
|
|||
shareToTlTheGameWhenStart: "開始時に対局をタイムラインに投稿"
|
||||
iStartedAGame: "対局を開始しました! #MisskeyReversi"
|
||||
opponentHasSettingsChanged: "相手が設定を変更しました"
|
||||
allowIrregularRules: "変則許可 (完全フリー)"
|
||||
disallowIrregularRules: "変則なし"
|
||||
|
||||
_offlineScreen:
|
||||
title: "オフライン - サーバーに接続できません"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue