enhance(drop-and-fusion): add new mode, some tweaks
This commit is contained in:
parent
be57ff4985
commit
d2063df78d
18 changed files with 319 additions and 89 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
|
@ -1200,6 +1200,7 @@ export interface Locale {
|
|||
"replay": string;
|
||||
"replaying": string;
|
||||
"ranking": string;
|
||||
"lastNDays": string;
|
||||
"_bubbleGame": {
|
||||
"howToPlay": string;
|
||||
"_howToPlay": {
|
||||
|
|
|
|||
|
|
@ -1197,6 +1197,7 @@ showReplay: "リプレイを見る"
|
|||
replay: "リプレイ"
|
||||
replaying: "リプレイ中"
|
||||
ranking: "ランキング"
|
||||
lastNDays: "直近{n}日"
|
||||
|
||||
_bubbleGame:
|
||||
howToPlay: "遊び方"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue