Fading Coder

One Final Commit for the Last Sprint

Home > Notes > Content

Common Japanese Phrases for Everyday Situations

Notes May 10 4

Going to Bed

When telling your family you're going to sleep:

  1. おやすみなさい (Good night)
  2. こんばんは (Good evening) - Incorrect
  3. さようなら (Goodbye) - Incorrect
ねる (neru) - to sleep
かぞく (kazoku) - family

Asking for the Time

When you need to know the current time:

  1. あの、いくらですか (How much is this?) - Incorrect
  2. あのう、どのぐらいですか (How long will it take?) - Incorrect
  3. あの、今何時ですか (Excuse me, what time is it now?)
とけい (tokei) - watch/clock
じかん (jikan) - time

Finding a Seat at Lunch

When looking for a place to sit during lunch:

  1. 座りませんでしたか (Didn't you sit?) - Incorrcet
  2. どのいすですか (Wich chair?) - Incorrect
  3. ここ、いいですか (Is this spot okay?)
ひるごはん (hirugohan) - lunch
すわる (suwaru) - to sit

Offering Snacks

When presenting snacks to someone:

  1. これ、なんてすか (Incorrect grammar)
  2. これ、いかがですか (How about this one?)
  3. これ、どうしてですか (Why is this?) - Incorrrect
おかし (okashi) - snacks
あげる (ageru) - to give

Requesting to See a Camera

When asking a store clerk to show you a camera:

  1. このカメラを見せたいです (I want to show this camera) - Incorrect
  2. このカメラを見せますか (Will you show this camera?) - Unnatural
  3. このカメラを見せてください (Please show me this camera)
カメラ (kamera) - camera
みせる (miseru) - to show
Tags: Japanese

Related Articles

Designing Alertmanager Templates for Prometheus Notifications

How to craft Alertmanager templates to format alert messages, improving clarity and presentation. Alertmanager uses Go’s text/template engine with additional helper functions. Alerting rules referenc...

Deploying a Maven Web Application to Tomcat 9 Using the Tomcat Manager

Tomcat 9 does not provide a dedicated Maven plugin. The Tomcat Manager interface, however, is backward-compatible, so the Tomcat 7 Maven Plugin can be used to deploy to Tomcat 9. This guide shows two...

Skipping Errors in MySQL Asynchronous Replication

When a replica halts because the SQL thread encounters an error, you can resume replication by skipping the problematic event(s). Two common approaches are available. Methods to Skip Errors 1) Skip a...

Leave a Comment

Anonymous

◎Feel free to join the discussion and share your thoughts.