This commit is contained in:
syuilo
2018-08-11 15:53:49 +09:00
parent 6160d0f825
commit 31056f20c7
3 changed files with 144 additions and 1 deletions

View File

@ -18,5 +18,11 @@ export default {
* まもなく再起動されるとき
*/
REBOOT: 'では、まもなくサーバーを再起動します!',
REBOOT_DETAIL: '(私も再起動に巻き込まれちゃうので、サーバーの再起動が完了したことのお知らせはできません...)'
REBOOT_DETAIL: '(私も再起動に巻き込まれちゃうので、サーバーの再起動が完了したことのお知らせはできません...)',
/**
* 絵文字生成
*/
EMOJI_SUGGEST: 'こんなのはどうですか?→$',
};