From professional translators, enterprises, web pages and freely available translation repositories.
no, sorry, wrong.
いや 失礼間違った 僕が先だ
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
- sorry, wrong guy.
―ごめん、違う人だった。
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
sorry, wrong number.
番号違いだ
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
uh, sorry. wrong room, i guess.
いいえ 部屋を間違ってるわ
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
i'm sorry, wrong choice of words.
すみません 失礼な言い方をしました
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
sorry, wrong number. you'd already seen it.
「私は殺される」 もう観たんでしょ
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
there's a revival of sorry, wrong number at the film forum.
フィルム・フォーラムで再上映中の 「私は殺される」
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
$aspell_link = aspell_new( "english"); if (aspell_check($aspell_link, "testt")) {echo "this is a valid spelling";} else {echo "sorry, wrong spelling";}
aspell_check() は単語のスペルをチェックし、 スペルが正しい場合には true 、そうでない場合は false を返します。