diff --git a/src/dev-util/hardcoded_cards.gd b/src/dev-util/hardcoded_cards.gd index 6bd19b14..3e063f21 100644 --- a/src/dev-util/hardcoded_cards.gd +++ b/src/dev-util/hardcoded_cards.gd @@ -13,7 +13,7 @@ static var source_dicts: Array[Dictionary] = [ }, { "c_comic_heroes": ["p_effort", "p_agent_q", []], - "c_boy_stuff": ["p_pretending", "girls", []], + "c_boy_stuff": ["p_pretending", "p_girls", []], "c_teasing": ["p_stubborn", "p_good_intended", ["p_thomas_gifted"]] }, { diff --git a/src/internationalisation.csv b/src/internationalisation.csv index 761f0d8b..ac0ccaaf 100644 --- a/src/internationalisation.csv +++ b/src/internationalisation.csv @@ -190,15 +190,15 @@ p_vent,and that's a great vent.,ich kann da gut Frust ablassen.,,, p_wet,"I was wet, so I must have been into it?","Ich war feucht, also hab ich es wohl gewollt?",,,This line on itself should seem like a intrusive thought on it’s own without the contect above. "Lukas jumped me, he didn't even explain a thing or ask consent. I was confused and paralised, so ","Lukas jumped me, he didn't even explain a thing or ask consent. I was confused and paralised, so ","Lukas hat mich überrumpelt, er hat nichts erklärt oder überhaupt gefragt, was ich wollte. Ich war im Moment nicht mehr ich selbst und",,,It is very crucial that this sentence and the next line form a complete sentence p_stop,I didn’t say stop.,Ich habe nicht Stopp gesagt.,,,This line on itself should seem like a intrusive thought on it’s own without the contect above. -c_out_of_world,I feel like I am not from of this world,Ich fühl mich wie von einer anderen Welt,,, -p_unique,I like being unique like that,ich mag es so besonders zu sein.,,, -p_few_friends,I am thankful for the few friends that get me,"gut, dass ich ein paar Freunde habe, die das verstehen.",,, -c_rejection,I fear being rejected,"Ich habe Angst, ausgeschlossen zu werden",,, -p_finding_friends,that makes it hard to find friends,darum fällt mir Freunde finden schwer.,,, -p_laughed_at,I'm afraid I will just get laughed at,"was, wenn ich deswegen ausgelacht werde?",,, -c_confusion,I am just too many things at once,Ich bin zu viel gleichzeitig.,,, -p_inner_conflict,it is just so overwhealming for me,das ist einfach überfordernd für mich.,,, -p_outer_conflict,this is just too much for others,das ist einfach überfordernd für andere.,,, +c_out_of_world,"I feel like I am not from of this world, ","Ich fühl mich wie von einer anderen Welt,",,, +p_unique,I like being unique like that.,ich mag es so besonders zu sein.,,, +p_few_friends,I am thankful for the few friends that get me.,"gut, dass ich ein paar Freunde habe, die das verstehen.",,, +c_rejection,"I fear being rejected, ","Ich habe Angst, ausgeschlossen zu werden,",,, +p_finding_friends,that makes it hard to find friends.,darum fällt mir Freunde finden schwer.,,, +p_laughed_at,I'm afraid I will just get laughed at?,"was, wenn ich deswegen ausgelacht werde?",,, +c_confusion,"I am just too many things at once, ","Ich bin zu vieles gleichzeitig, ",,, +p_inner_conflict,it is just so overwhealming for me.,das ist einfach überfordernd für mich.,,, +p_outer_conflict,this is just too much for others.,das ist einfach überfordernd für andere.,,, "Oh, my old mask. I have so many good memories about theatre club. ","Oh, my old mask. I have so many good memories about theatre club.","Nahw, meine gute alte Maske. Ich habe so schöne Erinnerungen an die Theater-AG. ",,, "I would stand on my bed for entire afternoons, weeks on end, practicing my lines. Pretending to be on the big stage ... ","I would stand on my bed for entire afternoons, weeks on end, practicing my lines. Pretending to be on the big stage ... ","Ich hab den ganzen Nachmittag geübt, wochenlang. Mein Bett eine große Bühne. ",,, "my mom would get mad at me, when she had to call me three or four times for dinner. ","my mom would get mad at me, when she had to call me three or four times for dinner. ","Es gab so oft Zoff, weil mich meine Mutter immer wieder zum Essen rufen musste.",,, @@ -315,3 +315,7 @@ Find all three Momentos to collect all thoughts.,Find all three Momentos to gath Find two more Momentos to collect all cards.,Find two more Momentos to collect all cards.,Finde zwei weitere Erinnerungen um alle Karten zu sammeln.,,, Find the last remaining Momento.,Find the last remaining Momento.,Finde die letzte Erinnerung. ,,, Attribution,Attribution,Mitwirkende und Danksagung,,, +reveal full text (hold),reveal full text (hold),vollen Text anzeigen (halten),,, +skip scene,skip scene,Szene überspringen,,, +continue,continue,Fotfahren,,, +keep reading,keep reading,weiterhin lesen,,, diff --git a/src/internationalisation.de.translation b/src/internationalisation.de.translation index 4f4a23c1..39f17d2c 100644 Binary files a/src/internationalisation.de.translation and b/src/internationalisation.de.translation differ diff --git a/src/internationalisation.en.translation b/src/internationalisation.en.translation index 1d2e2372..af637379 100644 Binary files a/src/internationalisation.en.translation and b/src/internationalisation.en.translation differ diff --git a/src/internationalisation.es.translation b/src/internationalisation.es.translation index 2e8ed73c..b8b20681 100644 Binary files a/src/internationalisation.es.translation and b/src/internationalisation.es.translation differ diff --git a/src/internationalisation.ja.translation b/src/internationalisation.ja.translation index 267939ce..80cedd89 100644 Binary files a/src/internationalisation.ja.translation and b/src/internationalisation.ja.translation differ diff --git a/src/internationalisation.notes.translation b/src/internationalisation.notes.translation index 049e8f3e..555b8e98 100644 Binary files a/src/internationalisation.notes.translation and b/src/internationalisation.notes.translation differ