-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into GGFE-251-폰트-정리
- Loading branch information
Showing
18 changed files
with
181 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
const SAD_EMOJI = '(。•́︿•̀。)' + ' '; | ||
const HAPPY_EMOJI = '¡¡¡( •̀ ᴗ •́ )و!!!' + ' '; | ||
|
||
export const PURCHASE_ALERT_MESSAGE = { | ||
COMMON: { | ||
ITEM_ERROR: SAD_EMOJI + '해당 아이템이 없습니다.', | ||
OUTDATED_ERROR: SAD_EMOJI + '지금은 구매할 수 없는 아이템입니다.', | ||
COIN_ERROR: SAD_EMOJI + 'GG코인이 부족합니다.', | ||
KAKAO_USER_ERROR: SAD_EMOJI + '카카오 유저는 상점을 이용할 수 없습니다.', | ||
}, | ||
BUY: { | ||
SUCCESS: HAPPY_EMOJI + '구매 완료', | ||
USER_ERROR: 'USER NOT FOUND', | ||
}, | ||
GIFT: { | ||
EMPTY_RECIPIENT: SAD_EMOJI + '선물할 유저를 선택해주세요.', | ||
RECIPIENT_ERROR: SAD_EMOJI + '선물하려는 유저가 없습니다', | ||
KAKAO_RECIPIENT_ERROR: SAD_EMOJI + '카카오 유저에게는 선물할 수 없습니다.', | ||
}, | ||
}; |
Oops, something went wrong.