enhance(reversi): 開始時に対局をシェアできるように
This commit is contained in:
parent
547be1973d
commit
645f5e8633
4 changed files with 42 additions and 16 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
@ -9583,6 +9583,14 @@ export interface Locale extends ILocale {
|
|||
* 対局がキャンセルされました
|
||||
*/
|
||||
"gameCanceled": string;
|
||||
/**
|
||||
* 開始時に対局をタイムラインに投稿
|
||||
*/
|
||||
"shareToTlTheGameWhenStart": string;
|
||||
/**
|
||||
* 対局を開始しました! #MisskeyReversi
|
||||
*/
|
||||
"iStartedAGame": string;
|
||||
};
|
||||
"_offlineScreen": {
|
||||
/**
|
||||
|
|
|
@ -2553,6 +2553,8 @@ _reversi:
|
|||
freeMatch: "フリーマッチ"
|
||||
lookingForPlayer: "対戦相手を探しています"
|
||||
gameCanceled: "対局がキャンセルされました"
|
||||
shareToTlTheGameWhenStart: "開始時に対局をタイムラインに投稿"
|
||||
iStartedAGame: "対局を開始しました! #MisskeyReversi"
|
||||
|
||||
_offlineScreen:
|
||||
title: "オフライン - サーバーに接続できません"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue