Skip to content

Commit

Permalink
Merge pull request #132 from 4Ailen/feat/#123_marketAPI
Browse files Browse the repository at this point in the history
Feat/#123 market api
  • Loading branch information
urlotus authored Sep 5, 2023
2 parents 42e4482 + 1160ed5 commit c25863e
Show file tree
Hide file tree
Showing 14 changed files with 1,708 additions and 774 deletions.
8 changes: 7 additions & 1 deletion assets/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"market-posting-content": "• Product name\n• Detailed information (wear and tear, defects, etc.)\n• Mobile phone number or KakaoTalk ID\n* To establish trust for a successful transaction,\n please provide detailed information and various angles of product photos.",
"market-posting-content1": "Please enter contents.",
"market-posting-title-error": "Up to 30 characters are allowed.",
"market-productStatus": "product Status",


"board": "Board",
Expand Down Expand Up @@ -301,6 +302,11 @@


"general-board-post" : "General Board New Post",
"market-board-post": "Market Board New Post"
"market-board-post": "Market Board New Post",
"Brand_New": "Brand New",
"Almost_New": "Almost New",
"Slight_Defect": "Slight Defect",
"Used": "Used",
"sale": "For sale"

}
8 changes: 7 additions & 1 deletion assets/translations/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"market-posting-content1": "내용을 입력해주세요.",
"market-posting-title-error": "최대 30자까지 입력가능합니다.",
"market_noti": "장터게시판 이용 시 주의사항",
"market-productStatus" : "상품 상태",
"modify": "수정하기",


Expand Down Expand Up @@ -303,5 +304,10 @@
"my-comments": "내가 작성한 댓글",

"general-board-post" : "일반게시판 글쓰기",
"market-board-post": "장터게시판 글쓰기"
"market-board-post": "장터게시판 글쓰기",
"Brand_New": "미개봉",
"Almost_New": "거의 새 것",
"Slight_Defect": "약간의 하자",
"Used": "사용감 있음",
"sale": "판매중"
}
Loading

0 comments on commit c25863e

Please sign in to comment.