본문 바로가기
카테고리 없음

DAY9. 기본적인 영어 회화 문장 10문장

by Green-Sunshine 2024. 3. 11.
반응형

 

흰색 배경에 오른쪽 부분에 여러 색상의 책들이 쌓여져 있는 형태의 사진을 바탕으로 가운데 영어 문장이 쓰여져 있다. 영어문장은 DAY9 Can I have a menu? 라는 문장이 쓰여있다.

 

오늘도 안녕하세요. 그린입니다

 

오늘의 첫 문장은 

바로 'Can I have a menu?'라는 문장으로

'메뉴판 좀 주시겠어요.'라는 뜻입니다.

오늘 문장도 어렵지 않으니까 화이팅해봐요^^

 

오늘도 기초 영어 회화 문장 10문장 시작해봅시다!!

 


2024.03.11 오늘의 10문장


1. 메뉴판 좀 주시겠어요.

= Can I have a menu?

= 캔 아이 헤브 어 메뉴

 

Can I have  = Can I get : 나에게 ~을 줄 수 있나요?

* '나에게 ~을 줄 수 있나요?'의 공손한 표현 :  May I have, Could I get

 

2. 냉장고에 뭐 있지?

= What's in our fridge?

= 왓츠 인 아워 프리지

 

3. 확인해볼게.

= Let me check.

= 렛 미 체크

 

4. 휴대폰 챙기는 거 잊지마.

= Don't forget your phone.

= 돈t 폴겟 유어 폰

 

5. 그럴 리가 없어. / 이럴수가.

= It can't be.

= 잇 켄t 비

 

6. 멀어요?

= Is it far?

= 이스 잇 ㅍr얼

 

7. 그렇게 멀진 않아요?

= It's not that far.

= 잇츠 낫 뎃 펄.

 

8. 그게 무슨 뜻이죠?

= What does that mean?

= 왓 더스 뎃 민?

 

9. (주문할 때) 같은 걸로 할게요.

= I'll have the same.

= 아일 해브 어 세임

 

DAY4. I'll have a latte :  라떼로 할게요. 

  Day5. I'll have a coke. : 난 콜라로 할게.

 

10. 네 차례야!

= It's your turn!

= 잇츠 유어 턴


 

오늘 문장도 많이 어렵지는 않았죠??

근데 이 영어라는게 한 번 공부해서 되는건 아니니까

복슴을 해야하는데.. 앞으로는 평일에 5번 공부하고

주말에는 복습을 해야하는 걸까요??

 

일단 오늘도 공부 수고하셨습니다^^

다음 번에 다시 만나요~

반응형

/* CSS 버튼1 */ button.click-me-button1 { padding: 5px; font-size: 18px; box-sizing: border-box; z-index: 5; position: relative; margin: 5px 0; width: 100%; height: 40px; z-index: 10; background-color: transparent; border: none; cursor: pointer; } button.click-me-button1::before { content: "›"; font-weight: normal; position: absolute; top: 50%; left: 16px; font-size: 1em; color: #fff; transition: all 0.3s; z-index: 20; transform: translateY(-60%); } button.click-me-button1::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 40px; border-radius: 20px; background-color: #555; transition: all 0.3s; z-index: 15; } button.click-me-button1:hover::before { left: calc(100% - 25px); opacity: 0; } button.click-me-button1:hover::after { width: 100%; background-color: #FF0000; } button.click-me-button1 > a { position: relative; display: block; padding: 0 45px; height: 100%; line-height: 40px; color: #222; box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s; z-index: 20; display: flex; align-items: center; justify-content: flex-start; text-decoration: none; } button.click-me-button1:hover > a { text-decoration:none; font-weight: bold; color: #fff; } /* CSS 버튼1 끝 */