1
0
Fork 0
mirror of https://github.com/syuilo/ai.git synced 2025-03-25 21:12:56 +00:00

Update serifs.ts

This commit is contained in:
syuilo 2020-09-13 11:55:42 +09:00
parent cf45df658f
commit 1451ff370a

View file

@ -301,7 +301,7 @@ export default {
finish: 'ゲームの結果発表です!',
finishWithWinner: (user, name) => name ? `今回は${user}(${name})さんの勝ちです!またやりましょう♪` : `今回は${user}さんの勝ちです!またやりましょう♪`,
finishWithWinner: (user, name) => name ? `今回は${user}さん(${name})の勝ちです!またやりましょう♪` : `今回は${user}さんの勝ちです!またやりましょう♪`,
finishWithNoWinner: '今回は勝者はいませんでした... またやりましょう♪',