From a897e54dc65ec6106c14b0df41878af35432d0c5 Mon Sep 17 00:00:00 2001 From: Norgus Date: Wed, 23 Dec 2015 17:15:36 +0000 Subject: [PATCH 1/4] leaving comments in the file I wanted to leave an explanation for why the translation doesn't match the Japanese here. a pretty literal translation of Rika's line here would be "... If you took out any one of us in remaining lines to record, Keiichi would be able to join the party" This just doesn't make sense to me, and didn't really get cleared up by asking Japanese players. So I'm keeping the Sui text in Japanese so that it isn't a weird mismatch with the audio for Japanese players, but keeping the translation of the original game text, because it works better IMO. --- Update/omake_01.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Update/omake_01.txt b/Update/omake_01.txt index eef5270..046683d 100644 --- a/Update/omake_01.txt +++ b/Update/omake_01.txt @@ -1626,6 +1626,7 @@ void main() DrawBustshotWithFiltering( 3, "ri_se_wa_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE ); //「……立ち絵を描いてもらえたら圭一も来れますですよ。@ +// Leaving this part on the old translation, because I can't think of a way to translate the Sui line that actually makes sense, and the character art gag stands alone okay PlaySE(3, "s20/05/440500101", 256, 64); OutputLine(NULL, "「……収録の残り台詞数でボクたちの誰か一人でも抜いたら、圭一も参加できるのですよ。」", NULL, "\"...You can come if you get some character art for yourself.\"", Line_WaitForInput); @@ -1637,6 +1638,7 @@ void main() DrawBustshotWithFiltering( 1, "sa_se_ak_a1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE ); //「梨花、それは内緒ですわ…。¥ +// Also keeping the original translation here. PlaySE(3, "s20/04/440400159", 256, 64); OutputLine(NULL, "「梨花、あの量でそれは不可能ですわ…。」", NULL, "\"Rika, that's a secret...\"", Line_Normal); From 37e219160d35f92c9a3772b978287647a0f0cae8 Mon Sep 17 00:00:00 2001 From: Norgus Date: Wed, 23 Dec 2015 17:17:30 +0000 Subject: [PATCH 2/4] awkward wording fix --- Update/omake_01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/omake_01.txt b/Update/omake_01.txt index 046683d..a2028be 100644 --- a/Update/omake_01.txt +++ b/Update/omake_01.txt @@ -1745,7 +1745,7 @@ void main() NULL, "\"...So very, very, pitiful.", Line_WaitForInput); PlaySE(3, "s20/05/440500103", 256, 64); OutputLine(NULL, "今度、頭をなでなでしてあげますですよ。」", - NULL, " Next time, I'll pat you on the head for you.\"", Line_Normal); + NULL, " Next time, I'll give you a good patting on the head.\"", Line_Normal); ClearMessage(); DisableWindow(); DrawBustshot( 5, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 3000, TRUE ); From 6a39d859fd56a8031dd147c2a35bbf3c9a96d966 Mon Sep 17 00:00:00 2001 From: Norgus Date: Wed, 23 Dec 2015 17:21:04 +0000 Subject: [PATCH 3/4] translation nuance --- Update/onik_000.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_000.txt b/Update/onik_000.txt index fb7b3c9..514c16a 100644 --- a/Update/onik_000.txt +++ b/Update/onik_000.txt @@ -110,7 +110,7 @@ // アイスクリーム屋なんてもってのほかだ@ OutputLine(NULL, " アイスクリーム屋なんてもってのほかだ。", - NULL, "Even an ice cream parlor would be unlikely.", Line_WaitForInput); + NULL, "An ice cream parlor? No chance.", Line_WaitForInput); OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); From 05843c181bd3338db86e427069a8b0e22b3697f9 Mon Sep 17 00:00:00 2001 From: Norgus Date: Wed, 23 Dec 2015 17:22:13 +0000 Subject: [PATCH 4/4] translation omission --- Update/onik_000.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_000.txt b/Update/onik_000.txt index 514c16a..7ec2a7d 100644 --- a/Update/onik_000.txt +++ b/Update/onik_000.txt @@ -126,7 +126,7 @@ // 前の町には確かにレコード屋もゲームセンターもアイスクリーム屋もあったが、別にそれらを頻繁に利用していたわけじゃない@ OutputLine(NULL, " 前の町には確かにレコード屋もゲームセンターもアイスクリーム屋もあったが、別にそれらを頻繁に利用していたわけじゃない。", - NULL, "There were music stores and arcades and ice cream parlors, but it wasn't like I ever hung out at any of them.", Line_WaitForInput); + NULL, "There were music stores and arcades and ice cream parlors where I used to live, but it wasn't like I ever hung out at any of them.", Line_WaitForInput); OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);