mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Update serifs.ts
This commit is contained in:
parent
cf45df658f
commit
1451ff370a
|
@ -301,7 +301,7 @@ export default {
|
|||
|
||||
finish: 'ゲームの結果発表です!',
|
||||
|
||||
finishWithWinner: (user, name) => name ? `今回は${user}(${name})さんの勝ちです!またやりましょう♪` : `今回は${user}さんの勝ちです!またやりましょう♪`,
|
||||
finishWithWinner: (user, name) => name ? `今回は${user}さん(${name})の勝ちです!またやりましょう♪` : `今回は${user}さんの勝ちです!またやりましょう♪`,
|
||||
|
||||
finishWithNoWinner: '今回は勝者はいませんでした... またやりましょう♪',
|
||||
|
||||
|
|
Loading…
Reference in a new issue