在英语中,家庭成员的称呼与中文有所不同,有时可能会让人感到困惑。不过别担心,今天我们就来一网打尽家庭中各个成员的英文称呼,从爷爷到孙子,让你轻松应对各种场合!
爷爷奶奶
爷爷 - 在英语中,爷爷通常被称为 “Grandfather” 或 “Grandpa”。如果你想要更加亲切一些,可以使用 “Papa” 或 “Pop”。
- 代码示例:
string grandfather = "Grandfather";或string grandfather = "Grandpa";
- 代码示例:
奶奶 - 奶奶在英语中被称为 “Grandmother” 或 “Grandma”。同样,你也可以用 “Mama” 或 “Nana” 来表达亲密感。
- 代码示例:
string grandmother = "Grandmother";或string grandmother = "Grandma";
- 代码示例:
爸爸妈妈
爸爸 - 爸爸的英文称呼是 “Dad” 或 “Daddy”。在一些地区,人们也会用 “Papa” 或 “Pop” 来称呼爸爸。
- 代码示例:
string father = "Dad";或string father = "Daddy";
- 代码示例:
妈妈 - 妈妈的英文称呼是 “Mom” 或 “Mummy”。在一些家庭中,人们也会用 “Mama” 或 “Mommy” 来表达亲密感。
- 代码示例:
string mother = "Mom";或string mother = "Mummy";
- 代码示例:
兄弟姐妹
哥哥 - 哥哥在英语中被称为 “Brother”。
- 代码示例:
string brother = "Brother";
- 代码示例:
姐姐 - 姐姐的英文称呼是 “Sister”。
- 代码示例:
string sister = "Sister";
- 代码示例:
弟弟 - 弟弟在英语中被称为 “Little Brother” 或 “Buddy”。
- 代码示例:
string little_brother = "Little Brother";或string buddy = "Buddy";
- 代码示例:
妹妹 - 妹妹的英文称呼是 “Little Sister” 或 “Sis”。
- 代码示例:
string little_sister = "Little Sister";或string sis = "Sis";
- 代码示例:
孩子们
儿子 - 儿子在英语中被称为 “Son”。
- 代码示例:
string son = "Son";
- 代码示例:
女儿 - 女儿的英文称呼是 “Daughter”。
- 代码示例:
string daughter = "Daughter";
- 代码示例:
通过以上介绍,相信你已经对家庭中不同成员的英文称呼有了更深入的了解。在与人交流时,正确使用这些称呼,会让你的表达更加得体、亲切。祝你在英语交流中越来越顺畅!
