diff --git a/game/1_akarsha.rpyc b/game/1_akarsha.rpyc index f1a4bea..29f46ad 100644 Binary files a/game/1_akarsha.rpyc and b/game/1_akarsha.rpyc differ diff --git a/game/2_diya.rpyc b/game/2_diya.rpyc index 9e1a4c0..e6f4ac7 100644 Binary files a/game/2_diya.rpyc and b/game/2_diya.rpyc differ diff --git a/game/3_min.rpyc b/game/3_min.rpyc index cdc7a8f..6b02938 100644 Binary files a/game/3_min.rpyc and b/game/3_min.rpyc differ diff --git a/game/4_noelle.rpyc b/game/4_noelle.rpyc index 96b2cde..63c4f28 100644 Binary files a/game/4_noelle.rpyc and b/game/4_noelle.rpyc differ diff --git a/game/Cocoonase_v1.LICENSE b/game/Cocoonase_v1.LICENSE new file mode 100644 index 0000000..4362b49 --- /dev/null +++ b/game/Cocoonase_v1.LICENSE @@ -0,0 +1,502 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/game/Cocoonase_v2.ttf b/game/Cocoonase_v2.ttf new file mode 100644 index 0000000..b344df5 Binary files /dev/null and b/game/Cocoonase_v2.ttf differ diff --git a/game/cache/bytecode.rpyb b/game/cache/bytecode.rpyb index 0b27cdf..481a699 100644 Binary files a/game/cache/bytecode.rpyb and b/game/cache/bytecode.rpyb differ diff --git a/game/cache/pyanalysis.rpyb b/game/cache/pyanalysis.rpyb index 6608fb5..321d67e 100644 Binary files a/game/cache/pyanalysis.rpyb and b/game/cache/pyanalysis.rpyb differ diff --git a/game/cache/screens.rpyb b/game/cache/screens.rpyb index 1bbd64d..6f1de20 100644 Binary files a/game/cache/screens.rpyb and b/game/cache/screens.rpyb differ diff --git a/game/cache/shaders.txt b/game/cache/shaders.txt new file mode 100644 index 0000000..41a9c5a --- /dev/null +++ b/game/cache/shaders.txt @@ -0,0 +1,9 @@ +renpy.alpha renpy.texture +renpy.geometry renpy.solid +renpy.alpha renpy.geometry renpy.texture +renpy.geometry renpy.texture +renpy.texture +renpy.ftl +renpy.dissolve renpy.dissolve +renpy.dissolve renpy.geometry +renpy.solid diff --git a/game/gui.rpy b/game/gui.rpy index 2890b40..6aeb204 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -224,7 +224,7 @@ define gui.quick_button_text_selected_color = gui.accent_color define gui.choice_button_width = 950 define gui.choice_button_height = 80 define gui.choice_button_tile = False -define gui.choice_button_text_align = 0.5 +define gui.choice_button_text_align = (0.5,0.5) #define gui.choice_button_borders = Borders(100, 10, 100, 10) define gui.choice_button_text_font = gui.text_font define gui.choice_button_text_size = gui.text_size diff --git a/game/gui.rpyc b/game/gui.rpyc index 7fbe28a..ef67e8f 100644 Binary files a/game/gui.rpyc and b/game/gui.rpyc differ diff --git a/game/images/bg/auditorium.png b/game/images/bg/auditorium.png new file mode 100644 index 0000000..9d6cb07 Binary files /dev/null and b/game/images/bg/auditorium.png differ diff --git a/game/images/bg/catch1.png b/game/images/bg/catch1.png new file mode 100644 index 0000000..1a28680 Binary files /dev/null and b/game/images/bg/catch1.png differ diff --git a/game/images/bg/track.png b/game/images/bg/track.png new file mode 100644 index 0000000..06d0860 Binary files /dev/null and b/game/images/bg/track.png differ diff --git a/game/images/confetti.png b/game/images/confetti.png new file mode 100644 index 0000000..0b117c5 Binary files /dev/null and b/game/images/confetti.png differ diff --git a/game/images/sprite/diyaCostume.png b/game/images/sprite/diyaCostume.png index 6622f11..5031b87 100644 Binary files a/game/images/sprite/diyaCostume.png and b/game/images/sprite/diyaCostume.png differ diff --git a/game/images/sprite/diyaCrying1.png b/game/images/sprite/diyaCrying1.png new file mode 100644 index 0000000..75d657b Binary files /dev/null and b/game/images/sprite/diyaCrying1.png differ diff --git a/game/images/sprite/subzeroGlasses.png b/game/images/sprite/subzeroGlasses.png new file mode 100644 index 0000000..073e294 Binary files /dev/null and b/game/images/sprite/subzeroGlasses.png differ diff --git a/game/options.rpyc b/game/options.rpyc index f8d462d..1fb330a 100644 Binary files a/game/options.rpyc and b/game/options.rpyc differ diff --git a/game/saves/1-1-LT1.save b/game/saves/1-1-LT1.save new file mode 100644 index 0000000..0823f3c Binary files /dev/null and b/game/saves/1-1-LT1.save differ diff --git a/game/saves/1-2-LT1.save b/game/saves/1-2-LT1.save new file mode 100644 index 0000000..dd9ad4e Binary files /dev/null and b/game/saves/1-2-LT1.save differ diff --git a/game/saves/navigation.json b/game/saves/navigation.json new file mode 100644 index 0000000..fff1495 --- /dev/null +++ b/game/saves/navigation.json @@ -0,0 +1 @@ +{"name": "Butterfly Soup 2", "version": "1.05", "location": {"callable": {"Shaker.__call__": ["game/script.rpy", 3243], "showSubtitle": ["game/script.rpy", 3198], "gChat": ["game/script.rpy", 190], "slow_tag": ["game/script.rpy", 108], "MouseParallax.parallax": ["game/script.rpy", 243], "bgm_play": ["game/script.rpy", 158], "incoherent_tag": ["game/script.rpy", 39], "blue_tag": ["game/script.rpy", 76], "small_tag": ["game/script.rpy", 135], "white_tag": ["game/script.rpy", 55], "pink_tag": ["game/script.rpy", 87], "slower_tag": ["game/script.rpy", 117], "my_empty_window": ["game/script.rpy", 3216], "clicks": ["game/script.rpy", 182], "nvlHide": ["game/script.rpy", 208], "Shaker.__init__": ["game/script.rpy", 3235], "MouseParallax.event": ["game/script.rpy", 251], "MouseParallax.overlay": ["game/script.rpy", 246], "clack_play": ["game/script.rpy", 165], "MouseParallax.render": ["game/script.rpy", 241], "yellow_tag": ["game/script.rpy", 65], "big_tag": ["game/script.rpy", 126], "red_tag": ["game/script.rpy", 99], "rtlConfig": ["game/script.rpy", 3182], "MouseParallax.__init__": ["game/script.rpy", 223], "trans": ["game/script.rpy", 260], "nvlShow": ["game/script.rpy", 214]}, "screen": {"load": ["game/screens.rpy", 1255], "qte_p1": ["game/1_akarsha.rpy", 1781], "help": ["game/screens.rpy", 1790], "quick_menu3": ["game/screens.rpy", 679], "library": ["game/1_akarsha.rpy", 1427], "say": ["game/screens.rpy", 316], "notify": ["game/screens.rpy", 2073], "keyboard_help": ["game/screens.rpy", 1819], "gamepad_help": ["game/screens.rpy", 1889], "preferences": ["game/screens.rpy", 1439], "confirm": ["game/screens.rpy", 1954], "movie": ["game/screens.rpy", 2510], "qte_courtyardAkarsha": ["game/1_akarsha.rpy", 1731], "mouse_help": ["game/screens.rpy", 1866], "whiteScreen": ["game/screens.rpy", 2478], "input": ["game/screens.rpy", 456], "save": ["game/screens.rpy", 1248], "skip_indicator": ["game/screens.rpy", 2017], "file_slots": ["game/screens.rpy", 1262], "park": ["game/3_min.rpy", 689], "choice": ["game/screens.rpy", 489], "game_menu": ["game/screens.rpy", 959], "qte_lockerRoomEntrance": ["game/1_akarsha.rpy", 1597], "main_menu": ["game/screens.rpy", 811], "nvl": ["game/screens.rpy", 2129], "quick_menu": ["game/screens.rpy", 2421], "about": ["game/screens.rpy", 1122], "qte_locker": ["game/2_diya.rpy", 934], "gui_tooltip": ["game/screens.rpy", 2499], "resolution": ["game/3_min.rpy", 2972], "qte_courtyardDiya": ["game/2_diya.rpy", 815], "qte_tooltip": ["game/screens.rpy", 2504], "qte_diyaResolution": ["game/2_diya.rpy", 2195], "navigation": ["game/screens.rpy", 728], "history": ["game/screens.rpy", 1647]}, "define": {"gui.accent_color": ["game/gui.rpy", 26], "gui.interface_text_size": ["game/gui.rpy", 85], "build.name": ["game/options.rpy", 41], "gui.bar_tile": ["game/gui.rpy", 331], "gui.nvl_thought_xpos": ["game/gui.rpy", 411], "gui.slot_button_text_idle_color": ["game/gui.rpy", 247], "dissolveTop": ["game/script.rpy", 17], "config.history_length": ["game/gui.rpy", 362], "config.after_load_transition": ["game/options.rpy", 86], "gui.page_spacing": ["game/gui.rpy", 287], "gui.page_button_borders": ["game/gui.rpy", 206], "eyeClose": ["game/script.rpy", 14], "irisIn": ["game/script.rpy", 9], "gui.idle_color": ["game/gui.rpy", 29], "config.enter_transition": ["game/options.rpy", 79], "config.window": ["game/options.rpy", 108], "gui.slider_tile": ["game/gui.rpy", 333], "gui.notify_ypos": ["game/gui.rpy", 272], "gui.nvl_button_xalign": ["game/gui.rpy", 418], "Sayeeda": ["game/script.rpy", 3431], "gui.nvl_text_ypos": ["game/gui.rpy", 405], "gui.frame_borders": ["game/gui.rpy", 302], "blinds": ["game/script.rpy", 22], "gui.slot_button_borders": ["game/gui.rpy", 244], "Grace": ["game/script.rpy", 3430], "cFirstLine": ["game/script.rpy", 3469], "gui.scrollbar_borders": ["game/gui.rpy", 337], "iOut": ["game/script.rpy", 10], "gui.pref_spacing": ["game/gui.rpy", 281], "gui.dialogue_text_xalign": ["game/gui.rpy", 157], "gui.navigation_ypos": ["game/gui.rpy", 266], "gui.nvl_text_xpos": ["game/gui.rpy", 404], "config.window_icon": ["game/options.rpy", 160], "cSame": ["game/script.rpy", 3466], "gui.muted_color": ["game/gui.rpy", 50], "cNoelle": ["game/script.rpy", 3452], "Aunt": ["game/script.rpy", 3441], "gui.vscrollbar.xsize": ["game/gui.rpy", 349], "gui.dialogue_ypos": ["game/gui.rpy", 150], "config.has_sound": ["game/options.rpy", 49], "gui.slot_button_text_hover_color": ["game/gui.rpy", 248], "gui.button_text_font": ["game/gui.rpy", 178], "AhGong": ["game/script.rpy", 3440], "gui.nvl_name_ypos": ["game/gui.rpy", 400], "gui.game_menu_background": ["game/gui.rpy", 104], "Hayden": ["game/script.rpy", 3447], "diamond": ["game/script.rpy", 20], "gui.choice_button_text_hover_color": ["game/gui.rpy", 232], "NPC": ["game/script.rpy", 3443], "gui.nvl_button_xpos": ["game/gui.rpy", 417], "clockWipe": ["game/script.rpy", 7], "gui.name_xalign": ["game/gui.rpy", 130], "gui.choice_button_text_align": ["game/gui.rpy", 227], "config.window_auto_hide": ["game/options.rpy", 252], "gui.namebox_borders": ["game/gui.rpy", 139], "cNarrator": ["game/script.rpy", 3468], "gui.frame_tile": ["game/gui.rpy", 314], "gui.nvl_text_xalign": ["game/gui.rpy", 407], "gui.vbar_borders": ["game/gui.rpy", 341], "config.end_game_transition": ["game/options.rpy", 91], "gui.slot_button_text_size": ["game/gui.rpy", 245], "irisOut": ["game/script.rpy", 8], "gui.dialogue_xpos": ["game/gui.rpy", 149], "config.say_attribute_transition_callback_attrs": ["game/options.rpy", 247], "cAkarsha": ["game/script.rpy", 3453], "gui.namebox_height": ["game/gui.rpy", 135], "gui.say_label_color": ["game/gui.rpy", 59], "cMom": ["game/script.rpy", 3463], "gui.main_menu_text_xalign": ["game/gui.rpy", 293], "config.version": ["game/options.rpy", 26], "gui.history_text_width": ["game/gui.rpy", 378], "gui.radio_button_borders": ["game/gui.rpy", 200], "gui.button_text_size": ["game/gui.rpy", 183], "slideleft": ["game/script.rpy", 6], "Subzero": ["game/script.rpy", 3448], "config.window_hide_transition": ["game/options.rpy", 116], "gui.about": ["game/options.rpy", 34], "NPC2": ["game/script.rpy", 3444], "config.keep_side_render_order": ["game/options.rpy", 246], "cChryssa": ["game/script.rpy", 3459], "config.rollback_enabled": ["game/options.rpy", 82], "gui.navigation_spacing": ["game/gui.rpy", 278], "slideright": ["game/script.rpy", 5], "AkarshaT": ["game/script.rpy", 3421], "Dad": ["game/script.rpy", 3434], "cGrace": ["game/script.rpy", 3461], "gui.slot_button_width": ["game/gui.rpy", 242], "Noelle": ["game/script.rpy", 3425], "config.has_autosave": ["game/options.rpy", 119], "NoelleT": ["game/script.rpy", 3420], "gui.skip_frame_borders": ["game/gui.rpy", 308], "gui.title_text_size": ["game/gui.rpy", 94], "gui.button_text_idle_color": ["game/gui.rpy", 184], "gui.notify_frame_borders": ["game/gui.rpy", 311], "eyeOpen": ["game/script.rpy", 13], "gui.navigation_xpos": ["game/gui.rpy", 265], "gui.slot_button_height": ["game/gui.rpy", 243], "gui.title_text_font": ["game/gui.rpy", 97], "gui.vscrollbar.top_bar": ["game/gui.rpy", 344], "gui.nvl_name_xpos": ["game/gui.rpy", 399], "config.nvl_list_length": ["game/screens.rpy", 2330], "config.name": ["game/options.rpy", 15], "cAkarsha2": ["game/script.rpy", 3454], "gui.notify_text_size": ["game/gui.rpy", 91], "config.debug": ["game/options.rpy", 28], "config.has_voice": ["game/options.rpy", 51], "gui.selected_color": ["game/gui.rpy", 43], "config.framerate": ["game/options.rpy", 243], "gui.button_text_xalign": ["game/gui.rpy", 191], "gui.history_text_xpos": ["game/gui.rpy", 376], "gui.nvl_borders": ["game/gui.rpy", 387], "gui.confirm_button_text_xalign": ["game/gui.rpy", 204], "gui.vscrollbar.thumb": ["game/gui.rpy", 347], "MinT": ["game/script.rpy", 3422], "gui.text_font": ["game/gui.rpy", 55], "gui.history_name_xpos": ["game/gui.rpy", 370], "gui.main_menu_background": ["game/gui.rpy", 103], "gui.button_width": ["game/gui.rpy", 165], "Akarsha": ["game/script.rpy", 3424], "gui.button_text_selected_color": ["game/gui.rpy", 186], "gui.vscrollbar.xpos": ["game/gui.rpy", 350], "gui.nvl_thought_ypos": ["game/gui.rpy", 412], "config.save_directory": ["game/options.rpy", 154], "gui.skip_ypos": ["game/gui.rpy", 269], "gui.namebox_tile": ["game/gui.rpy", 143], "gui.nvl_text_width": ["game/gui.rpy", 406], "gui.hover_color": ["game/gui.rpy", 36], "Pratik": ["game/script.rpy", 3436], "gui.interface_text_color": ["game/gui.rpy", 61], "config.thumbnail_width": ["game/gui.rpy", 250], "cSayeeda": ["game/script.rpy", 3462], "gui.idle_small_color": ["game/gui.rpy", 33], "gui.vscrollbar.hover_thumb": ["game/gui.rpy", 348], "cMin": ["game/script.rpy", 3451], "config.has_quicksave": ["game/options.rpy", 118], "config.exit_transition": ["game/options.rpy", 80], "gui.title_text_color": ["game/gui.rpy", 95], "gui.name_xpos": ["game/gui.rpy", 125], "gui.name_text_size": ["game/gui.rpy", 82], "gui.history_text_xalign": ["game/gui.rpy", 379], "Jun": ["game/script.rpy", 3446], "dissolve1": ["game/script.rpy", 15], "config.window_auto_show": ["game/options.rpy", 251], "gui.file_slot_rows": ["game/gui.rpy", 255], "gui.button_text_insensitive_color": ["game/gui.rpy", 187], "pinwheel": ["game/script.rpy", 23], "gui.hover_muted_color": ["game/gui.rpy", 51], "gui.scrollbar_size": ["game/gui.rpy", 327], "gui.quick_button_text_selected_color": ["game/gui.rpy", 211], "gui.nvl_thought_width": ["game/gui.rpy", 413], "gui.history_height": ["game/gui.rpy", 366], "gui.text_size": ["game/gui.rpy", 77], "gui.unscrollable": ["game/gui.rpy", 354], "gui.choice_button_text_font": ["game/gui.rpy", 229], "gui.slot_spacing": ["game/gui.rpy", 290], "Amma": ["game/script.rpy", 3437], "DiyaT": ["game/script.rpy", 3419], "gui.quick_button_text_idle_color": ["game/gui.rpy", 210], "config.window_show_transition": ["game/options.rpy", 115], "config.narrator_menu": ["game/screens.rpy", 547], "gui.nvl_height": ["game/gui.rpy", 391], "gui.choice_button_height": ["game/gui.rpy", 225], "gui.name_text_color": ["game/gui.rpy", 70], "gui.nvl_spacing": ["game/gui.rpy", 395], "config.screen_width": ["game/options.rpy", 121], "gui.insensitive_color": ["game/gui.rpy", 46], "gui.bar_borders": ["game/gui.rpy", 336], "gui.dialogue_width": ["game/gui.rpy", 153], "gui.scrollbar_tile": ["game/gui.rpy", 332], "gui.quick_button_text_size": ["game/gui.rpy", 209], "Diya": ["game/script.rpy", 3415], "config.has_music": ["game/options.rpy", 50], "gui.textbox_height": ["game/gui.rpy", 116], "gui.file_slot_cols": ["game/gui.rpy", 254], "gui.text_color": ["game/gui.rpy", 57], "Chryssa": ["game/script.rpy", 3427], "gui.history_name_xalign": ["game/gui.rpy", 373], "gui.history_text_ypos": ["game/gui.rpy", 377], "ChunHua": ["game/script.rpy", 3439], "config.rtl": ["game/options.rpy", 255], "gui.button_text_hover_color": ["game/gui.rpy", 185], "gui.textbox_yalign": ["game/gui.rpy", 120], "Min": ["game/script.rpy", 3416], "gui.nvl_name_width": ["game/gui.rpy", 401], "gui.choice_button_text_idle_color": ["game/gui.rpy", 231], "config.help": ["game/options.rpy", 111], "config.main_menu_music": ["game/options.rpy", 68], "gui.button_borders": ["game/gui.rpy", 169], "gui.button_tile": ["game/gui.rpy", 173], "cAkarsha3": ["game/script.rpy", 3456], "cDiya": ["game/script.rpy", 3450], "Ester": ["game/script.rpy", 3429], "narrator": ["game/script.rpy", 3414], "config.debug_sound": ["game/options.rpy", 29], "Liz": ["game/script.rpy", 3428], "Mom": ["game/script.rpy", 3433], "gui.choice_button_tile": ["game/gui.rpy", 226], "gui.history_name_width": ["game/gui.rpy", 372], "config.menu_showed_window": ["game/options.rpy", 250], "gui.slider_size": ["game/gui.rpy", 328], "config.layers": ["game/options.rpy", 55], "cLiz": ["game/script.rpy", 3460], "gui.nvl_name_xalign": ["game/gui.rpy", 402], "gui.label_text_size": ["game/gui.rpy", 88], "persistent.ending1": ["game/script.rpy", 3412], "config.keyword_after_python": ["game/options.rpy", 248], "gui.nvl_thought_xalign": ["game/gui.rpy", 414], "gui.namebox_width": ["game/gui.rpy", 134], "pause1": ["game/script.rpy", 18], "config.say_attributes_use_side_image": ["game/options.rpy", 249], "gui.vslider_borders": ["game/gui.rpy", 343], "gui.slider_borders": ["game/gui.rpy", 338], "gui.name_text_font": ["game/gui.rpy", 69], "gui.name_ypos": ["game/gui.rpy", 126], "dissolve2": ["game/script.rpy", 16], "gui.pref_button_spacing": ["game/gui.rpy", 284], "config.thumbnail_height": ["game/gui.rpy", 251], "gui.bar_size": ["game/gui.rpy", 326], "gui.choice_button_width": ["game/gui.rpy", 224], "gui.interface_text_font": ["game/gui.rpy", 73], "config.screen_height": ["game/options.rpy", 122], "config.context_clear_layers": ["game/options.rpy", 240], "gui.history_name_ypos": ["game/gui.rpy", 371], "gui.language": ["game/gui.rpy", 429], "gui.slot_button_text_xalign": ["game/gui.rpy", 246], "gui.namebox_borders.padding": ["game/gui.rpy", 79], "gui.confirm_frame_borders": ["game/gui.rpy", 305], "gui.show_name": ["game/options.rpy", 21], "checkerboard": ["game/script.rpy", 21], "gui.vscrollbar.bottom_bar": ["game/gui.rpy", 345], "gui.button_height": ["game/gui.rpy", 166], "gui.check_button_borders": ["game/gui.rpy", 202], "iIn": ["game/script.rpy", 11], "gui.choice_spacing": ["game/gui.rpy", 275], "gui.quick_button_borders": ["game/gui.rpy", 208], "gui.choice_button_text_size": ["game/gui.rpy", 230], "gui.vscrollbar_borders": ["game/gui.rpy", 342]}, "transform": {"delayed_blink": ["game/screens.rpy", 2035], "notify_appear": ["game/screens.rpy", 2084], "sideSprite1": ["game/script.rpy", 491], "sideSprite2": ["game/script.rpy", 499], "nvlChoiceFade": ["game/script.rpy", 554], "spriteTransform": ["game/script.rpy", 458], "bgTransform": ["game/script.rpy", 460], "alpha_SPEEDQTE": ["game/script.rpy", 482], "titleFade2": ["game/script.rpy", 531], "titleFade3": ["game/script.rpy", 536], "titleFade4": ["game/script.rpy", 541], "titleFade5": ["game/script.rpy", 546], "centered3D": ["game/script.rpy", 551], "titleFade": ["game/script.rpy", 526], "alpha_SPEED": ["game/script.rpy", 464], "earthquake": ["game/script.rpy", 3367], "qte_move": ["game/script.rpy", 515], "alpha_SPEED2": ["game/script.rpy", 473], "main_eff1": ["game/screens.rpy", 933], "main_eff2": ["game/screens.rpy", 936], "main_eff3": ["game/screens.rpy", 939], "main_eff4": ["game/screens.rpy", 942], "main_eff5": ["game/screens.rpy", 945], "winFade": ["game/script.rpy", 444]}, "label": {"backToLocker": ["game/2_diya.rpy", 917], "golf": ["game/1_akarsha.rpy", 310], "thatWasExhausting": ["game/3_min.rpy", 3233], "noelleAndDiyaTalk": ["game/4_noelle.rpy", 1773], "uncurse": ["game/3_min.rpy", 3318], "backToCourtyard": ["game/2_diya.rpy", 2183], "sceneFilming": ["game/3_min.rpy", 1857], "cantSleep": ["game/2_diya.rpy", 464], "lockerRoomCrisis": ["game/2_diya.rpy", 1417], "lookDesk": ["game/1_akarsha.rpy", 1487], "lakeLoop": ["game/3_min.rpy", 1979], "moveCourtyard": ["game/1_akarsha.rpy", 1719], "sexualBehavior": ["game/4_noelle.rpy", 353], "tentDisaster": ["game/3_min.rpy", 2271], "learningChinese": ["game/4_noelle.rpy", 1463], "lunch": ["game/1_akarsha.rpy", 2117], "kingDedede": ["game/4_noelle.rpy", 416], "backToLibrary": ["game/1_akarsha.rpy", 1412], "sakuraUnrequitedLove": ["game/1_akarsha.rpy", 2844], "groupPresentation": ["game/2_diya.rpy", 1144], "subway": ["game/4_noelle.rpy", 1043], "throwRocks": ["game/3_min.rpy", 1085], "lookTable": ["game/3_min.rpy", 1015], "splashscreen": ["game/script.rpy", 3281], "diya2": ["game/2_diya.rpy", 1], "momApology": ["game/2_diya.rpy", 2468], "defendingAgain": ["game/4_noelle.rpy", 2560], "enterClass": ["game/1_akarsha.rpy", 1835], "getStuff": ["game/2_diya.rpy", 992], "momDad": ["game/1_akarsha.rpy", 973], "diyaminMakeout": ["game/2_diya.rpy", 247], "chunHuaChoice": ["game/4_noelle.rpy", 791], "wikiLoop": ["game/4_noelle.rpy", 311], "closeLocker": ["game/2_diya.rpy", 981], "leaveLibrary": ["game/1_akarsha.rpy", 1503], "wikipedia": ["game/4_noelle.rpy", 283], "gayPanic": ["game/4_noelle.rpy", 388], "math": ["game/4_noelle.rpy", 3190], "valentinesDayCard": ["game/2_diya.rpy", 1103], "assembly": ["game/4_noelle.rpy", 3513], "rosin": ["game/2_diya.rpy", 1000], "credits": ["game/4_noelle.rpy", 4084], "falseSpring": ["game/3_min.rpy", 2525], "walkToSchool": ["game/2_diya.rpy", 557], "lookLockerRoom": ["game/1_akarsha.rpy", 1633], "beginning": ["game/1_akarsha.rpy", 57], "earthquake": ["game/1_akarsha.rpy", 2250], "braidPrank": ["game/3_min.rpy", 3010], "momTexts": ["game/1_akarsha.rpy", 741], "forum": ["game/3_min.rpy", 335], "graceCallout": ["game/3_min.rpy", 3187], "bigBrainMove": ["game/4_noelle.rpy", 2705], "backToCourtyardRain": ["game/2_diya.rpy", 803], "shesTheMan": ["game/1_akarsha.rpy", 2421], "lockerRoomEntrance": ["game/1_akarsha.rpy", 1588], "cantGoRain": ["game/2_diya.rpy", 844], "morning2": ["game/2_diya.rpy", 1834], "trueDragon": ["game/4_noelle.rpy", 1343], "baseballGame": ["game/4_noelle.rpy", 1942], "lookTreeStump": ["game/3_min.rpy", 982], "diyaMinEndConvo": ["game/2_diya.rpy", 2221], "minChat": ["game/1_akarsha.rpy", 2520], "backToCourtyardAkarsha": ["game/1_akarsha.rpy", 1723], "noLibrary": ["game/1_akarsha.rpy", 1680], "bathroom": ["game/1_akarsha.rpy", 1674], "cantGo": ["game/2_diya.rpy", 2216], "ranch99": ["game/4_noelle.rpy", 257], "courtyardArrive": ["game/2_diya.rpy", 772], "start": ["game/1_akarsha.rpy", 1], "minDadCarRide": ["game/3_min.rpy", 139], "bart": ["game/4_noelle.rpy", 1607], "failedConfession": ["game/1_akarsha.rpy", 2352], "reportCard": ["game/1_akarsha.rpy", 1214], "noelle4": ["game/4_noelle.rpy", 1], "lookShelves": ["game/1_akarsha.rpy", 1454], "vocab2": ["game/4_noelle.rpy", 68], "p1": ["game/1_akarsha.rpy", 1765], "monopoly": ["game/1_akarsha.rpy", 667], "momFindsOut": ["game/2_diya.rpy", 116], "quittingChineseSchool": ["game/4_noelle.rpy", 99], "wolfDeathScene": ["game/3_min.rpy", 2860], "backToMinResolution": ["game/3_min.rpy", 2962], "lookPlayground": ["game/3_min.rpy", 760], "arriveAtPark": ["game/3_min.rpy", 529], "classNextDay": ["game/1_akarsha.rpy", 2650], "minLeaves": ["game/1_akarsha.rpy", 1750], "wrongAnswer": ["game/4_noelle.rpy", 56], "rereadArticle": ["game/4_noelle.rpy", 328], "useLockerRain": ["game/2_diya.rpy", 849], "ay": ["game/2_diya.rpy", 595], "eavesdrop": ["game/1_akarsha.rpy", 1823], "airport": ["game/4_noelle.rpy", 499], "lunchbox": ["game/2_diya.rpy", 1046], "lookPhotos": ["game/4_noelle.rpy", 937], "arriveTaiwan": ["game/4_noelle.rpy", 612], "lockerRoom": ["game/1_akarsha.rpy", 2798], "preassembly": ["game/4_noelle.rpy", 3265], "secretAdmirer": ["game/1_akarsha.rpy", 2983], "min3": ["game/3_min.rpy", 1], "epilogue": ["game/4_noelle.rpy", 4103], "lesbian": ["game/4_noelle.rpy", 370], "filmingResumes": ["game/3_min.rpy", 2188], "reflection": ["game/1_akarsha.rpy", 1807], "apology": ["game/3_min.rpy", 2752], "iHateDadClub": ["game/3_min.rpy", 266], "razorDenial": ["game/2_diya.rpy", 1655], "lookDog": ["game/3_min.rpy", 810], "backToPark": ["game/3_min.rpy", 675], "rightAnswer": ["game/4_noelle.rpy", 62], "tentSetup": ["game/3_min.rpy", 1440]}}, "error": false, "size": [1366, 768], "build": {"documentation_patterns": ["*.html", "*.txt"], "renpy": false, "version": "1.05", "include_i686": true, "base_patterns": [["*.py", null], ["*.sh", null], ["*.app/", null], ["*.dll", null], ["*.manifest", null], ["lib/", null], ["renpy/", null], ["update/", null], ["common/", null], ["update/", null], ["old-game/", null], ["icon.ico", null], ["icon.icns", null], ["project.json", null], ["log.txt", null], ["errors.txt", null], ["traceback.txt", null], ["image_cache.txt", null], ["text_overflow.txt", null], ["dialogue.txt", null], ["dialogue.tab", null], ["profile_screen.txt", null], ["files.txt", null], ["memory.txt", null], ["tmp/", null], ["game/saves/", null], ["game/bytecode.rpyb", null], ["archived/", null], ["launcherinfo.py", null], ["android.txt", null], ["game/presplash*.*", ["all"]], [".android.json", ["android"]], ["android-*.png", ["android"]], ["android-*.jpg", ["android"]], ["ouya_icon.png", null], ["ios-presplash.*", ["ios"]], ["ios-launchimage.png", null], ["ios-icon.png", null], ["web-presplash.png", ["web"]], ["web-presplash.jpg", ["web"]], ["web-presplash.webp", ["web"]], ["progressive_download.txt", ["web"]], ["steam_appid.txt", null], ["**~", null], ["**.bak", null], ["**/.**", null], ["**/#**", null], ["**/thumbs.db", null], ["README.txt", ["all"]], ["**.txt", null], ["game/**.rpy", ["archive"]], ["game/**.rpyc", ["archive"]], ["game/**.jpg", ["archive"]], ["game/**.png", ["archive"]], ["game/**.ogg", ["archive"]], ["game/**.wav", ["archive"]], ["game/**.mp3", ["archive"]], [".*", null], ["**", ["all"]]], "directory_name": "ButterflySoup2-1.05", "allow_integrated_gpu": true, "display_name": "Butterfly Soup 2", "script_version": true, "_sdk_fonts": false, "destination": "ButterflySoup2-1.05-dists", "mac_info_plist": {}, "archives": [["archive", ["all"]], ["archive", ["all"]]], "exclude_empty_directories": true, "include_update": false, "android_permissions": [], "change_icon_i686": true, "xbit_patterns": ["**.sh", "lib/py*-linux-*/*", "lib/py*-mac-*/*", "**.app/Contents/MacOS/*"], "packages": [{"dlc": false, "hidden": false, "description": "PC: Windows and Linux", "formats": ["zip"], "file_lists": ["windows", "linux", "renpy", "all"], "update": true, "name": "pc"}, {"dlc": false, "hidden": false, "description": "Linux", "formats": ["tar.bz2"], "file_lists": ["linux", "linux_arm", "renpy", "all"], "update": true, "name": "linux"}, {"dlc": false, "hidden": false, "description": "Macintosh", "formats": ["app-zip", "app-dmg"], "file_lists": ["mac", "renpy", "all"], "update": true, "name": "mac"}, {"dlc": false, "hidden": false, "description": "Windows", "formats": ["zip"], "file_lists": ["windows", "renpy", "all"], "update": true, "name": "win"}, {"dlc": false, "hidden": false, "description": "Windows, Mac, Linux for Markets", "formats": ["bare-zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "update": true, "name": "market"}, {"dlc": false, "hidden": true, "description": "steam", "formats": ["zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "update": true, "name": "steam"}, {"dlc": true, "hidden": true, "description": "android", "formats": ["directory"], "file_lists": ["android", "all"], "update": false, "name": "android"}, {"dlc": true, "hidden": true, "description": "ios", "formats": ["directory"], "file_lists": ["ios", "all"], "update": false, "name": "ios"}, {"dlc": true, "hidden": true, "description": "web", "formats": ["zip"], "file_lists": ["web", "all"], "update": false, "name": "web"}], "executable_name": "ButterflySoup2", "merge": [["linux_i686", "linux"], ["windows_i686", "windows"]], "renpy_patterns": [["renpy/common/_compat/**", null], ["renpy/common/_roundrect/**", null], ["renpy/common/_outline/**", null], ["renpy/common/_theme**", null], ["renpy/**.pyo", ["all"]], ["renpy/**__pycache__", null], ["**~", null], ["**/#*", null], ["**/.*", null], ["**.old", null], ["**.new", null], ["**.rpa", null], ["**/steam_appid.txt", null], ["renpy.py", ["all"]], ["renpy/", ["all"]], ["renpy/**.py", ["renpy"]], ["renpy/**.pxd", null], ["renpy/**.pxi", null], ["renpy/**.pyx", null], ["renpy/**.pyc", null], ["renpy/**.pyo", null], ["renpy/common/", ["all"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**.rpy", ["renpy"]], ["renpy/common/**.rpym", ["renpy"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**", ["all"]], ["renpy/**", ["all"]], ["lib/*/renpy", null], ["lib/*/renpy.exe", null], ["lib/*/pythonw.exe", null], ["lib/py3-*/", null], ["lib/py*-windows-i686/**", ["windows_i686"]], ["lib/py*-windows-x86_64/**", ["windows"]], ["lib/py*-linux-i686/**", ["linux_i686"]], ["lib/py*-linux-aarch64/**", ["linux_arm"]], ["lib/py*-linux-armv7l/**", ["linux_arm"]], ["lib/py*-linux-*/**", ["linux"]], ["lib/py*-mac-*/**", ["mac"]], ["lib/python3.*/**", null], ["lib/**", ["windows", "linux", "mac", "android", "ios"]], ["renpy.sh", ["linux", "mac"]]]}} \ No newline at end of file diff --git a/game/saves/persistent b/game/saves/persistent new file mode 100644 index 0000000..a13e7af Binary files /dev/null and b/game/saves/persistent differ diff --git a/game/screens.rpy b/game/screens.rpy index 1c71546..3549eac 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -14,11 +14,13 @@ style default: language gui.language font "YunusH.ttf" translate traditional_chinese style default: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style default: font "myriad.OTF" translate polish style default: font "myriad.OTF" +translate spanish style default: + font "myriad.OTF" translate japanese style default: font "japanese.ttc" translate korean style default: @@ -40,7 +42,7 @@ style gui_text: properties gui.text_properties("interface") font "YunusH.ttf" translate traditional_chinese style gui_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style gui_text: font "myriad.OTF" @@ -48,6 +50,9 @@ translate brazilian_portuguese style gui_text: translate polish style gui_text: font "myriad.OTF" size 24 +translate spanish style gui_text: + font "myriad.OTF" + size 24 translate japanese style gui_text: font "japanese.ttc" size 20 @@ -70,7 +75,7 @@ style button_text is gui_text: font "YunusH.ttf" yalign 0.5 translate traditional_chinese style button_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style button_text: font "myriad.OTF" @@ -78,6 +83,9 @@ translate brazilian_portuguese style button_text: translate polish style button_text: font "myriad.OTF" size 18 +translate spanish style button_text: + font "myriad.OTF" + size 18 translate japanese style button_text: font "japanese.ttc" size 20 @@ -102,7 +110,7 @@ style textbutton1_text: font "YunusH.ttf" size 32 translate traditional_chinese style textbutton1_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style textbutton1_text: font "myriad.OTF" @@ -110,6 +118,9 @@ translate brazilian_portuguese style textbutton1_text: translate polish style textbutton1_text: font "myriad.OTF" size 20 +translate spanish style textbutton1_text: + font "myriad.OTF" + size 20 translate japanese style textbutton1_text: font "japanese.ttc" size 20 @@ -133,7 +144,7 @@ style textbutton2_text: font "YunusH.ttf" size 32 translate traditional_chinese style textbutton2_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style textbutton2_text: font "myriad.OTF" @@ -141,6 +152,9 @@ translate brazilian_portuguese style textbutton2_text: translate polish style textbutton2_text: font "myriad.OTF" size 20 +translate spanish style textbutton2_text: + font "myriad.OTF" + size 20 translate japanese style textbutton2_text: font "japanese.ttc" size 20 @@ -164,12 +178,14 @@ style label_text is gui_text: properties gui.text_properties("label", accent=True) font "YunusH.ttf" translate traditional_chinese style label_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style label_text: font "myriad.OTF" translate polish style label_text: font "myriad.OTF" +translate spanish style label_text: + font "myriad.OTF" translate japanese style label_text: font "japanese.ttc" size 20 @@ -185,7 +201,7 @@ style prompt_text is gui_text: properties gui.text_properties("prompt") font "YunusH.ttf" translate traditional_chinese style prompt_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style prompt_text: font "myriad.OTF" @@ -193,6 +209,9 @@ translate brazilian_portuguese style prompt_text: translate polish style prompt_text: font "myriad.OTF" size 24 +translate spanish style prompt_text: + font "myriad.OTF" + size 24 translate japanese style prompt_text: font "japanese.ttc" size 20 @@ -374,7 +393,7 @@ style say_label: # xalign gui.name_xalign yalign 0.5 translate traditional_chinese style say_label: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 40 translate brazilian_portuguese style say_label: font "myriad.OTF" @@ -382,6 +401,9 @@ translate brazilian_portuguese style say_label: translate polish style say_label: font "myriad.OTF" size 40 +translate spanish style say_label: + font "myriad.OTF" + size 40 translate japanese style say_label: font "japanese.ttc" size 32 @@ -404,7 +426,7 @@ style say_dialogue: ypos 0 line_spacing 2 translate traditional_chinese style say_dialogue: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 32 translate japanese style say_dialogue: font "japanese.ttc" @@ -557,7 +579,7 @@ style choice1_button is default: #in-game choice style choice1_button_text is default: properties gui.button_text_properties("choice_button") translate traditional_chinese style choice1_button: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" top_padding 14 translate brazilian_portuguese style choice1_button: font "myriad.OTF" @@ -565,6 +587,9 @@ translate brazilian_portuguese style choice1_button: translate polish style choice1_button: font "myriad.OTF" size 32 +translate spanish style choice1_button: + font "myriad.OTF" + size 32 translate japanese style choice1_button: font "japanese.ttc" size 28 @@ -592,7 +617,7 @@ style choice2_button is default: style choice_vbox is vbox style choice_button is button translate traditional_chinese style choice2_button: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" top_padding 18 translate brazilian_portuguese style choice2_button: font "myriad.OTF" @@ -600,6 +625,9 @@ translate brazilian_portuguese style choice2_button: translate polish style choice2_button: font "myriad.OTF" size 32 +translate spanish style choice2_button: + font "myriad.OTF" + size 32 translate japanese style choice2_button: font "japanese.ttc" size 28 @@ -826,11 +854,13 @@ style main_menu_hbox: ypos 513 translate traditional_chinese style main_menu_hbox: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style main_menu_hbox: font "myriad.OTF" translate polish style main_menu_hbox: font "myriad.OTF" +translate spanish style main_menu_hbox: + font "myriad.OTF" translate japanese style main_menu_hbox: font "japanese.ttc" translate korean style main_menu_hbox: @@ -875,7 +905,7 @@ style main_menu_button_text: #main title screen buttons color "#c1adff" hover_color "#ffcef2" translate traditional_chinese style main_menu_button_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 36 translate brazilian_portuguese style main_menu_button_text: font "myriad.OTF" @@ -883,6 +913,9 @@ translate brazilian_portuguese style main_menu_button_text: translate polish style main_menu_button_text: font "myriad.OTF" size 36 +translate spanish style main_menu_button_text: + font "myriad.OTF" + size 36 translate japanese style main_menu_button_text: font "japanese.ttc" size 32 @@ -1043,7 +1076,7 @@ style game_menu_label_text: #the settings title in the white rectangle yalign 0.54 bold False translate traditional_chinese style game_menu_label_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 36 translate brazilian_portuguese style game_menu_label_text: font "myriad.OTF" @@ -1053,6 +1086,10 @@ translate polish style game_menu_label_text: font "myriad.OTF" size 32 bold True +translate spanish style game_menu_label_text: + font "myriad.OTF" + size 32 + bold True translate japanese style game_menu_label_text: font "japanese.ttc" size 30 @@ -1133,6 +1170,19 @@ screen about(): text _("\n\nPolish Translation:") text _("Max \"Toasty\" and _adoracja with the help of panini_bredd") + text _("\n\nTraditional Chinese Translation:") + text _("{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)") + + text _("\n\nSpanish Translation:") + text _("{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}") + + text _("\n\nBrazilian Portuguese Translation:") + text _("Maria \"Maaz\" Laura ") + + text _("\n\nCocoonase font:") + text _("Redwood") + + ## This is redefined in options.rpy to add text to the about screen. define gui.about = "" @@ -1147,12 +1197,14 @@ style about_label_text: translate traditional_chinese style about_text: #about page text - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 20 translate brazilian_portuguese style about_text: size 20 translate polish style about_text: size 20 +translate spanish style about_text: + size 20 translate japanese style about_text: font "japanese.ttc" size 20 @@ -1173,6 +1225,8 @@ translate brazilian_portuguese style hyperlink_text: size 20 translate polish style hyperlink_text: size 20 +translate spanish style hyperlink_text: + size 20 translate japanese style hyperlink_text: size 20 translate korean style hyperlink_text: @@ -1309,7 +1363,7 @@ style page_label_text: #save/load page's large "Page 1" title on the right side layout "subtitle" # hover_color gui.hover_color translate traditional_chinese style page_label_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 38 translate brazilian_portuguese style page_label_text: font "myriad.OTF" @@ -1317,6 +1371,9 @@ translate brazilian_portuguese style page_label_text: translate polish style page_label_text: font "myriad.OTF" size 32 +translate spanish style page_label_text: + font "myriad.OTF" + size 32 translate japanese style page_label_text: font "japanese.ttc" size 34 @@ -1348,7 +1405,7 @@ style slot_button_text: #size of save file descriptions on the save/load page ypos 24 size 28 translate traditional_chinese style slot_button_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 20 translate brazilian_portuguese style slot_button_text: font "myriad.OTF" @@ -1356,6 +1413,9 @@ translate brazilian_portuguese style slot_button_text: translate polish style slot_button_text: font "myriad.OTF" size 18 +translate spanish style slot_button_text: + font "myriad.OTF" + size 18 translate japanese style slot_button_text: font "japanese.ttc" size 20 @@ -1467,6 +1527,9 @@ screen preferences(): textbutton _("English") action Language(None) textbutton _("{font=myriad.OTF}{size=30}Русский{/size}{/font}") action Language("russian") textbutton _("Polski") action Language("polish") + textbutton _("{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}") action Language("traditional_chinese") + textbutton _("{font=myriad.OTF}{size=30}Español{/size}{/font}") action Language("spanish") + textbutton _("{font=myriad.OTF}{size=30}Português{/size}{/font}") action Language("brazilian_portuguese") style pref_label is gui_label style pref_label_text is gui_label_text @@ -1505,7 +1568,7 @@ style pref_label_text: #size of Settings menu submenu text (like Volume) bold False size 45 translate traditional_chinese style pref_label_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 28 translate brazilian_portuguese style pref_label_text: font "myriad.OTF" @@ -1515,6 +1578,10 @@ translate polish style pref_label_text: font "myriad.OTF" size 22 bold True +translate spanish style pref_label_text: + font "myriad.OTF" + size 22 + bold True translate japanese style pref_label_text: font "japanese.ttc" size 20 @@ -1643,7 +1710,7 @@ style history_name_text: bold True translate traditional_chinese style history_name_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 18 translate brazilian_portuguese style history_name_text: font "myriad.OTF" @@ -1651,6 +1718,9 @@ translate brazilian_portuguese style history_name_text: translate polish style history_name_text: font "myriad.OTF" size 18 +translate spanish style history_name_text: + font "myriad.OTF" + size 18 translate japanese style history_name_text: font "japanese.ttc" size 18 @@ -1679,7 +1749,7 @@ style history_text: size 24 # outlines [ (1, "#00000080", 1, 1) ] translate traditional_chinese style history_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" size 18 translate brazilian_portuguese style history_text: font "myriad.OTF" @@ -1687,6 +1757,9 @@ translate brazilian_portuguese style history_text: translate polish style history_text: font "myriad.OTF" size 18 +translate spanish style history_text: + font "myriad.OTF" + size 18 translate japanese style history_text: font "japanese.ttc" size 18 @@ -2030,11 +2103,13 @@ style notify_text: font "myriad.OTF" translate traditional_chinese style notify_text: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style notify_text: font "myriad.OTF" translate polish style notify_text: font "myriad.OTF" +translate spanish style notify_text: + font "myriad.OTF" translate japanese style notify_text: font "japanese.ttc" translate korean style notify_text: @@ -2077,7 +2152,7 @@ screen nvl(dialogue, items=None): if who is not None: text who id who_id xpos 20 ypos 5 - elif who==akarshaChatName or who==akarshaChatName2 or who==akarshaChatName3 or who=="удостоверенный мозговой гений" or who=="certyfikowany geniusz mózgowy": + elif who==akarshaChatName or who==akarshaChatName2 or who==akarshaChatName3 or who=="удостоверенный мозговой гений" or who=="certyfikowany mózgo geniusz" or who=="genio cerebral certificado" or who=="hombre elfo deprimido de pesadilla" or who=="gênia cerebral certificada" or who=="elfo deprimido homem dos pesadelos" or who=="公認大腦天才": window: id window_id has hbox: @@ -2142,7 +2217,7 @@ screen nvl(dialogue, items=None): text who id who_id xpos 20 ypos 5 - elif who==momChatName or who=="Мама" or who=="Mama": + elif who==momChatName or who=="Мама" or who=="Mama" or who=="Mamá" or who=="Mãe" or who=="媽媽": window: id window_id has hbox: @@ -2153,7 +2228,6 @@ screen nvl(dialogue, items=None): if who is not None: text who id who_id xpos 20 ypos 5 - if who=="": window: id window_id @@ -2260,11 +2334,13 @@ style nvl_entry is default style nvl_label is say_label translate traditional_chinese style nvl_label: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style nvl_label: font "myriad.OTF" translate polish style nvl_label: font "myriad.OTF" +translate spanish style nvl_label: + font "myriad.OTF" translate japanese style nvl_label: font "japanese.ttc" translate korean style nvl_label: @@ -2292,11 +2368,13 @@ style nvl_menu_choice_button: font "myriad.OTF" hover_sound "sound/menuClick.ogg" translate traditional_chinese style nvl_menu_choice_button: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style nvl_menu_choice_button: font "myriad.OTF" translate polish style nvl_menu_choice_button: font "myriad.OTF" +translate spanish style nvl_menu_choice_button: + font "myriad.OTF" translate japanese style nvl_menu_choice_button: font "japanese.ttc" translate korean style nvl_menu_choice_button: @@ -2314,11 +2392,13 @@ style nvl_menu_choice: font "myriad.OTF" # hover_sound "sound/peep.ogg translate traditional_chinese style nvl_menu_choice: - font "traditional_chinese.ttf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style nvl_menu_choice: font "myriad.OTF" translate polish style nvl_menu_choice: font "myriad.OTF" +translate spanish style nvl_menu_choice: + font "myriad.OTF" translate japanese style nvl_menu_choice: font "japanese.ttc" translate korean style nvl_menu_choice: diff --git a/game/screens.rpyc b/game/screens.rpyc index 8c9501e..94e311e 100644 Binary files a/game/screens.rpyc and b/game/screens.rpyc differ diff --git a/game/script.rpy b/game/script.rpy index c6d7987..2c4403f 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -141,7 +141,6 @@ init -1 python: config.custom_text_tags["small"] = small_tag - ###########FILE NAME CLEANUP########### for file in renpy.list_files(): if file.startswith('images/'): @@ -269,7 +268,7 @@ style chTitle is text: font "YunusH.ttf" size 130 translate traditional_chinese style chTitle: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" size 90 translate brazilian_portuguese style chTitle: font "myriad.OTF" @@ -277,6 +276,9 @@ translate brazilian_portuguese style chTitle: translate polish style chTitle: font "myriad.OTF" size 80 +translate spanish style chTitle: + font "myriad.OTF" + size 80 translate japanese style chTitle: font "japanese.ttc" size 80 @@ -298,7 +300,7 @@ style tooltip is text: yalign -0.2 color "#ffff" translate traditional_chinese style tooltip: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" yalign 0.0 translate brazilian_portuguese style tooltip: font "myriad.OTF" @@ -306,6 +308,9 @@ translate brazilian_portuguese style tooltip: translate polish style tooltip: font "myriad.OTF" yalign -0.1 +translate spanish style tooltip: + font "myriad.OTF" + yalign -0.1 translate japanese style tooltip: font "japanese.ttc" yalign 0.0 @@ -323,7 +328,7 @@ style creditSmall is text: font "YunusH.ttf" size 50 translate traditional_chinese style creditSmall: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" size 40 translate brazilian_portuguese style creditSmall: font "myriad.OTF" @@ -331,6 +336,9 @@ translate brazilian_portuguese style creditSmall: translate polish style creditSmall: font "myriad.OTF" size 40 +translate spanish style creditSmall: + font "myriad.OTF" + size 40 translate japanese style creditSmall: font "japanese.ttc" size 40 @@ -347,11 +355,13 @@ translate farsi style creditSmall: style subtitle is text: font "myriad.OTF" translate traditional_chinese style subtitle: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" translate brazilian_portuguese style subtitle: font "myriad.OTF" translate polish style subtitle: font "myriad.OTF" +translate spanish style subtitle: + font "myriad.OTF" translate japanese style subtitle: font "japanese.ttc" translate korean style subtitle: @@ -368,7 +378,7 @@ style gChatGrey is text: size 24 font "myriad.OTF" translate traditional_chinese style gChatGrey: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" translate japanese style gChatGrey: font "japanese.ttc" translate korean style gChatGrey: @@ -389,7 +399,7 @@ style gChatHeader is text: #bold True text_align 0.0 translate traditional_chinese style gChatHeader: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" style gChatBlack is text: color "#000" @@ -397,7 +407,7 @@ style gChatBlack is text: # size 45 size 24 translate traditional_chinese style gChatBlack: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" translate japanese style gChatBlack: font "japanese.ttc" translate korean style gChatBlack: @@ -412,7 +422,7 @@ style gChatName is text: color "#2B1C63" ypos 0 translate traditional_chinese style gChatName: - font "traditional_chinese.otf" + font "chunhua_chinese.ttf" translate japanese style gChatName: font "japanese.ttc" translate korean style gChatName: @@ -669,7 +679,7 @@ image movie = Movie(channel="master", loop=False, play = "music/bhangra.webm",si image creditscroll1: 11 - Text("{font=YunusH.ttf}{white}{size=+20}Created by\nBrianna Lei\n\n\n\n\n\n\n\n\n\n\nBeta readers{/size}\nLyla Lee\nnpckc\nZaid Ziauddin\nColin\n@shinji_zone\n{font=japanese.ttc}鬼怒川{/font}\n\n\n\n\n\n\n\n\n\n\n{size=+20}Sensitivity Reading{/size}\nAshia Monet\n\n\n\n\n\n\n\n\n\n\n{size=+20}Additional\nwriting inspiration{/size}\ntaxikun\ntayc\n@shinji_zone\n\n\n\n\n\n\n\n\n\n\n\"rainy forest\"\nby rike-e\n\n\"How to be Ninja\"\nby nigahiga\n\n\n\n\n\n\n\n\n\n\n{size=+20}Music{/size}\n\"Fell\"\nby Studio Meow Meow\n\n\"Valar Morghulis\"\nby Bloodgod\n\n\"Comatose Dreams\"\nby VOiD1Gaming\n\n\"Flame of Love\"\nby YOSHI\n\n{font=japanese.ttc}\"クラヤミ\"{/font}\nby {font=japanese.ttc}カモキング{/font}\n\n\"Toys House\"\nby Teada\n\n\"My Heart Will Go On -\nRecorder By Candlelight\"\nby Matt Mulholland\n\n\"Bubbles\"\n\"guiding light\"\n\"Illicit Activities\n\"Jello\"\n\"Thought projection\"\n\"Holding your Breath\"\nby Ketsa\n\n\"Blooming\"\n\"Daydream\"\n\"Little Circle\"\n\"Night Tourist\"\n\"romaras\"\n\"side by side\"\n\"pas a pas\"\n\"Sound413_Images\"\nby Miltata\n\n\n\n\n\n\n\n\n\n\n{size=+20}Title song{/size}\n\"Campagne_sound363\"\nby Miltata\n\n\n\n\n\n\n\n\n\n\n{size=+20}Credits songs{/size}\n\"Moorni\"\nby Panjabi MC\n\n\"Ishq Tera Tadpave (Oh Ho Ho Ho)\"\n by Sukhbir Randhawa\n\n\n\n\n\n\n\n\n\n\n{size=+20}Credits performance by\n MSJHS Class of 2016{/size}\n\n\n\n\nCredits video recorded by\n Elliot Tu\n\n\n\n\n\n\n\n\n\n\n{size=+20}Translation producer{/size}\nQueerscriptors\n\n{size=+20}Russian translation{/size}\nMikhail \"KornyPony\" Burov-Kosolapin\n\n{size=+20}Polish translation{/size}\nMax \"Toasty\" and _adoracja\nwith the help of panini_bredd\n\n\n\n\n\n\n\n\n\n\n{size=+20}Special thanks{/size}\nColin\n\n\n\n\n\n\n\n\n\n\n{size=+20}Opposite of special thanks{/size}\nConfetti{/white}{/font}", text_align=0.5) + Text("{font=YunusH.ttf}{white}{size=+20}Created by\nBrianna Lei\n\n\n\n\n\n\n\n\n\n\nBeta readers{/size}\nLyla Lee\nnpckc\nZaid Ziauddin\nColin\n@shinji_zone\n{font=japanese.ttc}鬼怒川{/font}\n\n\n\n\n\n\n\n\n\n\n{size=+20}Sensitivity Reading{/size}\nAshia Monet\n\n\n\n\n\n\n\n\n\n\n{size=+20}Additional\nwriting inspiration{/size}\ntaxikun\ntayc\n@shinji_zone\n\n\n\n\n\n\n\n\n\n\n\"rainy forest\"\nby rike-e\n\n\"How to be Ninja\"\nby nigahiga\n\n\n\n\n\n\n\n\n\n\n{size=+20}Music{/size}\n\"Fell\"\nby Studio Meow Meow\n\n\"Valar Morghulis\"\nby Bloodgod\n\n\"Comatose Dreams\"\nby VOiD1Gaming\n\n\"Flame of Love\"\nby YOSHI\n\n{font=japanese.ttc}\"クラヤミ\"{/font}\nby {font=japanese.ttc}カモキング{/font}\n\n\"Toys House\"\nby Teada\n\n\"My Heart Will Go On -\nRecorder By Candlelight\"\nby Matt Mulholland\n\n\"Bubbles\"\n\"guiding light\"\n\"Illicit Activities\n\"Jello\"\n\"Thought projection\"\n\"Holding your Breath\"\nby Ketsa\n\n\"Blooming\"\n\"Daydream\"\n\"Little Circle\"\n\"Night Tourist\"\n\"romaras\"\n\"side by side\"\n\"pas a pas\"\n\"Sound413_Images\"\nby Miltata\n\n\n\n\n\n\n\n\n\n\n{size=+20}Title song{/size}\n\"Campagne_sound363\"\nby Miltata\n\n\n\n\n\n\n\n\n\n\n{size=+20}Credits songs{/size}\n\"Moorni\"\nby Panjabi MC\n\n\"Ishq Tera Tadpave (Oh Ho Ho Ho)\"\n by Sukhbir Randhawa\n\n\n\n\n\n\n\n\n\n\n{size=+20}Credits performance by\n MSJHS Class of 2016{/size}\n\n\n\n\nCredits video recorded by\n Elliot Tu\n\n\n\n\n\n\n\n\n\n\n{size=+20}Translation producer{/size}\nQueerscriptors\n\n{size=+20}Russian translation{/size}\nMikhail \"KornyPony\" Burov-Kosolapin\n\n{size=+20}Polish translation{/size}\nMax \"Toasty\" and _adoracja\nwith the help of panini_bredd\n\n{size=+20}Traditional Chinese\ntranslation{/size}\n{font=chunhua_chinese.ttf}鬼怒川{/font}(KINUKUROletsplay)\n\n{size=+20}Spanish translation{/size}\n{font=myriad.otf}{size=-10}Martín \"SevenFalcons\" Eyheralde{/size}{/font}\n\n{size=+20}Brazilian Portuguese\ntranslation{/size}\nMaria \"Maaz\" Laura \n\n\n\n\n\n\n\n\n\n\n{size=+20}Special thanks{/size}\nColin\n\n\n\n\n\n\n\n\n\n\n{size=+20}Opposite of special thanks{/size}\nConfetti{/white}{/font}", text_align=0.5) anchor (0.5, 0.0) pos (0.5, 1.0) linear 85.0 ypos 0.0 yanchor 1.0 @@ -3281,18 +3291,18 @@ label splashscreen: $renpy.change_language ("russian") "Polski": $renpy.change_language ("polish") - # "{font=traditional_chinese.otf}中文{/font}": - # $renpy.change_language ("traditional_chinese") - # "{font=myriad.OTF}Português{/font}": - # $renpy.change_language ("brazilian_portuguese") + "{font=chunhua_chinese.ttf}中文{/font}": + $renpy.change_language ("traditional_chinese") + "Español": + $renpy.change_language ("spanish") + "{font=myriad.OTF}Português{/font}": + $renpy.change_language ("brazilian_portuguese") # "{font=myriad.OTF}Česky{/font}": # $renpy.change_language ("czech") # "{font=japanese.ttc}日本語{/font}": # $renpy.change_language ("japanese") # "{font=Binggrae.otf}한국어{/font}": # $renpy.change_language ("korean") - # "{font=myriad.OTF}Polski{/font}": - # $renpy.change_language ("russian") # "{font=times.ttf}فارسی{/font}": # $renpy.change_language ("farsi") # "{font=myriad.OTF}bahasa Indonesia{/font}": @@ -3343,6 +3353,14 @@ label splashscreen: # $ mp.teamName= _("Semes") # $ mp.save() +translate brazilian_portuguese python: + ChunHua=DynamicCharacter('chunHuaName', callback=clicks,cb_char=1,image="sprite", ctc="ctc_fixed",ctc_position="fixed", what_font="Cocoonase_v2.ttf") + AhGong=DynamicCharacter('ahGongName', callback=clicks,cb_char=1,image="sprite", ctc="ctc_fixed",ctc_position="fixed", what_font="Cocoonase_v2.ttf") + Aunt=DynamicCharacter('auntName', callback=clicks,cb_char=1,image="sprite", ctc="ctc_fixed",ctc_position="fixed", what_font="Cocoonase_v2.ttf") +translate spanish python: + ChunHua=DynamicCharacter('chunHuaName', callback=clicks,cb_char=1,image="sprite", ctc="ctc_fixed",ctc_position="fixed", what_font="Cocoonase_v2.ttf") + AhGong=DynamicCharacter('ahGongName', callback=clicks,cb_char=1,image="sprite", ctc="ctc_fixed",ctc_position="fixed", what_font="Cocoonase_v2.ttf") + Aunt=DynamicCharacter('auntName', callback=clicks,cb_char=1,image="sprite", ctc="ctc_fixed",ctc_position="fixed", what_font="Cocoonase_v2.ttf") init: diff --git a/game/script.rpyc b/game/script.rpyc index a7fe404..0ddba32 100644 Binary files a/game/script.rpyc and b/game/script.rpyc differ diff --git a/game/script_version.txt b/game/script_version.txt index d8ccc33..81b97bc 100644 --- a/game/script_version.txt +++ b/game/script_version.txt @@ -1 +1 @@ -(7, 3, 5) \ No newline at end of file +(7, 5, 3) \ No newline at end of file diff --git a/game/tl/None/common.rpymc b/game/tl/None/common.rpymc index d9a3087..e36864a 100644 Binary files a/game/tl/None/common.rpymc and b/game/tl/None/common.rpymc differ diff --git a/game/tl/brazilian_portuguese/1_akarsha.rpy b/game/tl/brazilian_portuguese/1_akarsha.rpy new file mode 100644 index 0000000..3acf3f3 --- /dev/null +++ b/game/tl/brazilian_portuguese/1_akarsha.rpy @@ -0,0 +1,7635 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +# game/1_akarsha.rpy:95 +translate brazilian_portuguese beginning_b64f7f23: + + # Min "Get up bitch! It's ready!" with sshake + Min "Se levanta vadia! Tá pronto!" with sshake + +# game/1_akarsha.rpy:97 +translate brazilian_portuguese beginning_e9096353: + + # Akarsha "Finally! Outta the way, you'll get burned." + Akarsha "Finalmente! Sai da frente, você vai se queimar." + +# game/1_akarsha.rpy:103 +translate brazilian_portuguese beginning_dadb5f53: + + # "Akarsha gingerly pulls the molten chocolate cake from the oven." + "Akarsha cuidadosamente tira o bolo de chocolate derretido do forno." + +# game/1_akarsha.rpy:105 +translate brazilian_portuguese beginning_fdccb998: + + # Akarsha "Thank god...It looks edible this time." + Akarsha "Graças a deus... Parece comestível dessa vez." + +# game/1_akarsha.rpy:106 +translate brazilian_portuguese beginning_1b6d1882: + + # AkarshaT "This is our second try. Diya ruined the first one by forgetting to add flour." + AkarshaT "Essa é a nossa segunda tentativa. Diya arruinou o primeiro esquecendo de adicionar farinha." + +# game/1_akarsha.rpy:109 +translate brazilian_portuguese beginning_edf0aa73: + + # Min "What're all those specks on it? It's like the batter wasn't properly mixed." + Min "O que são essas manchas nele? É como se a massa não tivesse sido propriamente misturada." + +# game/1_akarsha.rpy:112 +translate brazilian_portuguese beginning_91fe7574: + + # Akarsha "We worked so hard mixing it though?" + Akarsha "Mas nós nos esforçamos tanto misturando ela?" + +# game/1_akarsha.rpy:113 +translate brazilian_portuguese beginning_fb996848: + + # Akarsha "It's probably fine." + Akarsha "Possivelmente tá tranquilo." + +# game/1_akarsha.rpy:114 +translate brazilian_portuguese beginning_735c0dfa: + + # Min "Yeah, whatever. We don't have enough time to redo it at this point, anyway." + Min "É, que seja. De qualquer jeito, nós não temos tempo suficiente para refazê-lo neste momento." + +# game/1_akarsha.rpy:118 +translate brazilian_portuguese beginning_f30bd7da: + + # Min "All we gotta do now is write \"Happy Birthday Noelle\" on it." + Min "Tudo que temos que fazer agora é escrever \"Feliz Aniversário Noelle\" nele." + +# game/1_akarsha.rpy:121 +translate brazilian_portuguese beginning_310e6ef8: + + # Akarsha "Yeah, yeah, naturally." + Akarsha "É, é, obviamente." + +# game/1_akarsha.rpy:123 +translate brazilian_portuguese beginning_7be1c39d: + + # "Akarsha pipes icing letters onto the cake as Min checks her phone." + "Akarsha glaça letras no bolo enquanto Min verifica seu celular." + +# game/1_akarsha.rpy:125 +translate brazilian_portuguese beginning_9bb53e95: + + # Min "Hurry up, Diya says they'll be here any second." + Min "Vai logo, Diya disse que elas chegam daqui a pouco." + +# game/1_akarsha.rpy:128 +translate brazilian_portuguese beginning_996696be: + + # Akarsha "Easy. I'm done icing the first word already." + Akarsha "Tranquilo, já acabei de glaçar a primeira palavra." + +# game/1_akarsha.rpy:134 +translate brazilian_portuguese beginning_ffd2b268: + + # Min "Why the fuck did you write \"Noelle\" first!?" with sshake + Min "Por que diabos você escreveu \"Noelle\" primeiro?" with sshake + +# game/1_akarsha.rpy:137 +translate brazilian_portuguese beginning_af8c89e9: + + # Akarsha "Aw shit, I got ahead of myself." + Akarsha "Ah merda, me adiantei." + +# game/1_akarsha.rpy:141 +translate brazilian_portuguese beginning_e68f3b44: + + # Min "I'm going to fucking kill you!" with sshake + Min "Puta merda, eu vou te matar!" with sshake + +# game/1_akarsha.rpy:144 +translate brazilian_portuguese beginning_5718a4ac: + + # "Akarsha frantically adds 'BIRTHDAY' to the cake." + "Akarsha freneticamente adiciona 'ANIVERSÁRIO\" ao bolo." + +# game/1_akarsha.rpy:146 +translate brazilian_portuguese beginning_ffef56e3: + + # Min "Wait, what're you doing?" + Min "Espera, o que você tá fazendo?" + +# game/1_akarsha.rpy:147 +translate brazilian_portuguese beginning_0538e81b: + + # Min "If you hadn't done that, we could've salvaged this with \"Noelle Happy Birthday\"!" + Min "Se você não tivesse feito isso, podíamos ter recuperado isso com \"Noelle Feliz Aniversário\"!" + +# game/1_akarsha.rpy:151 +translate brazilian_portuguese beginning_3d661f4b: + + # Akarsha "DON'T ASK ME! THAT'S WHAT YOU GET FOR RUSHING ME!!!" with sshake + Akarsha "NÃO ME PERGUNTE! É O QUE VOCÊ GANHA POR ME APRESSAR!!!" with sshake + +# game/1_akarsha.rpy:154 +translate brazilian_portuguese beginning_c8c739a4: + + # Min "What do we write now?! \"Noelle Birthday Happy\"???" + Min "O que a gente escreve agora?! \"Noelle Aniversário Feliz\"???" + +# game/1_akarsha.rpy:155 +translate brazilian_portuguese beginning_2848709c: + + # Min "It's gonna look like we had a goddamn stroke icing this!" + Min "Vai parecer que tivemos um maldito derrame glaceando isso!" + +# game/1_akarsha.rpy:158 +translate brazilian_portuguese beginning_b8d4f1d0: + + # "The doorbell rings. Min and Akarsha freeze." + "A campainha toca. Min e Akarsha congelam." + +# game/1_akarsha.rpy:160 +translate brazilian_portuguese beginning_b30b3d2d: + + # Akarsha "It's them!" + Akarsha "São elas!" + +# game/1_akarsha.rpy:163 +translate brazilian_portuguese beginning_5e64dbde: + + # Min "Gimme the icing bag! You're not allowed to have it anymore!!" + Min "Me dá o saco de glacê! Você não tem mais permissão de tê-lo!!" + +# game/1_akarsha.rpy:166 +translate brazilian_portuguese beginning_50c67b0a: + + # AkarshaT "Okay, fair. I don't trust myself anymore, either." + AkarshaT "Okay, justo. Nem eu confio mais em mim mesma." + +# game/1_akarsha.rpy:168 +translate brazilian_portuguese beginning_4970e31a: + + # Akarsha "I'll go stall them instead." + Akarsha "Vou enrolar elas em vez disso." + +# game/1_akarsha.rpy:171 +translate brazilian_portuguese beginning_98671c65: + + # Min "Yeah, keep Noelle outside. I just need like, five minutes to figure out how to fix this." + Min "É, mantenha Noelle lá fora. Eu só preciso de tipo, cinco minutos pra descobrir como consertar isso." + +# game/1_akarsha.rpy:175 +translate brazilian_portuguese beginning_d658261f: + + # "Akarsha sprints to the front door and throws it open." + "Akarsha corre para a porta da frente e a escancara." + +# game/1_akarsha.rpy:177 +translate brazilian_portuguese beginning_0d245635: + + # Diya "Brought her." + Diya "Trouxe ela." + +# game/1_akarsha.rpy:179 +translate brazilian_portuguese beginning_f4001dec: + + # Akarsha "Well well well, if it isn’t fancy meeting what the cat finally decided to show up." + Akarsha "Ora ora ora, como é bom encontrar o que o destino decidiu aparecer." + +# game/1_akarsha.rpy:182 +translate brazilian_portuguese beginning_b12ebb44: + + # Noelle "...What on earth are you saying..." + Noelle "...O que diabos você está falando..." + +# game/1_akarsha.rpy:183 +translate brazilian_portuguese beginning_92dd7fb1: + + # "Noelle narrows her eyes suspiciously at Akarsha, then tries to peer past her into the house." + "Noelle estreita os olhos desconfiada para Akarsha, então tenta espiar por ela para dentro da casa." + +# game/1_akarsha.rpy:185 +translate brazilian_portuguese beginning_ef60cfc5: + + # Noelle "Is this your house? Diya wouldn't explain why we were walking here." + Noelle "Essa é sua casa? Diya não me explicava por que estávamos andando até aqui." + +# game/1_akarsha.rpy:187 +translate brazilian_portuguese beginning_39411312: + + # Akarsha "Sure is. To be honest, Frenchman, we're here because... uh..." + Akarsha "É mesmo. Pra ser sincera Francesa, nós estamos aqui porque... uh..." + +# game/1_akarsha.rpy:189 +translate brazilian_portuguese beginning_1f98f58a: + + # AkarshaT "We're not ready to reveal the birthday cake yet. I gotta do something to distract her!" + AkarshaT "Não estamos prontas pra revelar o bolo de aniversário ainda. Tenho que fazer algo pra distrair ela!" + +# game/1_akarsha.rpy:196 +translate brazilian_portuguese beginning_1de5c019: + + # Akarsha "Ough! I've been poisoned!" with sshake + Akarsha "Ough! Fui envenenada!" with sshake + +# game/1_akarsha.rpy:198 +translate brazilian_portuguese beginning_b4c25f95: + + # "Akarsha theatrically collapses and lies facedown on the floor." + "Akarsha teatralmente colapsa e fica virada para baixo no chão." + +# game/1_akarsha.rpy:200 +translate brazilian_portuguese beginning_cf977472: + + # Diya "???" + Diya "???" + +# game/1_akarsha.rpy:202 +translate brazilian_portuguese beginning_320efa19: + + # Noelle "........" + Noelle "........" + +# game/1_akarsha.rpy:203 +translate brazilian_portuguese beginning_cf69d178: + + # "Used to Akarsha's antics, Diya and Noelle step over her motionless body without comment." + "Acostumada com os comportamentos de Akarsha, Diya e Noelle passam por cima do seu corpo imóvel sem comentários." + +# game/1_akarsha.rpy:205 +translate brazilian_portuguese beginning_d2b05fad: + + # Akarsha "W-wait a minute!" + Akarsha "E-espera!" + +# game/1_akarsha.rpy:207 +translate brazilian_portuguese beginning_a8bd4372: + + # "Akarsha crawls to Noelle on all fours and seizes her leg with shaking hands." + "Akarsha engatinha até Noelle de quatro e agarra sua perna com mãos trêmulas." + +# game/1_akarsha.rpy:210 +translate brazilian_portuguese beginning_296ac2fe: + + # Noelle "LET GO OF MY LEG." + Noelle "SOLTA A MINHA PERNA." + +# game/1_akarsha.rpy:212 +translate brazilian_portuguese beginning_187b8e25: + + # Akarsha "Wait. I seriously just threw up all over the floor in the kitchen." + Akarsha "Calma. Eu genuinamente acabei de vomitar pelo chão todo na cozinha." + +# game/1_akarsha.rpy:215 +translate brazilian_portuguese beginning_68a6ae5f: + + # Noelle "What?? Why?!" + Noelle "Quê?? Por que?!" + +# game/1_akarsha.rpy:217 +translate brazilian_portuguese beginning_e0b89308: + + # Akarsha "That's what I gotta do to get your attention?" + Akarsha "É isso o que eu preciso fazer pra ter sua atenção?" + +# game/1_akarsha.rpy:218 +translate brazilian_portuguese beginning_aaa93c12: + + # Akarsha "I didn't even throw up." + Akarsha "Eu nem vomitei." + +# game/1_akarsha.rpy:221 +translate brazilian_portuguese beginning_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/1_akarsha.rpy:222 +translate brazilian_portuguese beginning_08e2db23: + + # "Noelle wrenches Akarsha off her leg, then wipes her hands on her shirt like she just touched a slug." + "Noelle arranca Akarsha de sua perna, e depois limpa suas mãos na sua camisa como se ela tivesse tocado em uma lesma." + +# game/1_akarsha.rpy:224 +translate brazilian_portuguese beginning_e7fee1e9: + + # Akarsha "You're gonna just ignore me?" + Akarsha "Você vai só me ignorar?" + +# game/1_akarsha.rpy:226 +translate brazilian_portuguese beginning_c573cab1: + + # Akarsha "I'm throwing up again!" with sshake + Akarsha "Eu vou vomitar de novo!" with sshake + +# game/1_akarsha.rpy:230 +translate brazilian_portuguese beginning_123fb255: + + # "Akarsha gets down on one knee. Noelle looks warily down at her." + "Akarsha se ajoelha. Noelle olha cautelosamente para Akarsha." + +# game/1_akarsha.rpy:233 +translate brazilian_portuguese beginning_80d5d0ca: + + # Akarsha "Noelle, will you marry me?!" with sshake + Akarsha "Noelle, quer casar comigo?!" with sshake + +# game/1_akarsha.rpy:236 +translate brazilian_portuguese beginning_61c78515: + + # Diya "....??!" + Diya "....??!" + +# game/1_akarsha.rpy:238 +translate brazilian_portuguese beginning_22b0498e: + + # Noelle "What's wrong with you?!" with sshake + Noelle "O quê tem de errado com você?!" with sshake + +# game/1_akarsha.rpy:239 +translate brazilian_portuguese beginning_4497543f: + + # "Akarsha grabs Noelle's hand and tries to force a rubber band onto her finger." + "Akarsha pega a mão de Noelle e tenta forçar um elástico no dedo dela." + +# game/1_akarsha.rpy:242 +translate brazilian_portuguese beginning_a7af7e61: + + # Noelle "WHAT IS THAT?!?!" with sshake + Noelle "O QUE É ISSO?!?!" with sshake + +# game/1_akarsha.rpy:244 +translate brazilian_portuguese beginning_477d621b: + + # Akarsha "Your engagement ring!" + Akarsha "Seu anel de casamento!" + +# game/1_akarsha.rpy:247 +translate brazilian_portuguese beginning_96495b44: + + # Noelle "I DIDN’T AGREE TO THIS! WE’RE NOT ENGAGED!" with sshake + Noelle "EU NÃO CONCORDEI COM ISSO! NÃO ESTAMOS NOIVAS!" with sshake + +# game/1_akarsha.rpy:249 +translate brazilian_portuguese beginning_727701c6: + + # Akarsha "You didn’t say no!" + Akarsha "Você não disse não!" + +# game/1_akarsha.rpy:252 +translate brazilian_portuguese beginning_be4ce923: + + # Noelle "NO!" with sshake + Noelle "NÃO!" with sshake + +# game/1_akarsha.rpy:254 +translate brazilian_portuguese beginning_8d8d6214: + + # Akarsha "Too late! You didn’t say it right after I asked you!" + Akarsha "Tarde demais! Você não disse logo depois que eu perguntei!" + +# game/1_akarsha.rpy:257 +translate brazilian_portuguese beginning_7b2c574b: + + # Noelle "THAT’S NOT HOW IT WORKS, YOU DOLT!" + Noelle "NÃO É ASSIM QUE FUNCIONA, SUA ESTÚPIDA!" + +# game/1_akarsha.rpy:259 +translate brazilian_portuguese beginning_3003138a: + + # Akarsha "Is that any way to address your future wife?" + Akarsha "Isso lá é jeito de tratar sua futura esposa?" + +# game/1_akarsha.rpy:262 +translate brazilian_portuguese beginning_056d79f3: + + # "Noelle flings the offending rubber band into the bushes." + "Noelle arremessa o elástico no mato." + +# game/1_akarsha.rpy:265 +translate brazilian_portuguese beginning_d11361e6: + + # Diya "........." + Diya "........." + +# game/1_akarsha.rpy:266 +translate brazilian_portuguese beginning_978bf5fc: + + # "Diya just stands there in confusion. Noelle suspiciously looks from her to Akarsha." + "Diya só fica lá de pé confusa. Noelle suspeitosamente encara ela e Akarsha." + +# game/1_akarsha.rpy:268 +translate brazilian_portuguese beginning_644e9feb: + + # Noelle "What's really going on?" + Noelle "O que está realmente acontecendo?" + +# game/1_akarsha.rpy:269 +translate brazilian_portuguese beginning_e3f333fa: + + # Noelle "There's no way you made me walk for an hour just to act out this inane skit." + Noelle "De jeito algum você me fez andar por uma hora até aqui pra eu observar esse show fútil." + +# game/1_akarsha.rpy:271 +translate brazilian_portuguese beginning_b9c4cb33: + + # Diya "It only took that long because you wouldn't run." + Diya "Só demorou tanto porque você não correu." + +# game/1_akarsha.rpy:272 +translate brazilian_portuguese beginning_eeefa518: + + # Diya "Once you run at least three miles without walking, you'll see how fun it is." + Diya "Após você correr pelo menos três milhas sem andar, você vai ver quão divertido é." + +# game/1_akarsha.rpy:274 +translate brazilian_portuguese beginning_f619f45c: + + # Noelle "I'm sorry, Diya, but that's never happening." + Noelle "Me desculpe Diya, mas isso nunca vai acontecer." + +# game/1_akarsha.rpy:277 +translate brazilian_portuguese beginning_bf6d61e5: + + # Min "SURPRISE!!!" with sshake + Min "SURPRESA!!!" with sshake + +# game/1_akarsha.rpy:279 +translate brazilian_portuguese beginning_c5c285cc: + + # AkarshaT "Oh, we're doing this? The cake must be ready now!" + AkarshaT "Ah, vamos fazer isso agora? O bolo deve estar pronto então!" + +# game/1_akarsha.rpy:281 +translate brazilian_portuguese beginning_508fee99: + + # Akarsha "Surprise! Happy Birthday Frenchman!" + Akarsha "Surpresa! Feliz aniversário Francesa!" + +# game/1_akarsha.rpy:284 +translate brazilian_portuguese beginning_12b31b91: + + # Diya "Surprise." + Diya "Surpresa." + +# game/1_akarsha.rpy:285 +translate brazilian_portuguese beginning_0266098e: + + # Diya "We put together a party for you." + Diya "Nós organizamos uma festa para você." + +# game/1_akarsha.rpy:287 +translate brazilian_portuguese beginning_f20455fd: + + # Noelle "Oh. You...{w=0.35}what?" + Noelle "Ah. Vocês...{w=0.35}o quê?" + +# game/1_akarsha.rpy:288 +translate brazilian_portuguese beginning_40183689: + + # "Noelle is lost for words." + "Noelle está sem palavras." + +# game/1_akarsha.rpy:290 +translate brazilian_portuguese beginning_ee2b091c: + + # Noelle "You shouldn't have..." + Noelle "Vocês não precisavam..." + +# game/1_akarsha.rpy:292 +translate brazilian_portuguese beginning_badaf794: + + # Min "Shut the fuck up! You're not the boss of me!" with sshake + Min "Cala a porra da boca! Você não é minha chefe!" with sshake + +# game/1_akarsha.rpy:294 +translate brazilian_portuguese beginning_bece5f4e: + + # Noelle "It...{w=0.35}it's MY birthday, so shouldn't I have some say here?!" with sshake + Noelle "É...{w=0.35}o MEU aniversário, eu não deveria ter algum lugar de fala?!" with sshake + +# game/1_akarsha.rpy:295 +translate brazilian_portuguese beginning_d72d0136: + + # Noelle "Anyway, I haven't said anything about not liking it." + Noelle "De qualquer jeito, eu não disse nada sobre não gostar da festa." + +# game/1_akarsha.rpy:297 +translate brazilian_portuguese beginning_47d7e7e3: + + # "She grimaces like there's something disgusting in her mouth." + "Ela faz uma careta como se tivesse algo nojento na boca dela." + +# game/1_akarsha.rpy:299 +translate brazilian_portuguese beginning_0a52a1a2: + + # Noelle "I sincerely....{w=1.0}appreciate....{w=1.0}you all doing this." + Noelle "Eu sinceramente....{w=1.0}agradeço....{w=1.0}à vocês por fazerem isso." + +# game/1_akarsha.rpy:302 +translate brazilian_portuguese beginning_aa075c42: + + # Akarsha "Oooh, I like this! Go on." + Akarsha "Oooh, estou gostando! Pode continuar." + +# game/1_akarsha.rpy:305 +translate brazilian_portuguese beginning_ecf3bb06: + + # Noelle "There's nothing more to \"go on\" to. That was all." + Noelle "Não tem mais o que \"continuar\". Era só isso." + +# game/1_akarsha.rpy:307 +translate brazilian_portuguese beginning_aee70a57: + + # Diya "It was nice while it lasted." + Diya "Foi bom enquanto durou." + +# game/1_akarsha.rpy:316 +translate brazilian_portuguese golf_9957d660: + + # Akarsha "Come inside. We baked you a cake!" + Akarsha "Pode entrar. Nós te fizemos um bolo!" + +# game/1_akarsha.rpy:319 +translate brazilian_portuguese golf_64c6c74b: + + # Noelle "You did?" + Noelle "Vocês fizeram?" + +# game/1_akarsha.rpy:325 +translate brazilian_portuguese golf_ed3c4556: + + # Akarsha "Wha...{w=0.35}what kind of save was this..." + Akarsha "Que...{w=0.35}que tipo de salvamento foi esse..." + +# game/1_akarsha.rpy:328 +translate brazilian_portuguese golf_d095fda4: + + # Diya "What's that red squiggly under it? A heart monitor?" + Diya "O que é essa linha vermelha tremida embaixo? Um monitor cardíaco?" + +# game/1_akarsha.rpy:331 +translate brazilian_portuguese golf_7f0bbe78: + + # Noelle "Why does it look like it's flatlining toward the end?" with sshake + Noelle "Por que a linha tá reta no final?" with sshake + +# game/1_akarsha.rpy:333 +translate brazilian_portuguese golf_e18bf0f4: + + # Min "It's hard to control the icing, okay?!" + Min "É difícil controlar o glacê, ok?!" + +# game/1_akarsha.rpy:335 +translate brazilian_portuguese golf_44e270a6: + + # Min "And this was all Akarsha's fault in the first place." + Min "E a culpa é da Akarsha na verdade." + +# game/1_akarsha.rpy:338 +translate brazilian_portuguese golf_6c2729b3: + + # Akarsha "MY fault? All I did was drive the train off the rails. You were the one who crashed it!" + Akarsha "MINHA culpa? Tudo que eu fiz foi tirar o trem dos trilhos. Você que bateu ele!" + +# game/1_akarsha.rpy:341 +translate brazilian_portuguese golf_b0ecb98d: + + # Diya "Driving off the rails still sounds like a pretty big mistake..." + Diya "Tirar dos trilhos parece um erro bem grande..." + +# game/1_akarsha.rpy:344 +translate brazilian_portuguese golf_926804eb: + + # Akarsha "Oh yeah?? Well, ultimately, this is Noelle's fault for being born. Who's the real culprit now???" + Akarsha "Ah é?? Bem, no fim, a culpa é da Noelle por ter nascido. Quem é o culpado agora???" + +# game/1_akarsha.rpy:347 +translate brazilian_portuguese golf_2e6917a4: + + # Min "Huh, good point. Okay, let's go with that." + Min "Huh, bom ponto. Ok, vamos com isso." + +# game/1_akarsha.rpy:349 +translate brazilian_portuguese golf_6b987436: + + # Noelle "Good point?!" with sshake + Noelle "Bom ponto?!" with sshake + +# game/1_akarsha.rpy:351 +translate brazilian_portuguese golf_f5195d15: + + # Min "We've won. Two against one." + Min "Nós ganhamos. Dois contra um." + +# game/1_akarsha.rpy:354 +translate brazilian_portuguese golf_63e0e4bf: + + # Akarsha "Democracy! U.S.A!" + Akarsha "Democracia! U.S.A!" + +# game/1_akarsha.rpy:358 +translate brazilian_portuguese golf_56d9ca31: + + # "Once everyone's had a slice of cake, Akarsha brings everyone to the living room." + "Após todos terem pego uma fatia de bolo, Akarsha traz todas para a sala." + +# game/1_akarsha.rpy:360 +translate brazilian_portuguese golf_a3379bea: + + # Akarsha "This was originally gonna be a sleepover, but I think some of your parents would've said no." + Akarsha "Isso era pra ser originalmente uma festa do pijama, mas acho que os pais de algumas de vocês teriam dito não." + +# game/1_akarsha.rpy:362 +translate brazilian_portuguese golf_5b580689: + + # "Diya nods." + "Diya faz um aceno com a cabeça." + +# game/1_akarsha.rpy:364 +translate brazilian_portuguese golf_2157ce45: + + # Diya "My mom's never let me go to one before. She's worried it'll turn me lesbian." + Diya "Minha mãe nunca deixou eu ir em uma. Ela tem medo que isso me tornaria lésbica." + +# game/1_akarsha.rpy:366 +translate brazilian_portuguese golf_323cea59: + + # Min "Too bad for her, I already did." + Min "Uma pena pra ela, pois eu já te tornei." + +# game/1_akarsha.rpy:368 +translate brazilian_portuguese golf_8050f8f8: + + # Diya "Yeah..." + Diya "É..." + +# game/1_akarsha.rpy:370 +translate brazilian_portuguese golf_68588b4a: + + # Noelle "Akarsha, I'm surprised your parents let us come over unsupervised at all." + Noelle "Akarsha, estou surpresa que seus pais deixaram nós virmos sem supervisão alguma." + +# game/1_akarsha.rpy:372 +translate brazilian_portuguese golf_46485015: + + # Akarsha "Eh, they trust me. They should be back any minute now, anyway." + Akarsha "Eh, eles confiam em mim. De qualquer jeito, eles voltam logo." + +# game/1_akarsha.rpy:373 +translate brazilian_portuguese golf_e707ffc3: + + # Akarsha "They're in San Ramon watching my bro's red belt test for Taekwondo. It must be taking longer than they thought." + Akarsha "Eles estão em San Ramon vendo a prova para faixa vermelha no Taekwondo do meu irmão. Deve estar demorando mais do que eles pensavam." + +# game/1_akarsha.rpy:376 +translate brazilian_portuguese golf_6e1aca7f: + + # Noelle "Test? I didn't realize you had to pass formal examinations to advance in Taekwondo." + Noelle "Prova? Eu não sabia que precisava passar por um exame formal para avançar no Taekwondo." + +# game/1_akarsha.rpy:378 +translate brazilian_portuguese golf_fe63911f: + + # Akarsha "Ya, you gotta memorize forms and stuff. I've never seen them fail anyone, though." + Akarsha "É, precisa memorizar formas e etc. Mas nunca vi eles falharem alguém, na verdade." + +# game/1_akarsha.rpy:380 +translate brazilian_portuguese golf_ef3f5855: + + # Akarsha "Anyway, us being home alone means we can go BUCK WILD. We're about to throw the party of a LIFETIME, Frenchman!" + Akarsha "De qualquer jeito, nós estarmos sozinhas em casa quer dizer que podemos fazer QUALQUER LOUCURA que a gente quiser. Estamos prestes a ter a melhor festa da sua VIDA, Francesa!" + +# game/1_akarsha.rpy:382 +translate brazilian_portuguese golf_7c0ec78b: + + # "Akarsha crouches at the foot of the TV and turns the GameCube on." + "Akarsha se ajoelha na frente da TV e liga o GameCube." + +# game/1_akarsha.rpy:384 +translate brazilian_portuguese golf_725750d8: + + # Akarsha "Mario Golf, baby." + Akarsha "Mario Golf, baby." + +# game/1_akarsha.rpy:387 +translate brazilian_portuguese golf_0d3e457b: + + # Diya "Golf? Are you sure Noelle will like that?" + Diya "Golf? Você tem certeza que a Noelle vai gostar disso?" + +# game/1_akarsha.rpy:389 +translate brazilian_portuguese golf_972dcea8: + + # Akarsha "I don't know what you're talking about. Mario Golf is the best game in the world." + Akarsha "Não sei do que você está falando. Mario Golf é o melhor jogo do mundo." + +# game/1_akarsha.rpy:391 +translate brazilian_portuguese golf_2fff83bd: + + # Akarsha "I only have two controllers, though. I usually just play against my bro." + Akarsha "O complicado é que eu só tenho dois controles. Normalmente eu só jogo contra meu irmão." + +# game/1_akarsha.rpy:394 +translate brazilian_portuguese golf_d82297c3: + + # Diya "Noelle should get to play first because it's her birthday." + Diya "Noelle deveria jogar primeiro porque é aniversário dela." + +# game/1_akarsha.rpy:396 +translate brazilian_portuguese golf_dbad79c4: + + # Akarsha "Yeah, and the rest of us should take turns playing against her." + Akarsha "Isso, o resto de nós deveriamos alternar jogando contra ela." + +# game/1_akarsha.rpy:399 +translate brazilian_portuguese golf_72f94c71: + + # Noelle "Won't that feel like everyone ganging up against me?" + Noelle "Não vai parecer que vocês tão conspirando contra mim?" + +# game/1_akarsha.rpy:401 +translate brazilian_portuguese golf_cd1c6b02: + + # Akarsha "Nonsense! You're getting the maximal amount of fun here, Frenchman." + Akarsha "Que nada! Você é quem vai ter a maior diversão, Francesa." + +# game/1_akarsha.rpy:404 +translate brazilian_portuguese golf_43e479ca: + + # "Akarsha hands Noelle one of the controllers. Min grabs the other one and curls up on the couch with Diya." + "Akarsha dá um dos controles para a Noelle. Min pega o outro e se aconchega no sofá com Diya." + +# game/1_akarsha.rpy:406 +translate brazilian_portuguese golf_0394b79a: + + # Min "Akarsha, this better not be like your copy of Melee." + Min "Akarsha, espero que isso não seja sua cópia da Melee." + +# game/1_akarsha.rpy:407 +translate brazilian_portuguese golf_73e9ae60: + + # Min "You didn't even have any of the characters unlocked except Marth." + Min "Você nem deve ter todos os personagens desbloqueados, sem contar o Marth." + +# game/1_akarsha.rpy:409 +translate brazilian_portuguese golf_b4470573: + + # Akarsha "Who needs \"Falcon\" or whatever when Captain Falcon is right there? Same thing, really..." + Akarsha "Quem precisa do \"Falcon\" quando se tem o Captain Falcon ali? É a mesma coisa..." + +# game/1_akarsha.rpy:413 +translate brazilian_portuguese golf_836b5f41: + + # Min "You mean {i}Falco{/i}?! There's no fucking character called Falcon!" with sshake + Min "Você quer dizer o {i}Falco{/i}?! Não tem nenhum personagem com a porra do nome de Falcon!" with sshake + +# game/1_akarsha.rpy:421 +translate brazilian_portuguese golf_e6352d0d: + + # Akarsha "Jeez, calm yourself! I unlocked everything this time. See?" + Akarsha "Jesus, se acalma! Eu desbloqueei tudo dessa vez. Viu?" + +# game/1_akarsha.rpy:423 +translate brazilian_portuguese golf_899c1cc4: + + # Akarsha "Min, choose Wario. We're team Wario." + Akarsha "Min, escolhe o Wario. Somos time Wario." + +# game/1_akarsha.rpy:426 +translate brazilian_portuguese golf_aadd3c79: + + # Min "Why should I?" + Min "Por que eu deveria?" + +# game/1_akarsha.rpy:429 +translate brazilian_portuguese golf_cb83141e: + + # Akarsha "Don't you trust me?" + Akarsha "Você não confia em mim?" + +# game/1_akarsha.rpy:432 +translate brazilian_portuguese golf_204be0f0: + + # Min "I guess, whatever..." + Min "Eu acho? Que seja..." + +# game/1_akarsha.rpy:434 +translate brazilian_portuguese golf_0591ef34: + + # Noelle "I suppose I'll be this pink princess." + Noelle "Acho que serei esta princesa rosa." + +# game/1_akarsha.rpy:438 +translate brazilian_portuguese golf_1b961ae1: + + # "Akarsha glances over at Noelle. She's placed her controller flat on the sofa and is pressing down on the buttons like she's playing piano." + "Akarsha olha para Noelle, que botou o controle em cima do sofá e estava apertando os botões como se ela estivesse tocando piano." + +# game/1_akarsha.rpy:440 +translate brazilian_portuguese golf_713980fc: + + # Akarsha "What're you doing???" + Akarsha "O que você está fazendo???" + +# game/1_akarsha.rpy:443 +translate brazilian_portuguese golf_44dec906: + + # Noelle "Shut up! I can adjust the control stick with greater precision like this!" with sshake + Noelle "Cala a boca! Eu posso controlar o joy-stick com precisão muito melhor assim!" with sshake + +# game/1_akarsha.rpy:446 +translate brazilian_portuguese golf_04c4046f: + + # "Noelle pinches the control stick between her thumb and index finger like a crab with a pebble between its pincers." + "Noelle aperta o joystick entre seu polegar e o dedo indicador, como se fosse um caranguejo com uma pedra entre suas pinças." + +# game/1_akarsha.rpy:448 +translate brazilian_portuguese golf_ed537d52: + + # AkarshaT "Ohhhh my godddd! Why are you like a grandma who's never seen a video game before?!" + AkarshaT "Aiii meu deeeeuuss! Por que você parece uma vovó que nunca viu um videogame antes?!" + +# game/1_akarsha.rpy:452 +translate brazilian_portuguese golf_c6ff27c7: + + # "Min selects a dark, lava-ridden course. An animation panning to the stage's first hole plays onscreen." + "Min escolhe um level escuro e cheio de lava. Uma animação panorâmica para o primeiro buraco aparece na tela." + +# game/1_akarsha.rpy:454 +translate brazilian_portuguese golf_6873e283: + + # Noelle "Wait, that looks difficult. I don't even know how to play this yet!" + Noelle "Espera, esse parece difícil. Eu nem sei como jogar isso ainda!" + +# game/1_akarsha.rpy:457 +translate brazilian_portuguese golf_1e5db9a1: + + # Akarsha "Sink or sizzle, Frenchman." + Akarsha "Ou você nada com a correnteza, ou você cai na lava, Francesa." + +# game/1_akarsha.rpy:460 +translate brazilian_portuguese golf_704731a8: + + # Noelle "That doesn't sound like something you should be saying to someone on her birthday." + Noelle "Isso não parece ser algo que você diria a alguém em seu aniversário." + +# game/1_akarsha.rpy:463 +translate brazilian_portuguese golf_70b5c471: + + # "Noelle hastily mashes buttons at random on her controller. Her character manages to hit the golf ball safely across a lava pit." + "Noelle aperta os botões aleatoriamente de forma agitada em seu controle. O personagem dela consegue acertar uma bola cuidadosamente através de um fosso de lava." + +# game/1_akarsha.rpy:465 +translate brazilian_portuguese golf_cf21b315: + + # Min "Oh, so it's just luck." + Min "Ah, então é só sorte." + +# game/1_akarsha.rpy:468 +translate brazilian_portuguese golf_b95cf99f: + + # Noelle "It's not luck. It's physics." + Noelle "Não é sorte. É física." + +# game/1_akarsha.rpy:470 +translate brazilian_portuguese golf_00927965: + + # Diya "Big words from someone who was protesting she didn't know how play ten seconds ago." + Diya "Grande palavras, vindas de alguém que não sabia jogar a dez segundos atrás." + +# game/1_akarsha.rpy:472 +translate brazilian_portuguese golf_b34a7526: + + # "After a few swings, Min successfully putts her golf ball into the first hole. The words \"BOGEY\" appear onscreen." + "Depois de algumas tacadas, Min põe sua bola de golf no primeiro buraco com sucesso. As palavras \"BOGEY\" aparecem na tela." + +# game/1_akarsha.rpy:474 +translate brazilian_portuguese golf_16e8bcb2: + + # Min "The fuck is a \"bogey\"?" + Min "Que porra é um \"bogey\"?" + +# game/1_akarsha.rpy:476 +translate brazilian_portuguese golf_80242aaf: + + # Noelle "How should I know? Aren't you and Diya the sports enthusiasts here?" + Noelle "Como que eu deveria saber? Não são você e a Diya as experts dos esportes aqui?" + +# game/1_akarsha.rpy:478 +translate brazilian_portuguese golf_63561eda: + + # Min "I like real sports, not fake old people sports like golf." + Min "Eu gosto de esportes reais, não esportes falsos e velhos como golfe." + +# game/1_akarsha.rpy:480 +translate brazilian_portuguese golf_4047d783: + + # Diya "Me too." + Diya "Eu também." + +# game/1_akarsha.rpy:483 +translate brazilian_portuguese golf_3b405576: + + # "Noelle finishes the hole with a triple bogey. Onscreen, Princess Peach collapses and shakes her head, devastated." + "Noelle termina o buraco com um bogey triplo. Na tela, Princesa Peach desmaia e balança sua cabeça devastada." + +# game/1_akarsha.rpy:486 +translate brazilian_portuguese golf_b2b65586: + + # Akarsha "HAHAH! LOSER!!!" with sshake + Akarsha "HAHAH! PERDEDORA!!!" with sshake + +# game/1_akarsha.rpy:490 +translate brazilian_portuguese golf_ff941b54: + + # Noelle "YOU SHUT YOUR MOUTH!!!" with sshake + Noelle "CALA A BOCA!!!" with sshake + +# game/1_akarsha.rpy:492 +translate brazilian_portuguese golf_8aa3d5de: + + # "Min hands Diya the controller for the next hole, kissing her adoringly on the cheek as she does." + "Min alcança Diya o seu controle para o próximo buraco, adoravelmente beijando sua bochecha no processo." + +# game/1_akarsha.rpy:493 +translate brazilian_portuguese golf_856a9894: + + # "Diya furrows her brows, considering her options..." + "Diya aperta suas sobrancelhas, considerando suas opções..." + +# game/1_akarsha.rpy:495 +translate brazilian_portuguese golf_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/1_akarsha.rpy:499 +translate brazilian_portuguese golf_bc569fab: + + # "Diya launches her ball straight into the lava." + "Diya lança sua bola diretamente na lava." + +# game/1_akarsha.rpy:501 +translate brazilian_portuguese golf_6ae93ceb: + + # Noelle "At last! My chance to make a comeback." + Noelle "Finalmente! Minha chance de vingança." + +# game/1_akarsha.rpy:503 +translate brazilian_portuguese golf_599f64fd: + + # Diya "I'm weaker today because I'm not Luigi." + Diya "Estou mais fraca hoje porque não sou o Luigi." + +# game/1_akarsha.rpy:505 +translate brazilian_portuguese golf_740798c0: + + # Noelle "If you insist." + Noelle "Se você insiste." + +# game/1_akarsha.rpy:507 +translate brazilian_portuguese golf_febe2f20: + + # "Noelle immediately hits her ball into the lava, too." + "Noelle imediatamente acerta sua bola na lava, também." + +# game/1_akarsha.rpy:509 +translate brazilian_portuguese golf_9f0c7340: + + # Noelle "NGOOOHHGHH!!!" with sshake + Noelle "NGOOOHHGHH!!!" with sshake + +# game/1_akarsha.rpy:512 +translate brazilian_portuguese golf_10bb6aba: + + # Akarsha "I can't wait to see your face when we play Monopoly later." + Akarsha "Mal posso esperar pra ver sua cara quando jogarmos Monopoly depois." + +# game/1_akarsha.rpy:515 +translate brazilian_portuguese golf_468e0adb: + + # Noelle "We're playing {i}Monopoly?{/i} Why?" + Noelle "Vamos jogar {i}Monopoly?{/i} Por que?" + +# game/1_akarsha.rpy:517 +translate brazilian_portuguese golf_94d3efb5: + + # Min "What, you don't like it?" + Min "O quê, você não gosta?" + +# game/1_akarsha.rpy:519 +translate brazilian_portuguese golf_c244c5bd: + + # Noelle "There's no skill involved! It's pure luck!" + Noelle "Não tem nenhuma habilidade envolvida! É pura sorte!" + +# game/1_akarsha.rpy:522 +translate brazilian_portuguese golf_d747778c: + + # Akarsha "Silence, demon! It's fun to fantasize about owning property someday!" + Akarsha "Silêncio demônio! É legal fantasiar sobre ter propriedades um dia!" + +# game/1_akarsha.rpy:525 +translate brazilian_portuguese golf_a8eec78d: + + # Noelle "The game was not even designed to be fun!" + Noelle "O jogo nem foi feito para ser divertido!" + +# game/1_akarsha.rpy:526 +translate brazilian_portuguese golf_02071b31: + + # Noelle "It was created to educate people on the dangers of capitalism!" + Noelle "Foi feito pra educar pessoas sobre os perigos do capitalismo!" + +# game/1_akarsha.rpy:528 +translate brazilian_portuguese golf_9a94eccf: + + # Diya "But I like collecting the deed cards...They're such nice colors." + Diya "Mas eu gosto de coletar cartas de propriedade... Elas tem cores tão legais." + +# game/1_akarsha.rpy:531 +translate brazilian_portuguese golf_2a9b6ca0: + + # Akarsha "Noelle, let's make a deal. If you win the next hole against me, we won't play Monopoly." + Akarsha "Noelle, vamos fazer um acordo. Se você me ganhar no próximo buraco, não iremos jogar Monopoly." + +# game/1_akarsha.rpy:534 +translate brazilian_portuguese golf_e4045c5f: + + # Noelle "How is that fair? You've played Mario Golf countless times before." + Noelle "Como isso é justo? Você já jogou Mario Golf diversas vezes antes." + +# game/1_akarsha.rpy:537 +translate brazilian_portuguese golf_49b80eb7: + + # Akarsha "Hey, I've only tried this course once or twice! Honest!" + Akarsha "Ei, eu só tentei esse curso uma ou duas vezes! Juro!" + +# game/1_akarsha.rpy:539 +translate brazilian_portuguese golf_472b0d90: + + # "Noelle ponders this as Diya hits her golf ball straight into the lava for the third time." + "Noelle pensa sobre o assunto, enquanto Diya acerta sua bola diretamente na lava pela terceira vez." + +# game/1_akarsha.rpy:541 +translate brazilian_portuguese golf_0401264f: + + # Noelle "...Fine. Deal." + Noelle "...Tá bom. Acordo feito." + +# game/1_akarsha.rpy:543 +translate brazilian_portuguese golf_d4eb33ee: + + # Diya "Oh, no. I roasted my golf ball again." + Diya "Ah não. Eu queimei minha bola de golfe de novo." + +# game/1_akarsha.rpy:545 +translate brazilian_portuguese golf_6a1a39f7: + + # "After countless attempts, Noelle manages to complete the hole first." + "Depois de incontáveis tentativas, Noelle consegue terminar o buraco primeiro." + +# game/1_akarsha.rpy:547 +translate brazilian_portuguese golf_e6455780: + + # Diya "Yay. You win." + Diya "Yay. Você ganhou." + +# game/1_akarsha.rpy:549 +translate brazilian_portuguese golf_1110528a: + + # Noelle "It's a good thing your athleticism doesn't translate to skill at sports games." + Noelle "Ainda bem que sua habilidade com esportes não ajuda em jogos de esporte." + +# game/1_akarsha.rpy:552 +translate brazilian_portuguese golf_8ba628f6: + + # "Diya putts the ball into the hole with her next swing. She passes the controller to Akarsha." + "Diya acerta a bola no buraco na sua próxima tacada. Ela passa o controle para Akarsha." + +# game/1_akarsha.rpy:554 +translate brazilian_portuguese golf_d2e37173: + + # Diya "Your turn." + Diya "Sua vez." + +# game/1_akarsha.rpy:556 +translate brazilian_portuguese golf_363f143f: + + # AkarshaT "Diya totally just let Noelle win." + AkarshaT "Diya totalmente só pegou leve com a Noelle." + +# game/1_akarsha.rpy:558 +translate brazilian_portuguese golf_4fd55d6f: + + # AkarshaT "Unfortunately for Frenchman, {i}I{/i} don't believe in going easy on the birthday girl." + AkarshaT "Infelizmente para a Francesa, {i}eu{/i} não vou pegar leve com a aniversariante." + +# game/1_akarsha.rpy:559 +translate brazilian_portuguese golf_c990a6fd: + + # AkarshaT "I'm pulling out all the stops!" + AkarshaT "Vou lutar com unhas e dentes!" + +# game/1_akarsha.rpy:564 +translate brazilian_portuguese golf_bd1727b8: + + # "The words \"Press A to skip\" appear as the animation showing the next hole begins to play..." + "As palavras \"Pressione A para pular\" aparecem enquanto a animação mostrando onde o próximo buraco está começa a tocar..." + +# game/1_akarsha.rpy:568 +translate brazilian_portuguese golf_dcb7a844: + + # "Akarsha presses A to skip the animation before it can reveal the hole's location." + "Akarsha aperta A para pular a introdução onde revelaria a localização do buraco." + +# game/1_akarsha.rpy:570 +translate brazilian_portuguese golf_fd66f18f: + + # Diya "You cut it off early..." + Diya "Você não deixou tocar tudo..." + +# game/1_akarsha.rpy:573 +translate brazilian_portuguese golf_e59bc4ef: + + # Akarsha "Whoopsie daisy! I got too impatient." + Akarsha "Oopsie! Fiquei impaciente." + +# game/1_akarsha.rpy:577 +translate brazilian_portuguese golf_fd53a2e6: + + # Noelle "AKARSHA!!! WHERE'S THE HOLE!!" with sshake + Noelle "AKARSHA!!! ONDE É O BURACO!!" with sshake + +# game/1_akarsha.rpy:580 +translate brazilian_portuguese golf_c600e07c: + + # Akarsha "I wonder..." + Akarsha "Boa pergunta..." + +# game/1_akarsha.rpy:584 +translate brazilian_portuguese golf_3f39d73d: + + # Noelle "YOU WORTHLESS SCAMMER!!!" with sshake + Noelle "SUA AGIOTA SALAFRÁRIA!!!" with sshake + +# game/1_akarsha.rpy:587 +translate brazilian_portuguese golf_0e00f263: + + # "Akarsha smugly putts her ball, but it rolls smoothly into the lava." + "Akarsha joga sua bola de maneira presunçosa, mas ela cai na lava." + +# game/1_akarsha.rpy:590 +translate brazilian_portuguese golf_e10ec4ce: + + # Akarsha "NOO!!! NOOOO!! AAUAAGGH!!!" with sshake + Akarsha "NÃOOO!!!! NÃOOOOOOO!! AAUAAGGHH!!!" with sshake + +# game/1_akarsha.rpy:593 +translate brazilian_portuguese golf_bf3fc089: + + # Noelle "Serves you right." + Noelle "Merecido." + +# game/1_akarsha.rpy:595 +translate brazilian_portuguese golf_438f5abf: + + # "Noelle tries to set up a trick shot against a wall." + "Noelle tenta fazer um truque jogando sua bola contra a parede." + +# game/1_akarsha.rpy:597 +translate brazilian_portuguese golf_b00483fc: + + # Akarsha "Whoa! Geometry!" + Akarsha "Uau! Geometria!" + +# game/1_akarsha.rpy:600 +translate brazilian_portuguese golf_cdfaa94a: + + # Noelle "Be quiet. I'm concentrating." + Noelle "Fica quieta. Estou me concentrando." + +# game/1_akarsha.rpy:602 +translate brazilian_portuguese golf_1ceb3f1b: + + # "Noelle hits the ball with a measured swing." + "Noelle acerta a bola com uma tacada calculada." + +# game/1_akarsha.rpy:603 +translate brazilian_portuguese golf_f018165f: + + # "Instead of glancing off the wall at the intended angle, it just ricochets back the way it came." + "Em vez de ir na parede pelo ângulo desejado, ela só bate de volta pelo caminho que veio." + +# game/1_akarsha.rpy:605 +translate brazilian_portuguese golf_2629e8ec: + + # Akarsha "Well done, Noelle! You're back where you started!" + Akarsha "Meus parabéns, Noelle! Voltou justo para o começo do mapa!" + +# game/1_akarsha.rpy:609 +translate brazilian_portuguese golf_86aeefa5: + + # Noelle "I HATE YOU! YOU SCUMBAG!!!" with sshake + Noelle "EU TE ODEIO!! SUA DESGRAÇADA!" with sshake + +# game/1_akarsha.rpy:610 +translate brazilian_portuguese golf_d39fccb2: + + # Noelle "I STILL DON'T EVEN KNOW WHERE THE HOLE IS!!!" + Noelle "EU AINDA NEM SEI ONDE O BURACO É!!!" + +# game/1_akarsha.rpy:613 +translate brazilian_portuguese golf_e38a4a66: + + # Akarsha "Watch and learn, my friend." + Akarsha "Olha e aprenda, companheira." + +# game/1_akarsha.rpy:615 +translate brazilian_portuguese golf_7199531a: + + # "Akarsha expertly angles her shot so the golf ball rolls up a hill, then drops straight into the hole." + "Akarsha habilidosamente mira sua tacada para que a bola de golf role por uma montanha, e caia diretamente no buraco." + +# game/1_akarsha.rpy:617 +translate brazilian_portuguese golf_1f3c44bb: + + # Akarsha "That's how it's done." + Akarsha "É assim que se faz." + +# game/1_akarsha.rpy:618 +translate brazilian_portuguese golf_93ab2f20: + + # Akarsha "My days playing this stage against my bro have finally paid off!" + Akarsha "Meus dias jogando essa fase contra meu irmão valeram a pena!" + +# game/1_akarsha.rpy:621 +translate brazilian_portuguese golf_d0f72abf: + + # Noelle "Days?! You said you only played this stage once or twice!" with sshake + Noelle "Dias?! Você disse que só jogou essa fase uma ou duas vezes!" with sshake + +# game/1_akarsha.rpy:623 +translate brazilian_portuguese golf_18ab8cfa: + + # "Noelle scowls, but Akarsha can tell from the way the corners of her mouth crinkle that she's fighting back a grin." + "Noelle franze as sobrancelhas, mas Akarsha pode ver que pelo jeito que o canto da boca dela dobra que ela está lutando pra não sorrir." + +# game/1_akarsha.rpy:625 +translate brazilian_portuguese golf_111a3912: + + # Noelle "You liar! What do you have to say for yourself?!" + Noelle "Sua mentirosa! O que você tem a dizer em sua defesa?!" + +# game/1_akarsha.rpy:628 +translate brazilian_portuguese golf_bf09c4ab: + + # Akarsha "Huh? Suddenly, I can't hear...My ears are failing!" + Akarsha "Ué? De repente, eu não consigo ouvir...Minhas orelhas estão caindo!" + +# game/1_akarsha.rpy:629 +translate brazilian_portuguese golf_46b4e5ec: + + # Akarsha "Hawwo? Hawwo?" + Akarsha "Olá? Olá?" + +# game/1_akarsha.rpy:633 +translate brazilian_portuguese golf_1fe2a9a0: + + # Noelle "AKARSHAAAAA!!!!!!" with sshake + Noelle "AKARSHAAAAA!!!!!!" with sshake + +# game/1_akarsha.rpy:636 +translate brazilian_portuguese golf_ecf447ed: + + # "Wario slaps his butt as the words \"PAR\" appear onscreen." + "Wario dá um tapa em sua bunda enquanto as palavras \"PAR\" aparecem na tela." + +# game/1_akarsha.rpy:638 +translate brazilian_portuguese golf_ce0a0505: + + # Akarsha "See? This is why Mario Golf is the best game in the world." + Akarsha "Tá vendo? Por isso que Mario Golf é o melhor jogo do mundo." + +# game/1_akarsha.rpy:640 +translate brazilian_portuguese golf_f26aaf40: + + # "Noelle turns away so Akarsha can't see her face, but by now she's shaking with barely suppressed laughter." + "Noelle vira pro lado para que Akarsha não consiga ver seu rosto, mas ela está tremendo, se segurando para não rir." + +# game/1_akarsha.rpy:642 +translate brazilian_portuguese golf_c097bae6: + + # AkarshaT "I win! I broke her!" + AkarshaT "Eu ganhei! Eu quebrei ela!" + +# game/1_akarsha.rpy:647 +translate brazilian_portuguese golf_b02336ee: + + # Noelle "I'M GOING TO BEAT THE LIVING DAYLIGHTS OUT OF YOU!!!" with sshake + Noelle "EU VOU TE ESPANCAR ATÉ A MORTE!" with sshake + +# game/1_akarsha.rpy:654 +translate brazilian_portuguese golf_a728e356: + + # "Akarsha yelps as Noelle pelts her with slaps." + "Akarsha dá um gritinho quando Noelle começa a lhe dar tapas." + +# game/1_akarsha.rpy:656 +translate brazilian_portuguese golf_b9d21c79: + + # Akarsha "Halp! Murder! Murder!" with sshake + Akarsha "Me ajudem! Tentativa de assasinato! Ao vivo!" with sshake + +# game/1_akarsha.rpy:659 +translate brazilian_portuguese golf_485dd024: + + # Diya "So, Monopoly?" + Diya "Então, Monopoly?" + +# game/1_akarsha.rpy:661 +translate brazilian_portuguese golf_abbee00d: + + # Min "You got it." + Min "Isso." + +# game/1_akarsha.rpy:670 +translate brazilian_portuguese monopoly_c0f4d822: + + # Akarsha "Ya HA! I got Boardwalk!" + Akarsha "Isso! Consegui o calçadão!" + +# game/1_akarsha.rpy:672 +translate brazilian_portuguese monopoly_065df688: + + # Akarsha "Welcome to my Santa Cruz of Death. I'm using my entire savings to pile four houses on it." + Akarsha "Bem vindas ao meu Santa Cruz da Morte. Estou usando todas minhas economias para botar quatro casas nele." + +# game/1_akarsha.rpy:675 +translate brazilian_portuguese monopoly_d10e2beb: + + # Diya "Oh, no. If I land on it right now, I'll go broke." + Diya "Ah não. Se eu parar nele agora, eu vou falir." + +# game/1_akarsha.rpy:677 +translate brazilian_portuguese monopoly_7b6b0913: + + # Noelle "Well, chances are, you won't." + Noelle "Bem, possivelmente, você não vai." + +# game/1_akarsha.rpy:678 +translate brazilian_portuguese monopoly_0a2e2da3: + + # Noelle "Unloading all your money on a single property is pure folly this early in the game." + Noelle "Botar todo seu dinheiro em uma propriedade no início do jogo é pura burrice." + +# game/1_akarsha.rpy:680 +translate brazilian_portuguese monopoly_0a598aa2: + + # "Diya rolls the dice and breathes a sigh of relief when she safely passes Akarsha's killer Boardwalk tile." + "Diya rola o dado e dá um suspiro de alívio após ela passar em segurança pelo Calçadão da Morte de Akarsha." + +# game/1_akarsha.rpy:681 +translate brazilian_portuguese monopoly_2d3b2d1d: + + # "After a few spaces, her dog token lands on Min's property. She begins to shell out the rent, but Min stops her." + "Após alguns espaços, o seu boneco de cachorro para na propriedade de Min. Ela começa a pegar o aluguel, mas Min para ela." + +# game/1_akarsha.rpy:683 +translate brazilian_portuguese monopoly_bb5aaa48: + + # Min "You don't have to pay me." + Min "Você não precisa me pagar." + +# game/1_akarsha.rpy:685 +translate brazilian_portuguese monopoly_a014ade9: + + # Diya "?!" + Diya "?!" + +# game/1_akarsha.rpy:686 +translate brazilian_portuguese monopoly_df9c6175: + + # Diya "I don't?" + Diya "Não preciso?" + +# game/1_akarsha.rpy:688 +translate brazilian_portuguese monopoly_1446773c: + + # Min "It's my house, so I'm in charge. You can stay there for free." + Min "É minha casa, eu que digo as regras. Você pode ficar nela de graça." + +# game/1_akarsha.rpy:691 +translate brazilian_portuguese monopoly_74a1a48c: + + # Diya "...." + Diya "...." + +# game/1_akarsha.rpy:693 +translate brazilian_portuguese monopoly_5ee4cc2f: + + # Noelle "Not so fast. That's not allowed!" + Noelle "Calma aí. Isso não está nas regras!" + +# game/1_akarsha.rpy:694 +translate brazilian_portuguese monopoly_7da5b434: + + # Noelle "When you land on property owned by another player, the owner has to collect rent from you." + Noelle "Quando você para numa propriedade de outro jogador, o dono tem que pegar aluguel de você." + +# game/1_akarsha.rpy:697 +translate brazilian_portuguese monopoly_ee78e5bb: + + # "Akarsha flips open the rulebook and pretends to adjust an imaginary pair of glasses on her face." + "Akarsha abre o livro de regras e finge arrumar um óculos imaginário em seu rosto." + +# game/1_akarsha.rpy:699 +translate brazilian_portuguese monopoly_5d5803ff: + + # Akarsha "Actually, it says here..." + Akarsha "Na verdade, diz isso aqui..." + +# game/1_akarsha.rpy:700 +translate brazilian_portuguese monopoly_1dbde0c5: + + # Akarsha "\"The owner may not collect the rent if he/she fails to ask for it before the second player following throws the dice.\"" + Akarsha "\"O dono pode não pegar o aluguel se ele/ela não pedir antes que o próximo jogador role os dados.\"" + +# game/1_akarsha.rpy:703 +translate brazilian_portuguese monopoly_1ce8853c: + + # Diya "That's so confusingly worded." + Diya "Isso é escrito de forma muito confusa." + +# game/1_akarsha.rpy:705 +translate brazilian_portuguese monopoly_60c7cd5a: + + # Akarsha "Basically, it's sayin' if the owner doesn't ask for rent, the renter doesn't have to pay it!" + Akarsha "Basicamente, tá dizendo que se o dono não pedir pelo aluguel, quem tá na casa não precisa pagar!" + +# game/1_akarsha.rpy:708 +translate brazilian_portuguese monopoly_d02e98d1: + + # Min "Ha! So Diya CAN sleep at my house!" + Min "Ha! Então a Diya PODE dormir na minha casa!" + +# game/1_akarsha.rpy:710 +translate brazilian_portuguese monopoly_827d11db: + + # Noelle "What kind of buffoon penned these rules?! If the renter and owner are in cahoots, the other players are at a disadvantage!" + Noelle "Quem foi o imbecil que escreveu essas regras?! Se quem parar na propriedade e o dono da propriedade estiverem em acordo, os outros jogadores estão em desvantagem!" + +# game/1_akarsha.rpy:712 +translate brazilian_portuguese monopoly_e05eeead: + + # Diya "Unless the odd ones out form an alliance to counter it, too." + Diya "A menos que os outros jogadores formem uma aliança para balancear, também." + +# game/1_akarsha.rpy:714 +translate brazilian_portuguese monopoly_0225d87d: + + # Akarsha "HmmMMMMM...Wanna be in {i}cahoots{/i} with me, Frenchman?" + Akarsha "HmmMMMMM...Quer ser minha {i}parceira de negócios{/i}, Francesa?" + +# game/1_akarsha.rpy:717 +translate brazilian_portuguese monopoly_fe36a26e: + + # Noelle "Not a chance." + Noelle "De jeito algum." + +# game/1_akarsha.rpy:719 +translate brazilian_portuguese monopoly_d6069b41: + + # Akarsha "Don't say I didn't ask ya." + Akarsha "Não diga que eu não ofereci." + +# game/1_akarsha.rpy:721 +translate brazilian_portuguese monopoly_e67206c4: + + # Akarsha "You'll be singing a different tune once you land on my Killer Boardwalk." + Akarsha "Você vai estar com uma outra ideia quando você parar no meu Calçadão da Morte." + +# game/1_akarsha.rpy:732 +translate brazilian_portuguese monopoly_92d0810f: + + # "Noelle's phone buzzes, and her face pales when she checks it." + "O telefone de Noelle treme, e seu rosto fica pálido após olhá-lo." + +# game/1_akarsha.rpy:735 +translate brazilian_portuguese monopoly_03e3ab03: + + # Noelle "Oh, great." + Noelle "Ah, ótimo." + +# game/1_akarsha.rpy:737 +translate brazilian_portuguese monopoly_a7740241: + + # Diya "What's wrong?" + Diya "O que houve?" + +# game/1_akarsha.rpy:739 +translate brazilian_portuguese monopoly_fb498b49: + + # Noelle "I told my mom I'd text her when I got to Akarsha's house." + Noelle "Eu falei pra minha mãe que eu ia enviar uma mensagem pra ela quando eu chegasse na casa da Akarsha." + +# game/1_akarsha.rpy:746 +translate brazilian_portuguese momTexts_4a682f69: + + # Noelle "But I was having so much fun, it completely slipped my mind." + Noelle "Mas eu estava me divertindo tanto, que acabei esquecendo." + +# game/1_akarsha.rpy:748 +translate brazilian_portuguese momTexts_bf15b291: + + # "Akarsha catches a glimpse of Noelle's phone screen. It's filled with panicked texts from her mom..." + "Akarsha dá uma olhada na tela do celular de Noelle. Está cheio de mensagens em pânico da mãe dela..." + +# game/1_akarsha.rpy:757 +translate brazilian_portuguese momTexts_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/1_akarsha.rpy:758 +translate brazilian_portuguese momTexts_503eccc0: + + # cNarrator "12:29 PM" + cNarrator "12:29 PM" + +# game/1_akarsha.rpy:759 +translate brazilian_portuguese momTexts_8c16c171: + + # cMom "Are you having fun" + cMom "Está se divertindo" + +# game/1_akarsha.rpy:760 +translate brazilian_portuguese momTexts_9381ce72: + + # cSame "Hello" + cSame "Olá" + +# game/1_akarsha.rpy:761 +translate brazilian_portuguese momTexts_66f3a742: + + # cNarrator "1:00 PM" + cNarrator "1:00 PM" + +# game/1_akarsha.rpy:762 +translate brazilian_portuguese momTexts_c8280673: + + # cMom "Hello Noelle how are you doting" + cMom "Olá Noelle como você ests" + +# game/1_akarsha.rpy:763 +translate brazilian_portuguese momTexts_758d82c3: + + # cSame "I meant not doing not doting :)" + cSame "Eu quis dizer está não ests :)" + +# game/1_akarsha.rpy:764 +translate brazilian_portuguese momTexts_250e416c: + + # cNarrator "2:30 PM" + cNarrator "2:30 PM" + +# game/1_akarsha.rpy:765 +translate brazilian_portuguese momTexts_8188d09d: + + # cMom "You may consider to call us when you can" + cMom "Você pode nós ligar quando puder" + +# game/1_akarsha.rpy:766 +translate brazilian_portuguese momTexts_429b5f9b: + + # cNarrator "2:51 PM" + cNarrator "2:51 PM" + +# game/1_akarsha.rpy:767 +translate brazilian_portuguese momTexts_5fb6456f: + + # cMom "Is everything okay ?" + cMom "Está tudo bem?" + +# game/1_akarsha.rpy:768 +translate brazilian_portuguese momTexts_9068b79f: + + # cSame "Where are you? You said you would text us, It's been almost two hours" + cSame "Onde você está? Você disse que ia nos mandar mensagem, já fazem duas horas" + +# game/1_akarsha.rpy:769 +translate brazilian_portuguese momTexts_f1e7d743: + + # cNarrator "2:55 PM" + cNarrator "2:55 PM" + +# game/1_akarsha.rpy:770 +translate brazilian_portuguese momTexts_d7963a1f: + + # cMom "How come you're not picking up your phone?" + cMom "Por que você não está atendendo o celular?" + +# game/1_akarsha.rpy:771 +translate brazilian_portuguese momTexts_8d29f11e: + + # cSame "We're about to call the police" + cSame "Vamos ligar pra polícia" + +# game/1_akarsha.rpy:774 +translate brazilian_portuguese momTexts_76b2fe88: + + # nvl clear + nvl clear + +# game/1_akarsha.rpy:777 +translate brazilian_portuguese momTexts_6633890e: + + # Min "Jesus..." + Min "Jesus..." + +# game/1_akarsha.rpy:779 +translate brazilian_portuguese momTexts_c4b03090: + + # Noelle "There's four missed calls, too. I think we were all shouting so much, I didn't hear any of them." + Noelle "Tem quatro chamadas perdidas, também. Eu acho que estávamos gritando muito, e eu não ouvi nenhuma delas." + +# game/1_akarsha.rpy:782 +translate brazilian_portuguese momTexts_200496ce: + + # "Diya jumps in surprise as her cell phone starts ringing." + "Diya dá um pulo surpresa quando o celular dela começa a tocar." + +# game/1_akarsha.rpy:783 +translate brazilian_portuguese momTexts_e3ae65b0: + + # "She stares at it with trepidation before fearfully pressing it to her good ear." + "Ela olha pra ele apreensiva, antes de o botar em seu ouvido bom." + +# game/1_akarsha.rpy:785 +translate brazilian_portuguese momTexts_e629b0d2: + + # Diya "........" + Diya "........" + +# game/1_akarsha.rpy:787 +translate brazilian_portuguese momTexts_ed179152: + + # "Diya frantically hands Noelle the phone like it's a hot potato." + "Diya entrega o celular pra Noelle freneticamente, como se fosse uma batata quente." + +# game/1_akarsha.rpy:789 +translate brazilian_portuguese momTexts_59359e51: + + # Noelle "Alright. I'll deal with it." + Noelle "Beleza. Eu lido com isso." + +# game/1_akarsha.rpy:791 +translate brazilian_portuguese momTexts_5699f935: + + # "Noelle answers the phone and leaves the room with a sigh. Akarsha can faintly hear her side of a frustrating conversation..." + "Noelle atende o celular, saindo da sala com um suspiro. Akarsha consegue mal ouvir ela falando numa conversa aparentemente frustrante..." + +# game/1_akarsha.rpy:792 +translate brazilian_portuguese momTexts_a73f5091: + + # "A few minutes later, she returns to the group, her face sour." + "Alguns minutos depois, ela volta ao grupo, seu rosto azedo." + +# game/1_akarsha.rpy:794 +translate brazilian_portuguese momTexts_e9b8be9a: + + # Noelle "We've cleared up the misunderstanding. I let them know I'll be here for a few more hours." + Noelle "Esclarecemos o mal-entendido. Avisei pra eles que eu vou estar aqui por mais algumas horas." + +# game/1_akarsha.rpy:795 +translate brazilian_portuguese momTexts_46998f1c: + + # Noelle "I'm sorry my mom called you, Diya. That was humiliating." + Noelle "Desculpa por minha mãe ter te ligado Diya. Isso foi humilhante." + +# game/1_akarsha.rpy:797 +translate brazilian_portuguese momTexts_c66af205: + + # Diya "It's okay. Good thing she didn't report you missing yet." + Diya "Tudo bem. Que bom que ela ainda não te declarou como desaparecida." + +# game/1_akarsha.rpy:799 +translate brazilian_portuguese momTexts_fb03f223: + + # Noelle "I know she means well, but it's honestly irritating how often she wildly overreacts to perfectly harmless situations." + Noelle "Eu sei que ela tem boas intenções, mas é realmente irritante como ela reage de forma exagerada a situações inofensivas." + +# game/1_akarsha.rpy:800 +translate brazilian_portuguese momTexts_61810662: + + # Noelle "She has no friends or hobbies, so all her brain power is spent on obsessing over me." + Noelle "Ela não tem amigos, ou hobbies, então toda a massa cerebral dela é gasta em ficar obcecada em mim." + +# game/1_akarsha.rpy:802 +translate brazilian_portuguese momTexts_3870b4b6: + + # Akarsha "Sorry we got you in trouble..." + Akarsha "Desculpa por termos te posto numa encrenca..." + +# game/1_akarsha.rpy:806 +translate brazilian_portuguese momTexts_a975789f: + + # Noelle "It's not your fault. You couldn't have known." + Noelle "Não é culpa sua. Vocês não tinham como saber." + +# game/1_akarsha.rpy:807 +translate brazilian_portuguese momTexts_05ea2aed: + + # Noelle "I should've remembered to text her once I arrived at your house." + Noelle "Eu deveria ter lembrado de mandar mensagem pra ela após chegar na sua casa." + +# game/1_akarsha.rpy:815 +translate brazilian_portuguese momTexts_7fa9a933: + + # "Noelle's joints crick as she sits back down at the Monopoly board between Diya and Akarsha." + "As articulações de Noelle estralam quando ela se senta entre Diya e Akarsha." + +# game/1_akarsha.rpy:817 +translate brazilian_portuguese momTexts_6dee83b2: + + # Min "Is it just me, or are all the \"cool\" kids at our school just the ones whose parents let them do the most stuff?" + Min "É impressão minha, ou as crianças \"legais\" da nossa escola são as que os pais deixam eles fazerem o que quiserem?" + +# game/1_akarsha.rpy:819 +translate brazilian_portuguese momTexts_ff3779b2: + + # Diya "Yeah, it's the girls who're allowed to wear make-up and hang out with their friends all the time." + Diya "Sim, são as meninas que podem vestir maquiagem e sair com as amigas o tempo todo." + +# game/1_akarsha.rpy:821 +translate brazilian_portuguese momTexts_bbc973a6: + + # Akarsha "That's not always true. My parents are pretty chill, but I'm still uncool." + Akarsha "Na verdade depende. Meu pais são bem de boa, mas eu não sou legal." + +# game/1_akarsha.rpy:823 +translate brazilian_portuguese momTexts_16bc08cb: + + # Akarsha "I'm just unpopular cuz I'm weird." + Akarsha "Eu só não sou popular porque eu sou estranha." + +# game/1_akarsha.rpy:826 +translate brazilian_portuguese momTexts_98390768: + + # Min "Don't forget perverted and annoying." + Min "Não esqueça de pervertida e irritante." + +# game/1_akarsha.rpy:828 +translate brazilian_portuguese momTexts_3199f6ce: + + # Noelle "I would like to add that you're a compulsive liar." + Noelle "Gostaria de adicionar que você é uma mentirosa compulsiva." + +# game/1_akarsha.rpy:830 +translate brazilian_portuguese momTexts_4c8b9749: + + # Akarsha "Geez, wow! I didn't realize everyone had their own theories for why I'm not popular..." + Akarsha "Caraca, uau! Eu não sabia que todo mundo tinha suas teorias sobre o porquê eu não sou popular..." + +# game/1_akarsha.rpy:838 +translate brazilian_portuguese momTexts_6b84746d: + + # "A few turns of Monopoly later, Akarsha moves her top hat token to the Reading Railroad." + "Algumas rodadas de Monopoly depois, Akarsha move seu boneco de cartola para a Estação de Trem." + +# game/1_akarsha.rpy:840 +translate brazilian_portuguese momTexts_31155dc5: + + # Akarsha "Whose is this?" + Akarsha "De quem é esta estação?" + +# game/1_akarsha.rpy:843 +translate brazilian_portuguese momTexts_5689b46e: + + # Diya "Mine." + Diya "Minha." + +# game/1_akarsha.rpy:846 +translate brazilian_portuguese momTexts_5cbdf37f: + + # Akarsha "Diya, bromie, please...I have a starving family and eight children at home..." + Akarsha "Diya, mano, por favor... eu tenho uma família para alimentar e oito filhos em casa..." + +# game/1_akarsha.rpy:849 +translate brazilian_portuguese momTexts_87204c2f: + + # Diya "$25. Hand it over." + Diya "25$. Passa." + +# game/1_akarsha.rpy:852 +translate brazilian_portuguese momTexts_41f9d7a5: + + # Akarsha "You're murdering the babes, Diya! How about $24? Just one dollar can save a life..." + Akarsha "Você esta matando os bebês, Diya! Que tal 24$? Um real pode salvar uma vida..." + +# game/1_akarsha.rpy:855 +translate brazilian_portuguese momTexts_61bf8e26: + + # Min "I like how since we found out it's possible to not pay rent, this turned into Akarsha begging and haggling with everyone to not charge her." + Min "Eu amo que desde que aprendemos que é possível não pagar o aluguel, Akarsha não para de implorar e mendigar para não cobrarem aluguel pra ela." + +# game/1_akarsha.rpy:858 +translate brazilian_portuguese momTexts_97182f87: + + # Akarsha "Wait, Diya, I'll roll you for it. Double or nothing." + Akarsha "Espera Diya, vamos apostar com os dados. O dobro ou nada." + +# game/1_akarsha.rpy:861 +translate brazilian_portuguese momTexts_dd445e50: + + # Noelle "So now this is a casino?" + Noelle "Então isso virou um casino?" + +# game/1_akarsha.rpy:863 +translate brazilian_portuguese momTexts_fe9d19ad: + + # "Diya assesses the thick stack of Monopoly money she's accumulated from not having to pay rent on Min's properties." + "Diya avalia a pilha de dinheiro que ela acumulou por não ter pago os aluguéis de Min." + +# game/1_akarsha.rpy:865 +translate brazilian_portuguese momTexts_40f2fbcf: + + # Diya "Okay. I'll try my luck." + Diya "Ok. Vou na sorte." + +# game/1_akarsha.rpy:868 +translate brazilian_portuguese momTexts_0744f569: + + # "Diya shakes the dice in her hands and drops them onto the board with a clatter. She got..." + "Diya balança os dados na sua mão e jogas eles no tabuleiro. Ela consegui um..." + +# game/1_akarsha.rpy:872 +translate brazilian_portuguese momTexts_1e120294: + + # Diya "[diyaRandomNum]." + Diya "[diyaRandomNum]." + +# game/1_akarsha.rpy:875 +translate brazilian_portuguese momTexts_ff69cb56: + + # AkarshaT "[diyaRandomNum]...There's no way I'll lose to that!" + AkarshaT "[diyaRandomNum]...Sem chance que eu vou perder para isso!" + +# game/1_akarsha.rpy:879 +translate brazilian_portuguese momTexts_1e120294_1: + + # Diya "[diyaRandomNum]." + Diya "[diyaRandomNum]." + +# game/1_akarsha.rpy:882 +translate brazilian_portuguese momTexts_9f43c753: + + # AkarshaT "[diyaRandomNum]?! That's gonna be tough to beat..." + AkarshaT "[diyaRandomNum]?! Vai ser dificil superar..." + +# game/1_akarsha.rpy:885 +translate brazilian_portuguese momTexts_1e120294_2: + + # Diya "[diyaRandomNum]." + Diya "[diyaRandomNum]." + +# game/1_akarsha.rpy:888 +translate brazilian_portuguese momTexts_aa9e94e1: + + # AkarshaT "Yee, [diyaRandomNum]'s not too bad. I got this!" + AkarshaT "Boa, [diyaRandomNum] não é tão ruim. Eu consigo!" + +# game/1_akarsha.rpy:898 +translate brazilian_portuguese momTexts_54666607: + + # "Holding her breath, Akarsha rolls the dice..." + "Segurando a respiração, Akarsha rola o dado..." + +# game/1_akarsha.rpy:901 +translate brazilian_portuguese momTexts_aaf3b7e1: + + # Akarsha "[akarshaRandomNum]! WINNER!!!!" with sshake + Akarsha "[akarshaRandomNum]! VENCI!!!!" with sshake + +# game/1_akarsha.rpy:904 +translate brazilian_portuguese momTexts_17cf63b0: + + # Diya "..." + Diya "..." + +# game/1_akarsha.rpy:907 +translate brazilian_portuguese momTexts_b9ed7532: + + # Akarsha "I live another day!" + Akarsha "Eu vivo mais um dia!" + +# game/1_akarsha.rpy:912 +translate brazilian_portuguese momTexts_74efd57f: + + # Akarsha "[akarshaRandomNum]...Alas......." + Akarsha "[akarshaRandomNum]...Infelizmente......." + +# game/1_akarsha.rpy:915 +translate brazilian_portuguese momTexts_7b89031a: + + # Diya "!!" + Diya "!!" + +# game/1_akarsha.rpy:917 +translate brazilian_portuguese momTexts_b18b84e4: + + # Diya "$50. Fork it over." + Diya "$50. Passa pra cá." + +# game/1_akarsha.rpy:920 +translate brazilian_portuguese momTexts_43dd7f7e: + + # Akarsha "I'll have you know little Timmy died of starvation last night 'cause of you." + Akarsha "Saiba que o pequeno Timmy morreu de fome noite passada, por sua causa." + +# game/1_akarsha.rpy:922 +translate brazilian_portuguese momTexts_db5ded8b: + + # Akarsha "His ghost is now haunting you..." + Akarsha "Seu fantasma te assombrará..." + +# game/1_akarsha.rpy:925 +translate brazilian_portuguese momTexts_78aa11e4: + + # Diya "Okay. Sure." + Diya "Ok. Pode ser." + +# game/1_akarsha.rpy:928 +translate brazilian_portuguese momTexts_6591b967: + + # Akarsha "OooOOooOoO...Why did you kill me when I'm only a small child?" + Akarsha "OooOOooOoO... Porque me matou sendo que eu sou apenas uma criançinha?" + +# game/1_akarsha.rpy:933 +translate brazilian_portuguese momTexts_140ada33: + + # Noelle "You're so annoying. I hope your next turn kills you." + Noelle "Você é tão irritante. Espero que a próxima rodada te mate." + +# game/1_akarsha.rpy:936 +translate brazilian_portuguese momTexts_7f5d0445: + + # Akarsha "If I'm so annoying, why do you keep hanging out with me?" + Akarsha "Se sou tão chata, porque é que você ainda anda comigo?" + +# game/1_akarsha.rpy:939 +translate brazilian_portuguese momTexts_cbc6f5e6: + + # Noelle "Because I love to watch you fail." + Noelle "Porque eu amo ver você falhar." + +# game/1_akarsha.rpy:941 +translate brazilian_portuguese momTexts_2402d5ed: + + # "It's Noelle's turn. She rolls a 12." + "É a vez de Noelle. Ela rola um 12." + +# game/1_akarsha.rpy:942 +translate brazilian_portuguese momTexts_61d2da08: + + # "Noelle only moves her iron token a couple spaces before she starts to lose it. That's how Akarsha knows she's landed on Boardwalk." + "Noelle move seu boneco de ferro apenas alguns espaços até ela começar a ficar nervosa. Assim Akarsha sabe que ela parou em seu Calçadão." + +# game/1_akarsha.rpy:944 +translate brazilian_portuguese momTexts_7e9409bf: + + # Akarsha "Uh oh...Spaghetti-O's..." + Akarsha "Oh oh...Spaghetti-O's..." + +# game/1_akarsha.rpy:948 +translate brazilian_portuguese momTexts_ae2d2d62: + + # Noelle "SHUT UP! YOU DON'T NEED TO RUB IT IN!!!!" with sshake + Noelle "CALA A BOCA! NÃO PRECISA ESFREGAR NA MINHA CARA!!!!" with sshake + +# game/1_akarsha.rpy:950 +translate brazilian_portuguese momTexts_103ee0e7: + + # "She nearly knocks over all the houses Akarsha's piled up on the space as she slams her token down." + "Ela quase derruba todas as casas empilhadas na propriedade de Akarsha ao colocar agressivamente seu boneco." + +# game/1_akarsha.rpy:952 +translate brazilian_portuguese momTexts_026615b1: + + # Noelle "How much is it?" + Noelle "Quanto é?" + +# game/1_akarsha.rpy:955 +translate brazilian_portuguese momTexts_7e06a8ca: + + # Akarsha "Oh, only $1700." + Akarsha "Ah, apenas $1700." + +# game/1_akarsha.rpy:957 +translate brazilian_portuguese momTexts_98e4afbe: + + # "To Akarsha's amazement, Noelle dissolves into laughter on the couch — actual, honest-to-god laughter." + "Para a surpresa de Akarsha, Noelle cai na gargalhada no sofá — uma risada verdadeira e genuína." + +# game/1_akarsha.rpy:959 +translate brazilian_portuguese momTexts_84d659ea: + + # AkarshaT "Dang! I gotta figure out how to do that again!" + AkarshaT "Nossa! Eu tenho que descobrir como fazer isso de novo!" + +# game/1_akarsha.rpy:975 +translate brazilian_portuguese momDad_d75361d9: + + # "As Min rolls next, Akarsha hears the sound of the front door opening." + "Quando Min rola o dado a seguir, Akarsha ouve o som da porta da frente abrindo." + +# game/1_akarsha.rpy:977 +translate brazilian_portuguese momDad_7b593ca4: + + # Akarsha "Oh, they're finally back from Taekwondo!" + Akarsha "Ah, eles voltaram do Taekwondo!" + +# game/1_akarsha.rpy:981 +translate brazilian_portuguese momDad_d1df7e00: + + # "Her little brother runs into the living room, wildly swinging his new red belt in the air like a whip." + "Seu irmão mais novo entra correndo na sala de estar, rapidamente batendo sua faixa vermelha no ar, como um chicote." + +# game/1_akarsha.rpy:983 +translate brazilian_portuguese momDad_4e00bc81: + + # Pratik "HOWL, ZABIMARU!" with sshake + Pratik "HOWL, ZABIMARU!" with sshake + +# game/1_akarsha.rpy:984 +translate brazilian_portuguese momDad_3dc2671d: + + # "He flails his red belt, whapping the floor, couch, and everything else within a three foot radius of him." + "Ele balança a faixa vermelha, batendo o chão, o sofá e tudo que esteja minimamente próximo dele." + +# game/1_akarsha.rpy:987 +translate brazilian_portuguese momDad_57e1f106: + + # Akarsha "OW! OW!!!" with sshake + Akarsha "AI! AII!!!" with sshake + +# game/1_akarsha.rpy:989 +translate brazilian_portuguese momDad_300eecf5: + + # AkarshaT "This is my bro Pratik. He's basically me but a guy." + AkarshaT "Esse é meu irmão, Pratik. Ele é basicamente eu, versão homem." + +# game/1_akarsha.rpy:992 +translate brazilian_portuguese momDad_61be7309: + + # Noelle "I see you passed your \"test\"..." + Noelle "Eu vejo que você passou em sua \"prova\"..." + +# game/1_akarsha.rpy:994 +translate brazilian_portuguese momDad_8d5277a5: + + # "A voice booms through the house from the garage." + "Uma voz ecoa pela casa, vinda da garagem." + +# game/1_akarsha.rpy:995 +translate brazilian_portuguese momDad_691a2479: + + # Dad "{i}BETI!!!{/i} HELP CARRY GROCERIES IN!!!" with sshake + Dad "{i}BETI!!!{/i} ME AJUDA A CARREGAR AS COMPRAS!!!" with sshake + +# game/1_akarsha.rpy:996 +translate brazilian_portuguese momDad_5967b40b: + + # Dad "WE STOPPED BY COSTCO AND BOUGHT NACHOS FOR THE PARTY!!" + Dad "NÓS PARAMOS NO COSTCO E COMPRAMOS NACHOS PARA A FESTA!!" + +# game/1_akarsha.rpy:998 +translate brazilian_portuguese momDad_003c941f: + + # Akarsha "YEH!!!!" + Akarsha "YEH!!!!" + +# game/1_akarsha.rpy:1002 +translate brazilian_portuguese momDad_0865178c: + + # Noelle "Should we help?" + Noelle "Querem ajuda?" + +# game/1_akarsha.rpy:1004 +translate brazilian_portuguese momDad_3f321ace: + + # Akarsha "Nah, he's talkin' to me. Be my guest!! Relax!!!" + Akarsha "Não se preocupa, ele tá falando comigo. Fica à vontade!! Relaxa!!!" + +# game/1_akarsha.rpy:1007 +translate brazilian_portuguese momDad_8b7bb7ea: + + # Noelle "No, I insist. It is my birthday you're going through the trouble for." + Noelle "Não, eu insisto. O trabalho que você está tendo é pelo meu aniversário." + +# game/1_akarsha.rpy:1009 +translate brazilian_portuguese momDad_e206f6a1: + + # Akarsha "Fine, hard to argue with that...Frenchman, let's go!" + Akarsha "Ok, difícil argumentar com isso... Vamos Francesa!" + +# game/1_akarsha.rpy:1013 +translate brazilian_portuguese momDad_18a3117f: + + # "Akarsha hastily stuffs her socked feet into her mom's sandals and waddles into the garage with Noelle in tow." + "Akarsha rapidamente enfia os pés com meias nas sandálias da mãe e entra na garagem com Noelle." + +# game/1_akarsha.rpy:1015 +translate brazilian_portuguese momDad_0d4d2e99: + + # Noelle "Is Pratik your only sibling?" + Noelle "Pratik é seu único irmão?" + +# game/1_akarsha.rpy:1017 +translate brazilian_portuguese momDad_bf3d3c37: + + # Akarsha "Naw, I have a big sis too." + Akarsha "Não, tenho uma irmã mais velha também." + +# game/1_akarsha.rpy:1019 +translate brazilian_portuguese momDad_e66068e3: + + # Akarsha "But she's like, way, way older. She's in medical school already." + Akarsha "Mas ela é tipo, beeem mais velha. Ela já está na faculdade de Medicina." + +# game/1_akarsha.rpy:1022 +translate brazilian_portuguese momDad_f845f88e: + + # Noelle "That {i}is{/i} a lot older." + Noelle "Isso {i}é{/i} bem mais velho." + +# game/1_akarsha.rpy:1024 +translate brazilian_portuguese momDad_d12b703c: + + # Akarsha "I was definitely an accident. But I think I was so awesome that it reminded my parents how cool kids are, and then they made my bro on purpose." + Akarsha "Eu com certeza nasci por acidente. Mas acho que eu era tão legal que isso lembrou pros meus pais quão legais crianças são, então eles fizeram meu irmão de propósito." + +# game/1_akarsha.rpy:1027 +translate brazilian_portuguese momDad_640ede9a: + + # Noelle "That. Is FAR too much information." with sshake + Noelle "Isso é informação DEMAIS." with sshake + +# game/1_akarsha.rpy:1029 +translate brazilian_portuguese momDad_60b4e8e5: + + # Noelle "So your sister intends to become a doctor?" + Noelle "Então sua irmã quer virar uma médica?" + +# game/1_akarsha.rpy:1031 +translate brazilian_portuguese momDad_8ed35b73: + + # Akarsha "A {i}neurosurgeon{/i}." + Akarsha "Uma {i}neurocirurgiã{/i}." + +# game/1_akarsha.rpy:1032 +translate brazilian_portuguese momDad_b60ad5bb: + + # Akarsha "Like, good for her, but it's almost kinda frustrating how perfect she turned out. She's just as bad as you." + Akarsha "Tipo, bom pra ela, mas é meio frustrante quão perfeita ela ficou. Ela é tão ruim quanto você." + +# game/1_akarsha.rpy:1033 +translate brazilian_portuguese momDad_f82158cb: + + # Akarsha "I can't even say my parents have unrealistic expectations 'cause my sister actually met them." + Akarsha "Não posso nem dizer que meus pais tem expectativas irrealistas porque minha irmã conhece eles." + +# game/1_akarsha.rpy:1036 +translate brazilian_portuguese momDad_f3cb4622: + + # "Akarsha's dad walks over from the trunk of the minivan with an armful of groceries." + "O pai de Akarsha vem caminhando do porta-malas da minivan, com o braço cheio de sacolas." + +# game/1_akarsha.rpy:1038 +translate brazilian_portuguese momDad_45d4fd65: + + # AkarshaT "Oh god, what is he wearing?!" + AkarshaT "Ai meu deus, o que ele está vestindo?!" + +# game/1_akarsha.rpy:1041 +translate brazilian_portuguese momDad_6805d516: + + # Dad "Hoo hoo! So this is the birthday girl." + Dad "Ora, ora! Então essa é a aniversariante." + +# game/1_akarsha.rpy:1042 +translate brazilian_portuguese momDad_ff826ff4: + + # Dad "Thanks god you are here." + Dad "Graça a deus que você está aqui." + +# game/1_akarsha.rpy:1044 +translate brazilian_portuguese momDad_6b51bc1b: + + # AkarshaT "My dad always says \"Thanks god\" instead of \"Thank god\". I dunno why..." + AkarshaT "Meu pai sempre diz \"Graça a deus\" em vez de \"Graças a deus\". Não tenho ideia do porquê." + +# game/1_akarsha.rpy:1047 +translate brazilian_portuguese momDad_5bbe5c6e: + + # Noelle "Well...It's my surprise party, so I don't have much choice in the matter." + Noelle "Bem... É minha festa surpresa, então não tive muita escolha." + +# game/1_akarsha.rpy:1049 +translate brazilian_portuguese momDad_f3bbb5fd: + + # Dad "Akarsha said you don't like surprises, so you might go home already." + Dad "Akarsha disse que você não gosta de surpresas, então você possivelmente vai embora logo." + +# game/1_akarsha.rpy:1050 +translate brazilian_portuguese momDad_c2b8a584: + + # Dad "Like my co-worker Carrot last week. When we threw her a retirement party, she only stayed for half an hour." + Dad "Que nem minha colega de trabalho, Cenoura, semana passada. Fizemos uma festa de aposentadoria pra ela, e ela só ficou por meia hora." + +# game/1_akarsha.rpy:1052 +translate brazilian_portuguese momDad_23b34a46: + + # Noelle "Your co-worker is called \"Carrot\"...?" + Noelle "Sua colega de trabalho se chama \"Cenoura\"...?" + +# game/1_akarsha.rpy:1054 +translate brazilian_portuguese momDad_1c898c49: + + # Akarsha "Dad, her name is {i}Karen.{/i} I really hope you weren't calling her that at the office." + Akarsha "Pai, o nome dela é {i}Karen.{/i} Eu realmente espero que você não esteja chamando ela assim no escritório." + +# game/1_akarsha.rpy:1057 +translate brazilian_portuguese momDad_a2dade56: + + # "Akarsha's dad tries to clear a path through the heap of shoes by the garage door. Meanwhile, Akarsha and Noelle each grab a couple grocery bags from the trunk." + "O pai de Akarsha tenta abrir caminho entre a pilha de sapatos perto da porta da garagem. Enquanto isso, Akarsha e Noelle pegam algumas sacolas de compras do porta-malas." + +# game/1_akarsha.rpy:1059 +translate brazilian_portuguese momDad_1e015eac: + + # Noelle "Your dad looks very...patriotic." + Noelle "Seu pai parece bem... patriota." + +# game/1_akarsha.rpy:1061 +translate brazilian_portuguese momDad_66054d9b: + + # Akarsha "Yeah, he thinks being American is really cool so he likes to buy stuff with eagles and flags on it sometimes." + Akarsha "É, ele acha que ser americano é super legal, então ele compra coisas com águias e bandeiras as vezes." + +# game/1_akarsha.rpy:1063 +translate brazilian_portuguese momDad_59fd0c45: + + # Noelle "I see...Is he really into politics?" + Noelle "Entendi...Ele gosta de política?" + +# game/1_akarsha.rpy:1065 +translate brazilian_portuguese momDad_1e703323: + + # Akarsha "No, my parents don't know anything about politics." + Akarsha "Não, meus pais não sabem nada de política." + +# game/1_akarsha.rpy:1066 +translate brazilian_portuguese momDad_0d2d11ae: + + # Akarsha "Every election they have one of them vote for the Republican candidate while the other votes for the Democrat, so they cancel each other out." + Akarsha "Toda eleição um deles vota para o candidato Republicano enquanto o outro vota pelo Democrata, assim anulando seus votos." + +# game/1_akarsha.rpy:1069 +translate brazilian_portuguese momDad_74b5c27c: + + # Noelle "Why do they bother voting if they don't care who wins?" + Noelle "Por que eles votam se eles não ligam para quem ganha?" + +# game/1_akarsha.rpy:1071 +translate brazilian_portuguese momDad_5e7b874e: + + # Akarsha "They just wanna feel included, I guess? It's pretty silly." + Akarsha "Eu acho que eles querem se sentir incluídos? É meio bobo." + +# game/1_akarsha.rpy:1074 +translate brazilian_portuguese momDad_23b7ddb3: + + # "Akarsha's mom smiles at Noelle as she steps out from the passenger seat." + "A mãe de Akarsha sorri para Noelle após sair do banco do passageiro." + +# game/1_akarsha.rpy:1076 +translate brazilian_portuguese momDad_89885e8b: + + # AkarshaT "Oh my god. She was sitting in the car the whole time fixing her hair and reapplying her lipstick..." + AkarshaT "Meu deus. Ela estava sentada no carro esse tempo todo arrumando seu cabelo e recolocando seu batom..." + +# game/1_akarsha.rpy:1077 +translate brazilian_portuguese momDad_519660ed: + + # AkarshaT "No one cares, Mom!" + AkarshaT "Ninguém liga Mãe!" + +# game/1_akarsha.rpy:1079 +translate brazilian_portuguese momDad_e667a573: + + # Mom "I'm sorry we're late. We thought we'd be back before everyone came." + Mom "Nos desculpem pelo atraso. Nós pensávamos que estaríamos de volta antes de todos chegarem." + +# game/1_akarsha.rpy:1082 +translate brazilian_portuguese momDad_3c9388df: + + # Dad "It's that stupid GPS's fault. It wanted us to go on all these strange routes." + Dad "É culpa daquele GPS estúpido. Ele queria que nós fôssemos por todas aquelas rotas estranhas." + +# game/1_akarsha.rpy:1084 +translate brazilian_portuguese momDad_871a9493: + + # Mom "If you'd just followed its directions all the way, it probably would've been faster." + Mom "Se você tivesse seguido as direções desde o início, possivelmente teria sido bem mais rápido." + +# game/1_akarsha.rpy:1086 +translate brazilian_portuguese momDad_6a3b92b6: + + # Dad "No, I could predict there would be traffic on the 680. I would know, I've lived here for twenty years." + Dad "Não, eu sabia que iria ter trânsito na 680. Eu obviamente saberia, vivo aqui faz vinte anos." + +# game/1_akarsha.rpy:1087 +translate brazilian_portuguese momDad_75908bec: + + # Dad "Speaking of driving, I have a great idea for an invention." + Dad "Falando em dirigir, tenho uma ótima ideia de invenção." + +# game/1_akarsha.rpy:1088 +translate brazilian_portuguese momDad_5749d8e7: + + # Dad "Cars should zap bad drivers." + Dad "Carros deveriam dar choque em motoristas ruins." + +# game/1_akarsha.rpy:1090 +translate brazilian_portuguese momDad_c9a80783: + + # Noelle ".......Zap? As in, with electricity?" + Noelle ".......Choque? Tipo, com energia?" + +# game/1_akarsha.rpy:1092 +translate brazilian_portuguese momDad_0e67dbc6: + + # Dad "Just through the steering wheel. Not enough to kill them, but enough to hurt." + Dad "Pelo volante. Não forte o suficiente para matar, apenas para machucar." + +# game/1_akarsha.rpy:1095 +translate brazilian_portuguese momDad_1f4b416e: + + # Dad "Steal my parking spot...\"EeeeYAHHH!!!\"" with sshake + Dad "Roubou minha vaga de estacionamento...\"EeeeYAHHH!!!\"" with sshake + +# game/1_akarsha.rpy:1096 +translate brazilian_portuguese momDad_fca7eb89: + + # "Akarsha's dad mimes being shocked with electricity." + "O pai de Akarsha imita ter levado um choque elétrico." + +# game/1_akarsha.rpy:1098 +translate brazilian_portuguese momDad_e5b5e819: + + # Mom ".........." + Mom ".........." + +# game/1_akarsha.rpy:1100 +translate brazilian_portuguese momDad_a6c851d3: + + # Akarsha "Dad, oh my god! Stop it!" + Akarsha "Pai, meu deus! Já deu!" + +# game/1_akarsha.rpy:1103 +translate brazilian_portuguese momDad_bf0f974f: + + # Noelle "With all due respect, that sounds like a terrible idea." + Noelle "Com todo respeito, essa parece ser uma péssima ideia." + +# game/1_akarsha.rpy:1105 +translate brazilian_portuguese momDad_08d79703: + + # Dad "But everyone would learn so fast." + Dad "Mas todos iriam aprender muito rápido." + +# game/1_akarsha.rpy:1106 +translate brazilian_portuguese momDad_8e56fdaa: + + # Dad "Hasn't Akarsha told you I'm a genius? Her smarts run in the family." + Dad "A Akarsha não te contou que sou um gênio? A inteligência dela corre na família." + +# game/1_akarsha.rpy:1107 +translate brazilian_portuguese momDad_335fef9d: + + # Dad "I should patent my car zapper along with my telephone idea." + Dad "Eu deveria patentear a minha ideia do choque de carro com a ideia do telefone." + +# game/1_akarsha.rpy:1109 +translate brazilian_portuguese momDad_7b40a74c: + + # Noelle "Telephone idea?" + Noelle "Ideia do telefone?" + +# game/1_akarsha.rpy:1111 +translate brazilian_portuguese momDad_07f06c24: + + # Akarsha "It's the same thing except the telephone shocks telemarketers." + Akarsha "É a mesma coisa, exceto que o celular dá um choque nos trabalhadores de telemarketing." + +# game/1_akarsha.rpy:1114 +translate brazilian_portuguese momDad_5b7709e4: + + # Noelle "I'm dubious the patent office will approve either of those." + Noelle "Eu duvido que o escritório de patentes aprove qualquer um desses." + +# game/1_akarsha.rpy:1116 +translate brazilian_portuguese momDad_c3c7b6c0: + + # Dad "What, don't you think it's a great idea?" + Dad "Por que, você não acha que é uma ótima ideia?" + +# game/1_akarsha.rpy:1118 +translate brazilian_portuguese momDad_c9fd95e3: + + # Dad "\"Hello, will you buy our product? OOoouughh!!!\"" with sshake + Dad "\"Olá, você poderia comprar nosso produto? OOoouughh!!!\"" with sshake + +# game/1_akarsha.rpy:1120 +translate brazilian_portuguese momDad_91b05c90: + + # "Akarsha's dad shakes his arm as if being shocked again as he walks into the house." + "O pai de Akarsha treme o braço como se tivesse levado um choque de novo, enquanto entra na casa." + +# game/1_akarsha.rpy:1122 +translate brazilian_portuguese momDad_901d88d0: + + # Mom "What's wrong with you..." + Mom "O quê tem de errado com você..." + +# game/1_akarsha.rpy:1125 +translate brazilian_portuguese momDad_4447bb90: + + # "Akarsha's mom follows him inside with an exasperated expression on her face." + "A mãe de Akarsha segue ele para dentro, com uma expressão exasperada." + +# game/1_akarsha.rpy:1127 +translate brazilian_portuguese momDad_5147b169: + + # Akarsha "Finally they're gone! I thought I was gonna die of embarassment..." + Akarsha "Finalmente eles se foram! Pensei que eu ia morrer de vergonha..." + +# game/1_akarsha.rpy:1130 +translate brazilian_portuguese momDad_659b419b: + + # "Noelle is still staring after Akarsha's dad, fascinated." + "Noelle ainda está na direção onde o pai de Akarsha foi, fascinada." + +# game/1_akarsha.rpy:1132 +translate brazilian_portuguese momDad_bfce3e69: + + # Noelle "Your dad is such a character. He's so outgoing." + Noelle "Seu pai é bem interessante. Ele é muito extrovertido." + +# game/1_akarsha.rpy:1134 +translate brazilian_portuguese momDad_2156a3c9: + + # Akarsha "Oh yeah, he loves talking SO much. He never shuts up." + Akarsha "Ah sim, ele ADORA falar muito. Ele nunca fica quieto." + +# game/1_akarsha.rpy:1138 +translate brazilian_portuguese momDad_29279d14: + + # Noelle "I feel like this explains a lot about you..." + Noelle "Acho que isso explica bastante sobre você..." + +# game/1_akarsha.rpy:1140 +translate brazilian_portuguese momDad_f835a73a: + + # Akarsha "Really? Like what?" + Akarsha "É mesmo? Como o quê?" + +# game/1_akarsha.rpy:1143 +translate brazilian_portuguese momDad_9fd139a4: + + # Noelle "I see where you get your sense of humor from now." + Noelle "Consigo ver de onde o seu senso de humor veio, agora." + +# game/1_akarsha.rpy:1145 +translate brazilian_portuguese momDad_3a714793: + + # Akarsha "Huh? No, my jokes are TOTALLY different!" + Akarsha "Huh? Não, minhas piadas são TOTALMENTE diferentes!" + +# game/1_akarsha.rpy:1148 +translate brazilian_portuguese momDad_f53a8846: + + # Noelle "You can't deny there are some similarities." + Noelle "Você não pode negar que há algumas similaridades." + +# game/1_akarsha.rpy:1149 +translate brazilian_portuguese momDad_5e639cc2: + + # Noelle "From my observation, parents have a lot of influence on their kids' personalities." + Noelle "Pela minha observação, pais tem muita influência na personalidade de seus filhos." + +# game/1_akarsha.rpy:1151 +translate brazilian_portuguese momDad_c3871cc3: + + # Akarsha "No way, I'm way funnier than my dad!" + Akarsha "Sem chance, sou muito mais engraçada que meu pai!" + +# game/1_akarsha.rpy:1153 +translate brazilian_portuguese momDad_129f7336: + + # Akarsha "I'm an enigma. You'll never figure me out." + Akarsha "Sou um enigma. Você nunca me entenderá." + +# game/1_akarsha.rpy:1156 +translate brazilian_portuguese momDad_a9f82919: + + # Noelle "Actually, I think I already have." + Noelle "Na verdade, acho que eu já entendi." + +# game/1_akarsha.rpy:1157 +translate brazilian_portuguese momDad_804e4ece: + + # Noelle "For instance, your worst fear is earnestly trying at something and failing." + Noelle "Por exemplo, seu pior medo é honestamente tentar algo e falhar." + +# game/1_akarsha.rpy:1158 +translate brazilian_portuguese momDad_a66baa74: + + # Noelle "So even though you're perfectly intelligent, you use your goofy disposition to premptively make a fool of yourself on purpose." + Noelle "Portanto, mesmo você sendo perfeitamente inteligente, você usa seu jeito bobo para se fazer de boba preventivamente de propósito." + +# game/1_akarsha.rpy:1160 +translate brazilian_portuguese momDad_a22bcd4e: + + # Akarsha "I do not?? Give me an example." + Akarsha "Eu não faço isso?? Me dê um exemplo." + +# game/1_akarsha.rpy:1163 +translate brazilian_portuguese momDad_356a7452: + + # Noelle "When we play Monopoly you sink all your funds into Boardwalk. When we play poker you eat your cards." + Noelle "Quando você joga Monopoly você gasta todos seu dinheiro no Calçadão. Quando jogamos poker você come suas cartas." + +# game/1_akarsha.rpy:1164 +translate brazilian_portuguese momDad_7a5067a7: + + # Noelle "When we play baseball you clutch your head and claim you're having a \"psychic brain attack\"." + Noelle "Quando jogamos beisebol, você segura a cabeça e afirma que está tendo um \"ataque cerebral psíquico\"." + +# game/1_akarsha.rpy:1166 +translate brazilian_portuguese momDad_e0fdbf90: + + # Akarsha "Hey, I just like providing fun for the whole family." + Akarsha "Ei, eu só gosto de promover diversão para toda a família." + +# game/1_akarsha.rpy:1169 +translate brazilian_portuguese momDad_ccda6724: + + # Noelle "I doubt that's it. This extends to every facet of how you present yourself to the world." + Noelle "Eu duvido que seja isso. Isso se estende a cada aspecto de como você se apresenta ao mundo." + +# game/1_akarsha.rpy:1170 +translate brazilian_portuguese momDad_d6f50466: + + # Noelle "You're insecure about your appearance, so you go out in this outlandish hairdo with this windbreaker and flip-flops outfit." + Noelle "Você é insegura sobre sua aparência, então você sai com este penteado bizarro, esse moletom e esses chinelos." + +# game/1_akarsha.rpy:1171 +translate brazilian_portuguese momDad_a7897c02: + + # Noelle "You're worried people won't like you, so you act like a circus clown." + Noelle "Você tem medo que as pessoas não gostem de você, então você age que nem um palhaço de circo." + +# game/1_akarsha.rpy:1172 +translate brazilian_portuguese momDad_8ad66713: + + # Noelle "Rather than risk rejection, you set yourself up for failure to feel in control of the situation." + Noelle "Em vez de arriscar ser rejeitada, você se sabota, para se colocar no controle da situação." + +# game/1_akarsha.rpy:1174 +translate brazilian_portuguese momDad_4e186cf3: + + # AkarshaT "What the...I feel weirdly exposed??" with sshake + AkarshaT "Mas que... Por que eu me sinto estranhamente exposta??" with sshake + +# game/1_akarsha.rpy:1176 +translate brazilian_portuguese momDad_739ec9d8: + + # Akarsha "You're one to talk about fear of failure, Miss \"I Argue With the Teacher That My Multiple Choice Answer Was Technically ALSO Right\"." + Akarsha "Você é uma para falar de medo de falhar, Senhorita \"Eu Discuti com Minha Professora Porque a Minha Resposta da Múltipla Escolha Tecnicamente TAMBÉM Estava Certa\"." + +# game/1_akarsha.rpy:1179 +translate brazilian_portuguese momDad_c5155d77: + + # Noelle "I would contend that makes me more adept at sensing that trait in others." + Noelle "Eu diria que isso me torna mais hábil em perceber essa característica nos outros." + +# game/1_akarsha.rpy:1180 +translate brazilian_portuguese momDad_4a59f5da: + + # "Sweating profusely, Akarsha lets out a nervous laugh..." + "Suando frio, Akarsha solta uma risada nervosa..." + +# game/1_akarsha.rpy:1182 +translate brazilian_portuguese momDad_830a26ea: + + # AkarshaT "Her read on me is scarily accurate?! No one's ever seen through me like this before!" + AkarshaT "A leitura dela sobre mim é assustadoramente precisa?! Ninguém nunca me viu desse jeito!" + +# game/1_akarsha.rpy:1183 +translate brazilian_portuguese momDad_ce7f34c2: + + # AkarshaT "How much attention is she paying to me??" + AkarshaT "Quanta atenção que ela estava prestando em mim??" + +# game/1_akarsha.rpy:1184 +translate brazilian_portuguese momDad_fb017e75: + + # AkarshaT "Usually you don't watch someone that closely unless you like them." + AkarshaT "Normalmente você não presta tanta atenção numa pessoa a menos que você goste dela." + +# game/1_akarsha.rpy:1186 +translate brazilian_portuguese momDad_99b5f327: + + # AkarshaT "Unless...???" with sshake + AkarshaT "A menos que...???" with sshake + +# game/1_akarsha.rpy:1189 +translate brazilian_portuguese momDad_423f976c: + + # "Akarsha watches Noelle closely as they haul the food inside." + "Akarsha olha Noelle com cuidado enquanto elas levam as sacolas para dentro." + +# game/1_akarsha.rpy:1190 +translate brazilian_portuguese momDad_8717b294: + + # "She can't help but grin as Noelle ascends the garage's concrete steps with the grace of a vacuum cleaner." + "Ela não pode deixar de sorrir quando Noelle sobe os degraus de concreto da garagem com a graça de um aspirador de pó." + +# game/1_akarsha.rpy:1191 +translate brazilian_portuguese momDad_693acef7: + + # "Suddenly, Noelle turns to her and gives her an unreadable look." + "De repente, Noelle se vira e dá um olhar indecifrável para ela." + +# game/1_akarsha.rpy:1193 +translate brazilian_portuguese momDad_d61ce29e: + + # Noelle "......" + Noelle "......" + +# game/1_akarsha.rpy:1195 +translate brazilian_portuguese momDad_cce84401: + + # Akarsha "What?" + Akarsha "O quê?" + +# game/1_akarsha.rpy:1197 +translate brazilian_portuguese momDad_d77bbf73: + + # "Akarsha's heart skips a beat as Noelle reaches out to her windbreaker sleeve and plucks something from the fabric." + "O coração de Akarsha dá um salto quando Noelle estende a mão para a manga do moletom de Akarsha e puxa algo do tecido." + +# game/1_akarsha.rpy:1199 +translate brazilian_portuguese momDad_e8d3716e: + + # Noelle "There was a grain of rice stuck to your jacket. It was bothering me." + Noelle "Tinha um grão de arroz preso no seu moletom. Estava me irritando." + +# game/1_akarsha.rpy:1200 +translate brazilian_portuguese momDad_797b59d1: + + # "Noelle holds up the offending grain of rice between her fingers." + "Noelle segura o grão de arroz entre seus dedos." + +# game/1_akarsha.rpy:1202 +translate brazilian_portuguese momDad_b04c5845: + + # Akarsha "Oh, that's an accessory. Put it back." + Akarsha "Ah, esse é um acessório. Ponha ele de volta." + +# game/1_akarsha.rpy:1206 +translate brazilian_portuguese momDad_fdecab62: + + # "Akarsha feels a jolt of euphoria as Noelle rolls her eyes and lets the corner of her mouth quirk up for the briefest moment." + "Akarsha sente uma onda de euforia quando Noelle revira os olhos e levanta o canto da boca por um breve momento." + +# game/1_akarsha.rpy:1208 +translate brazilian_portuguese momDad_1a48b0f6: + + # AkarshaT "Ah, shit...No..." with sshake + AkarshaT "Ah, merda...Não..." with sshake + +# game/1_akarsha.rpy:1209 +translate brazilian_portuguese momDad_5a7891ea: + + # AkarshaT "Not this shit again...Nooooo......." with sshake + AkarshaT "Não essa merda de novo...Nãooooo........" with sshake + +# game/1_akarsha.rpy:1225 +translate brazilian_portuguese reportCard_d394a6b6: + + # "Akarsha daydreams about Noelle as she uses one of the library's computers." + "Akarsha sonha acordada sobre Noelle enquanto usa um dos computadores da biblioteca." + +# game/1_akarsha.rpy:1227 +translate brazilian_portuguese reportCard_8a8e0515: + + # AkarshaT "I'm so fucked. I can't stop thinking about her..." + AkarshaT "Eu estou tão fudida. Eu não consigo parar de pensar nela..." + +# game/1_akarsha.rpy:1229 +translate brazilian_portuguese reportCard_089ebc99: + + # AkarshaT "We haven't even known each other for a whole year yet, but she already knows so much about me..." + AkarshaT "A gente se conheceu a menos de um ano e ela já sabe tanto sobre mim..." + +# game/1_akarsha.rpy:1230 +translate brazilian_portuguese reportCard_186ed528: + + # AkarshaT "I bet we're closer than a lot of couples who really {i}are{/i} dating!" + AkarshaT "Eu aposto que nós somos mais próximas que casais que estão {i}realmente{/i} namorando!" + +# game/1_akarsha.rpy:1231 +translate brazilian_portuguese reportCard_d235ec27: + + # AkarshaT "She can tell when I'm about to say something annoying before I even open my mouth." + AkarshaT "Ela consegue saber quando eu vou falar algo irritante antes mesmo de eu abrir minha boca." + +# game/1_akarsha.rpy:1232 +translate brazilian_portuguese reportCard_6b93952b: + + # AkarshaT "She knows I have a big sister, which is like a rare Akarsha fact cuz she's so much older than me." + AkarshaT "Ela sabe que eu tenho uma irmã mais velha, o que é um fato raro a saber sobre mim, considerando que ela é muito mais velha que eu." + +# game/1_akarsha.rpy:1233 +translate brazilian_portuguese reportCard_3915db1b: + + # AkarshaT "Heck, she's met my parents already...That's a couple-y thing, right??" + AkarshaT "Poxa, ela até já conheceu meus pais... Isso é uma coisa de casal né??" + +# game/1_akarsha.rpy:1236 +translate brazilian_portuguese reportCard_1ab0bdd0: + + # Min "The heck are you doing?" + Min "Que porra cê tá fazendo?" + +# game/1_akarsha.rpy:1238 +translate brazilian_portuguese reportCard_092378f2: + + # Akarsha "Gyah!" with sshake + Akarsha "Gyah!" with sshake + +# game/1_akarsha.rpy:1240 +translate brazilian_portuguese reportCard_8f4abf06: + + # Akarsha "You scared me!" + Akarsha "Você me assustou!" + +# game/1_akarsha.rpy:1243 +translate brazilian_portuguese reportCard_126b0236: + + # Min "I said hi like, twice. You must really be out of it." + Min "Eu disse oi tipo, duas vezes. Você realmente tava pensando longe." + +# game/1_akarsha.rpy:1245 +translate brazilian_portuguese reportCard_fe2d32ae: + + # Akarsha "I-I was just focused on the computer!" + Akarsha "E-eu só estava focada no computador!" + +# game/1_akarsha.rpy:1247 +translate brazilian_portuguese reportCard_713e8f10: + + # "Akarsha points to the screen to try to sell her point." + "Akarsha aponta para a tela, tentando provar seu ponto." + +# game/1_akarsha.rpy:1249 +translate brazilian_portuguese reportCard_63556d05: + + # Akarsha "I'm editing my report card in MS Paint. I intercepted it before my parents checked the mail yesterday." + Akarsha "Estou editando meu boletim no Paint. Eu interceptei ele antes que meus pais olhassem o correio ontem." + +# game/1_akarsha.rpy:1251 +translate brazilian_portuguese reportCard_84aea908: + + # Akarsha "Watch this!" + Akarsha "Se liga!" + +# game/1_akarsha.rpy:1253 +translate brazilian_portuguese reportCard_d1c9ced7: + + # "On the computer, Akarsha photoshops her B+ in English into an A-." + "No computador, Akarsha muda seu B+ em Inglês para um A-." + +# game/1_akarsha.rpy:1255 +translate brazilian_portuguese reportCard_1a72b921: + + # Min "A-? Why not just change it to an A+?" + Min "A-? Por que você não muda para um A+?" + +# game/1_akarsha.rpy:1257 +translate brazilian_portuguese reportCard_75533aa2: + + # Akarsha "Naw, A- is more realistic." + Akarsha "Nem, A- é mais realista." + +# game/1_akarsha.rpy:1258 +translate brazilian_portuguese reportCard_f3146869: + + # Akarsha "Now I just gotta print this out." + Akarsha "Agora só tenho que imprimir isso." + +# game/1_akarsha.rpy:1260 +translate brazilian_portuguese reportCard_8548c193: + + # Akarsha "Don't tell anyone I did this, okay?" + Akarsha "Não fala pra ninguém que eu fiz isso, ok?" + +# game/1_akarsha.rpy:1263 +translate brazilian_portuguese reportCard_9acc7390: + + # Min "Who do you think I am? Noelle?" + Min "Quem você acha que eu sou? Noelle?" + +# game/1_akarsha.rpy:1264 +translate brazilian_portuguese reportCard_6488e183: + + # Min "You're not even changing your actual grades, so you're not REALLY cheating." + Min "Você nem tá mudando suas notas reais, então não é REALMENTE fraude." + +# game/1_akarsha.rpy:1266 +translate brazilian_portuguese reportCard_6c2de530: + + # Akarsha "You're right...I'm just cheating my parents' brains! Mind hack..." + Akarsha "Verdade... Eu só estou enganando a mente dos meus pais! Genial..." + +# game/1_akarsha.rpy:1271 +translate brazilian_portuguese reportCard_9eccf2de: + + # "Akarsha pulls her new and improved report card from the tray. It's still warm from the machinery, like fresh laundry." + "Akarsha pega seu novo e melhorado boletim da impressora. Ele ainda está quente por conta da máquina, como roupa recém saída da máquina." + +# game/1_akarsha.rpy:1273 +translate brazilian_portuguese reportCard_3d882072: + + # Akarsha "I'll do your report card too if you give me $20." + Akarsha "Eu faço o seu boletim também se você me der $20." + +# game/1_akarsha.rpy:1276 +translate brazilian_portuguese reportCard_efea0c1d: + + # Min "Nah, can't be bothered. I don't care what my parents think." + Min "Nem, não me preocupo. Não ligo pro o quê meus pais pensam." + +# game/1_akarsha.rpy:1278 +translate brazilian_portuguese reportCard_eb254ac7: + + # Akarsha "Wow. You're not worried about disappointing them?" + Akarsha "Uau. Você não está preocupada em desapontá-los?" + +# game/1_akarsha.rpy:1281 +translate brazilian_portuguese reportCard_4e950494: + + # Min "Why should I be? They don't seem that worried about disappointing ME." + Min "Por que eu deveria? Eles não parecem estar preocupados em ME desapontar." + +# game/1_akarsha.rpy:1283 +translate brazilian_portuguese reportCard_7f044445: + + # Akarsha "Dude, that's deep..." + Akarsha "Mano, isso é profundo..." + +# game/1_akarsha.rpy:1288 +translate brazilian_portuguese reportCard_d5472351: + + # AkarshaT "Even though Min gets horrifying grades, she's pretty smart in some other ways." + AkarshaT "Apesar da Min tirar notas péssimas, ela é bem esperta em outros aspectos." + +# game/1_akarsha.rpy:1289 +translate brazilian_portuguese reportCard_8f7794b6: + + # AkarshaT "She DID manage to get together with Diya, after all. Maybe she has tips for this kinda thing." + AkarshaT "Ela CONSEGUIU ficar com a Diya, afinal. Quem sabe ela tem umas dicas pra esse tipo de coisa." + +# game/1_akarsha.rpy:1290 +translate brazilian_portuguese reportCard_7f27ae5d: + + # Akarsha "Actually...Can I ask you a question?" + Akarsha "Na verdade... Posso te fazer uma pergunta?" + +# game/1_akarsha.rpy:1293 +translate brazilian_portuguese reportCard_f4f403e1: + + # Min "Yeah, what?" + Min "Aham, o que foi?" + +# game/1_akarsha.rpy:1295 +translate brazilian_portuguese reportCard_08c826f1: + + # Akarsha "Hypothetically...if you had a crush on a friend, what would you do?" + Akarsha "Hipoteticamente...se você estivesse gostando de uma pessoa próxima, o quê você faria?" + +# game/1_akarsha.rpy:1298 +translate brazilian_portuguese reportCard_532ac4e9: + + # Min "You have a crush?! Who is it?" + Min "Você tá gostando de alguém?! Quem é?" + +# game/1_akarsha.rpy:1300 +translate brazilian_portuguese reportCard_b5df3a9d: + + # Akarsha "I can't tell you, it's embarrassing!" + Akarsha "Não posso te contar, é vergonhoso!" + +# game/1_akarsha.rpy:1302 +translate brazilian_portuguese reportCard_e9437091: + + # Min "Is it someone I know?" + Min "É alguém que eu conheço?" + +# game/1_akarsha.rpy:1304 +translate brazilian_portuguese reportCard_17131380: + + # Akarsha "Seriously, I'm not tellin' you! NO ONE can know." + Akarsha "Sério, eu não vou te contar. NINGUÉM pode saber." + +# game/1_akarsha.rpy:1307 +translate brazilian_portuguese reportCard_ec50de6c: + + # Min "Is it Diya??????" + Min "É a Diya??????" + +# game/1_akarsha.rpy:1309 +translate brazilian_portuguese reportCard_2d96b0b3: + + # Akarsha "WHAT???? No, I'm not trying to get my throat slit by you." with sshake + Akarsha "QUÊ???? Não, eu não quero ter minha garganta cortada por você." with sshake + +# game/1_akarsha.rpy:1312 +translate brazilian_portuguese reportCard_cdd46e9b: + + # Min "Is it me???" + Min "Sou eu???" + +# game/1_akarsha.rpy:1314 +translate brazilian_portuguese reportCard_c42306dc: + + # Akarsha "No, but no more questions! I'm not exposing myself!" + Akarsha "Não, mas sem mais perguntas! Não vou me expor!" + +# game/1_akarsha.rpy:1317 +translate brazilian_portuguese reportCard_81492b54: + + # Min "What happened to being a \"love expert\" or whatever when I was trying to kiss Diya?" + Min "O que aconteceu com você ser uma \"expert no amor\" ou sei lá quando eu estava tentando beijar a Diya?" + +# game/1_akarsha.rpy:1318 +translate brazilian_portuguese reportCard_096d9044: + + # Min "Why don't you just follow your own shitty advice?" + Min "Por que você não segue seus próprios conselhos de merda?" + +# game/1_akarsha.rpy:1320 +translate brazilian_portuguese reportCard_06ef2d91: + + # Akarsha "Admitedly, it's easier said than done..." + Akarsha "É verdade que é mais fácil dizer do que fazer..." + +# game/1_akarsha.rpy:1323 +translate brazilian_portuguese reportCard_43bf9372: + + # Min "Look, it's exactly like what you guys said when I was on that date. Don't overthink it." + Min "Olha, é exatamente como vocês falaram quando eu tava naquele encontro. Não pense muito." + +# game/1_akarsha.rpy:1324 +translate brazilian_portuguese reportCard_652883b9: + + # Min "Just be straightforward and tell them how you feel." + Min "Só seja direta e fala pra pessoa como você se sente." + +# game/1_akarsha.rpy:1326 +translate brazilian_portuguese reportCard_441a7109: + + # Akarsha "You sure?? They don't feel the same way, this could end up destroying our friendship." + Akarsha "Tem certeza?? Se a pessoa não se sentir da mesma maneira isso poderia destruir nossa amizade." + +# game/1_akarsha.rpy:1328 +translate brazilian_portuguese reportCard_e6ddad4a: + + # Min "Yeah, just do it." + Min "Sim, só vai." + +# game/1_akarsha.rpy:1329 +translate brazilian_portuguese reportCard_2b0cf7a0: + + # Min "You can even try one of the stupid fucking pickup lines you keep \"practicing\" on my girlfriend." + Min "Você pode até tentar uma daquelas suas cantadas estúpidas do caralho que você vive \"praticando\" na minha namorada." + +# game/1_akarsha.rpy:1331 +translate brazilian_portuguese reportCard_43f1ecd7: + + # Akarsha "Okay, okay, I promise I'll stop doing that for real!" + Akarsha "Ok, ok, eu juro que vou realmente parar de fazer elas!" + +# game/1_akarsha.rpy:1333 +translate brazilian_portuguese reportCard_29a4d8a8: + + # Akarsha "I just feel like hitting on my crush directly is a massive risk though..." + Akarsha "Eu só sinto que dar em cima de um crush diretamente é um risco gigantesco..." + +# game/1_akarsha.rpy:1336 +translate brazilian_portuguese reportCard_61dfb67e: + + # Min "Well, it worked out for me. You'll never know unless you go for it." + Min "Bem, funcionou comigo. Você nunca vai saber se não tentar." + +# game/1_akarsha.rpy:1342 +translate brazilian_portuguese reportCard_e890ab93: + + # Min "What's the worst thing that could happen? They reject you?" + Min "O que é a pior coisa que poderia acontecer? Ser rejeitada?" + +# game/1_akarsha.rpy:1344 +translate brazilian_portuguese reportCard_18aa897e: + + # Akarsha "Getting rejected is a huge deal! It'll make everything so awkward!" + Akarsha "Ser rejeitada é grande coisa! Pode fazer tudo ficar tão estranho!" + +# game/1_akarsha.rpy:1347 +translate brazilian_portuguese reportCard_7f1f59e0: + + # Min "I mean, yeah, but that's just a risk you gotta take." + Min "Quero dizer, sim, mas é um risco que você tem que tomar." + +# game/1_akarsha.rpy:1351 +translate brazilian_portuguese reportCard_75bd8113: + + # Akarsha "You don't get it, this isn't just me being paranoid. This has literally happened to me before." + Akarsha "Você não entende, isso não é eu sendo paranoica. Isso literalmente já aconteceu comigo antes." + +# game/1_akarsha.rpy:1352 +translate brazilian_portuguese reportCard_3619ca6b: + + # Akarsha "None of you went to the same middle school as me, so you don't know." + Akarsha "Nenhum de vocês fez o fundamental comigo, então vocês não saberiam." + +# game/1_akarsha.rpy:1353 +translate brazilian_portuguese reportCard_e501540a: + + # Akarsha "Not only did my crush start avoiding me, but she told the rest of our friend group and they stopped talking to me, too." + Akarsha "Não só a minha crush começou a me evitar, como ela contou para o resto do nosso grupo de amigos e eles pararam de falar comigo também." + +# game/1_akarsha.rpy:1360 +translate brazilian_portuguese reportCard_952c5f37: + + # Min "What the? That sucks." + Min "Mas que? Isso é horrível." + +# game/1_akarsha.rpy:1362 +translate brazilian_portuguese reportCard_16ce1577: + + # Akarsha "Yeah, no kidding. I try not to think about it much." + Akarsha "Realmente. Tento não pensar muito sobre." + +# game/1_akarsha.rpy:1365 +translate brazilian_portuguese reportCard_e7535f28: + + # Min "Well, that wouldn't happen this time." + Min "Bem, isso não aconteceria dessa vez." + +# game/1_akarsha.rpy:1366 +translate brazilian_portuguese reportCard_bbc264ec: + + # Min "Even if it blows up in your face, you'd still have me, Diya, and Noelle." + Min "Mesmo que tudo dê errado, você ainda vai ter eu, a Diya e a Noelle." + +# game/1_akarsha.rpy:1368 +translate brazilian_portuguese reportCard_8fc5087c: + + # Akarsha "Haha, right, obviously..." + Akarsha "Haha, claro, obviamente..." + +# game/1_akarsha.rpy:1380 +translate brazilian_portuguese reportCard_1243a22f: + + # "The bell rings." + "O sinal toca." + +# game/1_akarsha.rpy:1382 +translate brazilian_portuguese reportCard_926a2bb7: + + # AkarshaT "Nah, being direct about it still feels too risky..." + AkarshaT "Nah, ser direta ainda parece muito arriscado..." + +# game/1_akarsha.rpy:1384 +translate brazilian_portuguese reportCard_7488d994: + + # AkarshaT "I'm not even sure Noelle likes girls." + AkarshaT "Eu nem tenho certeza se a Noelle gosta de garotas." + +# game/1_akarsha.rpy:1387 +translate brazilian_portuguese reportCard_0bfeb704: + + # AkarshaT "Heck, I've never seen her express any kind of attraction to anyone at all. Is she just hella repressed?" + AkarshaT "Pelo amor, eu nunca nem vi ela expressar qualquer tipo de atração para qualquer pessoa? Será que ela só é extremamente reprimida?" + +# game/1_akarsha.rpy:1390 +translate brazilian_portuguese reportCard_cd6a50e6: + + # AkarshaT "In any case, I don't wanna embarrass myself..." + AkarshaT "De qualquer jeito, não quero passar vergonha..." + +# game/1_akarsha.rpy:1392 +translate brazilian_portuguese reportCard_9cfe8b49: + + # AkarshaT "The only safe way to do this is to seduce Noelle so hard, she's compelled to confess to me first!" + AkarshaT "O único jeito seguro de fazer isso é seduzir a Noelle o suficiente para que ela confesse para mim primeiro!" + +# game/1_akarsha.rpy:1393 +translate brazilian_portuguese reportCard_28dcccec: + + # AkarshaT "That way, if it doesn't work, I can write off all the flirting as a joke." + AkarshaT "Desse jeito, se não funcionar, posso só falar que todo o flerte era piada." + +# game/1_akarsha.rpy:1394 +translate brazilian_portuguese reportCard_80744984: + + # AkarshaT "There's no way this can go wrong." + AkarshaT "Não tem como isso dar errado." + +# game/1_akarsha.rpy:1397 +translate brazilian_portuguese reportCard_623a92a3: + + # "(Use the mouse to interact!)" + "(Use o mouse para interagir!)" + +# game/1_akarsha.rpy:1457 +translate brazilian_portuguese lookShelves_2dedcddf: + + # "Min crosses her arms as Akarsha browses through the shelves." + "Min cruza seus braços enquanto a Akarsha procura pelas prateleiras." + +# game/1_akarsha.rpy:1459 +translate brazilian_portuguese lookShelves_803d902f: + + # Min "I fucking hate libraries." + Min "Eu odeio bibliotecas para um caralho." + +# game/1_akarsha.rpy:1461 +translate brazilian_portuguese lookShelves_38ca9eee: + + # Akarsha "Wh.......Wha?? What's there to hate about libraries?" + Akarsha "Q.......Quê?? O quê te faz odiar bibliotecas?" + +# game/1_akarsha.rpy:1462 +translate brazilian_portuguese lookShelves_7b3ef5f3: + + # Akarsha "It's free books?" + Akarsha "São livros de graça?" + +# game/1_akarsha.rpy:1465 +translate brazilian_portuguese lookShelves_a154e3a5: + + # Min "Well, I guess the books are okay, but librarians are the worst." + Min "Bem, eu acho que os livros são ok, mas bibliotecários são horríveis." + +# game/1_akarsha.rpy:1467 +translate brazilian_portuguese lookShelves_21776c72: + + # Akarsha "Why?" + Akarsha "Porquê?" + +# game/1_akarsha.rpy:1470 +translate brazilian_portuguese lookShelves_de33c78f: + + # Min "This one time when I was like seven, I looked up a bunch of bad words on the school library's computer." + Min "Uma vez quando eu tinha tipo, sete anos, eu procurei um monte de palavrões no computador da biblioteca da escola." + +# game/1_akarsha.rpy:1471 +translate brazilian_portuguese lookShelves_701a2ce0: + + # Min "The librarian saw my search history and got me banned from there for a month!" + Min "A bibliotecária viu meu histórico de pesquisa e me baniu de lá por um mês!" + +# game/1_akarsha.rpy:1473 +translate brazilian_portuguese lookShelves_728546c3: + + # Akarsha "What words did you look up??" + Akarsha "Que palavras que você procurou?" + +# game/1_akarsha.rpy:1476 +translate brazilian_portuguese lookShelves_ba07a92a: + + # Min "It was just a bunch of swears I was curious about! Like \"damn\" and \"fuck\"." + Min "Só um monte de xingamentos que eu estava curiosa sobre! Como \"porra\" e \"caralho\"." + +# game/1_akarsha.rpy:1477 +translate brazilian_portuguese lookShelves_65095dca: + + # Min "I remember I searched \"middle finger\" too." + Min "Eu lembro de ter pesquisado \"dedo do meio\" também." + +# game/1_akarsha.rpy:1479 +translate brazilian_portuguese lookShelves_39518c50: + + # Akarsha "I love that you thought \"middle finger\" was a bad word." + Akarsha "Eu amo que você pensou que \"dedo do meio\" era um palavrão." + +# game/1_akarsha.rpy:1482 +translate brazilian_portuguese lookShelves_10bac246: + + # Min "Yeah, I was so innocent as a kid." + Min "É, eu era bem inocente quando eu era menor." + +# game/1_akarsha.rpy:1484 +translate brazilian_portuguese lookShelves_56723252: + + # Akarsha "Hrm...I'm not sure \"innocent\" is the right word." + Akarsha "Hrm...Não sei se \"inocente\" seria a palavra certa." + +# game/1_akarsha.rpy:1490 +translate brazilian_portuguese lookDesk_0999fc0d: + + # Akarsha "Is Noelle still fake-tutoring you to trick your parents into letting you out of the house?" + Akarsha "Noelle ainda está dando aulas falsas para você para enganar seus pais para que eles deixem você sair de casa?" + +# game/1_akarsha.rpy:1493 +translate brazilian_portuguese lookDesk_450270ef: + + # Min "She actually tutors me for real sometimes." + Min "Ela as vezes realmente me dá aula." + +# game/1_akarsha.rpy:1495 +translate brazilian_portuguese lookDesk_eda4d60e: + + # Akarsha "Wow, really?" + Akarsha "Uau, sério?" + +# game/1_akarsha.rpy:1498 +translate brazilian_portuguese lookDesk_818e5bbf: + + # Min "I haven't failed a single test since we started!" + Min "Eu não reprovei em uma prova sequer desde que começamos!" + +# game/1_akarsha.rpy:1500 +translate brazilian_portuguese lookDesk_5bf49514: + + # AkarshaT "She looks so proud, but not getting an F is a super low hurdle..." + AkarshaT "Ela parece bem orgulhosa, mas não conseguir um F é uma meta super baixa..." + +# game/1_akarsha.rpy:1506 +translate brazilian_portuguese leaveLibrary_654ed6ea: + + # Akarsha "Alright, protect your hearing." + Akarsha "Ok, vou proteger seus ouvidos." + +# game/1_akarsha.rpy:1508 +translate brazilian_portuguese leaveLibrary_b789999a: + + # "Min nods and covers her ears as Akarsha walks through the library scanners by the door." + "Min acena e cobre suas orelhas enquanto a Akarsha passa pelos scanners da porta da biblioteca." + +# game/1_akarsha.rpy:1510 +translate brazilian_portuguese leaveLibrary_77784f5f: + + # "The book scanner alarms go off!" with sshake + "O scanner de livros começa a tocar!" with sshake + +# game/1_akarsha.rpy:1511 +translate brazilian_portuguese leaveLibrary_70f9873d: + + # "The librarian looks up, sees that it's Akarsha, and impatiently waves her through." + "A bibliotecária olha, vê que é a Akarsha, e impacientemente acena para ela passar." + +# game/1_akarsha.rpy:1516 +translate brazilian_portuguese leaveLibrary_6f7ef528: + + # Min "That seriously happens every single time you walk through the scanners?" + Min "Isso realmente acontece toda vez que você passa pelos scanners?" + +# game/1_akarsha.rpy:1518 +translate brazilian_portuguese leaveLibrary_b50f4b11: + + # Min "Are you {i}sure{/i} you don't have any library books on you?" + Min "Você tem {i}certeza{/i} que você não tem nenhum livro da biblioteca contigo?" + +# game/1_akarsha.rpy:1520 +translate brazilian_portuguese leaveLibrary_6657a164: + + # Akarsha "Of course. There's even a photo of me taped by the door now because after the first few times they searched me, they confirmed I don't have any." + Akarsha "Claro. Tem até uma foto minha colada na porta agora porque depois das primeiras vezes que me revistaram, confirmaram que não tenho nenhum." + +# game/1_akarsha.rpy:1521 +translate brazilian_portuguese leaveLibrary_b2d9da48: + + # Akarsha "It almost feels like my backpack is haunted by the ghost of a library book." + Akarsha "Até parece que minha mochila tá assombrada pelo fantasma de um livro da biblioteca." + +# game/1_akarsha.rpy:1524 +translate brazilian_portuguese leaveLibrary_09e19479: + + # Min "How would that happen? Pissed off any books lately?" + Min "Como isso poderia acontecer? Cê irritou algum livro recentemente?" + +# game/1_akarsha.rpy:1526 +translate brazilian_portuguese leaveLibrary_930e6940: + + # Akarsha "No...Unless maybe Noelle counts as a book...?" + Akarsha "Não...A menos que a Noelle conte como um livro..?" + +# game/1_akarsha.rpy:1527 +translate brazilian_portuguese leaveLibrary_5f041e0c: + + # Akarsha "And because I annoy her daily the books are...mad at me...?" + Akarsha "E porque eu a irrito diariamente os livros estão...bravos comigo...?" + +# game/1_akarsha.rpy:1529 +translate brazilian_portuguese leaveLibrary_3ea5cd03: + + # Min "Are you hearing how crazy you sound right now?" + Min "Você tem noção do quão maluca você parece agora?" + +# game/1_akarsha.rpy:1531 +translate brazilian_portuguese leaveLibrary_9f824791: + + # Akarsha "Yeah, I'm embarrassed I even said that out loud." + Akarsha "Sim, eu estou envergonhada de ter dito isso em voz alta." + +# game/1_akarsha.rpy:1532 +translate brazilian_portuguese leaveLibrary_e087bd8f: + + # Akarsha "It's probably just one of those things. Like my magic rosin." + Akarsha "Deve ser uma daquelas coisas estranhas, tipo minha resina mágica." + +# game/1_akarsha.rpy:1535 +translate brazilian_portuguese leaveLibrary_e45b1a32: + + # Min "Your what??" + Min "Sua o quê??" + +# game/1_akarsha.rpy:1537 +translate brazilian_portuguese leaveLibrary_c3fee831: + + # Akarsha "Never mind, forget I mentioned it." + Akarsha "Nada, esquece que eu falei." + +# game/1_akarsha.rpy:1540 +translate brazilian_portuguese leaveLibrary_25dfe662: + + # "The librarian gives Akarsha a death glare from behind the counter as the alarms go off again." + "A bibliotecária dá uma encarada mortal de trás do balcão para a Akarsha quando os alarmes tocam de novo." + +# game/1_akarsha.rpy:1542 +translate brazilian_portuguese leaveLibrary_d2728151: + + # AkarshaT "Is that really necessary? It's not like I can help it!" + AkarshaT "Isso é realmente necessário? Não é minha culpa!" + +# game/1_akarsha.rpy:1550 +translate brazilian_portuguese leaveLibrary_9b3ac1d0: + + # AkarshaT "Here goes nothing! Sorry, librarian lady!" + AkarshaT "Aqui vamos nós! Desculpa bibliotecária!" + +# game/1_akarsha.rpy:1553 +translate brazilian_portuguese leaveLibrary_77784f5f_1: + + # "The book scanner alarms go off!" with sshake + "O alarme do scanner de livros começa a tocar!" with sshake + +# game/1_akarsha.rpy:1554 +translate brazilian_portuguese leaveLibrary_ec0135c1: + + # "The librarian leaves the counter and begins powerwalking at Min and Akarsha!" + "A bibliotecária sai do balcão e começa a andar rapidamente na direção de Min e Akarsha!" + +# game/1_akarsha.rpy:1556 +translate brazilian_portuguese leaveLibrary_9ca3459f: + + # Min "Oh crap!" with sshake + Min "Ah merda!" with sshake + +# game/1_akarsha.rpy:1559 +translate brazilian_portuguese leaveLibrary_4a391afa: + + # Akarsha "We are SPEED!!! RUN!!!" with sshake + Akarsha "Nós somos a VELOCIDADE!!! CORRE!!!" with sshake + +# game/1_akarsha.rpy:1564 +translate brazilian_portuguese leaveLibrary_c3be00f6: + + # "Akarsha and Min sprint out of the library in a panic." + "Akarsha e Min saem correndo da biblioteca em pânico." + +# game/1_akarsha.rpy:1566 +translate brazilian_portuguese leaveLibrary_cb5c6988: + + # "As they escape, Akarsha trips over her own flip-flops." + "Enquanto elas fogem, Akarsha tropeça em seus chinelos." + +# game/1_akarsha.rpy:1569 +translate brazilian_portuguese leaveLibrary_106db544: + + # Akarsha "AAUUGH!!" with sshake + Akarsha "AAUUGH!!" with sshake + +# game/1_akarsha.rpy:1572 +translate brazilian_portuguese leaveLibrary_1c7c7458: + + # "Akarsha throws her hands forward to break her fall onto the hard concrete." + "Akarsha joga suas mãos para frente para amortecer sua queda no concreto duro." + +# game/1_akarsha.rpy:1574 +translate brazilian_portuguese leaveLibrary_fbb805ca: + + # Akarsha "MAMA MIA!! OW!!" with sshake + Akarsha "MAMA MIA!! AI!!" with sshake + +# game/1_akarsha.rpy:1575 +translate brazilian_portuguese leaveLibrary_a9d9620e: + + # Akarsha "This is SO typical! Why do these things always happen to me?" + Akarsha "Isso é TÃO típico! Por que essas coisas sempre acontecem comigo?" + +# game/1_akarsha.rpy:1578 +translate brazilian_portuguese leaveLibrary_1018543f: + + # Min "Shit, dude. You okay?" + Min "Merda, cara. Cê tá bem?" + +# game/1_akarsha.rpy:1579 +translate brazilian_portuguese leaveLibrary_5324ffa8: + + # "Akarsha stops sobbing for a second to assess the damage." + "Akarsha para de soluçar por um minuto para avaliar o estrago." + +# game/1_akarsha.rpy:1581 +translate brazilian_portuguese leaveLibrary_a5203a50: + + # Akarsha "Oh. Actually, I'm fine." + Akarsha "Ah. Na verdade, estou bem." + +# game/1_akarsha.rpy:1636 +translate brazilian_portuguese lookLockerRoom_0e73fed3: + + # AkarshaT "I don't have gym until later in the day. And the baseball club doesn't meet til after school." + AkarshaT "Eu só tenho educação física mais tarde. E o clube de baseball só se encontra depois da aula." + +# game/1_akarsha.rpy:1638 +translate brazilian_portuguese lookLockerRoom_85eb36d5: + + # AkarshaT "By the way, our baseball team is called..." + AkarshaT "Inclusive, nosso time de baseball se chama..." + +# game/1_akarsha.rpy:1640 +translate brazilian_portuguese lookLockerRoom_5cedd033: + + # AkarshaT "{cps=0}By the way, our baseball team is called...{/cps}" nointeract + AkarshaT "{cps=0}Inclusive, nosso time de baseball se chama...{/cps}" nointeract + +# game/1_akarsha.rpy:1645 +translate brazilian_portuguese lookLockerRoom_7af4c5fb: + + # AkarshaT "That name was Diya's idea. We sound so friendly and tasty." + AkarshaT "Esse nome foi ideia da Diya. Nós achamos ele amigável e saboroso." + +# game/1_akarsha.rpy:1650 +translate brazilian_portuguese lookLockerRoom_7af4c5fb_1: + + # AkarshaT "That name was Diya's idea. We sound so friendly and tasty." + AkarshaT "Esse nome foi ideia da Diya. Achamos ele amigável e saboroso." + +# game/1_akarsha.rpy:1655 +translate brazilian_portuguese lookLockerRoom_e796b9a4: + + # AkarshaT "That name was Noelle's idea. I bet the more time passes, the scarier our team name will be." + AkarshaT "Esse nome foi ideia da Noelle. Aposto que quanto mais tempo passar, mais assustador o nome do nosso time será." + +# game/1_akarsha.rpy:1659 +translate brazilian_portuguese lookLockerRoom_cb10e227: + + # AkarshaT "That name was Diya and Min's idea. Personally, I think it sounds pretty corny." + AkarshaT "Esse nome foi ideia da Min e da Diya. Pessoalmente, acho que soa bem brega." + +# game/1_akarsha.rpy:1664 +translate brazilian_portuguese lookLockerRoom_f4de7d44: + + # AkarshaT "That name was my idea. I'm glad our team is so cultured." + AkarshaT "Esse nome foi minha ideia. Fico feliz que nosso time tenha tanta cultura." + +# game/1_akarsha.rpy:1669 +translate brazilian_portuguese lookLockerRoom_40c6037a: + + # AkarshaT "Right now, I need to go to first period and terrorize Noelle." + AkarshaT "Agora, preciso ir pra primeira aula e aterrorizar Noelle." + +# game/1_akarsha.rpy:1677 +translate brazilian_portuguese bathroom_084db483: + + # AkarshaT "Ah, the public school girls restroom. Possibly the most disgusting place on earth." + AkarshaT "Ah, o banheiro público feminino da escola. Possivelmente o lugar mais nojento da terra." + +# game/1_akarsha.rpy:1684 +translate brazilian_portuguese noLibrary_1b907331: + + # Min "You're going back to the library? The alarms will go off again." + Min "Você vai voltar pra biblioteca? Os alarmes vão tocar de novo." + +# game/1_akarsha.rpy:1686 +translate brazilian_portuguese noLibrary_6a027f72: + + # Akarsha "So? I'm nothing if not an agent of chaos." + Akarsha "E? Eu não sou nada além de uma agente do caos." + +# game/1_akarsha.rpy:1687 +translate brazilian_portuguese noLibrary_73a39d98: + + # Akarsha "Ready or not, here I come!" + Akarsha "Prontos ou não, aqui vou eu!" + +# game/1_akarsha.rpy:1692 +translate brazilian_portuguese noLibrary_596b6728: + + # "The book scanner alarms sound as Akarsha and Min reenter the libary." + "O alarme do scanner de livros toca enquanto Akarsha e Min entram novamente na biblioteca." + +# game/1_akarsha.rpy:1694 +translate brazilian_portuguese noLibrary_5d206dcc: + + # AkarshaT "Sounds like the library ghosts haunting me are alive and well." + AkarshaT "Parece que os fantasmas da biblioteca que estão me assombrando estão vivos e bem." + +# game/1_akarsha.rpy:1699 +translate brazilian_portuguese noLibrary_c7ac8d7a: + + # Min "Again? You're kidding." + Min "De novo? Você tá brincando." + +# game/1_akarsha.rpy:1701 +translate brazilian_portuguese noLibrary_754acafd: + + # Akarsha "I've never been more serious in my life." + Akarsha "Nunca estive mais séria na minha vida." + +# game/1_akarsha.rpy:1707 +translate brazilian_portuguese noLibrary_124b1f30: + + # "The blare of the book scanner alarm announces Akarsha and Min's return to the library." + "O toque do alarme do scanner de livros anuncia o retorno de Akarsha e Min à biblioteca." + +# game/1_akarsha.rpy:1708 +translate brazilian_portuguese noLibrary_9566aadf: + + # "The librarian looks up, sees that it's Akarsha yet again, and slams her fist onto the countertop with surprising force." + "A biblioteca olha pra cima, vê que é Akarsha novamente, e bate o punho no balcão com uma força surpreendente." + +# game/1_akarsha.rpy:1710 +translate brazilian_portuguese noLibrary_2c7ff487: + + # Min "Oh, that librarian is definitely pissed now." + Min "Ah, a bibliotecária tá realmente puta agora." + +# game/1_akarsha.rpy:1715 +translate brazilian_portuguese noLibrary_907ac1be: + + # AkarshaT "My life will probably be in danger if I go back again." + AkarshaT "Minha vida possivelmente estará em perigo se eu voltar de novo." + +# game/1_akarsha.rpy:1716 +translate brazilian_portuguese noLibrary_f530d61a: + + # AkarshaT "Maybe tomorrow." + AkarshaT "Talvez amanhã." + +# game/1_akarsha.rpy:1752 +translate brazilian_portuguese minLeaves_b82cc7bd: + + # Akarsha "Aight, imma head to class now." + Akarsha "Beleza, vou pra aula agora." + +# game/1_akarsha.rpy:1755 +translate brazilian_portuguese minLeaves_7efdbfd4: + + # Min "Adios, bitch." + Min "Adios, vadia." + +# game/1_akarsha.rpy:1758 +translate brazilian_portuguese minLeaves_ef146a68: + + # AkarshaT "She's probably gonna go find Diya now." + AkarshaT "Ela possivelmente vai encontrar Diya agora." + +# game/1_akarsha.rpy:1760 +translate brazilian_portuguese minLeaves_984eaaa4: + + # AkarshaT "I feel like she's chilled out a lot since they started dating." + AkarshaT "Eu sinto que ela tá bem mais calma desde que ela e a Diya começaram a namorar." + +# game/1_akarsha.rpy:1761 +translate brazilian_portuguese minLeaves_14a923b0: + + # AkarshaT "I guess knifing people is less exciting than kissing your girlfriend." + AkarshaT "Acho que esfaquear pessoas é bem menos divertido do que beijar sua namorada." + +# game/1_akarsha.rpy:1810 +translate brazilian_portuguese reflection_449d8bf0: + + # AkarshaT "How is it that everyone else has bomb-ass hair while mine's all sad and thin?" + AkarshaT "Como que todos tem cabelos tão legais enquanto o meu é todo fino e triste?" + +# game/1_akarsha.rpy:1811 +translate brazilian_portuguese reflection_3e5b6e66: + + # AkarshaT "What happened??? Gene catastrophe..." + AkarshaT "O que aconteceu??? Catástrofe genética..." + +# game/1_akarsha.rpy:1814 +translate brazilian_portuguese reflection_8383e575: + + # AkarshaT "The other day I saw my side profile in a photo and was like, \"wugh!\"" + AkarshaT "O outro dia eu vi meu rosto de lado e eu fiquei tipo, \"wugh!\"" + +# game/1_akarsha.rpy:1815 +translate brazilian_portuguese reflection_66b48fe9: + + # AkarshaT "I really go around looking like that all day?" + AkarshaT "Eu realmente passo o dia inteiro desse jeito?" + +# game/1_akarsha.rpy:1816 +translate brazilian_portuguese reflection_d0d5949c: + + # AkarshaT "Wish I could get plastic surgery..." + AkarshaT "Queria que eu pudesse fazer cirurgia plástica..." + +# game/1_akarsha.rpy:1819 +translate brazilian_portuguese reflection_8c3b4e81: + + # AkarshaT "Dat me." + AkarshaT "Sou eu." + +# game/1_akarsha.rpy:1826 +translate brazilian_portuguese eavesdrop_8aa96022: + + # NPC "I hate how my parents yell at me for studying late at night." + NPC "Eu odeio como meus pais brigam comigo por estudar à noite." + +# game/1_akarsha.rpy:1827 +translate brazilian_portuguese eavesdrop_10640260: + + # NPC "If I slept early instead of cramming, I'd probably fail! And then I'd get yelled at for not studying." + NPC "Se eu dormisse cedo em vez de estudar, eu provavelmente iria repetir! E então gritariam comigo por não estudar." + +# game/1_akarsha.rpy:1828 +translate brazilian_portuguese eavesdrop_68fb5019: + + # NPC2 "Ugh! That's so gay." + NPC2 "Ugh! Isso é tão gay." + +# game/1_akarsha.rpy:1830 +translate brazilian_portuguese eavesdrop_13f73749: + + # AkarshaT "At our school, it's really popular to say \"gay\" when you mean \"stupid\" or \"uncool\"." + AkarshaT "Na nossa escola, é bem popular dizer \"gay\" quando você quer dizer \"estúpido\" ou \"não legal\"." + +# game/1_akarsha.rpy:1831 +translate brazilian_portuguese eavesdrop_66cc766d: + + # AkarshaT "So you hear it all the time. Whenever people don't like something, they go \"that's so gay.\"" + AkarshaT "Então é bem comum ouvir isso. Quando as pessoas não gostam de algo, elas dizem \"isso é muito gay.\"" + +# game/1_akarsha.rpy:1839 +translate brazilian_portuguese enterClass_0422fa01: + + # AkarshaT "Noelle and Diya aren't here yet." + AkarshaT "Noelle e Diya não estão aqui por enquanto." + +# game/1_akarsha.rpy:1840 +translate brazilian_portuguese enterClass_6cc4b96f: + + # AkarshaT "I managed to set up a special surprise the other day. Hopefully everything's still in place." + AkarshaT "Eu arrumei uma surpresinha especial no outro dia. Espero que tudo ainda esteja em ordem." + +# game/1_akarsha.rpy:1843 +translate brazilian_portuguese enterClass_e60dfba0: + + # "A few minutes later, Akarsha looks through the window. Outside, Noelle and Diya are approaching the classroom." + "Alguns minutos depois, Akarsha olha pela janela. Lá fora, Akarsha e Diya se aproximam da sala." + +# game/1_akarsha.rpy:1845 +translate brazilian_portuguese enterClass_2ca93b2b: + + # AkarshaT "Yes...Come, my here, my sweet..." + AkarshaT "Sim...Venha, venha minha querida..." + +# game/1_akarsha.rpy:1850 +translate brazilian_portuguese enterClass_4aac2b36: + + # "Suddenly, a water bottle whizzes through the open door and hits the floor with a loud smack!" + "De repente, uma garrafa de água passa zunindo pela porta aberta e cai no chão com um estrondo!" + +# game/1_akarsha.rpy:1851 +translate brazilian_portuguese enterClass_f33054b2: + + # "It rolls across the classroom until it hits the wall." + "Ela rola pela sala até que ela bate na parede." + +# game/1_akarsha.rpy:1853 +translate brazilian_portuguese enterClass_205db760: + + # Akarsha "Uh?!" + Akarsha "Uh?!" + +# game/1_akarsha.rpy:1856 +translate brazilian_portuguese enterClass_ff0c9ffd: + + # Noelle "So it's not saran wrap today..." + Noelle "Então não é filme plástico hoje..." + +# game/1_akarsha.rpy:1857 +translate brazilian_portuguese enterClass_f6aae711: + + # "Noelle peers suspiciously into the classroom from the doorway. She experimentally reaches one hand inside and feels along the doorframe, apparently searching for abnormalities." + "Noelle espia desconfiada para a sala de aula, da porta. Ela experimentalmente enfiar uma mão dentro e tateia ao longo do batente da porta, aparentemente procurando por anormalidades." + +# game/1_akarsha.rpy:1859 +translate brazilian_portuguese enterClass_28da2846: + + # Akarsha "What's wrong, Frenchman? Afraid to come in?" + Akarsha "O que foi, Francesa? Tá com medo de entrar?" + +# game/1_akarsha.rpy:1862 +translate brazilian_portuguese enterClass_a215863a: + + # Noelle "What did you do this time?" + Noelle "O que você fez dessa vez?" + +# game/1_akarsha.rpy:1864 +translate brazilian_portuguese enterClass_79fa1a83: + + # Akarsha "What makes you think I did anything?" + Akarsha "O que faz você pensar que eu fiz algo?" + +# game/1_akarsha.rpy:1867 +translate brazilian_portuguese enterClass_bb4bfbb2: + + # Diya "Maybe the fact that you've done something every morning this month." + Diya "Talvez o fato de você ter feito algo toda manhã desse mês." + +# game/1_akarsha.rpy:1869 +translate brazilian_portuguese enterClass_b9979491: + + # Akarsha "Two against one! Cheater! Cheater!!" with sshake + Akarsha "Duas contra uma! Ladra! Ladra!" with sshake + +# game/1_akarsha.rpy:1872 +translate brazilian_portuguese enterClass_8516b24b: + + # Noelle "That's what you get! You worthless pest!" + Noelle "Você merece! Sua peste sem valor!" + +# game/1_akarsha.rpy:1874 +translate brazilian_portuguese enterClass_3192a8d1: + + # "Diya retrieves the sacrificial water bottle." + "Diya pega de volta a garrafa d'água de sacrifício." + +# game/1_akarsha.rpy:1875 +translate brazilian_portuguese enterClass_a286302e: + + # "Meanwhile, Noelle haltingly walks to her desk with an arm outstretched ahead of her, bracing for all manner of assault, whether it be liquid, solid, gaseous, or psychological in form." + "Enquanto isso, Noelle caminha hesitantemente até sua mesa com um braço estendido à sua frente, preparando-se para todo tipo de ataque, seja líquido, sólido, gasoso ou psicológico." + +# game/1_akarsha.rpy:1876 +translate brazilian_portuguese enterClass_5b0540bc: + + # "After thoroughly inspecting her desk, she apprehensively sits." + "Após inspecionar sua mesa cuidadosamente, ela se senta de forma apreensiva." + +# game/1_akarsha.rpy:1878 +translate brazilian_portuguese enterClass_7cb501c7: + + # Noelle "....." + Noelle "....." + +# game/1_akarsha.rpy:1880 +translate brazilian_portuguese enterClass_079b08de: + + # Akarsha "....." + Akarsha "....." + +# game/1_akarsha.rpy:1883 +translate brazilian_portuguese enterClass_3a9bb13e: + + # "After a few tense seconds, Noelle seems satisfied that the act of sitting down didn't trigger anything." + "Depois de alguns segundos de tensão, Noelle se sente satisfeita com o ato de se sentar não ter ativado nada." + +# game/1_akarsha.rpy:1885 +translate brazilian_portuguese enterClass_ca0e3721: + + # "Breathing a sigh a relief, she hefts a bulky laptop from her messenger bag." + "Com um suspiro de alívio, ela pega um laptop volumoso de sua bolsa." + +# game/1_akarsha.rpy:1887 +translate brazilian_portuguese enterClass_c1532ca6: + + # AkarshaT "Yes! She didn't notice the extra wireless mouse USB I plugged into her computer last Friday." + AkarshaT "Isso! Ela não notou o mouse sem fio USB extra que conectei em seu computador na última sexta-feira." + +# game/1_akarsha.rpy:1888 +translate brazilian_portuguese enterClass_03319502: + + # AkarshaT "I have the mouse hidden in my pocket." + AkarshaT "Eu tenho o mouse escondido no meu bolso." + +# game/1_akarsha.rpy:1890 +translate brazilian_portuguese enterClass_6fc9b2ce: + + # "Diya takes a thin plastic folder from her backpack and flops it back and forth so it makes a wopwopwopwop sound." + "Diya pega uma pasta de plástico fina de sua mochila e a joga para frente e para trás, fazendo um som de wopwopwopwop." + +# game/1_akarsha.rpy:1892 +translate brazilian_portuguese enterClass_6e8840cd: + + # Diya "............" + Diya "............" + +# game/1_akarsha.rpy:1894 +translate brazilian_portuguese enterClass_1d1e4040: + + # Diya "Did you work on the PowerPoint?" + Diya "Você trabalhou no PowerPoint?" + +# game/1_akarsha.rpy:1896 +translate brazilian_portuguese enterClass_8fef91cb: + + # Noelle "I added a slide on sharks and dolphins as another example of convergent evolution." + Noelle "Eu adicionei um slide sobre tubarões e golfinhos como outro exemplo de evolução convergente." + +# game/1_akarsha.rpy:1898 +translate brazilian_portuguese enterClass_a701e9b0: + + # "Noelle scrolls to the slide in question. It's a solid wall of text with no images." + "Noelle roda para o slide em questão. É um slide inteiro de texto, sem imagens." + +# game/1_akarsha.rpy:1900 +translate brazilian_portuguese enterClass_433298f9: + + # AkarshaT "This is gonna put everyone to sleep!" with sshake + AkarshaT "Isso vai fazer todo mundo dormir!" with sshake + +# game/1_akarsha.rpy:1902 +translate brazilian_portuguese enterClass_05d11a96: + + # AkarshaT "Noelle's so confident that she's good at public speaking, but she has zero charisma or self-awareness." + AkarshaT "Noelle é tão confiante que ela é boa em falar público, mas ela não tem nenhum carisma ou autoconsciência." + +# game/1_akarsha.rpy:1903 +translate brazilian_portuguese enterClass_0c42e2b0: + + # AkarshaT "She just drones on and on forever, oblivious that she lost the audience ten minutes ago." + AkarshaT "Ela apenas fala sem parar, sem saber que perdeu o público à dez minutos atrás." + +# game/1_akarsha.rpy:1904 +translate brazilian_portuguese enterClass_aa8d9e0a: + + # AkarshaT "I love her..." + AkarshaT "Eu amo ela..." + +# game/1_akarsha.rpy:1907 +translate brazilian_portuguese enterClass_96199214: + + # Diya "Wait. I already made a slide about that. Swimming." + Diya "Espera. Eu já fiz um slide sobre isso. Nadar." + +# game/1_akarsha.rpy:1908 +translate brazilian_portuguese enterClass_31d17409: + + # "Diya scrolls to the previous slide." + "Diya roda para o slide anterior." + +# game/1_akarsha.rpy:1909 +translate brazilian_portuguese enterClass_171f9d94: + + # "It features a photo of dozens of fish and dolphins swimming in the ocean, cryptically captioned \"Good shape\"." + "Ele apresenta uma foto de dezenas de peixes e golfinhos nadando no oceano, com a legenda \"Boa forma\"." + +# game/1_akarsha.rpy:1911 +translate brazilian_portuguese enterClass_3910690d: + + # AkarshaT "Good shape..." + AkarshaT "Boa forma..." + +# game/1_akarsha.rpy:1914 +translate brazilian_portuguese enterClass_7ff6debf: + + # Noelle "I hate to break this to you, Diya, but literally no one but you is going to understand this." + Noelle "Eu odeio ter que te falar isso, Diya, mas ninguém além de você vai entender isso." + +# game/1_akarsha.rpy:1916 +translate brazilian_portuguese enterClass_38127587: + + # AkarshaT "Neither of them are paying attention to me right now. Time to shine." + AkarshaT "Nenhuma das duas está prestando atenção em mim agora. Minha hora de brilhar." + +# game/1_akarsha.rpy:1921 +translate brazilian_portuguese enterClass_5b55ce9e: + + # "Akarsha jiggles the mouse in her pocket as Noelle tries to edit the slide." + "Akarsha sacode o mouse em seu bolso enquanto Noelle tenta editar o slide." + +# game/1_akarsha.rpy:1923 +translate brazilian_portuguese enterClass_320efa19: + + # Noelle "........" + Noelle "........" + +# game/1_akarsha.rpy:1925 +translate brazilian_portuguese enterClass_9ca460a6: + + # Diya "What was that?" + Diya "O que foi isso?" + +# game/1_akarsha.rpy:1927 +translate brazilian_portuguese enterClass_d6f7de1a: + + # Akarsha "What was what?" + Akarsha "O que foi isso?" + +# game/1_akarsha.rpy:1930 +translate brazilian_portuguese enterClass_7fcafa01: + + # Noelle "Didn't you see it? The cursor just jerked on its own." + Noelle "Vocês não viram? O cursor se mexeu sozinho." + +# game/1_akarsha.rpy:1932 +translate brazilian_portuguese enterClass_43192074: + + # Akarsha "Maybe it's lag?" + Akarsha "Talvez seja um lag?" + +# game/1_akarsha.rpy:1934 +translate brazilian_portuguese enterClass_1b37d396: + + # Akarsha "I bet it's 'cause you typed too many words on one slide." + Akarsha "Aposto que é porque você digitou muitas palavras em um slide só." + +# game/1_akarsha.rpy:1935 +translate brazilian_portuguese enterClass_de12e604: + + # Akarsha "Even Bill Gates didn't see this coming." + Akarsha "Nem o Bill Gates previu essa." + +# game/1_akarsha.rpy:1938 +translate brazilian_portuguese enterClass_bfc3fcab: + + # Noelle "That can't be it. I've fit more words than this on one slide before." + Noelle "Não pode ser. Eu já escrevi mais palavras num slide do que nesse." + +# game/1_akarsha.rpy:1940 +translate brazilian_portuguese enterClass_b87430c1: + + # Diya "...You have?" + Diya "...Sério?" + +# game/1_akarsha.rpy:1942 +translate brazilian_portuguese enterClass_9d9cb269: + + # "Noelle moves the mouse again. This time Akarsha does nothing." + "Noelle move o mouse de novo. Dessa vez Akarsha não faz nada." + +# game/1_akarsha.rpy:1944 +translate brazilian_portuguese enterClass_f85c2ba7: + + # Akarsha "Looks fine to me." + Akarsha "Parece normal pra mim." + +# game/1_akarsha.rpy:1947 +translate brazilian_portuguese enterClass_02bf7d15: + + # Noelle "How strange..." + Noelle "Que estranho..." + +# game/1_akarsha.rpy:1949 +translate brazilian_portuguese enterClass_c5d12d80: + + # "While Noelle is busy typing an essay-length caption, Akarsha clicks another textbox so she's editing the wrong part of the slide." + "Enquanto Noelle está ocupada digitando uma legenda do tamanho de uma redação, Akarsha clica em outra caixa de texto, fazendo ela editar a parte errada do slide." + +# game/1_akarsha.rpy:1952 +translate brazilian_portuguese enterClass_5ae75f68: + + # "Akarsha swiftly moves the cursor to the X button and closes the document." + "Akarsha cuidadosamente move o cursor para o botão de X e fecha o documento." + +# game/1_akarsha.rpy:1954 +translate brazilian_portuguese enterClass_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/1_akarsha.rpy:1956 +translate brazilian_portuguese enterClass_e88d1310: + + # Noelle "What was that?" + Noelle "O que foi isso?" + +# game/1_akarsha.rpy:1958 +translate brazilian_portuguese enterClass_c3d98c71: + + # Diya "Think it crashed." + Diya "Acho que crashou." + +# game/1_akarsha.rpy:1960 +translate brazilian_portuguese enterClass_d5dbe4d9: + + # Akarsha "I bet it's 'cause you typed too many words on one slide, Noelle." + Akarsha "Aposto que é porque você digitou muitas palavras em um slide só, Noelle." + +# game/1_akarsha.rpy:1961 +translate brazilian_portuguese enterClass_de12e604_1: + + # Akarsha "Even Bill Gates didn't see this coming." + Akarsha "Nem o Bill Gates previu essa." + +# game/1_akarsha.rpy:1964 +translate brazilian_portuguese enterClass_1f82eb38: + + # "Noelle re-opens PowerPoint and squints suspiciously at the slide in question." + "Noelle reabre o PowerPoint e aperta os olhos com desconfiança para o slide em questão." + +# game/1_akarsha.rpy:1966 +translate brazilian_portuguese enterClass_bfc3fcab_1: + + # Noelle "That can't be it. I've fit more words than this on one slide before." + Noelle "Não pode ser. Eu já escrevi mais palavras num slide do que nesse." + +# game/1_akarsha.rpy:1968 +translate brazilian_portuguese enterClass_b87430c1_1: + + # Diya "...You have?" + Diya "...Sério?" + +# game/1_akarsha.rpy:1970 +translate brazilian_portuguese enterClass_3bcd5c4c: + + # Noelle "Good thing we just saved. We didn't lose any significant progress." + Noelle "Ainda bem que nós tínhamos acabado de salvar. Não perdemos nenhum progresso significante." + +# game/1_akarsha.rpy:1971 +translate brazilian_portuguese enterClass_47d9d161: + + # "While Noelle is busy typing an essay-length caption, Akarsha quickly closes the program again." + "Enquanto Noelle está ocupada digitando uma legenda do tamanho de uma redação, Akarsha rapidamente fecha o programa de novo." + +# game/1_akarsha.rpy:1974 +translate brazilian_portuguese enterClass_4a0e45f0: + + # Diya "??!" with sshake + Diya "??!" with sshake + +# game/1_akarsha.rpy:1977 +translate brazilian_portuguese enterClass_07bf97c1: + + # Noelle "SEE, THERE IT IS AGAIN! WHAT IS GOING ON?!" with sshake + Noelle "VEJA, LÁ ESTÁ DE NOVO! O QUE ESTÁ ACONTECENDO?!" with sshake + +# game/1_akarsha.rpy:1979 +translate brazilian_portuguese enterClass_4951309a: + + # Akarsha "You've been hacked, Noelle!" + Akarsha "Você foi hackeada, Noelle!" + +# game/1_akarsha.rpy:1980 +translate brazilian_portuguese enterClass_177fe19a: + + # Akarsha "Don't tell me...You fell for those pop-ups advertising hot single ladies in your area?!" + Akarsha "Não me diga...Você caiu naqueles pop-ups anunciando mulheres gatas e solteiras na sua região?!" + +# game/1_akarsha.rpy:1983 +translate brazilian_portuguese enterClass_e254c7d0: + + # Noelle "As if! Look, it's moving on its own again!" + Noelle "Até parece! Olha, ele está se movendo sozinho de novo!" + +# game/1_akarsha.rpy:1984 +translate brazilian_portuguese enterClass_520ba0ce: + + # "Noelle clenches her mouse harder, as if that'll help her regain control of the rogue cursor." + "Noelle aperta o mouse com mais força, como se isso fosse ajudá-la a recuperar o controle do cursor rebelde." + +# game/1_akarsha.rpy:1985 +translate brazilian_portuguese enterClass_8d4df3d7: + + # "Akarsha makes it drift toward the Control Panel..." + "Akarsha faz ele se mexer até o Painel de Controle..." + +# game/1_akarsha.rpy:1987 +translate brazilian_portuguese enterClass_231e821a: + + # AkarshaT "Heheheh..." + AkarshaT "Heheheh..." + +# game/1_akarsha.rpy:1990 +translate brazilian_portuguese enterClass_96b04fa2: + + # "Akarsha wiggles the mouse in her pocket. Diya's eyes flicker to the movement of fabric on Akarsha's windbreaker." + "Akarsha mexe o mouse no bolso. Os olhos de Diya notam o movimento do tecido no moletom de Akarsha." + +# game/1_akarsha.rpy:1992 +translate brazilian_portuguese enterClass_58f85320: + + # Diya "......" + Diya "......" + +# game/1_akarsha.rpy:1994 +translate brazilian_portuguese enterClass_b60fd453: + + # AkarshaT "Oh shit! Oh no!!!" with sshake + AkarshaT "Ah merda! Ah não!!!" with sshake + +# game/1_akarsha.rpy:1996 +translate brazilian_portuguese enterClass_6a90bbf3: + + # "Diya grabs Akarsha's wrist and yanks it out of the pocket, revealing the wireless mouse in her hand." + "Diya agarra o pulso de Akarsha e o arranca de seu bolso, revelando o mouse sem fio em sua mão." + +# game/1_akarsha.rpy:1999 +translate brazilian_portuguese enterClass_8f687294: + + # Noelle "It was yoOOOUU!!!" with sshake + Noelle "Era vocêêÊÊÊ!!!" with sshake + +# game/1_akarsha.rpy:2001 +translate brazilian_portuguese enterClass_5192cf78: + + # Akarsha "Wait, I just happened to have a mouse in my pocket! There's no proof this is connected at all!" + Akarsha "Espere, aconteceu de eu ter um mouse no meu bolso! Não há nenhuma prova de que isso esteja conectado!" + +# game/1_akarsha.rpy:2004 +translate brazilian_portuguese enterClass_4943807b: + + # "Diya wrenches the mouse from Akarsha's hand, but not before Akarsha uses her precious final moments to click on the Control Panel and change the mouse speed to the slowest setting." + "Diya arranca o mouse da mão de Akarsha, mas não antes de ela usar seus preciosos momentos finais para clicar no Painel de Controle e mudar a velocidade do mouse para a mais lenta possível." + +# game/1_akarsha.rpy:2006 +translate brazilian_portuguese enterClass_b8780fd8: + + # Noelle "Pathetic. I can revert your changes within moments." + Noelle "Patético. Posso reverter suas alterações em instantes." + +# game/1_akarsha.rpy:2008 +translate brazilian_portuguese enterClass_c21059a2: + + # Akarsha "You sure about that? Why don't you go ahead and try it?" + Akarsha "Você tem certeza disso? Por que não vai em frente e tenta?" + +# game/1_akarsha.rpy:2011 +translate brazilian_portuguese enterClass_26c68486: + + # "Noelle tries to navigate back to the Control Panel. The cursor inches across the screen so slowly, the movement is barely perceptible..." + "Noelle tenta navegar de volta ao Painel de Controle. O cursor avança pela tela tão lentamente, que o movimento é quase imperceptível..." + +# game/1_akarsha.rpy:2014 +translate brazilian_portuguese enterClass_323c9b15: + + # Noelle "AKARSHAAAAAAAA!!!" with sshake + Noelle "AKARSHAAAAAAAA!!!" with sshake + +# game/1_akarsha.rpy:2018 +translate brazilian_portuguese enterClass_9c25b8d0: + + # "The bell rings! This concludes Noelle and Akarsha's daily morning scream fest." + "O sinal toca! Isso termina o festival de gritos diário de Akarsha e Noelle." + +# game/1_akarsha.rpy:2019 +translate brazilian_portuguese enterClass_8ebf669b: + + # "Once everyone is seated, the morning announcements play over the intercom." + "Assim que todos estão sentados, os anúncios diários tocam pelo interfone." + +# game/1_akarsha.rpy:2022 +translate brazilian_portuguese enterClass_88d9b479: + + # NPC "The first practice session for Senior Bhangra is today after school in the gym. Don't forget your t-shirt order forms." + NPC "A primeira sessão de prática para o Bhangra do terceirão é hoje depois da escola no ginásio. Não se esqueça dos formulários de pedidos de camisetas." + +# game/1_akarsha.rpy:2024 +translate brazilian_portuguese enterClass_b7ebec79: + + # AkarshaT "Our school has this tradition where the seniors do a bhangra dance at the end of Multicultural Week." + AkarshaT "Nossa escola tem essa tradição em que o terceirão faz uma dança bhangra no final da Semana Multicultural." + +# game/1_akarsha.rpy:2025 +translate brazilian_portuguese enterClass_7f35a1fa: + + # AkarshaT "Guess that means we'll get to see Chryssa and Liz dance." + AkarshaT "Acho que isso quer dizer que vamos ver Chryssa e Liz dançarem." + +# game/1_akarsha.rpy:2031 +translate brazilian_portuguese enterClass_be36b530: + + # NPC "The Japan Club's first meeting is today after school in N6." + NPC "A primeira reunião do Clube Japonês é hoje depois da escola no N6." + +# game/1_akarsha.rpy:2032 +translate brazilian_portuguese enterClass_cf2a1758: + + # NPC "Unlike the Anime Club, besides discussing anime, we ALSO eat Japanese snacks and learn Japanese manners and language." + NPC "Diferentemente do Clube de Anime, além de discutirmos animes, nós TAMBÉM comemos lanches japoneses e aprendemos sobre as tradições e língua japonesa." + +# game/1_akarsha.rpy:2034 +translate brazilian_portuguese enterClass_ef132c1f: + + # AkarshaT "That doesn't sound like that significant of a difference..." + AkarshaT "Isso não parece ser uma mudança significativa..." + +# game/1_akarsha.rpy:2035 +translate brazilian_portuguese enterClass_ff45d2e0: + + # AkarshaT "Our school may not have a football or baseball team anymore, but it does have hella new clubs popping up all the time." + AkarshaT "Nossa escola pode não ter mais o clube de futebol americano, ou o de baseball, mas tem um monte de clubes novos aparecendo o tempo todo." + +# game/1_akarsha.rpy:2036 +translate brazilian_portuguese enterClass_e0115e41: + + # AkarshaT "It's 'cause everyone wants to be able to put \"founder and president\" on their college apps." + AkarshaT "É mais porque todos queriam por o \"fundador e presidente\" nas suas aplicações pra faculdade." + +# game/1_akarsha.rpy:2038 +translate brazilian_portuguese enterClass_4b84d250: + + # AkarshaT "Come to think of it...Didn't Chryssa and Liz start the baseball club during application season?" + AkarshaT "Parando pra pensar...A Chryssa e a Liz não começaram o clube de baseball bem na época das aplicações?" + +# game/1_akarsha.rpy:2040 +translate brazilian_portuguese enterClass_22e2f25c: + + # AkarshaT "No way..." + AkarshaT "Nem ferrando..." + +# game/1_akarsha.rpy:2042 +translate brazilian_portuguese enterClass_b9915e92: + + # AkarshaT "Well, good for them. Even if they had ulterior motives, it's been fun." + AkarshaT "Bem, bom para elas. Mesmo que tivessem segundas intenções, foi divertido." + +# game/1_akarsha.rpy:2044 +translate brazilian_portuguese enterClass_c71f63e3: + + # NPC "This Valentine's Day, the Muslim Student Association is kicking off their annual rose fundraiser." + NPC "Neste Dia dos Namorados, a Associação de Estudantes Muçulmanos está iniciando sua arrecadação anual de fundos para rosas." + +# game/1_akarsha.rpy:2045 +translate brazilian_portuguese enterClass_f59fb956: + + # NPC "For $5, we'll deliver a rose to your special someone with a message of your choice." + NPC "Por $5, nós vamos entregar uma rosa para seu alguém especial com uma mensagem de sua escolha." + +# game/1_akarsha.rpy:2046 +translate brazilian_portuguese enterClass_c84dc711: + + # NPC "You can even make it a bouquet for $20. Order forms will be distributed in 3rd period today." + NPC "Você pode inclusive fazer um buquê por $20. Formulários de pedido serão entregues hoje no terceiro período." + +# game/1_akarsha.rpy:2048 +translate brazilian_portuguese enterClass_7bef3f84: + + # AkarshaT "Hah, like anybody's getting me one of those..." + AkarshaT "Ha, como se algúem fosse comprar um desses pra mim..." + +# game/1_akarsha.rpy:2050 +translate brazilian_portuguese enterClass_cafc5abf: + + # "Akarsha surreptiously glances at Noelle, who's sitting beside her." + "Akarsha olha discretamente para Noelle, que está sentada ao lado dela." + +# game/1_akarsha.rpy:2052 +translate brazilian_portuguese enterClass_c6fccc94: + + # "To her surprise, Noelle is listening to the intercom as intently as if she were being graded on it." + "Para sua surpresa, Noelle está ouvindo o interfone tão atentamente como se ela estivesse sendo avaliada por isso." + +# game/1_akarsha.rpy:2054 +translate brazilian_portuguese enterClass_18bb8955: + + # AkarshaT "Wait, maybe this is my chance!" + AkarshaT "Espera, essa é minha chance!" + +# game/1_akarsha.rpy:2055 +translate brazilian_portuguese enterClass_ef09f05a: + + # AkarshaT "I should act {i}really{/i} pitifully down about being single and drop hints that getting a rose would make me happy." + AkarshaT "Eu deveria agir {i}bem{/i} triste e lamentável sobre ser solteira, e deixar pistas que ganhar uma rosa me faria muito feliz." + +# game/1_akarsha.rpy:2056 +translate brazilian_portuguese enterClass_78478c8e: + + # AkarshaT "After seeing the love of her life (me) in such a miserable state, Noelle will feel guilty that she hasn’t gotten me one!" + AkarshaT "Depois de ver o amor da sua vida (eu) num estado tão miserável, a Noelle vai se sentir culpada por não ter me dado uma rosa!" + +# game/1_akarsha.rpy:2058 +translate brazilian_portuguese enterClass_b98b5e2e: + + # "Akarsha sighs heavily and slumps in her desk." + "Akarsha suspira pesadamente e cai em sua mesa." + +# game/1_akarsha.rpy:2061 +translate brazilian_portuguese enterClass_9abcface: + + # Noelle "What's the matter with you?" + Noelle "O que houve com você?" + +# game/1_akarsha.rpy:2063 +translate brazilian_portuguese enterClass_464d72c6: + + # Akarsha "I always feel the the worst about being single on holidays where I have no one to celebrate with." + Akarsha "Sempre me sinto mal por estar solteira nos feriados em que não tenho com quem comemorar." + +# game/1_akarsha.rpy:2064 +translate brazilian_portuguese enterClass_b48fabaa: + + # Akarsha "Like, Valentine's Day is supposed to be the happiest, most romantic time of the year, but it just reminds me of how no one's ever loved me..." + Akarsha "Tipo, o Dia dos Namorados deveria ser o dia mais feliz e romântico do ano, mas só me lembra como ninguém nunca me amou..." + +# game/1_akarsha.rpy:2065 +translate brazilian_portuguese enterClass_9095d2b2: + + # Akarsha "I bet Diya's getting roses this year. Must be nice..." + Akarsha "Tenho certeza que a Diya vai ganhar rosas esse ano. Deve ser legal..." + +# game/1_akarsha.rpy:2068 +translate brazilian_portuguese enterClass_e6e396e4: + + # Noelle "What is there to envy? Flowers serve no practical purpose." + Noelle "O que tem a se invejar? Flores não tem nenhum propósito prático." + +# game/1_akarsha.rpy:2069 +translate brazilian_portuguese enterClass_9062dddf: + + # Noelle "They wither up within days and wind up in the garbage. What a waste of money." + Noelle "Ou elas morrem em dias ou acabam na lixeira. Que desperdício de dinheiro." + +# game/1_akarsha.rpy:2071 +translate brazilian_portuguese enterClass_453b6b38: + + # AkarshaT "Of course you would think so, you uptight spoilsport..." + AkarshaT "É óbvio que você pensaria isso, sua certinha estraga-prazeres..." + +# game/1_akarsha.rpy:2073 +translate brazilian_portuguese enterClass_c67395a6: + + # Akarsha "It's the thought that counts, though." + Akarsha "Bem, o que vale é a intenção." + +# game/1_akarsha.rpy:2074 +translate brazilian_portuguese enterClass_a74f23fa: + + # Akarsha "I, personally, wish someone would send me a rose..." + Akarsha "Eu, pessoalmente, adoraria que alguém me desse rosas..." + +# game/1_akarsha.rpy:2077 +translate brazilian_portuguese enterClass_317f7c2b: + + # Noelle "Heh..." + Noelle "Heh..." + +# game/1_akarsha.rpy:2079 +translate brazilian_portuguese enterClass_2d688340: + + # Akarsha "What? Did I say something funny?" + Akarsha "O que foi? Eu falei algo engraçado?" + +# game/1_akarsha.rpy:2083 +translate brazilian_portuguese enterClass_d2ea13d6: + + # Noelle "Not at all." + Noelle "Não, não." + +# game/1_akarsha.rpy:2085 +translate brazilian_portuguese enterClass_b04b2fbc: + + # "Noelle goes back to reading her metamathematics puzzle book." + "Noelle volta a ler seu livro de desafios de meta-matemática." + +# game/1_akarsha.rpy:2087 +translate brazilian_portuguese enterClass_53eebf77: + + # AkarshaT "Hm. So that didn't go as expected..." + AkarshaT "Hm. Não foi como esperado..." + +# game/1_akarsha.rpy:2090 +translate brazilian_portuguese enterClass_a53b8e22: + + # AkarshaT "Time to revisit my tactics. Improvise. Adapt. Overcome." + AkarshaT "Hora de rever minhas táticas. Improvisar. Adaptar. Superar." + +# game/1_akarsha.rpy:2093 +translate brazilian_portuguese enterClass_c528e6d5: + + # "After the day's usual math lesson, the teacher brings out a stack of test papers." + "Depois da aula de matemática diária, a professora traz uma pilha de folhas de provas." + +# game/1_akarsha.rpy:2095 +translate brazilian_portuguese enterClass_e2e84762: + + # NPC "Alright everyone, clear your desks." + NPC "Ok turma, esvaziem suas mesas." + +# game/1_akarsha.rpy:2097 +translate brazilian_portuguese enterClass_3b71d0de: + + # Diya "!" + Diya "!" + +# game/1_akarsha.rpy:2100 +translate brazilian_portuguese enterClass_8d8f54a7: + + # Akarsha "Aw, what, a pop quiz?" + Akarsha "Ah, poxa, uma prova surpresa?" + +# game/1_akarsha.rpy:2102 +translate brazilian_portuguese enterClass_9b119156: + + # NPC "You know, I should've done that. But no, it's just a CAML today." + NPC "Sabe, eu deveria ter feito isso. Mas não é só um CAML hoje." + +# game/1_akarsha.rpy:2104 +translate brazilian_portuguese enterClass_8e79f867: + + # AkarshaT "Oh, thank god." + AkarshaT "Ah, graças a deus." + +# game/1_akarsha.rpy:2105 +translate brazilian_portuguese enterClass_191ff62d: + + # AkarshaT "The CAMLs are these Math League contests we do every few months." + AkarshaT "As CAMLs são essas competições da Liga de Matemática que fazemos a cada tantos meses." + +# game/1_akarsha.rpy:2106 +translate brazilian_portuguese enterClass_b68adf7e: + + # AkarshaT "They're 30-minute tests consisting of weird problems that don't have much to do with our current course material." + AkarshaT "São provas de 30 minutos que consistem de problemas estranhos que não tem muito a ver com a matéria que estamos vendo." + +# game/1_akarsha.rpy:2107 +translate brazilian_portuguese enterClass_9e938f2c: + + # AkarshaT "It's just for fun, so they don't affect our grades or anything." + AkarshaT "São só pela diversão, então não afetam nossas provas nem nada." + +# game/1_akarsha.rpy:2110 +translate brazilian_portuguese enterClass_9de1f04a: + + # "Akarsha scans the 6 problems on her test." + "Akarsha olha os 6 problemas na prova dela." + +# game/1_akarsha.rpy:2112 +translate brazilian_portuguese enterClass_38e0597a: + + # AkarshaT "Usually three of the problems are freebies you'll get right if you have a brain." + AkarshaT "Normalmente pelo menos 3 desses problemas são uns \"gratuitos\" que você acerta se você tiver um cérebro." + +# game/1_akarsha.rpy:2113 +translate brazilian_portuguese enterClass_d5338a19: + + # AkarshaT "And then there's two you have to think about, and one hella tough one." + AkarshaT "Então tem dois que você realmente tem que pensar, e um muito difícil." + +# game/1_akarsha.rpy:2114 +translate brazilian_portuguese enterClass_19131eac: + + # AkarshaT "Better get to work..." + AkarshaT "Melhor eu começar..." + +# game/1_akarsha.rpy:2125 +translate brazilian_portuguese lunch_7c9aa6b8: + + # "On the way to lunch, Akarsha, Noelle, and Diya check notes on their answers." + "No caminho para o almoço, Akarsha, Noelle e Diya verificam suas anotações das suas respostas." + +# game/1_akarsha.rpy:2128 +translate brazilian_portuguese lunch_24ea0491: + + # Noelle "What did you all get on the last question?" + Noelle "O que vocês acharam na última questão?" + +# game/1_akarsha.rpy:2129 +translate brazilian_portuguese lunch_15019b05: + + # Noelle "The one about the diagonal passing through the 2012 x 2015 unit grid." + Noelle "Aquela sobre uma diagonal passando por uma grade de 2012 x 2015 unidades." + +# game/1_akarsha.rpy:2131 +translate brazilian_portuguese lunch_072b652f: + + # Diya "I drew the whole grid the best I could. Guessed 3800 based on that." + Diya "Eu desenhei a malha inteira o melhor que eu consegui. Chutei 3800 baseado nisso." + +# game/1_akarsha.rpy:2134 +translate brazilian_portuguese lunch_e2e1a16d: + + # "Aghast, Noelle drops her lunchbox as she pulls it from her locker, but Diya manages to catch it before it hits the ground." + "Surpresa, Noelle deixa cair sua lancheira ao puxá-la de seu armário, mas Diya consegue pegá-la antes que ela caia no chão." + +# game/1_akarsha.rpy:2137 +translate brazilian_portuguese lunch_f2411a7e: + + # Noelle "You DREW the grid?! There were thousands of units on each side!" with sshake + Noelle "Você DESENHOU a grade?! Tinha milhares de unidades em cada lado!" with sshake + +# game/1_akarsha.rpy:2139 +translate brazilian_portuguese lunch_478831a3: + + # Diya "Only roughly. I was running out of time." + Diya "Apenas aproximadamente. Eu estava ficando sem tempo." + +# game/1_akarsha.rpy:2141 +translate brazilian_portuguese lunch_4401decd: + + # Diya "Had one minute left and didn't know where to start." + Diya "Eu tinha um minuto sobrando e não sabia onde começar." + +# game/1_akarsha.rpy:2143 +translate brazilian_portuguese lunch_8c92c322: + + # Akarsha "The answer was 4026, right?" + Akarsha "A resposta era 4026, não?" + +# game/1_akarsha.rpy:2144 +translate brazilian_portuguese lunch_99368bea: + + # Akarsha "The diagonal goes through the first square at (0,0), and then another 2014 squares horizontally and 2011 squares vertically." + Akarsha "A diagonal ia pelo primeiro quadrado na coordenada (0,0) e depois por mais 2014 quadrados horizontalmente e 2011 quadrados verticalmente." + +# game/1_akarsha.rpy:2147 +translate brazilian_portuguese lunch_cae22d3a: + + # Noelle "That's what I got too!" + Noelle "Foi o que eu achei também!" + +# game/1_akarsha.rpy:2149 +translate brazilian_portuguese lunch_ee3280f5: + + # Akarsha "Yes! If {i}you{/i} got that, it's gotta be right." + Akarsha "Isso! Se {i}você{/i} achou isso, tem que estar certo." + +# game/1_akarsha.rpy:2152 +translate brazilian_portuguese lunch_1716c340: + + # "Min gives them a weird look as she joins them." + "Min dá um olhar estranho pra elas quando se junta ao grupo." + +# game/1_akarsha.rpy:2154 +translate brazilian_portuguese lunch_2cadbb36: + + # Min "The fuck's wrong with you...How excited can you get over a math problem?" + Min "Que porra tem de errado com vocês...Quão feliz vocês conseguem ficar por um problema de matemática?" + +# game/1_akarsha.rpy:2156 +translate brazilian_portuguese lunch_f6750dcd: + + # Akarsha "Clearly you've never known the high of finding out you got the same answer as the smartest kid in the class." + Akarsha "Claramente você nunca sentiu a felicidade de descobrir que achou a mesma resposta que a pessoa mais inteligente da sala." + +# game/1_akarsha.rpy:2159 +translate brazilian_portuguese lunch_c4416f5a: + + # "Noelle preens a little at the compliment." + "Noelle se envaidece um pouco com o elogio." + +# game/1_akarsha.rpy:2160 +translate brazilian_portuguese lunch_aa1e598c: + + # Noelle "That's an exaggeration." + Noelle "Isso é um exagero." + +# game/1_akarsha.rpy:2162 +translate brazilian_portuguese lunch_6505de42: + + # Diya "No, it's not." + Diya "Não, não é." + +# game/1_akarsha.rpy:2163 +translate brazilian_portuguese lunch_58714698: + + # Diya "No one else in our class got all six right last time." + Diya "Ninguém na nossa turma acertou as seis questões na última vez." + +# game/1_akarsha.rpy:2165 +translate brazilian_portuguese lunch_0699e4d5: + + # Akarsha "Wait, you got all six?!" + Akarsha "Espera, você acertou as seis?!" + +# game/1_akarsha.rpy:2166 +translate brazilian_portuguese lunch_d9fe49c8: + + # Akarsha "Don't they publish your name on a list or something online when that happens?" + Akarsha "Eles não publicam seu nome numa lista ou algo assim online quando isso acontece?" + +# game/1_akarsha.rpy:2169 +translate brazilian_portuguese lunch_89bece13: + + # Noelle "They do." + Noelle "Eles fazem isso." + +# game/1_akarsha.rpy:2171 +translate brazilian_portuguese lunch_c53ddf8d: + + # Akarsha "Dude, that's so impressive. The most I've ever managed was five." + Akarsha "Cara, isso é impressionante. O máximo que eu já consegui foi cinco." + +# game/1_akarsha.rpy:2174 +translate brazilian_portuguese lunch_46a539b6: + + # Noelle "Five is still perfectly respectable, though." + Noelle "Mas cinco também é perfeitamente respeitável." + +# game/1_akarsha.rpy:2175 +translate brazilian_portuguese lunch_34642e66: + + # Noelle "It means you're better at math than the vast majority of high schoolers. And that's including all the way up to grade twelve, not just our grade." + Noelle "Quer dizer que você é melhor que a maioria dos alunos de ensino médio em matemática. Isso inclui até o terceirão, não só o nosso ano." + +# game/1_akarsha.rpy:2177 +translate brazilian_portuguese lunch_a76d6fad: + + # Akarsha "Yeah, I guess so..." + Akarsha "É, acho que sim..." + +# game/1_akarsha.rpy:2179 +translate brazilian_portuguese lunch_bcbac494: + + # AkarshaT "It's seriously amazing that she's basically one of the smartest kids in the whole state." + AkarshaT "É realmente incrível que ela é basicamente uma das estudantes mais inteligentes de todo o estado." + +# game/1_akarsha.rpy:2180 +translate brazilian_portuguese lunch_020e483d: + + # AkarshaT "We're so different, but at the same time there's so many ways we're alike??" + AkarshaT "A gente é tão diferente, mas ao mesmo tempo tem tantas coisas que a gente se parece??" + +# game/1_akarsha.rpy:2181 +translate brazilian_portuguese lunch_3ceeef09: + + # AkarshaT "We're so compatible with each other...We're so perfect for each other..." + AkarshaT "A gente é tão compatível... Somos perfeitas uma pra outra..." + +# game/1_akarsha.rpy:2185 +translate brazilian_portuguese lunch_38ac0506: + + # "Min holds a door open for Diya as they walk over to their usual table." + "Min segura a porta para Diya passar enquanto elas caminham na direção de sua mesa de sempre." + +# game/1_akarsha.rpy:2189 +translate brazilian_portuguese lunch_bcc9caf2: + + # Min "After you, princess." + Min "Depois de você, princesa." + +# game/1_akarsha.rpy:2191 +translate brazilian_portuguese lunch_35d02abf: + + # Diya "Thanks..." + Diya "Obrigada..." + +# game/1_akarsha.rpy:2194 +translate brazilian_portuguese lunch_f4ec5db7: + + # AkarshaT "Hmm...Min always treats Diya like this even though Diya's strong enough to just smash a hole through the wall like the Kool-Aid Man." + AkarshaT "Hmm... Min sempre trata a Diya assim mesmo que a Diya seja forte o suficiente pra dar um soco atravessando a parede, que nem o Kool-Aid Man." + +# game/1_akarsha.rpy:2197 +translate brazilian_portuguese lunch_94039918: + + # AkarshaT "I guess Diya finds it romantic that Min is protective of her and stuff?" + AkarshaT "Eu acho que a Diya deve achar romântico que a Min seja protetora com ela ou algo assim?" + +# game/1_akarsha.rpy:2201 +translate brazilian_portuguese lunch_29c28bd5: + + # AkarshaT "Maybe if I try a move like that, Noelle'll fall for me!" + AkarshaT "Talvez se eu tentar algo assim, a Noelle vai se apaixonar por mim!" + +# game/1_akarsha.rpy:2205 +translate brazilian_portuguese lunch_99efb999: + + # "Once they've sat down, Noelle struggles to open her water bottle." + "Após elas se sentarem, Noelle tem dificuldades em abrir sua garrafa da água." + +# game/1_akarsha.rpy:2207 +translate brazilian_portuguese lunch_48ba9bfe: + + # Noelle "Ugh!" with sshake + Noelle "Ugh!" with sshake + +# game/1_akarsha.rpy:2210 +translate brazilian_portuguese lunch_e3cd6245: + + # AkarshaT "Diya must not have opened it for her like usual this morning! This is my chance!" + AkarshaT "Diya normalmente faz isso, porém ela ainda não abriu! Essa é minha chance!" + +# game/1_akarsha.rpy:2213 +translate brazilian_portuguese lunch_c84f1211: + + # Akarsha "Here, I got this babe." + Akarsha "Aqui, deixa que eu cuido disso linda." + +# game/1_akarsha.rpy:2215 +translate brazilian_portuguese lunch_6b20a26c: + + # "Akarsha snatches the bottle away from Noelle and tries to open it." + "Akarsha arranca a garrafa da mão de Noelle e tenta abrir." + +# game/1_akarsha.rpy:2218 +translate brazilian_portuguese lunch_8df7ba92: + + # Akarsha "*grunts* Nrg! Shit!" with sshake + Akarsha "*grunhidos* Nrg! Merda!" with sshake + +# game/1_akarsha.rpy:2220 +translate brazilian_portuguese lunch_ad16aeec: + + # AkarshaT "Urk! This is surprisingly hard!" + AkarshaT "Urk! Isso é surpreendentemente difícil!" + +# game/1_akarsha.rpy:2223 +translate brazilian_portuguese lunch_f81e7602: + + # Noelle "And they say chivalry is dead." + Noelle "E ainda dizem que o cavalheirismo está morto." + +# game/1_akarsha.rpy:2226 +translate brazilian_portuguese lunch_61fd0b77: + + # Noelle "You disgust me." + Noelle "Você me dá nojo." + +# game/1_akarsha.rpy:2229 +translate brazilian_portuguese lunch_b8b94652: + + # Akarsha "Whuh?! I was just tryin' to help!" with sshake + Akarsha "Whuh?! Eu só estava tentando ajudar!" with sshake + +# game/1_akarsha.rpy:2232 +translate brazilian_portuguese lunch_288bdbe9: + + # Noelle "You were smirking condescendingly as you took the bottle from me!" + Noelle "Você estava sorrindo de forma arrogante enquanto pegava a garrafa de mim!" + +# game/1_akarsha.rpy:2235 +translate brazilian_portuguese lunch_2e1e23c6: + + # Akarsha "Was not!" + Akarsha "Não estava!" + +# game/1_akarsha.rpy:2238 +translate brazilian_portuguese lunch_8cfa65ca: + + # Diya "Was too. You were smiling weird." + Diya "Estava sim. Você estava sorrindo esquisito." + +# game/1_akarsha.rpy:2241 +translate brazilian_portuguese lunch_56a8d058: + + # Akarsha "Wha...was I?!" + Akarsha "Qu...eu estava?!" + +# game/1_akarsha.rpy:2243 +translate brazilian_portuguese lunch_f2d68ebe: + + # "Noelle hands the water bottle to Diya with a huff." + "Noelle dá a garrafa de água para Diya com um suspiro." + +# game/1_akarsha.rpy:2245 +translate brazilian_portuguese lunch_4dff044a: + + # AkarshaT "Okay, that could've gone better." + AkarshaT "Okay, isso poderia ter sido melhor." + +# game/1_akarsha.rpy:2247 +translate brazilian_portuguese lunch_bc4bbe0d: + + # AkarshaT "Luckily, I've got one last trick up my sleeve." + AkarshaT "Felizmente, eu tenho um último truque em minhas mangas." + +# game/1_akarsha.rpy:2252 +translate brazilian_portuguese earthquake_3a869810: + + # "Before fifth period begins, Akarsha schemes at her desk." + "Antes do quinto período começar, Akarsha faz planos em sua mesa." + +# game/1_akarsha.rpy:2254 +translate brazilian_portuguese earthquake_77b3c7e3: + + # AkarshaT "Acting sad 'cause no one was into me didn't work, so I should try the opposite tactic." + AkarshaT "Agir de forma triste porque ninguém gosta de mim não funcionou, então eu deveria tentar a tática oposta." + +# game/1_akarsha.rpy:2256 +translate brazilian_portuguese earthquake_11f810d9: + + # AkarshaT "I'll make Noelle think dudes are falling for me left and right." + AkarshaT "Vou fazer a Noelle pensar que tem um monte de caras dando em cima de mim." + +# game/1_akarsha.rpy:2257 +translate brazilian_portuguese earthquake_c675a3f9: + + # AkarshaT "So if she likes me, she'll feel pressured to take action or else I'll be stolen from right under her nose!" + AkarshaT "Então, se ela gostar de mim, ela vai se sentir pressionada a agir, se não eu serei roubada bem debaixo do nariz dela!" + +# game/1_akarsha.rpy:2258 +translate brazilian_portuguese earthquake_6919113d: + + # AkarshaT "I won't be on the market for long. I'm a limited time offer!" + AkarshaT "Não estou em estoque por muito tempo, sou uma oferta limitada!" + +# game/1_akarsha.rpy:2260 +translate brazilian_portuguese earthquake_ac3c7a41: + + # "Akarsha goes over to annoy Noelle at her desk. Noelle puts down the thick tome she's reading to give Akarsha her undivided attention." + "Akarsha vai irritar Noelle em sua mesa. Noelle larga o grosso livro que está lendo para dar a Akarsha toda a sua atenção." + +# game/1_akarsha.rpy:2262 +translate brazilian_portuguese earthquake_f4a86317: + + # Noelle "Yes?" + Noelle "Sim?" + +# game/1_akarsha.rpy:2264 +translate brazilian_portuguese earthquake_af835787: + + # Akarsha "Can I tell you something?" + Akarsha "Posso te falar algo?" + +# game/1_akarsha.rpy:2267 +translate brazilian_portuguese earthquake_7d9228ae: + + # Noelle "...I'll allow it." + Noelle "...Vou permitir." + +# game/1_akarsha.rpy:2269 +translate brazilian_portuguese earthquake_6f7a4ad5: + + # AkarshaT "\"I'll allow it\"?? Who talks like that? What are you, a judge?" + AkarshaT "\"Vou permitir\"?? Quem fala assim? Você é uma juíza por acaso?" + +# game/1_akarsha.rpy:2270 +translate brazilian_portuguese earthquake_e6dd7ed8: + + # AkarshaT "I love you..." + AkarshaT "Eu te amo..." + +# game/1_akarsha.rpy:2272 +translate brazilian_portuguese earthquake_bff47ae5: + + # Akarsha "So yesterday, I was RPing with one of my online pals, Xx_ChibiAzn_xX, on AnimeCrazy.net. And he asked me to be his forum GF!" + Akarsha "Então, ontem, eu estava fazendo RP com um dos meus parças online, Xx_ChibiAzn_xX, no AnimeCrazy.net. E ele pediu pra eu ser a webnamorada dele!" + +# game/1_akarsha.rpy:2273 +translate brazilian_portuguese earthquake_e7c10606: + + # Akarsha "I turned him down, of course." + Akarsha "Eu neguei ele, óbvio." + +# game/1_akarsha.rpy:2274 +translate brazilian_portuguese earthquake_6aa88510: + + # Akarsha "But I'm so popular, this happens all the time!" + Akarsha "Mas eu sou tão popular, isso acontece sempre!" + +# game/1_akarsha.rpy:2277 +translate brazilian_portuguese earthquake_723df941: + + # Noelle "...Never mind. Forget I asked." + Noelle "...Esquece. Finge que eu não perguntei." + +# game/1_akarsha.rpy:2279 +translate brazilian_portuguese earthquake_08756f27: + + # AkarshaT "Huh?! She doesn't sound remotely interested!" + AkarshaT "Huh?! Ela não parece minimamente interessada!" + +# game/1_akarsha.rpy:2286 +translate brazilian_portuguese earthquake_e133cd0d: + + # "Suddenly, a sharp tremor rattles Noelle's desk." + "De repente, um forte tremor atinge a mesa de Noelle." + +# game/1_akarsha.rpy:2288 +translate brazilian_portuguese earthquake_161b5f64: + + # Noelle "Quit shaking my desk." + Noelle "Para de balançar minha mesa." + +# game/1_akarsha.rpy:2290 +translate brazilian_portuguese earthquake_2c061390: + + # Akarsha "But I'm NOT shaking it?" + Akarsha "Mas eu NÃO estou balançando ela?" + +# game/1_akarsha.rpy:2293 +translate brazilian_portuguese earthquake_1c4539df: + + # "Noelle and Akarsha look at one another, then at their violently shaking surroundings." + "Noelle e Akarsha olham uma pra outra, e então aos seus arredores que tremem violentamente." + +# game/1_akarsha.rpy:2296 +translate brazilian_portuguese earthquake_3afcd917: + + # Akarsha "{big=+20}THERE'S A GHOST?!?{/big}" with sshake + Akarsha "{big=+20}TEM UM FANTASMA?!?{/big}" with sshake + +# game/1_akarsha.rpy:2300 +translate brazilian_portuguese earthquake_f5344444: + + # Noelle "YOU MEAN {big=+20}{i}EARTHQUAKE???{/i}{/big}" with sshake + Noelle "VOCÊ QUER DIZER UM {big=+20}TERREMOTO???{/big}" with sshake + +# game/1_akarsha.rpy:2302 +translate brazilian_portuguese earthquake_ef9c0a7c: + + # Akarsha "Oh, yeah, earthquake!" + Akarsha "Ah sim, um terremoto!" + +# game/1_akarsha.rpy:2305 +translate brazilian_portuguese earthquake_ec81b4bf: + + # "There's a commotion as Diya and the others crawl under their desks for cover as taught by years of earthquake drills." + "Há uma comoção enquanto Diya e os outros se abaixam embaixo de suas mesas para se protegerem, ensinados pelos anos de treinamentos contra terremotos." + +# game/1_akarsha.rpy:2306 +translate brazilian_portuguese earthquake_e281d936: + + # "Without thinking, Akarsha dives under Noelle's desk, leaving Noelle sitting dumbly in her chair." + "Sem pensar, Akarsha mergulha sob a mesa de Noelle, deixando Noelle sentada em silêncio em sua cadeira." + +# game/1_akarsha.rpy:2309 +translate brazilian_portuguese earthquake_35112c36: + + # Noelle "AKARSHA!!! WHAT AM I SUPPOSED TO HIDE UNDER NOW??!" with sshake + Noelle "AKARSHA!!! NO QUE EU DEVERIA ME ESCONDER EM BAIXO AGORA??!" with sshake + +# game/1_akarsha.rpy:2311 +translate brazilian_portuguese earthquake_2995ef0c: + + # Akarsha "Oops! Why don't you squeeze under here, too?" + Akarsha "Oops! Por que você não se aperta aqui em baixo também?" + +# game/1_akarsha.rpy:2316 +translate brazilian_portuguese earthquake_4d5645d6: + + # "Akarsha tries to make room for Noelle as she stiffly crawls under the desk." + "Akarsha tenta abrir espaço para Noelle enquanto ela rasteja rigidamente para debaixo da mesa." + +# game/1_akarsha.rpy:2317 +translate brazilian_portuguese earthquake_d619d7bb: + + # "Every single one of Noelle's joints pop as she crouches into place. They're so close, Akarsha can feel the heat radiating off Noelle's skin." + "Cada uma das juntas de Noelle estala quando ela se agacha no lugar. Elas estão tão próximos que Akarsha pode sentir o calor irradiando da pele de Noelle." + +# game/1_akarsha.rpy:2318 +translate brazilian_portuguese earthquake_48035f81: + + # AkarshaT "Is it just me, or is this like, really romantic??" + AkarshaT "É impressão minha, ou isso é tipo, muito romântico??" + +# game/1_akarsha.rpy:2319 +translate brazilian_portuguese earthquake_2c17bfd3: + + # AkarshaT "Nah, I'm just overthinking it...I gotta look at this objectively..." + AkarshaT "Nah, eu estou pensando demais...Tenho que olhar pra isso objetivamente..." + +# game/1_akarsha.rpy:2320 +translate brazilian_portuguese earthquake_e35dbd6b: + + # "Scowling, Noelle readjusts herself and brushes her hand against Akarsha's." + "Carrancuda, Noelle se reajusta e roça sua mão na de Akarsha." + +# game/1_akarsha.rpy:2321 +translate brazilian_portuguese earthquake_ab0fbc8b: + + # AkarshaT "No way...Does this mean what I think it means?!" + AkarshaT "Nem ferrando...Será que isso quer dizer o que eu acho que quer dizer?!" + +# game/1_akarsha.rpy:2322 +translate brazilian_portuguese earthquake_24dbfb0b: + + # AkarshaT "She must've done that because she secretly likes me! Confirmed!!" with sshake + AkarshaT "Ela deve ter feito isso porque ela secretamente gosta de mim! Confirmado!!" with sshake + +# game/1_akarsha.rpy:2327 +translate brazilian_portuguese earthquake_1478c377: + + # Noelle "......." + Noelle "......." + +# game/1_akarsha.rpy:2328 +translate brazilian_portuguese earthquake_117be23f: + + # Akarsha "......." + Akarsha "......." + +# game/1_akarsha.rpy:2329 +translate brazilian_portuguese earthquake_cd62d3b0: + + # Noelle "I think it's stopped." + Noelle "Acho que parou." + +# game/1_akarsha.rpy:2335 +translate brazilian_portuguese earthquake_8e7e717f: + + # "Noelle clambers back to her feet in a hurry." + "Noelle volta a ficar de pé rapidamente." + +# game/1_akarsha.rpy:2336 +translate brazilian_portuguese earthquake_3b7b1b5c: + + # Noelle "I can't believe you!" + Noelle "Eu não acredito que você fez isso!" + +# game/1_akarsha.rpy:2337 +translate brazilian_portuguese earthquake_a7edef31: + + # Noelle "I could have perished because of your selfishness!" + Noelle "Eu poderia ter morrido por culpa do seu egoísmo!" + +# game/1_akarsha.rpy:2339 +translate brazilian_portuguese earthquake_8b07ae0f: + + # Akarsha "But you didn't! Talk about a win-win situation." + Akarsha "Mas você não morreu! Pensa numa situação de vitória mútua." + +# game/1_akarsha.rpy:2341 +translate brazilian_portuguese earthquake_b7a60ec3: + + # AkarshaT "What're the odds of an earthquake happening right as we were talking to each other?" + AkarshaT "Quais as chances de um terremoto acontecer bem quando a gente estava falando uma com a outra?" + +# game/1_akarsha.rpy:2342 +translate brazilian_portuguese earthquake_2037cd4d: + + # AkarshaT "Maybe it's a sign from the universe that we're soul mates!" + AkarshaT "Talvez seja um sinal do universo que nós somos almas gêmeas!" + +# game/1_akarsha.rpy:2344 +translate brazilian_portuguese earthquake_397d0fad: + + # AkarshaT "I mean, think about it. What's more likely, that this was a coincidence? Or that the world revolves around me, and it's trying to tell me something?" + AkarshaT "Quero dizer, para pra pensar. O que é mais provável, que isso foi uma coincidência? Ou que o mundo gira em volta de mim e está tentando me falar algo?" + +# game/1_akarsha.rpy:2345 +translate brazilian_portuguese earthquake_3bf97989: + + # AkarshaT "It's obviously the second one!" + AkarshaT "É obviamente o segundo!" + +# game/1_akarsha.rpy:2356 +translate brazilian_portuguese failedConfession_5ada2de0: + + # "Akarsha comes home giddy with the private conviction that Noelle likes her back." + "Akarsha chega em casa feliz com a convicção particular de que Noelle também gosta dela." + +# game/1_akarsha.rpy:2357 +translate brazilian_portuguese failedConfession_b5391cc2: + + # "In spurt of reckless courage, she boots up the family desktop in the computer room after dinner." + "Em um surto de coragem, Akarsha inicia o computador de sua família após jantar." + +# game/1_akarsha.rpy:2359 +translate brazilian_portuguese failedConfession_a8c4d599: + + # AkarshaT "Okay...I'm gonna confess my love to her!" + AkarshaT "Okay...Vou confessar meu amor para ela!" + +# game/1_akarsha.rpy:2360 +translate brazilian_portuguese failedConfession_d589feac: + + # AkarshaT "I have a really good feeling about this!" + AkarshaT "Eu tenho um pressentimento muito bom sobre isso!" + +# game/1_akarsha.rpy:2364 +translate brazilian_portuguese failedConfession_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/1_akarsha.rpy:2365 +translate brazilian_portuguese failedConfession_f7b39a74: + + # cAkarsha "hey" + cAkarsha "ei" + +# game/1_akarsha.rpy:2366 +translate brazilian_portuguese failedConfession_52b966ff: + + # cSame "do u have a minute" + cSame "ce tem um minuto" + +# game/1_akarsha.rpy:2367 +translate brazilian_portuguese failedConfession_4530ee73: + + # cNoelle "Why is your display name \"Certified Brain Genius\"?" + cNoelle "Por que o seu username é \"Gênia Cerebral Certificada\"?" + +# game/1_akarsha.rpy:2368 +translate brazilian_portuguese failedConfession_2bebd93c: + + # cAkarsha "uh becuase i am one? duh" + cAkarsha "uh porqeu eu sou uma? duh" + +# game/1_akarsha.rpy:2369 +translate brazilian_portuguese failedConfession_915918f1: + + # cNoelle "WHAT DIFFERENCE IS THERE BETWEEN A GENIUS AND A \"BRAIN GENIUS\"??" + cNoelle "QUAL A DIFERENÇA ENTRE UM GÊNIO E UM \"GÊNIO CEREBRAL\"??" + +# game/1_akarsha.rpy:2370 +translate brazilian_portuguese failedConfession_8a8d4a43: + + # cSame "IT'S A POINTLESS DISTINCTION!" + cSame "É UMA DISTINÇÃO SEM SENTIDO!" + +# game/1_akarsha.rpy:2371 +translate brazilian_portuguese failedConfession_8a0b245d: + + # cAkarsha "no no they're obviously different" + cAkarsha "nao nao sao coisas completamente diferentes" + +# game/1_akarsha.rpy:2372 +translate brazilian_portuguese failedConfession_0355095c: + + # cNoelle "Did you change it to this just to annoy me?!" + cNoelle "Por acaso você mudou só pra me irritar?!" + +# game/1_akarsha.rpy:2373 +translate brazilian_portuguese failedConfession_e1b4617c: + + # cAkarsha "idk what ur talking about and i dont appreciate u questioning my certification -_-" + cAkarsha "eu nsei doq voce ta falando e nao aprecio voce questionando minha certificaçao -_-" + +# game/1_akarsha.rpy:2374 +translate brazilian_portuguese failedConfession_12824d77: + + # cSame "we ladies need to uplift each other!!" + cSame "nos mulheres precisamos apoiar umas as outras!!" + +# game/1_akarsha.rpy:2375 +translate brazilian_portuguese failedConfession_a659f2fc: + + # cSame "no point in having 2 queens fight" + cSame "nao tem sentido em botar duas rainhas pra brigar" + +# game/1_akarsha.rpy:2376 +translate brazilian_portuguese failedConfession_6f670f39: + + # cNoelle "QUEENS??" + cNoelle "RAINHAS??" + +# game/1_akarsha.rpy:2377 +translate brazilian_portuguese failedConfession_28bbe7c8: + + # cSame "RIGHT NOW I SEE YOU AS NOTHING BUT AN ENEMY TO BE OBLITERATED." + cSame "EU AGORA NÃO TE VEJO COMO NADA ALÉM DE UM INIMIGO A SER OBLITERADO." + +# game/1_akarsha.rpy:2378 +translate brazilian_portuguese failedConfession_966a93ca: + + # cAkarsha "ok can we circle back to this later?" + cAkarsha "ok podemos voltar nisso depois?" + +# game/1_akarsha.rpy:2379 +translate brazilian_portuguese failedConfession_138a3bd5: + + # cSame "thats not why messaged you" + cSame "nao e por isso que eu te mandei mensagem" + +# game/1_akarsha.rpy:2380 +translate brazilian_portuguese failedConfession_9a2ad2c6: + + # cNoelle "Why did you message me, then?" + cNoelle "Por que você me mandou mensagem, então?" + +# game/1_akarsha.rpy:2381 +translate brazilian_portuguese failedConfession_ba708bd3: + + # cAkarsha "i have to tell yuo something" + cAkarsha "eu tenho qeu te flar algo" + +# game/1_akarsha.rpy:2382 +translate brazilian_portuguese failedConfession_4d722a60: + + # cNoelle "What is it?" + cNoelle "O que é?" + +# game/1_akarsha.rpy:2383 +translate brazilian_portuguese failedConfession_6d80717c: + + # cAkarsha "i" + cAkarsha "eu" + +# game/1_akarsha.rpy:2384 +translate brazilian_portuguese failedConfession_a82300be: + + # cSame "uh" + cSame "uh" + +# game/1_akarsha.rpy:2385 +translate brazilian_portuguese failedConfession_23c5da08: + + # cSame "man this is hard to say" + cSame "nossa isso é dificil de dizer" + +# game/1_akarsha.rpy:2386 +translate brazilian_portuguese failedConfession_d2d4ebc1: + + # cSame "^__^;;;;;;" + cSame "^__^;;;;;;" + +# game/1_akarsha.rpy:2387 +translate brazilian_portuguese failedConfession_f5702156: + + # cSame "i kinda have a crush on you" + cSame "eu meio que tenho um crush em ti" + +# game/1_akarsha.rpy:2388 +translate brazilian_portuguese failedConfession_0381fa1b: + + # cNoelle "Er..." + cNoelle "Er..." + +# game/1_akarsha.rpy:2389 +translate brazilian_portuguese failedConfession_16eac652: + + # cSame "What?" + cSame "O quê?" + +# game/1_akarsha.rpy:2390 +translate brazilian_portuguese failedConfession_20630ef3: + + # cSame "You're joking, right?" + cSame "Você está brincando, certo?" + +# game/1_akarsha.rpy:2394 +translate brazilian_portuguese failedConfession_2476b152: + + # "Akarsha's stomach drops as Noelle's flat response flashes on the screen." + "As expectativas de Akarsha caem quando a resposta fria de Noelle aparece em sua tela." + +# game/1_akarsha.rpy:2396 +translate brazilian_portuguese failedConfession_9bdb57eb: + + # AkarshaT "Crap. That's not what I was expecting..." + AkarshaT "Merda. Não era isso o que eu estava esperando...." + +# game/1_akarsha.rpy:2397 +translate brazilian_portuguese failedConfession_d7779c0a: + + # AkarshaT "If she really liked me, she would've jumped at the chance to say she felt the same way!" + AkarshaT "Se ela realmente gostasse de mim, ela teria pulado na oportunidade pra falar que gosta de mim também!" + +# game/1_akarsha.rpy:2398 +translate brazilian_portuguese failedConfession_1152899f: + + # AkarshaT "I know {i}I{/i} would've..." + AkarshaT "Eu sei que {i}eu{/i} teria..." + +# game/1_akarsha.rpy:2400 +translate brazilian_portuguese failedConfession_2b0fa1e5: + + # AkarshaT "Which means...I was overthinking all our interactions after all..." + AkarshaT "O que quer dizer... Que eu realmente estava pensando demais sobre nossas interações afinal..." + +# game/1_akarsha.rpy:2401 +translate brazilian_portuguese failedConfession_771d952f: + + # AkarshaT "I'm not a certified brain genius anymore. I've made a grave mistake!!" + AkarshaT "Não sou mais uma gênia cerebral certificada mais. Eu cometi um erro gravíssimo!!" + +# game/1_akarsha.rpy:2404 +translate brazilian_portuguese failedConfession_bef5eee4: + + # AkarshaT "Abort mission! Abort!!" with sshake + AkarshaT "Abortar missão! Abortar!!" with sshake + +# game/1_akarsha.rpy:2408 +translate brazilian_portuguese failedConfession_6c898b58: + + # cAkarsha "uh" + cAkarsha "uh" + +# game/1_akarsha.rpy:2409 +translate brazilian_portuguese failedConfession_cfab3a9e: + + # cSame "just kidding!!!" + cSame "só brincando!!!" + +# game/1_akarsha.rpy:2410 +translate brazilian_portuguese failedConfession_2823a0a8: + + # cSame "that was my brother xD" + cSame "foi meu irmão xD" + +# game/1_akarsha.rpy:2411 +translate brazilian_portuguese failedConfession_d6ca2fcc: + + # cNoelle "Your brother...?" + cNoelle "Seu irmão..?" + +# game/1_akarsha.rpy:2412 +translate brazilian_portuguese failedConfession_72118dc4: + + # cAkarsha "ya he took the keyboard and typed that as a joke" + cAkarsha "é ele pegou o teclado e mandou isso brincando" + +# game/1_akarsha.rpy:2413 +translate brazilian_portuguese failedConfession_0f8056f0: + + # cSame "i cant believe he did that o.O" + cSame "não acredito que ele fez isso o.O" + +# game/1_akarsha.rpy:2414 +translate brazilian_portuguese failedConfession_ba10194c: + + # cSame "like id ever say anything that crazeh! e_e" + cSame "como se eu fosse dizer algo maluco assim! e_e" + +# game/1_akarsha.rpy:2415 +translate brazilian_portuguese failedConfession_3779265e: + + # cNoelle "I see..." + cNoelle "Entendi..." + +# game/1_akarsha.rpy:2416 +translate brazilian_portuguese failedConfession_06bdf062: + + # cAkarsha "just forget this ever happened ok? my bros so random lolll" + cAkarsha "só esqueça q isso aconteceu ok? meu irmão é mó aleatório lolll" + +# game/1_akarsha.rpy:2417 +translate brazilian_portuguese failedConfession_c2256f7d: + + # cSame "i gtg now bye!!" + cSame "tenho q ir agr tchau!!" + +# game/1_akarsha.rpy:2419 +translate brazilian_portuguese failedConfession_76b2fe88: + + # nvl clear + nvl clear + +# game/1_akarsha.rpy:2423 +translate brazilian_portuguese shesTheMan_d1ee50bf: + + # "Akarsha powers the family desktop off, her heart pounding a mile a minute." + "Akarsha desliga o computador da família, o coração dela batendo a mil por hora." + +# game/1_akarsha.rpy:2425 +translate brazilian_portuguese shesTheMan_c5600f8a: + + # AkarshaT "That was a close one...I somehow salvaged that and escaped unscathed..." + AkarshaT "Essa foi por pouco... De alguma forma eu salvei isso e escapei ilesa..." + +# game/1_akarsha.rpy:2426 +translate brazilian_portuguese shesTheMan_f455912c: + + # AkarshaT "Apart from my heart being broken into a thousand smithereens, I mean..." + AkarshaT "Isso sem considerar meu coração estar quebrado em milhares de cacos, no caso..." + +# game/1_akarsha.rpy:2432 +translate brazilian_portuguese shesTheMan_066ee45b: + + # "Akarsha dramatically throws herself onto the sofa in the living room." + "Akarsha dramaticamente se joga no sofá de sua sala." + +# game/1_akarsha.rpy:2434 +translate brazilian_portuguese shesTheMan_40499fe6: + + # "Used to this, her brother offers her a piece of candy." + "Acostumado com isso, o irmão dele oferece pra ela uma bala." + +# game/1_akarsha.rpy:2436 +translate brazilian_portuguese shesTheMan_cb1c371e: + + # Pratik "Want a Hi-Chew?" + Pratik "Quer uma 7Belo?" + +# game/1_akarsha.rpy:2438 +translate brazilian_portuguese shesTheMan_105f20af: + + # Akarsha "No, thanks." + Akarsha "Não, valeu." + +# game/1_akarsha.rpy:2441 +translate brazilian_portuguese shesTheMan_b4e41abc: + + # Dad "Don't eat too many of those. They have dangerous oils in them." + Dad "Não coma muitas balas. Tem óleos perigosos nelas." + +# game/1_akarsha.rpy:2443 +translate brazilian_portuguese shesTheMan_1ad54d6f: + + # Pratik "Okay, Dad..." + Pratik "Okay, Pai..." + +# game/1_akarsha.rpy:2447 +translate brazilian_portuguese shesTheMan_c432da8e: + + # "Her mom goes into the room Akarsha just left to switch off the light." + "A mãe de Akarsha vai à sala que Akarsha acabou de sair para desligar a luz." + +# game/1_akarsha.rpy:2449 +translate brazilian_portuguese shesTheMan_72012e2a: + + # Mom "What is this — Diwali?!" + Mom "O que é isso — Diwali?!" + +# game/1_akarsha.rpy:2451 +translate brazilian_portuguese shesTheMan_5f9074e2: + + # Akarsha "Oops. Sorry, I was having a meltdown and forgot..." + Akarsha "Oops. Desculpa, eu tava tendo um treco e esqueci..." + +# game/1_akarsha.rpy:2454 +translate brazilian_portuguese shesTheMan_5e684a65: + + # Dad "Want to watch a funny movie with us? It'll make you feel better." + Dad "Quer assistir uma comédia com a gente? Vai fazer você se sentir melhor." + +# game/1_akarsha.rpy:2456 +translate brazilian_portuguese shesTheMan_c36f4f16: + + # Akarsha "What's the movie?" + Akarsha "Qual o filme?" + +# game/1_akarsha.rpy:2458 +translate brazilian_portuguese shesTheMan_3cdc0ede: + + # Dad "She's the Man. We just need to wait two minutes, it starts on TV at seven." + Dad "Ela é o Cara. Nós só precisamos esperar dois minutos, ele começa na TV às sete." + +# game/1_akarsha.rpy:2460 +translate brazilian_portuguese shesTheMan_d7e4f85e: + + # "The movie kicks off with the teenage heroine making out with her boyfriend." + "O filme começa com a heroína adolescente dando uns amassos no namorado." + +# game/1_akarsha.rpy:2462 +translate brazilian_portuguese shesTheMan_54605496: + + # Mom "Ew. Gross." + Mom "Ew. Nojento." + +# game/1_akarsha.rpy:2465 +translate brazilian_portuguese shesTheMan_eabf9a22: + + # Akarsha "I dunno...{w=0.35}Wish that were me..." + Akarsha "Eu não sei...{w=0.35}Queria que fosse eu..." + +# game/1_akarsha.rpy:2466 +translate brazilian_portuguese shesTheMan_aa9127ac: + + # AkarshaT "We would've been so cute together......" + AkarshaT "Nós teriamos sido tão fofas juntas......" + +# game/1_akarsha.rpy:2467 +translate brazilian_portuguese shesTheMan_8c6abdb4: + + # AkarshaT "We belong together! We should be dating!" + AkarshaT "Nós pertencemos uma a outra! A gente deveria estar namorando!" + +# game/1_akarsha.rpy:2468 +translate brazilian_portuguese shesTheMan_2d918274: + + # AkarshaT "I was hoping so bad Noelle could see that, too." + AkarshaT "Eu realmente estava esperando que a Noelle pudesse ver isso, também." + +# game/1_akarsha.rpy:2469 +translate brazilian_portuguese shesTheMan_212f9084: + + # AkarshaT "It just really hurts to know she doesn't feel the same way." + AkarshaT "Realmente doí saber que o sentimento não é recíproco." + +# game/1_akarsha.rpy:2472 +translate brazilian_portuguese shesTheMan_660e1415: + + # Dad "Oh! This actress makes a very handsome boy." + Dad "Oh! Essa atriz faz um belo rapaz." + +# game/1_akarsha.rpy:2473 +translate brazilian_portuguese shesTheMan_79ab8c2d: + + # Dad "She would've tricked me." + Dad "Ela quase me enganou." + +# game/1_akarsha.rpy:2475 +translate brazilian_portuguese shesTheMan_66a57bf1: + + # Mom "She would've tricked you?!" + Mom "Ela quase te enganou?!" + +# game/1_akarsha.rpy:2477 +translate brazilian_portuguese shesTheMan_d84c92f1: + + # Dad "Beti, do you know how to do this?" + Dad "Beti, você sabe como fazer isso?" + +# game/1_akarsha.rpy:2479 +translate brazilian_portuguese shesTheMan_6798b12e: + + # Akarsha "Do what? Disguise myself as a guy?" + Akarsha "Isso o quê? Me disfarçar de menino?" + +# game/1_akarsha.rpy:2482 +translate brazilian_portuguese shesTheMan_819ac32d: + + # Mom "What kind of question is that? You're so weird." + Mom "Que tipo de pergunta é essa? Você é tão estranho." + +# game/1_akarsha.rpy:2484 +translate brazilian_portuguese shesTheMan_fa7e6773: + + # "It's a fun movie, but watching all the characters happily pair up after their wacky teen hijinks just makes Akarsha's chest ache even more." + "É um filme divertido, mas ver todos os personagens se unirem em casais de forma feliz após seus problemas bobos de adolescente faz o peito de Akarsha doer ainda mais." + +# game/1_akarsha.rpy:2485 +translate brazilian_portuguese shesTheMan_1bda8106: + + # "Seeing the forlorn expression on her face, her dad pats her on the shoulder." + "Vendo a expressão desamparada em seu rosto, seu pai dá um tapinha em seu ombro." + +# game/1_akarsha.rpy:2487 +translate brazilian_portuguese shesTheMan_2c2f9fbc: + + # Dad "Cheer up." + Dad "Se anima." + +# game/1_akarsha.rpy:2488 +translate brazilian_portuguese shesTheMan_ca9bee84: + + # Dad "If you really don't want to be a doctor, you can become a movie star instead." + Dad "Se você realmente não quer ser uma médica, você pode ser uma estrela do cinema em vez disso." + +# game/1_akarsha.rpy:2490 +translate brazilian_portuguese shesTheMan_bab2621b: + + # Mom "What are you saying?!" + Mom "Do quê você está falando?!" + +# game/1_akarsha.rpy:2492 +translate brazilian_portuguese shesTheMan_3a244893: + + # Dad "I think it will be cool if Akarsha becomes a famous movie star. If she's rich, we can live in the mountains." + Dad "Eu acho que seria legal se a Akarsha virasse uma estrela de cinema. Se ela ficar rica, podemos viver nas montanhas." + +# game/1_akarsha.rpy:2493 +translate brazilian_portuguese shesTheMan_676955c7: + + # Dad "We can be like, in the wild." + Dad "Podemos ficar tipo, na natureza." + +# game/1_akarsha.rpy:2496 +translate brazilian_portuguese shesTheMan_5188f404: + + # Mom "Why would we want that???" with sshake + Mom "Por que iríamos querer isso???" with sshake + +# game/1_akarsha.rpy:2498 +translate brazilian_portuguese shesTheMan_59d75ac0: + + # Dad "You can do it, beti. I believe." + Dad "Você consegue, beti. Eu acredito em você." + +# game/1_akarsha.rpy:2501 +translate brazilian_portuguese shesTheMan_6e91f369: + + # AkarshaT "My parents have such high hopes for me, but all I do is waste the opportunities they worked so hard to give me." + AkarshaT "Meus pais tem altas expectativas de mim, mas tudo o que eu faço é perder as oportunidades que eles trabalharam tanto para eu ter." + +# game/1_akarsha.rpy:2503 +translate brazilian_portuguese shesTheMan_e935c49c: + + # AkarshaT "I have literally nothing going for me...I'm legitimately such a waste of time and resources." + AkarshaT "Não tenho literalmente nada a meu favor... Sou legitimamente uma perda de tempo e recursos." + +# game/1_akarsha.rpy:2508 +translate brazilian_portuguese shesTheMan_803db465: + + # AkarshaT "How do people manage to have their first kiss in kindergarten and stuff?" + AkarshaT "Como que as pessoas conseguem ter seu primeiro beijo no jardim de infância e coisa assim?" + +# game/1_akarsha.rpy:2509 +translate brazilian_portuguese shesTheMan_c9c8d844: + + # AkarshaT "Why doesn't anyone wanna kiss {i}me{/i}?? Am I that unlikeable?" + AkarshaT "Por que ninguém que {i}me{/i} beijar?? Eu sou tão não gostável assim?" + +# game/1_akarsha.rpy:2510 +translate brazilian_portuguese shesTheMan_541c1f9b: + + # AkarshaT "It feels like such a remote thing that I can't imagine it {i}ever{/i} happening to me." + AkarshaT "Parece algo tão remoto que não consigo nem imaginar isso {i}sequer{/i} acontecendo comigo." + +# game/1_akarsha.rpy:2511 +translate brazilian_portuguese shesTheMan_97f655d7: + + # AkarshaT "I've never even held someone's hand or been in any kind of relationship." + AkarshaT "Eu nunca nem segurei a mão de alguém ou estive em qualquer tipo de relacionamento." + +# game/1_akarsha.rpy:2512 +translate brazilian_portuguese shesTheMan_fc963cdb: + + # AkarshaT "At this rate I'm gonna go through my entire life without ever getting kissed." + AkarshaT "Desse jeito vou passar minha vida inteira sem nunca ter beijado." + +# game/1_akarsha.rpy:2513 +translate brazilian_portuguese shesTheMan_e8918134: + + # AkarshaT "What's even the point of me staying alive? There's nothing for me to look forward to." + AkarshaT "Qual é o ponto de eu estar viva? Não tenho nenhuma esperança para o futuro." + +# game/1_akarsha.rpy:2514 +translate brazilian_portuguese shesTheMan_e8e3d7eb: + + # AkarshaT "Everything just feels so unattainable." + AkarshaT "Tudo só parece inalcançável." + +# game/1_akarsha.rpy:2524 +translate brazilian_portuguese minChat_c034540d: + + # "Once the end credits roll, she dejectedly texts Min on her phone." + "Assim que os créditos começam a rolar, ela desanimadamente manda uma mensagem para Min de seu celular." + +# game/1_akarsha.rpy:2526 +translate brazilian_portuguese minChat_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/1_akarsha.rpy:2528 +translate brazilian_portuguese minChat_277bb270: + + # cAkarsha "i read online that its healthy to wallow in sadness" + cAkarsha "eu li online que é saudavel se afundar em tristeza" + +# game/1_akarsha.rpy:2529 +translate brazilian_portuguese minChat_7dc1384b: + + # cSame "for up to 1 hour a day" + cSame "por uma hora por dia" + +# game/1_akarsha.rpy:2530 +translate brazilian_portuguese minChat_65b74ae8: + + # cSame "and that hour begins nOW YAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + cSame "e essa hora começa agORA YAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + +# game/1_akarsha.rpy:2531 +translate brazilian_portuguese minChat_f1a4dee5: + + # cMin "WTF" + cMin "MAS QUE PORRA" + +# game/1_akarsha.rpy:2532 +translate brazilian_portuguese minChat_ce2ded25: + + # cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + +# game/1_akarsha.rpy:2533 +translate brazilian_portuguese minChat_c01a69d0: + + # cMin "SHUT UP" + cMin "CALA A BOCA" + +# game/1_akarsha.rpy:2535 +translate brazilian_portuguese minChat_3aca3c73: + + # cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + +# game/1_akarsha.rpy:2536 +translate brazilian_portuguese minChat_8edaa407: + + # cMin "what happened???????" + cMin "o que aconteceu???????" + +# game/1_akarsha.rpy:2537 +translate brazilian_portuguese minChat_daea2865: + + # cAkarsha "I CONFESSED AND IT DIDNT GO WELL TT_____TT" + cAkarsha "EU CONFESSEI E NÃO DEU CERTO TT_____TT" + +# game/1_akarsha.rpy:2538 +translate brazilian_portuguese minChat_fe37d991: + + # cMin "o shit" + cMin "a merda" + +# game/1_akarsha.rpy:2539 +translate brazilian_portuguese minChat_d330fcf4: + + # cAkarsha "luckily the second i saw things were going south" + cAkarsha "felizmente o momento que eu vi que tava dando ruim" + +# game/1_akarsha.rpy:2540 +translate brazilian_portuguese minChat_16373f43: + + # cSame "i was able to backtrack n play it off as a joke" + cSame "eu consegui voltar atras e falar que era uma piada" + +# game/1_akarsha.rpy:2541 +translate brazilian_portuguese minChat_dc67c551: + + # cSame "i said it was my brother pranking me" + cSame "falei que era meu irmão me zoando" + +# game/1_akarsha.rpy:2542 +translate brazilian_portuguese minChat_c5123885: + + # cMin "wait" + cMin "espera" + +# game/1_akarsha.rpy:2543 +translate brazilian_portuguese minChat_c377e49a: + + # cSame "hold on" + cSame "calma ai" + +# game/1_akarsha.rpy:2544 +translate brazilian_portuguese minChat_45468177: + + # cSame "you did it thru TEXT???" + cSame "voce fez via TEXTO???" + +# game/1_akarsha.rpy:2545 +translate brazilian_portuguese minChat_742a148d: + + # cAkarsha "ya" + cAkarsha "si" + +# game/1_akarsha.rpy:2546 +translate brazilian_portuguese minChat_bd81765c: + + # cMin "why???" + cMin "por que???" + +# game/1_akarsha.rpy:2547 +translate brazilian_portuguese minChat_87c2ccd5: + + # cAkarsha "idk it seemed like a good idea at the time :(" + cAkarsha "sla parecia uma boa ideia na hora :(" + +# game/1_akarsha.rpy:2548 +translate brazilian_portuguese minChat_b9f08306: + + # cSame "and that way I could say it wasnt me if i chickened out" + cSame "e desse jeito eu poderia dizer que não era eu caso eu desistisse no meio" + +# game/1_akarsha.rpy:2549 +translate brazilian_portuguese minChat_f57a085c: + + # cMin "wtf" + cMin "q porra" + +# game/1_akarsha.rpy:2550 +translate brazilian_portuguese minChat_11dbd69b: + + # cSame "DO IT PROPERLY" + cSame "FAÇA DIREITO" + +# game/1_akarsha.rpy:2551 +translate brazilian_portuguese minChat_00989fc5: + + # cSame "IN PERSON" + cSame "PESSOALMENTE" + +# game/1_akarsha.rpy:2552 +translate brazilian_portuguese minChat_3297aa4c: + + # cAkarsha "and deal with the consequences of my actions??" + cAkarsha "e lidar com as consequencias das minhas ações??" + +# game/1_akarsha.rpy:2553 +translate brazilian_portuguese minChat_ec07712c: + + # cSame "no thank u" + cSame "nao obgd" + +# game/1_akarsha.rpy:2554 +translate brazilian_portuguese minChat_3b27b2c2: + + # cMin "well if your not sinsere about it, then what you get back isnt going to be real either" + cMin "bem, se voce não é sinsera sobre, o que voce vai receber de volta também não vai ser real" + +# game/1_akarsha.rpy:2555 +translate brazilian_portuguese minChat_672019b9: + + # cSame "your like someone who went to vegas, spent 1 penny and got spooked and left" + cSame "voce é tipo alguem que foi pra Las Vegas, gastou um centavo se assustou e foi embora" + +# game/1_akarsha.rpy:2556 +translate brazilian_portuguese minChat_9a1586da: + + # cSame "You need to take risks if you wanna win anything" + cSame "Você precisa levar riscos se voce quer ganhar algo" + +# game/1_akarsha.rpy:2557 +translate brazilian_portuguese minChat_94319816: + + # cAkarsha "too scawwy :(" + cAkarsha "muito assustador :(" + +# game/1_akarsha.rpy:2558 +translate brazilian_portuguese minChat_52ec776d: + + # cMin "coward" + cMin "covarde" + +# game/1_akarsha.rpy:2559 +translate brazilian_portuguese minChat_5de190f3: + + # cAkarsha "whats the point? i know theyre not interested in me anyway" + cAkarsha "mas pra que? eu sei que a pessoa não ta interessada em mim de qlqr jto" + +# game/1_akarsha.rpy:2560 +translate brazilian_portuguese minChat_c1c3d86e: + + # cMin "weaksauce move" + cMin "coisa de fracote" + +# game/1_akarsha.rpy:2561 +translate brazilian_portuguese minChat_42390620: + + # cAkarsha "and i cant even blame them" + cAkarsha "e nao posso nem julgar" + +# game/1_akarsha.rpy:2562 +translate brazilian_portuguese minChat_25b3ce3a: + + # cSame "who'd wanna waste time with a loser like me ;___;" + cSame "quem iria querer gastar tempo com uma perdedora que nem eu ;___;" + +# game/1_akarsha.rpy:2563 +translate brazilian_portuguese minChat_107fd2e5: + + # cMin "what am i then motherfuker?? chopped liver?" + cMin "eu sou oque então filhadaputa?? insignificante?" + +# game/1_akarsha.rpy:2564 +translate brazilian_portuguese minChat_a6f65b94: + + # cSame "IM wasting time with yuo right now" + cSame "EU to perdendo tempo com voec agora" + +# game/1_akarsha.rpy:2565 +translate brazilian_portuguese minChat_842b81b3: + + # cAkarsha "but u like wasting time with diya MORE" + cAkarsha "mas voce gosta MAIS de perder tempo com a diya" + +# game/1_akarsha.rpy:2566 +translate brazilian_portuguese minChat_36326adf: + + # cSame "see??" + cSame "ta vendo??" + +# game/1_akarsha.rpy:2567 +translate brazilian_portuguese minChat_5d8f8657: + + # cSame "*is die*" + cSame "*esta a morrer*" + +# game/1_akarsha.rpy:2568 +translate brazilian_portuguese minChat_d7459e62: + + # cMin "well its not a contest" + cMin "bem não é uma competição" + +# game/1_akarsha.rpy:2569 +translate brazilian_portuguese minChat_6c8e4583: + + # cAkarsha "ok but it kinda is??" + cAkarsha "ok mas meio que é??" + +# game/1_akarsha.rpy:2570 +translate brazilian_portuguese minChat_cb1e4453: + + # cSame "idk like...having 1 person in the world think im worth loving would be nice" + cSame "sla tpo...ter uma pessoa no mundo que acha q sou merecedora de amor seria legal" + +# game/1_akarsha.rpy:2571 +translate brazilian_portuguese minChat_3c0f13f4: + + # cSame "i feel like i've spent my entire life wanting people and being rejected while nobodys ever felt anything for me" + cSame "eu sinto que gastei minha vida inteira querendo pessoas e sendo rejeitada enquanto ninguem nunca sentiu nada por mim" + +# game/1_akarsha.rpy:2572 +translate brazilian_portuguese minChat_c7ed8e59: + + # cSame "like am i really that ugly and boring that no one would ever fall in love with me" + cSame "tipo eu realmente sou tao feia e chata que ninguem iria se apaixonar por mim" + +# game/1_akarsha.rpy:2573 +translate brazilian_portuguese minChat_b5e1753d: + + # cSame "im just a waste of space" + cSame "sou uma perda de espaço" + +# game/1_akarsha.rpy:2574 +translate brazilian_portuguese minChat_66444cea: + + # cMin "seriosly stop saying shit like that" + cMin "serio para de falar merda assim" + +# game/1_akarsha.rpy:2575 +translate brazilian_portuguese minChat_29f87937: + + # cAkarsha "i was just kidding XD im so random" + cAkarsha "eu tava so brincando XD sou tao aleatoria" + +# game/1_akarsha.rpy:2576 +translate brazilian_portuguese minChat_0189b1b0: + + # cMin "its not funny" + cMin "não é engraçado" + +# game/1_akarsha.rpy:2577 +translate brazilian_portuguese minChat_2b7e21c2: + + # cAkarsha "xD" + cAkarsha "xD" + +# game/1_akarsha.rpy:2578 +translate brazilian_portuguese minChat_aee2d5a6: + + # cMin "dont xD me you son of a bitch" + cMin "nao me xD sua filha da mãe" + +# game/1_akarsha.rpy:2579 +translate brazilian_portuguese minChat_83c89496: + + # cAkarsha "i just wanna do normal high school things" + cAkarsha "eu so quero fazer coisas normais de escola" + +# game/1_akarsha.rpy:2580 +translate brazilian_portuguese minChat_9df2dc8f: + + # cSame "like date and go to parties n stuff...." + cSame "tipo namorar e ir pra festas e coisa assim...." + +# game/1_akarsha.rpy:2581 +translate brazilian_portuguese minChat_0a77cc85: + + # cSame "i feel like im missing out on this whole fun exp everyone else is having" + cSame "eu sinto que eu to perdendo toda a experiencia divertida que todo mundo está tendo" + +# game/1_akarsha.rpy:2583 +translate brazilian_portuguese minChat_05f6d02c: + + # cMin "look dumbass" + cMin "olha imbecil" + +# game/1_akarsha.rpy:2584 +translate brazilian_portuguese minChat_dc360268: + + # cSame "theres probably like 3 couples in our entire grade including me and diya" + cSame "possivelmente deve ter tpo 3 casais no nosso ano incluindo eu e a diya" + +# game/1_akarsha.rpy:2585 +translate brazilian_portuguese minChat_7962fd3f: + + # cSame "bunch of socially stunted fob nerds" + cSame "bando de nerds socialmente esquisitos" + +# game/1_akarsha.rpy:2586 +translate brazilian_portuguese minChat_2152bddb: + + # cSame "most of us arent even allowed to date until college anyways" + cSame "a maioria de nos nem temos permissao pra namorar ate a faculdade de qualquer jeito" + +# game/1_akarsha.rpy:2587 +translate brazilian_portuguese minChat_acaf7d6b: + + # cAkarsha "great" + cAkarsha "otimo" + +# game/1_akarsha.rpy:2588 +translate brazilian_portuguese minChat_20ce56ba: + + # cSame "so not only am i an undesirable weirdo but im not even special" + cSame "entao alem de eu ser uma esquisita nao desejavel eu tambem nao sou nem especial" + +# game/1_akarsha.rpy:2589 +translate brazilian_portuguese minChat_336630ff: + + # cMin "not special is good sometimes" + cMin "nao ser especial é bom as vezes" + +# game/1_akarsha.rpy:2590 +translate brazilian_portuguese minChat_153175b8: + + # cSame "if your not special it means your not alone" + cSame "se voce nao é especial quer dizer que voce nao esta sozinha" + +# game/1_akarsha.rpy:2591 +translate brazilian_portuguese minChat_04c0c377: + + # cAkarsha "ok yeah yeah i get it" + cAkarsha "ok sim sim entendi" + +# game/1_akarsha.rpy:2592 +translate brazilian_portuguese minChat_f94b0df6: + + # cSame "u right" + cSame "ce ta certa" + +# game/1_akarsha.rpy:2593 +translate brazilian_portuguese minChat_898f94f8: + + # cSame "did you wanna play maplestory tonight?" + cSame "voce quer jogar maplestory hoje a noite?" + +# game/1_akarsha.rpy:2594 +translate brazilian_portuguese minChat_9c1e4858: + + # cSame "i need a distraction to stop thinking about my epic fail OTL" + cSame "eu preciso de uma distração para parar de pensar na minha incrivel falha online" + +# game/1_akarsha.rpy:2596 +translate brazilian_portuguese minChat_fa1cc125: + + # cMin "sry i cant" + cMin "dscp eu nao posso" + +# game/1_akarsha.rpy:2597 +translate brazilian_portuguese minChat_26bbef17: + + # cSame "juns using the computer right now" + cSame "jun ta usando o computador agora" + +# game/1_akarsha.rpy:2598 +translate brazilian_portuguese minChat_8eb7eae2: + + # cAkarsha ":/" + cAkarsha ":/" + +# game/1_akarsha.rpy:2600 +translate brazilian_portuguese minChat_87c1d523: + + # cSame "how about we play through text then?" + cSame "que tal a gente jogar via texto entao?" + +# game/1_akarsha.rpy:2601 +translate brazilian_portuguese minChat_6a2d52ff: + + # cMin "what do you mean through text" + cMin "o que voce quer dizer com via texto" + +# game/1_akarsha.rpy:2606 +translate brazilian_portuguese minChat_35d239d6: + + # cAkarsha " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + cAkarsha " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + +# game/1_akarsha.rpy:2607 +translate brazilian_portuguese minChat_652cb31f: + + # cSame "its a snail" + cSame "é um caracol" + +# game/1_akarsha.rpy:2608 +translate brazilian_portuguese minChat_266a1334: + + # cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + +# game/1_akarsha.rpy:2609 +translate brazilian_portuguese minChat_99c72437: + + # cMin "oh ok" + cMin "ah ok" + +# game/1_akarsha.rpy:2610 +translate brazilian_portuguese minChat_4ffd774c: + + # cSame "attack" + cSame "atacar" + +# game/1_akarsha.rpy:2611 +translate brazilian_portuguese minChat_72b64b15: + + # cSame "ninja star" + cSame "estrela ninja" + +# game/1_akarsha.rpy:2612 +translate brazilian_portuguese minChat_bb958b57: + + # cAkarsha "it's hitting you!!!!" + cAkarsha "ela esta te atacando!!!!" + +# game/1_akarsha.rpy:2613 +translate brazilian_portuguese minChat_692421ce: + + # cSame "-5 HP" + cSame "-5 HP" + +# game/1_akarsha.rpy:2614 +translate brazilian_portuguese minChat_12e60c51: + + # cMin "HUH" + cMin "HUH" + +# game/1_akarsha.rpy:2615 +translate brazilian_portuguese minChat_b1429f8f: + + # cSame "WHY" + cSame "POR QUE" + +# game/1_akarsha.rpy:2616 +translate brazilian_portuguese minChat_954f0529: + + # cAkarsha "use emoticons like me" + cAkarsha "use emoticons que nem eu" + +# game/1_akarsha.rpy:2617 +translate brazilian_portuguese minChat_4d8c8f35: + + # cMin "oh" + cMin "oh" + +# game/1_akarsha.rpy:2618 +translate brazilian_portuguese minChat_a82300be: + + # cSame "uh" + cSame "uh" + +# game/1_akarsha.rpy:2619 +translate brazilian_portuguese minChat_4dcd8658: + + # cSame "*" + cSame "*" + +# game/1_akarsha.rpy:2620 +translate brazilian_portuguese minChat_b75672a5: + + # cAkarsha "wuts that supposed to be" + cAkarsha "o que era pra isso ser" + +# game/1_akarsha.rpy:2621 +translate brazilian_portuguese minChat_0e36ce0e: + + # cSame "your butthole??" + cSame "teu cu??" + +# game/1_akarsha.rpy:2622 +translate brazilian_portuguese minChat_8c727764: + + # cMin "WHY WOULD IT BE MNY BUTTHOLE?????" + cMin "PORQUE QUE SERAI MEU CU?????" + +# game/1_akarsha.rpy:2624 +translate brazilian_portuguese minChat_559b5944: + + # cSame "ITS THE NINJA STAR" + cSame "É A ESTRELA NINJA" + +# game/1_akarsha.rpy:2625 +translate brazilian_portuguese minChat_74563b79: + + # cSame "SICKO" + cSame "DOENTE" + +# game/1_akarsha.rpy:2626 +translate brazilian_portuguese minChat_dc69304d: + + # cAkarsha "oh ok" + cAkarsha "ah ok" + +# game/1_akarsha.rpy:2627 +translate brazilian_portuguese minChat_f255ca1e: + + # cSame "22 damage" + cSame "22 dano" + +# game/1_akarsha.rpy:2628 +translate brazilian_portuguese minChat_66dcd7f3: + + # cMin "*" + cMin "*" + +# game/1_akarsha.rpy:2629 +translate brazilian_portuguese minChat_09c9146a: + + # cAkarsha "25 damage" + cAkarsha "25 dano" + +# game/1_akarsha.rpy:2630 +translate brazilian_portuguese minChat_50676960: + + # cSame " \ \ \ \ \ \ \ \ \ ‘-‘_@_" + cSame " \ \ \ \ \ \ \ \ \ ‘-‘_@_" + +# game/1_akarsha.rpy:2631 +translate brazilian_portuguese minChat_c653de34: + + # cSame "ITS COMIG CLOSER AND CLOSER AGAIN" + cSame "ESTA VNDO CADA VEZ MAIS PERTO" + +# game/1_akarsha.rpy:2632 +translate brazilian_portuguese minChat_9910eb26: + + # cMin "=O" + cMin "=O" + +# game/1_akarsha.rpy:2633 +translate brazilian_portuguese minChat_22400f16: + + # cSame "thats my fist punching" + cSame "esse é meu punho socando" + +# game/1_akarsha.rpy:2634 +translate brazilian_portuguese minChat_d34dae4d: + + # cAkarsha "2 damage" + cAkarsha "2 dano" + +# game/1_akarsha.rpy:2635 +translate brazilian_portuguese minChat_9910eb26_1: + + # cMin "=O" + cMin "=O" + +# game/1_akarsha.rpy:2636 +translate brazilian_portuguese minChat_6222a582: + + # cAkarsha "4 damage" + cAkarsha "4 dano" + +# game/1_akarsha.rpy:2637 +translate brazilian_portuguese minChat_207bc430: + + # cSame "-3 HP" + cSame "-3 HP" + +# game/1_akarsha.rpy:2638 +translate brazilian_portuguese minChat_62fa7222: + + # cMin "what the..the snail should be dead by now" + cMin "mas que...o caracol já deveria estar morto agora" + +# game/1_akarsha.rpy:2639 +translate brazilian_portuguese minChat_89c3be2a: + + # cSame "they dont have that much hp" + cSame "ele não tem tanto hp assim" + +# game/1_akarsha.rpy:2640 +translate brazilian_portuguese minChat_5100dfb8: + + # cSame "F9" + cSame "F9" + +# game/1_akarsha.rpy:2641 +translate brazilian_portuguese minChat_e368a74a: + + # cAkarsha "fine ur not damaged" + cAkarsha "ok voce nao esta machucada" + +# game/1_akarsha.rpy:2642 +translate brazilian_portuguese minChat_e48cd0bc: + + # cSame "($)" + cSame "($)" + +# game/1_akarsha.rpy:2643 +translate brazilian_portuguese minChat_07672532: + + # cMin "ok great" + cMin "ok otimo" + +# game/1_akarsha.rpy:2644 +translate brazilian_portuguese minChat_43eeb1b1: + + # cSame "im gonna try doing the kerning city pq" + cSame "vou tentar fazer a pq de kerning city" + +# game/1_akarsha.rpy:2646 +translate brazilian_portuguese minChat_45521bab: + + # cAkarsha "yee good choice" + cAkarsha "issso boa escolha" + +# game/1_akarsha.rpy:2648 +translate brazilian_portuguese minChat_76b2fe88: + + # nvl clear + nvl clear + +# game/1_akarsha.rpy:2653 +translate brazilian_portuguese classNextDay_7fcce648: + + # "Akarsha feels a bit better after talking to Min, but once she's logged off, the heartache in her chest returns." + "Akarsha se sente um pouco melhor após falar com Min, mas após ela deslogar, a dor em seu peito retorna." + +# game/1_akarsha.rpy:2654 +translate brazilian_portuguese classNextDay_8f89a031: + + # "That night, Akarsha reads the entirety of Azumanga Daioh for the first time on an illegal manga scanlation site in an effort to forget about everything." + "Naquela noite, Akarsha leu todo o mangá de Azumanga Daioh pela primeira vez num site de scan e tradução ilegal de mangás, com objetivo de esquecer tudo." + +# game/1_akarsha.rpy:2655 +translate brazilian_portuguese classNextDay_3df640b9: + + # "It doesn't work." + "Não funcionou." + +# game/1_akarsha.rpy:2669 +translate brazilian_portuguese classNextDay_7494a18f: + + # "Akarsha cracks a weak smile as Diya answers the door." + "Akarsha abre um sorriso fraco quando Diya abre a porta." + +# game/1_akarsha.rpy:2671 +translate brazilian_portuguese classNextDay_5a1e57f8: + + # Akarsha "Ayyy...Ready to walk to school together?" + Akarsha "Aopaa...Pronta pra gente ir pra escola?" + +# game/1_akarsha.rpy:2674 +translate brazilian_portuguese classNextDay_2ebe0f92: + + # "Diya gives her an odd look as they start heading down the sidewalk." + "Diya dá a ela um olhar estranho, enquanto elas andam pelas calçadas." + +# game/1_akarsha.rpy:2675 +translate brazilian_portuguese classNextDay_47e6dcd3: + + # Diya "Are you okay?" + Diya "Você está bem?" + +# game/1_akarsha.rpy:2677 +translate brazilian_portuguese classNextDay_94522bab: + + # Akarsha "Y-yeah?? Why do you ask??" + Akarsha "S-sim?? Por que você está perguntando??" + +# game/1_akarsha.rpy:2680 +translate brazilian_portuguese classNextDay_5fac5ccc: + + # Diya "You didn't send me a weird message this morning like usual." + Diya "Você não me enviou uma mensagem estranha essa manhã, como você normalmente faz." + +# game/1_akarsha.rpy:2681 +translate brazilian_portuguese classNextDay_346c4e17: + + # Diya "Also, your eyes are red." + Diya "E também, seus olhos estão vermelhos." + +# game/1_akarsha.rpy:2683 +translate brazilian_portuguese classNextDay_e0c8f799: + + # Akarsha "Oh, that's nothing! I got shampoo in them while showering." + Akarsha "Ah, isso não é nada! É que hoje de manhã caiu shampoo nos meus olhos quando fui tomar banho." + +# game/1_akarsha.rpy:2686 +translate brazilian_portuguese classNextDay_c60e0424: + + # Diya "You should get L’Oréal Kids. No tears." + Diya "Você deveria usar o L'Oréal Kids. Sem lágrimas." + +# game/1_akarsha.rpy:2688 +translate brazilian_portuguese classNextDay_6af96e1f: + + # Akarsha "Are you making fun of me??" + Akarsha "Você tá zoando da minha cara??" + +# game/1_akarsha.rpy:2691 +translate brazilian_portuguese classNextDay_9cbab985: + + # Diya "Yeah." + Diya "É." + +# game/1_akarsha.rpy:2693 +translate brazilian_portuguese classNextDay_3cf0b26c: + + # Akarsha "Oh. All your jokes are so deadpan it's hard to tell sometimes..." + Akarsha "Ah. Todas as suas piadas são tão inexpressivas que é difícil percebê-las as vezes..." + +# game/1_akarsha.rpy:2694 +translate brazilian_portuguese classNextDay_8cb75bfb: + + # AkarshaT "It must be nice to be pretty. I wish I didn't have to be funny all the time to get people to like me." + AkarshaT "Deve ser legal ser bonita. Eu queria não ter que ser engraçada o tempo todo para as pessoas gostarem de mim." + +# game/1_akarsha.rpy:2700 +translate brazilian_portuguese classNextDay_5d40ef3c: + + # AkarshaT "It sucks being so pathetic that you fall hopelessly in love with anyone who pays even the slightest bit of attention to you." + AkarshaT "É um saco ser tão patética que você se apaixona fortemente por qualquer um que dê o mínimo de atenção a você." + +# game/1_akarsha.rpy:2701 +translate brazilian_portuguese classNextDay_d5687377: + + # AkarshaT "Especially unattainable straight girls. God, I'm stupid..." + AkarshaT "Especialmente meninas hétero e inatingíveis. Deus, eu sou tão estúpida..." + +# game/1_akarsha.rpy:2702 +translate brazilian_portuguese classNextDay_e431b19f: + + # AkarshaT "I can't believe I was so desperate that I convinced myself she liked me back. Literally delusional..." + AkarshaT "Eu não acredito que eu estava tão desesperada que eu me convenci que ela também estava gostando de mim. Literalmente maluca..." + +# game/1_akarsha.rpy:2703 +translate brazilian_portuguese classNextDay_ddca5d96: + + # AkarshaT "Sigh..." + AkarshaT "Suspiro..." + +# game/1_akarsha.rpy:2708 +translate brazilian_portuguese classNextDay_8034c3bd: + + # "At school, Akarsha nervously waits in the first period classroom before Noelle and Diya arrive." + "Na escola, Akarsha nervosamente espera Noelle e a Diya chegarem, na sala do primeiro período." + +# game/1_akarsha.rpy:2710 +translate brazilian_portuguese classNextDay_c9ec69a0: + + # AkarshaT "I wonder how facing Noelle again will go..." + AkarshaT "Eu me pergunto como vai ser para eu encarar a Noelle de novo..." + +# game/1_akarsha.rpy:2713 +translate brazilian_portuguese classNextDay_937a9cb8: + + # "A water bottle flies through the doorway and ricochets off the floor." with sshake + "Uma garrafa de água voa pela porta e ricocheteia no chão." with sshake + +# game/1_akarsha.rpy:2715 +translate brazilian_portuguese classNextDay_57a9577d: + + # Diya "Coast is clear." + Diya "A barra está limpa." + +# game/1_akarsha.rpy:2717 +translate brazilian_portuguese classNextDay_0492fd95: + + # Akarsha "You don't need to keep doing that, y'know. I wouldn't reuse the same set-up twice." + Akarsha "Você não precisa continuar fazendo isso, sabe. Eu não vou reutilizar o mesmo setup mais de uma vez." + +# game/1_akarsha.rpy:2720 +translate brazilian_portuguese classNextDay_c2954df2: + + # "Noelle cautiously sticks a long twig through the doorframe, her eyes narrowed at Akarsha." + "Noelle enfia cautelosamente um longo galho pelo batente da porta, seus olhos estreitos e encarando Akarsha." + +# game/1_akarsha.rpy:2722 +translate brazilian_portuguese classNextDay_ca34614f: + + # Noelle "Then what is it this time, you putrid worm?" + Noelle "Então o que é dessa vez, sua minhoca pútrida?" + +# game/1_akarsha.rpy:2724 +translate brazilian_portuguese classNextDay_7fbb76ee: + + # Akarsha "Wouldn't you like to know?" + Akarsha "Você não adoraria saber?" + +# game/1_akarsha.rpy:2726 +translate brazilian_portuguese classNextDay_5b5f864f: + + # AkarshaT "Phew...She's acting like nothing happened last night!" + AkarshaT "Ufa...Ela está agindo como se nada tivesse acontecido ontem a noite!" + +# game/1_akarsha.rpy:2727 +translate brazilian_portuguese classNextDay_31940d17: + + # AkarshaT "She must've believed what I said about my little brother sending the message." + AkarshaT "Ela deve ter acreditado quando eu disse que era meu irmão que mandou a mensagem." + +# game/1_akarsha.rpy:2729 +translate brazilian_portuguese classNextDay_413c3127: + + # AkarshaT "Thank god. Sorry, Pratik." + AkarshaT "Graças a deus. Desculpa, Pratik." + +# game/1_akarsha.rpy:2730 +translate brazilian_portuguese classNextDay_1cb1d653: + + # AkarshaT "Now I just gotta ignore my feelings until they eventually die out." + AkarshaT "Agora só tenho que ignorar meus sentimentos até eles morrerem." + +# game/1_akarsha.rpy:2732 +translate brazilian_portuguese classNextDay_8dd5a8f1: + + # Akarsha "I have a special present for you, Frenchman. Come closer..." + Akarsha "Eu tenho um presente especial para você, Francesa. Se aproxime..." + +# game/1_akarsha.rpy:2735 +translate brazilian_portuguese classNextDay_352d97e8: + + # Noelle "What? No, keep it to yourself." + Noelle "O quê? Não, fica pra você." + +# game/1_akarsha.rpy:2737 +translate brazilian_portuguese classNextDay_156f7308: + + # Akarsha "Don't be shy! I know you want your very special present!" + Akarsha "Não precisa ficar nervosa! Eu sei que você quer seu presente muito especial!" + +# game/1_akarsha.rpy:2741 +translate brazilian_portuguese classNextDay_d0f3a88e: + + # Noelle "I DON'T WANT THIS \"PRESENT\"! DON'T COME NEAR ME!" with sshake + Noelle "EU NÃO QUERO ESSE \"PRESENTE\"! NÃO SE APROXIME DE MIM!" with sshake + +# game/1_akarsha.rpy:2742 +translate brazilian_portuguese classNextDay_512087e5: + + # "As Noelle enters the classroom suspiciously, she tries to give Akarsha a wide berth. Akarsha discreetly pulls her secret weapon out of her pocket..." + "Quando Noelle entra na sala de aula com suspeita, ela tenta manter distância de Akarsha. Akarsha discretamente puxa sua arma secreta do bolso..." + +# game/1_akarsha.rpy:2744 +translate brazilian_portuguese classNextDay_6cb78dac: + + # Akarsha "HERE YOU GO!!!!" with sshake + Akarsha "AQUI ESTÁ!!!!" with sshake + +# game/1_akarsha.rpy:2751 +translate brazilian_portuguese classNextDay_eef7b906: + + # "It's a spinning light toy Akarsha got from Disneyland in elementary school." + "É uma luzinha giratória que a Akarsha ganhou na Disney na escola primária." + +# game/1_akarsha.rpy:2754 +translate brazilian_portuguese classNextDay_a512908a: + + # "Noelle recoils as its rubber arms repeatedly whack her face." + "Noelle recua quando os braços de borracha batem repetidamente em seu rosto." + +# game/1_akarsha.rpy:2755 +translate brazilian_portuguese classNextDay_1da8e443: + + # Noelle "GYAHHHH!!!!!!!" with sshake + Noelle "GYAHHHH!!!!!!!" with sshake + +# game/1_akarsha.rpy:2757 +translate brazilian_portuguese classNextDay_8d489cc9: + + # Akarsha "THOUSAND ENERGY BEAMS ATTACK!!!" with sshake + Akarsha "ATAQUE DE MIL FEIXES DE ENERGIA!!!" with sshake + +# game/1_akarsha.rpy:2758 +translate brazilian_portuguese classNextDay_20b65587: + + # AkarshaT "I used to annoy my brother like this all the time." + AkarshaT "Eu costumava irritar meu irmão assim o tempo todo." + +# game/1_akarsha.rpy:2760 +translate brazilian_portuguese classNextDay_a157c8f5: + + # Noelle "AKARSHAAAAAA!!! I HATE YOU!!!!" with sshake + Noelle "AKARSHAAAAAA!!! EU TE ODEIO!!!!" with sshake + +# game/1_akarsha.rpy:2762 +translate brazilian_portuguese classNextDay_a69cd5c0: + + # "Akarsha gulps as Diya approaches the crime scene and towers over her." + "Akarsha engole em seco enquanto Diya se aproxima da cena do crime e olha sobre ela." + +# game/1_akarsha.rpy:2764 +translate brazilian_portuguese classNextDay_1b803a12: + + # Diya "....." + Diya "....." + +# game/1_akarsha.rpy:2766 +translate brazilian_portuguese classNextDay_eb95c536: + + # Akarsha "C'maaahn, this isn't fair!" + Akarsha "Qualééé, isso não é justo!" + +# game/1_akarsha.rpy:2767 +translate brazilian_portuguese classNextDay_8587b638: + + # Akarsha "Just look! I'm so small, look how small I am compared to you!" + Akarsha "Só olha! Eu sou tão pequena, olha quão baixa eu sou comparada a você!" + +# game/1_akarsha.rpy:2769 +translate brazilian_portuguese classNextDay_1512a0cb: + + # Akarsha "Noooo, it's also my birthday, you can't be mean on my birthday!" + Akarsha "Nãooo, hoje é meu aniversário, você não pode ser má comigo no meu aniversário!" + +# game/1_akarsha.rpy:2771 +translate brazilian_portuguese classNextDay_6e8840cd: + + # Diya "............" + Diya "............" + +# game/1_akarsha.rpy:2773 +translate brazilian_portuguese classNextDay_b119ea2d: + + # Diya "Is that true?" + Diya "Isso é verdade?" + +# game/1_akarsha.rpy:2775 +translate brazilian_portuguese classNextDay_86a9817f: + + # Noelle "She's lying. Her birthday isn't until April." + Noelle "Ela está mentindo. O aniversário dela é em Abril." + +# game/1_akarsha.rpy:2777 +translate brazilian_portuguese classNextDay_676c4073: + + # "Akarsha yelps as Diya snatches the spinny toy out of her grasp." + "Akarsha dá um gritinho quando Diya arranca o brinquedo de suas mãos." + +# game/1_akarsha.rpy:2779 +translate brazilian_portuguese classNextDay_72cf31d4: + + # "Seeing that Akarsha's unarmed, Noelle menacingly starts walking toward her." + "Vendo que Akarsha está desarmada, Noelle começa a ameaçadoramente andar na direção dela." + +# game/1_akarsha.rpy:2781 +translate brazilian_portuguese classNextDay_143ee593: + + # Akarsha "Hey, calm down!" + Akarsha "Ei, calma lá!" + +# game/1_akarsha.rpy:2782 +translate brazilian_portuguese classNextDay_5fd962e9: + + # Akarsha "I was doin' you a favor, testing your reflexes for you! Like at the doctor!" + Akarsha "Eu estava te fazendo um favor, testando seus reflexos para você! Que nem no médico!" + +# game/1_akarsha.rpy:2784 +translate brazilian_portuguese classNextDay_320efa19: + + # Noelle "........" + Noelle "........" + +# game/1_akarsha.rpy:2786 +translate brazilian_portuguese classNextDay_c5ebffdc: + + # Akarsha "F-free! Free reflex test!" with sshake + Akarsha "G-gratuito! Teste de reflexos gratuito!" with sshake + +# game/1_akarsha.rpy:2788 +translate brazilian_portuguese classNextDay_e126f388: + + # "Akarsha breaks into a run as Noelle chases after her." + "Akarsha começa a correr enquanto Noelle persegue ela." + +# game/1_akarsha.rpy:2790 +translate brazilian_portuguese classNextDay_d6b89395: + + # Noelle "COME BACK HERE!! YOU CRETIN!!!" with sshake + Noelle "VOLTA AQUI!! SUA CRETINA!!!" with sshake + +# game/1_akarsha.rpy:2792 +translate brazilian_portuguese classNextDay_5c96f3a2: + + # AkarshaT "Oh shit, baseball practice actually made her faster!" + AkarshaT "Ah merda, o treino de baseball realmente fez ela ficar mais rápida!" + +# game/1_akarsha.rpy:2794 +translate brazilian_portuguese classNextDay_7cb5f942: + + # AkarshaT "Oh shit, she's catching up to me. Oh shit!!!" with sshake + AkarshaT "Ah merda, ela tá me alcançando. Merda!!!!" with sshake + +# game/1_akarsha.rpy:2805 +translate brazilian_portuguese lockerRoom_3dd85446: + + # "When Akarsha comes to baseball practice, she hears whispering in the locker room." + "Quando Akarsha chega no treino de baseball, ela ouve cochichos no vestiário." + +# game/1_akarsha.rpy:2807 +translate brazilian_portuguese lockerRoom_93db2795: + + # Liz "{i}(...So the plan is, we all pitch in?){/i}" + Liz "{i}(...Então o plano é, todas nós contribuímos?){/i}" + +# game/1_akarsha.rpy:2809 +translate brazilian_portuguese lockerRoom_fa748ae6: + + # Noelle "{i}(If we split it up eight ways, it's only $1.50 per person.){/i}" + Noelle "{i}(Se dividirmos em oito, fica apenas US$ 1,50 por pessoa.){/i}" + +# game/1_akarsha.rpy:2811 +translate brazilian_portuguese lockerRoom_8d9eff1b: + + # Min "{big=+20}But I don't see why I should have to pay.{/big}" + Min "{big=+20}Mas não vejo por que eu devo pagar.{/big}" + +# game/1_akarsha.rpy:2813 +translate brazilian_portuguese lockerRoom_2ef57e72: + + # Sayeeda "{i}Shhh!{/i}" with sshake + Sayeeda "{i}Shhh!{/i}" with sshake + +# game/1_akarsha.rpy:2815 +translate brazilian_portuguese lockerRoom_ce1ccb9c: + + # Noelle "{i}(You have to pay because it'll be hilarious. She'll never guess who it is.){/i}" + Noelle "{i}(Você tem que pagar porque vai ser hilário. Ela nunca vai adivinhar quem é.){/i}" + +# game/1_akarsha.rpy:2817 +translate brazilian_portuguese lockerRoom_8b97f375: + + # Chryssa "{i}(And here I thought we were trying to do a good deed.){/i}" + Chryssa "{i}(E eu pensando que estávamos tentando fazer uma boa ação.){/i}" + +# game/1_akarsha.rpy:2818 +translate brazilian_portuguese lockerRoom_bf5a3598: + + # Chryssa "{i}(Do you ALWAYS have to be engaging in some kind of psychic mind battle with her?){/i}" + Chryssa "{i}(Você SEMPRE precisa se envolver em algum tipo de batalha mental psíquica com ela?){/i}" + +# game/1_akarsha.rpy:2822 +translate brazilian_portuguese lockerRoom_09e1595e: + + # AkarshaT "What're they scheming about? I want in." + AkarshaT "O que elas estão tramando? Eu quero entrar." + +# game/1_akarsha.rpy:2824 +translate brazilian_portuguese lockerRoom_c0f9b9cb: + + # "Akarsha walks over to where the others are furtively huddled together. A hush falls over the team..." + "Akarsha caminha até onde as outras estão furtivamente amontoadas. Um silêncio cai sobre a equipe..." + +# game/1_akarsha.rpy:2826 +translate brazilian_portuguese lockerRoom_d11361e6: + + # Diya "........." + Diya "........." + +# game/1_akarsha.rpy:2828 +translate brazilian_portuguese lockerRoom_9256b846: + + # Liz "Why, hello there, Akarsha!" + Liz "Ora, olá, Akarsha!" + +# game/1_akarsha.rpy:2830 +translate brazilian_portuguese lockerRoom_f5f717ec: + + # Ester "We were just talking about..." + Ester "Nós estávamos falando agorinha sobre..." + +# game/1_akarsha.rpy:2832 +translate brazilian_portuguese lockerRoom_1f0ed54e: + + # Grace "...how Vampire Knight is getting an anime." + Grace "...como Cavaleiro Vampiro vai virar um anime." + +# game/1_akarsha.rpy:2834 +translate brazilian_portuguese lockerRoom_d3d1d5c1: + + # Chryssa ".............." + Chryssa ".............." + +# game/1_akarsha.rpy:2836 +translate brazilian_portuguese lockerRoom_3238a880: + + # Min "We're acting so natural right now." + Min "Nós estamos agindo tão normalmente agora." + +# game/1_akarsha.rpy:2838 +translate brazilian_portuguese lockerRoom_f7343e09: + + # AkarshaT "Okay, clearly they're up to something..." + AkarshaT "Okay, elas claramente estão tramando algo..." + +# game/1_akarsha.rpy:2840 +translate brazilian_portuguese lockerRoom_50dedb56: + + # AkarshaT "The question is, what?" + AkarshaT "A pergunta é, o quê?" + +# game/1_akarsha.rpy:2850 +translate brazilian_portuguese sakuraUnrequitedLove_e4ec3c9e: + + # "After jogging around the track and stretching, [teamName!t] runs fielding drills." + "Depois de correr pela pista e se alongar, o time [teamName!t] executa exercícios de campo." + +# game/1_akarsha.rpy:2852 +translate brazilian_portuguese sakuraUnrequitedLove_cdbde622: + + # "After jogging around the track and stretching, the [teamName!t] run fielding drills." + "Depois de correr pela pista e se alongar, os [teamName!t] executam exercícios de campo." + +# game/1_akarsha.rpy:2855 +translate brazilian_portuguese sakuraUnrequitedLove_16ca5deb: + + # "While Akarsha takes a breather in the dugout, she watches Noelle haplessly flail about on the field." + "Enquanto Akarsha dá uma pausa para respirar no banco dos reservas, ela olha Noelle desastrosamente se debater pelo campo." + +# game/1_akarsha.rpy:2856 +translate brazilian_portuguese sakuraUnrequitedLove_7025b00d: + + # "Within moments, the object of her affection misjudges the trajectory of a fly ball and gets bonked on the head." + "Em instantes, o foco da sua atenção julga mal a trajetória de uma bola voadora e leva uma pancada na cabeça." + +# game/1_akarsha.rpy:2859 +translate brazilian_portuguese sakuraUnrequitedLove_644a0f1c: + + # Noelle "Ow!!" with sshake + Noelle "Ai!!" with sshake + +# game/1_akarsha.rpy:2862 +translate brazilian_portuguese sakuraUnrequitedLove_edb63d00: + + # AkarshaT "Baseball champion..." + AkarshaT "Campeã de baseball..." + +# game/1_akarsha.rpy:2864 +translate brazilian_portuguese sakuraUnrequitedLove_c86eca2d: + + # AkarshaT "I would do anything for you...If only you'd let me..." + AkarshaT "Eu faria qualquer coisa por você...Se você me deixasse..." + +# game/1_akarsha.rpy:2866 +translate brazilian_portuguese sakuraUnrequitedLove_52a656e2: + + # "Akarsha lets out a wistful sigh as Noelle performs her signature move, throwing the ball almost directly into the ground." + "Akarsha solta um suspiro melancólico enquanto Noelle executa seu movimento característico, jogando a bola quase diretamente no chão." + +# game/1_akarsha.rpy:2869 +translate brazilian_portuguese sakuraUnrequitedLove_bdaef4c6: + + # Akarsha "It sucks having a sad hopeless crush...I just want gorlfriend..." + Akarsha "É um saco ter um crush tão triste e desesperançoso... Eu só quero uma namoradinha..." + +# game/1_akarsha.rpy:2872 +translate brazilian_portuguese sakuraUnrequitedLove_8e9a9e3c: + + # Grace "So dramatic. Konnichiwhat's up?" + Grace "Tão dramática. Konichiwaque foi?" + +# game/1_akarsha.rpy:2874 +translate brazilian_portuguese sakuraUnrequitedLove_9ef3948b: + + # Akarsha "I'm just bummed 'cause I've never experienced love." + Akarsha "Só estou chateada porque nunca experimentei o amor." + +# game/1_akarsha.rpy:2875 +translate brazilian_portuguese sakuraUnrequitedLove_a97f4283: + + # Akarsha "No one ever likes me back. I feel like I'm missing out on so much..." + Akarsha "Ninguém nunca gostou de mim de volta. Sinto que estou perdendo tanto..." + +# game/1_akarsha.rpy:2879 +translate brazilian_portuguese sakuraUnrequitedLove_4b801579: + + # Sayeeda "It's okay, being rejected is a part of life." + Sayeeda "Tudo bem, ser rejeitada faz parte da vida." + +# game/1_akarsha.rpy:2880 +translate brazilian_portuguese sakuraUnrequitedLove_dc3fb0ac: + + # Sayeeda "You should learn to love yourself. It's a lie that people can only be happy when they're in a relationship." + Sayeeda "Você tem que aprender a se amar. É uma grande mentira quando dizem que as pessoas só são felizes quando estão em um relacionamento." + +# game/1_akarsha.rpy:2884 +translate brazilian_portuguese sakuraUnrequitedLove_1381634a: + + # "Ester glances up from the drawing she's scribbling on her sketchbook." + "Ester levanta o olhar do desenho que ela estava rabiscando em seu sketchbook." + +# game/1_akarsha.rpy:2885 +translate brazilian_portuguese sakuraUnrequitedLove_30756baa: + + # Ester "Those are surprisingly wise words coming from someone with zero love experience." + Ester "Essas são palavras estranhamente sábias vindas de alguém com nenhuma experiência amorosa." + +# game/1_akarsha.rpy:2887 +translate brazilian_portuguese sakuraUnrequitedLove_38901edd: + + # Sayeeda "I learned that life lesson from Card Captor Sakura." + Sayeeda "Eu aprendi essa lição de vida em Sakura Card Captors." + +# game/1_akarsha.rpy:2888 +translate brazilian_portuguese sakuraUnrequitedLove_b54308dc: + + # Sayeeda "The main character experiences unrequited love even though she's a great person. That means it can happen to anyone." + Sayeeda "A personagem principal vivencia um amor não-correspondido mesmo que ela seja uma ótima pessoa. Isso significa que isso pode acontecer com qualquer um." + +# game/1_akarsha.rpy:2889 +translate brazilian_portuguese sakuraUnrequitedLove_c2036789: + + # Sayeeda "Even our sugoi Akarsha-chan." + Sayeeda "Até mesmo com a nossa sugoi Akarsha-chan." + +# game/1_akarsha.rpy:2891 +translate brazilian_portuguese sakuraUnrequitedLove_ee7a144d: + + # Akarsha "That does make me feel less alone. Thanks, senpai..." + Akarsha "Isso realmente faz eu me sentir menos sozinha. Obrigada, senpai..." + +# game/1_akarsha.rpy:2894 +translate brazilian_portuguese sakuraUnrequitedLove_ac71f100: + + # Ester "Ugh." + Ester "Ugh." + +# game/1_akarsha.rpy:2895 +translate brazilian_portuguese sakuraUnrequitedLove_391c1f0a: + + # "Ester vigorously erases something on her page, making countless grey eraser shavings rain down on the dirt beneath the bench." + "Ester vigorosamente apaga algo da página dela, fazendo incontáveis restos de borracha cinza caírem na terra embaixo do banco." + +# game/1_akarsha.rpy:2897 +translate brazilian_portuguese sakuraUnrequitedLove_4f729466: + + # Grace "Ester, what're you drawing?" + Grace "Ester, o que você está desenhando?" + +# game/1_akarsha.rpy:2899 +translate brazilian_portuguese sakuraUnrequitedLove_023b03db: + + # Ester "A chapter title page for a webcomic I'm starting." + Ester "A folha de rosto de uma webcomic que eu estou começando." + +# game/1_akarsha.rpy:2901 +translate brazilian_portuguese sakuraUnrequitedLove_3a7943d9: + + # Grace "A webcomic? Like on SmackJeeves?" + Grace "Uma webcomic? Tipo no SmackJeeves?" + +# game/1_akarsha.rpy:2902 +translate brazilian_portuguese sakuraUnrequitedLove_44c078ec: + + # "Akarsha peers over at Ester's sketchbook, but she recoils, looking bashful." + "Akarsha dá uma espiada no sketchbook de Ester, mas ela recua, parecendo envergonhada." + +# game/1_akarsha.rpy:2904 +translate brazilian_portuguese sakuraUnrequitedLove_b9ad10bc: + + # Ester "Don't look, I'm not done yet!" + Ester "Não olhe, eu não terminei ainda!" + +# game/1_akarsha.rpy:2905 +translate brazilian_portuguese sakuraUnrequitedLove_da15fcee: + + # "Akarsha manages to glimpse a spiky-haired character on the page before Ester angles her sketchbook away from prying eyes." + "Akarsha consegue vislumbrar um personagem de cabelo espetado na página antes de Ester esconder seu sketchbook de bisbilhoteiros." + +# game/1_akarsha.rpy:2907 +translate brazilian_portuguese sakuraUnrequitedLove_e41d13b9: + + # AkarshaT "She's pretty good though...If she posted that on DeviantArt I bet she'd get like, two hundred views." + AkarshaT "Ela é muito boa... Se ela publicasse aquilo no DeviantArt eu aposto que ela pegaria tipo, duzentas visualizações." + +# game/1_akarsha.rpy:2908 +translate brazilian_portuguese sakuraUnrequitedLove_ef9bcacf: + + # Akarsha "Is that from an anime?" + Akarsha "Isso é de um anime?" + +# game/1_akarsha.rpy:2910 +translate brazilian_portuguese sakuraUnrequitedLove_9ca8d259: + + # "Ester frowns, aghast." + "Ester faz cara feia, horrorizada." + +# game/1_akarsha.rpy:2912 +translate brazilian_portuguese sakuraUnrequitedLove_a441ccd6: + + # Ester "No, it's just a regular guy." + Ester "Não, é só um cara normal." + +# game/1_akarsha.rpy:2913 +translate brazilian_portuguese sakuraUnrequitedLove_d7925785: + + # Ester "It's like those iPod ads, see? He's wearing white earbuds, and I colored his silhouette in black." + Ester "É tipo aqueles anúncios de iPod's, vê? Ele está usando fones de ouvido, e eu colori a silhueta dele em preto." + +# game/1_akarsha.rpy:2915 +translate brazilian_portuguese sakuraUnrequitedLove_c7b44ff7: + + # AkarshaT "Ester is the type of weeaboo who tries to hide the fact that she likes anime because she's embarrassed by it, but it's still super obvious." + AkarshaT "Ester é o tipo de weeaboo que tenta esconder o fato que ela gosta de anime porque ela tem vergonha, mas ainda é super óbvio." + +# game/1_akarsha.rpy:2918 +translate brazilian_portuguese sakuraUnrequitedLove_8e2f7084: + + # Grace "I hate to break it to you, but even from his silhouette you can tell it's an anime guy." + Grace "Eu odeio ter que te contar, mas mesmo só através da silhueta dele você pode dizer que é um cara de anime." + +# game/1_akarsha.rpy:2920 +translate brazilian_portuguese sakuraUnrequitedLove_f7376a2c: + + # Sayeeda "It's probably his hairdo. No real guys have bangs that go down to their chin." + Sayeeda "É provavelmente o penteado dele. Nenhum cara real tem uma franja que vai abaixo do seu queixo." + +# game/1_akarsha.rpy:2922 +translate brazilian_portuguese sakuraUnrequitedLove_e67219a8: + + # Akarsha "They should, though. Life would be way less boring." + Akarsha "Eles deveriam, entretanto. A vida seria bem menos entediante." + +# game/1_akarsha.rpy:2925 +translate brazilian_portuguese sakuraUnrequitedLove_e9ac9bd5: + + # Ester "Ugh. Guys with short hair are so hard to draw..." + Ester "Ugh. Caras com cabelo curto são tão difíceis de desenhar..." + +# game/1_akarsha.rpy:2927 +translate brazilian_portuguese sakuraUnrequitedLove_91531e7b: + + # "Akarsha turns her attention back to the field, where Diya and Min are passionately kissing." + "Akarsha volta sua atenção de volta para o campo, onde Diya e Min estão se beijando apaixonadamente." + +# game/1_akarsha.rpy:2929 +translate brazilian_portuguese sakuraUnrequitedLove_0a15b427: + + # AkarshaT "I think they're trying to keep their relationship a secret, but they keep forgetting." + AkarshaT "Eu acho que elas estão tentando manter seu relacionamento em segredo, mas continuam esquecendo." + +# game/1_akarsha.rpy:2934 +translate brazilian_portuguese sakuraUnrequitedLove_0bb6a284: + + # Noelle "Do you have to do that in front of us?" + Noelle "Vocês tem que fazer isso na nossa frente?" + +# game/1_akarsha.rpy:2936 +translate brazilian_portuguese sakuraUnrequitedLove_367462cb: + + # Min "Just you watch. I'm gonna rub my gay hands all over her." + Min "Apenas assistam. Eu vou esfregar minhas mãos gays nela todinha." + +# game/1_akarsha.rpy:2938 +translate brazilian_portuguese sakuraUnrequitedLove_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/1_akarsha.rpy:2941 +translate brazilian_portuguese sakuraUnrequitedLove_587864aa: + + # Akarsha "I'm so jealous...I wanna be in love too..." + Akarsha "Eu estou com tanta inveja... Eu quero estar apaixonada também..." + +# game/1_akarsha.rpy:2942 +translate brazilian_portuguese sakuraUnrequitedLove_625ecf42: + + # Akarsha "Someday everyone else is gonna get married except me, and I'll be the one sad single friend." + Akarsha "Algum dia todo mundo vai estar casado exceto eu, e eu vou ser a única amiga solteira e triste." + +# game/1_akarsha.rpy:2945 +translate brazilian_portuguese sakuraUnrequitedLove_142358ac: + + # Ester "Me too..." + Ester "Eu também..." + +# game/1_akarsha.rpy:2947 +translate brazilian_portuguese sakuraUnrequitedLove_6f5916d6: + + # Sayeeda "Me three..." + Sayeeda "Idem..." + +# game/1_akarsha.rpy:2949 +translate brazilian_portuguese sakuraUnrequitedLove_0dcd5547: + + # Grace "If that happens, we should all pitch in to buy a mansion and live as otaku together." + Grace "Se isso acontecer, nós deveríamos todas se juntar para comprar uma mansão e viver como otakus juntas." + +# game/1_akarsha.rpy:2951 +translate brazilian_portuguese sakuraUnrequitedLove_7bc3fc64: + + # Akarsha "That definitely doesn't sound like the kind of life my parents were envisioning for me when they immigrated here...." + Akarsha "Isso definitivamente não soa como o tipo de vida que meus pais estavam prevendo pra mim quando eles imigraram para cá...." + +# game/1_akarsha.rpy:2952 +translate brazilian_portuguese sakuraUnrequitedLove_f6cbe096: + + # Akarsha "But that sounds incredible." + Akarsha "Mas soa incrível." + +# game/1_akarsha.rpy:2955 +translate brazilian_portuguese sakuraUnrequitedLove_f42f7889: + + # Grace "Doesn't it? We could put up all our anime prints and display our figurines with no shame." + Grace "Não é? Nós todas podemos expor nossos posters e bonecos de anime sem se envergonhar." + +# game/1_akarsha.rpy:2957 +translate brazilian_portuguese sakuraUnrequitedLove_18d50448: + + # Ester "Speak for yourself. I don't have any of that stuff, my room is normal." + Ester "Fale por você. Eu não tenho nada disso, meu quarto é normal." + +# game/1_akarsha.rpy:2959 +translate brazilian_portuguese sakuraUnrequitedLove_6cb05e52: + + # Akarsha "You don't have anything?? You've never been to an anime convention before?" + Akarsha "Você não tem nada?? Você nunca foi em uma convenção de anime antes?" + +# game/1_akarsha.rpy:2962 +translate brazilian_portuguese sakuraUnrequitedLove_e474ea94: + + # Sayeeda "Fanime is like, right there in San Jose..." + Sayeeda "A Fanime é tipo, logo aqui em San Jose..." + +# game/1_akarsha.rpy:2964 +translate brazilian_portuguese sakuraUnrequitedLove_f9ecda1e: + + # Grace "Ooh, we should all go together this year! We can all cosplay the same series!" + Grace "Ooh, nós poderíamos ir todas juntas esse ano! Nós podemos fazer cosplay da mesma série!" + +# game/1_akarsha.rpy:2966 +translate brazilian_portuguese sakuraUnrequitedLove_2e045ee4: + + # Akarsha "Yeah!! Maybe like, Soul Eater or Haruhi Suzumiya!" with sshake + Akarsha "Isso!! Talvez tipo, Soul Eater ou Haruhi Suzimiya!" with sshake + +# game/1_akarsha.rpy:2969 +translate brazilian_portuguese sakuraUnrequitedLove_8766d806: + + # Ester "What, at Fanime? Admission is probably too expensive anyway." + Ester "O que, na Fanime? O ingresso é provavelmente muito caro de qualquer jeito." + +# game/1_akarsha.rpy:2971 +translate brazilian_portuguese sakuraUnrequitedLove_d9f3c67d: + + # "Ester scoffs like she's not interested before furtively writing something tiny on the side of her sketchbook page." + "Ester zomba como se ela não estivesse interessada antes de furtivamente escrever algo pequeno no canto da página do seu sketchbook." + +# game/1_akarsha.rpy:2973 +translate brazilian_portuguese sakuraUnrequitedLove_c84ff8af: + + # AkarshaT "She didn't write small enough...It says \"Fanime\"..." + AkarshaT "Ela não escreveu pequeno o suficiente... Está escrito \"Fanime\"..." + +# game/1_akarsha.rpy:2974 +translate brazilian_portuguese sakuraUnrequitedLove_d273748f: + + # AkarshaT "She's probably gonna Google it later." + AkarshaT "Ela provavelmente vai pesquisar no Google depois." + +# game/1_akarsha.rpy:2977 +translate brazilian_portuguese sakuraUnrequitedLove_bf7aae1d: + + # Chryssa "Hey, all you slackers sitting down doing nothing! Get over here and practice!" with sshake + Chryssa "Ei, todas vocês preguiçosas sentadas fazendo nada! Venham aqui e pratiquem!" with sshake + +# game/1_akarsha.rpy:2980 +translate brazilian_portuguese sakuraUnrequitedLove_9718ed1f: + + # Akarsha "Ya!!" + Akarsha "Beleza!!" + +# game/1_akarsha.rpy:2992 +translate brazilian_portuguese secretAdmirer_becd0fa6: + + # "Akarsha scoffs as a few upperclassmen come in to deliver the goodies people ordered." + "Akarsha zomba quando alguns veteranos chegam para entregar os presentes que as pessoas encomendaram." + +# game/1_akarsha.rpy:2994 +translate brazilian_portuguese secretAdmirer_90e6531c: + + # Akarsha "We should have a reverse Valentine's Day where we give annoying, terrible gifts to our enemies on purpose." + Akarsha "Nós deveríamos ter um Dia dos Namorados reverso onde nós damos presentes irritantes e chatos de propósito para os nossos inimigos." + +# game/1_akarsha.rpy:2997 +translate brazilian_portuguese secretAdmirer_4610cf63: + + # Noelle "You mean, {i}what you already do to me every single day of my life?{/i}" + Noelle "No caso, {i}o que você já faz comigo todo santo dia da minha vida?{/i}" + +# game/1_akarsha.rpy:2999 +translate brazilian_portuguese secretAdmirer_a76b1dd2: + + # Akarsha "Oh, true..." + Akarsha "Ah, verdade..." + +# game/1_akarsha.rpy:3002 +translate brazilian_portuguese secretAdmirer_4b9acf29: + + # "A few of their classmates receive ribboned roses, but someone comes in holding an entire bouquet..." + "Alguns de seus colegas recebem rosas com fitas, mas alguém chega segurando um buquê inteiro..." + +# game/1_akarsha.rpy:3003 +translate brazilian_portuguese secretAdmirer_4221da9c: + + # NPC "Are you Akarsha? This is yours." + NPC "Você é a Akarsha? Isso é seu." + +# game/1_akarsha.rpy:3006 +translate brazilian_portuguese secretAdmirer_282d0a77: + + # Akarsha "Huh????" with sshake + Akarsha "Huh????" with sshake + +# game/1_akarsha.rpy:3007 +translate brazilian_portuguese secretAdmirer_1209c8c2: + + # "Bewildered, Akarsha accepts the bouquet and notices there's a note tied to it with a ribbon." + "Surpresa, Akarsha aceita o buquê e nota que há uma pequena nota amarrada a ele com uma fita." + +# game/1_akarsha.rpy:3008 +translate brazilian_portuguese secretAdmirer_d4dac99f: + + # "It reads:" + "A nota diz:" + +# game/1_akarsha.rpy:3009 +translate brazilian_portuguese secretAdmirer_0206a05b: + + # "{i}Roses are red\nViolets are blue{/i}" + "{i}Rosas são vermelhas\nVioletas são azuis{/i}" + +# game/1_akarsha.rpy:3010 +translate brazilian_portuguese secretAdmirer_5109809c: + + # "{i}Love never crossed my mind\nUntil the day I met you{/i}" + "{i}O amor nunca passou pela minha mente\nAté você vir em minha vida como uma luz{/i}" + +# game/1_akarsha.rpy:3011 +translate brazilian_portuguese secretAdmirer_6904403e: + + # "{i}-Your secret admirer{/i}" + "{i}-Seu/sua admirador(a) secreto(a){/i}" + +# game/1_akarsha.rpy:3012 +translate brazilian_portuguese secretAdmirer_ef5acfe9: + + # AkarshaT "Secret admirer? Who???" with sshake + AkarshaT "Admirador secreto? Quem???" with sshake + +# game/1_akarsha.rpy:3013 +translate brazilian_portuguese secretAdmirer_82e5b490: + + # AkarshaT "I can't believe it...Is this some kinda joke??" + AkarshaT "Eu não consigo acreditar...Isso é algum tipo de piada??" + +# game/1_akarsha.rpy:3015 +translate brazilian_portuguese secretAdmirer_c4a987c9: + + # "Akarsha looks wildly around the room in case her paramour is watching her reaction from afar." + "Akarsha olha freneticamente ao redor da sala para o caso de seu amante estar observando sua reação de longe." + +# game/1_akarsha.rpy:3016 +translate brazilian_portuguese secretAdmirer_e0106150: + + # "But no one seems to be acting out of the ordinary except Diya and Noelle, who are beside themselves with amusement." + "Mas ninguém parece estar agindo fora do normal exceto Diya e Noelle, que estão fora de si com surpresa." + +# game/1_akarsha.rpy:3018 +translate brazilian_portuguese secretAdmirer_58b8c0e4: + + # Noelle "Someone sent {i}you{/i} flowers?" + Noelle "Alguém {i}te{/i} enviou flores?" + +# game/1_akarsha.rpy:3020 +translate brazilian_portuguese secretAdmirer_2eb41fdf: + + # Akarsha "I told you I was a hot commodity! I charmed the pants off someone without even knowing it!" + Akarsha "Eu te falei que eu era um produto exclusivo! Eu enchi alguém de encantos sem nem perceber!" + +# game/1_akarsha.rpy:3024 +translate brazilian_portuguese secretAdmirer_6ab4ab5e: + + # Noelle "What's the note say? Let me read it." + Noelle "O que a nota diz? Deixe eu ler." + +# game/1_akarsha.rpy:3026 +translate brazilian_portuguese secretAdmirer_3a9108b9: + + # Akarsha "Wh-why do you care? You jealous?" + Akarsha "P-por que você se importa? Tá com inveja?" + +# game/1_akarsha.rpy:3029 +translate brazilian_portuguese secretAdmirer_794cdb6c: + + # Noelle "In your dreams." + Noelle "Nos seus sonhos." + +# game/1_akarsha.rpy:3031 +translate brazilian_portuguese secretAdmirer_5133a537: + + # Diya "I bet she won't show us because they misspelled her name as \"Arkasha\"." + Diya "Eu aposto que ela não quer nos mostrar porque escreveram o nome dela errado, como \"Arkasha\"." + +# game/1_akarsha.rpy:3034 +translate brazilian_portuguese secretAdmirer_e715eb06: + + # Akarsha "Why're you so mean today?! I'm gonna tell the teacher you're bullying me!" with sshake + Akarsha "Por que vocês estão tão más hoje?! Vou contar a professora que vocês estão fazendo bullying comigo!" with sshake + +# game/1_akarsha.rpy:3036 +translate brazilian_portuguese secretAdmirer_10cbb649: + + # AkarshaT "Maybe I can deduce who the sender is like a detective!" + AkarshaT "Talvez eu possa deduzir quem enviou como uma detetive!" + +# game/1_akarsha.rpy:3037 +translate brazilian_portuguese secretAdmirer_029021ff: + + # AkarshaT "The poem is one hint. There's gotta be others." + AkarshaT "O poema é uma pista. Tem que ter outras." + +# game/1_akarsha.rpy:3040 +translate brazilian_portuguese secretAdmirer_77b467f2: + + # "Akarsha flips the note over. It's blank...except for a small dark smudge on the back." + "Akarsha vira a nota do avesso. Está vazia...exceto por uma pequena mancha preta na parte de trás do papel." + +# game/1_akarsha.rpy:3042 +translate brazilian_portuguese secretAdmirer_8d44ca18: + + # AkarshaT "Clue??" + AkarshaT "Pista??" + +# game/1_akarsha.rpy:3043 +translate brazilian_portuguese secretAdmirer_fb651e4d: + + # AkarshaT "Maybe it's from food? Like blackberries?" + AkarshaT "Talvez seja de comida? Tipo, de uma amora?" + +# game/1_akarsha.rpy:3045 +translate brazilian_portuguese secretAdmirer_bb9aa6ff: + + # "Akarsha sniffs the note, but it's hard to single out any scent over the fragrance of the roses." + "Akarsha cheira a nota, mas é difícil notar um mínimo cheiro por baixo da fragrância das rosas." + +# game/1_akarsha.rpy:3047 +translate brazilian_portuguese secretAdmirer_5692934d: + + # Diya "What're you doing." + Diya "O que você está fazendo." + +# game/1_akarsha.rpy:3049 +translate brazilian_portuguese secretAdmirer_a8fd5a51: + + # Akarsha "Quiet, meanie!! I'm trying to crack the code!" with sshake + Akarsha "Calada, maldosa!! Estou tentando decifrar o código!" with sshake + +# game/1_akarsha.rpy:3050 +translate brazilian_portuguese secretAdmirer_0db32d7c: + + # Akarsha "You're interrupting my mind palace technique!!!" + Akarsha "Você está interrompendo minha técnica do palácio mental!!!" + +# game/1_akarsha.rpy:3052 +translate brazilian_portuguese secretAdmirer_6b9ec6df: + + # AkarshaT "There's only two possibilities here. Either someone is secretly in love with me..." + AkarshaT "Há apenas duas possibilidades aqui. Ou alguém está secretamente apaixonado por mim..." + +# game/1_akarsha.rpy:3053 +translate brazilian_portuguese secretAdmirer_4666bb8f: + + # AkarshaT "Or it's a prank. But it's kinda a lot of money to spend on a prank...?" + AkarshaT "Ou é uma piada. Mas até que é bastante dinheiro para gastar em uma piada...?" + +# game/1_akarsha.rpy:3055 +translate brazilian_portuguese secretAdmirer_407b602e: + + # Akarsha "It's either fake or real." + Akarsha "Ou é real ou é falso." + +# game/1_akarsha.rpy:3058 +translate brazilian_portuguese secretAdmirer_93219209: + + # Noelle "You don't say? Thanks for narrowing it down for us." + Noelle "Não diga? Obrigado por diminuir as possibilidades para nós." + +# game/1_akarsha.rpy:3060 +translate brazilian_portuguese secretAdmirer_21d23280: + + # Akarsha "B-be quiet!" with sshake + Akarsha "F-fica quieta!" with sshake + +# game/1_akarsha.rpy:3062 +translate brazilian_portuguese secretAdmirer_568a2f6d: + + # "Flustered, Akarsha scans the room one more time for good measure." + "Envergonhada, Akarsha dá uma olhada na sala mais uma vez, para garantir." + +# game/1_akarsha.rpy:3063 +translate brazilian_portuguese secretAdmirer_6187d603: + + # "She catches Diya looking away a beat too late, smiling to herself." + "Ela pega Diya desviando o olhar um pouco tarde demais, sorrindo para si mesma." + +# game/1_akarsha.rpy:3065 +translate brazilian_portuguese secretAdmirer_17cf63b0: + + # Diya "..." + Diya "..." + +# game/1_akarsha.rpy:3067 +translate brazilian_portuguese secretAdmirer_eeeff9c5: + + # Akarsha "What're you smiling about?" + Akarsha "Tá sorrindo por que?" + +# game/1_akarsha.rpy:3070 +translate brazilian_portuguese secretAdmirer_12f7ad31: + + # Diya "Nothing. Just happy for you." + Diya "Nada. Só estou feliz por você." + +translate brazilian_portuguese strings: + + # game/1_akarsha.rpy:4 + old "Min-seo" + new "Min-Seo" + + # game/1_akarsha.rpy:6 + old "Akarsha" + new "Akarsha" + + # game/1_akarsha.rpy:9 + old "Ester" + new "Ester" + + # game/1_akarsha.rpy:10 + old "\"Yuki\"" + new "\"Yuki\"" + + # game/1_akarsha.rpy:11 + old "\"Sakura\"" + new "\"Sakura\"" + + # game/1_akarsha.rpy:12 + old "Dad" + new "Pai" + + # game/1_akarsha.rpy:14 + old "Pratik" + new "Pratik" + + # game/1_akarsha.rpy:15 + old "Amma" + new "Amma" + + # game/1_akarsha.rpy:17 + old "Chun-hua" + new "Chun-hua" + + # game/1_akarsha.rpy:18 + old "Ah-gong" + new "Ah-gong" + + # game/1_akarsha.rpy:19 + old "???" + new "???" + + # game/1_akarsha.rpy:22 + old "Jun-seo" + new "Jun-seo" + + # game/1_akarsha.rpy:23 + old "Hayden" + new "Hayden" + + # game/1_akarsha.rpy:25 + old "npc" + new "npc" + + # game/1_akarsha.rpy:26 + old "npc2" + new "npc2" + + # game/1_akarsha.rpy:28 + old "Global Warming" + new "Aquecimento Global" + + # game/1_akarsha.rpy:83 + old "9th grade" + new "9º ano" + + # game/1_akarsha.rpy:192 + old "Fake your own death" + new "Fingir sua própria morte" + + # game/1_akarsha.rpy:192 + old "Propose to her" + new "Pedir ela em casamento" + + # game/1_akarsha.rpy:566 + old "\"Accidentally\" press A as you take the controller" + new "\"Acidentalmente\" pressionar A ao pegar o controle" + + # game/1_akarsha.rpy:890 + old "Roll the dice" + new "Rolar o dado" + + # game/1_akarsha.rpy:1219 + old "Monday, before school" + new "Segunda, antes da escola" + + # game/1_akarsha.rpy:1432 + old "Examine bookshelves" + new "Examinar prateleiras" + + # game/1_akarsha.rpy:1441 + old "Look at desk" + new "Olhar para a mesa" + + # game/1_akarsha.rpy:1449 + old "Leave library" + new "Sair da biblioteca" + + # game/1_akarsha.rpy:1602 + old "Look at the locker room" + new "Olhar o vestiário" + + # game/1_akarsha.rpy:1611 + old "Go to the bathroom" + new "Ir para o banheiro" + + # game/1_akarsha.rpy:1619 + old "Walk to the courtyard" + new "Caminhar para o pátio" + + # game/1_akarsha.rpy:1627 + old "Return to the school library" + new "Voltar a biblioteca da escola" + + # game/1_akarsha.rpy:1639 + old "The Bagels" + new "Os Bagels" + + # game/1_akarsha.rpy:1639 + old "The Chicken Nuggets" + new "Os Nuggets de Frango" + + # game/1_akarsha.rpy:1639 + old "The Death Bagels" + new "Os Bagels Mortíferos" + + # game/1_akarsha.rpy:1639 + old "Semes" + new "Semes" + + # game/1_akarsha.rpy:1642 + old "Bagels" + new "Bagels" + + # game/1_akarsha.rpy:1647 + old "Chicken Nuggets" + new "Nuggets de Frango" + + # game/1_akarsha.rpy:1657 + old "Death Bagels" + new "Bagels Mortíferos" + + # game/1_akarsha.rpy:1736 + old "Look outside the locker room" + new "Olhar para fora do vestiário" + + # game/1_akarsha.rpy:1744 + old "Go to class" + new "Ir pra aula" + + # game/1_akarsha.rpy:1786 + old "Look at your reflection" + new "Olhar para sua reflexão" + + # game/1_akarsha.rpy:1794 + old "Eavesdrop on classmates" + new "Escutar seus colegas" + + # game/1_akarsha.rpy:1802 + old "Enter classroom" + new "Entrar na sala de aula" + + # game/1_akarsha.rpy:1824 + old "Male student" + new "Menino estudante" + + # game/1_akarsha.rpy:1825 + old "Female student" + new "Menina estudante" + + # game/1_akarsha.rpy:1919 + old "Jiggle the cursor" + new "Sacudir o cursor" + + # game/1_akarsha.rpy:1919 + old "Close the PowerPoint presentation" + new "Fechar a apresentação do PowerPoint" + + # game/1_akarsha.rpy:2021 + old "Morning announcements" + new "Anúncios diários" + + # game/1_akarsha.rpy:2094 + old "Teacher" + new "Professora" + + # game/1_akarsha.rpy:2659 + old "The next morning" + new "A próxima manhã" + + # game/1_akarsha.rpy:2662 + old "Diya's house" + new "Casa de Diya" + + # game/1_akarsha.rpy:2984 + old "Upperclassman" + new "Veteranos" + + # game/1_akarsha.rpy:2987 + old "Valentine's Day" + new "Dia dos Namorados" diff --git a/game/tl/brazilian_portuguese/2_diya.rpy b/game/tl/brazilian_portuguese/2_diya.rpy new file mode 100644 index 0000000..4cf410f --- /dev/null +++ b/game/tl/brazilian_portuguese/2_diya.rpy @@ -0,0 +1,5992 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +# game/2_diya.rpy:37 +translate brazilian_portuguese diya2_5614e719: + + # "Diya, Min, and Jun wait at the horseshoe for their parents to pick them up from school." + "Diya, Min e Jun esperam na rotatória da escola para que seus pais os busquem." + +# game/2_diya.rpy:39 +translate brazilian_portuguese diya2_3761fe1d: + + # Jun "Why does it always take Mom so long to get here?" + Jun "Por que a Mãe sempre demora tanto pra chegar aqui?" + +# game/2_diya.rpy:41 +translate brazilian_portuguese diya2_e65c74ea: + + # Min "I'm so hungry I would even eat a pizza with pineapple!" with sshake + Min "Eu estou com tanta fome que eu comeria até uma pizza com abacaxi!" with sshake + +# game/2_diya.rpy:42 +translate brazilian_portuguese diya2_593a8c0d: + + # Min "Mom should just let us walk home ourselves! It'd be way faster." + Min "A Mãe deveria nos deixar ir pra casa sozinhos! Seria bem mais rápido." + +# game/2_diya.rpy:44 +translate brazilian_portuguese diya2_a084d18a: + + # Min "Especially if she buys us Heelys!" + Min "Especialmente se ela nós comprar tênis com rodinha!" + +# game/2_diya.rpy:46 +translate brazilian_portuguese diya2_953c7098: + + # Diya "But if you did that, I'd have to wait for my mom alone. It'd be so boring." + Diya "Mas se você fizesse isso, eu teria que esperar pela minha mãe sozinha. Seria muito entediante." + +# game/2_diya.rpy:49 +translate brazilian_portuguese diya2_55fff62d: + + # Min "Oh, I thought of that already. We can chat on walkie-talkies while I'm rolling away on my Heelys." + Min "Oh, eu já pensei nisso. Nós poderíamos nos falar por walkie-talkies enquanto eu vou rolando embora com meus tênis de rodinha." + +# game/2_diya.rpy:51 +translate brazilian_portuguese diya2_b6c9c63e: + + # DiyaT "That sounds fun..." + DiyaT "Isso soa divertido..." + +# game/2_diya.rpy:54 +translate brazilian_portuguese diya2_3aa6dd71: + + # "The three of them peer down the horseshoe at the long line of cars, hoping to catch sight of their rides." + "Os três observam a longa fila de carros na rotatória, na esperança de avistar seus carros." + +# game/2_diya.rpy:56 +translate brazilian_portuguese diya2_05cb2594: + + # DiyaT "My mom's car is tan colored." + DiyaT "O carro da minha mãe é bege." + +# game/2_diya.rpy:58 +translate brazilian_portuguese diya2_b6439225: + + # Diya "They should make cars in better colors like sky blue or pink." + Diya "Deveriam ser feitos carros em cores melhores, como rosa ou azul celeste." + +# game/2_diya.rpy:61 +translate brazilian_portuguese diya2_202a8646: + + # Jun "Yeah...I bet if they did, they'd sell a lot more." + Jun "Pois é...Eu aposto que se fizessem, eles venderiam muito mais." + +# game/2_diya.rpy:63 +translate brazilian_portuguese diya2_d771036b: + + # Min "It's 'cause adults are boring and have bad taste." + Min "É porque adultos são chatos e tem mal gosto." + +# game/2_diya.rpy:65 +translate brazilian_portuguese diya2_bdf3c4ba: + + # Diya "They should sell cars with pictures of dolphins on them. Everyone would want one." + Diya "Deveriam vender carros com imagens de golfinhos neles. Todos iriam querer um." + +# game/2_diya.rpy:68 +translate brazilian_portuguese diya2_556c0bac: + + # "Diya perks up as a beige Toyota drives into the horseshoe, but it's the wrong model." + "Diya se levanta ao ver um Toyota bege passar pela rotatória, mas é o modelo errado." + +# game/2_diya.rpy:70 +translate brazilian_portuguese diya2_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/2_diya.rpy:73 +translate brazilian_portuguese diya2_7f54c815: + + # Min "Did you hear about Barry Bonds? He's in trouble because he did steroids!" + Min "Você ouviu falar do Barry Bonds? Ele se encrencou porque ele usou esteróides!" + +# game/2_diya.rpy:75 +translate brazilian_portuguese diya2_7f1c9c11: + + # Diya "What're \"steroids\"?" + Diya "O que são \"esteróides\"?" + +# game/2_diya.rpy:78 +translate brazilian_portuguese diya2_1f0ca8bc: + + # Jun "They're drugs that make you really buff. It's cheating." + Jun "São drogas que te fazem bem bombado. É trapaça." + +# game/2_diya.rpy:80 +translate brazilian_portuguese diya2_5cd5782f: + + # Min "I don't see why they don't let you use them. If they're so good, everyone should use steroids." + Min "Eu não entendo por que não deixam eles serem usados. Se eles são tão bons, todos deveriam usar esteróides." + +# game/2_diya.rpy:81 +translate brazilian_portuguese diya2_166168fb: + + # Min "Baseball would be more fun if everyone was super strong and super fast." + Min "Baseball seria muito mais legal se todo mundo fosse super forte e super rápido." + +# game/2_diya.rpy:82 +translate brazilian_portuguese diya2_10229788: + + # "Suddenly, Min jolts upright and shouts as a silver sedan pulls up to the curb." + "De repente, Min se levanta e grita quando um sedã prata encosta no meio-fio." + +# game/2_diya.rpy:84 +translate brazilian_portuguese diya2_71949a57: + + # Min "I see our car! Bye Diya!" + Min "Estou vendo nosso carro! Tchau Diya!" + +# game/2_diya.rpy:86 +translate brazilian_portuguese diya2_01cd9713: + + # "Heat rushes to Diya's face as Min hugs her tightly before dashing off." + "O rosto de Diya fica vermelho quando Min a abraça fortemente antes de sair correndo." + +# game/2_diya.rpy:88 +translate brazilian_portuguese diya2_e4772281: + + # Diya "Bye..." + Diya "Tchau..." + +# game/2_diya.rpy:91 +translate brazilian_portuguese diya2_4407c343: + + # Jun "Wait, that car has a side thingy under the door that ours doesn't have!" + Jun "Espera, esse carro tem uma coisinha no lado da porta do carro que o nosso não tem!" + +# game/2_diya.rpy:93 +translate brazilian_portuguese diya2_dd1a57e0: + + # "Min flings the car's passenger seat door open, revealing a stranger inside." + "Min escancara a porta do banco dos passageiros, revelando um estranho lá dentro." + +# game/2_diya.rpy:96 +translate brazilian_portuguese diya2_c9085bac: + + # Min "{big=+20}WHO'RE YOU??!!{/big}" with sshake + Min "{big=+20}QUEM É VOCÊ??!!{/big}" with sshake + +# game/2_diya.rpy:97 +translate brazilian_portuguese diya2_f4939c01: + + # "Min hastily slams the car door shut and stomps back to Diya and Jun, who are both wheezing with laughter." + "Min agressivamente bate a porta do carro e anda pisando o pé na direção de Diya e Jun, ambos rindo e ofegantes." + +# game/2_diya.rpy:100 +translate brazilian_portuguese diya2_ff384520: + + # Min "THAT WAS THE WRONG CAR!" with sshake + Min "AQUELE ERA O CARRO ERRADO!" with sshake + +# game/2_diya.rpy:102 +translate brazilian_portuguese diya2_5c47aeaf: + + # Jun "I told you!" + Jun "Eu te avisei!" + +# game/2_diya.rpy:104 +translate brazilian_portuguese diya2_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:107 +translate brazilian_portuguese diya2_42861aae: + + # Jun "Diya, I think your car is over there, though." + Jun "Diya, eu acho que seu carro está ali, na verdade." + +# game/2_diya.rpy:109 +translate brazilian_portuguese diya2_3b71d0de: + + # Diya "!" + Diya "!" + +# game/2_diya.rpy:111 +translate brazilian_portuguese diya2_100ad9fc: + + # Diya "Thanks. Bye for real this time." + Diya "Obrigado. Tchau de verdade dessa vez." + +# game/2_diya.rpy:114 +translate brazilian_portuguese diya2_79b16fed: + + # Min "See you tomorrow!!!" + Min "Te vejo amanhã!!!" + +# game/2_diya.rpy:119 +translate brazilian_portuguese momFindsOut_d8018892: + + # "As Diya buckles up in her mom's sedan, she peers out the window, smiling a little when she sees Min waving frenetically at her outside." + "Enquanto Diya coloca o cinto de segurança no sedã de sua mãe, ela espia pela janela, sorrindo um pouco quando vê Min acenando freneticamente para ela do lado de fora." + +# game/2_diya.rpy:121 +translate brazilian_portuguese momFindsOut_c0d265fa: + + # Amma "How was your day at school?" + Amma "Como foi seu dia na escola?" + +# game/2_diya.rpy:124 +translate brazilian_portuguese momFindsOut_fd841d5d: + + # Diya "Okay." + Diya "Okay." + +# game/2_diya.rpy:125 +translate brazilian_portuguese momFindsOut_16ea65b3: + + # Diya "We had to write about an invention we'd make in class today." + Diya "Tínhamos que escrever sobre uma invenção que faríamos na aula hoje." + +# game/2_diya.rpy:128 +translate brazilian_portuguese momFindsOut_db05797a: + + # Amma "What did you invent?" + Amma "O que você inventou?" + +# game/2_diya.rpy:131 +translate brazilian_portuguese momFindsOut_25e28d97: + + # Diya "A better bed that makes it so your stuffed animals can never accidentally roll off it." + Diya "Uma cama melhor que faz com que seus bichinhos de pelúcia nunca caiam acidentalmente no chão." + +# game/2_diya.rpy:132 +translate brazilian_portuguese momFindsOut_64a03780: + + # Diya "I thought of it because last night while I was sleeping, Horny fell on the floor." + Diya "Eu pensei nela porque ontem a noite enquanto eu estava dormindo, a Chifruda caiu no chão." + +# game/2_diya.rpy:135 +translate brazilian_portuguese momFindsOut_dfab704e: + + # Amma "H-horny?? Who's that?" + Amma "C-chifruda?? Quem é essa?" + +# game/2_diya.rpy:138 +translate brazilian_portuguese momFindsOut_c572ca6d: + + # Diya "My cow plushie. He's one of Snakey's older brothers." + Diya "Minha vaca de pelúcia. Ela é uma das irmãs mais velhas do Cobrildo." + +# game/2_diya.rpy:140 +translate brazilian_portuguese momFindsOut_08ebad6d: + + # Diya "He was all cold and alone for hours and I didn't know." + Diya "Ela ficou fria e sozinha por horas e eu nem tinha ideia." + +# game/2_diya.rpy:143 +translate brazilian_portuguese momFindsOut_2fd5caf5: + + # Amma "Maybe you should give \"Horny\" a different name, like Moo Moo." + Amma "Talvez você deveria dar um nome diferente para a \"Chifruda\", como Mumu." + +# game/2_diya.rpy:147 +translate brazilian_portuguese momFindsOut_97cd2629: + + # Diya "Why? It'll be hard for him to get used to it." + Diya "Por que? Seria difícil para ela se acostumar." + +# game/2_diya.rpy:150 +translate brazilian_portuguese momFindsOut_71175cbd: + + # Amma "You must have the most loved stuffed animals in the entire world." + Amma "Você deve ter os bichos de pelúcia mais amados do mundo." + +# game/2_diya.rpy:154 +translate brazilian_portuguese momFindsOut_96c5885e: + + # Amma "What else did you do at school?" + Amma "O que mais você fez na escola?" + +# game/2_diya.rpy:157 +translate brazilian_portuguese momFindsOut_e7f06594: + + # Diya "I tried to take an Accelerated Reader quiz on the Boxcar Children book I read." + Diya "Tentei fazer um teste de Leitor Acelerado no livro do Boxcar Children que eu li." + +# game/2_diya.rpy:158 +translate brazilian_portuguese momFindsOut_75dd8763: + + # Diya "But I accidentally clicked the wrong book. So it made me take the quiz of a book I never read before." + Diya "Mas eu acidentalmente cliquei no livro errado. Então fui obrigada a fazer um quiz de um livro que eu nunca tinha lido antes." + +# game/2_diya.rpy:161 +translate brazilian_portuguese momFindsOut_c16fccd2: + + # Amma "It didn't let you quit out? What bad design." + Amma "Não deixaram você sair? Que design ruim." + +# game/2_diya.rpy:164 +translate brazilian_portuguese momFindsOut_94a7fa72: + + # Diya "Yeah. My classmates all tried to help me, though." + Diya "Pois é. Mas meus colegas todos tentaram me ajudar." + +# game/2_diya.rpy:165 +translate brazilian_portuguese momFindsOut_4cb9f449: + + # Diya "Hayden read the book a year ago, but he could barely remember anything." + Diya "Hayden leu o livro a um ano atrás, mas ele mal lembrava de qualquer coisa." + +# game/2_diya.rpy:167 +translate brazilian_portuguese momFindsOut_6ce3e682: + + # Diya "So even with everyone's help I got a 2/10." + Diya "Então mesmo com a ajuda de todos eu ganhei um 2/10." + +# game/2_diya.rpy:170 +translate brazilian_portuguese momFindsOut_1c2e11e0: + + # Amma "Oh no!" + Amma "Oh não!" + +# game/2_diya.rpy:173 +translate brazilian_portuguese momFindsOut_dbfeaf23: + + # Diya "Mr. Armstrong said he wouldn't count it for my grade, though." + Diya "Sr. Armstrong disse que ele não contaria para minha nota, pelo menos." + +# game/2_diya.rpy:176 +translate brazilian_portuguese momFindsOut_0f1f30bd: + + # Amma "That's a relief." + Amma "Isso é um alívio." + +# game/2_diya.rpy:177 +translate brazilian_portuguese momFindsOut_995c76b2: + + # Amma "The boy waving at you earlier — was that Hayden? The classmate who helped you?" + Amma "Esse menino acenando agora pouco — era o Hayden? O colega que te ajudou?" + +# game/2_diya.rpy:181 +translate brazilian_portuguese momFindsOut_f102a355: + + # Diya "You mean Min? She's not a boy." + Diya "Você quer dizer a Min? Ela não é um menino." + +# game/2_diya.rpy:184 +translate brazilian_portuguese momFindsOut_e384fdca: + + # Amma "Huh? The one wearing a hoodie?" + Amma "Huh? O que estava usando um moletom?" + +# game/2_diya.rpy:187 +translate brazilian_portuguese momFindsOut_14524745: + + # Diya "Yeah. She's a girl." + Diya "Sim. Ela é uma menina." + +# game/2_diya.rpy:191 +translate brazilian_portuguese momFindsOut_cf17036b: + + # "To Diya's surprise, her mom wrinkles her nose in disgust." + "Para surpresa de Diya, a mãe dela torce o nariz em desgosto." + +# game/2_diya.rpy:193 +translate brazilian_portuguese momFindsOut_ce01c86e: + + # Amma "That was a girl?! She's a freak." with sshake + Amma "Isso era uma garota?! Ela é uma aberração." with sshake + +# game/2_diya.rpy:194 +translate brazilian_portuguese momFindsOut_d52e79b5: + + # Amma "You should make friends with more normal girls." + Amma "Você deveria ser amiga de garotas mais normais." + +# game/2_diya.rpy:197 +translate brazilian_portuguese momFindsOut_c9e926bc: + + # DiyaT "Huh??" with sshake + DiyaT "Huh??" with sshake + +# game/2_diya.rpy:199 +translate brazilian_portuguese momFindsOut_f9ab01e4: + + # Diya "That's not very nice." + Diya "Isso não é muito gentil." + +# game/2_diya.rpy:202 +translate brazilian_portuguese momFindsOut_ee8c71bf: + + # Amma "But it's true, she looks like a boy. Stay away from her or you'll catch it, too." + Amma "Mas é verdade, ela parece um menino. Fique longe dela ou você vai pegar isso também." + +# game/2_diya.rpy:205 +translate brazilian_portuguese momFindsOut_3c4bb630: + + # Diya "Catch what? It's not like she has a disease." + Diya "Isso o que? Não é como se ela tivesse uma doença." + +# game/2_diya.rpy:208 +translate brazilian_portuguese momFindsOut_bdadfb1e: + + # Amma "You're too young to understand. Only freaks look like that." + Amma "Você é muito nova pra entender. Só aberrações se parecem assim." + +# game/2_diya.rpy:211 +translate brazilian_portuguese momFindsOut_0b9bec5d: + + # Diya "It's bad to judge people by what they look like." + Diya "Não é bom julgar as pessoas por suas aparências." + +# game/2_diya.rpy:212 +translate brazilian_portuguese momFindsOut_dd9b892a: + + # Diya "You don't even know her. She's really nice to me." + Diya "Você nem conhece ela. Ela é muito legal comigo." + +# game/2_diya.rpy:216 +translate brazilian_portuguese momFindsOut_2aa42d3d: + + # Amma "I don't need to know her, there's clearly something wrong with her." + Amma "Eu não preciso conhecer ela, tem claramente algo errado com ela." + +# game/2_diya.rpy:217 +translate brazilian_portuguese momFindsOut_6a7fafb9: + + # Amma "She's only acting nice because she has impure thoughts toward you." + Amma "Ela só está agindo gentil porque ela tem pensamentos impuros em relação a você." + +# game/2_diya.rpy:220 +translate brazilian_portuguese momFindsOut_a4e80611: + + # DiyaT "What's that supposed to mean?" + DiyaT "O que isso quer dizer?" + +# game/2_diya.rpy:221 +translate brazilian_portuguese momFindsOut_e33e598b: + + # Diya "Even if she has problems, I can tell her and she'll fix them." + Diya "Mesmo que ela tenha problemas, eu posso falar com ela e ela vai arrumá-los." + +# game/2_diya.rpy:222 +translate brazilian_portuguese momFindsOut_1887cee7: + + # Diya "We're friends, so she'll listen to me." + Diya "Nós somos amigas, então ela vai me escutar." + +# game/2_diya.rpy:225 +translate brazilian_portuguese momFindsOut_f39fd010: + + # Amma "You can't change people. Especially not weirdos like that." + Amma "Você não pode mudar as pessoas. Especialmente esquisitos desse tipo." + +# game/2_diya.rpy:226 +translate brazilian_portuguese momFindsOut_29e6916a: + + # Amma "If they're bad, they're bad. It's a waste of time to try." + Amma "Se eles são ruins, eles são ruins. É uma perda de tempo tentar." + +# game/2_diya.rpy:229 +translate brazilian_portuguese momFindsOut_94246a28: + + # DiyaT "If you can't change people, then how can she change me into looking like a boy?" + DiyaT "Se você não pode mudar as pessoas, como que ela poderia me mudar para eu me parecer um menino?" + +# game/2_diya.rpy:230 +translate brazilian_portuguese momFindsOut_8f3aea0c: + + # DiyaT "You can't have it both ways." + DiyaT "Isso é uma contradição." + +# game/2_diya.rpy:233 +translate brazilian_portuguese momFindsOut_e073ab30: + + # Amma "You're normal, so you have to stay away from weirdos like that." + Amma "Você é normal, então você tem que ficar longe de esquisitos desse tipo." + +# game/2_diya.rpy:237 +translate brazilian_portuguese momFindsOut_4a26d649: + + # Diya "I don't care. She's my friend." + Diya "Eu não ligo. Ela é minha amiga." + +# game/2_diya.rpy:240 +translate brazilian_portuguese momFindsOut_d32f9fe3: + + # Amma "No, you can't be friends with her anymore." + Amma "Não, você não pode mais ser amiga dela." + +# game/2_diya.rpy:241 +translate brazilian_portuguese momFindsOut_4416ae00: + + # Amma "If I see you talking to her again, you're in big trouble." + Amma "Se eu ver você falando com ela de novo, você está encrencada." + +# game/2_diya.rpy:244 +translate brazilian_portuguese momFindsOut_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:261 +translate brazilian_portuguese diyaminMakeout_98ad2140: + + # "Min pushes Diya back against the locker room wall, kissing her again and again." with sshake + "Min empurra Diya contra a parede do vestiário, a beijando repetidamente." with sshake + +# game/2_diya.rpy:264 +translate brazilian_portuguese diyaminMakeout_9a441086: + + # DiyaT "JSFDAKJJJK??!! DFJSKJHFJ!!!!!" with sshake + DiyaT "JSFDAKJJJK??!! DFJSKJHFJ!!!!!" with sshake + +# game/2_diya.rpy:265 +translate brazilian_portuguese diyaminMakeout_083b6375: + + # DiyaT "Wow!!! This is great!!!!!" + DiyaT "Wow!!! Isso é ótimo!!!!!" + +# game/2_diya.rpy:266 +translate brazilian_portuguese diyaminMakeout_aad687cd: + + # "They break apart, both panting for air." + "Elas se separam, ambas ofegantes por ar." + +# game/2_diya.rpy:267 +translate brazilian_portuguese diyaminMakeout_61f9f6f8: + + # "A pleasant shiver runs down Diya's spine as Min grins sharply at her." + "Um arrepio agradável percorre a espinha de Diya quando Min sorri abertamente para ela." + +# game/2_diya.rpy:268 +translate brazilian_portuguese diyaminMakeout_8320e2d5: + + # Min "Oh, you like this, don't you?" + Min "Oh, você gosta disso, não gosta?" + +# game/2_diya.rpy:269 +translate brazilian_portuguese diyaminMakeout_20408dbb: + + # Diya "......................." + Diya "......................." + +# game/2_diya.rpy:270 +translate brazilian_portuguese diyaminMakeout_a340acd9: + + # "Diya is too embarrassed to admit it, so she just nods, her cheeks blazing." + "Diya está envergonhada demais para admitir, então ela só acena, com suas bochechas queimando." + +# game/2_diya.rpy:271 +translate brazilian_portuguese diyaminMakeout_4ade39cb: + + # Min "You don't need to be shy." + Min "Você não precisa ficar envergonhada." + +# game/2_diya.rpy:272 +translate brazilian_portuguese diyaminMakeout_105b42a5: + + # Min "It's just me." + Min "Sou só eu." + +# game/2_diya.rpy:273 +translate brazilian_portuguese diyaminMakeout_a8cd2a98: + + # Diya "I feel like I absolutely can't say it aloud though." + Diya "Eu sinto que eu absolutamente não consigo falar isso em voz alta, de qualquer jeito." + +# game/2_diya.rpy:274 +translate brazilian_portuguese diyaminMakeout_bdfc509b: + + # Diya "Sorry..." + Diya "Desculpa..." + +# game/2_diya.rpy:275 +translate brazilian_portuguese diyaminMakeout_748f867e: + + # "Min presses a kiss to her cheek and whispers in her ear, voice low. Diya can feel her smiling, her breath warm on her cheek." + "Min dá um beijo na bochecha dela, e sussurra em sua orelha, em voz baixa. Diya consegue sentir ela sorrindo, sua respiração quente em sua bochecha." + +# game/2_diya.rpy:276 +translate brazilian_portuguese diyaminMakeout_db9dddf7: + + # Min "It's okay, you're so cute when you're like this. I almost can't stand it." + Min "Tá tudo bem, você é muito fofa quando está assim. Eu quase não aguento." + +# game/2_diya.rpy:277 +translate brazilian_portuguese diyaminMakeout_6276c5a5: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:278 +translate brazilian_portuguese diyaminMakeout_f532acd0: + + # DiyaT "It's so surreal dating a friend you've had a crush on forever." + DiyaT "É tão surreal namorar uma amiga em quem você tinha um crush desde sempre." + +# game/2_diya.rpy:279 +translate brazilian_portuguese diyaminMakeout_ff1558fa: + + # DiyaT "Sometimes I get scared that us getting together was just a dream, and when I wake up we'll just be friends again." + DiyaT "As vezes eu fico com medo que nos termos começado a namorar foi apenas um sonho e que quando eu acordar nós seremos apenas amigas de novo." + +# game/2_diya.rpy:280 +translate brazilian_portuguese diyaminMakeout_fad63573: + + # DiyaT "But it's real! Somehow a miracle happened and now I'm her girlfriend!" + DiyaT "Mas é real! De algum jeito um milagre aconteceu a agora sou namorada dela!" + +# game/2_diya.rpy:284 +translate brazilian_portuguese diyaminMakeout_2f7f9b90: + + # "Min holds Diya's hand as they wait for their rides home." + "Min segura a mão de Diya enquanto elas esperam suas caronas para casa." + +# game/2_diya.rpy:286 +translate brazilian_portuguese diyaminMakeout_6b288e75: + + # DiyaT "No one knows about us except the baseball club. And maybe the workers at the dessert place we had our first date at." + DiyaT "Ninguém sabe sobre nós exceto pelo clube de baseball. E talvez os trabalhadores da sorveteria onde tivemos nosso primeiro encontro." + +# game/2_diya.rpy:287 +translate brazilian_portuguese diyaminMakeout_f43e8973: + + # DiyaT "So we end up kissing in the locker room a lot because the lockers block the view, and you can hear if other people walk in." + DiyaT "Então a gente acaba se beijando muito no vestiário porque os armários bloqueiam a visão, e dá pra ouvir se outras pessoas entram." + +# game/2_diya.rpy:289 +translate brazilian_portuguese diyaminMakeout_ccf84402: + + # DiyaT "But it's still fun. I love spending time with Min..." + DiyaT "Mas ainda é divertido. Eu amo passar tempo com a Min..." + +# game/2_diya.rpy:292 +translate brazilian_portuguese diyaminMakeout_dfcef687: + + # DiyaT "She can almost even make me forget I have a presentation tomorrow in Biology." + DiyaT "Ela quase consegue fazer eu me esquecer que tenho uma apresentação de Biologia amanhã." + +# game/2_diya.rpy:294 +translate brazilian_portuguese diyaminMakeout_20ad44a0: + + # DiyaT "Assignments that make you talk in front of the class should be outlawed." + DiyaT "Trabalhos que te obrigam a falar na frente da sala deveriam ser proibidos pela lei." + +# game/2_diya.rpy:297 +translate brazilian_portuguese diyaminMakeout_4bba70e5: + + # Min "What's wrong? You look worried about something." + Min "O que houve? Você parece estar preocupada com algo." + +# game/2_diya.rpy:299 +translate brazilian_portuguese diyaminMakeout_a014ade9: + + # Diya "?!" + Diya "?!" + +# game/2_diya.rpy:300 +translate brazilian_portuguese diyaminMakeout_b40f519a: + + # Diya "You can tell?" + Diya "Você consegue perceber?" + +# game/2_diya.rpy:304 +translate brazilian_portuguese diyaminMakeout_168abe59: + + # Min "Of course I can. What kind of girlfriend would I be if I couldn't even tell if something was bothering you?" + Min "Claro que consigo. Que tipo de namorada eu seria se eu não conseguisse dizer quando algo tá te incomodando?" + +# game/2_diya.rpy:306 +translate brazilian_portuguese diyaminMakeout_f3255287: + + # Diya "You're like a mind reader. Psychic." + Diya "Você é tipo uma leitora de mentes. Psíquica." + +# game/2_diya.rpy:309 +translate brazilian_portuguese diyaminMakeout_85b224ec: + + # Min "Nah, I just know you. You got all tense and quiet." + Min "Nah, eu só te conheço. Você fica toda tensa e quieta." + +# game/2_diya.rpy:312 +translate brazilian_portuguese diyaminMakeout_47f5a33a: + + # Min "So what's up?" + Min "Então, o que houve?" + +# game/2_diya.rpy:314 +translate brazilian_portuguese diyaminMakeout_19316019: + + # Min "If someone's bothering you, I'll kill them, no questions asked." + Min "Se alguém tá te incomodando, eu vou matar a pessoa, não serão feitas perguntas." + +# game/2_diya.rpy:316 +translate brazilian_portuguese diyaminMakeout_cc77507c: + + # Diya "You probably should at least ask one or two questions." + Diya "Você deveria tentar fazer uma ou duas perguntas, pelo menos." + +# game/2_diya.rpy:317 +translate brazilian_portuguese diyaminMakeout_49ea05a4: + + # Diya "Killing people is wrong." + Diya "Matar pessoas é errado." + +# game/2_diya.rpy:320 +translate brazilian_portuguese diyaminMakeout_7908dc24: + + # Min "Okay. Then if someone's bothering you, I'll...be really mean to them." + Min "Okay. Então se alguém está te incomodando, eu vou... ser bem maldosa com a pessoa." + +# game/2_diya.rpy:321 +translate brazilian_portuguese diyaminMakeout_8db767f4: + + # Min "So who is it?" + Min "Então, quem é?" + +# game/2_diya.rpy:323 +translate brazilian_portuguese diyaminMakeout_27ce6f11: + + # Diya "It isn't anyone." + Diya "Não é ninguém." + +# game/2_diya.rpy:324 +translate brazilian_portuguese diyaminMakeout_2daf28cd: + + # Diya "It's just that my group presentation is tomorrow. In Biology." + Diya "É que a minha apresentação em grupo é amanhã. De Biologia." + +# game/2_diya.rpy:327 +translate brazilian_portuguese diyaminMakeout_32d480d4: + + # Min "Oh, that PowerPoint you've been working on with Akarsha and Noelle?" + Min "Ah, aquele PowerPoint que você andou fazendo com a Akarsha e a Noelle?" + +# game/2_diya.rpy:328 +translate brazilian_portuguese diyaminMakeout_5b580689: + + # "Diya nods." + "Diya assente." + +# game/2_diya.rpy:330 +translate brazilian_portuguese diyaminMakeout_43bb64cd: + + # Diya "We're supposed to elaborate on what we put on our slides." + Diya "Nós temos que detalhar o que botamos nos slides." + +# game/2_diya.rpy:331 +translate brazilian_portuguese diyaminMakeout_def8c7aa: + + # Diya "But I get so nervous in front of everyone that I blank out." + Diya "Mas eu fico tão nervosa quando estou na frente de todo mundo que minha mente dá um branco." + +# game/2_diya.rpy:334 +translate brazilian_portuguese diyaminMakeout_0ab0e34b: + + # Min "What's there to be nervous about? You know all the stuff, don't you?" + Min "O que tem a se ficar nervosa? Você sabe todas as coisas, não sabe?" + +# game/2_diya.rpy:336 +translate brazilian_portuguese diyaminMakeout_e6baae6d: + + # Diya "Even if I know all the facts in my head, I can't improvise at all." + Diya "Mesmo que eu saiba todos os fatos na minha cabeça, eu não consigo improvisar tudo." + +# game/2_diya.rpy:337 +translate brazilian_portuguese diyaminMakeout_8ee030b0: + + # Diya "It's hard to string words together on the spot." + Diya "É difícil juntar as palavras na hora." + +# game/2_diya.rpy:338 +translate brazilian_portuguese diyaminMakeout_3ae639a7: + + # Diya "I always have to write out everything I'm going to say word-for-word beforehand, and memorize it." + Diya "Eu sempre tenho que escrever tudo o que vou dizer antes, palavra por palavra, e memorizar." + +# game/2_diya.rpy:341 +translate brazilian_portuguese diyaminMakeout_e9710239: + + # "Their conversation is abruptly cut short when a beige sedan turns the corner into the school." + "A conversa delas é abruptamente cortada quando um sedã bege aparece na esquina da escola." + +# game/2_diya.rpy:346 +translate brazilian_portuguese diyaminMakeout_33c42458: + + # Diya "My mom's here!" with sshake + Diya "Minha mãe chegou!" with sshake + +# game/2_diya.rpy:347 +translate brazilian_portuguese diyaminMakeout_ce7c944e: + + # DiyaT "She picks me up after the baseball club if it ends late enough for her to be done with work." + DiyaT "Ela me pega depois do clube de baseball se ele acaba tarde o suficiente para ela ter terminado o trabalho dela." + +# game/2_diya.rpy:350 +translate brazilian_portuguese diyaminMakeout_3e38cf32: + + # Min "I'll hide!" with sshake + Min "Vou me esconder!" with sshake + +# game/2_diya.rpy:352 +translate brazilian_portuguese diyaminMakeout_946776b5: + + # Min "Bye!!!" + Min "Tchau!!!" + +# game/2_diya.rpy:356 +translate brazilian_portuguese diyaminMakeout_5cc8501a: + + # "Min roughly pulls Diya close for one last kiss before dashing out of sight." + "Min fortemente puxa Diya contra ela para dar um último beijo, antes de sumir de vista." + +# game/2_diya.rpy:358 +translate brazilian_portuguese diyaminMakeout_017df041: + + # Diya "!!!!!!!!" with sshake + Diya "!!!!!!!!" with sshake + +# game/2_diya.rpy:360 +translate brazilian_portuguese diyaminMakeout_de9bf50f: + + # "Diya tries to slow her shaky breathing to a normal pace." + "Diya tenta diminuir sua respiração instável para um ritmo normal." + +# game/2_diya.rpy:362 +translate brazilian_portuguese diyaminMakeout_dbf55227: + + # DiyaT "I'm calm...I need to look normal..." + DiyaT "Eu estou calma...Eu preciso parecer normal..." + +# game/2_diya.rpy:364 +translate brazilian_portuguese diyaminMakeout_407abcf5: + + # "Diya gets uncharacteristically clumsy after making out with Min, like a dog who's still woozy after surgery." + "Diya fica estranhamente desajeitada depois de ficar com Min, como um cachorro que ainda está tonto após a cirurgia." + +# game/2_diya.rpy:365 +translate brazilian_portuguese diyaminMakeout_798b1d57: + + # "She staggers over to her mom's car as it pulls up to the curb." + "Ela cambaleia até o carro de sua mãe quando ele encosta no meio-fio." + +# game/2_diya.rpy:367 +translate brazilian_portuguese diyaminMakeout_4c0a9333: + + # DiyaT "I'm scared of how my mom will react if she finds out I'm talking to Min again. Let alone that I'm dating her..." + DiyaT "Eu tenho medo de como minha mãe vai reagir se ela descobrir que eu estou falando com a Min de novo. Ainda mais se descobrir que estou namorando com ela..." + +# game/2_diya.rpy:368 +translate brazilian_portuguese diyaminMakeout_4385005a: + + # DiyaT "So it's a secret for now." + DiyaT "Então é segredo por enquanto." + +# game/2_diya.rpy:376 +translate brazilian_portuguese diyaminMakeout_ffd59bb1: + + # "Diya reaches for the door handle, misses, and slams her hand directly into the side of the car." with sshake + "Diya alcança a maçaneta da porta, erra e bate a mão diretamente na lateral do carro." with sshake + +# game/2_diya.rpy:378 +translate brazilian_portuguese diyaminMakeout_1c63452a: + + # Diya "!!!" + Diya "!!!" + +# game/2_diya.rpy:381 +translate brazilian_portuguese diyaminMakeout_1fa56419: + + # Amma "What's the matter with you?" + Amma "Qual o problema contigo?" + +# game/2_diya.rpy:384 +translate brazilian_portuguese diyaminMakeout_2292f35a: + + # Diya "Nothing." + Diya "Nada." + +# game/2_diya.rpy:386 +translate brazilian_portuguese diyaminMakeout_864367a9: + + # "Diya hastily pulls the door open and gets into the passenger seat, trying to look natural." + "Diya apressadamente abre a porta e se senta no banco do passageiro, tentando parecer normal." + +# game/2_diya.rpy:388 +translate brazilian_portuguese diyaminMakeout_c5df2f04: + + # Amma ".........." + Amma ".........." + +# game/2_diya.rpy:391 +translate brazilian_portuguese diyaminMakeout_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:394 +translate brazilian_portuguese diyaminMakeout_c0d265fa: + + # Amma "How was your day at school?" + Amma "Como foi seu dia na escola?" + +# game/2_diya.rpy:397 +translate brazilian_portuguese diyaminMakeout_fd841d5d: + + # Diya "Okay." + Diya "Okay." + +# game/2_diya.rpy:400 +translate brazilian_portuguese diyaminMakeout_c5df2f04_1: + + # Amma ".........." + Amma ".........." + +# game/2_diya.rpy:403 +translate brazilian_portuguese diyaminMakeout_a9db357b_1: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:406 +translate brazilian_portuguese diyaminMakeout_2ec24062: + + # "On the radio, a woman sings to a catchy beat." + "No rádio, uma mulher canta em uma batida cativante." + +# game/2_diya.rpy:407 +translate brazilian_portuguese diyaminMakeout_709c4c46: + + # NPC "{font=times.ttf}♫{/font} I'm curious for you...Caught my attention... {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} I'm curious for you...(Eu estou curiosa sobre você...) Caught my attention... (Atraiu minha atenção...){font=times.ttf}♫{/font}" + +# game/2_diya.rpy:409 +translate brazilian_portuguese diyaminMakeout_21f461b8: + + # NPC "{font=times.ttf}♫{/font} I kissed a girl and I liked it! {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} I kissed a girl and I liked it! (Eu beijei uma garota e gostei!) {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:411 +translate brazilian_portuguese diyaminMakeout_fac6057a: + + # DiyaT "What the...?? Did she really just say that?" with sshake + DiyaT "Mas que...?? Ela realmente acabou de dizer isso?" with sshake + +# game/2_diya.rpy:413 +translate brazilian_portuguese diyaminMakeout_38b7b305: + + # NPC "{font=times.ttf}♫{/font} The taste of her cherry chapstick... {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} The taste of her cherry chapstick... (Do gosto do brilho labial de cereja dela...) {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:414 +translate brazilian_portuguese diyaminMakeout_df8cff63: + + # NPC "{font=times.ttf}♫{/font} I kissed a girl just to try it! {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} I kissed a girl just to try it! (Eu beijei uma garota só pra experimentar!) {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:416 +translate brazilian_portuguese diyaminMakeout_d8d58d7d: + + # DiyaT "Is she allowed to say that on the radio? It doesn't break any laws?" + DiyaT "Ela é permitida a falar isso no rádio? Isso não quebra nenhuma lei?" + +# game/2_diya.rpy:419 +translate brazilian_portuguese diyaminMakeout_93676a39: + + # "Diya shifts uncomfortably in her seat as her mom frowns at the lyrics." + "Diya se mexe desconfortavelmente em seu assento enquanto sua mãe franze a testa para a letra." + +# game/2_diya.rpy:421 +translate brazilian_portuguese diyaminMakeout_0496c141: + + # Amma "\"I kissed a girl...?\" What kind of terrible song is this?" + Amma "\"I kissed a girl...?\" Que tipo de música terrível é essa?" + +# game/2_diya.rpy:423 +translate brazilian_portuguese diyaminMakeout_ed7b6b6e: + + # "Disgusted, Diya's mom changes the station." + "Enojada, a mãe de Diya muda a estação do rádio." + +# game/2_diya.rpy:425 +translate brazilian_portuguese diyaminMakeout_0a338741: + + # Amma "............" + Amma "............" + +# game/2_diya.rpy:428 +translate brazilian_portuguese diyaminMakeout_136db9e2: + + # Diya "..........." + Diya "..........." + +# game/2_diya.rpy:429 +translate brazilian_portuguese diyaminMakeout_564fbf6c: + + # DiyaT "You know how in the movies, superheroes have to hide their identity to their families?" + DiyaT "Sabe como nos filmes, os super heróis tem que esconder sua identidade de suas famílias?" + +# game/2_diya.rpy:430 +translate brazilian_portuguese diyaminMakeout_12490488: + + # DiyaT "I'm doing that in real life, all the time." + DiyaT "Eu faço isso na vida real, o tempo todo." + +# game/2_diya.rpy:433 +translate brazilian_portuguese diyaminMakeout_0a338741_1: + + # Amma "............" + Amma "............" + +# game/2_diya.rpy:436 +translate brazilian_portuguese diyaminMakeout_6e8840cd: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:439 +translate brazilian_portuguese diyaminMakeout_574adbd7: + + # Amma "The other day, I saw Akarsha and her mom at Safeway." + Amma "Outro dia, eu vi Akarsha e a mãe dela no Safeway." + +# game/2_diya.rpy:440 +translate brazilian_portuguese diyaminMakeout_0d05c55c: + + # Amma "She was so outgoing! She even told me about the Biology project you're working on together." + Amma "Ela foi tão conversadora! Ela até me falou de um projeto de Biologia que vocês estão fazendo juntas." + +# game/2_diya.rpy:442 +translate brazilian_portuguese diyaminMakeout_763acd1c: + + # Amma "I didn't even know you were doing a project until Akarsha said so." + Amma "Eu nem sabia que você estava fazendo um projeto até a Akarsha me dizer isso." + +# game/2_diya.rpy:443 +translate brazilian_portuguese diyaminMakeout_66924745: + + # Amma "Why can't you be more like her? I like knowing things about you." + Amma "Por que você não pode ser mais que nem ela? Eu gosto de saber coisas sobre você." + +# game/2_diya.rpy:447 +translate brazilian_portuguese diyaminMakeout_f51c4191: + + # DiyaT "If Akarsha was her daughter, she'd disown her for being bi. Not that she'd know that." + DiyaT "Se Akarsha fosse sua filha, ela iria a deserdar por ser bi. Não que ela soubesse disso." + +# game/2_diya.rpy:450 +translate brazilian_portuguese diyaminMakeout_0a338741_2: + + # Amma "............" + Amma "............" + +# game/2_diya.rpy:453 +translate brazilian_portuguese diyaminMakeout_6e8840cd_1: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:454 +translate brazilian_portuguese diyaminMakeout_8c2f566c: + + # DiyaT "I never really know how to fill the silence when I'm with my mom." + DiyaT "Eu nunca sei como preencher o silêncio quando estou com minha mãe." + +# game/2_diya.rpy:455 +translate brazilian_portuguese diyaminMakeout_3221dc43: + + # DiyaT "I don't know what I can talk about with her." + DiyaT "Eu não sei o que posso falar com ela." + +# game/2_diya.rpy:456 +translate brazilian_portuguese diyaminMakeout_937040d2: + + # DiyaT "She really loves me, but she comes from such a different time and culture that talking to her feels kind of unpredictable." + DiyaT "Ela realmente me ama, mas ela vem de uma época e cultura tão diferente que falar com ela sempre parece meio imprevisível." + +# game/2_diya.rpy:457 +translate brazilian_portuguese diyaminMakeout_42caec75: + + # DiyaT "Sometimes, she'll surprise me by getting upset over something I didn't expect would cause problems at all." + DiyaT "As vezes, ela me surpreende por se irritar com algo que eu não esperava que causaria problemas." + +# game/2_diya.rpy:458 +translate brazilian_portuguese diyaminMakeout_0c6a9cce: + + # DiyaT "So my safest bet most of the time is just to stay quiet." + DiyaT "Então minha aposta mais segura na maior parte do tempo é só ficar quieta." + +# game/2_diya.rpy:459 +translate brazilian_portuguese diyaminMakeout_62218652: + + # DiyaT "It's annoying how she's raised me to be afraid of talking, yet expects me to magically turn out like a child who was raised normally." + DiyaT "É irritante como ela me criou para ter medo de falar, mas espera que eu me transforme magicamente em uma criança que foi criada de forma normal." + +# game/2_diya.rpy:470 +translate brazilian_portuguese cantSleep_6ebcb658: + + # "That night, Diya tosses and turns in bed, anxious about her presentation the next day." + "Naquela noite, Diya se vira e revira na cama, ansiosa sobre sua apresentação no dia seguinte." + +# game/2_diya.rpy:472 +translate brazilian_portuguese cantSleep_75b1b4cf: + + # DiyaT "I wish I could time travel to this time tomorrow, after the Biology presentation is already over." + DiyaT "Eu gostaria que eu pudesse viajar no tempo para essa hora de amanhã, após a apresentação de Biologia já ter passado." + +# game/2_diya.rpy:474 +translate brazilian_portuguese cantSleep_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:475 +translate brazilian_portuguese cantSleep_59110b5a: + + # DiyaT "I need to stop thinking about this. It's making my mind race. I can't relax enough to sleep." + DiyaT "Eu preciso parar de pensar nisso. Tá fazendo minha mente acelerar. Eu não consigo relaxar o suficiente para dormir." + +# game/2_diya.rpy:477 +translate brazilian_portuguese cantSleep_d55ec1c4: + + # "Diya checks her alarm clock." + "Diya olha seu despertador." + +# game/2_diya.rpy:479 +translate brazilian_portuguese cantSleep_3dfbec86: + + # DiyaT "It's midnight already. And I need to wake up at seven tomorrow!" + DiyaT "Já é meia noite. E eu preciso acordar às sete amanhã!" + +# game/2_diya.rpy:480 +translate brazilian_portuguese cantSleep_5e1bc799: + + # DiyaT "I need to fall asleep right now! Or else I'll get less than seven hours of sleep." + DiyaT "Eu preciso dormir agora! Ou eu vou ter menos de sete horas de sono." + +# game/2_diya.rpy:485 +translate brazilian_portuguese cantSleep_93cccaa1: + + # "Diya squeezes her eyes shut and starts counting." + "Diya aperta seus olhos e começa a contar." + +# game/2_diya.rpy:486 +translate brazilian_portuguese cantSleep_76824bf3: + + # DiyaT "One...two...three..." + DiyaT "Uma...duas...três..." + +# game/2_diya.rpy:487 +translate brazilian_portuguese cantSleep_eb27997a: + + # DiyaT "Four...five...six..." + DiyaT "Quatro...cinco...seis..." + +# game/2_diya.rpy:488 +translate brazilian_portuguese cantSleep_7f5f05d9: + + # DiyaT "Six...Giant pandas have six fingers..." + DiyaT "Seis...Pandas-gigantes tem seis patas..." + +# game/2_diya.rpy:489 +translate brazilian_portuguese cantSleep_fd90cf8b: + + # DiyaT "And their thumbs are opposable like primates' thumbs. These similar features are called analogous structures." + DiyaT "E seus polegares são oponíveis como os polegares dos primatas. Essas características semelhantes são chamadas de estruturas análogas." + +# game/2_diya.rpy:490 +translate brazilian_portuguese cantSleep_f81ccd64: + + # DiyaT "...Shoot, I was supposed to be counting sheep." + DiyaT "...Droga, era pra eu estar contando ovelhas." + +# game/2_diya.rpy:491 +translate brazilian_portuguese cantSleep_ef5ede6c: + + # DiyaT "What number was I on again?" + DiyaT "Em que número que eu estava mesmo?" + +# game/2_diya.rpy:492 +translate brazilian_portuguese cantSleep_6a15702b: + + # DiyaT "Let's start over." + DiyaT "Vou recomeçar." + +# game/2_diya.rpy:493 +translate brazilian_portuguese cantSleep_41606471: + + # DiyaT "One...two..." + DiyaT "Uma...duas..." + +# game/2_diya.rpy:494 +translate brazilian_portuguese cantSleep_5ebeb388: + + # DiyaT "Two...Birds and bats are two groups that evolved flight independently..." + DiyaT "Dois...Pássaros e morcegos são dois grupos que evoluíram voando independentemente..." + +# game/2_diya.rpy:496 +translate brazilian_portuguese cantSleep_7f9fc011: + + # "Diya keeps trying to count without getting sidetracked, but after an hour, she's more awake and frustrated than ever." + "Diya continua tentando contar sem se distrair, mas depois de uma hora, ela está mais acordada e frustrada do que nunca." + +# game/2_diya.rpy:500 +translate brazilian_portuguese cantSleep_931923aa: + + # DiyaT "I looked up some breathing exercises that're supposed to make you sleepier." + DiyaT "Eu procurei alguns exercícios de respiração que deveriam te fazer mais sonolento." + +# game/2_diya.rpy:503 +translate brazilian_portuguese cantSleep_05c23eaf: + + # "Diya squeezes her eyes shut, inhaling slowly and steadily..." + "Diya aperta seus olhos, inspirando lentamente e calmamente..." + +# game/2_diya.rpy:504 +translate brazilian_portuguese cantSleep_e160f932: + + # DiyaT "Now I'll breathe out on a count of one...two...three..." + DiyaT "Agora vou expirar contando até um...dois...três..." + +# game/2_diya.rpy:505 +translate brazilian_portuguese cantSleep_eb27997a_1: + + # DiyaT "Four...five...six..." + DiyaT "Quatro...cinco...seis..." + +# game/2_diya.rpy:506 +translate brazilian_portuguese cantSleep_7f5f05d9_1: + + # DiyaT "Six...Giant pandas have six fingers..." + DiyaT "Seis...Pandas-gigantes tem seis patas..." + +# game/2_diya.rpy:507 +translate brazilian_portuguese cantSleep_69a0994f: + + # DiyaT "And their thumbs are opposable like primates' thumbs. These similar features are called analogous structures..." + DiyaT "E seus polegares são oponíveis como os polegares dos primatas. Essas características semelhantes são chamadas de estruturas análogas." + +# game/2_diya.rpy:508 +translate brazilian_portuguese cantSleep_2238904f: + + # DiyaT "Shoot, I started thinking about the presentation again." + DiyaT "Droga, eu comecei a pensar na apresentação de novo." + +# game/2_diya.rpy:509 +translate brazilian_portuguese cantSleep_6a15702b_1: + + # DiyaT "Let's start over." + DiyaT "Vou recomeçar." + +# game/2_diya.rpy:510 +translate brazilian_portuguese cantSleep_41606471_1: + + # DiyaT "One...two..." + DiyaT "Um...dois..." + +# game/2_diya.rpy:511 +translate brazilian_portuguese cantSleep_5ebeb388_1: + + # DiyaT "Two...Birds and bats are two groups that evolved flight independently..." + DiyaT "Dois...Pássaros e morcegos são dois grupos que evoluíram a habilidade de voar independentemente..." + +# game/2_diya.rpy:513 +translate brazilian_portuguese cantSleep_c0e290ab: + + # "Diya keeps trying to breathe without getting sidetracked, but after an hour, she's more awake and frustrated than ever." + "Diya continua tentando respirar sem se distrair, mas depois de uma hora, ela está mais acordada e frustrada do que nunca." + +# game/2_diya.rpy:517 +translate brazilian_portuguese cantSleep_41b15885: + + # DiyaT "Sometimes when I can't sleep, I fantasize that Min is hugging me and saying nice things to me." + DiyaT "As vezes quando não consigo dormir, eu fantasio que a Min está me abraçando e dizendo coisas legais para mim." + +# game/2_diya.rpy:518 +translate brazilian_portuguese cantSleep_c465dc33: + + # DiyaT "Usually this works." + DiyaT "Normalmente isso funciona." + +# game/2_diya.rpy:521 +translate brazilian_portuguese cantSleep_2c997994: + + # "Diya hugs herself with one arm and squeezes her eyes shut." + "Diya se abraça com um braço e aperta seus olhos." + +# game/2_diya.rpy:522 +translate brazilian_portuguese cantSleep_60da6008: + + # DiyaT "Min is holding me really close, and telling me I'm going to fall asleep in her arms..." + DiyaT "Min está me segurando bem forte, e me falando que eu vou dormir nos braços dela..." + +# game/2_diya.rpy:523 +translate brazilian_portuguese cantSleep_454b4cad: + + # DiyaT "And she's stroking my side with her hand..." + DiyaT "E ela está acariciando meu braço com a mão..." + +# game/2_diya.rpy:524 +translate brazilian_portuguese cantSleep_cd554f01: + + # DiyaT "Hands...Primates have hands, too..." + DiyaT "Mãos...Primatas tem mãos, também..." + +# game/2_diya.rpy:525 +translate brazilian_portuguese cantSleep_bd342a52: + + # DiyaT "And their thumbs are opposable like pandas' thumbs. These similar features are called analogous structures..." + DiyaT "E seus polegares são oponíveis como os polegares dos pandas. Esses recursos semelhantes são chamados de estruturas análogas..." + +# game/2_diya.rpy:526 +translate brazilian_portuguese cantSleep_2238904f_1: + + # DiyaT "Shoot, I started thinking about the presentation again." + DiyaT "Droga, eu comecei a pensar na apresentação de novo." + +# game/2_diya.rpy:527 +translate brazilian_portuguese cantSleep_9d0b4e2c: + + # DiyaT "Forget the presentation! Just think about Min." + DiyaT "Esquece a apresentação! Pensa só na Min." + +# game/2_diya.rpy:528 +translate brazilian_portuguese cantSleep_31c3235b: + + # DiyaT "Min is holding me really tight and saying nice things to me..." + DiyaT "Min está me segurando bem apertado e dizendo coisas legais pra mim..." + +# game/2_diya.rpy:529 +translate brazilian_portuguese cantSleep_f1d9c561: + + # DiyaT "And we're all alone together...It's just the two of us..." + DiyaT "E nós estamos sozinhas juntas... Só nós duas..." + +# game/2_diya.rpy:530 +translate brazilian_portuguese cantSleep_5ebeb388_2: + + # DiyaT "Two...Birds and bats are two groups that evolved flight independently..." + DiyaT "Dois...Pássaros e morcegos são dois grupos que evoluíram a habilidade de voar independentemente..." + +# game/2_diya.rpy:532 +translate brazilian_portuguese cantSleep_6b6e27a0: + + # "Diya keeps trying to imagine Min comforting her without getting sidetracked, but after an hour, she's more awake and frustrated than ever." + "Diya continua tentando imaginar a Min confortando ela sem se distrair, mas depois de uma hora, ela está mais acordada e frustrada do que nunca." + +# game/2_diya.rpy:535 +translate brazilian_portuguese cantSleep_683e4a28: + + # DiyaT "There's so much anxious energy pent up in my body, I feel like running a marathon." + DiyaT "Tem tanta energia ansiosa reprimida em meu corpo que sinto vontade de correr uma maratona." + +# game/2_diya.rpy:536 +translate brazilian_portuguese cantSleep_36545e38: + + # DiyaT "Maybe if I release all that energy, I can finally doze off." + DiyaT "Talvez se eu conseguir soltar toda essa energia, eu posso finalmente descansar." + +# game/2_diya.rpy:538 +translate brazilian_portuguese cantSleep_1fe83fc1: + + # "Diya frantically starts doing sit-ups in bed." + "Diya freneticamente começa a fazer abdominais na cama." + +# game/2_diya.rpy:539 +translate brazilian_portuguese cantSleep_c8e75ce4: + + # "After a few sets, she switches to doing jumping jacks in the middle of her room." + "Depois de alguns abdominais, ela passa a fazer polichinelos no meio do quarto." + +# game/2_diya.rpy:541 +translate brazilian_portuguese cantSleep_17c8d0d8: + + # DiyaT "Yeah! Become tired!!" with sshake + DiyaT "Isso! Fique cansada!!" with sshake + +# game/2_diya.rpy:543 +translate brazilian_portuguese cantSleep_1e7c91f9: + + # "After several minutes of frenzied exercise, Diya lies back down in bed, her heart pounding..." + "Depois de vários minutos de exercício frenético, Diya se deita na cama, com o coração batendo forte..." + +# game/2_diya.rpy:545 +translate brazilian_portuguese cantSleep_82c9b998: + + # DiyaT "Phew. Hopefully that didn't just make me even more awake." + DiyaT "Ufa. Se eu tiver sorte, isso não me deixou ainda mais acordada." + +# game/2_diya.rpy:547 +translate brazilian_portuguese cantSleep_6a5492a9: + + # "Diya wearily checks her clock again." + "Diya, cansada, verifica seu relógio novamente." + +# game/2_diya.rpy:550 +translate brazilian_portuguese cantSleep_79ebbaf5: + + # DiyaT "It's two in the morning! I need to fall asleep right now so I can at least get five hours of sleep!!!" with sshake + DiyaT "São duas da manhã! Eu preciso dormir agora para que eu tenha pelo menos cinco horas de sono!!!" with sshake + +# game/2_diya.rpy:552 +translate brazilian_portuguese cantSleep_50ca3195: + + # "Diya ends up lying awake for a few more hours..." + "Diya acaba ficando deitada acordada por mais algumas horas..." + +# game/2_diya.rpy:554 +translate brazilian_portuguese cantSleep_adeb99a8: + + # "Just as the sun begins coming up, she loses consciousness from sheer exhaustion..." + "Assim que o sol começa a nascer, ela perde a consciência por pura exaustão..." + +# game/2_diya.rpy:560 +translate brazilian_portuguese walkToSchool_8411a72f: + + # "After what feels like a few minutes of sleep, Diya's alarms go off." + "Depois do que parecem ser minutos de sono, o despertador de Diya toca." + +# game/2_diya.rpy:562 +translate brazilian_portuguese walkToSchool_b15a9f05: + + # Diya "...................." + Diya "...................." + +# game/2_diya.rpy:568 +translate brazilian_portuguese walkToSchool_7a62121c: + + # "Diya hits all her alarms without even bothering to open her eyes." + "Diya desliga todos seus alarmes sem nem abrir os olhos." + +# game/2_diya.rpy:569 +translate brazilian_portuguese walkToSchool_c8e9f276: + + # DiyaT "I don't feel rested at all...Barely got any sleep." + DiyaT "Eu realmente não me sinto descansada... Mal dormi." + +# game/2_diya.rpy:570 +translate brazilian_portuguese walkToSchool_d59b9df3: + + # "Her morning routine includes lying in bed for ten minutes thinking about how tired she is. " + "A rotina matinal dela inclui ela deitar na cama por 10 minutos pensando sobre quão cansada ela está. " + +# game/2_diya.rpy:575 +translate brazilian_portuguese walkToSchool_f3981de6: + + # DiyaT "Nnnnnooooooooo..." + DiyaT "Nnnnãããoooooo..." + +# game/2_diya.rpy:576 +translate brazilian_portuguese walkToSchool_1256ede9: + + # DiyaT "I'm so anxious I feel like I'm gonna explode..." + DiyaT "Eu estou tão ansiosa que sinto que vou explodir..." + +# game/2_diya.rpy:577 +translate brazilian_portuguese walkToSchool_97f55faf: + + # DiyaT "I don't have Biology till fifth period. So I'm going to be stewing in this dread for hours..." + DiyaT "Eu não tenho Biologia até o quinto período. Então vou ficar me revirando em angústias por horas..." + +# game/2_diya.rpy:578 +translate brazilian_portuguese walkToSchool_f28d8787: + + # DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + +# game/2_diya.rpy:579 +translate brazilian_portuguese walkToSchool_97ac099b: + + # "Ten minutes pass like this." + "Dez minutos disso se passam." + +# game/2_diya.rpy:580 +translate brazilian_portuguese walkToSchool_5dcf543b: + + # "Finally, Diya drags herself out of bed and steels herself for the terrifying day ahead." + "Finalmente, Diya se arrasta para fora de sua cama e se prepara para o dia terrível a vir." + +# game/2_diya.rpy:585 +translate brazilian_portuguese walkToSchool_7fb840fd: + + # DiyaT "Akarsha messaged me. That normally means she's on her way to my house." + DiyaT "Akarsha me mandou uma mensagem. Isso normalmente quer dizer que ela está a caminho da minha casa." + +# game/2_diya.rpy:597 +translate brazilian_portuguese ay_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/2_diya.rpy:598 +translate brazilian_portuguese ay_6ffc76d4: + + # cAkarsha "ay diya" + cAkarsha "ei diya" + +# game/2_diya.rpy:599 +translate brazilian_portuguese ay_81ffa3a4: + + # cSame ":^)" + cSame ":^)" + +# game/2_diya.rpy:600 +translate brazilian_portuguese ay_e169e266: + + # cSame "{image=diyaTheHedgehog.png}" + cSame "{image=diyaTheHedgehog.png}" + +# game/2_diya.rpy:601 +translate brazilian_portuguese ay_1ad5fa81: + + # cDiya "????" + cDiya "????" + +# game/2_diya.rpy:602 +translate brazilian_portuguese ay_95ee6139: + + # cSame "What is that" + cSame "O que é isso" + +# game/2_diya.rpy:603 +translate brazilian_portuguese ay_01dfaa00: + + # cAkarsha "i googled Diya the Hedgehog and thats what came up" + cAkarsha "eu procurei no google diya the hedgehog e isso apareceu" + +# game/2_diya.rpy:604 +translate brazilian_portuguese ay_3a028725: + + # cNarrator "Diya has gone offline." + cNarrator "Diya ficou offline." + +# game/2_diya.rpy:606 +translate brazilian_portuguese ay_76b2fe88: + + # nvl clear + nvl clear + +# game/2_diya.rpy:608 +translate brazilian_portuguese ay_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:610 +translate brazilian_portuguese ay_c39e5151: + + # DiyaT "How can she act so normal on a day like this?" + DiyaT "Como ela pode agir tão normal em um dia como esse?" + +# game/2_diya.rpy:611 +translate brazilian_portuguese ay_06f35054: + + # DiyaT "I wish I was all outgoing and good at talking like her..." + DiyaT "Eu queria que eu fosse extrovertida e boa em falar em público como ela..." + +# game/2_diya.rpy:619 +translate brazilian_portuguese ay_fdd5289a: + + # "Diya goes outside." + "Diya sai de casa." + +# game/2_diya.rpy:622 +translate brazilian_portuguese ay_8758287b: + + # Akarsha "Yo! Ready to blow everyone outta the water with our amazing group presentation?" + Akarsha "Opa! Pronta pra explodir cabeças com nossa incrível apresentação em grupo?" + +# game/2_diya.rpy:624 +translate brazilian_portuguese ay_32295165: + + # DiyaT "No......" + DiyaT "Não......" + +# game/2_diya.rpy:627 +translate brazilian_portuguese ay_9d3fca05: + + # "Diya nervously strides off, forcing Akarsha to jog to keep up with her." + "Diya nervosamente sai andando, forçando Akarsha a correr para acompanhá-la." + +# game/2_diya.rpy:629 +translate brazilian_portuguese ay_e5262ecf: + + # Akarsha "Hey, hold your horses!" + Akarsha "Ei, calma aí!" + +# game/2_diya.rpy:635 +translate brazilian_portuguese ay_defb4d52: + + # Akarsha "Slow down! Some of us have average-length legs, yanno!" + Akarsha "Vai mais devagar! Algumas de nós tem pernas em tamanho normal, sabe!" + +# game/2_diya.rpy:637 +translate brazilian_portuguese ay_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:640 +translate brazilian_portuguese ay_39068577: + + # Akarsha "Miss long legs..." + Akarsha "Senhora perna grande..." + +# game/2_diya.rpy:642 +translate brazilian_portuguese ay_3bc934a7: + + # Akarsha "Or should I say Daddy Long Legs..." + Akarsha "Ou quem sabe Papai das Pernas Longas..." + +# game/2_diya.rpy:644 +translate brazilian_portuguese ay_4ed38bca: + + # Diya "Don't call me that." + Diya "Não me chama assim." + +# game/2_diya.rpy:647 +translate brazilian_portuguese ay_489657f7: + + # Akarsha "You're so cold to me, bro. I'm dyin' here..." + Akarsha "Você é fria comigo, cara. Eu tô morrendo aqui..." + +# game/2_diya.rpy:650 +translate brazilian_portuguese ay_56549d98: + + # Diya "Why would you die if you can't call me Daddy Long Legs. Weirdo." with sshake + Diya "Por que você morreria por não poder me chamar de Papai das Pernas Longas. Esquisita." with sshake + +# game/2_diya.rpy:655 +translate brazilian_portuguese ay_06ad00e4: + + # DiyaT "So dark and cloudy today. Think it's gonna rain..." + DiyaT "O céu está escuro e nublado hoje. Acho que vai chover..." + +# game/2_diya.rpy:658 +translate brazilian_portuguese ay_2ae13b79: + + # Akarsha "Ay Diya..." + Akarsha "Ô Diya..." + +# game/2_diya.rpy:659 +translate brazilian_portuguese ay_b090fe88: + + # Akarsha "What do you think {incoherent}( ? ? ? ){/incoherent}" + Akarsha "O que você acha de {incoherent}( ? ? ? ){/incoherent}" + +# game/2_diya.rpy:662 +translate brazilian_portuguese ay_3c7f4aa8: + + # DiyaT "I wish real life had captions like on TV. No clue what anyone's ever saying to me." + DiyaT "Eu gostaria que eu tivesse legendas na vida real assim como na TV. Não tenho ideia do que falam para mim." + +# game/2_diya.rpy:664 +translate brazilian_portuguese ay_f2fff244: + + # Diya "What?" + Diya "O quê?" + +# game/2_diya.rpy:667 +translate brazilian_portuguese ay_20dd4491: + + # Akarsha "What do {incoherent}( ? ? ? ){/incoherent}" + Akarsha "O que você {incoherent}( ? ? ? ){/incoherent}" + +# game/2_diya.rpy:670 +translate brazilian_portuguese ay_f2fff244_1: + + # Diya "What?" + Diya "O quê?" + +# game/2_diya.rpy:673 +translate brazilian_portuguese ay_a77cb5f0: + + # Akarsha "What do you think happens {incoherent}( ? ? ? ){/incoherent}" + Akarsha "O que você acha que acontece {incoherent}( ? ? ? ){/incoherent}" + +# game/2_diya.rpy:676 +translate brazilian_portuguese ay_6e8840cd: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:679 +translate brazilian_portuguese ay_9c3d5435: + + # Akarsha "Oh wait, sorry. I forgot about your ear..." + Akarsha "Ah espera, desculpa. Esqueci da sua orelha..." + +# game/2_diya.rpy:681 +translate brazilian_portuguese ay_0f456459: + + # "Akarsha switches to Diya's other side so she can hear her over the sound of traffic." + "Akarsha muda para o outro lado de Diya, para que ela possa ouvir por cima do barulho do tráfego." + +# game/2_diya.rpy:683 +translate brazilian_portuguese ay_541d5e56: + + # Akarsha "What do you think happens to a Teletubby when its screen gets destroyed?" + Akarsha "O que você acha que acontece com um Teletubby quando a tela dele é destruída?" + +# game/2_diya.rpy:686 +translate brazilian_portuguese ay_2a4f8191: + + # Akarsha "{cps=0}What do you think happens to a Teletubby when its screen gets destroyed?{/cps}" nointeract + Akarsha "{cps=0}O que você acha que acontece com um Teletubby quando a tela dele é destruída?{/cps}" nointeract + +# game/2_diya.rpy:691 +translate brazilian_portuguese ay_d2ea1eeb: + + # Diya "Why would anything happen?" + Diya "Por que algo aconteceria?" + +# game/2_diya.rpy:692 +translate brazilian_portuguese ay_37bf183b: + + # Diya "It's not like it needs the screen to live." + Diya "Não é como se ele precisasse da tela para viver." + +# game/2_diya.rpy:695 +translate brazilian_portuguese ay_25f50ab4: + + # Akarsha "But the fact that it's called a Teletubby implies the television is part of its body, doesn't it?" + Akarsha "Mas o fato de ele ser chamado um Teletubby implica que a televisão é parte do corpo dele, não?" + +# game/2_diya.rpy:698 +translate brazilian_portuguese ay_01d57425: + + # Diya "That doesn't mean it needs it to live." + Diya "Não significa que ele precisa dela para viver." + +# game/2_diya.rpy:699 +translate brazilian_portuguese ay_8058be95: + + # Diya "You could dye a bluebird pink and it'd still survive. It'd just be a pinkbird." + Diya "Você poderia pintar um azulão de rosa e ele ainda sobreviveria. Ele só seria um rosão." + +# game/2_diya.rpy:700 +translate brazilian_portuguese ay_ee74818f: + + # Diya "If you get rid of a Teletubby's screen it just becomes a Tubby." + Diya "Se você se livrar da tela de um Teletubby ele apenas vira um Tubby." + +# game/2_diya.rpy:703 +translate brazilian_portuguese ay_dc5557bf: + + # Akarsha "Destroying the screen is a way bigger change than changing something's color, though. It's like, built into its stomach." + Akarsha "Destruir a tela é uma mudança bem maior do que mudar a cor de algo, entretanto. É tipo, construído dentro do estômago dele." + +# game/2_diya.rpy:706 +translate brazilian_portuguese ay_a6591d1e: + + # Diya "So? TV's not a living part with cells and stuff. More like hair or fingernails." + Diya "E? TV's não são uma coisa viva com células e etc. É mais algo tipo cabelo ou unhas." + +# game/2_diya.rpy:707 +translate brazilian_portuguese ay_d843fed1: + + # Diya "It's not painful to get haircuts." + Diya "Não doí ir cortar o cabelo." + +# game/2_diya.rpy:710 +translate brazilian_portuguese ay_8eec4652: + + # Akarsha "Speak for yourself. I've gotten some extremely catastrophic ones before." + Akarsha "Fale por si mesma. Eu já tive alguns cortes extremamente catastróficos." + +# game/2_diya.rpy:713 +translate brazilian_portuguese ay_33c3415a: + + # Diya "Okay...But you can't die from it." + Diya "Okay...Mas você não pode morrer disso." + +# game/2_diya.rpy:716 +translate brazilian_portuguese ay_5a2e6abd: + + # Akarsha "...Or can I? Challenge accepted." + Akarsha "...Ou será que eu posso? Desafio aceito." + +# game/2_diya.rpy:719 +translate brazilian_portuguese ay_cd9457b4: + + # Diya "That wasn't a challenge." with sshake + Diya "Isso não foi um desafio." with sshake + +# game/2_diya.rpy:726 +translate brazilian_portuguese ay_c28c6006: + + # Diya "It'd be like punching it in the heart or something." + Diya "Seria algo tipo socar ele no coração ou algo assim." + +# game/2_diya.rpy:729 +translate brazilian_portuguese ay_89a1f811: + + # Akarsha "Damn, that's dark." + Akarsha "Porra, isso é pesado." + +# game/2_diya.rpy:732 +translate brazilian_portuguese ay_4be652f2: + + # Diya "You asked." + Diya "Você que perguntou." + +# game/2_diya.rpy:735 +translate brazilian_portuguese ay_68d032d6: + + # Akarsha "I dunno...Screens are so fragile, though." + Akarsha "Sei não...Telas são tão frágeis, entretanto." + +# game/2_diya.rpy:736 +translate brazilian_portuguese ay_837f83a6: + + # Akarsha "If it's that important, you'd think the Teletubbies would've evolved a ribcage over it or something to protect it." + Akarsha "Se é tão importante, seria lógico pensar que os Teletubbies teriam evoluído uma caixa torácica ou algo assim para protegê-la." + +# game/2_diya.rpy:739 +translate brazilian_portuguese ay_c1f53a19: + + # Diya "But they can't. They couldn't see what's on the screens if they were covered." + Diya "Mas eles não podem. Eles não poderiam ver o que está nas telas se elas estivessem cobertas." + +# game/2_diya.rpy:740 +translate brazilian_portuguese ay_c786b2a2: + + # Diya "Must be like why our eyes don't have bones over them even though they're delicate." + Diya "Deve ser tipo o por quê dos nossos olhos não terem ossos sobre eles apesar dos olhos serem delicados." + +# game/2_diya.rpy:741 +translate brazilian_portuguese ay_6840a761: + + # Diya "We wouldn't be able to see." + Diya "Nós não poderíamos ver." + +# game/2_diya.rpy:744 +translate brazilian_portuguese ay_ca778994: + + # Akarsha "Whoa, you might be onto something." + Akarsha "Uau, você pode estar no caminho certo." + +# game/2_diya.rpy:746 +translate brazilian_portuguese ay_776d297d: + + # Akarsha "You should become a scientist. A Teletubby scientist." + Akarsha "Você deveria virar uma cientista. Uma cientista de Teletubbies." + +# game/2_diya.rpy:749 +translate brazilian_portuguese ay_78219d12: + + # DiyaT "I doubt the world really needs Teletubby scientists..." + DiyaT "Eu duvido que o mundo realmente precise de cientistas de Teletubbies..." + +# game/2_diya.rpy:755 +translate brazilian_portuguese ay_ac67eed5: + + # Diya "Where is this even coming from." + Diya "De onde que essa pergunta sequer veio." + +# game/2_diya.rpy:756 +translate brazilian_portuguese ay_e1a639c2: + + # Diya "Have you been watching Teletubbies lately or something?" + Diya "Você andou vendo Teletubbies recentemente ou algo assim?" + +# game/2_diya.rpy:759 +translate brazilian_portuguese ay_e5f92918: + + # Akarsha "What? No!" + Akarsha "O quê? Não!" + +# game/2_diya.rpy:761 +translate brazilian_portuguese ay_1007674f: + + # Akarsha "It's called having a healthy curiosity about the world around us, my friend." + Akarsha "Isso se chama ter uma curiosidade saudável sobre o mundo ao redor de nós, cara amiga." + +# game/2_diya.rpy:764 +translate brazilian_portuguese ay_2b6532d0: + + # Diya "Doesn't sound healthy to me. What kind of person thinks of destroying Teletubbies." + Diya "Não parece saudável para mim. Que tipo de pessoa pensa em destruir Teletubbies." + +# game/2_diya.rpy:765 +translate brazilian_portuguese ay_0160ef68: + + # Diya "They're so colorful and friendly. Messed up." + Diya "Eles são tão coloridos e amigáveis. É doentio." + +# game/2_diya.rpy:768 +translate brazilian_portuguese ay_2e63c206: + + # Akarsha "Wow, geez! I see you're not ready for my cutting-edge Dragon Tales theories, either." + Akarsha "Uau, nossa! Vejo que você também não está pronta para minhas teorias de ponta sobre as Historinhas de Dragões." + +# game/2_diya.rpy:781 +translate brazilian_portuguese courtyardArrive_e929e2da: + + # "As Diya and Akarsha arrive at school, Diya feels something cold and wet drop onto her shoulder." + "Assim que Diya e Akarsha chegam na escola, Diya sente algo frio e molhado cair em seu ombro." + +# game/2_diya.rpy:784 +translate brazilian_portuguese courtyardArrive_17a03cd6: + + # DiyaT "It's raining!" with sshake + DiyaT "Está chovendo!" with sshake + +# game/2_diya.rpy:787 +translate brazilian_portuguese courtyardArrive_b67dd80a: + + # Akarsha "Gah! I'm heading inside." + Akarsha "Gah! Eu vou para dentro." + +# game/2_diya.rpy:793 +translate brazilian_portuguese courtyardArrive_d68491ce: + + # "Akarsha scurries off as the rain picks up. Soon, torrents of water are pelting the ground." + "Akarsha sai correndo enquanto a chuva aumenta. Logo, torrentes de água estão caindo no chão." + +# game/2_diya.rpy:795 +translate brazilian_portuguese courtyardArrive_7b89a5fd: + + # DiyaT "I still need to get my things from my locker." + DiyaT "Eu ainda preciso pegar minhas coisas do meu armário." + +# game/2_diya.rpy:846 +translate brazilian_portuguese cantGoRain_930e7787: + + # DiyaT "I need to get my stuff from the locker first." + DiyaT "Eu preciso pegar minhas coisas do meu armário primeiro." + +# game/2_diya.rpy:865 +translate brazilian_portuguese useLockerRain_29aa0f49: + + # "Noelle is hunched over in front of their shared locker and frowning at its contents." + "Noelle está curvada na frente de seu armário compartilhado e franzindo a testa para seu conteúdo." + +# game/2_diya.rpy:867 +translate brazilian_portuguese useLockerRain_cfab172b: + + # Noelle "Good morning." + Noelle "Bom dia." + +# game/2_diya.rpy:868 +translate brazilian_portuguese useLockerRain_a536cdaf: + + # Noelle "We need to remove our books from the locker or they'll get soaked in the rain." + Noelle "Nós precisamos tirar nossos livros do armário ou eles vão ficar encharcados na chuva." + +# game/2_diya.rpy:871 +translate brazilian_portuguese useLockerRain_1f767bb1: + + # Diya "Oh, no." + Diya "Ah, não." + +# game/2_diya.rpy:872 +translate brazilian_portuguese useLockerRain_cd87ecd6: + + # Diya "Won't the roof overhang block it?" + Diya "A ponta do telhado não vai bloquear a chuva?" + +# game/2_diya.rpy:875 +translate brazilian_portuguese useLockerRain_63801ce4: + + # Noelle "No, look at it. The wind's blowing the rain inward." + Noelle "Não, olhe pra ela. O vento está empurrando a chuva para dentro." + +# game/2_diya.rpy:878 +translate brazilian_portuguese useLockerRain_e53a30d8: + + # DiyaT "Yeah...We're even getting damp standing here right now." + DiyaT "É...Nós estamos ficando encharcadas só de estarmos aqui paradas." + +# game/2_diya.rpy:881 +translate brazilian_portuguese useLockerRain_24435af4: + + # "Diya takes a mini travel umbrella from her backpack and opens it." + "Diya pega uma sombrinha de sua mochila e abre ela." + +# game/2_diya.rpy:882 +translate brazilian_portuguese useLockerRain_a99a0d46: + + # "As Diya diligently holds it over the two of them, Noelle holds her daily water bottle out to her without looking." + "Enquanto Diya a segura atentamente sobre as duas, Noelle estende sua garrafa de água diária para ela sem nem olhar." + +# game/2_diya.rpy:884 +translate brazilian_portuguese useLockerRain_bf3184e4: + + # Noelle "Also, can you open this water bottle?" + Noelle "Inclusive, você pode abrir essa garrafinha?" + +# game/2_diya.rpy:888 +translate brazilian_portuguese useLockerRain_86b9d457: + + # "Diya holds the umbrella with one hand and grabs the water bottle with the other." + "Diya segura a sombrinha com uma mão e pega a garrafa da água com a outra." + +# game/2_diya.rpy:890 +translate brazilian_portuguese useLockerRain_db5d3b58: + + # DiyaT "Don't have enough hands to open it..." + DiyaT "Não tenho mão suficiente para abrir ela..." + +# game/2_diya.rpy:892 +translate brazilian_portuguese useLockerRain_b5595463: + + # "Diya carefully balances the water bottle on top of Noelle's head as she continues pulling her library books from their locker." + "Diya cuidadosamente balanceia a garrafa da água na cabeça de Noelle enquanto ela continua pegando livros da biblioteca de seu armário." + +# game/2_diya.rpy:894 +translate brazilian_portuguese useLockerRain_d61ce29e: + + # Noelle "......" + Noelle "......" + +# game/2_diya.rpy:897 +translate brazilian_portuguese useLockerRain_58f85320: + + # Diya "......" + Diya "......" + +# game/2_diya.rpy:899 +translate brazilian_portuguese useLockerRain_edc4d25a: + + # "Diya grips the bottle's cap with her index finger and thumb while pressing the bottle down on Noelle's head with the rest of her hand." + "Diya segura a tampa da garrafa com o dedo indicador e o polegar enquanto pressiona a garrafa na cabeça de Noelle com o resto da mão." + +# game/2_diya.rpy:900 +translate brazilian_portuguese useLockerRain_7f3b02dd: + + # "She manages to twist it open without spilling any of the water." + "Ela dá um jeito abri-la sem derramar água." + +# game/2_diya.rpy:902 +translate brazilian_portuguese useLockerRain_57537cff: + + # Diya "....!" + Diya "....!" + +# game/2_diya.rpy:904 +translate brazilian_portuguese useLockerRain_a747211b: + + # DiyaT "I'm pretty proud of myself for pulling that off." + DiyaT "Estou bem orgulhosa de mim mesma por ter conseguido fazer isso." + +# game/2_diya.rpy:906 +translate brazilian_portuguese useLockerRain_55e67ecc: + + # "She closes the cap and gives it back to Noelle as she slots the last of her novels into her bookbag." + "Ela fecha a tampa e a devolve para Noelle enquanto ela guarda seus últimos livros na sua bolsa de livros." + +# game/2_diya.rpy:908 +translate brazilian_portuguese useLockerRain_c728b2c9: + + # Noelle "Thank you." + Noelle "Obrigado." + +# game/2_diya.rpy:909 +translate brazilian_portuguese useLockerRain_97c1d6b5: + + # Noelle "I've finished rescuing all my water-sensitive items. It's your turn." + Noelle "Eu terminei de resgatar todos meus itens sensíveis a água. Sua vez." + +# game/2_diya.rpy:911 +translate brazilian_portuguese useLockerRain_e6cc2f6a: + + # "Diya peers into her and Noelle's shared locker." + "Diya espia no armário compartilhado dela e de Noelle." + +# game/2_diya.rpy:914 +translate brazilian_portuguese useLockerRain_9953c53a: + + # "Diya opens her and Noelle's shared locker." + "Diya abre o armário compartilhado dela e de Noelle." + +# game/2_diya.rpy:987 +translate brazilian_portuguese closeLocker_4f5b729c: + + # Noelle "I'm ready to head to class when you are." + Noelle "Estou pronta para ir para a aula quando você estiver." + +# game/2_diya.rpy:989 +translate brazilian_portuguese closeLocker_d98abe15: + + # DiyaT "Wish I could just head home and go to bed..." + DiyaT "Queria que eu pudesse só ir pra casa e ir pra cama..." + +# game/2_diya.rpy:996 +translate brazilian_portuguese getStuff_039fc582: + + # "Diya slips her books and binders into her backpack." + "Diya enfia seus livros e fichários em sua mochila." + +# game/2_diya.rpy:1004 +translate brazilian_portuguese rosin_d147eb49: + + # DiyaT "This is rosin for string instruments." + DiyaT "Essa resina é para instrumentos de corda." + +# game/2_diya.rpy:1006 +translate brazilian_portuguese rosin_8212b0ee: + + # DiyaT "The first time Noelle showed it to me,{w=0.10} I tried to eat it." + DiyaT "A primeira vez que a Noelle mostrou ela para mim, {w=0.10} eu tentei comê-la." + +# game/2_diya.rpy:1008 +translate brazilian_portuguese rosin_204a6640: + + # Diya "Why do you have this, anyway?" + Diya "Por que você tem isso, afinal?" + +# game/2_diya.rpy:1009 +translate brazilian_portuguese rosin_74b66178: + + # Diya "You only play piano." + Diya "Você só toca o piano." + +# game/2_diya.rpy:1012 +translate brazilian_portuguese rosin_1798290a: + + # Noelle "It's the same kind Akarsha uses. She plays the cello in her orchestra class." + Noelle "É o mesmo tipo que a Akarsha usa. Ela toca violoncelo na aula de orquestra dela." + +# game/2_diya.rpy:1014 +translate brazilian_portuguese rosin_f212fb94: + + # Noelle "Whenever she drops and cracks the one she's using, she leaves it in her locker, and I secretly replace it with an identical copy." + Noelle "Toda vez que ela deixa cair e quebra a que ela está usando, ela deixa no armário dela, e eu secretamente troco a resina por uma cópia idêntica." + +# game/2_diya.rpy:1017 +translate brazilian_portuguese rosin_7928b0c2: + + # Diya ".....?" + Diya ".....?" + +# game/2_diya.rpy:1018 +translate brazilian_portuguese rosin_bfe81bfe: + + # Diya "How do you get it in her locker?" + Diya "Como você a coloca no armário dela?" + +# game/2_diya.rpy:1021 +translate brazilian_portuguese rosin_043b3598: + + # Noelle "I figured out her locker combination." + Noelle "Eu descobri a senha do armário dela." + +# game/2_diya.rpy:1024 +translate brazilian_portuguese rosin_88602f9d: + + # Diya "Can't she tell it's just new rosin?" + Diya "Ela não percebe que é só uma resina nova?" + +# game/2_diya.rpy:1027 +translate brazilian_portuguese rosin_5809549c: + + # Noelle "No, I always scratch up the top and make it look worn, so it looks identical to the one she dropped." + Noelle "Não, eu sempre arranho o topo e faço ela parecer usada, para que pareça idêntica a que ela deixou cair." + +# game/2_diya.rpy:1028 +translate brazilian_portuguese rosin_331962a5: + + # Noelle "This is the third one." + Noelle "Essa já é a terceira." + +# game/2_diya.rpy:1029 +translate brazilian_portuguese rosin_3c49d11c: + + # Noelle "By now, she's convinced her rosin has self-healing abilities." + Noelle "Até agora, ela está convencida de que sua resina tem habilidades de autocura." + +# game/2_diya.rpy:1032 +translate brazilian_portuguese rosin_78e8a409: + + # DiyaT "Noelle goes to such lengths just to mess with Akarsha sometimes..." + DiyaT "Noelle vai tão longe só para mexer com a Akarsha às vezes..." + +# game/2_diya.rpy:1033 +translate brazilian_portuguese rosin_766ac751: + + # DiyaT "I don't really know what to make of it." + DiyaT "Eu realmente não sei o que pensar disso." + +# game/2_diya.rpy:1038 +translate brazilian_portuguese rosin_d147eb49_1: + + # DiyaT "This is rosin for string instruments." + DiyaT "Essa resina é para instrumentos de corda." + +# game/2_diya.rpy:1041 +translate brazilian_portuguese rosin_3b5af64f: + + # DiyaT "It looks like you can eat it,{w=0.10} but you can't." + DiyaT "Parece que é comestível,{w=0.10} mas não é." + +# game/2_diya.rpy:1048 +translate brazilian_portuguese lunchbox_1b3baa2a: + + # "Out of curiosity, Diya checks what Noelle has for lunch today." + "Por curiosidade, Diya olha para ver o que a Noelle tem de almoço hoje." + +# game/2_diya.rpy:1050 +translate brazilian_portuguese lunchbox_6609ae50: + + # DiyaT "Rice porridge. Noelle really likes this." + DiyaT "Mingau de arroz. Noelle realmente gosta disso." + +# game/2_diya.rpy:1052 +translate brazilian_portuguese lunchbox_8696af9c: + + # DiyaT "I shouldn't eat it. I don't have much of an appetite today, anyway." + DiyaT "Eu não deveria comer. Não estou com muito apetite hoje, de qualquer jeito." + +# game/2_diya.rpy:1054 +translate brazilian_portuguese lunchbox_af1cb536: + + # "Deeper in the lunchbox, there's also a Ziploc bag of neatly peeled apple slices." + "No fundo da lancheira, há também uma sacola Ziploc com fatias de maçã cuidadosamente descascadas." + +# game/2_diya.rpy:1056 +translate brazilian_portuguese lunchbox_6c242f84: + + # Diya "Thoughtful of your mom to do that." + Diya "Achei carinhoso a sua mãe fazer isso." + +# game/2_diya.rpy:1059 +translate brazilian_portuguese lunchbox_4a7dec73: + + # Noelle "Do what?" + Noelle "Fazer o quê?" + +# game/2_diya.rpy:1062 +translate brazilian_portuguese lunchbox_d3824bb4: + + # Diya "Peel the apple and slice it." + Diya "Descascar a maçã e cortar." + +# game/2_diya.rpy:1063 +translate brazilian_portuguese lunchbox_e7e8ca00: + + # Diya "Most people just eat them whole." + Diya "A maioria das pessoas só comem ela inteira." + +# game/2_diya.rpy:1067 +translate brazilian_portuguese lunchbox_c7d771eb: + + # Noelle "I guess she has to show me she loves me somehow." + Noelle "Eu acho que ela tem que me mostrar que me ama de algum jeito." + +# game/2_diya.rpy:1068 +translate brazilian_portuguese lunchbox_376a63fe: + + # Noelle "Since she lacks the emotional maturity to communicate it through words, she's left to express it through actions." + Noelle "Já que ela não tem a maturidade emocional de comunicar isso verbalmente, resta à ela expressar isso via ações." + +# game/2_diya.rpy:1071 +translate brazilian_portuguese lunchbox_39e04216: + + # Diya "Funny, that sounds like someone else I know." + Diya "Engraçado, isso parece alguém que eu conheço." + +# game/2_diya.rpy:1074 +translate brazilian_portuguese lunchbox_ac4215eb: + + # Noelle "Are you insinuating I'm the same as her?" + Noelle "Você está insinuando que eu que sou como ela?" + +# game/2_diya.rpy:1077 +translate brazilian_portuguese lunchbox_9449eb74: + + # Diya "Maybe." + Diya "Talvez." + +# game/2_diya.rpy:1080 +translate brazilian_portuguese lunchbox_c16ac829: + + # Noelle "I wish I could deny it..." + Noelle "Eu gostaria de poder negar..." + +# game/2_diya.rpy:1082 +translate brazilian_portuguese lunchbox_0699384c: + + # Noelle "Does your mother do the thing too, where after you have an argument, instead of apologizing, she just silently leaves you a plate of fruit to eat?" + Noelle "Sua mãe também faz isso, onde depois de vocês terem uma discussão, em vez de se desculpar, ela só silenciosamente deixa um prato de frutas para você comer?" + +# game/2_diya.rpy:1085 +translate brazilian_portuguese lunchbox_3b71d0de: + + # Diya "!" + Diya "!" + +# game/2_diya.rpy:1086 +translate brazilian_portuguese lunchbox_6b59f3cd: + + # Diya "I thought it was just my mom who did that." + Diya "Eu pensei que era só minha mãe que fazia isso." + +# game/2_diya.rpy:1089 +translate brazilian_portuguese lunchbox_8483185b: + + # Noelle "It must be an immigrant mother thing." + Noelle "Deve ser uma coisa de mães imigrantes." + +# game/2_diya.rpy:1092 +translate brazilian_portuguese lunchbox_eaf0852c: + + # Diya "This is waterproof, right?" + Diya "Isso é a prova da água, certo?" + +# game/2_diya.rpy:1095 +translate brazilian_portuguese lunchbox_a4430859: + + # Noelle "If not waterproof, at least water-resistant." + Noelle "Se não é a prova da água, é pelo menos resistente a água." + +# game/2_diya.rpy:1098 +translate brazilian_portuguese lunchbox_5ca7d674: + + # Diya "Okay. Just checking." + Diya "Okay. Só checando." + +# game/2_diya.rpy:1106 +translate brazilian_portuguese valentinesDayCard_ea3a0a07: + + # DiyaT "It's the Valentine's Day card Min made for me this year." + DiyaT "É o cartão de Dia dos Namorados que a Min fez para mim esse ano." + +# game/2_diya.rpy:1107 +translate brazilian_portuguese valentinesDayCard_d87997d9: + + # DiyaT "Every time I see it, I feel happy." + DiyaT "Toda vez que eu o vejo, eu fico feliz." + +# game/2_diya.rpy:1110 +translate brazilian_portuguese valentinesDayCard_9d52754a: + + # Noelle "You still haven't taken that home?" + Noelle "Você ainda não levou ele pra casa?" + +# game/2_diya.rpy:1113 +translate brazilian_portuguese valentinesDayCard_2dbe76f5: + + # Diya "I'm paranoid my parents will find it if I do." + Diya "Eu estou paranoica que meus pais vão o achar se eu o trazer." + +# game/2_diya.rpy:1115 +translate brazilian_portuguese valentinesDayCard_d7481b0f: + + # Diya "Min said a lot of stuff in it...Even if she were a boy, I don't think they'd be okay with it." + Diya "Min falou um monte de coisas nele...Mesmo que ela fosse um menino, não acho que eles ficariam okay com ele." + +# game/2_diya.rpy:1118 +translate brazilian_portuguese valentinesDayCard_4755412e: + + # Noelle "I see..." + Noelle "Entendo..." + +# game/2_diya.rpy:1121 +translate brazilian_portuguese valentinesDayCard_21fa634c: + + # Diya "Guess I have to move it out of the locker or it'll get soaked and wrinkly, though..." + Diya "Acho que eu vou ter que o tirar do armário ou ele vai ficar encharcado e enrugado..." + +# game/2_diya.rpy:1124 +translate brazilian_portuguese valentinesDayCard_29509ad1: + + # "Diya carefully slips it into her binder's inside pocket." + "Diya cuidadosamente o coloca no bolso interno de seu fichário." + +# game/2_diya.rpy:1126 +translate brazilian_portuguese valentinesDayCard_79c49cd2: + + # Diya "Speaking of Valentine's Day. How's Akarsha's investigation of her secret admirer going." + Diya "Falando em Dia dos Namorados. Como está indo a investigação de Akarsha sobre seu admirador secreto." + +# game/2_diya.rpy:1129 +translate brazilian_portuguese valentinesDayCard_4e369802: + + # Noelle "Awful. And by that, I mean wonderful." + Noelle "Péssima. E com isso, quero dizer incrível." + +# game/2_diya.rpy:1130 +translate brazilian_portuguese valentinesDayCard_9e3e17f1: + + # Noelle "She's utterly lost." + Noelle "Ela está completamente perdida." + +# game/2_diya.rpy:1132 +translate brazilian_portuguese valentinesDayCard_0c3973ce: + + # Noelle "Her list of suspects includes a random guy in our History class, a sophomore she's never uttered a word to before..." + Noelle "Sua lista de suspeitos inclui um cara aleatório em nossa aula de História, um estudante do segundo ano para quem ela nunca disse uma palavra antes..." + +# game/2_diya.rpy:1133 +translate brazilian_portuguese valentinesDayCard_b8352cb1: + + # Noelle "...And even the lunch lady who once gave her two slices of pizza that were stuck together instead of one." + Noelle "...E até a merendeira que uma vez deu a ela duas fatias de pizza grudadas em vez de uma." + +# game/2_diya.rpy:1136 +translate brazilian_portuguese valentinesDayCard_91a0726b: + + # Diya "Wow." + Diya "Uau." + +# game/2_diya.rpy:1137 +translate brazilian_portuguese valentinesDayCard_95ad896e: + + # Diya "We really can keep this up every Valentine's Day without her realizing it's us." + Diya "Nós realmente podemos continuar isso todo Dia dos Namorados sem que ela perceba que somos nós." + +# game/2_diya.rpy:1140 +translate brazilian_portuguese valentinesDayCard_a96af3d3: + + # Noelle "Yes, as long as we don't accidentally let it slip at some point." + Noelle "Sim, desde que nós não deixemos escapar acidentalmente em algum momento." + +# game/2_diya.rpy:1148 +translate brazilian_portuguese groupPresentation_0e5a5750: + + # "Diya loves the sound of rain when she's indoors, especially the drum of water on metal." + "Diya adora o som da chuva quando está dentro de casa, especialmente o tamborilar da água no metal." + +# game/2_diya.rpy:1150 +translate brazilian_portuguese groupPresentation_f0231efa: + + # "Unfortunately, today she's so consumed with dread over her presentation that she's totally unable to enjoy it." + "Infelizmente, hoje ela está tão consumida pelo medo de sua apresentação que ela é totalmente incapaz de apreciar o barulho." + +# game/2_diya.rpy:1151 +translate brazilian_portuguese groupPresentation_2497ed9b: + + # "Her next few hours pass in a sleep-deprived haze..." + "Suas próximas horas passam em uma confusão sonolenta..." + +# game/2_diya.rpy:1155 +translate brazilian_portuguese groupPresentation_4ce93a06: + + # "Diya's stomach churns with dread as she finally walks into her Biology class." + "O estômago de Diya revira de pavor quando ela finalmente entra na aula de Biologia." + +# game/2_diya.rpy:1157 +translate brazilian_portuguese groupPresentation_53ded5ef: + + # DiyaT "It's here...The period of doom..." + DiyaT "É agora... O período da perdição..." + +# game/2_diya.rpy:1160 +translate brazilian_portuguese groupPresentation_b636eaf4: + + # "To her surprise, she finds Min leaning against her desk, waiting for her." + "Para sua surpresa, ela encontra Min encostada contra a mesa, esperando por ela." + +# game/2_diya.rpy:1162 +translate brazilian_portuguese groupPresentation_a16d98d6: + + # Diya "?" + Diya "?" + +# game/2_diya.rpy:1163 +translate brazilian_portuguese groupPresentation_c1ebecb7: + + # Diya "Why're you here?" + Diya "Por que você está aqui?" + +# game/2_diya.rpy:1166 +translate brazilian_portuguese groupPresentation_fe88a18e: + + # Min "You're about to do your presentation, right?" + Min "Você está prestes a fazer sua apresentação, né?" + +# game/2_diya.rpy:1167 +translate brazilian_portuguese groupPresentation_df2a23f6: + + # Min "I thought I'd swing by and try to pump you up for it." + Min "Eu pensei que eu poderia passar por aqui e te motivar para ela." + +# game/2_diya.rpy:1169 +translate brazilian_portuguese groupPresentation_ee47853e: + + # Diya "Oh. Thanks." + Diya "Oh. Obrigada." + +# game/2_diya.rpy:1172 +translate brazilian_portuguese groupPresentation_222b2d2f: + + # Min "How do you feel?" + Min "Como você está?" + +# game/2_diya.rpy:1174 +translate brazilian_portuguese groupPresentation_9f0a3026: + + # Diya "I'm so nervous, my stomach hurts." + Diya "Eu estou tão nervosa, meu estômago doí." + +# game/2_diya.rpy:1175 +translate brazilian_portuguese groupPresentation_eac54f3a: + + # Diya "I even forgot to eat my gummy vitamins this morning." + Diya "Eu até esqueci de comer minhas vitaminas de gelatina hoje de manhã." + +# game/2_diya.rpy:1177 +translate brazilian_portuguese groupPresentation_96574918: + + # "Each day, Diya looks forward to eating two gummy vitamins." + "Todo dia, Diya espera comer duas vitaminas de gelatina." + +# game/2_diya.rpy:1178 +translate brazilian_portuguese groupPresentation_19c8b611: + + # "Min gives her hand a reassuring squeeze." + "Min dá um aperto reconfortante em sua mão." + +# game/2_diya.rpy:1180 +translate brazilian_portuguese groupPresentation_3fcf3d50: + + # Min "It'll be okay! You're gonna kill it." + Min "Vai dar tudo certo! Você vai arrasar." + +# game/2_diya.rpy:1182 +translate brazilian_portuguese groupPresentation_6f45b738: + + # Min "You're so cute, there's no way the teacher can give you a bad grade." + Min "Você é tão fofa, não tem como o professor te dar uma nota ruim." + +# game/2_diya.rpy:1184 +translate brazilian_portuguese groupPresentation_8d4276d1: + + # Diya "If the teacher really graded like that he'd be in jail." with sshake + Diya "Se o professor realmente avaliasse assim ele estaria preso." with sshake + +# game/2_diya.rpy:1187 +translate brazilian_portuguese groupPresentation_c3e17c8f: + + # Min "Well, if I were in charge, I'd give you an A." + Min "Bem, se eu fosse a responsável pelas notas, eu te daria um A." + +# game/2_diya.rpy:1188 +translate brazilian_portuguese groupPresentation_cd55756a: + + # Min "Anything I can do to help?" + Min "Tem algo que eu possa fazer para ajudar?" + +# game/2_diya.rpy:1190 +translate brazilian_portuguese groupPresentation_bc465d24: + + # Diya "Can I have a hug? And a kiss." + Diya "Pode me dar um abraço? E um beijo." + +# game/2_diya.rpy:1193 +translate brazilian_portuguese groupPresentation_d2cd0d1a: + + # Min "Yeah! Of course!!!" + Min "Sim! É claro!!!" + +# game/2_diya.rpy:1195 +translate brazilian_portuguese groupPresentation_49103a38: + + # Min "Won't people see, though?" + Min "Mas as pessoas não vão ver?" + +# game/2_diya.rpy:1197 +translate brazilian_portuguese groupPresentation_a31b7f14: + + # Diya "It's an emergency." + Diya "É uma emergência." + +# game/2_diya.rpy:1202 +translate brazilian_portuguese groupPresentation_80aea148: + + # "Min's face lights up, and she eagerly envelopes Diya in a tight, warm hug." + "O rosto de Min se ilumina e ela ansiosamente envolve Diya em um abraço apertado e caloroso." + +# game/2_diya.rpy:1204 +translate brazilian_portuguese groupPresentation_dbf4ab57: + + # Min ".........." + Min ".........." + +# game/2_diya.rpy:1207 +translate brazilian_portuguese groupPresentation_2d39e9ce: + + # DiyaT ".........." + DiyaT ".........." + +# game/2_diya.rpy:1209 +translate brazilian_portuguese groupPresentation_e52c9a00: + + # "Min pulls her in for a kiss, but Diya rears back when she smells cigarette smoke on her breath." + "Min a puxa para um beijo, mas Diya recua quando sente o cheiro de fumaça de cigarro em seu hálito." + +# game/2_diya.rpy:1213 +translate brazilian_portuguese groupPresentation_f6f78fca: + + # "Because Diya's so tall, when she doesn't want Min to kiss her, all she has to do is stand up straight." + "Como Diya é tão alta, quando ela não quer que Min a beije, tudo o que ela precisa fazer é ficar de pé." + +# game/2_diya.rpy:1215 +translate brazilian_portuguese groupPresentation_293ce648: + + # Diya "Yuck. Were you smoking again?" + Diya "Eca. Você estava fumando de novo?" + +# game/2_diya.rpy:1218 +translate brazilian_portuguese groupPresentation_3b94c336: + + # Min "Huh? Yeah..." + Min "Huh? Sim..." + +# game/2_diya.rpy:1221 +translate brazilian_portuguese groupPresentation_f9a77a42: + + # Diya "You should stop." + Diya "Você deveria parar." + +# game/2_diya.rpy:1222 +translate brazilian_portuguese groupPresentation_85e31259: + + # Diya "It's bad for you. Didn't you ever see a D.A.R.E. presentation in elementary school?" + Diya "Faz mal pra você. Você nunca viu uma apresentação do PROERD na escola primária antes?" + +# game/2_diya.rpy:1223 +translate brazilian_portuguese groupPresentation_4b145e8f: + + # Diya "They came to my class, and it was so scary I pledged not to do drugs or peer pressure forever." + Diya "Eles vieram na nossa turma e foi tão assustador que eu me comprometi em nunca usar drogas ou fazer pressão escolar na minha vida." + +# game/2_diya.rpy:1227 +translate brazilian_portuguese groupPresentation_79b7b8ca: + + # Min "You don't think it looks badass?" + Min "Você não acha que eu pareço descolada?" + +# game/2_diya.rpy:1229 +translate brazilian_portuguese groupPresentation_ae978c88: + + # Diya "No. Dare to resist drugs and violence." + Diya "Não. Nossas crianças longe das drogas." + +# game/2_diya.rpy:1230 +translate brazilian_portuguese groupPresentation_b2722daa: + + # Diya "How'd you even start doing it?" + Diya "Como que você sequer começou esse hábito?" + +# game/2_diya.rpy:1233 +translate brazilian_portuguese groupPresentation_c2acf22c: + + # Min "Back in Florida, I mostly hung out with a group of guys who smoked." + Min "Lá na Flórida, eu andava mais com um grupo de caras que fumavam." + +# game/2_diya.rpy:1234 +translate brazilian_portuguese groupPresentation_58253c4c: + + # Min "And we'd set things on fire and do other dangerous stuff." + Min "E a gente botava fogo nas coisas e outras coisas perigosas." + +# game/2_diya.rpy:1236 +translate brazilian_portuguese groupPresentation_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:1237 +translate brazilian_portuguese groupPresentation_3b525454: + + # DiyaT "I'm really glad she's over here with me now..." + DiyaT "Eu fico muito aliviada que ela está aqui comigo agora..." + +# game/2_diya.rpy:1239 +translate brazilian_portuguese groupPresentation_48739928: + + # Diya "But those guys aren't here anymore. So why keep doing it." + Diya "Mas esses caras não estão mais aqui. Então por que você continua fazendo." + +# game/2_diya.rpy:1242 +translate brazilian_portuguese groupPresentation_d66fbbc3: + + # Min "It was a pain to get the cigarettes in the first place, since stores won't sell them to people under 18." + Min "Foi um parto pra conseguir os cigarros em primeiro lugar, já que as lojas não vendem para pessoas menores de 18." + +# game/2_diya.rpy:1243 +translate brazilian_portuguese groupPresentation_839bef83: + + # Min "So it feels like a waste not to use them." + Min "Então parece ser um desperdício não usá-los." + +# game/2_diya.rpy:1244 +translate brazilian_portuguese groupPresentation_15787a4a: + + # Min "And I thought it'd make me look hot." + Min "E eu pensei que ia fazer eu parecer gostosa." + +# game/2_diya.rpy:1246 +translate brazilian_portuguese groupPresentation_35adc5c0: + + # Diya "You look hot when your hair's all messed up from kissing me." + Diya "Você fica gostosa quando seu cabelo fica todo desarrumado de tanto me beijar." + +# game/2_diya.rpy:1247 +translate brazilian_portuguese groupPresentation_c22b0b6b: + + # Diya "Not when your mouth tastes bad and I can't even kiss you." + Diya "Não quando sua boca tem gosto ruim e eu nem consigo te beijar." + +# game/2_diya.rpy:1250 +translate brazilian_portuguese groupPresentation_031de3e0: + + # "Noelle scowls as she sits down at her desk." + "Noelle franze a testa enquanto se senta em sua mesa." + +# game/2_diya.rpy:1252 +translate brazilian_portuguese groupPresentation_e7b4f3c9: + + # Noelle "You're seriously still smoking?! You need to get your life in order." with sshake + Noelle "Você está realmente fumando?! Você tem que pôr sua vida em ordem." with sshake + +# game/2_diya.rpy:1255 +translate brazilian_portuguese groupPresentation_4de9623a: + + # Min "I don't need to hear it from you, too!" with sshake + Min "Não preciso ouvir isso de você também!" with sshake + +# game/2_diya.rpy:1256 +translate brazilian_portuguese groupPresentation_8339edc1: + + # Min "I don't even do it that often!" + Min "Eu nem fumo tanto assim!" + +# game/2_diya.rpy:1258 +translate brazilian_portuguese groupPresentation_16b8d15e: + + # Noelle "Aren't you going to be tardy for your class? The bell's going to ring in about a minute." + Noelle "Você não vai se atrasar para sua aula? O sino vai tocar em mais ou menos um minuto." + +# game/2_diya.rpy:1260 +translate brazilian_portuguese groupPresentation_98b3c9df: + + # Min "Oh, shit! I better run." + Min "Ah, merda! Melhor eu ir." + +# game/2_diya.rpy:1262 +translate brazilian_portuguese groupPresentation_08aba0eb: + + # Diya "Go, I'll live. Probably." + Diya "Vai lá, eu sobrevivo. Provavelmente." + +# game/2_diya.rpy:1265 +translate brazilian_portuguese groupPresentation_7ed99984: + + # Min "Tell me how it goes later!" + Min "Me fala como foi depois!" + +# game/2_diya.rpy:1267 +translate brazilian_portuguese groupPresentation_85f6845f: + + # "Min sprints off!" + "Min sai correndo!" + +# game/2_diya.rpy:1269 +translate brazilian_portuguese groupPresentation_3f96d67c: + + # "Seconds later, the bell rings." + "Segundos depois, o sinal toca." + +# game/2_diya.rpy:1271 +translate brazilian_portuguese groupPresentation_d818c884: + + # Akarsha "D'you think she made it?" + Akarsha "Cê acha que ela conseguiu chegar a tempo?" + +# game/2_diya.rpy:1273 +translate brazilian_portuguese groupPresentation_6ffc2435: + + # Noelle "I couldn't care less." + Noelle "Eu não poderia me importar menos." + +# game/2_diya.rpy:1275 +translate brazilian_portuguese groupPresentation_229266ff: + + # DiyaT "Min is so cool. But I hope she stops smoking..." + DiyaT "Min é tão legal. Mas espero que ela pare de fumar..." + +# game/2_diya.rpy:1276 +translate brazilian_portuguese groupPresentation_3152ad47: + + # DiyaT "They say people don't change, but I hope that's not true." + DiyaT "Dizem que as pessoas não mudam, mas espero que isso não seja verdade." + +# game/2_diya.rpy:1277 +translate brazilian_portuguese groupPresentation_bfc3a2d4: + + # DiyaT "It's too sad if it is." + DiyaT "Seria bem triste se esse for o caso." + +# game/2_diya.rpy:1280 +translate brazilian_portuguese groupPresentation_b8ab9ed8: + + # "As another group starts presenting at the front of the class, Diya wipes her clammy palms on her hoodie." + "Enquanto outro grupo começa a se apresentar na frente da sala, Diya enxuga as palmas das suas mãos úmidas em seu moletom." + +# game/2_diya.rpy:1282 +translate brazilian_portuguese groupPresentation_1bdb8412: + + # DiyaT "We're gonna get called up any minute now..." + DiyaT "Nós vamos ser chamadas a qualquer minuto..." + +# game/2_diya.rpy:1285 +translate brazilian_portuguese groupPresentation_7a852c06: + + # Noelle "Diya, please try not to panic." + Noelle "Diya, tenta não entrar em pânico." + +# game/2_diya.rpy:1286 +translate brazilian_portuguese groupPresentation_d45211ae: + + # Noelle "When you're not speaking, you can hide behind me if you have to. Just don't bolt off." + Noelle "Quando você não estiver falando, você pode se esconder atrás de mim se quiser. Só não mete o pé." + +# game/2_diya.rpy:1288 +translate brazilian_portuguese groupPresentation_fd841d5d: + + # Diya "Okay." + Diya "Okay." + +# game/2_diya.rpy:1291 +translate brazilian_portuguese groupPresentation_dabe388c: + + # Akarsha "Can I hide behind you too?" + Akarsha "Posso me esconder atrás de você também?" + +# game/2_diya.rpy:1293 +translate brazilian_portuguese groupPresentation_6432009a: + + # Noelle "NO." with sshake + Noelle "NÃO." with sshake + +# game/2_diya.rpy:1295 +translate brazilian_portuguese groupPresentation_9e2da100: + + # Akarsha "No fair! How come Diya gets to, but not me?" + Akarsha "Não é justo! Como que a Diya pode, mas eu não?" + +# game/2_diya.rpy:1297 +translate brazilian_portuguese groupPresentation_8f827f52: + + # Noelle "There's no reason for you to! We'll look like we're doing those dances where everyone's standing behind one person and waving their arms!" with sshake + Noelle "Não tem razão para você fazer isso. Vai parecer que estamos fazendo aquelas danças onde as pessoas estão em fila uma atrás da outra sacudindo seus braços!" with sshake + +# game/2_diya.rpy:1299 +translate brazilian_portuguese groupPresentation_2d4f495d: + + # Noelle "And you'd better not do that horrendous British accent." + Noelle "E é melhor você não fazer aquele sotaque horrendo." + +# game/2_diya.rpy:1303 +translate brazilian_portuguese groupPresentation_bcc6b05e: + + # Akarsha "Why not? It'll be a hit." + Akarsha "Por que não? Seria um arraso." + +# game/2_diya.rpy:1305 +translate brazilian_portuguese groupPresentation_3663e674: + + # Noelle "More like a hit on our grade. Accents aren't a proper example of divergent evolution." + Noelle "Só se fosse um arraso nas nossas notas. Sotaques não são um exemplo adequado de evolução divergente." + +# game/2_diya.rpy:1307 +translate brazilian_portuguese groupPresentation_b48a4da0: + + # Akarsha "But we need stuff to spice our presentation up. It's drier than the Sahara Desert." + Akarsha "Mas nós precisamos apimentar nossa apresentação. Ela tá mais seca que o Deserto do Saara." + +# game/2_diya.rpy:1309 +translate brazilian_portuguese groupPresentation_efd81981: + + # Noelle "So? This is a Biology project, not a circus performance." + Noelle "E? Isso é um trabalho de Biologia, não uma apresentação de circo." + +# game/2_diya.rpy:1311 +translate brazilian_portuguese groupPresentation_7fee5448: + + # "Before Noelle can press Akarsha any further, the first group finishes their presentation to scattered applause." + "Antes que Noelle possa pressionar Akarsha ainda mais, o primeiro grupo termina sua apresentação com aplausos." + +# game/2_diya.rpy:1313 +translate brazilian_portuguese groupPresentation_66f79292: + + # Noelle "Alright, it's our turn." + Noelle "Ok, é nossa vez." + +# game/2_diya.rpy:1314 +translate brazilian_portuguese groupPresentation_38aabfa7: + + # Noelle "Come on, Diya, let's do this." + Noelle "Vem, Diya, vamos." + +# game/2_diya.rpy:1317 +translate brazilian_portuguese groupPresentation_54bd219f: + + # Diya "!!!!!!!!!!!" with sshake + Diya "!!!!!!!!!!!" with sshake + +# game/2_diya.rpy:1320 +translate brazilian_portuguese groupPresentation_36048212: + + # "Diya feels like she's having an out-of-body experience as she follows Noelle and Akarsha to the front of the class." + "Diya sente que sua alma está saindo de seu corpo enquanto segue Noelle e Akarsha até a frente da sala." + +# game/2_diya.rpy:1321 +translate brazilian_portuguese groupPresentation_fda9ee0e: + + # "As Noelle brings up their PowerPoint on the computer, Diya hides behind her and nervously looks out at the class sitting before them..." + "Enquanto Noelle abre o PowerPoint no computador, Diya se esconde atrás dela e olha nervosamente para a classe sentada diante delas..." + +# game/2_diya.rpy:1323 +translate brazilian_portuguese groupPresentation_24fc417d: + + # DiyaT "I should've worn clothes that blended in with the classroom better so no one can see me!" + DiyaT "Eu deveria ter botado roupas que me camuflassem com a sala para que ninguém me visse!" + +# game/2_diya.rpy:1324 +translate brazilian_portuguese groupPresentation_ea31da1e: + + # DiyaT "Like beige colored! I should've thought of that earlier!" + DiyaT "Tipo bege! Eu deveria ter pensado nisso antes!" + +# game/2_diya.rpy:1325 +translate brazilian_portuguese groupPresentation_e24f73a7: + + # DiyaT "It's over...It's curtains for me..." + DiyaT "Acabou...É meu fim..." + +# game/2_diya.rpy:1328 +translate brazilian_portuguese groupPresentation_b636f965: + + # Noelle "Hello, everyone. We've been tasked with reviewing the patterns of macroevolution." + Noelle "Olá a todos. Nós recebemos a tarefa de rever os padrões da macroevolução." + +# game/2_diya.rpy:1329 +translate brazilian_portuguese groupPresentation_20a3c2c3: + + # "The audience begins to nod off as soon as Noelle flicks to a slide with an essay crammed onto it in ten point font." + "O público começa a sentir sono assim que Noelle passa para um slide com uma redação numa fonte minúscula." + +# game/2_diya.rpy:1331 +translate brazilian_portuguese groupPresentation_d7d697e8: + + # Noelle "Let's begin with the obvious question...What is macroevolution? To understand this, we must first consider..." + Noelle "Vamos começar com uma pergunta óbvia...O que é macroevolução? Para entendermos isso, temos que considerar..." + +# game/2_diya.rpy:1333 +translate brazilian_portuguese groupPresentation_8ffbed84: + + # "By the time Noelle is done droning through her last tome of a slide, half the classroom is asleep." + "Quando Noelle termina seu último parágrafo de um slide, metade da sala já está dormindo." + +# game/2_diya.rpy:1335 +translate brazilian_portuguese groupPresentation_e10fc324: + + # "Akarsha shakes her head and sighs as she clicks to her first slide. It opens with an illustration of a finch's head." + "Akarsha balança a cabeça e suspira enquanto clica no primeiro slide. Ele abre com uma ilustração da cabeça de um tentilhão." + +# game/2_diya.rpy:1337 +translate brazilian_portuguese groupPresentation_3574f4f7: + + # Akarsha "Aight. So, divergent evolution..." + Akarsha "Belê. Então, evolução divergente..." + +# game/2_diya.rpy:1341 +translate brazilian_portuguese groupPresentation_8c4a4b0b: + + # "An explosion sound effect plays as five more finches with different beak shapes blast onto the screen, jolting their classmates back awake." + "Um efeito sonoro de explosão toca e mais cinco tentilhões com diferentes formas de bico explodem na tela, despertando seus colegas do sono." + +# game/2_diya.rpy:1343 +translate brazilian_portuguese groupPresentation_b3b3c33d: + + # Akarsha "It's when populations from a common ancestor adapt to different pressures and become more different over time." + Akarsha "É quando as populações de um ancestral comum se adaptam a diferentes pressões e se tornam mais diferentes ao longo do tempo." + +# game/2_diya.rpy:1345 +translate brazilian_portuguese groupPresentation_def2987c: + + # Akarsha "Just like how yer average New Yawker tawks like dis! Different from ova heah!" + Akarsha "Diabeisso, 'ssim como o nordestino fala 'ssim, oxê! Bah, diferente dos sulistas né tchê!" + +# game/2_diya.rpy:1348 +translate brazilian_portuguese groupPresentation_cbf894ed: + + # DiyaT "She just switched it from a British accent to a New York one..." + DiyaT "Ela acabou de mudar de um sotaque nordestino para um gaúcho..." + +# game/2_diya.rpy:1350 +translate brazilian_portuguese groupPresentation_b8e2796a: + + # DiyaT "Oh, well. Maybe the teacher will think it's funny." + DiyaT "Ah, bom. Talvez o professor ache engraçado." + +# game/2_diya.rpy:1353 +translate brazilian_portuguese groupPresentation_f14a5a8a: + + # Noelle "..................." + Noelle "..................." + +# game/2_diya.rpy:1356 +translate brazilian_portuguese groupPresentation_1cb4edbd: + + # DiyaT "You can let this slide, Noelle. Just hold it in until after the presentation's over." + DiyaT "Você consegue deixar essa passar, Noelle. Só espera até a apresentação acabar." + +# game/2_diya.rpy:1360 +translate brazilian_portuguese groupPresentation_039ba0f0: + + # Noelle "ACTUALLY, accents don't count as divergent evolution. New Yorkers aren't another species from us!" + Noelle "NA VERDADE, sotaques não contam como evolução divergente. Nordestinos ou sulistas não são espécies diferentes!" + +# game/2_diya.rpy:1361 +translate brazilian_portuguese groupPresentation_99f77a2c: + + # Noelle "They're not so different they can't produce fertile offspring with other humans!" + Noelle "Eles não são tão diferentes que não possam produzir descendentes férteis com outros humanos!" + +# game/2_diya.rpy:1363 +translate brazilian_portuguese groupPresentation_f054465a: + + # Akarsha "But if dey keep tings up at dis rate, dat might change." + Akarsha "Mas cê 'les continua' desse je'to, as co'sa pode muda'." + +# game/2_diya.rpy:1364 +translate brazilian_portuguese groupPresentation_8b322e41: + + # Akarsha "Dink about it. Would {i}you{/i} reproduce wit someone who tawks like dis??" + Akarsha "Pensa nisso. {i}Cê{/i} se reproduzia' com alguém qui fale 'ssim?" + +# game/2_diya.rpy:1367 +translate brazilian_portuguese groupPresentation_1f0fed32: + + # Noelle "Wh...what?! I don't see how that's relevant!" with sshake + Noelle "Qu...quê?! Eu não entendo como isso é relevante!" with sshake + +# game/2_diya.rpy:1368 +translate brazilian_portuguese groupPresentation_e4863b9f: + + # Noelle "Just admit your example is invalid already!" + Noelle "Só admite que seu exemplo é inválido de uma vez!" + +# game/2_diya.rpy:1371 +translate brazilian_portuguese groupPresentation_f32506b4: + + # Akarsha "Oh, yeah?" + Akarsha "Ah, é?" + +# game/2_diya.rpy:1374 +translate brazilian_portuguese groupPresentation_6dedcee7: + + # "Akarsha clicks the mouse. A stock photo of a gravestone appears on the slide with the pinwheel transition." + "Akarsha clica com o mouse. Uma stock photo de uma lápide aparece no slide com a transição giratória." + +# game/2_diya.rpy:1376 +translate brazilian_portuguese groupPresentation_43799d67: + + # Akarsha "What if dat was your gravestone? What then?" + Akarsha "Mas se essa fosse sua lápide? Aí o que guria?" + +# game/2_diya.rpy:1379 +translate brazilian_portuguese groupPresentation_3ec20868: + + # Noelle "DID YOU ADD THIS TO THE POWERPOINT JUST TO USE AS A COMEBACK?!" with sshake + Noelle "VOCÊ ADICIONOU ISSO AO POWERPOINT SÓ PRA USAR COMO RESPOSTA?!" with sshake + +# game/2_diya.rpy:1382 +translate brazilian_portuguese groupPresentation_3f82b796: + + # "The class giggles as Akarsha clowns through her slides, but Diya's stomach churns as they stare at the front of the room with renewed interest..." + "A classe dá risada enquanto Akarsha brinca pelos seus slides, mas o estômago de DIya se revira enquanto eles encaram a frente da sala com interesse renovado..." + +# game/2_diya.rpy:1384 +translate brazilian_portuguese groupPresentation_7ed879af: + + # DiyaT "I don't wanna be here...I wish I could time travel to 30 minutes from now..." + DiyaT "Eu não queria estar aqui...Eu queria que eu pudesse viajar no tempo para daqui a 30 minutos..." + +# game/2_diya.rpy:1387 +translate brazilian_portuguese groupPresentation_a3652e0c: + + # Akarsha "And wit dat, I pass tings ova to my buddy Diya." + Akarsha "E assim, vô passa esse trem pra 'inha parça Diya." + +# game/2_diya.rpy:1390 +translate brazilian_portuguese groupPresentation_480f82d9: + + # Diya ".........!!!!" with sshake + Diya ".........!!!!" with sshake + +# game/2_diya.rpy:1392 +translate brazilian_portuguese groupPresentation_58285619: + + # "When Diya doesn't move from her hiding spot behind Noelle, Noelle steps to the side, exposing her to the audience's view." + "Quando Diya não se move de seu esconderijo atrás de Noelle, Noelle dá um passo para o lado, expondo-a à visão do público." + +# game/2_diya.rpy:1393 +translate brazilian_portuguese groupPresentation_5baefc79: + + # "Diya takes a deep shaky breath before quickly rattling off the speech she's mentally rehearsed hundreds of times over the past 24 hours." + "Diya dá algumas respirações trêmulas antes de recitar rapidamente o discurso que ela ensaiou mentalmente centenas de vezes nas últimas 24 horas." + +# game/2_diya.rpy:1395 +translate brazilian_portuguese groupPresentation_b204fa04: + + # Diya "{small}Convergent evolution is the independent evolution of similar traits in species that are only distantly related. For example, giant pandas have six fingers and their thumbs are opposable like primates' thumbs. These similar features are called analogous structures.{/small}" + Diya "{small}A evolução convergente é a evolução independente de características semelhantes em espécies que são apenas distantemente relacionadas. Por exemplo, os pandas gigantes têm seis dedos e seus polegares são oponíveis como os polegares dos primatas. Essas características semelhantes são chamadas de estruturas análogas.{/small}" + +# game/2_diya.rpy:1397 +translate brazilian_portuguese groupPresentation_a99f0cde: + + # "After barrelling through the slide in a matter of seconds, Diya quickly flips to the next one, her hands shaking from nerves." + "Depois de percorrer o slide em questão de segundos, Diya rapidamente passa para o próximo, com as mãos tremendo de nervosismo." + +# game/2_diya.rpy:1399 +translate brazilian_portuguese groupPresentation_c815b6b0: + + # Diya "{small}Another example of convergent evolution are birds and bats. Birds and bats are two groups that evolved flight independently...{/small}" + Diya "{small}Outro exemplo de evolução convergente são os pássaros e os morcegos. Pássaros e morcegos são dois grupos que desenvolveram o voo de forma independente...{/small}" + +# game/2_diya.rpy:1401 +translate brazilian_portuguese groupPresentation_6fac2152: + + # "She manages to zoom through the rest of the presentation in about a minute flat." + "Ela consegue passar apressadamente pelo resto da apresentação em cerca de um minuto." + +# game/2_diya.rpy:1402 +translate brazilian_portuguese groupPresentation_a60512ef: + + # "After their classmates give them a tepid round of applause, Diya follows Noelle and Akarsha back to her seat in a daze..." + "Depois que seus colegas de classe dão a elas uma salva de palmas, Diya segue Noelle e Akarsha de volta ao seu lugar ainda em transe..." + +# game/2_diya.rpy:1404 +translate brazilian_portuguese groupPresentation_48a0c270: + + # Noelle "Well, at least that's over with..." + Noelle "Bem, pelo menos isso acabou..." + +# game/2_diya.rpy:1406 +translate brazilian_portuguese groupPresentation_42bd8044: + + # DiyaT "It's over!!! I'm free!!!!" + DiyaT "Acabou!!! Estou livre!!!!" + +# game/2_diya.rpy:1409 +translate brazilian_portuguese groupPresentation_2b530b42: + + # Noelle "See? That wasn't so bad, was it?" + Noelle "Viu? Não foi tão ruim assim, foi?" + +# game/2_diya.rpy:1411 +translate brazilian_portuguese groupPresentation_df6988ce: + + # Diya "Actually, it was." + Diya "Na verdade, foi." + +# game/2_diya.rpy:1412 +translate brazilian_portuguese groupPresentation_6f328515: + + # Diya "Think I'll be quiet for the rest of the day to recover from that..." + Diya "Acho que vou ficar quieta o resto do dia para me recuperar disso..." + +# game/2_diya.rpy:1429 +translate brazilian_portuguese lockerRoomCrisis_4ed721a6: + + # "To Diya's relief, the weather clears up just in time for the baseball club meeting." + "Para alívio de Diya, o tempo fica limpo bem a tempo do encontro do clube de baseball." + +# game/2_diya.rpy:1431 +translate brazilian_portuguese lockerRoomCrisis_2a7ab66f: + + # "\"Sakura\" goes up to bat, and Diya readies herself to catch Min's next pitch." + "\"Sakura\" vai para o bastão e Diya se prepara para pegar o próximo arremesso de Min." + +# game/2_diya.rpy:1433 +translate brazilian_portuguese lockerRoomCrisis_6c8376ee: + + # DiyaT "Besides Min's signature knuckler, the only pitch she knows is a fastball." + DiyaT "Além do knuckler característico de Min, o único arremesso que ela conhece é uma bola rápida." + +# game/2_diya.rpy:1434 +translate brazilian_portuguese lockerRoomCrisis_0183c039: + + # DiyaT "It's pretty mediocre compared to her knuckleball, so she rarely uses it except during practice like this." + DiyaT "É bem medíocre em comparação com sua knuckleball, então ela raramente a usa, exceto durante treinos como este." + +# game/2_diya.rpy:1440 +translate brazilian_portuguese lockerRoomCrisis_923bc197: + + # "Min hurls one of those fastballs to \"Sakura\"..." + "Min arremessa uma dessas bolas rápidas para \"Sakura\"..." + +# game/2_diya.rpy:1443 +translate brazilian_portuguese lockerRoomCrisis_3b71d0de: + + # Diya "!" + Diya "!" + +# game/2_diya.rpy:1445 +translate brazilian_portuguese lockerRoomCrisis_318de709: + + # "\"Sakura\" flinches as she gets drilled on the shoulder by the baseball." + "\"Sakura\" se encolhe ao ser perfurada no ombro pela bola de beisebol." + +# game/2_diya.rpy:1452 +translate brazilian_portuguese lockerRoomCrisis_ef0da7a0: + + # Sayeeda "Ow!" with sshake + Sayeeda "Ai!" with sshake + +# game/2_diya.rpy:1454 +translate brazilian_portuguese lockerRoomCrisis_10a2af6a: + + # Min "Shit, oops..." + Min "Merda, puts..." + +# game/2_diya.rpy:1456 +translate brazilian_portuguese lockerRoomCrisis_b4bf2395: + + # Chryssa "You okay over there?" + Chryssa "Tudo bem aí?" + +# game/2_diya.rpy:1459 +translate brazilian_portuguese lockerRoomCrisis_b9e19109: + + # Sayeeda "Yeah, I'm good. I don't think that broke anything." + Sayeeda "Sim, tô bem. Não acho que quebrei nada." + +# game/2_diya.rpy:1461 +translate brazilian_portuguese lockerRoomCrisis_9352b73b: + + # Liz "Walk it off!" + Liz "Anda até passar!" + +# game/2_diya.rpy:1462 +translate brazilian_portuguese lockerRoomCrisis_f587210a: + + # Liz "At least if this were a game, you'd get to head over to first base as a consolation prize." + Liz "Se isso fosse um jogo, você iria pelo menos à primeira base como prêmio de consolação." + +# game/2_diya.rpy:1464 +translate brazilian_portuguese lockerRoomCrisis_8d0e5a86: + + # Akarsha "Wait...So getting hit is like a free pass to first base?" + Akarsha "Espera...Então se machucar é tipo um passe grátis para a primeira base?" + +# game/2_diya.rpy:1466 +translate brazilian_portuguese lockerRoomCrisis_d3784eb3: + + # Sayeeda "It's not free. It hurts!" + Sayeeda "Não é de graça. Doí!" + +# game/2_diya.rpy:1468 +translate brazilian_portuguese lockerRoomCrisis_46a6642c: + + # "\"Sakura\" walks off, rubbing her shoulder. Akarsha eagerly takes her place at the plate." + "\"Sakura\" se afasta, esfregando o ombro. Akarsha ansiosamente toma seu lugar." + +# game/2_diya.rpy:1472 +translate brazilian_portuguese lockerRoomCrisis_8d4fdef9: + + # "Min throws a pitch her way..." + "Min lança um arremesso em sua direção..." + +# game/2_diya.rpy:1475 +translate brazilian_portuguese lockerRoomCrisis_e7305c84: + + # "But instead of swinging the bat, Akarsha purposefully leans in toward the ball!" + "Mas, em vez de balançar o bastão, Akarsha propositalmente se inclina em direção à bola!" + +# game/2_diya.rpy:1477 +translate brazilian_portuguese lockerRoomCrisis_7af3c61f: + + # Diya "?!" with sshake + Diya "?!" with sshake + +# game/2_diya.rpy:1480 +translate brazilian_portuguese lockerRoomCrisis_faad2885: + + # "It narrowly misses her, and Diya manages to recover from her surprise in time to catch it." + "Ela erra por pouco, e Diya consegue se recuperar de sua surpresa a tempo de pegá-la." + +# game/2_diya.rpy:1483 +translate brazilian_portuguese lockerRoomCrisis_cd92da81: + + # Min "The fuck's wrong with you?!" with sshake + Min "Que porra que tem de errado contigo?!" with sshake + +# game/2_diya.rpy:1485 +translate brazilian_portuguese lockerRoomCrisis_c4dfd038: + + # Akarsha "I'm becoming a hit-by-pitch specialist." + Akarsha "Estou me tornando um especialista em arremessos." + +# game/2_diya.rpy:1486 +translate brazilian_portuguese lockerRoomCrisis_b0852beb: + + # Akarsha "If I can master getting beaned as much as possible, it'll guarantee I always make it to first base." + Akarsha "Se eu me especializar em ser acertada o máximo possível, vai garantir que eu sempre chegue à primeira base." + +# game/2_diya.rpy:1488 +translate brazilian_portuguese lockerRoomCrisis_6449d48b: + + # DiyaT "Why would you do that instead of just hitting the ball?" + DiyaT "Por que você faria isso em vez de só acertar a bola?" + +# game/2_diya.rpy:1489 +translate brazilian_portuguese lockerRoomCrisis_bc103205: + + # DiyaT "Hitting the ball is so fun." + DiyaT "Acertar a bola é tão divertido." + +# game/2_diya.rpy:1492 +translate brazilian_portuguese lockerRoomCrisis_a2140c13: + + # Akarsha "Hit me! I know you wanna!" with sshake + Akarsha "Me acerta! Eu sei que você quer!" with sshake + +# game/2_diya.rpy:1494 +translate brazilian_portuguese lockerRoomCrisis_33f8f61d: + + # Min "Stop making this weird!" with sshake + Min "Para de fazer isso ser estranho!" with sshake + +# game/2_diya.rpy:1496 +translate brazilian_portuguese lockerRoomCrisis_b960e07c: + + # Akarsha "Homophobic hate crime..." + Akarsha "Crime de ódio homofóbico..." + +# game/2_diya.rpy:1498 +translate brazilian_portuguese lockerRoomCrisis_8f615655: + + # Min "What???" with sshake + Min "Quê???" with sshake + +# game/2_diya.rpy:1500 +translate brazilian_portuguese lockerRoomCrisis_df2011f3: + + # Akarsha "The B in LGBT stands for Baseball. Just sayin'..." + Akarsha "O B em LGBT significa Baseball. Só dizendo..." + +# game/2_diya.rpy:1503 +translate brazilian_portuguese lockerRoomCrisis_ab01a9c0: + + # Min "Yeah??! WELL I THINK THE B IS FOR BITCH!!!" with sshake + Min "Ah é??! POIS EU ACHO QUE O B SIGNIFICA BARANGA!!!" with sshake + +# game/2_diya.rpy:1504 +translate brazilian_portuguese lockerRoomCrisis_38e92cf9: + + # "Having lost her patience, Min beans Akarsha on purpose." + "Tendo perdido a paciência, Min acerta Akarsha de propósito." + +# game/2_diya.rpy:1511 +translate brazilian_portuguese lockerRoomCrisis_917053dc: + + # Akarsha "Owie!!!" with sshake + Akarsha "Aiii!!!" with sshake + +# game/2_diya.rpy:1513 +translate brazilian_portuguese lockerRoomCrisis_2be40045: + + # Liz "........." + Liz "........." + +# game/2_diya.rpy:1515 +translate brazilian_portuguese lockerRoomCrisis_a07535f2: + + # Chryssa "If you keep this up, the B in LGBT is gonna stand for Broken Bones..." + Chryssa "Se você continuar desse jeito, o B de LGBT vai significar Batida..." + +# game/2_diya.rpy:1524 +translate brazilian_portuguese lockerRoomCrisis_1babdd01: + + # "After practice, Diya slings a big equipment bag over each of her shoulders and hauls them to the locker room." + "Depois do treino, Diya põe uma grande bolsa de equipamento sobre cada um de seus ombros e as leva ao vestiário." + +# game/2_diya.rpy:1526 +translate brazilian_portuguese lockerRoomCrisis_355acbd0: + + # DiyaT "I'm being so helpful." + DiyaT "Estou sendo tão útil." + +# game/2_diya.rpy:1527 +translate brazilian_portuguese lockerRoomCrisis_4261b028: + + # DiyaT "I hope someone notices how many bags I'm carrying." + DiyaT "Espero que alguém note quantas bolsas estou carregando." + +# game/2_diya.rpy:1530 +translate brazilian_portuguese lockerRoomCrisis_faf7a587: + + # Chryssa "Wow, Diya, you're carrying two bags at once!" + Chryssa "Uau, Diya, você está carregando duas bolsas de uma vez só!" + +# game/2_diya.rpy:1532 +translate brazilian_portuguese lockerRoomCrisis_f38463dc: + + # Liz "Thank you for helping!" + Liz "Obrigada por ajudar!" + +# game/2_diya.rpy:1534 +translate brazilian_portuguese lockerRoomCrisis_d11361e6: + + # Diya "........." + Diya "........." + +# game/2_diya.rpy:1537 +translate brazilian_portuguese lockerRoomCrisis_80d8d5cf: + + # "Diya happily heads up the hill with a spring in her step." + "Diya animadamente sobe a colina com uma alegria extra em seus passos." + +# game/2_diya.rpy:1539 +translate brazilian_portuguese lockerRoomCrisis_dce242f5: + + # Chryssa "Say, Diya, do you watch The Bachelor?" + Chryssa "Opa, Diya, você vê The Bachelor?" + +# game/2_diya.rpy:1540 +translate brazilian_portuguese lockerRoomCrisis_b8901342: + + # "Bewildered, Diya shakes her head." + "Perplexa, Diya balança a cabeça." + +# game/2_diya.rpy:1542 +translate brazilian_portuguese lockerRoomCrisis_ae139415: + + # DiyaT "What is that? A show?" + DiyaT "O que é isso? Um show?" + +# game/2_diya.rpy:1543 +translate brazilian_portuguese lockerRoomCrisis_2122e203: + + # DiyaT "I don't watch much TV except sports, Animal Planet, and the Discovery Channel." + DiyaT "Não vejo muita TV além de esportes, Animal Planet e Discovery Channel." + +# game/2_diya.rpy:1544 +translate brazilian_portuguese lockerRoomCrisis_6196b5ee: + + # DiyaT "So when people talk about movies and shows, I usually don't know any of them." + DiyaT "Então quando as pessoas falam de filmes e séries, eu normalmente não conheço nenhum." + +# game/2_diya.rpy:1547 +translate brazilian_portuguese lockerRoomCrisis_cdc09c36: + + # Liz "You should try it, we need more people to talk about it with!" + Liz "Você deveria ver, precisamos de mais pessoas para conversarmos sobre!" + +# game/2_diya.rpy:1549 +translate brazilian_portuguese lockerRoomCrisis_8634402b: + + # Chryssa "My mom and I started watching it this season and we're obsessed." + Chryssa "Minha mãe e eu começamos a ver essa temporada e estamos obcecadas." + +# game/2_diya.rpy:1552 +translate brazilian_portuguese lockerRoomCrisis_e8264793: + + # Diya "What's it about?" + Diya "É sobre o quê?" + +# game/2_diya.rpy:1554 +translate brazilian_portuguese lockerRoomCrisis_8fb8178f: + + # Chryssa "Basically, thirty women try to date the same guy at the same time." + Chryssa "Basicamente, trinta mulheres tentam namorar o mesmo cara ao mesmo tempo." + +# game/2_diya.rpy:1555 +translate brazilian_portuguese lockerRoomCrisis_8e4bf7d9: + + # Chryssa "Each week, the guy eliminates some of them until finally, he proposes to the last one standing." + Chryssa "Toda semana, o cara elimina uma delas até que finalmente, ele pede em casamento a última que restar." + +# game/2_diya.rpy:1557 +translate brazilian_portuguese lockerRoomCrisis_5ec90c72: + + # DiyaT "My mom would definitely never watch that with me. She'd be so scandalized." + DiyaT "Minha mãe com certeza nunca veria isso comigo. Ela ficaria horrorizada." + +# game/2_diya.rpy:1559 +translate brazilian_portuguese lockerRoomCrisis_70eb6dee: + + # Diya "Your mom likes watching shows like this?" + Diya "Sua mãe gosta de ver séries assim?" + +# game/2_diya.rpy:1562 +translate brazilian_portuguese lockerRoomCrisis_09409dc2: + + # Chryssa "Yeah, she's the one who got into it first." + Chryssa "Sim, ela foi quem começou a ver primeiro." + +# game/2_diya.rpy:1563 +translate brazilian_portuguese lockerRoomCrisis_26cb60bd: + + # Chryssa "She spread it to us like a virus and now we're infected too." + Chryssa "Ela espalhou para nós como um vírus e agora todas nós estamos infectadas também." + +# game/2_diya.rpy:1565 +translate brazilian_portuguese lockerRoomCrisis_14c0bd57: + + # Liz "The way you put that makes it sound like a zombie apocalypse..." + Liz "Do jeito que você está falando parece um apocalipse zumbi..." + +# game/2_diya.rpy:1567 +translate brazilian_portuguese lockerRoomCrisis_68fbed01: + + # Diya "Wish I had something like that with my parents." + Diya "Queria que eu tivesse algo assim com meus pais." + +# game/2_diya.rpy:1568 +translate brazilian_portuguese lockerRoomCrisis_ab880946: + + # Diya "I feel like I have nothing in common with them." + Diya "Eu sinto que não tenho nada em comum com eles." + +# game/2_diya.rpy:1571 +translate brazilian_portuguese lockerRoomCrisis_10a270ae: + + # Liz "They don't try to get you into the things they like?" + Liz "Eles não tentam ir atrás de coisas que você gosta?" + +# game/2_diya.rpy:1573 +translate brazilian_portuguese lockerRoomCrisis_ee8acb85: + + # Diya "Not really." + Diya "Não." + +# game/2_diya.rpy:1576 +translate brazilian_portuguese lockerRoomCrisis_2372a043: + + # Liz "For instance, I initially got into baseball 'cause my dad is...well..." + Liz "Por exemplo, eu inicialmente comecei a gostar de baseball porque meu pai é...bem..." + +# game/2_diya.rpy:1578 +translate brazilian_portuguese lockerRoomCrisis_cfc0cf1d: + + # Liz "Alright, there's no nice way to put this. My dad's really weird." + Liz "Certo, não tem jeito bom de falar isso. Meu pai é muito estranho." + +# game/2_diya.rpy:1580 +translate brazilian_portuguese lockerRoomCrisis_33b52e97: + + # DiyaT "There definitely could've been a nicer way to put that." with sshake + DiyaT "Com certeza teria um jeito melhor de falar isso." with sshake + +# game/2_diya.rpy:1583 +translate brazilian_portuguese lockerRoomCrisis_94aaa5a6: + + # Liz "Whenever he drives, he makes us listen to radio broadcasts of Mariners games." + Liz "Sempre que ele dirige, ele nos faz ouvir as transmissões de rádio dos jogos dos Mariners." + +# game/2_diya.rpy:1585 +translate brazilian_portuguese lockerRoomCrisis_b1cfa060: + + # Chryssa "The Mariners? You're not even from Seattle." + Chryssa "Os Mariners? Vocês nem são de Seattle." + +# game/2_diya.rpy:1587 +translate brazilian_portuguese lockerRoomCrisis_07b3cfe9: + + # Diya "Ichiro is an incredible player, though." + Diya "O Ichiro é um jogador incrível, entretanto." + +# game/2_diya.rpy:1590 +translate brazilian_portuguese lockerRoomCrisis_d6dda255: + + # Chryssa "But he's a weirdo...The guy only decided to stay in Seattle because his dog told him to." + Chryssa "Mas ele é um esquisito...O cara só decidiu ficar em Seattle porque o cão dele falou isso pra ele." + +# game/2_diya.rpy:1592 +translate brazilian_portuguese lockerRoomCrisis_eb952597: + + # Diya "So? I would stay in Seattle if my dog told me to, too." + Diya "E? Eu ficaria em Seattle se meu cão me falasse, também." + +# game/2_diya.rpy:1595 +translate brazilian_portuguese lockerRoomCrisis_8ee946df: + + # Liz "He does grow on you. They're all such strange lil' guys." + Liz "Ele acaba te cativando. São todos carinhas estranhos." + +# game/2_diya.rpy:1602 +translate brazilian_portuguese lockerRoomCrisis_c0dd266c: + + # Chryssa "I think that's just your Stockholm Syndrome speaking." + Chryssa "Acho que isso é só sua Síndrome de Estocolmo." + +# game/2_diya.rpy:1604 +translate brazilian_portuguese lockerRoomCrisis_88511d46: + + # Liz "Who knows, maybe it is." + Liz "Vai saber, quem sabe é." + +# game/2_diya.rpy:1607 +translate brazilian_portuguese lockerRoomCrisis_2d409519: + + # Liz "As for my mom, her thing is Madonna CDs. I could sing every word of True Blue since kindergarten." + Liz "Já a minha mãe, a coisa dela são CDs da Madonna. Eu conseguia cantar cada mísera palavra de True Blue desde o jardim de infância." + +# game/2_diya.rpy:1609 +translate brazilian_portuguese lockerRoomCrisis_afdc401d: + + # Chryssa "Isn't the first song about a teenage girl not wanting to get an abortion?!" with sshake + Chryssa "A primeira música não é sobre uma garota adolescente não querendo abortar?!" with sshake + +# game/2_diya.rpy:1611 +translate brazilian_portuguese lockerRoomCrisis_2d22ca6b: + + # Liz "I didn't say I {i}understood{/i} every word." + Liz "Eu nunca disse que eu {i}entendia{/i} cada palavra." + +# game/2_diya.rpy:1613 +translate brazilian_portuguese lockerRoomCrisis_fe6d4469: + + # Chryssa "Maybe listening to all that Madonna did something to you as a little kid." + Chryssa "Talvez ouvir tanta Madonna fez algo contigo quando você era criança." + +# game/2_diya.rpy:1615 +translate brazilian_portuguese lockerRoomCrisis_7a379e5e: + + # Liz "Excuse me? What was that?" + Liz "Com licença? O que você disse?" + +# game/2_diya.rpy:1617 +translate brazilian_portuguese lockerRoomCrisis_6993ff52: + + # Chryssa "I take it back! I take it back!" with sshake + Chryssa "Eu retiro o que eu disse! Eu retiro o que eu disse!" with sshake + +# game/2_diya.rpy:1622 +translate brazilian_portuguese lockerRoomCrisis_d8ccb53e: + + # DiyaT "I have no clue what kind of music my mom likes. All I know are which songs she hates on the radio." + DiyaT "Eu não tenho ideia que tipo de música minha mãe gosta. Tudo que eu sei são as músicas que ela odeia da rádio." + +# game/2_diya.rpy:1623 +translate brazilian_portuguese lockerRoomCrisis_4670263c: + + # DiyaT "And she doesn't know what kind of music I like, either. Or my favorite movie, or favorite color, anything like that." + DiyaT "E ela não sabe que tipo de música eu gosto, também. Nem meu filme favorito, cor favorita, coisas assim." + +# game/2_diya.rpy:1624 +translate brazilian_portuguese lockerRoomCrisis_2a04f44e: + + # DiyaT "I've known her my whole life and we still don't even know basic facts about each other." + DiyaT "Eu conheço ela a minha vida inteira e nós ainda não sabemos coisas básicas uma da outra." + +# game/2_diya.rpy:1626 +translate brazilian_portuguese lockerRoomCrisis_288b9b62: + + # DiyaT "That's so sad. I wanna have a good relationship with my parents, too..." + DiyaT "Isso é tão triste. Eu quero ter uma boa relação com meus pais também..." + +# game/2_diya.rpy:1630 +translate brazilian_portuguese lockerRoomCrisis_8ec61c43: + + # "Diya listens to her teammates chat as she changes out of her baseball uniform." + "Diya ouve suas colegas de time conversarem enquanto ela troca seu uniforme de baseball." + +# game/2_diya.rpy:1632 +translate brazilian_portuguese lockerRoomCrisis_cc5cb972: + + # Grace "Kyaaa! Don't look at my hairy legs!" with sshake + Grace "Kyaaa! Não olhe para minhas pernas peludas!" with sshake + +# game/2_diya.rpy:1633 +translate brazilian_portuguese lockerRoomCrisis_56a8eb20: + + # Grace "I haven't shaved for like, two days." + Grace "Eu não me depilo faz tipo, dois dias." + +# game/2_diya.rpy:1635 +translate brazilian_portuguese lockerRoomCrisis_9abb0b84: + + # Ester "You shave that often? I just do it when it starts looking gnarly." + Ester "Você se depila tanto assim? Eu só me depilo quando fica meio esquisito." + +# game/2_diya.rpy:1637 +translate brazilian_portuguese lockerRoomCrisis_e8ebda14: + + # Grace "Your hair's not all coarse and gross like mine." + Grace "Seu pelo não é todo áspero e nojento como o meu." + +# game/2_diya.rpy:1638 +translate brazilian_portuguese lockerRoomCrisis_17576898: + + # Grace "I have to do it every other day or I start looking like a gorilla." + Grace "Tenho que fazer isso dia sim, dia não ou começo a parecer um gorila." + +# game/2_diya.rpy:1640 +translate brazilian_portuguese lockerRoomCrisis_b4b334ae: + + # DiyaT "Girls are supposed to shave...??!" + DiyaT "Garotas tem que se depilar...??!" + +# game/2_diya.rpy:1641 +translate brazilian_portuguese lockerRoomCrisis_0d60492f: + + # Diya "????????????????????" with sshake + Diya "????????????????????" with sshake + +# game/2_diya.rpy:1643 +translate brazilian_portuguese lockerRoomCrisis_dd0c9cb9: + + # DiyaT "I've always wondered why no one's leg hair is really obvious except for mine." + DiyaT "Eu sempre me perguntei por que os pelos da perna de ninguém são óbvios como os meus." + +# game/2_diya.rpy:1644 +translate brazilian_portuguese lockerRoomCrisis_13b1017a: + + # DiyaT "That must be the secret..." + DiyaT "Esse deve ser o truque..." + +# game/2_diya.rpy:1645 +translate brazilian_portuguese lockerRoomCrisis_1654c1d7: + + # DiyaT "Good thing I'm wearing long pants that cover up my legs." + DiyaT "Ainda bem que estou usando calças longas que cobrem minhas pernas." + +# game/2_diya.rpy:1648 +translate brazilian_portuguese lockerRoomCrisis_1e71fbf8: + + # "Suddenly self-conscious, Diya inspects her arm hair..." + "Repentinamente constrangida, Diya inspeciona seus pelos do braço..." + +# game/2_diya.rpy:1650 +translate brazilian_portuguese lockerRoomCrisis_8e2bd4b8: + + # DiyaT "Even my arm hair is pretty obvious. My hair's just all really thick and dark..." + DiyaT "Até meus pelos do braço são óbvios. Meu pelo é todo grosso e escuro..." + +# game/2_diya.rpy:1651 +translate brazilian_portuguese lockerRoomCrisis_7791b6a8: + + # DiyaT "There's even hair on my fingers...Is that normal?!" + DiyaT "Tem pelo até nos meus dedos...Isso é normal?!" + +# game/2_diya.rpy:1652 +translate brazilian_portuguese lockerRoomCrisis_237a1797: + + # DiyaT "Maybe everyone's secretly judging me when they see it..." + DiyaT "Talvez todos estejam secretamente me julgando quando veem isso.." + +# game/2_diya.rpy:1661 +translate brazilian_portuguese razorDenial_4ca85b0c: + + # "After the club meeting, Diya gets into her mom's car with renewed determination." + "Depois do encontro do clube, Diya entra no carro de sua mãe com determinação renovada." + +# game/2_diya.rpy:1663 +translate brazilian_portuguese razorDenial_c0d265fa: + + # Amma "How was your day at school?" + Amma "Como foi seu dia na escola?" + +# game/2_diya.rpy:1666 +translate brazilian_portuguese razorDenial_fd841d5d: + + # Diya "Okay." + Diya "Okay." + +# game/2_diya.rpy:1669 +translate brazilian_portuguese razorDenial_1b22f6e5: + + # Amma "Did the presentation go well?" + Amma "A apresentação ocorreu bem?" + +# game/2_diya.rpy:1672 +translate brazilian_portuguese razorDenial_bb645261: + + # Diya "Think so. Just glad it's over." + Diya "Acho que sim. Estou aliviada que acabou." + +# game/2_diya.rpy:1673 +translate brazilian_portuguese razorDenial_eb82292f: + + # Diya "When I grow up I'm going to find a job where I never have to talk to people." + Diya "Quando eu crescer vou achar um trabalho onde eu nunca fale com as pessoas." + +# game/2_diya.rpy:1675 +translate brazilian_portuguese razorDenial_2c2e707e: + + # "Diya's mom smiles knowingly and shakes her head." + "A mãe de Diya sorri conscientemente e balança a cabeça." + +# game/2_diya.rpy:1677 +translate brazilian_portuguese razorDenial_ab92acf8: + + # Amma "I'm the same way. I'm embarrassed of my accent, and it makes phone calls so scary." + Amma "Eu sou do mesmo jeito. Tenho vergonha do meu sotaque, e isso torna os telefonemas tão assustadores." + +# game/2_diya.rpy:1678 +translate brazilian_portuguese razorDenial_40dda33b: + + # Amma "Talking to workers in stores makes me so nervous, too." + Amma "Conversar com funcionários nas lojas também me deixa muito nervosa." + +# game/2_diya.rpy:1681 +translate brazilian_portuguese razorDenial_d2f454fd: + + # Diya "Me, too. I wish we could write questions on a piece of paper and they have to write their answer back, too." + Diya "Eu também. Eu gostaria que pudéssemos escrever perguntas em um pedaço de papel e eles tivessem que escrever suas respostas também." + +# game/2_diya.rpy:1684 +translate brazilian_portuguese razorDenial_9d184c3a: + + # Amma "Yes! It'd be the best if you could slip the paper through an opening in the wall, so they don't even know what you look like." + Amma "Sim! Seria melhor se você pudesse passar o papel por uma abertura na parede, para que eles nem saibam como você é." + +# game/2_diya.rpy:1687 +translate brazilian_portuguese razorDenial_58a4d576: + + # DiyaT "Wow...I'm enjoying talking to my mom!" + DiyaT "Uau...Eu estou gostando de conversar com minha mãe!" + +# game/2_diya.rpy:1690 +translate brazilian_portuguese razorDenial_3f8b18b1: + + # DiyaT "I guess it's only natural that we have some things in common. I forget that sometimes." + DiyaT "Eu acho que é natural que tenhamos algumas coisas em comum. Esqueço disso às vezes." + +# game/2_diya.rpy:1691 +translate brazilian_portuguese razorDenial_d6b4ec76: + + # DiyaT "She used to do long-distance running in India, and she always encouraged me to play sports because it was good for my health." + DiyaT "Ela costumava fazer corridas de longa distância na Índia e sempre me incentivou a praticar esportes porque fazia bem à minha saúde." + +# game/2_diya.rpy:1693 +translate brazilian_portuguese razorDenial_125c3066: + + # DiyaT "Maybe I can ask her about something else that's been bothering me." + DiyaT "Talvez eu possa perguntar a ela sobre algo que está me incomodando." + +# game/2_diya.rpy:1695 +translate brazilian_portuguese razorDenial_20611021: + + # "Emboldened by her success, Diya speaks up as they sit at a red light." + "Encorajada por seu sucesso, Diya fala enquanto elas param em um sinal vermelho." + +# game/2_diya.rpy:1697 +translate brazilian_portuguese razorDenial_ea2de6ce: + + # Diya "Can you get razors next time you go shopping?" + Diya "Você pode comprar lâminas de barbear na próxima vez que for às compras?" + +# game/2_diya.rpy:1700 +translate brazilian_portuguese razorDenial_aa66fff6: + + # Amma "Razors?! What for?" with sshake + Amma "Lâminas de barbear?! Para quê?" with sshake + +# game/2_diya.rpy:1703 +translate brazilian_portuguese razorDenial_3124ce29: + + # Diya "To shave. My leg hair is really long." + Diya "Para eu me depilar. Meus pelos das pernas estão bem grandes." + +# game/2_diya.rpy:1705 +translate brazilian_portuguese razorDenial_dade00ab: + + # "Diya's heart sinks as her mom wrinkles her nose with distaste." + "O coração de Diya afunda quando sua mãe torce o nariz com desgosto." + +# game/2_diya.rpy:1707 +translate brazilian_portuguese razorDenial_935a4dcd: + + # Amma "Don't do it. Shaving will make the hair grow back thicker and darker." + Amma "Não faça isso. Depilar fará com que o cabelo volte a crescer mais grosso e mais escuro." + +# game/2_diya.rpy:1710 +translate brazilian_portuguese razorDenial_ba0650e5: + + # Diya "That doesn't sound true. Pretty sure that's a myth." + Diya "Isso não parece ser verdade. Tenho quase certeza que isso é um mito." + +# game/2_diya.rpy:1713 +translate brazilian_portuguese razorDenial_ddce5355: + + # Amma "No, it's true. Shaving is a terrible idea." + Amma "Não, é verdade. Se depilar é uma péssima ideia." + +# game/2_diya.rpy:1716 +translate brazilian_portuguese razorDenial_81d3a090: + + # Diya "But all the other girls at school are doing it." + Diya "Mas todas as outras meninas da escola estão fazendo isso." + +# game/2_diya.rpy:1719 +translate brazilian_portuguese razorDenial_23ce2598: + + # Amma "That's because it's Christian culture. Our family doesn't follow those rules." + Amma "Isso é porque é cultura Cristã. Nossa família não segue essas regras." + +# game/2_diya.rpy:1722 +translate brazilian_portuguese razorDenial_3ee406d1: + + # Amma "Why do you want to shave so bad, anyway?" + Amma "Por que você que se depilar tanto assim, afinal?" + +# game/2_diya.rpy:1723 +translate brazilian_portuguese razorDenial_5ef72085: + + # Amma "Are you trying to show yourself off to boys?" + Amma "Você está tentando se mostrar para os meninos?" + +# game/2_diya.rpy:1726 +translate brazilian_portuguese razorDenial_66ab7694: + + # Diya "??? No..." + Diya "??? Não..." + +# game/2_diya.rpy:1729 +translate brazilian_portuguese razorDenial_cafbf4fb: + + # Amma "You're too young. Who is it for?" + Amma "Você é muito jovem. Para quem é?" + +# game/2_diya.rpy:1731 +translate brazilian_portuguese razorDenial_43edf060: + + # Amma "Do you have a boyfriend?!" with sshake + Amma "Você tem um namorado?!" with sshake + +# game/2_diya.rpy:1734 +translate brazilian_portuguese razorDenial_a2dbca39: + + # Diya "No." + Diya "Não." + +# game/2_diya.rpy:1737 +translate brazilian_portuguese razorDenial_ac30e7a8: + + # Amma "Are you sure?? Look at me." + Amma "Você tem certeza?? Olhe para mim." + +# game/2_diya.rpy:1740 +translate brazilian_portuguese razorDenial_9d2f8c56: + + # DiyaT "Good thing I can actually answer this honestly." + DiyaT "Ainda bem que posso realmente responder isso honestamente." + +# game/2_diya.rpy:1742 +translate brazilian_portuguese razorDenial_b6667e4f: + + # Diya "I'm not lying. I don't have a boyfriend." + Diya "Não estou mentindo. Eu não tenho um namorado." + +# game/2_diya.rpy:1744 +translate brazilian_portuguese razorDenial_0401ce28: + + # "Her mom scrutinizes Diya's face for a moment before turning away, seemingly satisfied." + "A mãe de Diya examina o rosto da filha por um momento antes de se virar, aparentemente satisfeita." + +# game/2_diya.rpy:1746 +translate brazilian_portuguese razorDenial_d0c4a349: + + # Amma "Good, because you need to focus on school. The right time to date is in college." + Amma "Que bom, porque você precisa focar na escola. A hora certa para namorar é na faculdade." + +# game/2_diya.rpy:1747 +translate brazilian_portuguese razorDenial_a05c034a: + + # Amma "That's when you'll be able to find a nice boy who meets all the requirements." + Amma "Então você poderá encontrar um bom garoto que atenda a todos os requisitos." + +# game/2_diya.rpy:1750 +translate brazilian_portuguese razorDenial_855ec182: + + # Diya "...Requirements? What requirements." + Diya "...Requisitos? Que requisitos." + +# game/2_diya.rpy:1753 +translate brazilian_portuguese razorDenial_aec1bdb7: + + # Amma "You know, just the regular ones." + Amma "Você sabe, só os básicos." + +# game/2_diya.rpy:1754 +translate brazilian_portuguese razorDenial_32c5bd5a: + + # Amma "Someone who's Hindu like us, doesn't smoke, and has high income." + Amma "Alguém que seja Hindu que nem a gente, que não fume, que tenha um bom salário." + +# game/2_diya.rpy:1757 +translate brazilian_portuguese razorDenial_dffe6691: + + # DiyaT "...Yeah, I definitely can't tell her about Min." + DiyaT "...É, eu realmente não posso contar a ela sobre a Min." + +# game/2_diya.rpy:1758 +translate brazilian_portuguese razorDenial_a713cefd: + + # Diya "What if I wanted to date someone different? Like a non-Indian person?" + Diya "Mas e se eu quisesse namorar alguém diferente? Tipo, alguém não indiano?" + +# game/2_diya.rpy:1761 +translate brazilian_portuguese razorDenial_440c347e: + + # Amma "No, a white person wouldn't understand our culture." + Amma "Não. Uma pessoa branca não entenderia nossa cultura." + +# game/2_diya.rpy:1762 +translate brazilian_portuguese razorDenial_c87954ad: + + # Amma "Plus, whites do drugs and don't know how to save money." + Amma "Ainda por cima, brancos usam drogas e não sabem economizar dinheiro." + +# game/2_diya.rpy:1765 +translate brazilian_portuguese razorDenial_2b1e46c5: + + # Amma "Just remember no BMWs. No Blacks, Muslims, or Whites." + Amma "Apenas lembre-se de nada de BMNs. Sem Brancos, Muçulmanos ou Negros." + +# game/2_diya.rpy:1768 +translate brazilian_portuguese razorDenial_e0ba593e: + + # DiyaT "That's so racist...I don't even wanna know what she thinks of Korean people." + DiyaT "Isso é tão racista...Eu não quero nem saber o que ela acha de pessoas Coreanas." + +# game/2_diya.rpy:1769 +translate brazilian_portuguese razorDenial_da49636f: + + # Diya "What you want is unrealistic." + Diya "O que você quer é irrealista." + +# game/2_diya.rpy:1770 +translate brazilian_portuguese razorDenial_5bd7c65e: + + # Diya "How can you immigrate to a country where we're less than 1%% of the population and then expect me to marry the way you did in India?" + Diya "Como você pode imigrar para um país onde somos menos de 1%% da população e esperar que eu me case como você fez na Índia?" + +# game/2_diya.rpy:1773 +translate brazilian_portuguese razorDenial_ab1a2ca6: + + # Amma "It's not unrealistic, my friend Himaja's daughter did it." + Amma "Não é irrealista, a filha da minha amiga Himaja fez isso." + +# game/2_diya.rpy:1775 +translate brazilian_portuguese razorDenial_0d190fd9: + + # Amma "You're not any less pretty or smart than she is! You can find a way too." + Amma "Você não é menos bonita ou inteligente do que ela! Você pode encontrar uma maneira também." + +# game/2_diya.rpy:1778 +translate brazilian_portuguese razorDenial_621fdd1f: + + # Diya "It's not that easy. I can't control who I fall in love with." + Diya "Não é tão fácil. Não posso controlar por quem me apaixono." + +# game/2_diya.rpy:1779 +translate brazilian_portuguese razorDenial_d2c4bab7: + + # Diya "If I fall in love with someone who doesn't match your criteria, I'm not going to turn them away just for you." + Diya "Se eu me apaixonar por alguém que não corresponda aos seus critérios, não vou rejeitá-lo só por você." + +# game/2_diya.rpy:1782 +translate brazilian_portuguese razorDenial_7413e04a: + + # Amma "No, that's not right. If you marry a waste fellow, what will other people think?" + Amma "Não, isso não está certo. Se você se casar com um sujeito inútil, o que as outras pessoas vão pensar?" + +# game/2_diya.rpy:1785 +translate brazilian_portuguese razorDenial_fcb26bc7: + + # Diya "Wh...Why does it matter what \"other people\" think?" + Diya "O que... Por que importa o que as \"outras pessoas\" pensam?" + +# game/2_diya.rpy:1786 +translate brazilian_portuguese razorDenial_cd5bfb84: + + # Diya "My opinion should be the most important one." + Diya "Minha opinião deveria ser a mais importante." + +# game/2_diya.rpy:1789 +translate brazilian_portuguese razorDenial_49056b20: + + # Amma "No, this is bigger than just you. You have to consider how it affects everyone, like your parents." + Amma "Não, isso é maior do que apenas você. Você tem que considerar como isso afeta a todos, como seus pais." + +# game/2_diya.rpy:1790 +translate brazilian_portuguese razorDenial_c2a6869a: + + # Amma "If you marry a white man, everyone will think you're a self-hating Indian, and your parents didn't raise you with correct values." + Amma "Se você se casar com um homem branco, todos vão pensar que você é um indiana que odeia sua cultura e que seus pais não a criaram com os valores corretos." + +# game/2_diya.rpy:1791 +translate brazilian_portuguese razorDenial_7756c6fd: + + # Amma "It already looks bad enough that we let you quit Carnatic music because you wanted to play baseball." + Amma "Já parece ruim o suficiente deixarmos você sair da música Carnatic porque você queria jogar baseball." + +# game/2_diya.rpy:1794 +translate brazilian_portuguese razorDenial_40a037a5: + + # Diya "So you're asking me to give up my whole life in exchange for ten seconds of approval from some aunties??" + Diya "Então você está me pedindo para desistir de toda a minha vida em troca de dez segundos de aprovação de algumas tiazinhas?" + +# game/2_diya.rpy:1797 +translate brazilian_portuguese razorDenial_e8a08e0f: + + # Amma "I had to marry within my parents' requirements too." + Amma "Tive que casar dentro das exigências dos meus pais também." + +# game/2_diya.rpy:1800 +translate brazilian_portuguese razorDenial_3eb4e69d: + + # Diya "Just because you put up with mistreatment from them doesn't mean I should put up with the same thing from you." + Diya "Só porque você tolerou os maus-tratos deles não significa que eu deva tolerar o mesmo de você." + +# game/2_diya.rpy:1803 +translate brazilian_portuguese razorDenial_c69eb7ee: + + # Amma "{i}Mistreatment?{/i} I turned out perfectly fine, how can it be mistreatment?" + Amma "{i}Maus tratos?{/i} Eu me saí perfeitamente bem, como pode ser maus tratos?" + +# game/2_diya.rpy:1806 +translate brazilian_portuguese razorDenial_bf17619a: + + # DiyaT "I don't think you turned out fine at all..." + DiyaT "Eu acho que você não ficou nada bem..." + +# game/2_diya.rpy:1809 +translate brazilian_portuguese razorDenial_e27e14c2: + + # Amma "Your way of thinking about this, that's the way of thinking from Christian countries." + Amma "Sua maneira de pensar sobre isso é a maneira de pensar dos países cristãos." + +# game/2_diya.rpy:1810 +translate brazilian_portuguese razorDenial_ffe842cf: + + # Amma "Indians aren't like that. They're not so selfish." + Amma "Indianos não são assim. Eles não são tão egoístas." + +# game/2_diya.rpy:1813 +translate brazilian_portuguese razorDenial_fa1e713b: + + # Diya "Well, this isn't India. I'm American." + Diya "Bem, não estamos na Índia. Eu sou americana." + +# game/2_diya.rpy:1816 +translate brazilian_portuguese razorDenial_858a07d9: + + # Amma "What, you think you're white?" + Amma "O quê, você acha que você é branca?" + +# game/2_diya.rpy:1817 +translate brazilian_portuguese razorDenial_13a9699d: + + # Amma "It doesn't matter where you are, you're still Indian. You have to honor your culture." + Amma "Não importa onde você estiver, você ainda é indiana. Você tem que honrar sua cultura." + +# game/2_diya.rpy:1821 +translate brazilian_portuguese razorDenial_38015576: + + # Diya "Why do I have to follow the rules of a country I've never lived in before?" + Diya "Por que eu tenho que seguir as regras de eu país em que eu nunca nem vivi?" + +# game/2_diya.rpy:1824 +translate brazilian_portuguese razorDenial_e09c2052: + + # Amma "As long as you're under our roof, you will. This is an Indian household." + Amma "Enquanto você estiver sob nosso teto, você vai. Somos uma família indiana." + +# game/2_diya.rpy:1827 +translate brazilian_portuguese razorDenial_1612cdcc: + + # Diya "..............." + Diya "..............." + +# game/2_diya.rpy:1828 +translate brazilian_portuguese razorDenial_d167e98f: + + # DiyaT "Could it be that my mom thinks people don't change...because SHE doesn't change?" + DiyaT "Será que minha mãe acha que as pessoas não mudam...porque ELA não muda?" + +# game/2_diya.rpy:1829 +translate brazilian_portuguese razorDenial_1a2c15ae: + + # DiyaT "It's like her opinions are frozen in time, from twenty years ago when she left India." + DiyaT "É como se as opiniões dela estivessem congeladas no tempo, de vinte anos atrás quando ela saiu da Índia." + +# game/2_diya.rpy:1830 +translate brazilian_portuguese razorDenial_25fdea9f: + + # DiyaT "And they never shifted to match the world around her. They're just stuck." + DiyaT "E elas nunca mudaram para se adaptar ao mundo ao redor dela. Elas estão só estagnadas." + +# game/2_diya.rpy:1832 +translate brazilian_portuguese razorDenial_e1979c96: + + # "They spend the rest of the drive home in stony silence." + "Elas passam o resto do caminho de volta para casa em um silêncio amargo." + +# game/2_diya.rpy:1845 +translate brazilian_portuguese morning2_195f9520: + + # Diya ".......!!!!!" with sshake + Diya ".......!!!!!" with sshake + +# game/2_diya.rpy:1848 +translate brazilian_portuguese morning2_8ff00029: + + # "Diya hits her alarms and flops back in bed." + "Diya desliga seus alarmes e cai de volta na cama." + +# game/2_diya.rpy:1851 +translate brazilian_portuguese morning2_5b07bfc9: + + # "Her morning routine includes lying in bed for 10 minutes thinking about how tired she is. " + "Sua rotina matinal inclui deitar na cama por 10 minutos pensando em como ela está cansada. " + +# game/2_diya.rpy:1856 +translate brazilian_portuguese morning2_f28d8787: + + # DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + +# game/2_diya.rpy:1858 +translate brazilian_portuguese morning2_bcf60a61: + + # "Suddenly, her bedroom door squeaks open." + "De repente, a porta do seu quarto se abre." + +# game/2_diya.rpy:1861 +translate brazilian_portuguese morning2_5efb28ac: + + # Amma "I need to head out early today." + Amma "Preciso sair cedo hoje." + +# game/2_diya.rpy:1862 +translate brazilian_portuguese morning2_cb9f6102: + + # Amma "Here, I'll put your lunch into your backpack." + Amma "Aqui, vou colocar seu almoço em sua mochila." + +# game/2_diya.rpy:1864 +translate brazilian_portuguese morning2_419561ce: + + # "Diya's blood runs cold as her mom unzips her backpack." + "O sangue de Diya gela quando sua mãe abre o zíper de sua mochila." + +# game/2_diya.rpy:1867 +translate brazilian_portuguese morning2_1d74dd58: + + # Diya "!!!" with sshake + Diya "!!!" with sshake + +# game/2_diya.rpy:1868 +translate brazilian_portuguese morning2_eb3ddbae: + + # DiyaT "She'll see the Valentine's Day card!" + DiyaT "Ela vai ver o cartão do Dia dos Namorados!" + +# game/2_diya.rpy:1871 +translate brazilian_portuguese morning2_ded431da: + + # "Diya bolts upright and snatches the backpack from her mom's grasp." with sshake + "Diya se levanta rapidamente e pega a mochila das mãos de sua mãe." with sshake + +# game/2_diya.rpy:1873 +translate brazilian_portuguese morning2_bbaaf8c3: + + # Diya "I'll put it in myself." + Diya "Eu mesma coloco." + +# game/2_diya.rpy:1876 +translate brazilian_portuguese morning2_726b88f7: + + # Amma "Why are you being so secretive?" + Amma "Por que você está sendo tão reservada?" + +# game/2_diya.rpy:1877 +translate brazilian_portuguese morning2_4986f4f2: + + # Amma "I can't even look in my own child's backpack anymore?" + Amma "Eu não posso mais nem olhar na mochila da minha filha?" + +# game/2_diya.rpy:1879 +translate brazilian_portuguese morning2_744ddc6e: + + # Diya "I'm not a baby. I should get to have privacy, too." + Diya "Eu não sou um bebê. Eu deveria ter privacidade, também." + +# game/2_diya.rpy:1881 +translate brazilian_portuguese morning2_39c2d9ab: + + # "Diya's mom sighs as Diya puts her bagged lunch into her backpack." + "A mãe de Diya suspira enquanto Diya coloca seu almoço embalado em sua mochila." + +# game/2_diya.rpy:1883 +translate brazilian_portuguese morning2_817881f9: + + # Amma "You know, it's really hurtful that you hide everything from me." + Amma "Sabe, é muito doloroso você esconder tudo de mim." + +# game/2_diya.rpy:1884 +translate brazilian_portuguese morning2_9e8c7367: + + # Amma "You're so quiet. I wish you would talk to me like my friends’ kids talk to them." + Amma "Você é tão quieta. Eu gostaria que você falasse comigo como as filhas das minhas amigas falam com elas." + +# game/2_diya.rpy:1885 +translate brazilian_portuguese morning2_5cc27bd8: + + # Amma "My friend’s son even tells them about the girls he likes. He tells them everything!" + Amma "O filho da minha amiga até conta para ela sobre as garotas de quem gosta. Ele conta tudo para ela!" + +# game/2_diya.rpy:1886 +translate brazilian_portuguese morning2_4cf0336e: + + # Amma "It makes me sad. I wish we had that kind of relationship." + Amma "Isso me deixa triste. Eu queria que tivéssemos esse tipo de relação." + +# game/2_diya.rpy:1888 +translate brazilian_portuguese morning2_ccdcd50b: + + # Diya "You think I wanted it to be like this?" + Diya "Você acha que eu queria que fosse assim?" + +# game/2_diya.rpy:1889 +translate brazilian_portuguese morning2_b6e3e0d1: + + # Diya "I didn't just decide not to talk to you all on my own." + Diya "Eu não decidi não falar com você sozinha." + +# game/2_diya.rpy:1892 +translate brazilian_portuguese morning2_c1008079: + + # Amma "What're you going on about?" + Amma "Do que você está falando?" + +# game/2_diya.rpy:1894 +translate brazilian_portuguese morning2_6efe99b5: + + # DiyaT "How are you not able to put two and two together??" with sshake + DiyaT "Como você não consegue somar dois e dois??" with sshake + +# game/2_diya.rpy:1895 +translate brazilian_portuguese morning2_48c03458: + + # Diya "I want to be able to talk to you, too." + Diya "Eu queria poder falar com você, também." + +# game/2_diya.rpy:1896 +translate brazilian_portuguese morning2_63d5fdd8: + + # Diya "But I don’t feel like I can. Every time I open up to you, I regret it." + Diya "Mas eu não sinto que consigo. Toda vez que eu me abro para você, eu me arrependo." + +# game/2_diya.rpy:1897 +translate brazilian_portuguese morning2_c07ac0d7: + + # Diya "You always have some bad reaction to something I say." + Diya "Você sempre tem uma reação ruim à algo que eu tenho a falar." + +# game/2_diya.rpy:1900 +translate brazilian_portuguese morning2_243fab25: + + # Amma "Huh? Like what?" + Amma "Huh? Como o quê?" + +# game/2_diya.rpy:1902 +translate brazilian_portuguese morning2_4ff9821d: + + # Diya "Like...like the time I told you about my friend, and you said I wasn't allowed to talk to her anymore." + Diya "Tipo...tipo a vez em que eu te falei sobre minha amiga e você falou que eu estava proibida de falar com ela de novo." + +# game/2_diya.rpy:1905 +translate brazilian_portuguese morning2_a240112e: + + # Amma "What are you talking about? That never happened." + Amma "Do quê você está falando? Isso nunca aconteceu." + +# game/2_diya.rpy:1907 +translate brazilian_portuguese morning2_22b7d099: + + # Diya "Yes, it did. After school, when I was in third grade." + Diya "Aconteceu sim. Depois da escola, eu estava no terceiro ano." + +# game/2_diya.rpy:1910 +translate brazilian_portuguese morning2_1ce7c407: + + # Amma "Third grade?! You really go through life collecting pointless grudges from years ago?" with sshake + Amma "Terceiro ano?! Você realmente passa a vida colecionando rancores inúteis de anos atrás?" with sshake + +# game/2_diya.rpy:1911 +translate brazilian_portuguese morning2_11bdff59: + + # Amma "How can you use something I don't even remember to argue against me?" + Amma "Como você pode usar algo que eu nem me lembro para argumentar contra mim?" + +# game/2_diya.rpy:1913 +translate brazilian_portuguese morning2_9b8a76b1: + + # DiyaT "How can two people perceive the same conversation so differently?" + DiyaT "Como que duas pessoas podem entender a mesma conversa de forma tão diferente?" + +# game/2_diya.rpy:1915 +translate brazilian_portuguese morning2_6cacd7ee: + + # DiyaT "To me, it was one of the worst memories of my life, one that still affects how I act around her every day." + DiyaT "Para mim, é uma das piores memórias da minha vida, uma que afeta como eu ajo com ela todo dia." + +# game/2_diya.rpy:1916 +translate brazilian_portuguese morning2_bc323872: + + # DiyaT "But to her, it was an uneventful car ride." + DiyaT "Mas para ela, foi um passeio de carro irrelevante." + +# game/2_diya.rpy:1917 +translate brazilian_portuguese morning2_6c9c3336: + + # DiyaT "I need to give a different example." + DiyaT "Eu preciso dar um exemplo diferente." + +# game/2_diya.rpy:1919 +translate brazilian_portuguese morning2_b997e9c5: + + # Diya "You didn't only make mistakes in the past, you never changed." + Diya "Você não fez erros só no passado, você nunca mudou." + +# game/2_diya.rpy:1920 +translate brazilian_portuguese morning2_f11207e7: + + # Diya "Like yesterday, I asked you to buy razors for me and you lectured me about dating." + Diya "Tipo ontem, eu te pedi para comprar lâminas de barbear para mim e você me deu um discurso sobre namoro." + +# game/2_diya.rpy:1923 +translate brazilian_portuguese morning2_20cd0151: + + # Amma "I'm your mom, I'm supposed to say no when you want something that's bad for you." + Amma "Eu sou sua mãe, eu tenho que falar não quando você quer algo que faz mal a você." + +# game/2_diya.rpy:1924 +translate brazilian_portuguese morning2_fae0e674: + + # Amma "If your own parents won't tell you when you're doing something wrong, who will?" + Amma "Se seus próprios pais não te dizem quando você está fazendo algo errado, quem vai?" + +# game/2_diya.rpy:1926 +translate brazilian_portuguese morning2_8527eed5: + + # Diya "Of course you're supposed to stop me from doing really bad things." + Diya "Claro que você deveria me impedir de fazer coisas realmente ruins." + +# game/2_diya.rpy:1927 +translate brazilian_portuguese morning2_25896080: + + # Diya "But I feel like you think your only job as a parent is to lecture me every chance you see." + Diya "Mas sinto que você acha que seu único trabalho como mãe é me dar um sermão sempre que pode." + +# game/2_diya.rpy:1928 +translate brazilian_portuguese morning2_8746128a: + + # Diya "Sometimes I just want to have a normal, not-negative conversation." + Diya "As vezes eu só quero ter uma conversa normal, não negativa." + +# game/2_diya.rpy:1932 +translate brazilian_portuguese morning2_6db5145a: + + # Amma "What do you want me to do, just keep my opinion to myself and agree with everything you say?" + Amma "O que você quer que eu faça, que eu mantenha minha opinião para mim mesma e concorde com tudo o que você falar?" + +# game/2_diya.rpy:1933 +translate brazilian_portuguese morning2_2810a305: + + # Amma "If I were your friend, sure, I could do that." + Amma "Se eu fosse sua amiga, claro, eu poderia fazer isso." + +# game/2_diya.rpy:1934 +translate brazilian_portuguese morning2_ad96a3a5: + + # Amma "But that's not my role. I'm your mother, I'm supposed to help you." + Amma "Mas esse não é meu papel. Eu sou sua mãe, meu dever é te ajudar." + +# game/2_diya.rpy:1935 +translate brazilian_portuguese morning2_49a50f8f: + + # "Tears well up in Diya's eyes from frustration." + "Lágrimas se acumulam nos olhos de Diya por frustração." + +# game/2_diya.rpy:1937 +translate brazilian_portuguese morning2_0dd3655c: + + # DiyaT "Oh, great. Not now!" + DiyaT "Ah, ótimo. Não agora!" + +# game/2_diya.rpy:1938 +translate brazilian_portuguese morning2_7cbc61ec: + + # DiyaT "I hate how I can't argue with anyone without crying." + DiyaT "Eu odeio que eu não consigo discutir com ninguém sem chorar." + +# game/2_diya.rpy:1939 +translate brazilian_portuguese morning2_cc7df293: + + # Diya "You think you're helping me, but all you do is give me anxiety." + Diya "Você acha que está me ajudando, mas tudo que você faz é me dar ansiedade." + +# game/2_diya.rpy:1941 +translate brazilian_portuguese morning2_e8808ecf: + + # Diya "I feel like every time I speak to you honestly, I'm punished for it." + Diya "Eu sinto que toda vez que eu falo contigo honestamente, eu sou punida por isso." + +# game/2_diya.rpy:1943 +translate brazilian_portuguese morning2_f9055843: + + # Amma "So me speaking my mind is \"punishing\" you?" + Amma "Então eu falar o que eu penso é te \"punir\"?" + +# game/2_diya.rpy:1944 +translate brazilian_portuguese morning2_29bf7500: + + # Amma "How can you not allow me to say what I think? How do you think that makes {i}me{/i} feel?" + Amma "Como você pode não me permitir de falar o que eu penso? Como você acha que isso faz eu {i}me{/i} sentir?" + +# game/2_diya.rpy:1946 +translate brazilian_portuguese morning2_a3767029: + + # "Both of them freeze as the doorbell rings." + "Ambas congelam quando a campainha toca." + +# game/2_diya.rpy:1948 +translate brazilian_portuguese morning2_e2a967e6: + + # DiyaT "It's Akarsha!" + DiyaT "É a Akarsha!" + +# game/2_diya.rpy:1949 +translate brazilian_portuguese morning2_c59dfe4f: + + # DiyaT "I can't let her see me like this!" + DiyaT "Eu não posso deixar ela me ver assim!" + +# game/2_diya.rpy:1955 +translate brazilian_portuguese morning2_c7acf589: + + # Akarsha "Yo..." + Akarsha "Ei..." + +# game/2_diya.rpy:1958 +translate brazilian_portuguese morning2_ccf0c64d: + + # "Diya flings open the door and darts past Akarsha." + "Diya abre a porta rapidamente e sai correndo disparada além de Akarsha." + +# game/2_diya.rpy:1960 +translate brazilian_portuguese morning2_18cba65b: + + # Akarsha "Whoa!" with sshake + Akarsha "Uah!" with sshake + +# game/2_diya.rpy:1961 +translate brazilian_portuguese morning2_17601718: + + # Akarsha "Homie, wait up!" + Akarsha "Parça, espera aí!" + +# game/2_diya.rpy:1968 +translate brazilian_portuguese morning2_bd34c969: + + # "Diya ignores her and sprints down the sidewalk." + "Diya ignora ela e continua correndo pela calçada." + +# game/2_diya.rpy:1969 +translate brazilian_portuguese morning2_92e48d77: + + # "The frenetic slap of flip-flops on concrete behind her gets louder and louder until suddenly, a hand grabs her forearm!" with sshake + "O som frenético de chinelos no concreto atrás dela fica cada vez mais alto até que de repente, uma mão agarra seu antebraço!" with sshake + +# game/2_diya.rpy:1972 +translate brazilian_portuguese morning2_97c1055c: + + # Akarsha "*Wheeze* Gotcha!" with sshake + Akarsha "*Arfada* Te peguei!" with sshake + +# game/2_diya.rpy:1975 +translate brazilian_portuguese morning2_40731160: + + # Diya "!!!!" + Diya "!!!!" + +# game/2_diya.rpy:1977 +translate brazilian_portuguese morning2_618ca7c2: + + # "Diya reluctantly slows to a stop and lets Akarsha catch her breath." + "Diya relutantemente desacelera até parar e deixa Akarsha recuperar o fôlego." + +# game/2_diya.rpy:1979 +translate brazilian_portuguese morning2_f8a6ffa1: + + # Akarsha "*Gasp* *Wheeze*" with sshake + Akarsha "*Suspiro* *Arfada*" with sshake + +# game/2_diya.rpy:1980 +translate brazilian_portuguese morning2_d08845de: + + # Akarsha "....HA....HAH....." with sshake + Akarsha "....HA....HAH....." with sshake + +# game/2_diya.rpy:1982 +translate brazilian_portuguese morning2_6e8840cd: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:1985 +translate brazilian_portuguese morning2_44f3ca1b: + + # Akarsha "What's with you today? Usain Bolt..." + Akarsha "Que deu contigo hoje? Usain Bolt..." + +# game/2_diya.rpy:1988 +translate brazilian_portuguese morning2_4fb91a37: + + # Diya "Got in a fight with my mom..." + Diya "Briguei com minha mãe..." + +# game/2_diya.rpy:1992 +translate brazilian_portuguese morning2_17afcca6: + + # "Diya wipes her tear-streaked face with a sniffle." + "Diya limpa seu rosto molhado pelas lágrimas com uma fungada." + +# game/2_diya.rpy:1994 +translate brazilian_portuguese morning2_ebbedf19: + + # Diya "She gave up her whole life for me. I'm the person she loves the most in the world." + Diya "Ela desistiu de toda a vida dela por mim. Eu sou a pessoa que ela mais ama no mundo." + +# game/2_diya.rpy:1995 +translate brazilian_portuguese morning2_dd47607d: + + # Diya "But we can't even have a normal conversation without hurting each other." + Diya "Mas a gente não consegue nem ter uma conversa normal sem machucar uma a outra." + +# game/2_diya.rpy:1996 +translate brazilian_portuguese morning2_cbc6f92b: + + # Diya "It's just sad." + Diya "É só triste." + +# game/2_diya.rpy:1998 +translate brazilian_portuguese morning2_b10d69e1: + + # "It takes a few seconds for Akarsha to recover enough to choke out a response." + "Demora alguns segundos para a Akarsha se recuperar o suficiente para dar uma meia resposta." + +# game/2_diya.rpy:2000 +translate brazilian_portuguese morning2_69d71949: + + # Akarsha "Bro...that sucks." + Akarsha "Cara...isso é péssimo." + +# game/2_diya.rpy:2002 +translate brazilian_portuguese morning2_780dcc17: + + # Diya "........................" + Diya "........................" + +# game/2_diya.rpy:2003 +translate brazilian_portuguese morning2_98d5971c: + + # Diya "Do your parents know you're bi?" + Diya "Seus pais sabem que você é bi?" + +# game/2_diya.rpy:2006 +translate brazilian_portuguese morning2_e207eff5: + + # Akarsha "Sorta?" + Akarsha "Meio?" + +# game/2_diya.rpy:2007 +translate brazilian_portuguese morning2_eba0acdb: + + # Akarsha "We haven't really had that conversation yet, but they definitely know I'm a lil funky." + Akarsha "A gente realmente não teve essa conversa ainda, mas eles sabem que eu sou meio diferentinha." + +# game/2_diya.rpy:2009 +translate brazilian_portuguese morning2_5acd4f7f: + + # Diya "How do you think they'll react when you tell them?" + Diya "Como você acha que eles vão reagir quando você contar a eles?" + +# game/2_diya.rpy:2012 +translate brazilian_portuguese morning2_79e9c48a: + + # Akarsha "I dunno...But they're pretty open-minded, so I think they'll get over it." + Akarsha "Eu nem sei...Mas eles são bem mente aberta, então acho que eles vão superar isso." + +# game/2_diya.rpy:2020 +translate brazilian_portuguese morning2_8d7fc1b8: + + # Diya "Lucky..." + Diya "Sortuda..." + +# game/2_diya.rpy:2021 +translate brazilian_portuguese morning2_fca0006d: + + # Diya "My parents will freak out if I come out." + Diya "Meus pais vão surtar se eu sair do armário." + +# game/2_diya.rpy:2022 +translate brazilian_portuguese morning2_d3c3d0ad: + + # Diya "But I feel like a bad gay person for hiding it." + Diya "Mas eu me sinto como uma pessoa gay ruim por esconder isso." + +# game/2_diya.rpy:2025 +translate brazilian_portuguese morning2_21776c72: + + # Akarsha "Why?" + Akarsha "Por que?" + +# game/2_diya.rpy:2027 +translate brazilian_portuguese morning2_8ad87c32: + + # Diya "Instead of trying to educate them, I'm living a lie." + Diya "Em vez de tentar educar eles, estou vivendo em uma mentira." + +# game/2_diya.rpy:2030 +translate brazilian_portuguese morning2_f79cfa2d: + + # Akarsha "Dude, it's not your job to educate your parents if it'll ruin your life." + Akarsha "Mano, não é seu trabalho educar os seus pais se isso vai arruinar sua vida." + +# game/2_diya.rpy:2031 +translate brazilian_portuguese morning2_16e2f399: + + # Akarsha "The gays aren't gonna come arrest you." + Akarsha "Os gays não vão vir te prender." + +# game/2_diya.rpy:2032 +translate brazilian_portuguese morning2_043a2c73: + + # Akarsha "It's not bad to, like, worry about surviving first." + Akarsha "Não é ruim, tipo, se preocupar em sobreviver primeiro." + +# game/2_diya.rpy:2034 +translate brazilian_portuguese morning2_6276c5a5: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:2035 +translate brazilian_portuguese morning2_5e0ba626: + + # Diya "Sooner or later we're gonna get caught, though. We're so bad at keeping things secret." + Diya "Mais cedo ou mais tarde nós vamos ser pegas, no entanto. Nós somos péssimas em manter as coisas em segredo." + +# game/2_diya.rpy:2036 +translate brazilian_portuguese morning2_5e185822: + + # Diya "And if I wanna live with Min someday, that's going to be impossible to hide." + Diya "E se eu quiser viver com a Min um dia, vai ser impossível de esconder." + +# game/2_diya.rpy:2037 +translate brazilian_portuguese morning2_14b8415d: + + # Diya "Especially since we're gonna move really far away." + Diya "Especialmente já que nós vamos nos mudar para muito longe." + +# game/2_diya.rpy:2040 +translate brazilian_portuguese morning2_7c7d3c9b: + + # Akarsha "Huh? Where are you going?" + Akarsha "Huh? Aonde vocês estão indo?" + +# game/2_diya.rpy:2042 +translate brazilian_portuguese morning2_454efe4c: + + # Diya "Don't know yet. But somewhere far from her parents, so she doesn't have to see them unless she wants to." + Diya "Não sei ainda. Mas algum lugar longe dos pais dela, para que ela não tenha que os ver a menos que ela queira." + +# game/2_diya.rpy:2044 +translate brazilian_portuguese morning2_f351a809: + + # Diya "When we do that, my parents will notice I'm gone, too." + Diya "Quando formos fazer isso, meus pais vão notar que eu sumi, também." + +# game/2_diya.rpy:2047 +translate brazilian_portuguese morning2_ea8bb694: + + # Akarsha "Ya, but by then you'll be an adult. They won't be able to stop you from doing anything." + Akarsha "É, mas aí você já vai ser adulta. Eles não vão poder te impedir de fazer nada." + +# game/2_diya.rpy:2049 +translate brazilian_portuguese morning2_b3f57d8f: + + # Diya "But they'll still be really upset, and I don't want that either." + Diya "Mas eles ainda vão ficar bem chateados, e eu também não quero isso." + +# game/2_diya.rpy:2052 +translate brazilian_portuguese morning2_72138b33: + + # Akarsha "They'll get over it eventually." + Akarsha "Eles vão superar eventualmente." + +# game/2_diya.rpy:2053 +translate brazilian_portuguese morning2_d913c44e: + + # Akarsha "Dealing with desi parents is like the five stages of grief. Denial, anger, bargaining, depression, and acceptance." + Akarsha "Lidar com pais desi é que nem os cinco estágios do luto. Negação, raiva, barganha, depressão e aceitação." + +# game/2_diya.rpy:2056 +translate brazilian_portuguese morning2_cd4c4d7c: + + # Diya "You don't know that. My parents aren't like yours." + Diya "Você não sabe disso. Seus pais não são como meus pais." + +# game/2_diya.rpy:2059 +translate brazilian_portuguese morning2_c28eaf06: + + # Akarsha "Do your parents really love you?" + Akarsha "Os seus pais realmente te amam?" + +# game/2_diya.rpy:2061 +translate brazilian_portuguese morning2_40f5853e: + + # Diya "Yes." + Diya "Sim." + +# game/2_diya.rpy:2064 +translate brazilian_portuguese morning2_35c1c515: + + # Akarsha "Then it's still the same. It might take ages, but they'll get over it eventually." + Akarsha "Então ainda é a mesma coisa. Pode demorar anos, mas eles vão superar eventualmente." + +# game/2_diya.rpy:2067 +translate brazilian_portuguese morning2_78923e16: + + # Akarsha "Like...in baseball speak, you're not tryin' to hit a home run off a single pitch. It's more like a nine inning baseball game." + Akarsha "Tipo... na linguagem do baseball, você não está tentando fazer um home run em um único arremesso. É mais como um jogo de baseball de nove entradas." + +# game/2_diya.rpy:2068 +translate brazilian_portuguese morning2_8f0769f5: + + # Akarsha "You gotta be in it for the long haul and wear them down over time." + Akarsha "Você tem que estar nele para o longo prazo e desgastá-los ao longo do tempo." + +# game/2_diya.rpy:2070 +translate brazilian_portuguese morning2_6276c5a5_1: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:2071 +translate brazilian_portuguese morning2_db4b106d: + + # DiyaT "Is that the best I can hope for, though?" + DiyaT "Mas isso é o melhor que eu posso esperar?" + +# game/2_diya.rpy:2072 +translate brazilian_portuguese morning2_4cb6147c: + + # DiyaT "I wish I were closer to my mom." + DiyaT "Eu queria que eu fosse mais próxima da minha mãe." + +# game/2_diya.rpy:2073 +translate brazilian_portuguese morning2_82b6e284: + + # DiyaT "But it's hard to feel loved by someone who doesn't really know you." + DiyaT "Mas é difícil se sentir amada por alguém que não te conhece de verdade." + +# game/2_diya.rpy:2076 +translate brazilian_portuguese morning2_0b1354b2: + + # DiyaT "It's like our relationship was built on air. There's nothing there, because she's always loved a version of me that doesn't exist." + DiyaT "É como se nossa relação fosse construída no ar. Não tem nada lá, porque ela sempre amou uma versão de mim que não existe." + +# game/2_diya.rpy:2079 +translate brazilian_portuguese morning2_f121bd9c: + + # "When they're waiting at a crosswalk, Diya takes the chance to dig a tissue out of her pocket and blow her nose." + "Enquanto elas estão esperando abrir um sinal, Diya aproveita a chance para pegar um lenço de seu bolso e assoar seu nariz." + +# game/2_diya.rpy:2083 +translate brazilian_portuguese morning2_90165af1: + + # DiyaT "It's not even like my parents are as bad as Min's." + DiyaT "Não é nem como se meus pais fossem ruins como os da Min." + +# game/2_diya.rpy:2084 +translate brazilian_portuguese morning2_f41ce934: + + # DiyaT "They're not violent or abusive, and they try to support my interests." + DiyaT "Eles não são violentos ou abusivos, e eles tentam apoiar meus interesses." + +# game/2_diya.rpy:2085 +translate brazilian_portuguese morning2_c2b3a7ed: + + # DiyaT "My mom was never trying to hurt me. She just doesn't know any better." + DiyaT "Minha mãe nunca tentou me machucar. Ela simplesmente não sabe o que está fazendo." + +# game/2_diya.rpy:2087 +translate brazilian_portuguese morning2_cad8b546: + + # DiyaT "In the grand scheme of things, I'm spoiled. I live in a nice house and my mom cooks me delicious food every day." + DiyaT "No grande esquema das coisas, eu sou mimada. Eu moro em uma casa legal com uma mãe que me cozinha comida deliciosa todo dia." + +# game/2_diya.rpy:2088 +translate brazilian_portuguese morning2_5049e58e: + + # DiyaT "But it still hurts to think about the kind of parents I COULD have had." + DiyaT "Mas ainda doí pensar sobre o tipo de pais que eu PODERIA ter tido." + +# game/2_diya.rpy:2091 +translate brazilian_portuguese morning2_017b80cc: + + # "Akarsha smacks Diya on the back as they near the school." + "Akarsha dá um tapinha nas costas de Diya quando elas se aproximam da escola." + +# game/2_diya.rpy:2093 +translate brazilian_portuguese morning2_37979b52: + + # Akarsha "C'mon, dude, cheer up." + Akarsha "Qual é, cara, se anima." + +# game/2_diya.rpy:2095 +translate brazilian_portuguese morning2_306eac5d: + + # Akarsha "10,000 gay people are born every second." + Akarsha "10,000 pessoas gays nascem a cada segundo." + +# game/2_diya.rpy:2096 +translate brazilian_portuguese morning2_fbf160e5: + + # Akarsha "In the time since we left your house, three million gay people drew their first breath." + Akarsha "Desde o tempo que saímos da sua casa, três milhões de pessoas gays respiraram pela primeira vez." + +# game/2_diya.rpy:2098 +translate brazilian_portuguese morning2_e6a54fae: + + # DiyaT "That can't be right..." + DiyaT "Isso não pode estar certo..." + +# game/2_diya.rpy:2099 +translate brazilian_portuguese morning2_0525775b: + + # Diya "If people were born that fast, the population would grow by billions every month." + Diya "Se nós nascêssemos tão rápido, a população cresceria por bilhões todo mês." + +# game/2_diya.rpy:2101 +translate brazilian_portuguese morning2_738a369e: + + # Diya "Where'd you get those numbers from." + Diya "De onde você tirou esses números." + +# game/2_diya.rpy:2104 +translate brazilian_portuguese morning2_7e23263e: + + # Akarsha "I made them up for dramatic effect." + Akarsha "Eu criei eles para efeito dramático." + +# game/2_diya.rpy:2106 +translate brazilian_portuguese morning2_93212e9d: + + # Diya "............." + Diya "............." + +# game/2_diya.rpy:2113 +translate brazilian_portuguese morning2_df3f6405: + + # Akarsha "Hey, Diya..." + Akarsha "Ei, Diya..." + +# game/2_diya.rpy:2115 +translate brazilian_portuguese morning2_056a1b0b: + + # Akarsha "Do you think it's possible for a baseball player to mold her hair into a huge bowl shape, and use it to catch the ball?" + Akarsha "Você acha que é possível para uma jogadora de baseball moldar seu cabelo no formato de uma tigela e usá-la para pegar a bola?" + +# game/2_diya.rpy:2118 +translate brazilian_portuguese morning2_a3253ca8: + + # Akarsha "{cps=0}Do you think it's possible for a baseball player to mold her hair into a huge bowl shape, and use it to catch the ball?{/cps}" nointeract + Akarsha "{cps=0}Você acha que é possível para uma jogadora de baseball moldar seu cabelo no formato de uma tigela e usá-la para pegar a bola?{/cps}" nointeract + +# game/2_diya.rpy:2122 +translate brazilian_portuguese morning2_2bd7d207: + + # "Diya nods!" + "Diya acena com a cabeça concordando!" + +# game/2_diya.rpy:2124 +translate brazilian_portuguese morning2_0bf0a4e6: + + # Diya "Why not." + Diya "Por que não." + +# game/2_diya.rpy:2127 +translate brazilian_portuguese morning2_0ada1528: + + # Akarsha "Right??" + Akarsha "Não é??" + +# game/2_diya.rpy:2129 +translate brazilian_portuguese morning2_09f8fdd3: + + # Akarsha "It'd make fielding grounders way easier. We'd just have to lie facedown on the dirt and wait for the ball to roll in." + Akarsha "Isso tornaria o aterramento de campo muito mais fácil. Teríamos apenas que deitar de cara no chão e esperar que a bola entrasse." + +# game/2_diya.rpy:2130 +translate brazilian_portuguese morning2_ec077bb7: + + # Akarsha "Maybe our whole team should grow our hair out and try this." + Akarsha "Talvez todo nosso time deveria crescer o cabelo e tentar isso." + +# game/2_diya.rpy:2133 +translate brazilian_portuguese morning2_c1180ee6: + + # DiyaT "I feel like between this, the gene doping, and Min's steroids idea, the sport of baseball isn't ready for us." + DiyaT "Eu acho que entre isso, o doping de gene e a ideia dos esteroides da Min, o esporte do baseball não está pronto para a gente." + +# game/2_diya.rpy:2138 +translate brazilian_portuguese morning2_57e599f4: + + # "Diya shakes her head." + "Diya balança a cabeça negativamente." + +# game/2_diya.rpy:2140 +translate brazilian_portuguese morning2_f35afa93: + + # Akarsha "Why not?" + Akarsha "Por que não?" + +# game/2_diya.rpy:2143 +translate brazilian_portuguese morning2_14891c6b: + + # Diya "What do you mean why not. It'd look so dumb." + Diya "O que você quer dizer com por que não. Pareceria tão estúpido." + +# game/2_diya.rpy:2146 +translate brazilian_portuguese morning2_657662e5: + + # Akarsha "But it'd be convenient!" + Akarsha "Mas seria conveniente!" + +# game/2_diya.rpy:2149 +translate brazilian_portuguese morning2_ada1fd00: + + # Diya "How would they fit the batting helmet over it?" + Diya "Como que elas encaixariam o capacete de rebatedor por cima dele?" + +# game/2_diya.rpy:2152 +translate brazilian_portuguese morning2_c4f4767d: + + # Akarsha "They can mold their hair into the batting helmet shape when they're on offense." + Akarsha "Eles podem moldar seus cabelos na forma de capacete de rebatedor quando estão no ataque." + +# game/2_diya.rpy:2155 +translate brazilian_portuguese morning2_da87f06c: + + # Diya "What kind of weirdo would do that." with sshake + Diya "Que tipo de esquisito faria isso." with sshake + +# game/2_diya.rpy:2160 +translate brazilian_portuguese morning2_a3f474cb: + + # "Akarsha grimaces as they reach the school campus." + "Akarsha faz uma careta quando eles chegam ao campus da escola." + +# game/2_diya.rpy:2162 +translate brazilian_portuguese morning2_4216c318: + + # Akarsha "I have this huge cramp from chasin' you earlier..." + Akarsha "Estou com uma cãibra enorme por te perseguido antes..." + +# game/2_diya.rpy:2163 +translate brazilian_portuguese morning2_b0c5b8c7: + + # Akarsha "I'm all sweaty now too..." + Akarsha "Eu tô toda suada agora também..." + +# game/2_diya.rpy:2165 +translate brazilian_portuguese morning2_3dfcdbab: + + # Diya "Not my fault. Get in shape." + Diya "Não é minha culpa. Entre em forma." + +# game/2_diya.rpy:2168 +translate brazilian_portuguese morning2_95ec98ba: + + # Akarsha "I'm gonna go wash up and take a tinkle." + Akarsha "Eu vou tomar um banho e dar um mijinho." + +# game/2_diya.rpy:2170 +translate brazilian_portuguese morning2_6afaa131: + + # Diya "...Can you not say it like that........" + Diya "...Você poderia não falar desse jeito........" + +# game/2_diya.rpy:2173 +translate brazilian_portuguese morning2_fa6bd99f: + + # Akarsha "Not say it like what?" + Akarsha "Não falar desse jeito o quê?" + +# game/2_diya.rpy:2175 +translate brazilian_portuguese morning2_330fd07c: + + # Diya "The \"tinkle\" thing." + Diya "A coisa do \"mijinho\"." + +# game/2_diya.rpy:2176 +translate brazilian_portuguese morning2_119767d7: + + # Diya "Too descriptive." + Diya "Muito descritivo." + +# game/2_diya.rpy:2180 +translate brazilian_portuguese morning2_f62cdffe: + + # "Unfortunately, Akarsha is already out of earshot and saunters off without answering." + "Infelizmente, Akarsha já está fora do alcance da sua voz e sai sem responder." + +# game/2_diya.rpy:2217 +translate brazilian_portuguese cantGo_930e7787: + + # DiyaT "I need to get my stuff from the locker first." + DiyaT "Eu preciso tirar minhas coisas do armário primeiro." + +# game/2_diya.rpy:2223 +translate brazilian_portuguese diyaMinEndConvo_81de1661: + + # "As she opens her locker, Min comes up behind her." + "Assim que ela abre seu armário, Min chega atrás dela." + +# game/2_diya.rpy:2228 +translate brazilian_portuguese diyaMinEndConvo_c2f5255a: + + # Min "{font=tamil.ttf}காலை வணக்கம்!{/font}" + Min "{font=tamil.ttf}காலை வணக்கம்!{/font}" + +# game/2_diya.rpy:2232 +translate brazilian_portuguese diyaMinEndConvo_3236f926: + + # Diya "{font=korean.ttf}사랑해...{/font}" + Diya "{font=korean.ttf}사랑해...{/font}" + +# game/2_diya.rpy:2235 +translate brazilian_portuguese diyaMinEndConvo_aa8e1491: + + # Min "........" + Min "........" + +# game/2_diya.rpy:2238 +translate brazilian_portuguese diyaMinEndConvo_177631e3: + + # DiyaT "Min taught me that phrase a long time ago. It means \"hi\" in Korean." + DiyaT "Min me ensinou essa frase à muito tempo atrás. Significa \"oi\" em coreano." + +# game/2_diya.rpy:2240 +translate brazilian_portuguese diyaMinEndConvo_8a7b82de: + + # DiyaT "Maybe she's touched that I still remember it?" + DiyaT "Talvez ela esteja tocada por eu ainda me lembrar disso?" + +# game/2_diya.rpy:2242 +translate brazilian_portuguese diyaMinEndConvo_f622d2be: + + # "Diya laces their hands together." + "Diya entrelaça as mãos das duas juntas." + +# game/2_diya.rpy:2244 +translate brazilian_portuguese diyaMinEndConvo_1774640e: + + # Diya "I like teaching each other all these phrases." + Diya "Eu gosto que nós nos ensinamos todas essas frases." + +# game/2_diya.rpy:2245 +translate brazilian_portuguese diyaMinEndConvo_33812e5e: + + # Diya "It's like a secret code." + Diya "É tipo um código secreto." + +# game/2_diya.rpy:2248 +translate brazilian_portuguese diyaMinEndConvo_5d8354ad: + + # Min "Yeah! We can even say romantic stuff without other people knowing." + Min "Isso! A gente pode até dizer coisas românticas sem as outras pessoas saberem." + +# game/2_diya.rpy:2249 +translate brazilian_portuguese diyaMinEndConvo_f8d07367: + + # Min "Like spies." + Min "Que nem espiãs." + +# game/2_diya.rpy:2250 +translate brazilian_portuguese diyaMinEndConvo_a48e2ae6: + + # "Min brings Diya's hand to her lips and presses a kiss to her knuckles." + "Min leva a mão de Diya até seus lábios e dá um beijo em seus dedos." + +# game/2_diya.rpy:2252 +translate brazilian_portuguese diyaMinEndConvo_6b0d3a7e: + + # DiyaT "KGHSFDH?? FGFJH!!!" with sshake + DiyaT "KGHSFDH?? FGFJH!!!" with sshake + +# game/2_diya.rpy:2256 +translate brazilian_portuguese diyaMinEndConvo_aaef5a5c: + + # DiyaT "Min is so romantic...She's like a prince..." + DiyaT "Min é tão romântica... Ela é que nem um príncipe..." + +# game/2_diya.rpy:2258 +translate brazilian_portuguese diyaMinEndConvo_fcdd1960: + + # "Suddenly, Diya realizes how close of a view Min is getting of her hand." + "De repente, Diya percebe quão perto Min está da sua mão." + +# game/2_diya.rpy:2260 +translate brazilian_portuguese diyaMinEndConvo_95028567: + + # DiyaT "I have hair on my hands and fingers! She's going to see it!" with sshake + DiyaT "Eu tenho pelos nas minhas mãos e dedos! Ela vai ver!" with sshake + +# game/2_diya.rpy:2262 +translate brazilian_portuguese diyaMinEndConvo_07860534: + + # "Diya frantically wrenches her hand out of Min's grip." + "Diya desesperadamente solta sua mão de Min." + +# game/2_diya.rpy:2264 +translate brazilian_portuguese diyaMinEndConvo_3a27df9b: + + # Min "Huh???" + Min "Huh???" + +# game/2_diya.rpy:2265 +translate brazilian_portuguese diyaMinEndConvo_68f8e2f6: + + # Min "What's wrong?" + Min "O que houve?" + +# game/2_diya.rpy:2267 +translate brazilian_portuguese diyaMinEndConvo_136db9e2: + + # Diya "..........." + Diya "..........." + +# game/2_diya.rpy:2268 +translate brazilian_portuguese diyaMinEndConvo_39d4dc30: + + # DiyaT "I guess Min likes me so much, nothing bad's gonna happen if I tell her." + DiyaT "Acho que já que a Min gosta tanto de mim, nada de ruim vai acontecer se eu contar para ela." + +# game/2_diya.rpy:2269 +translate brazilian_portuguese diyaMinEndConvo_d5af1292: + + # Diya "There's hair on my hands...I didn't want you to see..." + Diya "Tem pelos nas minhas mãos...Eu não queria que você visse..." + +# game/2_diya.rpy:2271 +translate brazilian_portuguese diyaMinEndConvo_f2a6dcdb: + + # "Min looks utterly dumbfounded." + "Min fica completamente perplexa." + +# game/2_diya.rpy:2273 +translate brazilian_portuguese diyaMinEndConvo_d3c8dde3: + + # Min "...What???" + Min "...Quê???" + +# game/2_diya.rpy:2275 +translate brazilian_portuguese diyaMinEndConvo_2117a5f7: + + # Diya "They're hairy. My arms, too. When I wear short sleeves, you can even see it from far away." + Diya "Minhas mãos são peludas. Meus braços, também. Quando eu uso manga curta, você pode ver de longe." + +# game/2_diya.rpy:2278 +translate brazilian_portuguese diyaMinEndConvo_c22a7d92: + + # Min "Really? I never noticed." + Min "Sério? Eu nunca notei." + +# game/2_diya.rpy:2280 +translate brazilian_portuguese diyaMinEndConvo_4a0e45f0: + + # Diya "??!" with sshake + Diya "??!" with sshake + +# game/2_diya.rpy:2281 +translate brazilian_portuguese diyaMinEndConvo_1b0e7336: + + # DiyaT "I thought Min of all people would've noticed. She spends so much time staring at me." + DiyaT "Eu pensei que Min de todas as pessoas teria notado. Ela passa tanto tempo me encarando." + +# game/2_diya.rpy:2283 +translate brazilian_portuguese diyaMinEndConvo_e3564add: + + # Diya "I'll show you, my leg hair is even worse." + Diya "Vou te mostrar, o pelo das minhas pernas é ainda pior." + +# game/2_diya.rpy:2285 +translate brazilian_portuguese diyaMinEndConvo_fd795ef3: + + # "Diya nervously rolls up one of her leggings to reveal her hairy legs." + "Diya nervosamente sobe uma das pernas de sua leggings revelando suas pernas com pelo." + +# game/2_diya.rpy:2287 +translate brazilian_portuguese diyaMinEndConvo_a84b46bd: + + # Min "I mean, yeah, I see it now...But it's just hair." + Min "Quero dizer, sim, eu vejo agora...Mas é só pelo." + +# game/2_diya.rpy:2290 +translate brazilian_portuguese diyaMinEndConvo_80c2f505: + + # Diya "I'm glad you're not grossed out by it." + Diya "Eu fico feliz que você não está enojada por isso." + +# game/2_diya.rpy:2291 +translate brazilian_portuguese diyaMinEndConvo_9d298a00: + + # Diya "But it still might make me feel better to shave it." + Diya "Mas ainda acho que eu me sentiria melhor se eu me depilasse." + +# game/2_diya.rpy:2294 +translate brazilian_portuguese diyaMinEndConvo_646de515: + + # Min "I won't stop you, but you really don't have to..." + Min "Eu não vou te parar, mas você realmente não precisa..." + +# game/2_diya.rpy:2296 +translate brazilian_portuguese diyaMinEndConvo_277b6091: + + # Min "You're drop-dead gorgeous with or without it." + Min "Você é linda de morrer com ou sem pelo." + +# game/2_diya.rpy:2298 +translate brazilian_portuguese diyaMinEndConvo_f1ad4b49: + + # Min "Like, think about those poodles you like. The ones with curly hair." + Min "Tipo, pensa naqueles poodles que você gosta. Os com pelo encaracolado." + +# game/2_diya.rpy:2300 +translate brazilian_portuguese diyaMinEndConvo_1c63452a: + + # Diya "!!!" + Diya "!!!" + +# game/2_diya.rpy:2302 +translate brazilian_portuguese diyaMinEndConvo_267f14ed: + + # Diya "Carpet dogs." + Diya "Cachorros tapete." + +# game/2_diya.rpy:2305 +translate brazilian_portuguese diyaMinEndConvo_816d6628: + + # Min "Yeah, whatever you wanna call them." + Min "Isso, o que quer que você queira chamá-los." + +# game/2_diya.rpy:2306 +translate brazilian_portuguese diyaMinEndConvo_bea95af9: + + # Min "They have fur all over their legs, don't they?" + Min "Eles tem pelos por todas as pernas deles, não tem?" + +# game/2_diya.rpy:2307 +translate brazilian_portuguese diyaMinEndConvo_0b0c9d5d: + + # Min "Doesn't it look so bad and weird when people shave their legs bare?" + Min "Não parece tão ruim e estranho quando as pessoas raspam suas pernas por completo?" + +# game/2_diya.rpy:2309 +translate brazilian_portuguese diyaMinEndConvo_8050f8f8: + + # Diya "Yeah..." + Diya "É..." + +# game/2_diya.rpy:2312 +translate brazilian_portuguese diyaMinEndConvo_11f63d2c: + + # Min "How's your leg hair any different? It's just a normal part of you, it doesn't make you any less cute." + Min "Como que o seu pelo nas pernas é diferente disso? É só uma parte normal sua, não te faz menos bonita." + +# game/2_diya.rpy:2314 +translate brazilian_portuguese diyaMinEndConvo_8f357b7c: + + # Diya "I guess that kinda makes sense." + Diya "Eu acho que meio que faz sentido." + +# game/2_diya.rpy:2317 +translate brazilian_portuguese diyaMinEndConvo_d16ff837: + + # Min "It makes total sense! It's the other way around that doesn't make sense!" with sshake + Min "Faz total sentido! O contrário é que não faz sentido!" with sshake + +# game/2_diya.rpy:2318 +translate brazilian_portuguese diyaMinEndConvo_6c65873c: + + # Min "It really pisses me off when I notice all the crap the world tries to force on girls." + Min "Realmente me irrita todas as merdas que o mundo tenta forçar nas garotas." + +# game/2_diya.rpy:2320 +translate brazilian_portuguese diyaMinEndConvo_4d50b6bc: + + # DiyaT "Min gets really fired up when she talks about this stuff." + DiyaT "Min fica bem irritada quando ela fala desse tipo de coisa." + +# game/2_diya.rpy:2323 +translate brazilian_portuguese diyaMinEndConvo_3e066eff: + + # Min "Like this leg and armpit shaving shit, and making them think they have to like pink and have long hair." + Min "Tipo a merda de ficar raspando a axila e a perna, e a coisa de fazer com que elas pensem que elas tem que gostar de rosa e ter cabelo longo." + +# game/2_diya.rpy:2324 +translate brazilian_portuguese diyaMinEndConvo_c681f2e0: + + # Min "If you have a brother like I do, the difference is really obvious." + Min "Se você tem um irmão como eu tenho, a diferença é bem óbvia." + +# game/2_diya.rpy:2325 +translate brazilian_portuguese diyaMinEndConvo_78d225e3: + + # Min "It's all fake." + Min "É tudo falso." + +# game/2_diya.rpy:2327 +translate brazilian_portuguese diyaMinEndConvo_ce39401c: + + # DiyaT "Min is so smart..." + DiyaT "Min é tão inteligente..." + +# game/2_diya.rpy:2329 +translate brazilian_portuguese diyaMinEndConvo_6b6719e3: + + # Diya "Thanks. I feel a little better now." + Diya "Obrigado. Me sinto um pouco melhor agora." + +# game/2_diya.rpy:2332 +translate brazilian_portuguese diyaMinEndConvo_8db41a79: + + # Min "Good." + Min "Que bom." + +# game/2_diya.rpy:2333 +translate brazilian_portuguese diyaMinEndConvo_d50af330: + + # Min "If anyone makes fun of you for it, I'll kill...I mean, be really, really mean to them." + Min "Se alguém te zoar por isso, eu vou matar...Quero dizer, vou ser muito, muito má com a pessoa." + +# game/2_diya.rpy:2335 +translate brazilian_portuguese diyaMinEndConvo_b27556f2: + + # DiyaT "No one's around right now...I really wanna kiss her..." + DiyaT "Ninguém tá por perto agora...Eu realmente quero beijar ela..." + +# game/2_diya.rpy:2337 +translate brazilian_portuguese diyaMinEndConvo_83d366a4: + + # "Diya leans in, and Min catches her lips in a fierce kiss." + "Diya se inclina e Min pega seus lábios em um beijo feroz." + +# game/2_diya.rpy:2338 +translate brazilian_portuguese diyaMinEndConvo_ea12b625: + + # "When they break apart, Min looks very proud of herself." + "Quando elas se separam, Min parece estar bem orgulhosa de si mesma." + +# game/2_diya.rpy:2340 +translate brazilian_portuguese diyaMinEndConvo_5c6d234f: + + # Min "Notice anything different?" + Min "Notou algo diferente?" + +# game/2_diya.rpy:2342 +translate brazilian_portuguese diyaMinEndConvo_d4a222d8: + + # DiyaT "That was a really nice kiss? But I have no idea what she's talking about..." + DiyaT "Esse foi um beijo muito bom? Mas eu não tenho ideia do que ela está falando..." + +# game/2_diya.rpy:2345 +translate brazilian_portuguese diyaMinEndConvo_10cd38a3: + + # Min "I got rid of the rest of my cigarettes!" + Min "Eu me livrei do resto dos meus cigarros!" + +# game/2_diya.rpy:2347 +translate brazilian_portuguese diyaMinEndConvo_74181b05: + + # Diya "You threw them away?" + Diya "Você jogou eles fora?" + +# game/2_diya.rpy:2350 +translate brazilian_portuguese diyaMinEndConvo_a4e68f4a: + + # Min "No way, I sold them to some junior for fifteen bucks." with sshake + Min "Nem ferrando, eu vendi eles pra um pirralho mais novo por quinze conto." with sshake + +# game/2_diya.rpy:2352 +translate brazilian_portuguese diyaMinEndConvo_804d9770: + + # Diya "That's not good..." + Diya "Isso não é bom..." + +# game/2_diya.rpy:2355 +translate brazilian_portuguese diyaMinEndConvo_4254a4c1: + + # Min "Well, at least it's not me smoking them anymore." + Min "Bem, pelo menos não sou eu fumando eles mais." + +# game/2_diya.rpy:2357 +translate brazilian_portuguese diyaMinEndConvo_1fcb1ecd: + + # Diya "That's true...Was it hard to quit?" + Diya "Isso é verdade...Foi difícil parar?" + +# game/2_diya.rpy:2360 +translate brazilian_portuguese diyaMinEndConvo_0867727d: + + # Min "I mean, it's not like I was addicted, so it wasn't that bad." + Min "Quer dizer, não é como se eu estivesse viciada, então não foi tão ruim." + +# game/2_diya.rpy:2362 +translate brazilian_portuguese diyaMinEndConvo_88d433a4: + + # DiyaT "I was a little worried she wouldn't listen, but now that she did, I almost feel guilty." + DiyaT "Eu estava um pouco preocupada que ela não iria me ouvir, mas agora que ela ouviu, eu me sinto quase culpada." + +# game/2_diya.rpy:2364 +translate brazilian_portuguese diyaMinEndConvo_35d02abf: + + # Diya "Thanks..." + Diya "Obrigado..." + +# game/2_diya.rpy:2365 +translate brazilian_portuguese diyaMinEndConvo_f67c5f87: + + # Diya "...But I feel a bit bad I made you change just for me." + Diya "...Mas eu me sinto meio mal que eu fiz você mudar só por mim." + +# game/2_diya.rpy:2368 +translate brazilian_portuguese diyaMinEndConvo_64f35087: + + # Min "Huh?" + Min "Huh?" + +# game/2_diya.rpy:2369 +translate brazilian_portuguese diyaMinEndConvo_13b366e4: + + # Min "You didn't make me do anything. I decided to quit 'cause I figured it'd make me happier if I got to kiss you more." + Min "Você não me fez fazer nada. Eu decidi parar porque imaginei que me faria mais feliz se eu pudesse te beijar mais." + +# game/2_diya.rpy:2372 +translate brazilian_portuguese diyaMinEndConvo_42201239: + + # Min "Noelle kept sending me these annoying as fuck studies gloating that she was gonna live longer than me, too." + Min "E também porque Noelle ficava mandando esses estudos irritantes pra caralho, se exibindo dizendo que ela iria viver mais que eu." + +# game/2_diya.rpy:2373 +translate brazilian_portuguese diyaMinEndConvo_cfd780dc: + + # Min "Honestly, it was worth it just to make her shut up about it." + Min "Honestamente, valeu a pena só pra fazer ela calar a boca sobre isso." + +# game/2_diya.rpy:2375 +translate brazilian_portuguese diyaMinEndConvo_29783615: + + # Diya "But still...If you weren't dating me, you wouldn't have quit." + Diya "Mas ainda assim...Se você não estivesse namorando comigo, você não teria largado de fumar." + +# game/2_diya.rpy:2378 +translate brazilian_portuguese diyaMinEndConvo_1bc44a26: + + # Min "I guess not?" + Min "Eu acho que não?" + +# game/2_diya.rpy:2379 +translate brazilian_portuguese diyaMinEndConvo_a61fe60c: + + # Min "But isn't that what people mean when they say a couple's good for each other?" + Min "Mas não é isso que as pessoas querem dizer quando elas dizem que um casal é bom um para o outro?" + +# game/2_diya.rpy:2380 +translate brazilian_portuguese diyaMinEndConvo_36c72f10: + + # Min "Like, they bring out the best in each other." + Min "Tipo, eles trazer o melhor em cada um deles." + +# game/2_diya.rpy:2382 +translate brazilian_portuguese diyaMinEndConvo_b3ac2b8b: + + # Diya "Oh." + Diya "Oh." + +# game/2_diya.rpy:2383 +translate brazilian_portuguese diyaMinEndConvo_78a18d97: + + # Diya "I guess people do say that too." + Diya "Eu acho que as pessoas dizem isso também." + +# game/2_diya.rpy:2385 +translate brazilian_portuguese diyaMinEndConvo_66235dac: + + # Diya "I'm happy you quit. Think I'm just not used to being listened to like this." + Diya "Fico feliz que você largou. Acho que só não estou acostumada com ser ouvida assim." + +# game/2_diya.rpy:2388 +translate brazilian_portuguese diyaMinEndConvo_ba6140bb: + + # Min "I mean, I'd be a pretty shitty girlfriend if I didn't care when something was bothering you." + Min "Assim, eu seria uma namorada bem merda se eu não ligasse para algo que está te incomodando." + +# game/2_diya.rpy:2390 +translate brazilian_portuguese diyaMinEndConvo_f4f40a1d: + + # Min "I know you'd do the same for me." + Min "Eu sei que você faria o mesmo por mim." + +# game/2_diya.rpy:2392 +translate brazilian_portuguese diyaMinEndConvo_053f6060: + + # Diya "That's true." + Diya "Isso é verdade." + +# game/2_diya.rpy:2393 +translate brazilian_portuguese diyaMinEndConvo_adcb5031: + + # Diya "I can't believe that worked. I'm glad I said something." + Diya "Eu não acredito que isso funcionou. Fico feliz que eu disse algo." + +# game/2_diya.rpy:2395 +translate brazilian_portuguese diyaMinEndConvo_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:2396 +translate brazilian_portuguese diyaMinEndConvo_4ded6921: + + # Diya "But isn't it common sense? That you can't change people." + Diya "Mas isso não é senso comum? Que você não pode mudar as pessoas." + +# game/2_diya.rpy:2399 +translate brazilian_portuguese diyaMinEndConvo_d9cf79f9: + + # Min "Huh? That sounds so cynical." + Min "Huh? Isso parece tão cínico." + +# game/2_diya.rpy:2401 +translate brazilian_portuguese diyaMinEndConvo_37476970: + + # Diya "But sometimes it does happen. Sometimes you want someone to change, and they won't." + Diya "Mas as vezes isso acontece as vezes. As vezes você quer que alguém mude, e a pessoa não muda." + +# game/2_diya.rpy:2404 +translate brazilian_portuguese diyaMinEndConvo_c6b3b7a1: + + # Min "I mean, I guess it's TECHNICALLY true. You can't change people." + Min "Assim, acho que isso é TECNICAMENTE verdade. Você não pode mudar as pessoas." + +# game/2_diya.rpy:2405 +translate brazilian_portuguese diyaMinEndConvo_566bc3e4: + + # Min "All you can do is tell them how they make you feel, and then it's up to them to change." + Min "Tudo o que você pode fazer é falar para elas como você se sente, e aí é com elas para mudar." + +# game/2_diya.rpy:2406 +translate brazilian_portuguese diyaMinEndConvo_538c9a32: + + # Min "Some people will make that leap for you, but others won't." + Min "Algumas pessoas vão fazer o salto por você, outras não." + +# game/2_diya.rpy:2408 +translate brazilian_portuguese diyaMinEndConvo_8050f8f8_1: + + # Diya "Yeah..." + Diya "É..." + +# game/2_diya.rpy:2409 +translate brazilian_portuguese diyaMinEndConvo_88c2bed4: + + # Diya "I think I just need to make my peace with that." + Diya "Acho que só preciso fazer as pazes com essa ideia." + +# game/2_diya.rpy:2412 +translate brazilian_portuguese diyaMinEndConvo_d1f2d431: + + # Min "I'll always make that leap for you!" + Min "Eu sempre vou fazer esse salto por você!" + +# game/2_diya.rpy:2413 +translate brazilian_portuguese diyaMinEndConvo_7b76a3c2: + + # Min "Even if it was from a car to a truck while they're still driving really fast, like in The Matrix." + Min "Mesmo se fosse de um carro para um caminhão enquanto eles tão dirigindo muito rápido, tipo no Matrix." + +# game/2_diya.rpy:2415 +translate brazilian_portuguese diyaMinEndConvo_a96e8bcc: + + # Diya "...That sounds scary. I hope that never happens." + Diya "...Isso parece assustador. Espero que isso nunca aconteça." + +# game/2_diya.rpy:2418 +translate brazilian_portuguese diyaMinEndConvo_9d68a281: + + # Min "But I wouldn't get hurt at all, and I'd look really badass doing it." + Min "Mas eu com certeza não me machucaria, e eu pareceria muito foda fazendo isso." + +# game/2_diya.rpy:2421 +translate brazilian_portuguese diyaMinEndConvo_2803168a: + + # Diya "You already look badass doing normal stuff like pitching. Why this." + Diya "Você já parece foda fazendo coisas normais como lançando a bola. Por que isso." + +# game/2_diya.rpy:2423 +translate brazilian_portuguese diyaMinEndConvo_78ed2cb2: + + # "Diya's heartrate quickens with excitement as Min pulls her into another kiss." + "A frequência cardíaca de Diya acelera de felicidade quando Min a puxa para outro beijo." + +# game/2_diya.rpy:2429 +translate brazilian_portuguese diyaMinEndConvo_7ddf12d7: + + # "Diya shudders as Min slips a hand up her shirt, sliding her warm palm across the small of her back." + "Diya se arrepia quando Min põe uma mão dentro de sua camiseta, passando sua palma quente pelas costas dela." + +# game/2_diya.rpy:2431 +translate brazilian_portuguese diyaMinEndConvo_f6505d80: + + # DiyaT "GFKJGJK;LKK????????" with sshake + DiyaT "GFKJGJK;LKK????????" with sshake + +# game/2_diya.rpy:2434 +translate brazilian_portuguese diyaMinEndConvo_9f7b91ba: + + # Min "Is this okay?" + Min "Isso é okay?" + +# game/2_diya.rpy:2436 +translate brazilian_portuguese diyaMinEndConvo_6276c5a5: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:2438 +translate brazilian_portuguese diyaMinEndConvo_136847bb: + + # "Min's hand is hot against her bare skin." + "A mão de Min é quente contra a pele de Diya." + +# game/2_diya.rpy:2440 +translate brazilian_portuguese diyaMinEndConvo_56f36eec: + + # DiyaT "Once you get over the initial shock of it, it feels nice..." + DiyaT "Depois que você passa pelo choque inicial, é bom..." + +# game/2_diya.rpy:2444 +translate brazilian_portuguese diyaMinEndConvo_0f19fde4: + + # Min "Want me to stop?" + Min "Quer que eu pare?" + +# game/2_diya.rpy:2445 +translate brazilian_portuguese diyaMinEndConvo_aabc4abc: + + # "Diya shakes her head, hiding her burning face in the crook of Min's neck." + "Diya balança a cabeça, escondendo seu rosto vermelho na curva do pescoço de Min." + +# game/2_diya.rpy:2446 +translate brazilian_portuguese diyaMinEndConvo_8b539179: + + # "Min withdraws her hand, looking uncertain." + "Min retira sua mão, parecendo incerta." + +# game/2_diya.rpy:2448 +translate brazilian_portuguese diyaMinEndConvo_31dc688e: + + # Min "I'm not gonna do it unless you say you want me to." + Min "Eu não vou fazer a menos que você diga que quer que eu faça." + +# game/2_diya.rpy:2450 +translate brazilian_portuguese diyaMinEndConvo_03c3af3b: + + # DiyaT "I just need to spit it out...It's not fair to always make her guess whether I'm having fun or not." + DiyaT "Eu só preciso falar isso...Não é justo fazer ela sempre adivinhar se estou me divertindo ou não." + +# game/2_diya.rpy:2451 +translate brazilian_portuguese diyaMinEndConvo_0fa9844c: + + # DiyaT "Even if she's good at it, I need to help her out sometimes..." + DiyaT "Mesmo que ela seja boa nisso, preciso ajudá-la as vezes..." + +# game/2_diya.rpy:2452 +translate brazilian_portuguese diyaMinEndConvo_8a11162c: + + # DiyaT "It's just Min, nothing bad's gonna happen..." + DiyaT "É só a Min, nada de ruim vai acontecer..." + +# game/2_diya.rpy:2454 +translate brazilian_portuguese diyaMinEndConvo_574bf6ef: + + # Diya "...Please don't stop..." + Diya "...Por favor não pare...." + +# game/2_diya.rpy:2456 +translate brazilian_portuguese diyaMinEndConvo_7972356c: + + # "A wicked grin crosses Min's face, sending a rush of heat through Diya's body." + "Um sorriso largo se abre no rosto de Min, dando uma onda de calor pelo corpo de Diya." + +# game/2_diya.rpy:2458 +translate brazilian_portuguese diyaMinEndConvo_12ac997d: + + # Min "Good. Then I won't." + Min "Bom. Então não irei." + +# game/2_diya.rpy:2461 +translate brazilian_portuguese diyaMinEndConvo_749b6429: + + # Noelle "May I PLEASE get my textbooks?" with sshake + Noelle "Será que eu poderia POR FAVOR pegar meus livros?" with sshake + +# game/2_diya.rpy:2462 +translate brazilian_portuguese diyaMinEndConvo_716fff95: + + # Noelle "You're blocking the locker." + Noelle "Vocês estão bloqueando o armário." + +# game/2_diya.rpy:2464 +translate brazilian_portuguese diyaMinEndConvo_e3900d78: + + # Diya "!!! Sorry." with sshake + Diya "!!! Desculpa." with sshake + +# game/2_diya.rpy:2473 +translate brazilian_portuguese momApology_c01cb1b7: + + # "That evening, Diya is doing her homework when her bedroom door opens." + "Naquela tarde, Diya está fazendo seu tema quando a porta do seu quarto se abre." + +# game/2_diya.rpy:2476 +translate brazilian_portuguese momApology_04647dcf: + + # Amma "............." + Amma "............." + +# game/2_diya.rpy:2478 +translate brazilian_portuguese momApology_93212e9d: + + # Diya "............." + Diya "............." + +# game/2_diya.rpy:2481 +translate brazilian_portuguese momApology_112eeabc: + + # "Her mom silently places a bowl of sliced mango on Diya's desk and leaves the room." + "A mãe de Diya silenciosamente põe um pote de manga cortada na mesa de Diya e sai do quarto." + +# game/2_diya.rpy:2482 +translate brazilian_portuguese momApology_a0fc5322: + + # "Diya nibbles on the fruit and continues working on her assignment." + "Diya mordisca a fruta e continua a trabalhar em seu tema." + +# game/2_diya.rpy:2484 +translate brazilian_portuguese momApology_93212e9d_1: + + # Diya "............." + Diya "............." + +translate brazilian_portuguese strings: + + # game/2_diya.rpy:30 + old "3rd grade" + new "3º ano" + + # game/2_diya.rpy:252 + old "6 years later" + new "6 anos depois" + + # game/2_diya.rpy:255 + old "After baseball practice" + new "Após o treino de baseball" + + # game/2_diya.rpy:372 + old "Pop song" + new "Música pop" + + # game/2_diya.rpy:482 + old "Count sheep" + new "Contar ovelhas" + + # game/2_diya.rpy:482 + old "Take deep, calming breaths" + new "Fazer respirações profundas e calmantes" + + # game/2_diya.rpy:482 + old "Imagine being hugged by Min" + new "Imaginar ser abraçada por Min" + + # game/2_diya.rpy:572 + old "{cps=0}Her morning routine includes lying in bed for ten minutes thinking about how tired she is. {/cps}" + new "{cps=0}A rotina matinal dela inclui ela deitar na cama por 10 minutos pensando sobre quão cansada ela está. {/cps}" + + # game/2_diya.rpy:572 + old "Do it" + new "Se levantar" + + # game/2_diya.rpy:591 + old "Check your computer" + new "Olhar o computador" + + # game/2_diya.rpy:685 + old "Nothing" + new "Nada" + + # game/2_diya.rpy:685 + old "It dies" + new "Ele morre" + + # game/2_diya.rpy:685 + old "Why..." + new "Por que..." + + # game/2_diya.rpy:820 + old "Use locker" + new "Abrir o armário" + + # game/2_diya.rpy:886 + old "Take the water bottle" + new "Pegar a garrafinha" + + # game/2_diya.rpy:939 + old "Get your school stuff" + new "Pegar suas coisas da escola" + + # game/2_diya.rpy:949 + old "Look in Noelle's lunchbox" + new "Olhar a lancheira de Noelle" + + # game/2_diya.rpy:958 + old "Take Valentine's Day card" + new "Pegar o cartão de Dia dos Namorados" + + # game/2_diya.rpy:967 + old "Look at rosin" + new "Olhar a resina" + + # game/2_diya.rpy:976 + old "Close locker door" + new "Fechar a porta do armário" + + # game/2_diya.rpy:1421 + old "After school" + new "Depois da escola" + + # game/2_diya.rpy:1838 + old "The next day" + new "No próximo dia" + + # game/2_diya.rpy:1853 + old "{cps=0}Her morning routine includes lying in bed for 10 minutes thinking about how tired she is. {/cps}" + new "{cps=0}Sua rotina matinal inclui deitar na cama por 10 minutos pensando em como ela está cansada. {/cps}" + + # game/2_diya.rpy:2226 + old "Good morning!" + new "Bom dia!" + diff --git a/game/tl/brazilian_portuguese/3_min.rpy b/game/tl/brazilian_portuguese/3_min.rpy new file mode 100644 index 0000000..46930d2 --- /dev/null +++ b/game/tl/brazilian_portuguese/3_min.rpy @@ -0,0 +1,8070 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +# game/3_min.rpy:40 +translate brazilian_portuguese min3_190a7661: + + # NPC "Don't get too close to the water!" + NPC "Não chegue muito perto da água!" + +# game/3_min.rpy:42 +translate brazilian_portuguese min3_6279ba71: + + # Min "Oh, c'mon! What's the point of a field trip to a bayou if we don't even get to splash around in it a little?" + Min "Ah, qual é! Qual o ponto de uma visita pra um bayou se a gente não pode nem se molhar um pouquinho?" + +# game/3_min.rpy:45 +translate brazilian_portuguese min3_65177aed: + + # Jun "I mean, there might be alligators in there...It's probably dangerous." + Jun "Assim, pode ser que tenham jacarés aí...É possivelmente perigoso." + +# game/3_min.rpy:47 +translate brazilian_portuguese min3_71b45864: + + # "Min sullenly trudges along the edge of the bayou with the rest of her classmates." + "Min raivosamente caminha pela borda do bayou com o resto de seus colegas." + +# game/3_min.rpy:49 +translate brazilian_portuguese min3_ebbd26cd: + + # MinT "I miss California..." + MinT "Sinto saudade da Califórnia..." + +# game/3_min.rpy:50 +translate brazilian_portuguese min3_ee506316: + + # MinT "We just moved here a couple months ago." + MinT "A gente se mudou para cá alguns meses atrás." + +# game/3_min.rpy:51 +translate brazilian_portuguese min3_27422de2: + + # MinT "Before, the only white people I knew were Hayden and my teachers." + MinT "Antes, as únicas pessoas brancas que eu conhecia era o Hayden e os professores." + +# game/3_min.rpy:52 +translate brazilian_portuguese min3_387d7847: + + # MinT "But now, everyone single kid in our class is white except me and Jun." + MinT "Mas agora, toda criança da nossa turma é branca exceto por mim e o Jun." + +# game/3_min.rpy:53 +translate brazilian_portuguese min3_6847e8b3: + + # MinT "I can't believe Hayden was right! Our school in California really {i}wasn't{/i} anything like the rest of America." + MinT "Eu não acredito que o Hayden estava certo! Nossa escola na Califórnia realmente {i}não era{/i} como as outras do Estados Unidos." + +# game/3_min.rpy:55 +translate brazilian_portuguese min3_3e86b676: + + # NPC "This bayou has a lot of biodiversity. Does anyone know what that means?" + NPC "Esse bayou tem muita biodiversidade. Alguém sabe o que isso significa?" + +# game/3_min.rpy:56 +translate brazilian_portuguese min3_192cdb2a: + + # "Jun-seo raises his hand. Their teacher pauses awkwardly before nodding to him." + "Jun-seo levanta a mão. A professora faz uma pausa desconfortável antes de acenar para ele." + +# game/3_min.rpy:57 +translate brazilian_portuguese min3_0c0d22fe: + + # NPC "Er, sorry, how do you pronounce your name again?" + NPC "Er, desculpa, como pronuncia seu nome mesmo?" + +# game/3_min.rpy:59 +translate brazilian_portuguese min3_f354d953: + + # Jun "Jun-seo." + Jun "Jun-seo." + +# game/3_min.rpy:60 +translate brazilian_portuguese min3_bf6cde1f: + + # NPC "Can you repeat that?" + NPC "Você poderia repetir isso?" + +# game/3_min.rpy:61 +translate brazilian_portuguese min3_51c9f761: + + # Jun "Yeah, Jun-seo." + Jun "Sim, Jun-seo." + +# game/3_min.rpy:62 +translate brazilian_portuguese min3_fb9f138b: + + # "She nods with her brows furrowed, still looking lost." + "Ela acena com as sobrancelhas franzidas, ainda parecendo perdida." + +# game/3_min.rpy:64 +translate brazilian_portuguese min3_0880fe2b: + + # NPC "Uh...Is it okay if I call you John instead?" + NPC "Uh...Tem problema se eu te chamar de John em vez disso?" + +# game/3_min.rpy:66 +translate brazilian_portuguese min3_9d85e579: + + # Jun "...Okay..." + Jun "...Okay..." + +# game/3_min.rpy:68 +translate brazilian_portuguese min3_7579ce34: + + # Min "Okay??!" with sshake + Min "Okay??!" with sshake + +# game/3_min.rpy:70 +translate brazilian_portuguese min3_b5abe017: + + # "Looking embarrassed, Jun ignores her and answers the question like nothing happened." + "Parecendo envergonhado, Jun ignora ela e responde a pergunta como se nada tivesse acontecido." + +# game/3_min.rpy:72 +translate brazilian_portuguese min3_d870e57c: + + # Jun "Biodiversity is when there's a lot of different kinds of plants and animals living somewhere." + Jun "Biodiversidade é quando tem vários tipos diferentes de plantas e animais vivendo em um local." + +# game/3_min.rpy:74 +translate brazilian_portuguese min3_dbeef711: + + # NPC "That's right, John!" + NPC "Isso mesmo, John!" + +# game/3_min.rpy:75 +translate brazilian_portuguese min3_fd3e7f35: + + # NPC "A variety of animals thrive in this habitat...Let's see which ones we can spot from here." + NPC "Uma variedade de animais vivem nesse habitat...Vamos ver quais que nós podemos ver daqui." + +# game/3_min.rpy:76 +translate brazilian_portuguese min3_51ebcca6: + + # NPC "Yes, Sarah?" + NPC "Sim, Sarah?" + +# game/3_min.rpy:78 +translate brazilian_portuguese min3_59a5e928: + + # NPC2 "I see a fish in the water!" + NPC2 "Eu tô vendo um peixe na água!" + +# game/3_min.rpy:79 +translate brazilian_portuguese min3_23a9106b: + + # "Min hisses to her twin under her breath as the lesson continues." + "Min sussurra baixinho para seu irmão gêmeo enquanto a aula continua." + +# game/3_min.rpy:81 +translate brazilian_portuguese min3_fc4d73eb: + + # Min "What was that?! Now the teacher's gonna think it's ok to call me Minnie or something!" with sshake + Min "O que foi isso?! Agora essa professora vai achar que não tem problema em me chamar de Minnie ou algo assim!" with sshake + +# game/3_min.rpy:82 +translate brazilian_portuguese min3_fec36688: + + # Min "If people start calling me Minnie Mouse, that'll be the absolute worst!" with sshake + Min "Se as pessoas começarem a me chamar de Minnie Mouse, vai ser absolutamente horrível!" with sshake + +# game/3_min.rpy:85 +translate brazilian_portuguese min3_3c6d7def: + + # Jun "I don't think that's gonna happen..." + Jun "Eu não acho que isso vá acontecer..." + +# game/3_min.rpy:88 +translate brazilian_portuguese min3_6d6e0c9a: + + # Min "It better not, I hate Minnie Mouse! She's weak and wimpy looking." with sshake + Min "Melhor mesmo, eu odeio a Minnie Mouse! Ela é fraca e tem aparência de uma fracassada." with sshake + +# game/3_min.rpy:89 +translate brazilian_portuguese min3_6b13c43c: + + # Min "I bet if someone punched her in the gut, she'd just DIE." + Min "Eu aposto que se alguém socasse ela no estômago, ela iria só MORRER." + +# game/3_min.rpy:91 +translate brazilian_portuguese min3_c7d1d099: + + # Min "I'll go make the teacher call you the right name." + Min "Eu vou fazer a professora te chamar do nome certo." + +# game/3_min.rpy:94 +translate brazilian_portuguese min3_62e712b1: + + # Jun "No, don't! I don't wanna make a huge deal out of it." + Jun "Não, não faça isso! Não quero que isso seja grande coisa." + +# game/3_min.rpy:96 +translate brazilian_portuguese min3_0a5185e5: + + # Min "But you SHOULD make a huge deal out of it! It's your name!" + Min "Mas você DEVERIA fazer ser grande coisa! É seu nome!" + +# game/3_min.rpy:99 +translate brazilian_portuguese min3_079a6946: + + # Jun "It's fine, John's close enough..." + Jun "Tá ok, John é parecido o suficiente." + +# game/3_min.rpy:100 +translate brazilian_portuguese min3_cfaa2157: + + # NPC "It looks like the Ant Walk is ready for us now. Everyone, follow me!" + NPC "Parece que a atração das formigas está pronta para nós agora. Turma, me siga!" + +# game/3_min.rpy:103 +translate brazilian_portuguese min3_3c260918: + + # "Their class continues down the trail, passing a group from another school. Many of the kids gawk at her and Jun with unabashed curiosity as they pass by." + "A turma continua pela trilha, passando por um grupo de outra escola. Muitas crianças encaram ela e Jun com curiosidade descarada enquanto eles passam." + +# game/3_min.rpy:104 +translate brazilian_portuguese min3_75e549b6: + + # "One boy pulls his eyes into slits with his fingers as his friends giggle." + "Um menino puxa o canto dos olhos com seus dedos e seus amigos riem." + +# game/3_min.rpy:106 +translate brazilian_portuguese min3_29764687: + + # NPC2 "Herro!" + NPC2 "Orá!" + +# game/3_min.rpy:107 +translate brazilian_portuguese min3_251629be: + + # NPC2 "Me no speak Engrish..." + NPC2 "Eu num falar Ingrêis..." + +# game/3_min.rpy:109 +translate brazilian_portuguese min3_b2189fb1: + + # MinT "WHAT THE..." + MinT "MAS QUE..." + +# game/3_min.rpy:114 +translate brazilian_portuguese min3_e16e6617: + + # Min "You wanna go, dickhead!? FIGHT ME!" with sshake + Min "Vai querer vir, imbecil!? LUTA COMIGO!" with sshake + +# game/3_min.rpy:116 +translate brazilian_portuguese min3_6a0df382: + + # NPC2 "Oh, he's mad! Me no rikey!" + NPC2 "Oh, ele tá bravo! Eu num gostar!" + +# game/3_min.rpy:119 +translate brazilian_portuguese min3_be630d44: + + # Min "I DON'T SOUND LIKE THAT! BITCH!!!" with sshake + Min "EU NÃO PAREÇO ASSIM! VADIA!!!" with sshake + +# game/3_min.rpy:126 +translate brazilian_portuguese min3_6ee9acba: + + # "Enraged, Min punches the kid in the face!" + "Irritada, Min soca o menino na cara!" + +# game/3_min.rpy:127 +translate brazilian_portuguese min3_2cfe8e7a: + + # "He topples backward! There's a huge splash as he lands on his butt in the shallows of the bayou." + "Ele cai para trás! Ocorre um grande splash de água quando ele cai de bunda na parte rasa do bayou." + +# game/3_min.rpy:128 +translate brazilian_portuguese min3_d83b58ed: + + # NPC2 "Oof!" with sshake + NPC2 "Oof!" with sshake + +# game/3_min.rpy:129 +translate brazilian_portuguese min3_384df7f5: + + # "Min seizes his head before he can get up and dunks it into the muddy water." + "Min agarra a cabeça dele antes que ele possa se levantar e a mergulha na água barrenta." + +# game/3_min.rpy:132 +translate brazilian_portuguese min3_60179875: + + # Min "Get him, gators!!!" with sshake + Min "Peguem ele, jacarés!!!" with sshake + +# game/3_min.rpy:135 +translate brazilian_portuguese min3_cadfb3f1: + + # Jun "Min, stop it!" + Jun "Min, para com isso!" + +# game/3_min.rpy:136 +translate brazilian_portuguese min3_02ff3c33: + + # NPC "Hey, get off him!" + NPC "Ei, sai de cima dele!" + +# game/3_min.rpy:149 +translate brazilian_portuguese minDadCarRide_22a315b5: + + # "Min sits seething in the backseat as her dad drives her and Jun home." + "Min está sentada fervendo de raiva no banco de trás enquanto seu pai leva ela e Jun para casa." + +# game/3_min.rpy:152 +translate brazilian_portuguese minDadCarRide_226b3ed4: + + # Dad "WHAT'S WRONG WITH YOU!? ARE YOU BRAIN DAMAGED??" with sshake + Dad "O QUE TEM DE ERRADO COM VOCÊ!? VOCÊ É DOENTE MENTAL??" with sshake + +# game/3_min.rpy:153 +translate brazilian_portuguese minDadCarRide_46c664c7: + + # Dad "Now look, I have to pick you up in the middle of work because you couldn't behave yourself!" + Dad "Agora, eu tenho que pegar vocês no meio do trabalho porque você não soube se comportar!" + +# game/3_min.rpy:155 +translate brazilian_portuguese minDadCarRide_eb9dfbc4: + + # Jun "I was good...I don't see why {i}I{/i} have to be punished, too." + Jun "Eu me comportei...Eu não entendo por que {i}eu{/i} tenho que ser punido, também." + +# game/3_min.rpy:158 +translate brazilian_portuguese minDadCarRide_a26eaef4: + + # Min "I didn't do anything wrong either!" + Min "Eu não fiz nada de errado também!" + +# game/3_min.rpy:161 +translate brazilian_portuguese minDadCarRide_507258e9: + + # Dad "Your teacher said you tried to drown a boy!" + Dad "Sua professora falou que você tentou afogar um garoto!" + +# game/3_min.rpy:165 +translate brazilian_portuguese minDadCarRide_7715c50e: + + # Min "HUH?? THAT'S A LIE!!!" with sshake + Min "HUH?? ISSO É MENTIRA!!!" with sshake + +# game/3_min.rpy:166 +translate brazilian_portuguese minDadCarRide_b5fe93f5: + + # Min "I was only holding him underwater so the alligators would bite him!" + Min "Eu só estava segurando ele debaixo da água para que os jacarés mordessem ele!" + +# game/3_min.rpy:169 +translate brazilian_portuguese minDadCarRide_0cae7255: + + # Jun "That's not any better..." + Jun "Isso não é nada melhor..." + +# game/3_min.rpy:171 +translate brazilian_portuguese minDadCarRide_f0829b9a: + + # "Their dad curses and lays down the horn as a Honda changes into their lane." + "O pai deles xinga e buzina quando um Honda vem para a faixa deles." + +# game/3_min.rpy:176 +translate brazilian_portuguese minDadCarRide_29e0b6b4: + + # Dad "{font=korean.ttf}개새끼!{/font} HE CUT ME OFF!" with sshake + Dad "{font=korean.ttf}개새끼!{/font} ELE ME CORTOU!" with sshake + +# game/3_min.rpy:180 +translate brazilian_portuguese minDadCarRide_cea56fbb: + + # "The car lurches forward with squealing tires. Her dad is racing to catch up to the offending Honda, his eyes wild." + "O carro dá uma guinada para a frente com os pneus fazendo barulho. O pai deles está correndo para alcançar o Honda, seus olhos insanos." + +# game/3_min.rpy:182 +translate brazilian_portuguese minDadCarRide_091bb1b3: + + # MinT "What's he doing?! He's gone nuts!" + MinT "O que ele está fazendo?! Ele ficou enlouquecido!" + +# game/3_min.rpy:185 +translate brazilian_portuguese minDadCarRide_f9c0566c: + + # "A horrible cold wash runs down Min's spine as her dad maintains his breakneck speed beside the Honda and lays down the horn." + "Um frio horrível corre pela espinha de Min enquanto seu pai mantém sua velocidade perigosa ao lado do Honda e aciona a buzina." + +# game/3_min.rpy:189 +translate brazilian_portuguese minDadCarRide_0e4c2645: + + # Jun "AaaAAAH!" with sshake + Jun "AaaAAAH!" with sshake + +# game/3_min.rpy:193 +translate brazilian_portuguese minDadCarRide_475efe46: + + # "Jun screams as their dad violently swerves into the Honda, threatening to collide with them. The other driver is forced to veer off the road to avoid crashing." + "Jun grita quando seu pai vira violentamente para o Honda, ameaçando colidir com ele. O outro motorista é forçado a sair da estrada para evitar bater." + +# game/3_min.rpy:197 +translate brazilian_portuguese minDadCarRide_da52f95f: + + # Min "What's wrong with you?!" with sshake + Min "O que tem de errado com você?!" with sshake + +# game/3_min.rpy:201 +translate brazilian_portuguese minDadCarRide_0dadc546: + + # Dad "He was at fault! I wasn't going to let him get away with it!" with sshake + Dad "Era culpa dele! Eu não ia deixar ele sair impune!" with sshake + +# game/3_min.rpy:204 +translate brazilian_portuguese minDadCarRide_d8f3ae3f: + + # Min "What're you, crazy?! You could've crashed!" with sshake + Min "Você é o que, maluco?! Você poderia ter batido!" with sshake + +# game/3_min.rpy:208 +translate brazilian_portuguese minDadCarRide_a39afe31: + + # Dad "IT'S YOUR FAULT FOR MAKING ME SO MAD IN THE FIRST PLACE!" with sshake + Dad "É CULPA SUA POR TER ME FEITO FICAR TÃO IRRITADO EM PRIMEIRO LUGAR!" with sshake + +# game/3_min.rpy:210 +translate brazilian_portuguese minDadCarRide_06d6aa68: + + # Dad "IT'S BULLSHIT! HOW COME NO ONE ELSE HAS KIDS AS BRAIN DAMAGED AS YOU?!" with sshake + Dad "É UMA MERDA! COMO QUE NINGUÉM TEM FILHOS TÃO DOENTES MENTAIS COMO VOCÊ?!" with sshake + +# game/3_min.rpy:211 +translate brazilian_portuguese minDadCarRide_3ceb223f: + + # Dad "Disrespect me again and I'll really make you regret it!" + Dad "Me desrespeite de novo e eu vou fazer você se arrepender!" + +# game/3_min.rpy:213 +translate brazilian_portuguese minDadCarRide_1c85a2e3: + + # "Min remembers the time her dad threw a three pound paperweight at her head because she cut her hair short, and goes quiet." + "Min se lembra da vez em que seu pai jogou um enfeite de um quilo e meio em sua cabeça porque ela cortou o cabelo curto e ficou quieta." + +# game/3_min.rpy:215 +translate brazilian_portuguese minDadCarRide_cd0ceb9b: + + # "Fuming, her dad pulls over on the side of the road so he can focus on yelling at them." + "Furioso, o pai dela para na beira da estrada para se concentrar em gritar com eles." + +# game/3_min.rpy:217 +translate brazilian_portuguese minDadCarRide_5d59fcfb: + + # Dad "Tomorrow at school, you say sorry to your teacher for causing so much trouble!" with sshake + Dad "Amanhã na escola, você vai pedir desculpa para sua professora por causar tanto estrago!" with sshake + +# game/3_min.rpy:221 +translate brazilian_portuguese minDadCarRide_58eba440: + + # Min "WHY SHOULD I HAVE TO APOLOGIZE?! I DIDN'T DO ANYTHING WRONG!" with sshake + Min "POR QUE EU DEVERIA PEDIR DESCULPA?! EU NÃO FIZ NADA DE ERRADO!" with sshake + +# game/3_min.rpy:222 +translate brazilian_portuguese minDadCarRide_8ae02113: + + # Min "That jerk was asking for it! He was being racist and saying we didn't know English!" + Min "Aquele imbecil tava pedindo! Ele tava sendo racista e dizendo que a gente não sabe Inglês!" + +# game/3_min.rpy:226 +translate brazilian_portuguese minDadCarRide_22656979: + + # Dad "It doesn't matter what he said! What's gonna happen, you'll lose an arm if you don't hit him?!" with sshake + Dad "Não importa o que ele disse! O que vai acontecer, você vai perder um braço se não bater nele?!" with sshake + +# game/3_min.rpy:227 +translate brazilian_portuguese minDadCarRide_22449170: + + # Dad "Don't go crazy when things like that happen!" + Dad "Não dê um louco quando coisas assim acontecerem!" + +# game/3_min.rpy:230 +translate brazilian_portuguese minDadCarRide_75b5737c: + + # MinT "What about what YOU just did?! You just went ballistic five minutes ago!" + MinT "E o que VOCÊ acabou de fazer? Você ficou lunático a cinco minutos atrás!" + +# game/3_min.rpy:233 +translate brazilian_portuguese minDadCarRide_1362f0aa: + + # Dad "Can't you be more like your brother?" + Dad "Você não pode ser mais que nem seu irmão?" + +# game/3_min.rpy:234 +translate brazilian_portuguese minDadCarRide_32a1e6fc: + + # Dad "Jun is so well-behaved." + Dad "Jun é tão bem comportado." + +# game/3_min.rpy:237 +translate brazilian_portuguese minDadCarRide_3bf5b6dc: + + # Min "You don't understand! You weren't there!" + Min "Você não entende! Você não estava lá!" + +# game/3_min.rpy:240 +translate brazilian_portuguese minDadCarRide_34185c04: + + # Dad "You think you're the only one who's had a hard time in the world?!" with sshake + Dad "Você acha que a única que está tendo dificuldades na vida?!" with sshake + +# game/3_min.rpy:241 +translate brazilian_portuguese minDadCarRide_3c36f258: + + # Dad "People wouldn't even hire me because of my accent! Who wants a manager who's an immigrant?" + Dad "Pessoas não queriam me contratar por causa do meu sotaque! Quem vai querer um gerente que é imigrante?" + +# game/3_min.rpy:242 +translate brazilian_portuguese minDadCarRide_c31fcda9: + + # Dad "When I got rejected from job after job, what was I gonna do? Complain? Cry like a baby?" + Dad "Quando eu fui rejeitado trabalho após trabalho, o que eu ia fazer? Reclamar? Chorar que nem um bebê?" + +# game/3_min.rpy:244 +translate brazilian_portuguese minDadCarRide_d3779d3e: + + # Jun "Why do I have to sit through this lecture, too? I didn't even do anything..." + Jun "Por que eu tenho que ouvir essa palestra também? Eu nem fiz nada..." + +# game/3_min.rpy:247 +translate brazilian_portuguese minDadCarRide_d9bef003: + + # Dad "Be quiet, it's an important life lesson. Just listen." + Dad "Fica quieto, é uma lição de vida importante. Apenas ouça." + +# game/3_min.rpy:248 +translate brazilian_portuguese minDadCarRide_237a82d6: + + # Dad "If I got mad like Min-seo and beat up all the people who rejected me, you know what would've happened?" + Dad "Se eu ficasse bravo que nem a Min-seo e batesse em todas as pessoas que me rejeitaram, sabe o que teria acontecido?" + +# game/3_min.rpy:249 +translate brazilian_portuguese minDadCarRide_7003c942: + + # Dad "I would've landed in jail and you'd all starve to death!" + Dad "Eu teria parado na cadeia e todos vocês morreriam de fome!" + +# game/3_min.rpy:250 +translate brazilian_portuguese minDadCarRide_e7a6ff1f: + + # Dad "But that's not what happened. Instead I just worked harder." + Dad "Mas não foi isso o que aconteceu. Em vez disso, eu trabalhei mais." + +# game/3_min.rpy:251 +translate brazilian_portuguese minDadCarRide_71282329: + + # Dad "I got certifications, studied day and night, and got rid of my accent." + Dad "Consegui certificados, estudei dia e noite, e me livrei do meu sotaque." + +# game/3_min.rpy:252 +translate brazilian_portuguese minDadCarRide_a1d6ceb9: + + # Dad "And then I was so much more qualified than all the white guys, companies were forced to see how skilled I was." + Dad "E então eu era muito mais qualificado do que todos os caras brancos, as empresas foram forçadas a ver o quão habilidoso eu era." + +# game/3_min.rpy:253 +translate brazilian_portuguese minDadCarRide_25b59e05: + + # Dad "See? You have to be smart." + Dad "Entende? Você tem que ser esperto." + +# game/3_min.rpy:254 +translate brazilian_portuguese minDadCarRide_5633641d: + + # Dad "Wasting time whining about it is never going to solve anything." + Dad "Perder tempo reclamando sobre algo nunca vai resolver nada." + +# game/3_min.rpy:255 +translate brazilian_portuguese minDadCarRide_6b7a16cf: + + # Dad "This is you, whining!" + Dad "Essa é você, reclamando!" + +# game/3_min.rpy:257 +translate brazilian_portuguese minDadCarRide_5c35666c: + + # "Min's dad imitates her in a high-pitched voice." + "O pai de Min a imita numa voz afinada." + +# game/3_min.rpy:259 +translate brazilian_portuguese minDadCarRide_40c66218: + + # Dad "\"Wah, so unfair! No fair!\"" + Dad "\"Wah, tão injusto! Não é justo!\"" + +# game/3_min.rpy:260 +translate brazilian_portuguese minDadCarRide_6df898cf: + + # Dad "\"Wah! Wahhh! Crybaby!\"" with sshake + Dad "\"Wah! Wahhh! Bebê chorona!\"" with sshake + +# game/3_min.rpy:263 +translate brazilian_portuguese minDadCarRide_1b734232: + + # MinT "Someday I'm going to kill you...{w=0.35}Someday I'm going to kill you..." + MinT "Um dia eu vou te matar...{w=0.35}Um dia eu vou te matar..." + +# game/3_min.rpy:272 +translate brazilian_portuguese iHateDadClub_75aa012c: + + # "At home, Min and Jun hold an emergency meeting in their room." + "Em casa, Min e Jun fazem uma reunião de emergência em seu quarto." + +# game/3_min.rpy:274 +translate brazilian_portuguese iHateDadClub_1ea6ec33: + + # Jun "This is an emergency meeting of the \"I Hate Dad\" Club." + Jun "Essa é uma reunião de emergência do clube \"Eu Odeio o Pai\"." + +# game/3_min.rpy:275 +translate brazilian_portuguese iHateDadClub_a9de3dd2: + + # Jun "Club President and Strike Force Commander Min will read out our agenda today." + Jun "Presidente do Clube e Comandante da Ofensiva, Min, lerá nossa agenda hoje." + +# game/3_min.rpy:277 +translate brazilian_portuguese iHateDadClub_f2c78cef: + + # Min "Our agenda today is, COMPLAIN ABOUT HOW MUCH DAD SUCKS!!!!!" with sshake + Min "Nossa agenda de hoje é, RECLAMAR SOBRE COMO O PAI É UM MERDA!!!!!" with sshake + +# game/3_min.rpy:279 +translate brazilian_portuguese iHateDadClub_d3f0ea0a: + + # Min "If he's so good at not getting mad at work, how come he gets mad at {i}us{/i} all the time?!" with sshake + Min "Se ele é tão bom em não ficar bravo no trabalho, como que ele fica irritado com a {i}gente{/i} o tempo todo?!" with sshake + +# game/3_min.rpy:282 +translate brazilian_portuguese iHateDadClub_0a691eb4: + + # Jun "I mean...I feel like it's all connected." + Jun "Assim...Eu sinto que é tudo conectado." + +# game/3_min.rpy:284 +translate brazilian_portuguese iHateDadClub_2c14fd61: + + # Min "Whaddya mean?" + Min "O que você quer dizer?" + +# game/3_min.rpy:287 +translate brazilian_portuguese iHateDadClub_a20e361e: + + # Jun "Maybe he bottles up all his bad feelings at work, so when we do anything, he blows up on us." + Jun "Talvez ele guarde todos os sentimentos ruins do trabalho, então quando nós fazemos qualquer coisa, ele solta na gente." + +# game/3_min.rpy:288 +translate brazilian_portuguese iHateDadClub_3f17948c: + + # Jun "In his head, maybe it's okay for him to yell at us because he's our dad." + Jun "Na cabeça dele, talvez não tenha problema em gritar com a gente já que ele é nosso pai." + +# game/3_min.rpy:291 +translate brazilian_portuguese iHateDadClub_ddafc9e1: + + # Min "Well, he's not allowed to yell at me for getting mad when he's not any better!" with sshake + Min "Bem, ele não tem direito de gritar comigo quando ele fica irritado quando ele não é diferente!" with sshake + +# game/3_min.rpy:293 +translate brazilian_portuguese iHateDadClub_dbe900e1: + + # Min "I can't believe he sided with the teacher instead of me! Coward!!" + Min "Eu não acredito que ele ficou do lado da professora em vez de mim! Covarde!!" + +# game/3_min.rpy:294 +translate brazilian_portuguese iHateDadClub_109c98fd: + + # Min "I hate racists! They should all die!" + Min "Eu odeio racistas! Eles deveriam todos morrer!" + +# game/3_min.rpy:297 +translate brazilian_portuguese iHateDadClub_2b067b6d: + + # Jun "I feel like he had a point about the fight you got into, though..." + Jun "Mas eu acho que ele estava meio certo sobre a briga que você se meteu." + +# game/3_min.rpy:300 +translate brazilian_portuguese iHateDadClub_fd86a533: + + # Min "WHAT?!! You're demoted!" with sshake + Min "O QUÊ?!! Você foi rebaixado de cargo!" with sshake + +# game/3_min.rpy:303 +translate brazilian_portuguese iHateDadClub_38f5b644: + + # Jun "You can't demote me! I'm the Chief Demoter, remember?" + Jun "Você não pode me rebaixar! Eu sou o Chefe dos Rebaixamentos, lembra?" + +# game/3_min.rpy:305 +translate brazilian_portuguese iHateDadClub_ec600dc2: + + # Min "Screw that! You're my own twin and you're betraying me?!" + Min "Dane-se! Você é meu próprio irmão gêmeo e você está me traindo?!" + +# game/3_min.rpy:306 +translate brazilian_portuguese iHateDadClub_2081c598: + + # Min "You were there too! You of all people should get how I feel!" + Min "Você estava lá também! Você de todas as pessoas deveria entender como eu me sinto!" + +# game/3_min.rpy:310 +translate brazilian_portuguese iHateDadClub_2f9b3cf7: + + # Jun "It's your fault I got in trouble!" with sshake + Jun "É sua culpa que eu entrei em encrenca!" with sshake + +# game/3_min.rpy:312 +translate brazilian_portuguese iHateDadClub_2e18baae: + + # Jun "Dad's right that we shouldn't react like that to bullies. We should try to be the bigger person." + Jun "O pai estava certo que nós não devemos reagir contra os bullies. Devemos ser a pessoa maior." + +# game/3_min.rpy:315 +translate brazilian_portuguese iHateDadClub_584dd09f: + + # Min "NO!!! THEY HAVE TO DIE!!!" with sshake + Min "NÃO!!! ELES TEM QUE MORRER!!!" with sshake + +# game/3_min.rpy:316 +translate brazilian_portuguese iHateDadClub_6fb1d509: + + # Min "If other people are bad, we should get to be just as bad." + Min "Se outras pessoas são ruins, devemos ser tão ruins quanto." + +# game/3_min.rpy:319 +translate brazilian_portuguese iHateDadClub_9337c469: + + # Jun "Didn't you learn anything today?! We don't {i}get{/i} to be bad!" + Jun "Você não aprendeu nada hoje?! Não {i}devemos{/i} ser ruins!" + +# game/3_min.rpy:320 +translate brazilian_portuguese iHateDadClub_87dfd45d: + + # Jun "It'll just get us in trouble!" + Jun "Vai só nos causar problema!" + +# game/3_min.rpy:321 +translate brazilian_portuguese iHateDadClub_60b5f091: + + # Jun "And when you talk back to Dad, it just makes him go crazy! When're you gonna learn?" + Jun "E quando você responde o Pai, só faz ele ficar maluco! Quando que você vai aprender isso?" + +# game/3_min.rpy:323 +translate brazilian_portuguese iHateDadClub_333d174a: + + # MinT "He's just like Mom. How come no one will stand up against him except me?" + MinT "Ele é que nem a Mãe. Como que ninguém vai se levantar contra ele exceto eu?" + +# game/3_min.rpy:325 +translate brazilian_portuguese iHateDadClub_4b85dc60: + + # Min "What's your idea then, genius? Be a wimpy loser like him??" + Min "Qual é sua ideia então, gênio? Ser um fracassado que nem ele??" + +# game/3_min.rpy:328 +translate brazilian_portuguese iHateDadClub_35b09fd3: + + # Jun "I dunno..." + Jun "Eu sei lá..." + +# game/3_min.rpy:329 +translate brazilian_portuguese iHateDadClub_4fb7e02a: + + # Jun "Maybe if we just laugh along, the other kids will wanna be our friends." + Jun "Talvez se a gente só rir junto, as outras crianças vão querer ser nossas amigas." + +# game/3_min.rpy:331 +translate brazilian_portuguese iHateDadClub_8683854e: + + # Min "..........." + Min "..........." + +# game/3_min.rpy:351 +translate brazilian_portuguese forum_4c75dc1d: + + # Diya "Min. Can you act?" + Diya "Min. Você sabe atuar?" + +# game/3_min.rpy:354 +translate brazilian_portuguese forum_30974b76: + + # Min "I guess. Why?" + Min "Eu acho. Por que?" + +# game/3_min.rpy:356 +translate brazilian_portuguese forum_82b5c54f: + + # Diya "Can you be in a video we're making? For English." + Diya "Você pode aparecer num vídeo que estamos fazendo? De Inglês." + +# game/3_min.rpy:358 +translate brazilian_portuguese forum_ac8c281d: + + # Min "Sure, what's the video?" + Min "Claro, que vídeo?" + +# game/3_min.rpy:360 +translate brazilian_portuguese forum_8612b787: + + # "Diya reties her ponytail, but most of her short hair immediately falls out of the elastic and ends up framing her face." + "Diya re-amarra seu rabo de cavalo, mas a maioria do seu curto cabelo imediatamente sai do elástico e tapa a cara dela." + +# game/3_min.rpy:361 +translate brazilian_portuguese forum_105bd59f: + + # "Min gently tucks a curly lock behind Diya's ear, making her girlfriend blush as her fingertips brush her skin." + "Min gentilmente coloca uma mecha atrás da orelha de Diya, fazendo sua namorada corar enquanto seus dedos roçam a pele dela." + +# game/3_min.rpy:366 +translate brazilian_portuguese forum_21d95075: + + # Diya "We have to make a video about current events." + Diya "Nós temos que fazer um vídeo sobre eventos atuais." + +# game/3_min.rpy:367 +translate brazilian_portuguese forum_ccab6fbc: + + # Diya "So we chose saving the gray wolves." + Diya "Então nós escolhemos sobre salvar os lobos cinzentos." + +# game/3_min.rpy:370 +translate brazilian_portuguese forum_9b0c02a5: + + # Min "Who's \"we\"?" + Min "Quem seria \"nós\"?" + +# game/3_min.rpy:373 +translate brazilian_portuguese forum_c187c340: + + # Akarsha "Us and Noelle." + Akarsha "Nós e Noelle." + +# game/3_min.rpy:376 +translate brazilian_portuguese forum_d26232e9: + + # Min "How come you guys keep getting these three person group projects?" + Min "Como que vocês sempre tem esses trabalhos em trio?" + +# game/3_min.rpy:377 +translate brazilian_portuguese forum_a6efced4: + + # Min "My teachers usually do groups of four." + Min "Meus professores normalmente fazem quartetos." + +# game/3_min.rpy:380 +translate brazilian_portuguese forum_74b34011: + + # Noelle "They {i}are{/i} four person projects. It's just that usually, no one else wants to be in our group." + Noelle "Eles {i}são{/i} trabalhos de quarteto. É só que normalmente, mais ninguém quer ser do nosso grupo." + +# game/3_min.rpy:383 +translate brazilian_portuguese forum_23d29ba9: + + # Min "Oh." + Min "Oh." + +# game/3_min.rpy:386 +translate brazilian_portuguese forum_9abf1de4: + + # Diya "That's why we need more people to act out the skit we wrote." + Diya "Por isso que precisamos de mais pessoas para atuarem no roteiro que nós escrevemos." + +# game/3_min.rpy:388 +translate brazilian_portuguese forum_fe8b8aba: + + # Noelle "Actually, if we just made a few simple cuts to the script, three people would be more than enough." + Noelle "Na verdade, se a gente fizesse uns cortes no roteiro, três pessoas seria mais que o suficiente." + +# game/3_min.rpy:389 +translate brazilian_portuguese forum_12a19419: + + # Noelle "Your feelings on the subject matter are distorting your judgement." + Noelle "Seus sentimentos sobre o assunto estão distorcendo seu julgamento." + +# game/3_min.rpy:391 +translate brazilian_portuguese forum_21db1bee: + + # Diya "No. We need three people for the wolf family alone." + Diya "Não. Nós precisamos de três pessoas só pra família de lobos." + +# game/3_min.rpy:394 +translate brazilian_portuguese forum_69c09f0e: + + # Noelle "There's no point in showing an entire family of wolves! Just a single wolf will suffice!" with sshake + Noelle "Não tem porquê mostrar uma família inteira de lobos! Só um lobo já é o suficiente!" with sshake + +# game/3_min.rpy:396 +translate brazilian_portuguese forum_7b455e87: + + # Diya "No. It's more sad if there's also a mommy and daddy." + Diya "Não. É mais triste se tiver uma mamãe e um papai." + +# game/3_min.rpy:398 +translate brazilian_portuguese forum_ffde6a64: + + # Akarsha "Yeah, stop censoring our artistic vision!" + Akarsha "É, para de censurar nossa visão artística!" + +# game/3_min.rpy:401 +translate brazilian_portuguese forum_4b1df493: + + # Min "I've never seen you two gang up on Noelle like this before." + Min "Eu nunca vi vocês duas conspirarem contra a Noelle desse jeito antes." + +# game/3_min.rpy:404 +translate brazilian_portuguese forum_e18d8e19: + + # Diya "It's because she's wrong about this." + Diya "É porque ela tá errada nisso." + +# game/3_min.rpy:406 +translate brazilian_portuguese forum_a661cddf: + + # Akarsha "If we're gonna make a video, it's our chance to create a masterpiece!" + Akarsha "Se nós vamos fazer um vídeo, essa é nossa chance de fazer uma obra de arte!" + +# game/3_min.rpy:407 +translate brazilian_portuguese forum_60498574: + + # Akarsha "We can make it so funny!" + Akarsha "Nós podemos fazer ser tão engraçado!" + +# game/3_min.rpy:410 +translate brazilian_portuguese forum_afd2e269: + + # MinT "...Funny? That doesn't sound like the same thing Diya's going for." + MinT "...Engraçado? Isso não parece ser a mesma coisa que Diya tem em mente." + +# game/3_min.rpy:413 +translate brazilian_portuguese forum_70b140b7: + + # Akarsha "I want it to be like How to be Ninja." + Akarsha "Eu quero que seja igual a How to be Ninja." + +# game/3_min.rpy:416 +translate brazilian_portuguese forum_b6045cf1: + + # Min "What's that?" + Min "O que é isso?" + +# game/3_min.rpy:419 +translate brazilian_portuguese forum_cbde1b7d: + + # Akarsha "You haven't seen it?" + Akarsha "Você nunca viu?" + +# game/3_min.rpy:422 +translate brazilian_portuguese forum_2f341b42: + + # Min "No?" + Min "Não?" + +# game/3_min.rpy:425 +translate brazilian_portuguese forum_cf8db200: + + # Akarsha "You have to watch it!" with sshake + Akarsha "Você tem que ver!" with sshake + +# game/3_min.rpy:426 +translate brazilian_portuguese forum_9cd98d5b: + + # Akarsha "It's the funniest video I've ever seen! I found it on this website called YouTube yesterday." + Akarsha "É o vídeo mais engraçado que eu já vi! Eu achei nesse site chamado YouTube ontem." + +# game/3_min.rpy:427 +translate brazilian_portuguese forum_330eb18c: + + # Akarsha "I even converted it to mp4 online so I could watch it on my iPod!" + Akarsha "Eu até converti para um mp4 online para que eu pudesse ver no meu iPod!" + +# game/3_min.rpy:434 +translate brazilian_portuguese forum_2b85f334: + + # "Min puts in one of Akarsha's earbuds so she can hear the video. Akarsha takes the other." + "Min bota um dos earbuds da Akarsha para que ela possa ouvir o vídeo. Akarsha pega o outro." + +# game/3_min.rpy:435 +translate brazilian_portuguese forum_9293adbc: + + # "In a living room, two teenage boys do cartwheels and kip ups to the song \"Kung Fu Fighting\"." + "Em uma sala de estar, dois adolescentes dão cambalhotas e dançam ao som da música \"Kung Fu Fighting\"." + +# game/3_min.rpy:437 +translate brazilian_portuguese forum_23b92ecf: + + # MinT "Oh, they're both Asian? They look about our age." + MinT "Ah, ambos são asiáticos? Eles parecem ser da nossa idade." + +# game/3_min.rpy:439 +translate brazilian_portuguese forum_1bdc4f1f: + + # NPC "Hey you! Wanna learn how to defend yourself?" + NPC "Ei você! Quer aprender a se defender?" + +# game/3_min.rpy:440 +translate brazilian_portuguese forum_446ca96c: + + # NPC "Aren't you tired of bullies picking on you all the time?" + NPC "Você não tá cansado de bullies pegando no seu pé o tempo todo?" + +# game/3_min.rpy:441 +translate brazilian_portuguese forum_f82e6944: + + # NPC "Well, then...How To Be Ninja is the DVD for you." + NPC "Bem, então...How To Be Ninja é o DVD para você." + +# game/3_min.rpy:443 +translate brazilian_portuguese forum_d86a4248: + + # "A boy in the video bows." + "Um menino no vídeo faz uma reverência." + +# game/3_min.rpy:444 +translate brazilian_portuguese forum_7894c119: + + # NPC "Herro everyone....My name is Hanete wakuso shiseo tadashite teriyaki suzuki honda civic." + NPC "Orá todo mundo...Meu nome é Hanete wakuso shiseo tadashite teriyaki suzuki honda civic." + +# game/3_min.rpy:445 +translate brazilian_portuguese forum_940cbf07: + + # NPC2 "Herro...My name is Bob." + NPC2 "Orá...Meu nome é Bob." + +# game/3_min.rpy:447 +translate brazilian_portuguese forum_51156260: + + # MinT "I dunno if I've ever seen two Asian kids like me starring in anything before." + MinT "Eu não sei se eu já vi dois adolescentes asiáticos que nem eu atuando em algo antes." + +# game/3_min.rpy:448 +translate brazilian_portuguese forum_c6915b47: + + # MinT "And they're being funny and everything!" + MinT "E eles estão sendo engraçados e tudo mais!" + +# game/3_min.rpy:452 +translate brazilian_portuguese forum_45ff230b: + + # NPC "The first {i}resson{/i} in being a ninja..." + NPC "A primeira {i}rição{/i} em ser um ninja..." + +# game/3_min.rpy:453 +translate brazilian_portuguese forum_71775d28: + + # "Already, Akarsha is cracking up so hard at the kid's line delivery, the iPod is quaking in her hands." + "Logo de cara, Akarsha já está rindo tanto com a fala do garoto que o iPod está tremendo em suas mãos." + +# game/3_min.rpy:454 +translate brazilian_portuguese forum_4ecc75d8: + + # NPC "Is to make loud, unnecessary sounds when you hit things." + NPC "É fazer barulhos altos e desnecessários quando você bater nas coisas." + +# game/3_min.rpy:456 +translate brazilian_portuguese forum_6579fb44: + + # NPC "Hoo! Kikiki YAH! Wah! Hooooo!" with sshake + NPC "Hoo! Kikiki YAH! Wah! Hooooo!" with sshake + +# game/3_min.rpy:458 +translate brazilian_portuguese forum_d1fee176: + + # MinT "I've never seen a video like this my whole life! It's hilarious!" with sshake + MinT "Eu nunca vi um vídeo assim na minha vida! É hilário!" with sshake + +# game/3_min.rpy:460 +translate brazilian_portuguese forum_1f77fe53: + + # NPC2 "You must be able to transform into anything." + NPC2 "Você deve ser capaz de se transformar em qualquer coisa." + +# game/3_min.rpy:461 +translate brazilian_portuguese forum_30c964c7: + + # NPC2 "An animal...a tree...a fag...You must be able to imitate ANYONE!" + NPC2 "Um animal...uma árvore...um viado...Você deve ser capaz de imitar QUALQUER UM!" + +# game/3_min.rpy:462 +translate brazilian_portuguese forum_1f1c3d9c: + + # "After a kung-fu battle that culminates in one of the kids resorting to using fake gun, the bloopers play." + "Depois de uma batalha de kung-fu que tem seu auge com um dos adolescentes recorrendo ao uso de uma arma falsa, os erros de gravação aparecem." + +# game/3_min.rpy:463 +translate brazilian_portuguese forum_74db277d: + + # NPC "And we will be teaching {i}youuuuuuu...{/i}" + NPC "E nós estaremos ensinando à {i}vocêêêêêêê...{/i}" + +# game/3_min.rpy:464 +translate brazilian_portuguese forum_3e87fb14: + + # "The boys repeatedly dissolve into laughter over the accent they're doing." + "Os meninos repetidamente caem na gargalhada por causa do sotaque que estão fazendo." + +# game/3_min.rpy:467 +translate brazilian_portuguese forum_5a5b1cfb: + + # Min "They look like they had so much fun making this." + Min "Eles parecem ter se divertido tanto fazendo isso." + +# game/3_min.rpy:470 +translate brazilian_portuguese forum_e549b7f9: + + # Akarsha "Right? It's so inspirational!" + Akarsha "Não é? É tão inspirador!" + +# game/3_min.rpy:471 +translate brazilian_portuguese forum_86563519: + + # Akarsha "They're, like, our age, and they made such an awesome video." + Akarsha "Eles são, tipo, da nossa idade e fizeram um vídeo tão massa." + +# game/3_min.rpy:473 +translate brazilian_portuguese forum_9d137c46: + + # Akarsha "If they can create something that iconic, so can we!" + Akarsha "Se eles conseguem criar algo tão icônico, nós também conseguiremos!" + +# game/3_min.rpy:475 +translate brazilian_portuguese forum_9fe61e3a: + + # Noelle "Must I remind you that this is a school assignment? That we're being GRADED on?" + Noelle "Será que devo te lembrar que esse é um trabalho de escola? Que nós receberemos NOTA por ele?" + +# game/3_min.rpy:477 +translate brazilian_portuguese forum_537201f1: + + # Diya "We're still following the grading rubric." + Diya "Ainda estamos seguindo a rubrica de classificação de notas." + +# game/3_min.rpy:479 +translate brazilian_portuguese forum_70dbacca: + + # Noelle "Are you? I didn't see \"gun for an Academy Award\" on there." + Noelle "Estão? Eu não vi um \"concorrer para um Oscar\" lá." + +# game/3_min.rpy:480 +translate brazilian_portuguese forum_96cb62f9: + + # Noelle "The script you two have written is wildly overambitious." + Noelle "O roteiro que vocês duas escreveram é excessivamente ambicioso." + +# game/3_min.rpy:482 +translate brazilian_portuguese forum_e7631105: + + # Akarsha "Nyeh!" + Akarsha "Nyeh!" + +# game/3_min.rpy:484 +translate brazilian_portuguese forum_d74f5b0e: + + # "Under the table, Akarsha immobilizes one of Noelle's feet by sandwiching it between two of her own feet like tongs." + "Debaixo da mesa, Akarsha imobiliza um dos pés de Noelle espremendo ele entre os seus próprios como uma pinça." + +# game/3_min.rpy:486 +translate brazilian_portuguese forum_29a86697: + + # Akarsha "Gotchu. Captured." + Akarsha "Te peguei. Capturada." + +# game/3_min.rpy:489 +translate brazilian_portuguese forum_ed734dd9: + + # Noelle "I'm not captured!" with sshake + Noelle "Eu não estou capturada!" with sshake + +# game/3_min.rpy:491 +translate brazilian_portuguese forum_86a51b78: + + # "Noelle wriggles her foot free. When Akarsha tries to trap it again, Noelle retaliates by pinning one of Akarsha's feet against the leg of the table." + "Noelle liberta seu pé. Quando Akarsha tenta prendê-lo novamente, Noelle revida prendendo um dos pés de Akarsha contra a perna da mesa." + +# game/3_min.rpy:493 +translate brazilian_portuguese forum_1d82f671: + + # Akarsha "No fair, I'm wearing flip-flops while you have real shoes. You gotta go easy on me." + Akarsha "Não é justo, eu estou usando chinelos e você tem sapatos reais. Pega leve comigo." + +# game/3_min.rpy:496 +translate brazilian_portuguese forum_6d0ff943: + + # Noelle "YOU CHOSE THE BATTLEGROUND! YOU DON'T GET TO COMPLAIN!" with sshake + Noelle "VOCÊ QUE ESCOLHEU O CAMPO DE BATALHA! VOCÊ NÃO TEM O DIREITO DE RECLAMAR!" with sshake + +# game/3_min.rpy:500 +translate brazilian_portuguese forum_95425805: + + # MinT "What the hell? They always act so demented around each other." + MinT "Mas que merda? Elas sempre agem tão dementes uma com a outra." + +# game/3_min.rpy:501 +translate brazilian_portuguese forum_9ec63d39: + + # Min "When you're done playing footsies, can we talk about what you guys actually need from me?" + Min "Quando vocês terminarem sua guerrinha de pé, dá pra vocês falarem o que vocês realmente precisam de mim?" + +# game/3_min.rpy:503 +translate brazilian_portuguese forum_278e2756: + + # "Akarsha and Noelle freeze, looking embarrassed." + "Akarsha e Noelle param, parecendo envergonhadas." + +# game/3_min.rpy:505 +translate brazilian_portuguese forum_9d73f57c: + + # Noelle "What?" + Noelle "O quê?" + +# game/3_min.rpy:508 +translate brazilian_portuguese forum_a0dbc321: + + # Min "Hello? Because I'm acting in your project?" + Min "Olá? Porque eu estou atuando em seu projeto?" + +# game/3_min.rpy:511 +translate brazilian_portuguese forum_e94b895d: + + # Diya "Can you meet us at the park this weekend?" + Diya "Você pode nos encontrar no parque esse fim de semana?" + +# game/3_min.rpy:513 +translate brazilian_portuguese forum_fbb8b2ba: + + # Akarsha "Ya, that's where we're filming. There's a kinda woodsy lookin' spot at the edge of it." + Akarsha "Isso, é onde estaremos filmando. Tem um ponto meio arborizado na ponta dele." + +# game/3_min.rpy:516 +translate brazilian_portuguese forum_2f27ad6f: + + # Min "Do I need to bring anything?" + Min "Preciso trazer alguma coisa?" + +# game/3_min.rpy:519 +translate brazilian_portuguese forum_5aa51999: + + # Diya "No, just you." + Diya "Não, só você." + +# game/3_min.rpy:520 +translate brazilian_portuguese forum_8c4f3265: + + # Diya "We're still working on the script, so we'll give it to you there." + Diya "Ainda estamos trabalhando no roteiro, então vamos te dar ele lá." + +# game/3_min.rpy:522 +translate brazilian_portuguese forum_e8777567: + + # Akarsha "We'll take care of the costumes, too." + Akarsha "Vamos cuidar das fantasias também." + +# game/3_min.rpy:523 +translate brazilian_portuguese forum_9ef61b99: + + # Akarsha "\"Sakura\" and \"Yuki\" have a ton of stuff we can use, so they're gonna bring it all." + Akarsha "\"Sakura\" e \"Yuki\" tem um monte de coisa que a gente pode usar, então elas vão trazer tudo." + +# game/3_min.rpy:526 +translate brazilian_portuguese forum_c6816527: + + # Min "Cool, I'll be there." + Min "Beleza, estarei lá." + +# game/3_min.rpy:540 +translate brazilian_portuguese arriveAtPark_4052c578: + + # "When Min gets there, she spots Akarsha waiting in the shade under a tree." + "Quando Min chega lá, ela vê Akarsha esperando debaixo da sombra de uma árvore." + +# game/3_min.rpy:542 +translate brazilian_portuguese arriveAtPark_5304c5f6: + + # Min "Where is everyone?" + Min "Onde está todo mundo?" + +# game/3_min.rpy:545 +translate brazilian_portuguese arriveAtPark_b3040db2: + + # Akarsha "Noelle said Diya's mom just picked her up." + Akarsha "Noelle disse que a mãe da Diya recém pegou ela." + +# game/3_min.rpy:547 +translate brazilian_portuguese arriveAtPark_16812407: + + # MinT "It's so annoying how Diya's mom has always been fine with Noelle but not me." + MinT "É tão irritante como a mãe da Diya sempre foi tranquila com a Noelle mas não comigo." + +# game/3_min.rpy:550 +translate brazilian_portuguese arriveAtPark_7198329f: + + # Akarsha "And \"Sakura\" and \"Yuki\" are running late 'cuz they couldn't find a hat they wanted to bring." + Akarsha "E a \"Sakura\" e a \"Yuki\" tão atrasadas porque elas não acharam um chapéu que elas queriam trazer." + +# game/3_min.rpy:551 +translate brazilian_portuguese arriveAtPark_e0d7c963: + + # Akarsha "We don't need Chryssa and Liz til the fourth scene or so, so I told them they could show up whenever." + Akarsha "A gente não precisa da Chryssa e da Liz até a quarta cena, então eu falei pra elas aparecerem qualquer hora." + +# game/3_min.rpy:553 +translate brazilian_portuguese arriveAtPark_cfa3f7f6: + + # Min "Wait, they're acting in it, too?" + Min "Espera, elas tão atuando nisso também?" + +# game/3_min.rpy:556 +translate brazilian_portuguese arriveAtPark_f2e125aa: + + # Akarsha "Ya, we pretty much ended up summoning the entire baseball club to help." + Akarsha "É, a gente meio que acabou convocando o clube de baseball inteiro para ajudar." + +# game/3_min.rpy:557 +translate brazilian_portuguese arriveAtPark_d2dbf788: + + # "Min joins Akarsha under the shade." + "Min se junta a Akarsha em baixo da sombra." + +# game/3_min.rpy:559 +translate brazilian_portuguese arriveAtPark_53230d9b: + + # Min "So any progress on your crush?" + Min "Então algum progresso no seu crush?" + +# game/3_min.rpy:562 +translate brazilian_portuguese arriveAtPark_d5734261: + + # Akarsha "Didn't I already tell you I got rejected?" + Akarsha "Eu já não te falei que eu fui rejeitada?" + +# game/3_min.rpy:564 +translate brazilian_portuguese arriveAtPark_1a493960: + + # Min "You told me you half-assed a confession through fucking TEXT before chickening out and passing it off as a joke." + Min "Você me disse que fez uma confissão meia boca via fodendo mensagens de TEXTO antes de ficar com medinho e fingir que era uma piada." + +# game/3_min.rpy:567 +translate brazilian_portuguese arriveAtPark_3ed3fdac: + + # Akarsha "Well, I was flirting pretty hard before that happened. So either way, they should've gotten the message, at least subliminally." + Akarsha "Bem, eu tava flertando bastante antes de isso acontecer. Então de qualquer jeito, a pessoa deveria ter recebido o recado, pelo menos sublinarmente." + +# game/3_min.rpy:569 +translate brazilian_portuguese arriveAtPark_11cb613f: + + # Min "Subliminally?!" with sshake + Min "Sublinarmente?!" with sshake + +# game/3_min.rpy:570 +translate brazilian_portuguese arriveAtPark_b9f60542: + + # Min "Have you been listening to a thing I've been saying?! Go big or go home!" with sshake + Min "Você tá sequer ouvindo o que eu estou dizendo?! Vai com tudo ou desiste!" with sshake + +# game/3_min.rpy:571 +translate brazilian_portuguese arriveAtPark_c3fec1b8: + + # Min "I literally can't even tell who it was you were flirting with." + Min "Eu literalmente não consigo nem ter ideia de com quem você estava flertando." + +# game/3_min.rpy:574 +translate brazilian_portuguese arriveAtPark_b6904d65: + + # Akarsha "Okay, I know, I know..." + Akarsha "Okay, eu sei, eu sei..." + +# game/3_min.rpy:576 +translate brazilian_portuguese arriveAtPark_561048cb: + + # Min "What's next? Confessing to them on April Fool's Day?" + Min "Qual é a próxima? Confessar pra pessoa no Primeiro de Abril?" + +# game/3_min.rpy:579 +translate brazilian_portuguese arriveAtPark_0bd68738: + + # Akarsha "Actually, that's not a bad idea..." + Akarsha "Na verdade, essa não é uma má ideia..." + +# game/3_min.rpy:581 +translate brazilian_portuguese arriveAtPark_d9357b66: + + # Min "You've got to be kidding me..." + Min "Você só pode tá de brincadeira..." + +# game/3_min.rpy:584 +translate brazilian_portuguese arriveAtPark_6cda128a: + + # "When Diya and Noelle show up, Min runs over and presses a kiss to Diya's cheek." + "Quando Diya e Noelle chegam, Min corre e dá um beijo na bochecha de Diya." + +# game/3_min.rpy:586 +translate brazilian_portuguese arriveAtPark_56bfc018: + + # Diya "...!" + Diya "...!" + +# game/3_min.rpy:589 +translate brazilian_portuguese arriveAtPark_3a2190bc: + + # Diya "{font=korean.ttf}사랑해.{/font}" + Diya "{font=korean.ttf}사랑해.{/font}" + +# game/3_min.rpy:592 +translate brazilian_portuguese arriveAtPark_3bda0bc4: + + # MinT "I told Diya that phrase meant \"Hi\" a really long time ago." + MinT "Eu falei para a Diya que essa frase significa \"Oi\" a muito tempo atrás." + +# game/3_min.rpy:593 +translate brazilian_portuguese arriveAtPark_1e862705: + + # MinT "Maybe I should come clean about it now that we're actually dating." + MinT "Talvez eu deveria contar para ela já que agora estamos realmente namorando." + +# game/3_min.rpy:594 +translate brazilian_portuguese arriveAtPark_ef814e6a: + + # MinT "I don't want her to stop saying, it, though..." + MinT "Mas eu não quero que ela pare de falar isso..." + +# game/3_min.rpy:596 +translate brazilian_portuguese arriveAtPark_0241d1fa: + + # "Noelle wearily hands Min her script." + "Noelle cansadamente dá a Min seu roteiro." + +# game/3_min.rpy:598 +translate brazilian_portuguese arriveAtPark_347bfbc2: + + # Noelle "While we're waiting for the others, you can at least familiarize yourself with your lines." + Noelle "Enquanto esperamos pelos outros, você pode se familiarizar com suas falas." + +# game/3_min.rpy:600 +translate brazilian_portuguese arriveAtPark_6ff61860: + + # "It's unseasonally hot out, so Min fans Diya with the script." + "Há um calor fora de época ali fora, então Min usa o roteiro como leque para abanar Diya." + +# game/3_min.rpy:602 +translate brazilian_portuguese arriveAtPark_14d186b1: + + # Min "Who am I playing?" + Min "Quem que eu vou atuar?" + +# game/3_min.rpy:605 +translate brazilian_portuguese arriveAtPark_d17156da: + + # Diya "The Evil Hunter." + Diya "O Caçador do Mal." + +# game/3_min.rpy:607 +translate brazilian_portuguese arriveAtPark_febee0ea: + + # Min "Whoa, sick!" with sshake + Min "Uau, gostei!" with sshake + +# game/3_min.rpy:608 +translate brazilian_portuguese arriveAtPark_4591733a: + + # Min "So what do I do?" + Min "Então o que eu faço?" + +# game/3_min.rpy:611 +translate brazilian_portuguese arriveAtPark_4d7f0bc2: + + # Noelle "Are you illiterate? Just read the script." + Noelle "Você é analfabeta? Só leia o roteiro." + +# game/3_min.rpy:613 +translate brazilian_portuguese arriveAtPark_453e74b0: + + # Min "I will, just gimme the SparkNotes version first." + Min "Eu vou, só me dá a versão resumida primeiro." + +# game/3_min.rpy:618 +translate brazilian_portuguese arriveAtPark_fa39483c: + + # Noelle "To summarize, gray wolves are set to be removed from the Endangered species list." + Noelle "Resumindo, lobos cinzas devem ser removidos da lista de espécies em extinção." + +# game/3_min.rpy:620 +translate brazilian_portuguese arriveAtPark_e327324a: + + # Noelle "I'll be playing a reporter. First, I'll interview an environmentalist, Diya." + Noelle "Eu estarei interpretando um repórter. Primeiro, vou entrevistar uma ambientalista, Diya." + +# game/3_min.rpy:621 +translate brazilian_portuguese arriveAtPark_ef894fe8: + + # Noelle "Next, I'll interview you, an Evil Hunter." + Noelle "Depois, eu irei te entrevistar, a Caçadora do Mal." + +# game/3_min.rpy:623 +translate brazilian_portuguese arriveAtPark_d1a75455: + + # Noelle "Lastly, I'll interview a...family of wolves on their opinion." + Noelle "Por último, vou entrevistar...uma família de lobos para sua opinião." + +# game/3_min.rpy:624 +translate brazilian_portuguese arriveAtPark_c6ec21a4: + + # Noelle "During this last interview, the Evil Hunter kills the Wolf Pup, played by Akarsha." + Noelle "Durante a última entrevista, a Caçadora do Mal mata o Lobo Filhote, interpretado pela Akarsha." + +# game/3_min.rpy:626 +translate brazilian_portuguese arriveAtPark_8899ba10: + + # Min "You {i}really{/i} don't like this script, huh?" + Min "Você {i}realmente{/i} não gosta desse script, né?" + +# game/3_min.rpy:629 +translate brazilian_portuguese arriveAtPark_9af66b9d: + + # Noelle "It's clearly biased." + Noelle "É claramente tendencioso." + +# game/3_min.rpy:630 +translate brazilian_portuguese arriveAtPark_003234df: + + # Noelle "It doesn't make sense to extend special treatment to wolves just because they're \"cute\" and \"fuzzy\"." + Noelle "Não faz sentido dar tratamento especial aos lobos só porque eles são \"fofos\" e \"peludos\"." + +# game/3_min.rpy:632 +translate brazilian_portuguese arriveAtPark_5c101b57: + + # Diya "It makes sense in my heart." + Diya "Faz sentido no meu coração." + +# game/3_min.rpy:635 +translate brazilian_portuguese arriveAtPark_7d7b950b: + + # Noelle "From an objective, numerical standpoint, their populations have recovered enough that these protections are no longer needed." + Noelle "Do ponto de vista numérico e objetivo, as populações de lobos se recuperaram o suficiente para que essas proteções não sejam mais necessárias." + +# game/3_min.rpy:637 +translate brazilian_portuguese arriveAtPark_50ed93cb: + + # Akarsha "Humans have a thriving population, too. Does that mean aliens are allowed to hunt us for sport?" + Akarsha "Os humanos também têm uma população próspera. Isso significa que os alienígenas podem nos caçar por esporte?" + +# game/3_min.rpy:639 +translate brazilian_portuguese arriveAtPark_ccb17978: + + # "Min reads the script as they argue. It's physically battered and marked with edits." + "Min lê o roteiro enquanto elas discutem. Ele está fisicamente marcado com várias edições." + +# game/3_min.rpy:641 +translate brazilian_portuguese arriveAtPark_cacc47e0: + + # MinT "They must've been fighting over this for hours." + MinT "Elas devem ter brigado sobre isso por horas." + +# game/3_min.rpy:649 +translate brazilian_portuguese arriveAtPark_bda37ffe: + + # Akarsha "Guys, wait, I have another idea." + Akarsha "Gente, calma, eu tenho outra ideia." + +# game/3_min.rpy:651 +translate brazilian_portuguese arriveAtPark_7c22f177: + + # Akarsha "I just saw a video of a guy setting a pile of leaves on fire, and it exploded." + Akarsha "Eu vi agora pouco um vídeo de um cara que botou fogo numa pilha de folhas, e ela explodiu." + +# game/3_min.rpy:652 +translate brazilian_portuguese arriveAtPark_e2e69b6c: + + # Akarsha "Can we try to work that into the video too?" + Akarsha "Podemos tentar colocar isso no vídeo também?" + +# game/3_min.rpy:654 +translate brazilian_portuguese arriveAtPark_9a53d3f8: + + # Noelle "NO." + Noelle "NÃO." + +# game/3_min.rpy:656 +translate brazilian_portuguese arriveAtPark_7f6cabfd: + + # "Diya slips her hand into Min's as Akarsha and Noelle argue." + "Diya coloca sua mão na de Min enquanto Akarsha e Noelle discutem." + +# game/3_min.rpy:658 +translate brazilian_portuguese arriveAtPark_d11361e6: + + # Diya "........." + Diya "........." + +# game/3_min.rpy:660 +translate brazilian_portuguese arriveAtPark_297e5006: + + # MinT "Looks like we have some time to kill before everyone else arrives." + MinT "Parece que temos um tempo sobrando antes que todo o resto chegue." + +# game/3_min.rpy:663 +translate brazilian_portuguese arriveAtPark_a5170143: + + # "Min looks around the park..." + "Min olha ao redor do parque..." + +# game/3_min.rpy:763 +translate brazilian_portuguese lookPlayground_2eec2a30: + + # MinT "There's just sand here. No rocks." + MinT "Só tem areia aqui. Sem pedras." + +# game/3_min.rpy:768 +translate brazilian_portuguese lookPlayground_cdd5d3f5: + + # Diya "I'm sad we're too big for playgrounds now. They should make playgrounds for teens and adults." + Diya "Eu fico triste que nós somos grandes demais para parquinhos agora. Deveriam fazer parquinhos para adolescentes e adultos." + +# game/3_min.rpy:770 +translate brazilian_portuguese lookPlayground_12c9a2b4: + + # Min "Yeah, all the scenarios we'd come up with while playing pretend were so fun!" + Min "É, todos os cenários que nós inventávamos quando brincávamos eram muito divertidos!" + +# game/3_min.rpy:773 +translate brazilian_portuguese lookPlayground_2f9e580d: + + # Diya "My favorite was the one where we pretended we were runaways starting our own clan." + Diya "O meu favorito era o que a gente fingia que éramos fugitivas e começávamos nosso próprio clã." + +# game/3_min.rpy:774 +translate brazilian_portuguese lookPlayground_01d5d020: + + # Diya "That one was so popular, some of the kids joining in weren't even our friends." + Diya "Aquele era tão popular, algumas crianças que nem eram nossas amigas entraram junto." + +# game/3_min.rpy:776 +translate brazilian_portuguese lookPlayground_968bdc9b: + + # Min "Sucks that the teachers made us stop because everyone was digging huge holes in the ground and making stuff out of mud." + Min "É um saco que os professores nos forçaram a parar porque todos estavam cavando buracos gigantes no chão e criando coisas de lama." + +# game/3_min.rpy:779 +translate brazilian_portuguese lookPlayground_cbad1927: + + # Diya "Was that why? I thought it was because it got too big." + Diya "Foi por isso? Eu pensei que era porque ficou muita gente." + +# game/3_min.rpy:781 +translate brazilian_portuguese lookPlayground_e7f10277: + + # Diya "I remember like, thirty of us were doing it." + Diya "Eu me lembro de tipo, trinta de nós brincando disso." + +# game/3_min.rpy:783 +translate brazilian_portuguese lookPlayground_e0bd12c9: + + # Min "Maybe it was a combination of both? I dunno." + Min "Talvez foi uma combinação dos dois? Não sei." + +# game/3_min.rpy:786 +translate brazilian_portuguese lookPlayground_a5efd930: + + # Diya "I didn't even dig anything. My house was just a bunch of pine needles I arranged in a circle shape." + Diya "Eu nunca nem cavei nada. Minha casa era um monte de agulhas de pinheiros que eu arrumei em forma de círculo." + +# game/3_min.rpy:788 +translate brazilian_portuguese lookPlayground_a8b5db4e: + + # Min "You mean OUR house? We were married." + Min "Você quis dizer NOSSA casa? Nós estávamos casadas." + +# game/3_min.rpy:789 +translate brazilian_portuguese lookPlayground_bb13ee02: + + # Min "In the pretend world, I mean." + Min "No mundo de brincadeira, quero dizer." + +# game/3_min.rpy:792 +translate brazilian_portuguese lookPlayground_5569b316: + + # Diya "?????" + Diya "?????" + +# game/3_min.rpy:793 +translate brazilian_portuguese lookPlayground_c73ef23f: + + # Diya "We were?" + Diya "Estávamos?" + +# game/3_min.rpy:795 +translate brazilian_portuguese lookPlayground_b5877694: + + # Min "I saved you from being kidnapped by bandits and I made you marry me as a reward." + Min "Eu te salvei de ser sequestrada por bandidos e te fiz casar comigo como recompensa." + +# game/3_min.rpy:798 +translate brazilian_portuguese lookPlayground_5c0ccd0e: + + # Diya "You did the exact same thing as the bandits then." with sshake + Diya "Você fez o mesmo que os bandidos então." with sshake + +# game/3_min.rpy:800 +translate brazilian_portuguese lookPlayground_9edbec9c: + + # Min "No, I didn't! The bandits wanted you for bad reasons, but I wanted you for nice reasons ONLY." with sshake + Min "Não, não foi isso! Os bandidos te queriam por razões ruins, eu te queria APENAS por razões boas." with sshake + +# game/3_min.rpy:801 +translate brazilian_portuguese lookPlayground_dc82f841: + + # Min "And didn't you say this game was your favorite? You must've liked it." + Min "E você não disse que esse era seu jogo favorito? Você deve ter gostado." + +# game/3_min.rpy:804 +translate brazilian_portuguese lookPlayground_1612cdcc: + + # Diya "..............." + Diya "..............." + +# game/3_min.rpy:805 +translate brazilian_portuguese lookPlayground_f7d32d48: + + # "Realizing that Min's right, Diya is so embarrassed that she doesn't respond." + "Percebendo que a Min está certa, Diya fica tão envergonhada que não responde." + +# game/3_min.rpy:814 +translate brazilian_portuguese lookDog_90231585: + + # "Min scours the ground for rocks. Meanwhile, Diya is almost in tears watching a dog run in circles round the park." + "Min vasculha o chão por pedras. Enquanto isso, Diya está quase chorando vendo um cachorro correndo em círculos pelo parque." + +# game/3_min.rpy:816 +translate brazilian_portuguese lookDog_c8c0970c: + + # "Diya is almost in tears watching the dog run in circles round the park." + "Diya está quase chorando vendo um cachorro correndo em círculos pelo parque." + +# game/3_min.rpy:818 +translate brazilian_portuguese lookDog_68141d62: + + # Diya "He looks like a banana dipped in chocolate and he doesn't even know it." + Diya "Ele parece uma banana afundada no chocolate e ele nem sabe disso." + +# game/3_min.rpy:820 +translate brazilian_portuguese lookDog_51cc5aef: + + # Min "God, the way you think is so fucking cute..." + Min "Deus, o jeito que você pensa é fofo pra caralho..." + +# game/3_min.rpy:823 +translate brazilian_portuguese lookDog_67863566: + + # "The dog catches a frisbee with its mouth and brings it to its owner." + "O cachorro pega um frisbee com sua boca e o entrega a seu dono." + +# game/3_min.rpy:824 +translate brazilian_portuguese lookDog_94823f24: + + # NPC "Bucket! Good boy!" + NPC "Bolota! Bom garoto!" + +# game/3_min.rpy:826 +translate brazilian_portuguese lookDog_d1d0e51a: + + # Diya "Bucket..." + Diya "Bolota..." + +# game/3_min.rpy:828 +translate brazilian_portuguese lookDog_dca53baa: + + # Min "Want me to ask if we can pet it?" + Min "Quer que eu pergunte se podemos dar carinho?" + +# game/3_min.rpy:831 +translate brazilian_portuguese lookDog_167b0ab8: + + # Diya "No, I think I can do it. Thanks." + Diya "Não, acho que eu consigo. Obrigado." + +# game/3_min.rpy:833 +translate brazilian_portuguese lookDog_2ab8852d: + + # Min "Oh, sure. Go for it!" + Min "Ah, ok. Vai lá!" + +# game/3_min.rpy:835 +translate brazilian_portuguese lookDog_129a989a: + + # Min "Don't worry, I'll take over if they don't let you pet it." + Min "Não se preocupa, eu assumo se ele não deixar." + +# game/3_min.rpy:838 +translate brazilian_portuguese lookDog_22539d23: + + # "Diya nods and hesitantly approaches the dog's owner." + "Diya acena e hesitantemente se aproxima do dono do cachorro." + +# game/3_min.rpy:839 +translate brazilian_portuguese lookDog_5d787a52: + + # "She stands about a foot behind him, unnoticed." + "Ela está cerca de um pé atrás dele, sem ser notada." + +# game/3_min.rpy:841 +translate brazilian_portuguese lookDog_74a1a48c: + + # Diya "...." + Diya "...." + +# game/3_min.rpy:842 +translate brazilian_portuguese lookDog_d11361e6: + + # Diya "........." + Diya "........." + +# game/3_min.rpy:844 +translate brazilian_portuguese lookDog_142cedcc: + + # MinT "She must be psyching herself up to do it." + MinT "Ela deve estar se preparando para perguntar a ele." + +# game/3_min.rpy:847 +translate brazilian_portuguese lookDog_6e8840cd: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:848 +translate brazilian_portuguese lookDog_73c5644b: + + # Diya "....................." + Diya "....................." + +# game/3_min.rpy:849 +translate brazilian_portuguese lookDog_18e2faae: + + # Diya "Can I pet your dog?" + Diya "Posso fazer carinho no seu cachorro?" + +# game/3_min.rpy:851 +translate brazilian_portuguese lookDog_71c831ed: + + # NPC "Wugh!" with sshake + NPC "Wugh!" with sshake + +# game/3_min.rpy:852 +translate brazilian_portuguese lookDog_e934c1c9: + + # NPC "You scared me!" + NPC "Você me assustou!" + +# game/3_min.rpy:853 +translate brazilian_portuguese lookDog_af9990e7: + + # NPC "Sure, you can pet him." + NPC "Claro, pode dar carinho nele." + +# game/3_min.rpy:855 +translate brazilian_portuguese lookDog_c94a2d0d: + + # "Bucket happily rolls over on his back, exposing his belly." + "Bolota tranquilamente se deita de costas, expondo sua barriga." + +# game/3_min.rpy:857 +translate brazilian_portuguese lookDog_cfdf7c17: + + # Diya "!!!!!" with sshake + Diya "!!!!!" with sshake + +# game/3_min.rpy:858 +translate brazilian_portuguese lookDog_ace278a0: + + # "Diya gives the dog a hearty belly rub as he blissfully writhes around in the grass." + "Diya dá um carinho amoroso na barriga do cachorro, e ele se contorce alegremente na grama." + +# game/3_min.rpy:861 +translate brazilian_portuguese lookDog_c244f93a: + + # Diya "{font=korean.ttf}자기야.{/font} " + Diya "{font=korean.ttf}자기야.{/font} " + +# game/3_min.rpy:863 +translate brazilian_portuguese lookDog_212e2c22: + + # Diya "Do you wanna pet it too." + Diya "Você quer dar carinho também." + +# game/3_min.rpy:865 +translate brazilian_portuguese lookDog_2b73b2b5: + + # MinT "She's talking to me!" + MinT "Ela está falando comigo!" + +# game/3_min.rpy:869 +translate brazilian_portuguese lookDog_f6e76337: + + # "Min rubs the dog's belly with both hands. His rough fur is a little smelly." + "Min acaricia a barriga do cachorro com ambas as mãos. O pelo áspero dele é um pouco fedido." + +# game/3_min.rpy:870 +translate brazilian_portuguese lookDog_f9baa254: + + # "When she stops, the dog looks up at her expectantly." + "Quando ela para, o cachorro olha para ela com expectativa." + +# game/3_min.rpy:872 +translate brazilian_portuguese lookDog_25d2f904: + + # Diya "He's asking for more." + Diya "Ele está pedindo por mais." + +# game/3_min.rpy:874 +translate brazilian_portuguese lookDog_d4166857: + + # Min "You're still petting him, too! He really wants a whole crew massaging him at once?" + Min "Mas você ainda está dando carinho nele. Ele quer toda uma trupe massageando ele de uma vez só?" + +# game/3_min.rpy:878 +translate brazilian_portuguese lookDog_bcd2afde: + + # Min "It's okay. I'm happy just watching you." + Min "Não precisa. Fico feliz em só ver você fazer." + +# game/3_min.rpy:880 +translate brazilian_portuguese lookDog_7ef784a5: + + # "Diya keeps rubbing Bucket's belly with both hands, but he keeps looking up at Min expectantly." + "Diya continua dando carinho na barriga de Bolota com as duas mãos, mas ele continua olhando para Min com expectativa." + +# game/3_min.rpy:882 +translate brazilian_portuguese lookDog_c28f951a: + + # Diya "He's asking you to join." + Diya "Ele está pedindo para você se juntar." + +# game/3_min.rpy:884 +translate brazilian_portuguese lookDog_493641b9: + + # Min "You're already petting him! He really wants a whole crew massaging him at once?" + Min "Mas você já está dando carinho nele. Ele quer toda uma trupe massageando ele de uma vez só?" + +# game/3_min.rpy:888 +translate brazilian_portuguese lookDog_5b10a15b: + + # "After a solid five minutes, Bucket still hasn't had enough pets." + "Depois de completos cinco minutos, Bolota ainda quer mais carinho." + +# game/3_min.rpy:889 +translate brazilian_portuguese lookDog_a5b1b65c: + + # NPC "It's okay, you can stop...I don't wanna keep you guys all day..." + NPC "Tudo bem, você pode parar...Não quero parar vocês o dia todo..." + +# game/3_min.rpy:891 +translate brazilian_portuguese lookDog_28c59322: + + # Diya "Oh, okay. Thanks." + Diya "Oh, okay. Obrigado." + +# game/3_min.rpy:894 +translate brazilian_portuguese lookDog_23f01675: + + # Min "Wait, have you seen any huge rocks around here?" + Min "Espera, você viu alguma pedra grande por aqui?" + +# game/3_min.rpy:896 +translate brazilian_portuguese lookDog_05fed681: + + # NPC "Uh...How about the one over there?" + NPC "Uh...Tipo aquelas que estão ali?" + +# game/3_min.rpy:897 +translate brazilian_portuguese lookDog_022c559d: + + # "He points at a slab of rock lying in the dirt." + "Ele aponta para uma pedra caída no chão." + +# game/3_min.rpy:899 +translate brazilian_portuguese lookDog_37af7df1: + + # Min "Yeah, perfect!" with sshake + Min "Isso, perfeito!" with sshake + +# game/3_min.rpy:901 +translate brazilian_portuguese lookDog_e7859f4d: + + # Min "Now we just need to find a rock for me, too." + Min "Agora só precisamos achar uma pedra para mim também." + +# game/3_min.rpy:904 +translate brazilian_portuguese lookDog_13b767b1: + + # Diya "This one's for me?" + Diya "Essa é para mim?" + +# game/3_min.rpy:906 +translate brazilian_portuguese lookDog_c98a4a9b: + + # Min "This one's for you." + Min "Essa é para você." + +# game/3_min.rpy:912 +translate brazilian_portuguese lookDog_c7e26434: + + # "Min squeezes Diya's hand as the guy walks off with his dog." + "Min aperta a mão de Diya enquanto o cara sai andando com seu cachorro." + +# game/3_min.rpy:914 +translate brazilian_portuguese lookDog_8b4db3d2: + + # Min "You did good talking to that guy!" + Min "Você foi boa em falar com aquele cara!" + +# game/3_min.rpy:923 +translate brazilian_portuguese lookDog_e90f77f4: + + # Diya "I'm trying to get better at it." + Diya "Estou tentando melhorar." + +# game/3_min.rpy:925 +translate brazilian_portuguese lookDog_a48cf38f: + + # Diya "Used to think I was just awkward because of my ear, but I think I partially picked it up from my mom." + Diya "Eu pensava que eu era esquisita só por causa da minha orelha, mas acho que parcialmente peguei isso da minha mãe." + +# game/3_min.rpy:926 +translate brazilian_portuguese lookDog_8397f695: + + # Diya "She's old and still scared of answering the phone and talking to strangers." + Diya "Ela é velha e ainda tem medo de atender o telefone e falar com estranhos." + +# game/3_min.rpy:927 +translate brazilian_portuguese lookDog_fabb8b25: + + # Diya "I wanna be different." + Diya "Eu quero ser diferente." + +# game/3_min.rpy:929 +translate brazilian_portuguese lookDog_7cf22a3e: + + # Min "Oh, I get that feeling. I don't want to be like my dad, no matter what." + Min "Ah, eu entendo isso. Eu não quero ser igual meu pai, de jeito algum." + +# game/3_min.rpy:930 +translate brazilian_portuguese lookDog_abf36819: + + # Min "That's why I'll never have kids. I'd never wanna do the things he did to me, to someone else." + Min "E por isso que eu nunca vou ter filhos. Não quero fazer as coisas que ele fez comigo, a outra pessoa." + +# game/3_min.rpy:933 +translate brazilian_portuguese lookDog_98ffeab0: + + # Diya "You wouldn't be like him. You're not a bad person." + Diya "Você não seria como ele. Você não é uma pessoa ruim." + +# game/3_min.rpy:935 +translate brazilian_portuguese lookDog_0f877d1f: + + # MinT "But I'm worried it's easy to do it by accident..." + MinT "Mas eu fico preocupada com quão fácil seria fazer isso sem querer..." + +# game/3_min.rpy:940 +translate brazilian_portuguese lookDog_d67389fe: + + # "Min scours the ground for rocks. Meanwhile, Diya watches the dog running around." + "Min vasculha o chão por pedras. Enquanto isso, Diya está vendo o cachorro correr por aí." + +# game/3_min.rpy:943 +translate brazilian_portuguese lookDog_dd0251b7: + + # MinT "I don't see any more rocks around here." + MinT "Não vejo mais pedras por aqui." + +# game/3_min.rpy:944 +translate brazilian_portuguese lookDog_423c1cc3: + + # MinT "We should look somewhere else." + MinT "Deveríamos procurar em outro lugar." + +# game/3_min.rpy:948 +translate brazilian_portuguese lookDog_c67fded3: + + # Diya "If I were in charge of naming that dog, I'd name him \"Banana Dipped in Chocolate\"." + Diya "Se fosse responsabilidade minha dar nome para esse cachorro, eu daria a ele o nome de \"Banana Afundada no Chocolate\"." + +# game/3_min.rpy:950 +translate brazilian_portuguese lookDog_b29da34a: + + # Min "That's way too long!" + Min "Esse nome é muito longo!" + +# game/3_min.rpy:953 +translate brazilian_portuguese lookDog_93ea0b1c: + + # Diya "His first name can be Banana. Middle name Diptin, last name Chocolate." + Diya "O primeiro nome dele pode ser Banana. Nome do meio Fundadano, sobrenome Chocolate." + +# game/3_min.rpy:955 +translate brazilian_portuguese lookDog_c78dcf9c: + + # Min "That's still the exact same length!" with sshake + Min "Mas continua sendo longo!" with sshake + +# game/3_min.rpy:960 +translate brazilian_portuguese lookDog_3c9fef1f: + + # "There's a decently big slab lying in the dirt." + "Tem uma pedra decentemente grande parada na terra." + +# game/3_min.rpy:963 +translate brazilian_portuguese lookDog_3adcd0c5: + + # Min "We both have rocks now!" + Min "Agora nós duas temos pedras!" + +# game/3_min.rpy:964 +translate brazilian_portuguese lookDog_5a8baaa8: + + # Min "Let's go throw them at the tree stump!" + Min "Vamos jogar elas naquele toco de árvore!" + +# game/3_min.rpy:967 +translate brazilian_portuguese lookDog_fd841d5d: + + # Diya "Okay." + Diya "Okay." + +# game/3_min.rpy:972 +translate brazilian_portuguese lookDog_560734c3: + + # Min "This rock'll work!" with sshake + Min "Essa pedra vai funcionar!" with sshake + +# game/3_min.rpy:973 +translate brazilian_portuguese lookDog_0a69a111: + + # Min "Now we just need to find one for me, too." + Min "Agora só precisamos achar uma para mim, também." + +# game/3_min.rpy:976 +translate brazilian_portuguese lookDog_13b767b1_1: + + # Diya "This one's for me?" + Diya "Essa é para mim?" + +# game/3_min.rpy:978 +translate brazilian_portuguese lookDog_c98a4a9b_1: + + # Min "This one's for you." + Min "Essa é para você." + +# game/3_min.rpy:984 +translate brazilian_portuguese lookTreeStump_69d82d93: + + # "It's a dead husk of a tree stump." + "É uma casca morta de um tronco de árvore." + +# game/3_min.rpy:987 +translate brazilian_portuguese lookTreeStump_61bddd31: + + # Min "Diya! Let's throw rocks at this tree stump!!!" with sshake + Min "Diya! Vamos jogar pedras nesse toco de árvore!!!" with sshake + +# game/3_min.rpy:988 +translate brazilian_portuguese lookTreeStump_130f41b7: + + # Min "I bet we can knock the bark off of it!!!" with sshake + Min "Eu aposto que nós conseguimos tirar a casca dele!" with sshake + +# game/3_min.rpy:991 +translate brazilian_portuguese lookTreeStump_712cbc7c: + + # Diya "Okay." with sshake + Diya "Okay." with sshake + +# game/3_min.rpy:992 +translate brazilian_portuguese lookTreeStump_f2fc0b3b: + + # "They survey the ground for rocks to throw, but there's only dirt and twigs." + "Elas procuram no chão por pedras para jogar, mas só acham terra e gravetos." + +# game/3_min.rpy:994 +translate brazilian_portuguese lookTreeStump_5ded775b: + + # Min "We should look around for big rocks." + Min "Vamos procurar por umas pedras grandes." + +# game/3_min.rpy:997 +translate brazilian_portuguese lookTreeStump_9f9f901b: + + # Diya "Good idea." + Diya "Boa ideia." + +# game/3_min.rpy:1001 +translate brazilian_portuguese lookTreeStump_69d82d93_1: + + # "It's a dead husk of a tree stump." + "É uma casca morta de um tronco de árvore." + +# game/3_min.rpy:1004 +translate brazilian_portuguese lookTreeStump_d4bc595f: + + # MinT "We don't have enough rocks to throw at this yet." + MinT "Não temos pedras o suficiente para jogar no toco atualmente." + +# game/3_min.rpy:1005 +translate brazilian_portuguese lookTreeStump_69ff2e48: + + # MinT "Diya and I each need one, otherwise it's not fair." + MinT "Diya e eu precisamos de uma, caso contrário não seria justo." + +# game/3_min.rpy:1007 +translate brazilian_portuguese lookTreeStump_ab6ae0ab: + + # MinT "We still need to find some big rocks to throw at it." + MinT "Ainda precisamos achar umas pedras grandes para jogar no toco." + +# game/3_min.rpy:1018 +translate brazilian_portuguese lookTable_0cd56851: + + # "Ester is seated at the bench, fiddling with a camcorder." + "Ester está sentada em um banco, mexendo numa câmera de vídeo." + +# game/3_min.rpy:1020 +translate brazilian_portuguese lookTable_c759473b: + + # Min "Oh, you're here too?" + Min "Ah, você está aqui também?" + +# game/3_min.rpy:1023 +translate brazilian_portuguese lookTable_7e69aa21: + + # Ester "Yeah, I'm being the cameraman." + Ester "É, vou ser a cameraman." + +# game/3_min.rpy:1024 +translate brazilian_portuguese lookTable_aabb031a: + + # Ester "Akarsha kept insisting I'd be good at it 'cause I'm \"artsy\", so..." + Ester "Akarsha continuou insistindo que eu seria boa nisso porque sou \"artística\", então..." + +# game/3_min.rpy:1027 +translate brazilian_portuguese lookTable_001fa505: + + # MinT "Did she do something to her hair? It looks way different than usual." + MinT "Ela fez algo com o cabelo? Parece diferente do normal." + +# game/3_min.rpy:1028 +translate brazilian_portuguese lookTable_34cefbad: + + # Min "Wow, your hair's so flat today." + Min "Uau, seu cabelo tá tão liso hoje." + +# game/3_min.rpy:1031 +translate brazilian_portuguese lookTable_8315b0a3: + + # Ester "........Thanks...???" + Ester "........Obrigada...???" + +# game/3_min.rpy:1033 +translate brazilian_portuguese lookTable_4e211978: + + # "Ester gives her a weird look." + "Ester dá um olhar estranho a ela." + +# game/3_min.rpy:1035 +translate brazilian_portuguese lookTable_0214b30b: + + # "Meanwhile, Diya searches the ground for big rocks." + "Enquanto isso, Diya procura por pedras grandes no chão." + +# game/3_min.rpy:1039 +translate brazilian_portuguese lookTable_96414982: + + # "Ester raises her eyebrows as Diya and Min search the ground for big rocks." + "Ester levanta as sobrancelhas ao ver Diya e Min procurarem por pedras grandes no chão." + +# game/3_min.rpy:1042 +translate brazilian_portuguese lookTable_449bce92: + + # MinT "Ester's playing with the camcorder settings." + MinT "Ester está brincando com as configurações da câmera." + +# game/3_min.rpy:1048 +translate brazilian_portuguese lookTable_a5bd083b: + + # Ester "What're you doing?" + Ester "O que vocês estão fazendo?" + +# game/3_min.rpy:1050 +translate brazilian_portuguese lookTable_4d5817e5: + + # Diya "Looking for rocks." + Diya "Procurando por pedras." + +# game/3_min.rpy:1052 +translate brazilian_portuguese lookTable_4f0927d2: + + # Diya "Have you seen any." + Diya "Você viu alguma." + +# game/3_min.rpy:1054 +translate brazilian_portuguese lookTable_238a6418: + + # Ester "There's a pretty big one over there." + Ester "Tem uma bem grande ali." + +# game/3_min.rpy:1055 +translate brazilian_portuguese lookTable_efe28e22: + + # "Ester points to a large stone on the ground." + "Ester aponta para uma pedra grande no chão." + +# game/3_min.rpy:1057 +translate brazilian_portuguese lookTable_1c63452a: + + # Diya "!!!" + Diya "!!!" + +# game/3_min.rpy:1059 +translate brazilian_portuguese lookTable_46384388: + + # Diya "Thanks." + Diya "Obrigada." + +# game/3_min.rpy:1062 +translate brazilian_portuguese lookTable_ac7a7501: + + # Min "This one's as big as my fist!!!" with sshake + Min "Essa é tão grande quanto meu punho!!!" with sshake + +# game/3_min.rpy:1063 +translate brazilian_portuguese lookTable_bbf09ab7: + + # Min "Yeah, this'll work!" + Min "É, essa vai funcionar!" + +# game/3_min.rpy:1066 +translate brazilian_portuguese lookTable_45295c61: + + # Ester "Work for what...??" + Ester "Funcionar para quê...??" + +# game/3_min.rpy:1088 +translate brazilian_portuguese throwRocks_ec7c0a35: + + # Min "YAAAAAAAAAAA!!!!!!" with sshake + Min "YAAAAAAAAAAA!!!!!!" with sshake + +# game/3_min.rpy:1090 +translate brazilian_portuguese throwRocks_66fbc48e: + + # "Min hurls a rock at the dead stump!" + "Min arremessa a pedra no toco!" + +# game/3_min.rpy:1096 +translate brazilian_portuguese throwRocks_c1756dad: + + # "It hits it with a {i}thwack{/i}, causing a small piece of dry bark to fly off." + "A pedra bate com um {i}thwack{/i}, fazendo um pedaço de casca seca sair voando." + +# game/3_min.rpy:1098 +translate brazilian_portuguese throwRocks_17e6d0f5: + + # Diya "!!" with sshake + Diya "!!" with sshake + +# game/3_min.rpy:1100 +translate brazilian_portuguese throwRocks_fce94912: + + # Diya "Cool." + Diya "Legal." + +# game/3_min.rpy:1102 +translate brazilian_portuguese throwRocks_94e6279b: + + # MinT "Yeah...She's so impressed by me!" + MinT "Isso...Ela está tão impressionada comigo!" + +# game/3_min.rpy:1103 +translate brazilian_portuguese throwRocks_7442e1da: + + # MinT "I bet she wants to kiss me so bad." + MinT "Aposto que ela quer muito me beijar." + +# game/3_min.rpy:1105 +translate brazilian_portuguese throwRocks_8aa1189f: + + # "Diya follows Min's lead and fires a rock at the stump!" + "Diya acompanha Min e arremessa a uma pedra no toco!" + +# game/3_min.rpy:1111 +translate brazilian_portuguese throwRocks_8e170b09: + + # "It slams into the stump so hard, its top half explodes in a shower of bark shards." + "Ela bate tão forte no toco, que a metade superior explode em pedaços de casca." + +# game/3_min.rpy:1114 +translate brazilian_portuguese throwRocks_60adc3e5: + + # Min "WHOA!!!!!" with sshake + Min "UAU!!!!!" with sshake + +# game/3_min.rpy:1115 +translate brazilian_portuguese throwRocks_88c49064: + + # Min "THAT WAS SO BADASS!" with sshake + Min "ISSO FOI TÃO FODA!" with sshake + +# game/3_min.rpy:1118 +translate brazilian_portuguese throwRocks_46384388: + + # Diya "Thanks." + Diya "Valeu." + +# game/3_min.rpy:1121 +translate brazilian_portuguese throwRocks_6eee7108: + + # MinT "She's the most perfect girl in the world!" with sshake + MinT "Ela é a garota mais perfeita no mundo!" with sshake + +# game/3_min.rpy:1124 +translate brazilian_portuguese throwRocks_99546783: + + # "Min has to hold herself back from grabbing Diya and kissing her senseless." + "Min tem que se segurar para não agarrar Diya e a beijar sem parar." + +# game/3_min.rpy:1126 +translate brazilian_portuguese throwRocks_55cd44bb: + + # Min "I wish we didn't have to hide that we're dating." + Min "Eu queria que não tivéssemos que esconder que estamos namorando." + +# game/3_min.rpy:1127 +translate brazilian_portuguese throwRocks_aa0ff165: + + # Min "I get why we have to. But I wish I could just shout it from the mountaintops, that you're my girlfriend." + Min "Eu entendo porque fazemos. Mas queria que eu pudesse só gritar que você é minha namorada de um topo de uma montanha." + +# game/3_min.rpy:1130 +translate brazilian_portuguese throwRocks_79927a97: + + # Diya "It's still true even if you can't say it." + Diya "Ainda é verdade mesmo que você não possa dizer." + +# game/3_min.rpy:1132 +translate brazilian_portuguese throwRocks_0155f964: + + # Min "But it'd be nice to say it so everyone knows." + Min "Mas seria legal falar para que todos soubessem." + +# game/3_min.rpy:1135 +translate brazilian_portuguese throwRocks_46b53d09: + + # Diya "Yeah...I know what you mean." + Diya "É...Eu entendo o que você quer dizer." + +# game/3_min.rpy:1137 +translate brazilian_portuguese throwRocks_3166228c: + + # Diya "I wish we could go on more dates. I want to go everywhere with you." + Diya "Eu queria que nós pudéssemos ir em mais encontros. Eu quero ir a todo lugar com você." + +# game/3_min.rpy:1138 +translate brazilian_portuguese throwRocks_716cdb21: + + # Diya "The aquarium, PetSmart...Home Depot lights section...Airplane..." + Diya "O aquário, a Petsmart...A seção de luzes do Home Depot...um avião..." + +# game/3_min.rpy:1140 +translate brazilian_portuguese throwRocks_74888653: + + # Min "Airplane?? Why, do you like flying?" + Min "Avião?? Por que, você gosta de voar?" + +# game/3_min.rpy:1143 +translate brazilian_portuguese throwRocks_3d67dcd5: + + # Diya "Not really. I like looking out the window and eating the pretzel packet." + Diya "Não na verdade. Eu gosto de olhar pela janela e comer o pacote de pretzels." + +# game/3_min.rpy:1144 +translate brazilian_portuguese throwRocks_00a8bda1: + + # Diya "And Southwest gives you a little stirrer with your drink that's shaped like a heart. But that's it." + Diya "E a Southwest dá um agitador de bebidas em formato de coração. Mas é só isso." + +# game/3_min.rpy:1146 +translate brazilian_portuguese throwRocks_0e22d11e: + + # Diya "We haven't done it together before though, so I think it'd be fun." + Diya "Mas a gente nunca fez isso junto, então acho que vai divertido." + +# game/3_min.rpy:1147 +translate brazilian_portuguese throwRocks_83222f81: + + # Diya "I wanna see how you react to it." + Diya "Eu quero ver como você reagiria a isso." + +# game/3_min.rpy:1149 +translate brazilian_portuguese throwRocks_57d4c7d6: + + # Min "Me, too. I want to see your face when they give you the heart-shaped stirrer thing." + Min "Eu também. Eu quero ver sua cara quando eles dão a coisinha de agitar bebidas em formato de coração." + +# game/3_min.rpy:1151 +translate brazilian_portuguese throwRocks_0649bd1b: + + # Diya "We should each ask for a different free beverage and share, so I get to try two drinks instead of just one." + Diya "A gente deveria cada uma pedir uma bebida grátis e dividir, aí eu consigo duas bebidas em vez de uma." + +# game/3_min.rpy:1153 +translate brazilian_portuguese throwRocks_61fe04ac: + + # "Imagining it makes Min's heart feel like it's going to explode." + "Imaginar isso faz o coração de Min se sentir como se ele fosse explodir." + +# game/3_min.rpy:1154 +translate brazilian_portuguese throwRocks_1bff94ee: + + # "Forgetting her surroundings, Min surges forward to kiss her just as Diya does the same, causing their mouths to crash together unexpectedly hard." + "Esquecendo seus arredores, Min se joga para frente para beijar Diya, que faz o mesmo, fazendo suas bocas se baterem inesperadamente forte." + +# game/3_min.rpy:1156 +translate brazilian_portuguese throwRocks_c2ed57d6: + + # Min "Ough!" with sshake + Min "Ough!" with sshake + +# game/3_min.rpy:1159 +translate brazilian_portuguese throwRocks_e5ea3ecd: + + # Diya "Sorry. Got too excited." + Diya "Desculpa. Fiquei empolgada demais." + +# game/3_min.rpy:1161 +translate brazilian_portuguese throwRocks_096b1014: + + # Min "That was the worst kiss ever." + Min "Esse foi o pior beijo de todos." + +# game/3_min.rpy:1164 +translate brazilian_portuguese throwRocks_878addcb: + + # Diya "Let's redo it." + Diya "Vamos refazer." + +# game/3_min.rpy:1166 +translate brazilian_portuguese throwRocks_d64bbec5: + + # Min "Wait, won't people see us?" + Min "Espera, as pessoas não vão nos ver?" + +# game/3_min.rpy:1169 +translate brazilian_portuguese throwRocks_4dec9333: + + # Diya "Oops. I forgot." + Diya "Oops. Esqueci." + +# game/3_min.rpy:1170 +translate brazilian_portuguese throwRocks_337a739e: + + # Diya "Maybe we should lie down in the grass." + Diya "Talvez a gente deveria deitar na grama." + +# game/3_min.rpy:1172 +translate brazilian_portuguese throwRocks_27016a3a: + + # Min "Huh? Why?" + Min "Huh? Por quê?" + +# game/3_min.rpy:1175 +translate brazilian_portuguese throwRocks_c8233d6f: + + # Diya "That way, it'll look like we're just wrestling." + Diya "Desse jeito, vai parecer que estamos só lutando." + +# game/3_min.rpy:1180 +translate brazilian_portuguese throwRocks_74c55366: + + # "Diya lies down, and Min gets on top of her and starts making out with her. It doesn't look anything like wrestling." + "Diya se deita, e Min sobe em cima dela e elas começam a se pegar. Não parece nada com uma luta." + +# game/3_min.rpy:1184 +translate brazilian_portuguese throwRocks_95df8240: + + # "Diya clutches at Min's back as Min presses kiss after kiss to her lips." + "Diya se agarra nas costas de Min enquanto Min beija incansavelmente seus lábios." + +# game/3_min.rpy:1186 +translate brazilian_portuguese throwRocks_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/3_min.rpy:1189 +translate brazilian_portuguese throwRocks_aebb3501: + + # Min "You're so cute. Do you know that?" + Min "Você é tão fofa. Você sabia disso?" + +# game/3_min.rpy:1192 +translate brazilian_portuguese throwRocks_d9fba49c: + + # Diya "Maybe a little..." + Diya "Talvez um pouco..." + +# game/3_min.rpy:1199 +translate brazilian_portuguese throwRocks_91a04faf: + + # "Diya goes still underneath her, suddenly looking uncomfortable." + "Diya fica imóvel embaixo dela, de repente parecendo desconfortável." + +# game/3_min.rpy:1201 +translate brazilian_portuguese throwRocks_68f8e2f6: + + # Min "What's wrong?" + Min "O que houve?" + +# game/3_min.rpy:1204 +translate brazilian_portuguese throwRocks_758cad04: + + # Diya "A bug crawled under my shirt." + Diya "Um inseto entrou de baixo da minha camisa." + +# game/3_min.rpy:1208 +translate brazilian_portuguese throwRocks_12adc847: + + # "Diya sits up and unsuccessfully gropes around under her hoodie for the bug." + "Diya se senta e sem sucesso remexe de baixo de seu moletom procurando pelo inseto." + +# game/3_min.rpy:1211 +translate brazilian_portuguese throwRocks_397554da: + + # "Every neuron in Min's brain misfires as Diya hikes her hoodie all the way up over her bra, exposing her bare torso." + "Todo neurônio do cérebro de Min frita quando Diya levanta seu moletom até seu sutiã, mostrando todo seu torso nu." + +# game/3_min.rpy:1214 +translate brazilian_portuguese throwRocks_ae66778d: + + # MinT "Oohhhhhh........" + MinT "Oohhhhhh........" + +# game/3_min.rpy:1215 +translate brazilian_portuguese throwRocks_ea3cad4b: + + # MinT "I'm looking respectfully...I'm looking respectfully..." + MinT "Estou olhando respeitosamente...Estou olhando respeitosamente..." + +# game/3_min.rpy:1218 +translate brazilian_portuguese throwRocks_caa5d9ae: + + # Diya "Don't know where it went..." + Diya "Não sei onde foi..." + +# game/3_min.rpy:1221 +translate brazilian_portuguese throwRocks_360bbf83: + + # "Min is so distracted that it takes her a few seconds to notice the bug crawling on Diya's chest." + "Min está tão distraída que demora alguns segundo até ela notar o inseto andando no peito de Diya." + +# game/3_min.rpy:1224 +translate brazilian_portuguese throwRocks_2f0a03e1: + + # Min "Oh, it's just a beetle. I got it." + Min "Ah, é só um besouro. Deixa comigo." + +# game/3_min.rpy:1227 +translate brazilian_portuguese throwRocks_4a22cc1c: + + # "She grabs hold of it just as Akarsha and Noelle come jogging up to them." + "Ela pega o inseto bem na hora que Akarsha e Noelle chegam nelas." + +# game/3_min.rpy:1233 +translate brazilian_portuguese throwRocks_df9c5e37: + + # Noelle "Everyone has arrived. We should get in costume now." + Noelle "Todos chegaram. Já está na hora de botarmos as fantasias." + +# game/3_min.rpy:1237 +translate brazilian_portuguese throwRocks_ec41a1b2: + + # Diya "...!!!" with sshake + Diya "...!!!" with sshake + +# game/3_min.rpy:1240 +translate brazilian_portuguese throwRocks_ebaddf5d: + + # "Diya frantically pulls her hoodie back on." with sshake + "Diya rapidamente puxa seu moletom para baixo." with sshake + +# game/3_min.rpy:1242 +translate brazilian_portuguese throwRocks_5194910a: + + # Akarsha "Uh...Whoa..." + Akarsha "Uh...Uau..." + +# game/3_min.rpy:1246 +translate brazilian_portuguese throwRocks_e18f38cc: + + # Min "I was just helping her, a bug crawled up her shirt." + Min "Eu estava só ajudando ela, um inseto entrou na blusa dela." + +# game/3_min.rpy:1249 +translate brazilian_portuguese throwRocks_e4ea5d5d: + + # Akarsha "...Where was it gonna crawl next? Down her pants??" + Akarsha "...Para onde que ele iria depois? Para de baixo das calças delas??" + +# game/3_min.rpy:1253 +translate brazilian_portuguese throwRocks_bc969ea4: + + # Min "What the fuck? That's not what was happening!" with sshake + Min "Mas que porra? Não era isso que estava acontecendo!" with sshake + +# game/3_min.rpy:1256 +translate brazilian_portuguese throwRocks_2745a350: + + # Min "Look, the bug's right here!" + Min "Olha, o inseto está ali!" + +# game/3_min.rpy:1258 +translate brazilian_portuguese throwRocks_b4d32823: + + # "Min raises her hand to show it to them, but it's gone." + "Min levanta sua mão para mostrar a elas, mas o inseto sumiu." + +# game/3_min.rpy:1260 +translate brazilian_portuguese throwRocks_93192951: + + # Noelle "............" + Noelle "............" + +# game/3_min.rpy:1262 +translate brazilian_portuguese throwRocks_605cc9e8: + + # Diya "It must've flown off." + Diya "Ele deve ter saído voando." + +# game/3_min.rpy:1264 +translate brazilian_portuguese throwRocks_511a36bc: + + # Akarsha "I mean, I'm not judging. If I had a ticket to Boobs City I know what I'd be doing too..." + Akarsha "Assim, não estou julgando. Se eu tivesse uma passagem para a Cidade dos Peitos, eu sei o que eu estaria fazendo também..." + +# game/3_min.rpy:1265 +translate brazilian_portuguese throwRocks_eeb683cf: + + # Akarsha "But literally HERE, in broad daylight? Really??" + Akarsha "Mas literalmente AQUI, na luz do dia? Sério??" + +# game/3_min.rpy:1270 +translate brazilian_portuguese throwRocks_5714678a: + + # Min "Oh, for fuck's sake! We literally weren't doing anything!" with sshake + Min "Ah, vai pra merda! A gente literalmente não estava fazendo nada!" with sshake + +# game/3_min.rpy:1274 +translate brazilian_portuguese throwRocks_6e69f18c: + + # "Diya's face is still flushed pink as they walk over to the others, hand in hand." + "O rosto de Diya ainda está corado enquanto elas andam na direção das outras, de mãos dadas." + +# game/3_min.rpy:1276 +translate brazilian_portuguese throwRocks_a9db357b_1: + + # Diya ".........." + Diya ".........." + +# game/3_min.rpy:1278 +translate brazilian_portuguese throwRocks_06cb1222: + + # Min "Hey, was she making you uncomfortable?" + Min "Ei, ela estava te deixando desconfortável?" + +# game/3_min.rpy:1279 +translate brazilian_portuguese throwRocks_ae579e84: + + # Min "I can make her stop." + Min "Eu posso fazer ela parar." + +# game/3_min.rpy:1282 +translate brazilian_portuguese throwRocks_7be70874: + + # Diya "...No, it's okay." + Diya "...Não, tá tudo bem." + +# game/3_min.rpy:1284 +translate brazilian_portuguese throwRocks_8a8a550e: + + # Diya "Thanks for asking. I feel pampered with you." + Diya "Obrigado por perguntar. Me sinto mimada com você." + +# game/3_min.rpy:1286 +translate brazilian_portuguese throwRocks_c8eb346b: + + # Min "Good, 'cause you deserve to be pampered." + Min "Que bom, porque você merece ser mimada." + +# game/3_min.rpy:1297 +translate brazilian_portuguese throwRocks_d7e84fd6: + + # "The group gathers around \"Sakura\" and \"Yuki\" as they haul a pile of clothes and props out of a duffel bag." + "O grupo se reúne ao redor de \"Sakura\" e \"Yuki\" enquanto elas tiram uma pilha de roupas e acessórios de uma bolsa." + +# game/3_min.rpy:1299 +translate brazilian_portuguese throwRocks_fcd3bdb4: + + # Sayeeda "Sorry we're late, I was turning my closet upside down trying to find everything." + Sayeeda "Desculpa por nós termos nos atrasado, estávamos revirando meu armário tentando achar tudo." + +# game/3_min.rpy:1300 +translate brazilian_portuguese throwRocks_52afa313: + + # Sayeeda "Any objections if I play music from my phone?" + Sayeeda "Alguém contra eu tocar música do meu celular?" + +# game/3_min.rpy:1302 +translate brazilian_portuguese throwRocks_0dd9615f: + + # Chryssa "Are you gonna play anime openings?" + Chryssa "Você vai tocar aberturas de anime?" + +# game/3_min.rpy:1304 +translate brazilian_portuguese throwRocks_b008e4fc: + + # Sayeeda ".........Maybe........." + Sayeeda ".........Talvez........." + +# game/3_min.rpy:1306 +translate brazilian_portuguese throwRocks_4e7dee9f: + + # Chryssa "Then yes." + Chryssa "Então sim." + +# game/3_min.rpy:1308 +translate brazilian_portuguese throwRocks_7c2e9979: + + # Grace "How about K-Pop?" + Grace "Que tal K-Pop?" + +# game/3_min.rpy:1309 +translate brazilian_portuguese throwRocks_9c66af13: + + # Grace "I just discovered this amazing group called Super Junior." + Grace "Eu acabei de descobrir esse grupo ótimo chamado Super Junior." + +# game/3_min.rpy:1311 +translate brazilian_portuguese throwRocks_76279548: + + # Chryssa "I don't know what that is. You can play ONE song." + Chryssa "Eu não sei o que é isso. Você pode tocar UMA música." + +# game/3_min.rpy:1313 +translate brazilian_portuguese throwRocks_5b85eb31: + + # Grace "Yosh!" + Grace "Beleza!" + +# game/3_min.rpy:1315 +translate brazilian_portuguese throwRocks_9705e1fb: + + # "She plays a song from her phone speakers and tries to untangle a Nerf gun from a coat belt." + "Ela toca a música do seu celular enquanto tenta desenrolar uma arma Nerf de um casaco." + +# game/3_min.rpy:1318 +translate brazilian_portuguese throwRocks_60243f2b: + + # NPC "{font=times.ttf}♫{/font} {font=korean.ttf}주변 사람들은 말해{/font} {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} {font=korean.ttf}주변 사람들은 말해{/font} {font=times.ttf}♫{/font}" + +# game/3_min.rpy:1320 +translate brazilian_portuguese throwRocks_caa70cc6: + + # NPC "{font=times.ttf}♫{/font} {font=korean.ttf}내가 너무 적극적{/font} {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} {font=korean.ttf}내가 너무 적극적{/font} {font=times.ttf}♫{/font}" + +# game/3_min.rpy:1323 +translate brazilian_portuguese throwRocks_cc159e1e: + + # Min "............" + Min "............" + +# game/3_min.rpy:1326 +translate brazilian_portuguese throwRocks_26a47e53: + + # Liz "Oh, this isn't so bad." + Liz "Ah, isso não é tão ruim." + +# game/3_min.rpy:1328 +translate brazilian_portuguese throwRocks_5daf043b: + + # Grace "Isn't it great? Korean guys are so much better than American guys." + Grace "Não é ótimo? Caras coreanos são tão melhores que caras americanos." + +# game/3_min.rpy:1330 +translate brazilian_portuguese throwRocks_5d8c72f6: + + # Chryssa "How so?" + Chryssa "Como?" + +# game/3_min.rpy:1332 +translate brazilian_portuguese throwRocks_c3287312: + + # Grace "They're all so beautiful and kind-hearted. Not smelly pervs like the guys here." + Grace "Eles são tão bonitos e gentis. Não os pervertidos fedidos que são os caras daqui." + +# game/3_min.rpy:1333 +translate brazilian_portuguese throwRocks_57afc8c0: + + # Grace "I need to find myself an Oppa..." + Grace "Eu preciso encontrar um Oppa para mim..." + +# game/3_min.rpy:1335 +translate brazilian_portuguese throwRocks_3f1e9fa1: + + # MinT "This is weird...Should I say something?" + MinT "Isso é esquisito...Será que eu devo falar algo?" + +# game/3_min.rpy:1337 +translate brazilian_portuguese throwRocks_8718e251: + + # MinT "I guess she doesn't mean any harm by it...She's trying to appreciate the culture." + MinT "Eu acho que ela não quer dizer nada ruim com isso...Ela só está tentando apreciar a cultura." + +# game/3_min.rpy:1344 +translate brazilian_portuguese throwRocks_ac4224b2: + + # Sayeeda "Here, Min, this trenchcoat's yours." + Sayeeda "Aqui, Min, esse sobretudo é seu." + +# game/3_min.rpy:1345 +translate brazilian_portuguese throwRocks_948a2913: + + # Sayeeda "It's my brother's Yoite costume. It's supposed to have a hat too, but I think he lost it." + Sayeeda "É a fantasia de Yoite do meu irmão. Era pra ter um chapéu também, mas acho que ele perdeu." + +# game/3_min.rpy:1348 +translate brazilian_portuguese throwRocks_6dd5c849: + + # Min "Yo-eeteh...? The fuck is that?" + Min "Yo-eeteh...? Que porra é essa?" + +# game/3_min.rpy:1350 +translate brazilian_portuguese throwRocks_d8f230a4: + + # Sayeeda "From the amazing series Nabari no Ou, duh." + Sayeeda "Da incrível série Nabari no Ou, dã." + +# game/3_min.rpy:1352 +translate brazilian_portuguese throwRocks_81b885ba: + + # Ester "Wait a minute...Is this all anime stuff?!" with sshake + Ester "Espera um minuto...Isso é tudo coisa de anime?!" with sshake + +# game/3_min.rpy:1354 +translate brazilian_portuguese throwRocks_6caf358d: + + # Sayeeda "I believe the correct term is \"cosplay\"." + Sayeeda "Eu acho que o termo correto é \"cosplay\"." + +# game/3_min.rpy:1357 +translate brazilian_portuguese throwRocks_6f5040a8: + + # Noelle "WHAT?!" with sshake + Noelle "O QUÊ?!" with sshake + +# game/3_min.rpy:1359 +translate brazilian_portuguese throwRocks_0f0c6e1f: + + # Noelle "Akarsha! I thought you meant normal costumes! Like Halloween costumes!!" with sshake + Noelle "Akarsha! Eu pensei que você quis dizer fantasias normais! Tipo fantasias de Halloween!!" with sshake + +# game/3_min.rpy:1361 +translate brazilian_portuguese throwRocks_be0fa6d3: + + # Akarsha "You didn't ask, so..." + Akarsha "Você não perguntou, então..." + +# game/3_min.rpy:1364 +translate brazilian_portuguese throwRocks_53ad4253: + + # Min "WHAT THE FUCK ARE YOU WEARING?" with sshake + Min "QUE PORRA QUE VOCÊ ESTÁ USANDO?" with sshake + +# game/3_min.rpy:1367 +translate brazilian_portuguese throwRocks_24503fca: + + # Akarsha "My baby wolf costume." + Akarsha "Minha fantasia de bebê lobo." + +# game/3_min.rpy:1371 +translate brazilian_portuguese throwRocks_3804130e: + + # Liz "How do I look?" + Liz "Como que eu estou?" + +# game/3_min.rpy:1373 +translate brazilian_portuguese throwRocks_1a8c451a: + + # Chryssa "Like someone wearing cat ears. Is this really gonna come across as \"wolf\"?" + Chryssa "Como alguém usando orelhas de gato. Isso realmente vai parecer um \"lobo\"?" + +# game/3_min.rpy:1375 +translate brazilian_portuguese throwRocks_bf56bd9b: + + # Akarsha "Yuki, this would've been more convincing if you had fursuits." + Akarsha "Yuki, isso teria sido mais convincente se você tivesse fursuits." + +# game/3_min.rpy:1377 +translate brazilian_portuguese throwRocks_c72a3300: + + # Grace "Fursuits are so expensive, though. I might become a doctor just to be able to afford them someday." + Grace "Mas fursuits são tão caros. Quem sabe um dia eu vire uma médica só para poder comprar eles." + +# game/3_min.rpy:1378 +translate brazilian_portuguese throwRocks_c6bfc638: + + # Grace "Also, you guys don't have to call me Yuki anymore." + Grace "Inclusive, vocês não precisam mais me chamar de Yuki." + +# game/3_min.rpy:1379 +translate brazilian_portuguese throwRocks_dfe6a1ea: + + # Grace "I realized a few days ago that going by a Japanese name in real life is kinda weird if you're not actually Japanese." + Grace "Percebi há alguns dias que usar um nome japonês na vida real é meio estranho se você não for realmente japonês." + +# game/3_min.rpy:1381 +translate brazilian_portuguese throwRocks_ef94a58f: + + # Sayeeda "Me too, actually. Even if we love anime, it's a bit much." + Sayeeda "Eu também, na verdade. Mesmo que nós amemos anime, é demais." + +# game/3_min.rpy:1383 +translate brazilian_portuguese throwRocks_642e3850: + + # Ester "It took you all the way til now to realize that...?" + Ester "Demorou tanto assim para vocês perceberem isso...?" + +# game/3_min.rpy:1385 +translate brazilian_portuguese throwRocks_8e99a7f3: + + # Chryssa "Well, better late than never. Thank god." + Chryssa "Bem, melhor tarde do que nunca. Graças a deus." + +# game/3_min.rpy:1387 +translate brazilian_portuguese throwRocks_59a9d51a: + + # Min "So what {i}are{/i} your names?" + Min "Então quais {i}são{/i} seus nomes?" + +# game/3_min.rpy:1392 +translate brazilian_portuguese throwRocks_2bf93e29: + + # Grace "Grace." + Grace "Grace." + +# game/3_min.rpy:1394 +translate brazilian_portuguese throwRocks_f2f448d6: + + # Min "Grace?! What the..." with sshake + Min "Grace?! Mas que..." with sshake + +# game/3_min.rpy:1397 +translate brazilian_portuguese throwRocks_b9cdd7f0: + + # Sayeeda "And my real name is Sayeeda." + Sayeeda "E meu nome real é Sayeeda." + +# game/3_min.rpy:1399 +translate brazilian_portuguese throwRocks_a7f24050: + + # Akarsha "At least that one sounds {i}kinda{/i} like Sakura." + Akarsha "Pelo menos esse {i}meio{/i} que parece com Sakura." + +# game/3_min.rpy:1401 +translate brazilian_portuguese throwRocks_886bb1d2: + + # Noelle "Akarsha, what does your outfit have to do with being a wolf?" + Noelle "Akarsha, o que sua roupa tem a ver com ser um lobo?" + +# game/3_min.rpy:1403 +translate brazilian_portuguese throwRocks_34ad825b: + + # Noelle "You only need the ears and paws to get the point across." + Noelle "Você só precisa das orelhas e patas para entender." + +# game/3_min.rpy:1405 +translate brazilian_portuguese throwRocks_a77489b5: + + # Akarsha "So you're saying I should be naked?" + Akarsha "Então você está dizendo que eu deveria estar pelada?" + +# game/3_min.rpy:1408 +translate brazilian_portuguese throwRocks_08326d3f: + + # Noelle "NO, I'M NOT!" with sshake + Noelle "NÃO, EU NÃO ESTOU!" with sshake + +# game/3_min.rpy:1415 +translate brazilian_portuguese throwRocks_8c9e3d3b: + + # "Diya holds up her \"environmentalist\" costume." + "Diya segura sua fantasia de \"ambientalista\"." + +# game/3_min.rpy:1417 +translate brazilian_portuguese throwRocks_ad29a7d4: + + # Diya "Where do I change?" + Diya "Onde que eu me troco?" + +# game/3_min.rpy:1419 +translate brazilian_portuguese throwRocks_bc175177: + + # Akarsha "I used the restroom over there. It's just the one family room, so you'll all have to take turns getting changed." + Akarsha "Eu usei o banheiro dali. É só um banheiro de família, então vocês vão ter que alternar para se trocar." + +# game/3_min.rpy:1421 +translate brazilian_portuguese throwRocks_224ebcca: + + # Akarsha "Unless, y'know, you want Min to \"get more bugs off you\"..." + Akarsha "A menos que, sabe, você queira que a Min \"tire mais insetos de você\"..." + +# game/3_min.rpy:1426 +translate brazilian_portuguese throwRocks_07b08dec: + + # Min "YOU FREAK WHORE!!! YOU'RE DERANGED IF YOU THINK I'M FUCKING HER IN A PARK BATHROOM!!!" with sshake + Min "SUA VADIA ESCROTA!!! VOCÊ ESTÁ INSANA SE VOCÊ ACHA QUE EU VOU FUDER ELA NUM BANHEIRO DE PARQUE!!!" with sshake + +# game/3_min.rpy:1429 +translate brazilian_portuguese throwRocks_461440e7: + + # Akarsha "One way ticket to Boobs City..." + Akarsha "Ticket sem volta para a Cidade dos Peitos..." + +# game/3_min.rpy:1432 +translate brazilian_portuguese throwRocks_db95ce5d: + + # Min "WHA— STOP CALLING MY GIRLFRIEND \"BOOBS CITY\"??!" with sshake + Min "QU— PARA DE CHAMAR MINHA NAMORADA DE \"CIDADE DOS PEITOS\"??!" with sshake + +# game/3_min.rpy:1433 +translate brazilian_portuguese throwRocks_ad6f92b7: + + # Min "WHY'RE YOU SO OBSESSED WITH THAT PHRASE NOW?" + Min "POR QUE VOCÊ ESTÁ TÃO OBCECADA COM ESSE TERMO AGORA?" + +# game/3_min.rpy:1438 +translate brazilian_portuguese throwRocks_78a34330: + + # Diya "...I'll go now..." + Diya "...Vou indo agora..." + +# game/3_min.rpy:1442 +translate brazilian_portuguese tentSetup_4a8d0550: + + # Noelle "In the meantime, Min, can you help me pitch this tent? It's going to be the setting of your first scene." + Noelle "Enquanto isso, Min, você pode me ajudar a armar essa barraca? Vai ser o cenário da sua primeira cena." + +# game/3_min.rpy:1444 +translate brazilian_portuguese tentSetup_40eb1b47: + + # Min "Ugh, fine." + Min "Ugh, tá bom." + +# game/3_min.rpy:1447 +translate brazilian_portuguese tentSetup_573d85bc: + + # Ester "I can help, too. Since I don't need to get in costume." + Ester "Eu posso ajudar, também. Já que eu não preciso botar uma fantasia." + +# game/3_min.rpy:1452 +translate brazilian_portuguese tentSetup_f4085432: + + # "Min helps Ester and Noelle carry the box with the tent in it." + "Min ajuda Ester e Noelle a carregar a caixa com a barraca." + +# game/3_min.rpy:1454 +translate brazilian_portuguese tentSetup_cfdc74a3: + + # Noelle "I don't understand why Akarsha keeps making those crass jokes about you two." + Noelle "Eu não entendo por que a Akarsha continua fazendo essas piadas de mal gosto sobre vocês duas." + +# game/3_min.rpy:1455 +translate brazilian_portuguese tentSetup_f70e41fc: + + # Noelle "It's not as if two girls can actually have sexual relations." + Noelle "Não é como se duas garotas conseguissem realmente ter relações sexuais." + +# game/3_min.rpy:1457 +translate brazilian_portuguese tentSetup_f51af07c: + + # Min "...What the hell are you talking about? Yes they can?" + Min "...Mas que merda que você está falando? Sim elas podem?" + +# game/3_min.rpy:1460 +translate brazilian_portuguese tentSetup_42a5c4ee: + + # Noelle "Are you dense? Humans weren't evolved for that." + Noelle "Você é estúpida? Humanos não foram evoluídos para isso." + +# game/3_min.rpy:1461 +translate brazilian_portuguese tentSetup_b2467397: + + # Noelle "The anatomy makes it impossible." + Noelle "A anatomia faz ser impossível." + +# game/3_min.rpy:1463 +translate brazilian_portuguese tentSetup_3ba51377: + + # Min "How's it impossible? You can use other body parts, like your fingers." + Min "Como que é impossível? Você pode usar partes do corpo, tipo seus dedos." + +# game/3_min.rpy:1466 +translate brazilian_portuguese tentSetup_36077f63: + + # Noelle "Fingers?! You must be mistaken." with sshake + Noelle "Dedos?! Você deve estar errada." with sshake + +# game/3_min.rpy:1468 +translate brazilian_portuguese tentSetup_9a824c2d: + + # MinT "Are we really having this conversation right now?!" with sshake + MinT "A gente está realmente tendo essa conversa agora?!" with sshake + +# game/3_min.rpy:1471 +translate brazilian_portuguese tentSetup_9e2b4a86: + + # Ester "No, it's true. I mean, girls' love manga is a thing..." + Ester "Não, é verdade. Tipo, mangás de amor feminino existem..." + +# game/3_min.rpy:1473 +translate brazilian_portuguese tentSetup_f0dcbbb0: + + # Noelle "...What...?" + Noelle "...Quê...?" + +# game/3_min.rpy:1475 +translate brazilian_portuguese tentSetup_13424b19: + + # Min "Did you think lesbians gave up sex for life???" + Min "Você acha que lésbicas simplesmente desistem de sexo pela vida toda???" + +# game/3_min.rpy:1479 +translate brazilian_portuguese tentSetup_9ec3f8f5: + + # Noelle "...................." + Noelle "...................." + +# game/3_min.rpy:1481 +translate brazilian_portuguese tentSetup_a771c146: + + # MinT "Is she serious?! How sheltered is she??" + MinT "Ela está falando sério?! Quão mente-fechada ela é??" + +# game/3_min.rpy:1483 +translate brazilian_portuguese tentSetup_808918e2: + + # "Noelle is so shocked that she doesn't speak for a while." + "Noelle está tão chocada que ela não fala por um tempo." + +# game/3_min.rpy:1485 +translate brazilian_portuguese tentSetup_f633f2bb: + + # "Ester wipes sweat off her brow and points at a clearing in the dry grass." + "Ester limpa suor de sua sobrancelha e aponta para uma clareira na grama seca." + +# game/3_min.rpy:1488 +translate brazilian_portuguese tentSetup_544920f4: + + # Ester "That spot over there might look nice on film." + Ester "Aquele lugar ali ficaria legal na gravação." + +# game/3_min.rpy:1490 +translate brazilian_portuguese tentSetup_e2a72253: + + # Noelle "Isn't it a bit close to the ravine, though? There's a steep downhill slope right behind it." + Noelle "Não é meio perto demais da ravina não? Há uma descida íngreme logo atrás dele." + +# game/3_min.rpy:1492 +translate brazilian_portuguese tentSetup_1d8a13c5: + + # Min "So? It's not like the tent's gonna teleport backwards after we've nailed it down." + Min "E? Não é como se a barraca fosse teleportar para trás depois de nós armarmos ela." + +# game/3_min.rpy:1495 +translate brazilian_portuguese tentSetup_ba296298: + + # Ester "Yeah, unless a typhoon blows us over I think it'll be fine." + Ester "É, a menos que um tufão nos derrube, acho que vai ficar tudo bem." + +# game/3_min.rpy:1497 +translate brazilian_portuguese tentSetup_ae002321: + + # Noelle "Alright, I see that I'm outnumbered." + Noelle "Certo, vejo que estou em desvantagem." + +# game/3_min.rpy:1498 +translate brazilian_portuguese tentSetup_2191a65c: + + # Noelle "But don't say I didn't warn you." + Noelle "Mas não diga que eu não te avisei." + +# game/3_min.rpy:1500 +translate brazilian_portuguese tentSetup_df6d78e5: + + # "Min hears rustling behind her. She turns around and sees Akarsha making a leaf pile." + "Min ouve um farfalhar atrás dela. Ela se vira e vê Akarsha fazendo uma pilha de folhas." + +# game/3_min.rpy:1502 +translate brazilian_portuguese tentSetup_c19b46b4: + + # Akarsha "Heheheh..." + Akarsha "Heheheh..." + +# game/3_min.rpy:1504 +translate brazilian_portuguese tentSetup_82b1e7e4: + + # Min "Wait, is she trying the exploding leaf thing?" + Min "Espera, ela está tentando a coisa das folhas que explodem?" + +# game/3_min.rpy:1507 +translate brazilian_portuguese tentSetup_fb98b2ef: + + # Noelle "AKARSHA!!! THAT'S NOT ALLOWED!!!" with sshake + Noelle "AKARSHA!!! ISSO NÃO É PERMITIDO!!!" with sshake + +# game/3_min.rpy:1509 +translate brazilian_portuguese tentSetup_1695b964: + + # "As Noelle chases after Akarsha, Min and Ester lay out their tent in the spot they picked." + "Enquanto Noelle persegue Akarsha, Min e Ester deitam a barraca no local que elas escolheram." + +# game/3_min.rpy:1511 +translate brazilian_portuguese tentSetup_8d68842b: + + # Min "She's so friggin' anal. She's probably sexually attracted to laws." + Min "Ela é tão fresca. Aposto que ela é sexualmente atraída a leis." + +# game/3_min.rpy:1515 +translate brazilian_portuguese tentSetup_71fde46a: + + # Ester "I bet she loses her mind whenever she sees jaywalkers." + Ester "Eu aposto que ela enlouquece quando vê alguém andando fora da faixa." + +# game/3_min.rpy:1517 +translate brazilian_portuguese tentSetup_f661a447: + + # Min "She DOES!" + Min "Ela fica MALUCA!" + +# game/3_min.rpy:1519 +translate brazilian_portuguese tentSetup_ecbbf2dc: + + # Min "It's like she thinks someone's gonna go \"Good job Noelle, you're the best at following the rules!\" and give her a gold star for it." + Min "É como se ela achasse que alguém vai vir e dizer \"Bom trabalho Noelle, você é a melhor em seguir as regras!\" e dar uma estrelinha de ouro por isso." + +# game/3_min.rpy:1523 +translate brazilian_portuguese tentSetup_b1ff732e: + + # "Min squints in confusion at the steps to set up the tent." + "Min olha confusa para os passos de como armar a barraca." + +# game/3_min.rpy:1525 +translate brazilian_portuguese tentSetup_c3c931f6: + + # Min "I can't picture this shit...Where do the poles go?" + Min "Eu não consigo visualizar essa merda...Onde vão as estacas?" + +# game/3_min.rpy:1527 +translate brazilian_portuguese tentSetup_299fae68: + + # Ester "They criss-cross in the middle, see?" + Ester "Eles se cruzam no meio, viu?" + +# game/3_min.rpy:1528 +translate brazilian_portuguese tentSetup_dc1c073e: + + # Ester "Here, just hold that end and stick it through the metal ring." + Ester "Aqui, só segura essa ponta e enfie ela no anel de metal." + +# game/3_min.rpy:1532 +translate brazilian_portuguese tentSetup_883944e9: + + # "Like magic, the tent pops out into the third dimension." + "Como mágica, a barraca salta para a terceira dimensão." + +# game/3_min.rpy:1534 +translate brazilian_portuguese tentSetup_d80291e8: + + # Min "Holy shit. You're like a camping progidy." + Min "Caralho. Você é tipo uma progídio de acampar." + +# game/3_min.rpy:1537 +translate brazilian_portuguese tentSetup_64818bfe: + + # Ester "I mean, all I did was follow the instructions..." + Ester "Assim, tudo o que eu fiz foi seguir as instruções..." + +# game/3_min.rpy:1538 +translate brazilian_portuguese tentSetup_836584e0: + + # Ester "Now we just have to drive the stakes into the ground." + Ester "Agora é só cravar as estacas no chão." + +# game/3_min.rpy:1545 +translate brazilian_portuguese tentSetup_d3f91bdb: + + # "Min pounds each stake into the dirt with a large stone, enthralled that hitting something is actually constructive for once." + "Min crava cada estaca no chão com uma grande pedra, encantada com o fato de que bater em algo é realmente construtivo pela primeira vez." + +# game/3_min.rpy:1547 +translate brazilian_portuguese tentSetup_5207af29: + + # Min "Fuck yeah!!!" with sshake + Min "Vambora porra!!!" with sshake + +# game/3_min.rpy:1550 +translate brazilian_portuguese tentSetup_ef2c1ec3: + + # "Meanwhile, Ester takes her sketchbook out of her backpack and starts writing in it." + "Enquanto isso, Ester tira seu caderno de rascunhos de sua bolsa e começa a escrever nele." + +# game/3_min.rpy:1552 +translate brazilian_portuguese tentSetup_8071f618: + + # Min "What're you doing?" + Min "O que você está fazendo?" + +# game/3_min.rpy:1555 +translate brazilian_portuguese tentSetup_4bf12a9a: + + # "Ester stops, looking embarrassed." + "Ester para, parecendo envergonhada." + +# game/3_min.rpy:1557 +translate brazilian_portuguese tentSetup_df55a730: + + # Ester "I'm writing down what you said earlier as inspiration for my webcomic. Like, for character dialogue." + Ester "Eu tô escrevendo o que você disse antes como inspiração para minha webcomic. Tipo, para o diálogo dos personagens." + +# game/3_min.rpy:1558 +translate brazilian_portuguese tentSetup_9305989f: + + # Ester "I've started doing this whenever something interesting happens so I can remember later." + Ester "Eu comecei a fazer isso toda vez que algo interessante acontece para que eu possa lembrar depois." + +# game/3_min.rpy:1560 +translate brazilian_portuguese tentSetup_105f727a: + + # Min "Huh? What'd I say that was interesting?" + Min "Huh? O que foi que eu falei que foi interessante?" + +# game/3_min.rpy:1563 +translate brazilian_portuguese tentSetup_f8c54461: + + # Ester "You said I was a camping \"progidy.\" Y'know, instead of a \"prodigy.\"" + Ester "Você disse que eu era uma \"progídio\" de acampar. Sabe, em vez de \"prodígio.\"" + +# game/3_min.rpy:1565 +translate brazilian_portuguese tentSetup_9c36f691: + + # Min "What's so special about that? They're pretty much the same anyway." + Min "O que tem de tão especial nisso? É basicamente a mesma coisa de qualquer jeito." + +# game/3_min.rpy:1567 +translate brazilian_portuguese tentSetup_0682b348: + + # Ester "I dunno, I just thought it was a neat detail." + Ester "Eu não sei, só achei que era um detalhe legal." + +# game/3_min.rpy:1569 +translate brazilian_portuguese tentSetup_66b52d10: + + # Ester "Obviously I'll only use it if you're okay with it, though!" + Ester "Obviamente que eu só vou usar se você estiver okay com isso!" + +# game/3_min.rpy:1571 +translate brazilian_portuguese tentSetup_add2ee5d: + + # Min "I mean, sure, I don't really care." + Min "Quer dizer, claro, eu realmente não ligo." + +# game/3_min.rpy:1572 +translate brazilian_portuguese tentSetup_edaf9f90: + + # Min "What's it for, again? A comic?" + Min "É para o que mesmo? Uns quadrinhos?" + +# game/3_min.rpy:1575 +translate brazilian_portuguese tentSetup_d5569e27: + + # Ester "Yep." + Ester "Isso." + +# game/3_min.rpy:1577 +translate brazilian_portuguese tentSetup_158a47c2: + + # Min "What, like Garfield?" + Min "O quê, tipo o Garfield?" + +# game/3_min.rpy:1580 +translate brazilian_portuguese tentSetup_b19809b9: + + # Ester "Huh?? No, it's nothing like that." + Ester "Huh?? Não, não tem nada a ver com isso." + +# game/3_min.rpy:1582 +translate brazilian_portuguese tentSetup_bab514a0: + + # Ester "It's still a work in progress, but basically...it's about a bunch of teenagers who have the power to shift into alternate dimensions." + Ester "Ainda é um trabalho em progresso, mas basicamente...é um bando de adolescentes que tem o poder de viajar por dimensões alternativas." + +# game/3_min.rpy:1583 +translate brazilian_portuguese tentSetup_d2828dba: + + # Ester "It's kinda sci-fi-y, I guess." + Ester "É meio ficção científica, eu acho." + +# game/3_min.rpy:1585 +translate brazilian_portuguese tentSetup_2bdf49e9: + + # Min "Oh, so like a superhero comic?" + Min "Ah, é tipo uns quadrinhos de super herói?" + +# game/3_min.rpy:1588 +translate brazilian_portuguese tentSetup_9d39fd8e: + + # Ester "No, there's no supervillains or anything. All their problems come from the way they use their own powers." + Ester "Não, não tem vilões nem nada. Todos os problemas deles vem do jeito que eles usam os próprios poderes." + +# game/3_min.rpy:1589 +translate brazilian_portuguese tentSetup_478f9a7f: + + # Ester "Like, while you're in the parallel universe, you're gone from your original universe, right?" + Ester "Tipo, enquanto você está num universo paralelo, você sumiu do seu universo original, correto?" + +# game/3_min.rpy:1590 +translate brazilian_portuguese tentSetup_b609438b: + + # Ester "But what if you get tied up with something while there, and can't come back?" + Ester "Mas se você ficar preso com algo enquanto estiver lá, e não puder voltar?" + +# game/3_min.rpy:1592 +translate brazilian_portuguese tentSetup_b2777b84: + + # Min "That'd suck ass." + Min "Isso seria uma merda." + +# game/3_min.rpy:1593 +translate brazilian_portuguese tentSetup_9303f566: + + # Min "I wouldn't get to see Diya or my friends anymore." + Min "Eu não poderia ver a Diya ou os meus amigos mais." + +# game/3_min.rpy:1595 +translate brazilian_portuguese tentSetup_99996007: + + # Ester "Exactly! No one from the world you left behind would know why you disappeared, and you'd become a missing person there." + Ester "Exatamente! Ninguém do mundo que você deixou pra trás saberia porque você desapareceu, e você seria declarada desaparecida." + +# game/3_min.rpy:1597 +translate brazilian_portuguese tentSetup_67782cae: + + # Ester "I always get so stressed out about that when reading Narnia and time travel stories." + Ester "Eu sempre fico tão estressada com isso quando leio Nárnia ou outras histórias de viagem no tempo." + +# game/3_min.rpy:1599 +translate brazilian_portuguese tentSetup_8824f780: + + # MinT "I've never heard her talk this much before." + MinT "Eu nunca ouvi ela falar tanto assim antes." + +# game/3_min.rpy:1600 +translate brazilian_portuguese tentSetup_efe2d9c4: + + # MinT "She must really be hyped about her webcomic." + MinT "Ela deve estar realmente empolgada com a webcomic dela." + +# game/3_min.rpy:1604 +translate brazilian_portuguese tentSetup_47d136fb: + + # Ester "...Anyway, a lot of miscommunication happens between the characters because of issues like that." + Ester "...Enfim, muita falta de comunicação ocorre entre os personagens por conta de problemas como esse." + +# game/3_min.rpy:1606 +translate brazilian_portuguese tentSetup_0ed7dee7: + + # Min "No offense, but I can't stand stories that revolve around misunderstandings." + Min "Sem ofensa, mas não suporto histórias que giram em torno de mal-entendidos." + +# game/3_min.rpy:1607 +translate brazilian_portuguese tentSetup_2930870d: + + # Min "It's so frustrating when the whole problem is literally just people being bad at talking." + Min "É tão frustrante quando o problema todo é literalmente só pessoas sendo ruim em conversar." + +# game/3_min.rpy:1608 +translate brazilian_portuguese tentSetup_518310bf: + + # Min "If you hurt someone, it should be on purpose." + Min "Se você machuca alguém, deveria ser de propósito." + +# game/3_min.rpy:1611 +translate brazilian_portuguese tentSetup_cd8132e3: + + # Ester "But those kinds of problems are the most realistic." + Ester "Mas esses tipos de problema são os mais realistas." + +# game/3_min.rpy:1612 +translate brazilian_portuguese tentSetup_6f085abb: + + # Ester "In real life, people hurt each other by accident all the time." + Ester "Na vida real, as pessoas se machucam sem querer o tempo todo." + +# game/3_min.rpy:1614 +translate brazilian_portuguese tentSetup_98ede5fe: + + # Min "Like how?" + Min "Tipo como?" + +# game/3_min.rpy:1616 +translate brazilian_portuguese tentSetup_50827634: + + # Ester "You know how before our school became 93%% Asian, it used to have a football team?" + Ester "Sabe como antes da nossa escola se tornar 93%% asiática, ela tinha um time de futebol?" + +# game/3_min.rpy:1618 +translate brazilian_portuguese tentSetup_23a0f71a: + + # Min "They died 'cause Asians don't care about football, right? Same as the real baseball team." + Min "O time acabou porque asiáticos não ligam para futebol, né? Mesma coisa com o time de baseball." + +# game/3_min.rpy:1620 +translate brazilian_portuguese tentSetup_fce7622d: + + # Ester "Yeah. No one would go to the games." + Ester "É. Ninguém nem ia nos jogos." + +# game/3_min.rpy:1621 +translate brazilian_portuguese tentSetup_bcef91e3: + + # Ester "As a last-ditch effort to help them last year, my math teacher offered us two points of extra credit for coming to a football game." + Ester "Como um último esforço para ajudá-los no ano passado, meu professor de matemática nos ofereceu dois pontos de crédito extra para assistir um jogo de futebol." + +# game/3_min.rpy:1622 +translate brazilian_portuguese tentSetup_2834b316: + + # Ester "So I went, to help my grade." + Ester "Então eu fui, para melhorar minha nota." + +# game/3_min.rpy:1624 +translate brazilian_portuguese tentSetup_d5565b46: + + # Ester "But as soon as I got home, my dad yelled at me for going to a game instead of studying." + Ester "Mas assim que eu cheguei em casa, meu pai gritou comigo por ter ido num jogo em vez de estudar." + +# game/3_min.rpy:1625 +translate brazilian_portuguese tentSetup_17062820: + + # Ester "He didn't get that we had the exact same goal, me getting good grades." + Ester "Ele não tinha entendido que nós dois tínhamos o mesmo objetivo, eu ter notas boas." + +# game/3_min.rpy:1627 +translate brazilian_portuguese tentSetup_a4d68e38: + + # Min "Wait, what ethnicity are you?" + Min "Espera, de que etnia você é?" + +# game/3_min.rpy:1630 +translate brazilian_portuguese tentSetup_8244b788: + + # Ester "Huh? I'm Black and Chinese." + Ester "Huh? Eu sou negra e chinesa." + +# game/3_min.rpy:1632 +translate brazilian_portuguese tentSetup_56b73bb0: + + # Min "And your dad's the Black one?" + Min "E seu pai é o que é negro?" + +# game/3_min.rpy:1635 +translate brazilian_portuguese tentSetup_0c32ea41: + + # Ester "Uh...Yeah, he is?" + Ester "Uh...Sim, ele é?" + +# game/3_min.rpy:1639 +translate brazilian_portuguese tentSetup_5b084916: + + # Min "I didn't know Black people cared about grades." + Min "Eu não sabia que pessoas negras ligavam para nota." + +# game/3_min.rpy:1642 +translate brazilian_portuguese tentSetup_b2d7d155: + + # Ester ".......That's like...pretty racist of you to say..." + Ester ".......Isso é tipo...bem racista de você dizer..." + +# game/3_min.rpy:1644 +translate brazilian_portuguese tentSetup_82bf8bdf: + + # "Bewildered, Min completely misses the tent stake she was trying to hit." + "Em choque, Min completamente erra a estaca da barraca que ela estava tentando acertar." + +# game/3_min.rpy:1647 +translate brazilian_portuguese tentSetup_b6166736: + + # Min "Huh?! How is it racist??" with sshake + Min "Huh?! Como isso é racista??" with sshake + +# game/3_min.rpy:1650 +translate brazilian_portuguese tentSetup_ec27cf6b: + + # Ester "Why would you assume Black people don't care about their grades?" + Ester "Por que você assumiria que pessoas negras não ligam para suas notas?" + +# game/3_min.rpy:1652 +translate brazilian_portuguese tentSetup_285d2fb2: + + # Min "I didn't mean it as a diss or anything." + Min "Eu não quis dizer como uma ofensa nem nada." + +# game/3_min.rpy:1653 +translate brazilian_portuguese tentSetup_4294eee2: + + # Min "{i}I{/i} don't care about grades either, it's not like I was looking down on them." + Min "{i}Eu{/i} não ligo para minhas notas também, não é como se eu estivesse menosprezando elas." + +# game/3_min.rpy:1658 +translate brazilian_portuguese tentSetup_7b4b47fe: + + # Ester "But...but why even bring my race into it like that??" + Ester "Mas...então por que sequer trazer minha raça nisso desse jeito??" + +# game/3_min.rpy:1663 +translate brazilian_portuguese tentSetup_05ad1e2a: + + # Min "I was just asking a question!" + Min "Eu só estava fazendo uma pergunta!" + +# game/3_min.rpy:1664 +translate brazilian_portuguese tentSetup_4918ead3: + + # Min "Didn't {i}you{/i} bring up race first? You were talking about Asians!" + Min "Não foi {i}você{/i} que trouxe o assunto de raça primeiro? Você estava falando sobre asiáticos!" + +# game/3_min.rpy:1667 +translate brazilian_portuguese tentSetup_7158a414: + + # Ester "I'm Asian so I'm allowed to say that!" + Ester "Eu sou asiática, então eu tenho direito de dizer isso!" + +# game/3_min.rpy:1669 +translate brazilian_portuguese tentSetup_cf437258: + + # Min "Sure, whatever. If I knew you'd be so fucking sensitive about it, I wouldn't have asked in the first place." + Min "Tá, que seja. Se eu soubesse que você seria sensível pra caralho sobre isso, eu nem teria perguntado em primeiro lugar." + +# game/3_min.rpy:1672 +translate brazilian_portuguese tentSetup_a6d85178: + + # Ester "Wow...So instead of saying sorry, you're insulting me?" + Ester "Uau...Então em vez de pedir desculpa, você está me insultando?" + +# game/3_min.rpy:1675 +translate brazilian_portuguese tentSetup_ad760c80: + + # Min "Wh—Why the hell should I apologize?" + Min "Po—Por que caralhos que eu deveria pedir desculpa?" + +# game/3_min.rpy:1676 +translate brazilian_portuguese tentSetup_34aa301b: + + # Min "I wasn't even trying to be offensive! It's not like I purposefully called you the N word or something." + Min "Eu nem estava tentando ser ofensiva! Não é como se eu tivesse propositalmente te chamado com a N word nem nada." + +# game/3_min.rpy:1682 +translate brazilian_portuguese tentSetup_72284568: + + # Ester "WOW, THANKS FOR NOT CALLING ME THE N WORD????" with sshake + Ester "UAU, OBRIGADO POR NÃO ME CHAMAR COM A N WORD????" with sshake + +# game/3_min.rpy:1684 +translate brazilian_portuguese tentSetup_8a1fa158: + + # Min "I'm just saying you're overreacting!" + Min "Eu só estou dizendo que você está exagerando!" + +# game/3_min.rpy:1686 +translate brazilian_portuguese tentSetup_960e5227: + + # Min "There's REAL racist people out there who hate minorities, and you're calling ME racist just because I accidentally made one little mistake?!" with sshake + Min "Tem pessoas REALMENTE racistas por aí que odeiam minorias, e você está ME chamando de racista porque eu acidentalmente fiz um errinho?!" with sshake + +# game/3_min.rpy:1689 +translate brazilian_portuguese tentSetup_cf299bd6: + + # Ester "It's not just one little mistake! You say weird, ignorant stuff like this all the time!" + Ester "Não é só um errinho! Você disse coisas estranhas e ignorantes o tempo todo!" + +# game/3_min.rpy:1691 +translate brazilian_portuguese tentSetup_ab2f5b38: + + # Min "No, I don't! Like what?" with sshake + Min "Não, eu não digo! Tipo o quê?" with sshake + +# game/3_min.rpy:1694 +translate brazilian_portuguese tentSetup_47cd9eda: + + # Ester "Like when you randomly told me my hair was flat!" + Ester "Tipo quando você aleatoriamente me disse que meu cabelo estava liso!" + +# game/3_min.rpy:1695 +translate brazilian_portuguese tentSetup_552df9b6: + + # Ester "What was I even supposed to say to that?? \"Yours too\"???" + Ester "O que sequer era pra eu dizer em resposta?? \"O seu também\"??" + +# game/3_min.rpy:1698 +translate brazilian_portuguese tentSetup_1530318e: + + # Min "GET A GRIP! THAT'S NOT EVEN REAL RACISM!!!" with sshake + Min "AH, POR FAVOR! ISSO NEM É RACISMO DE VERDADE!!!" with sshake + +# game/3_min.rpy:1701 +translate brazilian_portuguese tentSetup_25304de0: + + # Ester "You're seriously trying to explain what racism is to ME? A Black and Chinese person???" + Ester "Você realmente está tentando explicar o que é racismo para MIM? Uma pessoa negra e chinesa???" + +# game/3_min.rpy:1703 +translate brazilian_portuguese tentSetup_c61d7eb7: + + # Min "Look, I'm a minority too! Us even fighting is so dumb!" + Min "Olha, eu sou uma minoria também! Nós sequer estarmos brigando é muito estúpido!" + +# game/3_min.rpy:1706 +translate brazilian_portuguese tentSetup_83b0d045: + + # Ester "You being Asian doesn't mean you're not racist!" + Ester "Você ser asiática não quer dizer que você não é racista!" + +# game/3_min.rpy:1707 +translate brazilian_portuguese tentSetup_71203f4b: + + # Ester "The worst racism I've EVER seen was when I went to China!" + Ester "O pior racismo que eu vi na minha VIDA foi quando eu fui para a China!" + +# game/3_min.rpy:1708 +translate brazilian_portuguese tentSetup_3f6dd090: + + # Ester "God, you're being so stupid!" + Ester "Deus, você está sendo tão estúpida!" + +# game/3_min.rpy:1714 +translate brazilian_portuguese tentSetup_263574d4: + + # "Ester throws her stake down and storms off!" + "Ester joga sua estaca no chão e sai bruscamente!" + +# game/3_min.rpy:1715 +translate brazilian_portuguese tentSetup_e873c094: + + # "Dumbfounded, Min just stands there with her heart racing a mile a minute." + "Perplexa, Min só fica parada lá com o coração batendo a mil." + +# game/3_min.rpy:1719 +translate brazilian_portuguese tentSetup_70207210: + + # MinT "How did it blow up like this?! I wasn't even trying to start something!" with sshake + MinT "Como que o assunto explodiu assim?! Eu nem estava tentando fazer nada!" with sshake + +# game/3_min.rpy:1721 +translate brazilian_portuguese tentSetup_13f66042: + + # MinT "Shit! Did anyone else hear us fighting?" + MinT "Merda! Será que alguém ouviu a gente brigando?" + +# game/3_min.rpy:1723 +translate brazilian_portuguese tentSetup_66de9dbf: + + # "Min nervously looks around, paranoid that her friends heard what happened." + "Min nervosamente olha em volta, paranoica que suas amigas ouviram o que aconteceu." + +# game/3_min.rpy:1725 +translate brazilian_portuguese tentSetup_8253b44a: + + # MinT "It's hard to tell if they did..." + MinT "É difícil saber com certeza..." + +# game/3_min.rpy:1727 +translate brazilian_portuguese tentSetup_9ff588d1: + + # "Min frantically hammers the last stake in place, her stomach churning with a mixture of shame and panic." + "Min freneticamente martela sua última estaca, seu estômago revirando com uma mistura de vergonha e pânico." + +# game/3_min.rpy:1729 +translate brazilian_portuguese tentSetup_b7a91e98: + + # "She hears footsteps behind her, and nearly has a heart attack when she turns to see Chryssa walking over." + "Ela ouve passos atrás dela, e quase tem um ataque cardíaco quando se vira e vê Chryssa caminhando em sua direção." + +# game/3_min.rpy:1733 +translate brazilian_portuguese tentSetup_a665fcbc: + + # MinT "OH FUCK!!!" with sshake + MinT "AH MERDA!!!" with sshake + +# game/3_min.rpy:1735 +translate brazilian_portuguese tentSetup_d2975cf8: + + # MinT "What if Ester told Chryssa I'm racist against Black people? She's Black too!" with sshake + MinT "E se a Ester contou para a Chryssa que eu sou racista contra pessoas negras? A Chryssa é negra também!" with sshake + +# game/3_min.rpy:1736 +translate brazilian_portuguese tentSetup_610a4580: + + # MinT "I don't want her to hate me! She might even kick me off the team!" + MinT "Eu não quero que ela me odeie! Ela talvez até me tire da equipe!" + +# game/3_min.rpy:1738 +translate brazilian_portuguese tentSetup_cfb0ae50: + + # Chryssa "Need any help with the tent?" + Chryssa "Precisa de alguma ajuda com a barraca?" + +# game/3_min.rpy:1740 +translate brazilian_portuguese tentSetup_55cdc447: + + # Min "Nah, I'm good." + Min "Nem, tô tranquila." + +# game/3_min.rpy:1743 +translate brazilian_portuguese tentSetup_310b769d: + + # Chryssa "I guess you could say it's...not tent to be." + Chryssa "Acho que pode se dizer que você...não quer fazer barraco." + +# game/3_min.rpy:1746 +translate brazilian_portuguese tentSetup_6b4e2716: + + # MinT "I should be extra careful not to offend her..." + MinT "Eu deveria tomar cuidado extra para não ofender ela..." + +# game/3_min.rpy:1747 +translate brazilian_portuguese tentSetup_8d9d7544: + + # Min "Ha...ha...Great joke..." + Min "Ha...ha...Ótima piada..." + +# game/3_min.rpy:1749 +translate brazilian_portuguese tentSetup_3856dab5: + + # Chryssa "Thank you! I feel like not enough people appreciate my puns." + Chryssa "Obrigado! Eu sinto que as pessoas não apreciam o suficiente meus trocadilhos." + +# game/3_min.rpy:1751 +translate brazilian_portuguese tentSetup_6d240c86: + + # "Having donned her \"reporter\" costume, Noelle returns to place a sleeping bag inside the tent." + "Tendo arrumado sua fantasia de \"repórter\", Noelle volta para pôr um saco de dormir dentro da barraca." + +# game/3_min.rpy:1753 +translate brazilian_portuguese tentSetup_ba27bc3a: + + # Noelle "Min, it's your turn to get changed." + Noelle "Min, sua vez de se trocar." + +# game/3_min.rpy:1754 +translate brazilian_portuguese tentSetup_42e4a361: + + # Noelle "Where did Ester go? We're about to start shooting." + Noelle "Onde que a Ester foi? Nós estamos prestes a começar as filmagens." + +# game/3_min.rpy:1756 +translate brazilian_portuguese tentSetup_ca5841a2: + + # MinT "I can't tell her Ester left because she thinks I'm racist!" with sshake + MinT "Eu não posso contar para ela que a Ester saiu porque ela acha que sou racista!" with sshake + +# game/3_min.rpy:1757 +translate brazilian_portuguese tentSetup_6b1bde83: + + # Min "Uh......She just randomly walked off." + Min "Uh......Ela aleatoriamente só saiu andando." + +# game/3_min.rpy:1760 +translate brazilian_portuguese tentSetup_97c12971: + + # Noelle "What? How come?" + Noelle "O quê? Por que?" + +# game/3_min.rpy:1762 +translate brazilian_portuguese tentSetup_dbb27c2d: + + # Min "Who knows? She's so weird." + Min "Vai saber? Ela é bem estranha." + +# game/3_min.rpy:1766 +translate brazilian_portuguese tentSetup_864e18ee: + + # "In the park's restroom, Min quickly changes into her \"Evil Hunter\" get-up." + "No banheiro do parque, Min rapidamente bota sua fantasia de \"Caçador do Mal\"." + +# game/3_min.rpy:1770 +translate brazilian_portuguese tentSetup_db896ab2: + + # MinT "I'm going to be sweating buckets wearing all this in this weather." + MinT "Eu vou estar suando baldes por usar isso tudo com esse tempo." + +# game/3_min.rpy:1771 +translate brazilian_portuguese tentSetup_68d87d64: + + # MinT "Thank god they couldn't find the hat, or it would've been even worse." + MinT "Ainda bem que elas não conseguiram achar o chapéu, ou teria sido pior." + +# game/3_min.rpy:1774 +translate brazilian_portuguese tentSetup_a98d0354: + + # "Diya perks up when Min rejoins the group." + "Diya se levanta animada quando Min volta ao grupo." + +# game/3_min.rpy:1776 +translate brazilian_portuguese tentSetup_97c9496d: + + # Diya "You look cool." + Diya "Você está legal." + +# game/3_min.rpy:1777 +translate brazilian_portuguese tentSetup_0ea68809: + + # Diya "You should get a coat like that for real." + Diya "Você deveria ter um casaco assim de verdade." + +# game/3_min.rpy:1778 +translate brazilian_portuguese tentSetup_a753cac9: + + # "Normally, this would send Min over the moon, but she feels so sick to her stomach, she can't properly appreciate it." + "Normalmente, isso teria feito a Min morrer de felicidade, mas ela está tão mal do estômago pelos acontecimentos passados, que ela mal consegue apreciar." + +# game/3_min.rpy:1780 +translate brazilian_portuguese tentSetup_ada8bd3f: + + # Min "Thanks..." + Min "Obrigado..." + +# game/3_min.rpy:1781 +translate brazilian_portuguese tentSetup_de100dce: + + # MinT "It's me, your racist girlfriend..." + MinT "Sou eu, sua namorada racista..." + +# game/3_min.rpy:1782 +translate brazilian_portuguese tentSetup_a72e8425: + + # MinT "Diya definitely wouldn't want to be with me anymore if she found out I was racist..." + MinT "Diya definitivamente não iria querer sair comigo mais se ela descobrisse que eu sou racista..." + +# game/3_min.rpy:1787 +translate brazilian_portuguese tentSetup_3f9f3825: + + # Diya "Do I look okay?" + Diya "Eu estou okay?" + +# game/3_min.rpy:1789 +translate brazilian_portuguese tentSetup_7cbee8e1: + + # Min "You look so cute in glasses." + Min "Você fica bonita com esses óculos." + +# game/3_min.rpy:1794 +translate brazilian_portuguese tentSetup_8b147583: + + # Min "Is this a character from something? It does kinda give off \"nerdy animal lover\" energy." + Min "É um personagem de algo? Dá meio que uma vibe de \"nerd que adora animais\"." + +# game/3_min.rpy:1797 +translate brazilian_portuguese tentSetup_59d997a3: + + # Diya "No idea." + Diya "Não tenho ideia." + +# game/3_min.rpy:1799 +translate brazilian_portuguese tentSetup_337f4cd4: + + # Akarsha "Ester, I like your hair." + Akarsha "Ester, gostei do seu cabelo." + +# game/3_min.rpy:1801 +translate brazilian_portuguese tentSetup_2bb8da75: + + # Ester "Oh yeah? Thanks." + Ester "Ah é? Obrigado." + +# game/3_min.rpy:1803 +translate brazilian_portuguese tentSetup_92027f60: + + # Akarsha "Bun buddies." + Akarsha "Companheiras de coque." + +# game/3_min.rpy:1805 +translate brazilian_portuguese tentSetup_8940ef8e: + + # Ester "Bun buddies..." + Ester "Companheiras de coque..." + +# game/3_min.rpy:1809 +translate brazilian_portuguese tentSetup_44e5944d: + + # "They begin shooting the first scene in front of some trees." + "Elas começam a filmar a primeira cena na frente de algumas árvores." + +# game/3_min.rpy:1812 +translate brazilian_portuguese tentSetup_e4c63115: + + # Noelle "This is the Channel 2 News, reporting from Boise, Idaho." + Noelle "Esse é o Canal 2 de Notícias, falando de Boise, Idaho." + +# game/3_min.rpy:1813 +translate brazilian_portuguese tentSetup_9143a6a2: + + # Noelle "Environmentalists have been in an uproar ever since the Obama Administration approved the delisting of gray wolves from the Endangered Species list..." + Noelle "Os ambientalistas estão em alvoroço desde que o governo Obama aprovou a exclusão dos lobos cinzentos da lista de espécies ameaçadas de extinção..." + +# game/3_min.rpy:1816 +translate brazilian_portuguese tentSetup_d1c3c888: + + # "Even replaying the conversation in her mind is getting Min worked up again." + "Só de repassar a conversa em sua mente está deixando Min estressada novamente." + +# game/3_min.rpy:1818 +translate brazilian_portuguese tentSetup_e07fdc0c: + + # MinT "I can't believe Ester had the nerve to call me racist!" + MinT "Eu não acredito que a Ester teve a coragem de me chamar de racista!" + +# game/3_min.rpy:1819 +translate brazilian_portuguese tentSetup_264b310c: + + # MinT "When we were in Florida, kids used to call me and my brother Chinks, and tried to beat us up!" + MinT "Quando estávamos na Flórida, as crianças costumavam chamar eu e meu irmão de Chingue-Chongues, e tentavam nos bater!" + +# game/3_min.rpy:1820 +translate brazilian_portuguese tentSetup_691850bc: + + # MinT "Why would I be racist when I hate racists more than anyone?! It doesn't make sense!" + MinT "Por que eu seria racista sendo que eu odeio racistas mais do que qualquer pessoa?! Não faz sentido!" + +# game/3_min.rpy:1821 +translate brazilian_portuguese tentSetup_92e40bc8: + + # MinT "I wasn't even trying to insult her!" + MinT "Eu nem estava tentando insultar ela!" + +# game/3_min.rpy:1823 +translate brazilian_portuguese tentSetup_415f7d9a: + + # MinT "Like, good luck going through life getting offended by every tiny thing you see." + MinT "Tipo, boa sorte enfrentando a vida ficando ofendida por cada coisa mínima que você ver." + +# game/3_min.rpy:1825 +translate brazilian_portuguese tentSetup_f51c66bc: + + # MinT "Right?! Are my standards just totally messed up or something?" + MinT "Não é?! Será que meus padrões estão completamente bagunçados ou algo assim?" + +# game/3_min.rpy:1827 +translate brazilian_portuguese tentSetup_687424a0: + + # "Min stomps on a random twig and crushes it into tiny pieces beneath her combat boots." + "Min pisa num galho aleatório e o esmaga em pequenos pedaços em baixo de seus coturnos." + +# game/3_min.rpy:1829 +translate brazilian_portuguese tentSetup_93212e9d: + + # Diya "............." + Diya "............." + +# game/3_min.rpy:1830 +translate brazilian_portuguese tentSetup_a7740241: + + # Diya "What's wrong?" + Diya "O que houve?" + +# game/3_min.rpy:1832 +translate brazilian_portuguese tentSetup_46482b0f: + + # Min "Ugh. I'm just having a weird day..." + Min "Ugh. Só estou tendo um dia esquisito..." + +# game/3_min.rpy:1833 +translate brazilian_portuguese tentSetup_30ac089c: + + # Min "Do you think I'm racist?" + Min "Você acha que eu sou racista?" + +# game/3_min.rpy:1836 +translate brazilian_portuguese tentSetup_8832a7e5: + + # Diya "...??" + Diya "...??" + +# game/3_min.rpy:1837 +translate brazilian_portuguese tentSetup_d97ca938: + + # Diya "No...?" + Diya "Não..?" + +# game/3_min.rpy:1839 +translate brazilian_portuguese tentSetup_cbb26eb1: + + # Min "How come?" + Min "Por que?" + +# game/3_min.rpy:1842 +translate brazilian_portuguese tentSetup_a48f9d8d: + + # Diya "You're good to me, and curious about other cultures." + Diya "Você é legal comigo, e é curiosa sobre outras culturas." + +# game/3_min.rpy:1843 +translate brazilian_portuguese tentSetup_da6af4d3: + + # Diya "Why?" + Diya "Por que?" + +# game/3_min.rpy:1853 +translate brazilian_portuguese tentSetup_3d72744b: + + # Min "No reason. Just checking..." + Min "Por nada. Só checando..." + +# game/3_min.rpy:1859 +translate brazilian_portuguese sceneFilming_4edca091: + + # Akarsha "Okay, we got it. Let's move on to the next shot." + Akarsha "Okay, conseguimos. Vamos para a próxima cena." + +# game/3_min.rpy:1861 +translate brazilian_portuguese sceneFilming_0a718e0d: + + # "Diya goes over to stand in front of the camera." + "Diya vai e para na frente da câmera." + +# game/3_min.rpy:1863 +translate brazilian_portuguese sceneFilming_240f4ebe: + + # Noelle "Ma'am, can you introduce yourself?" + Noelle "Com licença, a senhora poderia se apresentar?" + +# game/3_min.rpy:1866 +translate brazilian_portuguese sceneFilming_e5ddf59d: + + # Diya "{small}I'm an environmentalist with a degree in wildlife ecology. My research has led me to believe that...{/small}" + Diya "{small}Sou uma ambientalista formada em ecologia da vida selvagem. Minha pesquisa me levou a acreditar que...{/small}" + +# game/3_min.rpy:1868 +translate brazilian_portuguese sceneFilming_3ef92d85: + + # Akarsha "Bro, can you speak up a little?" + Akarsha "Cara, você pode falar um pouco mais alto?" + +# game/3_min.rpy:1871 +translate brazilian_portuguese sceneFilming_3b5ceff8: + + # "After a few takes, they manage to capture a halfway audible clip of Diya talking. They move on to the next scene..." + "Depois de algumas tentativas, elas conseguem pegar um clipe mais ou menos audível da Diya falando. Elas vão para a próxima cena..." + +# game/3_min.rpy:1878 +translate brazilian_portuguese sceneFilming_76d54d49: + + # "Soon, it's time for the Evil Hunter's interview. Min reviews her lines before getting into place." + "Da aqui a pouco é hora da entrevista do Caçador do Mal. Min revisa suas falas antes de ir para seu lugar." + +# game/3_min.rpy:1880 +translate brazilian_portuguese sceneFilming_99b8bb76: + + # Ester "Okay, I'm set up. Action." + Ester "Okay, estou pronta. Ação." + +# game/3_min.rpy:1883 +translate brazilian_portuguese sceneFilming_6d71d9bc: + + # Noelle "Next, I'm interviewing a hunter who's camped out in the Idaho wilderness." + Noelle "Agora, estarei entrevistando uma caçadora que se acampou na natureza de Idaho." + +# game/3_min.rpy:1886 +translate brazilian_portuguese sceneFilming_0d8ed4b7: + + # Noelle "Hello there. How do you feel about the removal of gray wolves from the Endangered Species list?" + Noelle "Olá. Como você se sente sobre a remoção de lobos cinzentos da lista de espécies ameaçadas de extinção?" + +# game/3_min.rpy:1889 +translate brazilian_portuguese sceneFilming_d4a3d328: + + # MinT "Ester could straight up ruin my whole life if she said something right now..." + MinT "Ester poderia simplesmente arruinar minha vida toda se ela falasse algo agora..." + +# game/3_min.rpy:1892 +translate brazilian_portuguese sceneFilming_bc2543cb: + + # Min "I...Uh..." + Min "Eu...Uh..." + +# game/3_min.rpy:1895 +translate brazilian_portuguese sceneFilming_a598523f: + + # Noelle "...Yes?" + Noelle "...Sim?" + +# game/3_min.rpy:1897 +translate brazilian_portuguese sceneFilming_67680bca: + + # Min "Gimme a minute, I just woke up." + Min "Me dá um minuto, eu acabei de acordar." + +# game/3_min.rpy:1900 +translate brazilian_portuguese sceneFilming_0b7c5d3a: + + # Noelle "...It's the afternoon." + Noelle "...Estamos no meio da tarde." + +# game/3_min.rpy:1903 +translate brazilian_portuguese sceneFilming_93a52a1b: + + # Min "The sleeping bag I was sleeping on was full of rocks." with sshake + Min "Meu saco de dormir estava cheio de pedras." with sshake + +# game/3_min.rpy:1906 +translate brazilian_portuguese sceneFilming_1478c377: + + # Noelle "......." + Noelle "......." + +# game/3_min.rpy:1908 +translate brazilian_portuguese sceneFilming_a1234fbf: + + # Min "Anyway, I feel ecstatic about the delisting!" with sshake + Min "De qualquer forma, estou muito contente com a remoção!" with sshake + +# game/3_min.rpy:1909 +translate brazilian_portuguese sceneFilming_03b5b8ef: + + # Min "I can't wait to kill tons of wolves!!!" with sshake + Min "Mal posso esperar para matar um monte de lobos!!!" with sshake + +# game/3_min.rpy:1912 +translate brazilian_portuguese sceneFilming_38b31407: + + # Akarsha "Hold up, cut!" + Akarsha "Calma lá, corta!" + +# game/3_min.rpy:1913 +translate brazilian_portuguese sceneFilming_3d43bb1c: + + # Akarsha "Ya skipped a line." + Akarsha "Você pulou uma fala." + +# game/3_min.rpy:1916 +translate brazilian_portuguese sceneFilming_5686f4c7: + + # Min "What line?" + Min "Qual fala?" + +# game/3_min.rpy:1919 +translate brazilian_portuguese sceneFilming_18eb65a3: + + # Akarsha "The part about how the delisting removed protections for wolves from hunters." + Akarsha "A parte sobre como a remoção tirou as proteções dos lobos contra os caçadores." + +# game/3_min.rpy:1921 +translate brazilian_portuguese sceneFilming_1ccea26c: + + # Min "Oh, right." + Min "Ah, certo." + +# game/3_min.rpy:1925 +translate brazilian_portuguese sceneFilming_0d8ed4b7_1: + + # Noelle "Hello there. How do you feel about the removal of gray wolves from the Endangered Species list?" + Noelle "Olá. Como você se sente sobre a remoção de lobos cinzentos da lista de espécies ameaçadas de extinção?" + +# game/3_min.rpy:1927 +translate brazilian_portuguese sceneFilming_e6b505bd: + + # Min "I feel ecstatic! The delisting removed protections for wolves in Idaho and...and..." + Min "Estou muito contente! A remoção tirou as proteções dos lobos em Idaho e...e..." + +# game/3_min.rpy:1929 +translate brazilian_portuguese sceneFilming_3bc58057: + + # "Sweating profusely, Min tries to focus and remember her line..." + "Suando frio, Min tenta focar e lembrar sua fala..." + +# game/3_min.rpy:1931 +translate brazilian_portuguese sceneFilming_cd2045ac: + + # Min "............." + Min "............." + +# game/3_min.rpy:1934 +translate brazilian_portuguese sceneFilming_3c20f783: + + # Noelle "...Ma'am? Hello?" + Noelle "...Senhora? Olá?" + +# game/3_min.rpy:1936 +translate brazilian_portuguese sceneFilming_6c40db0f: + + # Min "Don't call me ma'am." + Min "Não me chame de senhora." + +# game/3_min.rpy:1939 +translate brazilian_portuguese sceneFilming_f1d86983: + + # Noelle "Wha...Why not?!" with sshake + Noelle "Qu...Por que não?!" with sshake + +# game/3_min.rpy:1941 +translate brazilian_portuguese sceneFilming_523bcb09: + + # Min "I don't like it. I'm not a woman or something." + Min "Eu não gostei. Eu não sou uma mulher nem nada." + +# game/3_min.rpy:1944 +translate brazilian_portuguese sceneFilming_1f1ab4b5: + + # Noelle "Are we talking about your character, or in real life?!" + Noelle "Nós estamos falando do seu personagem, ou na vida real?!" + +# game/3_min.rpy:1946 +translate brazilian_portuguese sceneFilming_376c2e6f: + + # Akarsha "Cut! C'mon, don't break the fourth wall." + Akarsha "Corta! Qualé, não quebra a quarta parede." + +# game/3_min.rpy:1948 +translate brazilian_portuguese sceneFilming_79de35c5: + + # "After Min botches their tenth try, Noelle looks about ready to explode." + "Após Min ter estragado sua décima tentativa, Noelle parece prestes a explodir." + +# game/3_min.rpy:1953 +translate brazilian_portuguese sceneFilming_63474c3a: + + # Noelle "Are you even trying right now? We're going to be stuck here all day because of you!" with sshake + Noelle "Você está sequer tentando? Nós vamos ficar aqui o dia todo por culpa sua!" with sshake + +# game/3_min.rpy:1955 +translate brazilian_portuguese sceneFilming_a0b665c3: + + # Min "Shut up! I am too trying!" with sshake + Min "Cala a boca! Eu estou tentando!" with sshake + +# game/3_min.rpy:1958 +translate brazilian_portuguese sceneFilming_f4949d32: + + # Liz "Why don't we take a little break? It'll probably help us all reset." + Liz "Por que não fazemos uma pequena pausa? Possivelmente vai nos ajudar a reiniciar." + +# game/3_min.rpy:1960 +translate brazilian_portuguese sceneFilming_073a2994: + + # Chryssa "Yeah, let's go stare at the lake or something." + Chryssa "Isso, vamos encarar o lago ou algo assim." + +# game/3_min.rpy:1961 +translate brazilian_portuguese sceneFilming_776e566a: + + # Chryssa "We can hide all our backpacks and stuff in the tent." + Chryssa "Podemos esconder nossas mochilas e coisas na barraca." + +# game/3_min.rpy:1963 +translate brazilian_portuguese sceneFilming_10b6ec15: + + # Akarsha "I guess it can't hurt..." + Akarsha "Acho que não é má ideia..." + +# game/3_min.rpy:1975 +translate brazilian_portuguese sceneFilming_d3a91f14: + + # "The group trudges over to the lake. Diya sits down with Min by the water's edge..." + "O grupo caminha até o lago. Diya senta-se com Min na beira da água..." + +# game/3_min.rpy:1995 +translate brazilian_portuguese lakeLoop_314b2446: + + # Min "Ugh...I hate nature-y lakes like this." + Min "Ugh...Eu odeio lagos naturebas tipo esse." + +# game/3_min.rpy:1998 +translate brazilian_portuguese lakeLoop_da6af4d3: + + # Diya "Why?" + Diya "Por quê?" + +# game/3_min.rpy:1999 +translate brazilian_portuguese lakeLoop_6c271a6a: + + # Diya "It's nice here." + Diya "É legal aqui." + +# game/3_min.rpy:2001 +translate brazilian_portuguese lakeLoop_79ad1f16: + + # Min "It just reminds me of shit that happened to me in Florida." + Min "Só me lembra de algumas merdas que aconteceram comigo na Flórida." + +# game/3_min.rpy:2004 +translate brazilian_portuguese lakeLoop_25f1bee1: + + # Diya "What happened?" + Diya "O que aconteceu?" + +# game/3_min.rpy:2006 +translate brazilian_portuguese lakeLoop_bd237967: + + # Min "I mean, it's pretty much the same as the other stories I told you." + Min "Ah, é meio que igual as outras histórias que eu te contei." + +# game/3_min.rpy:2007 +translate brazilian_portuguese lakeLoop_31029108: + + # Min "I was just on a field trip that got ruined by racists." + Min "Eu só estava num passeio escolar que foi arruinado por racistas." + +# game/3_min.rpy:2009 +translate brazilian_portuguese lakeLoop_b7bded3c: + + # Min "So now places like this are cursed." + Min "Então agora lugares como esse são amaldiçoados." + +# game/3_min.rpy:2012 +translate brazilian_portuguese lakeLoop_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/3_min.rpy:2014 +translate brazilian_portuguese lakeLoop_8dd20494: + + # Diya "What did you mean earlier? About not being a woman." + Diya "O que você quis dizer antes? Sobre não ser uma mulher." + +# game/3_min.rpy:2015 +translate brazilian_portuguese lakeLoop_bb7acf7e: + + # Diya "Do you mean age-wise?" + Diya "Você quer dizer tipo, em questão de idade?" + +# game/3_min.rpy:2017 +translate brazilian_portuguese lakeLoop_de568074: + + # Min "Oh...It's hard to explain." + Min "Ah...É difícil explicar." + +# game/3_min.rpy:2018 +translate brazilian_portuguese lakeLoop_05eb95f0: + + # Min "I've never really told this to anyone before. It's probably going to be confusing." + Min "Eu nunca realmente contei isso para ninguém. Possivelmente vai soar meio confuso." + +# game/3_min.rpy:2020 +translate brazilian_portuguese lakeLoop_057acd98: + + # Diya "That's okay." + Diya "Tudo bem." + +# game/3_min.rpy:2023 +translate brazilian_portuguese lakeLoop_0cd0cf43: + + # Min "I don't really like being thought of as a girl." + Min "Eu não gosto de ser pensada como uma garota." + +# game/3_min.rpy:2024 +translate brazilian_portuguese lakeLoop_e07d885e: + + # Min "But I'm not 100%% removed from it, if that makes sense?" + Min "Mas eu não estou 100%% removida disso, se faz sentido?" + +# game/3_min.rpy:2026 +translate brazilian_portuguese lakeLoop_fea033c8: + + # Min "Being called a woman or a lady is way worse. Like, disgusting." + Min "Ser chamada de uma mulher ou dama é bem pior. Tipo, nojento." + +# game/3_min.rpy:2027 +translate brazilian_portuguese lakeLoop_496bc85b: + + # Min "I definitely don't want strangers seeing me to think \"Oh, that's a woman.\"" + Min "Eu definitivamente não quero que estranhos me vejam e pensem \"Ah, essa é uma mulher.\"" + +# game/3_min.rpy:2030 +translate brazilian_portuguese lakeLoop_70290ed7: + + # Diya "...What do you want them to think?" + Diya "...O que você quer que eles pensem?" + +# game/3_min.rpy:2033 +translate brazilian_portuguese lakeLoop_f9ded5f9: + + # Min "...I dunno..." + Min "...Não sei..." + +# game/3_min.rpy:2035 +translate brazilian_portuguese lakeLoop_2c539344: + + # Min "I'm still figuring that part out." + Min "Eu ainda estou descobrindo essa parte." + +# game/3_min.rpy:2048 +translate brazilian_portuguese lakeLoop_2ced3614: + + # "Diya tilts her head, perplexed." + "Diya inclina a cabeça, perplexa." + +# game/3_min.rpy:2049 +translate brazilian_portuguese lakeLoop_6e8840cd: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:2051 +translate brazilian_portuguese lakeLoop_b8ff68cb: + + # Min "Don't get me wrong, \"girl\" is my favorite gender! Like, you're a girl, and you're the best thing that ever happened to me." + Min "Não me leve a mal, \"meninas\" ainda são meu gênero favorito! Tipo, você é uma menina, e é a melhor coisa que já aconteceu comigo." + +# game/3_min.rpy:2054 +translate brazilian_portuguese lakeLoop_d1fa3241: + + # Min "I just only feel any connection to {i}being{/i} a girl in really specific situations." + Min "Eu só sinto qualquer conexão em {i}ser{/i} uma garota em momentos muito específicos." + +# game/3_min.rpy:2057 +translate brazilian_portuguese lakeLoop_c3d7b6e9: + + # Diya "No, I know." + Diya "Não, eu sei." + +# game/3_min.rpy:2058 +translate brazilian_portuguese lakeLoop_38466dfc: + + # Diya "Sorry. Just trying to wrap my head around it." + Diya "Desculpa. Só tentando entender melhor." + +# game/3_min.rpy:2059 +translate brazilian_portuguese lakeLoop_889c2b33: + + # Diya "...Can I still call you my girlfriend?" + Diya "...Ainda posso te chamar de minha namorada?" + +# game/3_min.rpy:2061 +translate brazilian_portuguese lakeLoop_c0cf9d94: + + # Min "Yeah! I like being your girlfriend." + Min "Claro! Eu gosto de ser sua namorada." + +# game/3_min.rpy:2063 +translate brazilian_portuguese lakeLoop_1f4de348: + + # Min "And I like being lesbian. I'm not that into the \"being a girl\" part, but I relate super hard with the \"no interest in men\" part." + Min "E eu gosto de ser lésbica. Só não gosto da parte de \"ser uma menina\", mas me identifico bem com a parte de \"sem interesse em homens\"." + +# game/3_min.rpy:2065 +translate brazilian_portuguese lakeLoop_1232ee2d: + + # Min "It's more stuff like being called \"ma'am\" or \"Mrs.\" that really skeeves me out." + Min "É só mais coisas como ser chamada de \"senhora\" ou \"senhorita\" que me irrita." + +# game/3_min.rpy:2066 +translate brazilian_portuguese lakeLoop_ee75efa9: + + # Min "I know it doesn't make that much sense. Like, gender's not real in the first place, so..." + Min "Eu sei que não faz muito sentido. Tipo, gênero nem existe em primeiro lugar, então..." + +# game/3_min.rpy:2069 +translate brazilian_portuguese lakeLoop_5176ce00: + + # Diya "No, it makes sense." + Diya "Não, faz sentido sim." + +# game/3_min.rpy:2070 +translate brazilian_portuguese lakeLoop_f07eb67a: + + # Diya "Feel like I already knew that before you said it." + Diya "Sinto que eu já sabia disso antes de você me falar." + +# game/3_min.rpy:2072 +translate brazilian_portuguese lakeLoop_ae02b5e4: + + # Min "You're okay with it?" + Min "Você tá tranquila com isso?" + +# game/3_min.rpy:2074 +translate brazilian_portuguese lakeLoop_601b50f1: + + # "To Min's relief, Diya nods." + "Para alívio de Min, Diya concorda com a cabeça." + +# game/3_min.rpy:2076 +translate brazilian_portuguese lakeLoop_f213d466: + + # Diya "It's very you." + Diya "É bem sua cara." + +# game/3_min.rpy:2077 +translate brazilian_portuguese lakeLoop_53270d4a: + + # Diya "It's kind of cool. You're like a gender outlaw." + Diya "É meio legal assim. Você é meio que uma fora da lei de gênero." + +# game/3_min.rpy:2079 +translate brazilian_portuguese lakeLoop_86c8bf7b: + + # Min "Yeah! That's me." + Min "Isso! Essa sou eu." + +# game/3_min.rpy:2081 +translate brazilian_portuguese lakeLoop_bf6b7fe0: + + # MinT "I'm so lucky to have the sweetest, kindest, purest girlfriend in the world who has to be protected at all costs..." + MinT "Eu sou muito sortuda de ter a namorada mais doce, gentil e pura do mundo, que precisa ser protegida a qualquer custo..." + +# game/3_min.rpy:2082 +translate brazilian_portuguese lakeLoop_a50f12be: + + # MinT "I definitely can't let her find out about the racist thing..." + MinT "Eu definitivamente não posso deixar ela descobrir sobre a coisa de ser racista..." + +# game/3_min.rpy:2085 +translate brazilian_portuguese lakeLoop_a50c620d: + + # "Min continues watching the clear, rippling water." + "Min continua a olhar a água limpa e ondulante." + +# game/3_min.rpy:2086 +translate brazilian_portuguese lakeLoop_5342560b: + + # "All of a sudden, Noelle yelps and turns indignantly to Akarsha." + "De repente, Noelle dá um grito e se vira indignada para a Akarsha." + +# game/3_min.rpy:2088 +translate brazilian_portuguese lakeLoop_62a86f59: + + # Noelle "Did you just throw a rock at me?!" with sshake + Noelle "Você acabou de jogar uma pedra em mim?!" with sshake + +# game/3_min.rpy:2090 +translate brazilian_portuguese lakeLoop_4501046c: + + # Akarsha "Nope? Maybe it was the water." + Akarsha "Não? Talvez tenha sido a água." + +# game/3_min.rpy:2093 +translate brazilian_portuguese lakeLoop_cbe2b99b: + + # Noelle "The WATER threw a rock at me??" with sshake + Noelle "A ÁGUA jogou uma pedra em mim??" with sshake + +# game/3_min.rpy:2095 +translate brazilian_portuguese lakeLoop_9bda3de1: + + # Akarsha "It was just a lil pebble, right? I bet the waves could've picked it up." + Akarsha "Só foi uma pedrinha, certo? Aposto que as ondas poderiam ter pego ela." + +# game/3_min.rpy:2097 +translate brazilian_portuguese lakeLoop_828b6b52: + + # MinT "She definitely threw the rock at her." + MinT "Ela definitivamente jogou a pedra na Noelle." + +# game/3_min.rpy:2100 +translate brazilian_portuguese lakeLoop_0fa7cb77: + + # "Chryssa sighs from the bench she and Liz are sitting on." + "Chryssa dá um suspiro do banco que ela e Liz estão sentadas." + +# game/3_min.rpy:2102 +translate brazilian_portuguese lakeLoop_472cc6ba: + + # Chryssa "Why is it that wherever we go, we end up babysitting people?" + Chryssa "Por que onde quer que nós vamos, a gente acaba de babá das pessoas?" + +# game/3_min.rpy:2103 +translate brazilian_portuguese lakeLoop_7db3111c: + + # Chryssa "Do you think it's firstborn child syndrome?" + Chryssa "Você acha que é síndrome do irmão mais velho?" + +# game/3_min.rpy:2105 +translate brazilian_portuguese lakeLoop_2a57457d: + + # Liz "You might be onto something." + Liz "Você pode estar no caminho certo." + +# game/3_min.rpy:2107 +translate brazilian_portuguese lakeLoop_7d5e674e: + + # Liz "My siblings are pretty immature, so it's usually up to me to make sure the house doesn't burn down." + Liz "Meus irmãos são bem imaturos, então normalmente é meu dever garantir que a casa não vai pegar fogo." + +# game/3_min.rpy:2109 +translate brazilian_portuguese lakeLoop_f23ab330: + + # Chryssa "What if we started acting really immature too? Then someone else'll be forced to pick up the slack." + Chryssa "E se a gente começasse a agir de forma bem imatura também? Então outra pessoa seria obrigada a pegar o trabalho." + +# game/3_min.rpy:2111 +translate brazilian_portuguese lakeLoop_097f8a44: + + # Liz "How do you propose we do that?" + Liz "Como você propõe que nós fizéssemos isso?" + +# game/3_min.rpy:2113 +translate brazilian_portuguese lakeLoop_b855525f: + + # Chryssa "I dunno...Maybe we should just start talking with no filter." + Chryssa "Não sei...Talvez a gente deveria só começar a falar sem filtrar." + +# game/3_min.rpy:2114 +translate brazilian_portuguese lakeLoop_a4c38da8: + + # Chryssa "Instead of thinking about what we say, we just say whatever pops into our minds first." + Chryssa "Em vez de pensar no que iremos falar, nós só disséssemos o que der na nossa mente primeiro." + +# game/3_min.rpy:2116 +translate brazilian_portuguese lakeLoop_ffb4db93: + + # Liz "Very interesting..." + Liz "Interessante..." + +# game/3_min.rpy:2123 +translate brazilian_portuguese lakeLoop_fa874b31: + + # "Min rereads the script." + "Min relê o roteiro." + +# game/3_min.rpy:2124 +translate brazilian_portuguese lakeLoop_1ab368de: + + # "When she reaches the end of the packet, she flips it over to make sure there's nothing on the back." + "Quando ela chega no fim das páginas, ela vira para garantir que não tem nada no verso." + +# game/3_min.rpy:2125 +translate brazilian_portuguese lakeLoop_23bdc032: + + # "To her horror, the backside is covered with a dense array of numbers and numerical operations." + "Para seu horror, o verso está coberto de um monte de números e operações matemáticas." + +# game/3_min.rpy:2127 +translate brazilian_portuguese lakeLoop_7ceb05a2: + + # Min "The heck is this?! It looks like a serial killer wrote on it." with sshake + Min "Que porcaria é essa?! Parece que um assassino em série escreveu aqui." with sshake + +# game/3_min.rpy:2130 +translate brazilian_portuguese lakeLoop_b911c4a7: + + # Noelle "Oh, it's just a puzzle I made up." + Noelle "Ah, é só um desafio que eu inventei." + +# game/3_min.rpy:2132 +translate brazilian_portuguese lakeLoop_f6a35bb5: + + # Noelle "Using the digits 1, 2, 5, and 7 only once each, you create expressions using any operations that result in each integer from 0 to 100." + Noelle "Usando apenas os algarismos 1, 2, 5 e 7 uma vez cada, criar expressões usando qualquer operação em que resultem em cada número de 0 a 10." + +# game/3_min.rpy:2134 +translate brazilian_portuguese lakeLoop_2b56e591: + + # Min "What in the actual hell would possess you to do that?" + Min "O que caralhos que daria em você para você fazer isso?" + +# game/3_min.rpy:2137 +translate brazilian_portuguese lakeLoop_1aa10e98: + + # Noelle "It's called curiosity." + Noelle "Se chama curiosidade." + +# game/3_min.rpy:2139 +translate brazilian_portuguese lakeLoop_0971eb51: + + # Noelle "When I look at a clock, I like to make the numbers do this." + Noelle "Quando eu olho para um relógio, eu gosto de fazer os números fazerem isso." + +# game/3_min.rpy:2141 +translate brazilian_portuguese lakeLoop_5df7a18e: + + # Min "When I look at a clock, it's 'cause I wanna know what time it is." + Min "Quando eu olho para um relógio, é porque eu quero saber que horas são." + +# game/3_min.rpy:2142 +translate brazilian_portuguese lakeLoop_377d7fc3: + + # Min "God, you're fucked in the head." + Min "Deus, você é fudida na cabeça." + +# game/3_min.rpy:2146 +translate brazilian_portuguese lakeLoop_f0f40ff7: + + # "Ester is sitting with Grace and Sayeeda on a nearby log." + "Ester está sentada com Grace e Sayeeda num tronco próximo." + +# game/3_min.rpy:2148 +translate brazilian_portuguese lakeLoop_998f9f03: + + # MinT "Should I try to talk to her?" + MinT "Será que eu deveria tentar falar com ela?" + +# game/3_min.rpy:2149 +translate brazilian_portuguese lakeLoop_f8bdfd54: + + # MinT "That might piss her off even worse. I probably shouldn't." + MinT "Isso pode acabar irritando ela mais ainda. Eu provavelmente não deveria." + +# game/3_min.rpy:2152 +translate brazilian_portuguese lakeLoop_97672c96: + + # Grace "I wish my hair would go prematurely grey. Having white hair would be so cool." + Grace "Eu queria que meu cabelo ficasse cinza mais cedo. Ter cabelo branco deve ser tão legal." + +# game/3_min.rpy:2154 +translate brazilian_portuguese lakeLoop_45dabef1: + + # Sayeeda "Me too..." + Sayeeda "Eu também..." + +# game/3_min.rpy:2156 +translate brazilian_portuguese lakeLoop_2569a124: + + # Ester "Even though no one else would see it?" + Ester "Mesmo que ninguém pudesse ver seu cabelo?" + +# game/3_min.rpy:2158 +translate brazilian_portuguese lakeLoop_00318957: + + # Sayeeda "That's not true, I can show my hair to my family and other girls." + Sayeeda "Isso não é verdade, eu posso mostrar meu cabelo para minha família e para outras garotas." + +# game/3_min.rpy:2160 +translate brazilian_portuguese lakeLoop_612a59dd: + + # Grace "It's true, she used to charge other girls $20 to see her hair in the girls bathroom." + Grace "É verdade, ela costumava cobrar 20 dólares das outras garotas para elas verem o cabelo dela no banheiro feminino." + +# game/3_min.rpy:2162 +translate brazilian_portuguese lakeLoop_63458db0: + + # Ester "How'd you know? Did you pay to see it?" + Ester "Como você sabia? Você pagou para ver?" + +# game/3_min.rpy:2164 +translate brazilian_portuguese lakeLoop_79d69818: + + # Grace "Yup." + Grace "Sim." + +# game/3_min.rpy:2166 +translate brazilian_portuguese lakeLoop_dd32070e: + + # Sayeeda "If you're interested, Ester, I'll let you see it for a special discount of $10." + Sayeeda "Se você estiver interessada, Ester, eu posso fazer um desconto especial de 10 dólares." + +# game/3_min.rpy:2168 +translate brazilian_portuguese lakeLoop_12445d15: + + # Ester "I'll pass." + Ester "Eu passo." + +# game/3_min.rpy:2170 +translate brazilian_portuguese lakeLoop_013d972f: + + # Sayeeda "You sure? Limited time offer." + Sayeeda "Tem certeza? Oferta limitada." + +# game/3_min.rpy:2172 +translate brazilian_portuguese lakeLoop_28580dc6: + + # Grace "Why's it limited time? Your hair's always gonna be there." + Grace "Por que é limitada? Seu cabelo vai continuar ali." + +# game/3_min.rpy:2174 +translate brazilian_portuguese lakeLoop_31b43c53: + + # Sayeeda "For all you know, I could be dyeing it a crazy new color every day." + Sayeeda "Pelo seu conhecimento, eu poderia estar pintando meu cabelo de uma cor maluca todo dia." + +# game/3_min.rpy:2175 +translate brazilian_portuguese lakeLoop_02864182: + + # Sayeeda "It could be blue, purple, pink...And you'll never know unless you check!" + Sayeeda "Pode ser azul, roxo, rosa...E vocês nunca vão saber a menos que verifiquem!" + +# game/3_min.rpy:2177 +translate brazilian_portuguese lakeLoop_a86bdb76: + + # Grace "Oh, crap. Maybe I should pay to see it again..." + Grace "Ah, merda. Talvez eu deveria pagar para ver de novo..." + +# game/3_min.rpy:2179 +translate brazilian_portuguese lakeLoop_4740033f: + + # Ester "You're seriously falling for that?!" with sshake + Ester "Você vai realmente cair nessa?!" with sshake + +# game/3_min.rpy:2189 +translate brazilian_portuguese filmingResumes_239300b0: + + # "After the brief break, the group gets back to filming." + "Após a rápida pausa, o grupo volta a filmar." + +# game/3_min.rpy:2194 +translate brazilian_portuguese filmingResumes_d7af1875: + + # Ester "Take 11. Action." + Ester "Take 11. Ação." + +# game/3_min.rpy:2197 +translate brazilian_portuguese filmingResumes_3ff26b17: + + # Noelle "Hello, how do you feel about the removal of gray wolves from the Endangered Species list?" + Noelle "Olá. Como você se sente sobre a remoção de lobos cinzentos da lista de espécies ameaçadas de extinção?" + +# game/3_min.rpy:2199 +translate brazilian_portuguese filmingResumes_37788c36: + + # Min "I feel ecstatic! The delisting removed protections for wolves in Idaho and Montana." + Min "Estou muito contente! A remoção tirou as proteções dos lobos em Idaho e Montana." + +# game/3_min.rpy:2200 +translate brazilian_portuguese filmingResumes_f6106cae: + + # Min "Now it's legal for me to hunt them. I can't wait to kill tons of wolves!" with sshake + Min "Agora, é legalizado eu caçar eles. Mal posso esperar para matar um monte de lobos!" with sshake + +# game/3_min.rpy:2204 +translate brazilian_portuguese filmingResumes_0b686f9f: + + # "When they finally get through the whole scene, Diya rewards Min with a quick peck on the cheek." + "Quando elas finalmente passam pela cena inteira, Diya recompensa Min com um beijo rápido na bochecha." + +# game/3_min.rpy:2206 +translate brazilian_portuguese filmingResumes_6b9db326: + + # Diya "Good job." + Diya "Bom trabalho." + +# game/3_min.rpy:2208 +translate brazilian_portuguese filmingResumes_debabce1: + + # Min "I'm all sweaty and nasty right now, you don't have to do that." + Min "Estou toda suada e nojenta agora, você não precisa fazer isso." + +# game/3_min.rpy:2211 +translate brazilian_portuguese filmingResumes_74ec8a65: + + # Diya "You're not nasty. I don't mind it." + Diya "Você não é nojenta. Eu não ligo." + +# game/3_min.rpy:2213 +translate brazilian_portuguese filmingResumes_6b387699: + + # "Noelle grumbles as she sits next to Akarsha at the picnic table and takes a sip of water." + "Noelle resmunga enquanto se senta ao lado de Akarsha na mesa de piquenique e toma um gole de água." + +# game/3_min.rpy:2216 +translate brazilian_portuguese filmingResumes_a7685040: + + # Noelle "I still can't believe you threw a rock at my face." + Noelle "Eu ainda não acredito que você jogou uma pedra na minha cara." + +# game/3_min.rpy:2218 +translate brazilian_portuguese filmingResumes_ce7101eb: + + # Akarsha "Hey, that is a GROSS exaggeration." + Akarsha "Ei, esse é um exagero GIGANTE." + +# game/3_min.rpy:2220 +translate brazilian_portuguese filmingResumes_113daa53: + + # Min "Wait, so you admit it was you who threw it now?" + Min "Espera, então você admite que você jogou ela agora?" + +# game/3_min.rpy:2223 +translate brazilian_portuguese filmingResumes_73163802: + + # Akarsha "First of all, I LOBBED it. Second of all, I lobbed it at her neck, not her face." + Akarsha "Primeiramente, eu ARREMESSEI. Segundamente, eu arremessei no seu pescoço, não no rosto." + +# game/3_min.rpy:2226 +translate brazilian_portuguese filmingResumes_b88a5000: + + # Noelle "WELL, IT HIT MY FACE!!!" with sshake + Noelle "BEM, ACERTOU NO MEU ROSTO!!!" with sshake + +# game/3_min.rpy:2228 +translate brazilian_portuguese filmingResumes_71f93775: + + # Akarsha "Intent matters here! You're makin' it sound way worse than it really was!" + Akarsha "A intenção importa! Você está fazendo parecer bem pior do que realmente foi!" + +# game/3_min.rpy:2230 +translate brazilian_portuguese filmingResumes_67698186: + + # MinT "Yeah, intent does matter! I didn't mean to hurt Ester's feelings either!" + MinT "Sim, a intenção importa! Eu não queria machucar os sentimentos da Ester também!" + +# game/3_min.rpy:2233 +translate brazilian_portuguese filmingResumes_cdfbe147: + + # "Min uneasily glances over at Ester. She's reviewing the footage on the camcorder." + "Min nervosamente olha para Ester. Ela está revisando as gravações na câmera." + +# game/3_min.rpy:2235 +translate brazilian_portuguese filmingResumes_f9569271: + + # Ester ".........." + Ester ".........." + +# game/3_min.rpy:2238 +translate brazilian_portuguese filmingResumes_be40f201: + + # MinT "I wish the whole thing never happened..." + MinT "Eu queria que essa coisa toda não tivesse acontecido..." + +# game/3_min.rpy:2241 +translate brazilian_portuguese filmingResumes_9bfd8423: + + # Ester "Okay, we're good to start the wolf family interview." + Ester "Okay, vamos começar a entrevista da família lobo." + +# game/3_min.rpy:2243 +translate brazilian_portuguese filmingResumes_e94f2b1a: + + # Akarsha "Yiss!!!" with sshake + Akarsha "Sim!!!" with sshake + +# game/3_min.rpy:2245 +translate brazilian_portuguese filmingResumes_463ea715: + + # Liz "I call being the Wolf Mom!" + Liz "Eu vou ser a Mãe Lobo!" + +# game/3_min.rpy:2247 +translate brazilian_portuguese filmingResumes_4d8ba916: + + # Chryssa "Wait, I wanted to be the mommy, too." + Chryssa "Espera, eu queria ser a mamãe, também." + +# game/3_min.rpy:2249 +translate brazilian_portuguese filmingResumes_ad400344: + + # Liz "Well, I definitely don't want to be the dad." + Liz "Bem, eu definitivamente não quero ser o pai." + +# game/3_min.rpy:2251 +translate brazilian_portuguese filmingResumes_e88c995b: + + # Diya "It can be two moms. Adopted." + Diya "Podem ser duas mães. Adotada." + +# game/3_min.rpy:2252 +translate brazilian_portuguese filmingResumes_1fb10ca7: + + # Diya "Wolf Mom and Wolf Mom #2." + Diya "Mãe Lobo e Mãe Lobo #2." + +# game/3_min.rpy:2254 +translate brazilian_portuguese filmingResumes_308d0e26: + + # Chryssa "Wolf Mom #2 definitely sounds like the inferior one, though." + Chryssa "Mesmo assim, Mãe Lobo #2 definitivamente parece inferior." + +# game/3_min.rpy:2256 +translate brazilian_portuguese filmingResumes_e4383a9a: + + # Akarsha "There's gotta be a way to make them sound equal." + Akarsha "Deve ter algum jeito de fazer elas parecerem iguais." + +# game/3_min.rpy:2257 +translate brazilian_portuguese filmingResumes_4aeeae82: + + # Akarsha "Like how there's always two versions of Pokemon, like Diamond and Pearl." + Akarsha "Tipo como tem duas versões de Pokémon, tipo Diamond e Pearl." + +# game/3_min.rpy:2259 +translate brazilian_portuguese filmingResumes_cd78833b: + + # Noelle "Does this really matter??" + Noelle "Isso realmente importa??" + +# game/3_min.rpy:2261 +translate brazilian_portuguese filmingResumes_96f9f0cd: + + # Min "Hey, this is the scene where I kill Akarsha, right?" + Min "Ei, essa é a cena onde eu mato a Akarsha, certo?" + +# game/3_min.rpy:2262 +translate brazilian_portuguese filmingResumes_6856df53: + + # Min "Aren't I supposed to have a gun?" + Min "Eu não deveria ter uma arma?" + +# game/3_min.rpy:2265 +translate brazilian_portuguese filmingResumes_a0a593ac: + + # Sayeeda "Oh, I brought a Nerf gun you can use." + Sayeeda "Ah, eu trouxe uma arma Nerf que você pode usar." + +# game/3_min.rpy:2266 +translate brazilian_portuguese filmingResumes_b772be31: + + # Sayeeda "It's in the tent with the other stuff." + Sayeeda "Está na barraca com as outras coisas." + +# game/3_min.rpy:2268 +translate brazilian_portuguese filmingResumes_15e276bc: + + # Min "Okay, I'll go get it." + Min "Okay, vou lá pegar." + +# game/3_min.rpy:2275 +translate brazilian_portuguese tentDisaster_996a1f40: + + # "Min rummages through the duffel bag of costumes in search of the Nerf gun." + "Min remexe pela bolsa das fantasias, na procura da arma Nerf." + +# game/3_min.rpy:2277 +translate brazilian_portuguese tentDisaster_e48b2061: + + # Noelle "Wait, Min-seo, is the microphone in there too?" + Noelle "Espera, Min-seo, o microfone está aí também?" + +# game/3_min.rpy:2283 +translate brazilian_portuguese tentDisaster_de59366b: + + # Min "I dunno, look for it yourself." + Min "Sei lá, procure você mesma." + +# game/3_min.rpy:2285 +translate brazilian_portuguese tentDisaster_efbd1af8: + + # "Noelle sneezes as she steps into the dusty tent." + "Noelle espirra ao entrar na barraca empoeirada." + +# game/3_min.rpy:2288 +translate brazilian_portuguese tentDisaster_beb2f639: + + # Noelle "Achoo!" with sshake + Noelle "Atchim!" with sshake + +# game/3_min.rpy:2290 +translate brazilian_portuguese tentDisaster_dedb7b45: + + # Min "Shut up." + Min "Cala a boca." + +# game/3_min.rpy:2293 +translate brazilian_portuguese tentDisaster_46bf54ec: + + # Noelle "Shut up???" with sshake + Noelle "Cala a boca???" with sshake + +# game/3_min.rpy:2295 +translate brazilian_portuguese tentDisaster_8a8f756c: + + # "Noelle joins Min by the duffel bag." + "Noelle se junta a Min na bolsa." + +# game/3_min.rpy:2297 +translate brazilian_portuguese tentDisaster_ab27f127: + + # "Suddenly, Noelle frowns at her." + "De repente, Noelle faz uma cara amargurada a ela." + +# game/3_min.rpy:2299 +translate brazilian_portuguese tentDisaster_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/3_min.rpy:2301 +translate brazilian_portuguese tentDisaster_a73fb87d: + + # Min "What? You got a problem or something?" + Min "O que foi? Tá com um problema ou algo assim?" + +# game/3_min.rpy:2303 +translate brazilian_portuguese tentDisaster_c68c7897: + + # "For one heart-stopping moment, Min's sure she's been exposed as racist somehow, but she soon realizes Noelle is just glaring at the dirt that she tracked into the tent." + "Por um momento que parou seu coração, Min tem certeza que ela foi exposta como racista de alguma forma, mas logo ela percebe que Noelle está apenas encarando a sujeira que ela deixou na barraca." + +# game/3_min.rpy:2306 +translate brazilian_portuguese tentDisaster_6eb7dd12: + + # Noelle "You wore your boots inside?! You're getting dirt everywhere!" + Noelle "Você não tirou suas botas para entrar?! Você está botando sujeira em tudo!" + +# game/3_min.rpy:2308 +translate brazilian_portuguese tentDisaster_5f743390: + + # Min "Oh, that's it?" + Min "Ah, é isso?" + +# game/3_min.rpy:2309 +translate brazilian_portuguese tentDisaster_f5b88a2f: + + # Min "It's barely anything!" + Min "É quase nada!" + +# game/3_min.rpy:2313 +translate brazilian_portuguese tentDisaster_4f3da13c: + + # Noelle "You got a leaf on the sleeping bag already. See?" + Noelle "Você deixou uma folha num saco de dormir já. Viu?" + +# game/3_min.rpy:2315 +translate brazilian_portuguese tentDisaster_89b9ec81: + + # Min "So brush it off! Who cares?!" + Min "Só tirar ela! Quem liga?!" + +# game/3_min.rpy:2318 +translate brazilian_portuguese tentDisaster_0d49c77b: + + # Noelle "I care! You were the one responsible, so {i}you{/i} should be the one to brush it off!" + Noelle "Eu ligo! Você foi a responsável, então {i}você{/i} deveria ser quem vai tirar!" + +# game/3_min.rpy:2321 +translate brazilian_portuguese tentDisaster_c747d100: + + # Min "It's just one fucking leaf! Stop splitting hairs over nothing!" with sshake + Min "É só a porra de uma folha! Para de ficar putinha por nada!" with sshake + +# game/3_min.rpy:2324 +translate brazilian_portuguese tentDisaster_6cbf6d9c: + + # Noelle "You're the one being difficult here! Just apologize and get the leaf off!" with sshake + Noelle "Você é quem está sendo difícil aqui! Só peça desculpa e tire a folha!" with sshake + +# game/3_min.rpy:2329 +translate brazilian_portuguese tentDisaster_fed3828e: + + # Min "YOU REALLY WANT ME TO GET THAT LEAF OFF!? TAKE THIS!!!" with sshake + Min "VOCÊ REALMENTE QUER QUE EU TIRE A FOLHA!? TOMA ESSA!!!" with sshake + +# game/3_min.rpy:2331 +translate brazilian_portuguese tentDisaster_6a9218fc: + + # "Min grabs one end of the sleeping bag and swings it at Noelle!" + "Min pega a ponta de um dos sacos de dormir e o balança na direção de Noelle!" + +# game/3_min.rpy:2338 +translate brazilian_portuguese tentDisaster_aa25d9f1: + + # "It whaps Noelle in the torso!" + "Ele bate no torso de Noelle!" + +# game/3_min.rpy:2340 +translate brazilian_portuguese tentDisaster_77d5671b: + + # Noelle "HEY! I'M TELLING ON YOU!!!" with sshake + Noelle "EI! EU VOU CONTAR AOS OUTROS!!!" with sshake + +# game/3_min.rpy:2343 +translate brazilian_portuguese tentDisaster_639270aa: + + # Min "{big=+20}GO AHEAD AND TRY IT, TURBONERD!!!!{/big}" + Min "{big=+20}VAI E TENTA, SUA NERDOLA!!!!{/big}" + +# game/3_min.rpy:2345 +translate brazilian_portuguese tentDisaster_072b1ebc: + + # "Noelle seizes a handful of the sleeping bag as Min tries to land another blow!" with sshake + "Min pega um bocado do saco de dormir e tenta acertar Noelle novamente!" with sshake + +# game/3_min.rpy:2347 +translate brazilian_portuguese tentDisaster_1a39910a: + + # Noelle "YOU GORMLESS BRUTE!!!" with sshake + Noelle "SUA BRUTA ESTÚPIDA!!!" with sshake + +# game/3_min.rpy:2349 +translate brazilian_portuguese tentDisaster_aadb1b6d: + + # Min "THE FUCK YOU MEAN I'M WORMLESS??? TAKE THAT BACK!" with sshake + Min "QUE PORRA QUE VOCÊ QUER DIZER QUE EU SOU ESTÚPIDA??? RETIRE O QUE DISSE!" with sshake + +# game/3_min.rpy:2352 +translate brazilian_portuguese tentDisaster_45c888f1: + + # "Min yanks on the sleeping bag, hard! It slips from Noelle's grasp, sending Min hurtling backwards." + "Min puxa o saco de dormir, com força! Ele escorrega das mãos de Noelle, jogando Min para trás." + +# game/3_min.rpy:2355 +translate brazilian_portuguese tentDisaster_2c42cdae: + + # Min "WHOA!!" with sshake + Min "ÔU!!" with sshake + +# game/3_min.rpy:2358 +translate brazilian_portuguese tentDisaster_9d5c1487: + + # "Min loses her balance completely and falls backwards into the wall of the tent." + "Min perde o equilíbrio completamente e cai de costas na parede da tenda." + +# game/3_min.rpy:2359 +translate brazilian_portuguese tentDisaster_8377ab94: + + # "She hits the ground butt-first, pinning the fabric of the tent down with her weight." + "Ela atinge o chão de ponta-cabeça, prendendo o tecido da barraca com seu peso." + +# game/3_min.rpy:2363 +translate brazilian_portuguese tentDisaster_578ded9f: + + # "The tent collapses, blanketing its occupants in nylon. Min feels herself sliding backwards down a slope..." + "A barraca desmorona, cobrindo seus ocupantes com náilon. Min sente-se deslizando em uma ladeira..." + +# game/3_min.rpy:2365 +translate brazilian_portuguese tentDisaster_a0d09d63: + + # Noelle "THE TENT'S ROLLING DOWN THE HILL!" with sshake + Noelle "A BARRACA ESTÁ ROLANDO PELA LADEIRA!" with sshake + +# game/3_min.rpy:2368 +translate brazilian_portuguese tentDisaster_803c7f9f: + + # "Min and Noelle blindly tumble down the hill with their limbs wrapped in tent, screaming all the way." + "Min e Noelle descem cegamente a colina com os membros enrolados na barraca, gritando o tempo todo." + +# game/3_min.rpy:2371 +translate brazilian_portuguese tentDisaster_f3bd64bf: + + # NPC "AAAAGHHHHHH!!!!!!!!!!!" with sshake + NPC "AAAAGHHHHHH!!!!!!!!!!!" with sshake + +# game/3_min.rpy:2375 +translate brazilian_portuguese tentDisaster_496e736b: + + # "Eventually, they crash into a large bush at the bottom of the ravine." + "Eventualmente, elas batem num grande arbusto no fundo da ravina." + +# game/3_min.rpy:2380 +translate brazilian_portuguese tentDisaster_6c776508: + + # "Min crawls out of the tangled mess, spitting dirt and twigs out of her mouth." + "Min rasteja para fora do emaranhado, cuspindo terra e galhos de sua boca." + +# game/3_min.rpy:2382 +translate brazilian_portuguese tentDisaster_74b5f213: + + # Min "Pwah! Pwah!" with sshake + Min "Pwah! Pwah!" with sshake + +# game/3_min.rpy:2385 +translate brazilian_portuguese tentDisaster_b33bcd82: + + # Noelle "Oh, how I despise you..." + Noelle "Ah, como eu te detesto..." + +# game/3_min.rpy:2386 +translate brazilian_portuguese tentDisaster_cc9c0b01: + + # "Noelle gathers the tent into her arms and tries to trudge back up to the park in her socks." + "Noelle pega a barraca em seus braços e tenta voltar ao parque em suas meias." + +# game/3_min.rpy:2388 +translate brazilian_portuguese tentDisaster_bcd47c97: + + # Min "What happened to your shoes?" + Min "O que aconteceu com seus sapatos?" + +# game/3_min.rpy:2391 +translate brazilian_portuguese tentDisaster_374bf04c: + + # Noelle "I took them off before coming into the tent, like a civilized person." + Noelle "Eu tirei eles antes de entrar na barraca, como uma pessoa civilizada." + +# game/3_min.rpy:2393 +translate brazilian_portuguese tentDisaster_1008dd36: + + # Min "See, this is why keeping them on is better." + Min "Tá vendo, por isso que ficar com eles é melhor." + +# game/3_min.rpy:2394 +translate brazilian_portuguese tentDisaster_7b46c031: + + # Min "I win." + Min "Eu ganhei." + +# game/3_min.rpy:2397 +translate brazilian_portuguese tentDisaster_3c6158d0: + + # Noelle "No, you don't! This situation would never arise under normal circumstances." with sshake + Noelle "Não, você não ganhou! Essa situação nunca teria acontecido em circunstâncias normais." with sshake + +# game/3_min.rpy:2399 +translate brazilian_portuguese tentDisaster_545057e4: + + # Min "Look how much faster I'm walking than you." + Min "Olha quão mais rápido eu estou andando em relação a você." + +# game/3_min.rpy:2400 +translate brazilian_portuguese tentDisaster_40ec08ce: + + # Min "See? Loser." + Min "Tá vendo? Perdedora." + +# game/3_min.rpy:2403 +translate brazilian_portuguese tentDisaster_85f2e307: + + # "Min looks back and sees how far behind Noelle is." + "Min se vira e vê quão para trás Noelle está." + +# game/3_min.rpy:2406 +translate brazilian_portuguese tentDisaster_52988518: + + # MinT "She looks pretty pathetic dragging the tent through the dirt..." + MinT "Ela parece bem patética carregando a barraca pela terra..." + +# game/3_min.rpy:2407 +translate brazilian_portuguese tentDisaster_8683854e: + + # Min "..........." + Min "..........." + +# game/3_min.rpy:2409 +translate brazilian_portuguese tentDisaster_297b978d: + + # "Min reluctantly goes back and yanks the tent away from her." + "Min relutantemente volta e arranca a barraca dela." + +# game/3_min.rpy:2412 +translate brazilian_portuguese tentDisaster_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/3_min.rpy:2414 +translate brazilian_portuguese tentDisaster_e53c2d19: + + # Noelle "What's the matter with you today?" + Noelle "O que deu em você hoje?" + +# game/3_min.rpy:2416 +translate brazilian_portuguese tentDisaster_3bc705ee: + + # Min "What?" + Min "O quê?" + +# game/3_min.rpy:2418 +translate brazilian_portuguese tentDisaster_38077f5b: + + # Noelle "Generally speaking, you strike me as someone who can't take criticism." + Noelle "De um modo geral, você me parece alguém que não aceita críticas." + +# game/3_min.rpy:2420 +translate brazilian_portuguese tentDisaster_8b3adc78: + + # Noelle "But you haven't blown up on me like this for months." + Noelle "Mas você não explodia pra cima de mim desse jeito fazia meses." + +# game/3_min.rpy:2423 +translate brazilian_portuguese tentDisaster_70625001: + + # Noelle "Did something happen between you and Ester?" + Noelle "Aconteceu algo entre você e a Ester?" + +# game/3_min.rpy:2425 +translate brazilian_portuguese tentDisaster_379c085f: + + # Min "WHAT?" with sshake + Min "O QUÊ?" with sshake + +# game/3_min.rpy:2426 +translate brazilian_portuguese tentDisaster_9153c0a6: + + # Min "NO, WHY?" + Min "NÃO, POR QUE?" + +# game/3_min.rpy:2429 +translate brazilian_portuguese tentDisaster_f880669b: + + # Noelle "During our scene, you kept eyeing her like she was going to bite you." + Noelle "Durante a nossa cena, você ficava olhando para ela como se ela fosse te morder." + +# game/3_min.rpy:2433 +translate brazilian_portuguese tentDisaster_0ae85404: + + # MinT "Oh, hell. If even fucking NOELLE can tell, I might as well be wearing a neon sign around saying what happened." + MinT "Ah, merda. Se até a fodendo NOELLE percebeu, eu poderia só usar uma placa neon dizendo o que aconteceu." + +# game/3_min.rpy:2434 +translate brazilian_portuguese tentDisaster_c7d5c49b: + + # Min "We sorta got in a fight." + Min "Nós meio que brigamos." + +# game/3_min.rpy:2436 +translate brazilian_portuguese tentDisaster_9814a440: + + # Min "She got all offended by something I said." + Min "Ela ficou toda ofendida por algo que eu disse." + +# game/3_min.rpy:2439 +translate brazilian_portuguese tentDisaster_645c6f64: + + # Noelle "What did you say?" + Noelle "O que você disse?" + +# game/3_min.rpy:2441 +translate brazilian_portuguese tentDisaster_5d962d29: + + # MinT "...I don't even wanna say it...It's so fucking embarrassing..." + MinT "...Eu não quero nem falar...É vergonhoso pra caralho..." + +# game/3_min.rpy:2443 +translate brazilian_portuguese tentDisaster_2a7fd8d4: + + # Min "I kinda was like...I didn't know Black people cared about grades..." + Min "Foi meio tipo...Eu não sabia que pessoas negras se importavam com notas..." + +# game/3_min.rpy:2446 +translate brazilian_portuguese tentDisaster_ed835781: + + # Noelle "What?! Why???" with sshake + Noelle "O quê?! Por que???" with sshake + +# game/3_min.rpy:2449 +translate brazilian_portuguese tentDisaster_85226f54: + + # Min "I don't know...None of my classes ever had Black people in them..." + Min "Eu não sei...Nunca tive uma turma que tivesse pessoas negras..." + +# game/3_min.rpy:2450 +translate brazilian_portuguese tentDisaster_afa4027c: + + # Min "So I felt like I was learning something new from the story she was telling me. I was just trying to express that." + Min "Então eu senti que eu estava aprendendo algo novo da história que ela estava me contando. Eu só estava tentando expressar isso." + +# game/3_min.rpy:2454 +translate brazilian_portuguese tentDisaster_5cbb5c31: + + # Noelle "So you decided to TELL HER you held a bigoted belief that only changed after a random anecdote she shared???" with sshake + Noelle "Então você decidiu CONTAR A ELA que você tinha uma crença intolerante que só mudou depois de uma anedota aleatória que ela te falou???" with sshake + +# game/3_min.rpy:2458 +translate brazilian_portuguese tentDisaster_edc7ecab: + + # Min "I wasn't thinking, okay?! It's easy to pick apart now in hindsight, but the whole thing happened in like five seconds!" with sshake + Min "Eu não estava pensando, okay?! É fácil ver meu erro agora na retrospectiva, mas a coisa toda ocorreu em tipo cinco segundos!" with sshake + +# game/3_min.rpy:2460 +translate brazilian_portuguese tentDisaster_c6759fcf: + + # Min "I didn't even have anything against her! Or Black people in general!" + Min "Eu nem tinha nada contra ela! Ou com pessoas negras num geral!" + +# game/3_min.rpy:2461 +translate brazilian_portuguese tentDisaster_cc23f6d8: + + # Min "C'mon, you know me. When I hate someone, I let them know!!!" with sshake + Min "Qualé, você me conhece. Quando eu odeio alguém, eu deixo a pessoa saber!!!" with sshake + +# game/3_min.rpy:2464 +translate brazilian_portuguese tentDisaster_029d9011: + + # Noelle "Yes, I'm well aware of that." + Noelle "Sim, eu sei bem disso." + +# game/3_min.rpy:2466 +translate brazilian_portuguese tentDisaster_5b0b80a1: + + # Min "So it should've been obvious I didn't mean anything bad by it!" + Min "Então deveria ser óbvio que eu não quis dizer nada ruim daquilo!" + +# game/3_min.rpy:2467 +translate brazilian_portuguese tentDisaster_fca5098e: + + # Min "When people do Asian accents or say weird stuff about Koreans, {i}I{/i} don't flip out!" + Min "Quando as pessoas fazem sotaques asiáticos ou falam coisas estranhas sobre coreanos, {i}eu{/i} não surto!" + +# game/3_min.rpy:2470 +translate brazilian_portuguese tentDisaster_ea4e012c: + + # Noelle "You don't...?" + Noelle "Você não surta...?" + +# game/3_min.rpy:2471 +translate brazilian_portuguese tentDisaster_e0cffa02: + + # Noelle "That time we were walking around and got Konnichiwa'd, you were furious." + Noelle "Aquela vez que nós estávamos andando por aí e você recebeu um Konnichiwa, você ficou furiosa." + +# game/3_min.rpy:2473 +translate brazilian_portuguese tentDisaster_1c5df442: + + # Min "That was coming from a white creep, and it was clearly hateful." + Min "Aquilo veio de um canalha branco, era obviamente odioso." + +# game/3_min.rpy:2474 +translate brazilian_portuguese tentDisaster_52c194b8: + + # Min "But if it's just a joke, or something worded insensitively, it doesn't always mean the person ACTUALLY hates Asians." + Min "Mas se é só uma piada, ou algo dito de forma insensível, não quer dizer que a pessoa REALMENTE odeie asiáticos." + +# game/3_min.rpy:2477 +translate brazilian_portuguese tentDisaster_27e8bd0d: + + # Noelle "I'm not sure I follow your logic here..." + Noelle "Eu não sei se estou entendendo sua lógica aqui..." + +# game/3_min.rpy:2478 +translate brazilian_portuguese tentDisaster_32801cdb: + + # Noelle "Are you saying that as long as something's not {i}intentionally{/i} hateful racism, it doesn't bother you?" + Noelle "Você está dizendo que enquanto algo não for {i}intencionalmente{/i} racismo odioso, não te incomoda?" + +# game/3_min.rpy:2480 +translate brazilian_portuguese tentDisaster_b25774cf: + + # Min "Yeah, it doesn't. 'Cause I'm not a sensitive crybaby." + Min "Sim, não me incomoda. Porque eu não sou uma bebê chorona sensível." + +# game/3_min.rpy:2483 +translate brazilian_portuguese tentDisaster_2340a302: + + # Noelle "But if you had a choice, wouldn't you rather they not say those things?" + Noelle "Mas se você tivesse a escolha, você não iria preferir que as pessoas não falassem essas coisas?" + +# game/3_min.rpy:2485 +translate brazilian_portuguese tentDisaster_8144d905: + + # Min "Well, duh. If you could press a button and magically no one ever said that stuff again, that'd be cool." + Min "Óbvio, duh. Se eu pudesse apertar um botão e magicamente ninguém nunca mais dissesse coisas assim de novo, seria massa." + +# game/3_min.rpy:2488 +translate brazilian_portuguese tentDisaster_1166d28a: + + # Noelle "...Then it {i}does{/i|} bother you?" + Noelle "...Então essas coisas te {i}deixam{/i|} incomodada?" + +# game/3_min.rpy:2490 +translate brazilian_portuguese tentDisaster_e70f5c9f: + + # Min "Okay, yeah, maybe it would bother me a little, but I wouldn't make a huge stink about it." + Min "Okay, tá, talvez me incomode um pouco, mas eu não faria grande coisa disso." + +# game/3_min.rpy:2493 +translate brazilian_portuguese tentDisaster_0081474e: + + # Noelle "If it bothers you, doesn't it make sense to complain about it?" + Noelle "Se te incomoda, não faria sentido você reclamar disso?" + +# game/3_min.rpy:2495 +translate brazilian_portuguese tentDisaster_97e27b9f: + + # Min "If I were some weakass sissy, sure. But I'm not, so I don't sweat that kinda small stuff." + Min "Se eu fosse uma maricas fracote, claro. Mas eu não sou, então não me preocupo com esse tipo de coisinha." + +# game/3_min.rpy:2498 +translate brazilian_portuguese tentDisaster_217e0c81: + + # Noelle "But we just established that you {i}are{/i} bothered by it." + Noelle "Mas nós acabamos de estabelecer que você {i}fica{/i} incomodada." + +# game/3_min.rpy:2499 +translate brazilian_portuguese tentDisaster_e7f754cc: + + # Noelle "You just deny it because in your eyes, it's weakness to admit you're hurt. Because of the tough guy act you have going on." + Noelle "Você não pode negar porque na sua visão, é fraqueza admitir que você fica machucada. Por conta do ato de cara fortão que você tem." + +# game/3_min.rpy:2501 +translate brazilian_portuguese tentDisaster_23b38576: + + # "Noelle's got this insufferably smug expression on her face, like she's discovered a misprint in an exam that no one else has found yet." + "Noelle está com uma expressão insuportavelmente presunçosa no rosto, como se tivesse descoberto um erro de impressão em uma prova que ninguém encontrou ainda." + +# game/3_min.rpy:2503 +translate brazilian_portuguese tentDisaster_a8c2d4b7: + + # Noelle "I think I understand now." + Noelle "Eu acho que entendo agora." + +# game/3_min.rpy:2505 +translate brazilian_portuguese tentDisaster_b877806e: + + # Min "Understand what?? You weren't even there." + Min "Entende o quê?? Você nem estava lá." + +# game/3_min.rpy:2509 +translate brazilian_portuguese tentDisaster_0b3ec737: + + # Noelle "You think Ester is overreacting because in similar situations, you do nothing." + Noelle "Você acha que a Ester está exagerando porque em situações parecidas, você não faz nada." + +# game/3_min.rpy:2510 +translate brazilian_portuguese tentDisaster_e368ff3b: + + # Noelle "When she told you your response was racist, you became enraged by her audacity to complain about things you suffered through in silence." + Noelle "Quando ela disse que sua resposta foi racista, você ficou furiosa com a audácia dela de reclamar das coisas pelas quais você sofreu em silêncio." + +# game/3_min.rpy:2512 +translate brazilian_portuguese tentDisaster_5f836ad4: + + # Noelle "Admitting that you genuinely hurt her feelings would require the admission that you've been hurt before, too." + Noelle "Admitir que você realmente feriu os sentimentos dela exigiria a admissão de que você também já foi ferida antes." + +# game/3_min.rpy:2513 +translate brazilian_portuguese tentDisaster_8395a811: + + # Noelle "And your fragile ego cannot allow that." + Noelle "E seu ego frágil não pode permitir isso." + +# game/3_min.rpy:2515 +translate brazilian_portuguese tentDisaster_8eabd16d: + + # Min "..................." + Min "..................." + +# game/3_min.rpy:2516 +translate brazilian_portuguese tentDisaster_994f2541: + + # MinT "Shit...Maybe she's onto something..." + MinT "Merda...Talvez ela esteja certa em algo..." + +# game/3_min.rpy:2519 +translate brazilian_portuguese tentDisaster_aeb8003e: + + # Noelle "In conclusion, Ester's right, you're wrong, and you're racist." + Noelle "Concluindo, a Ester está certa, você está errada, e você é racista." + +# game/3_min.rpy:2521 +translate brazilian_portuguese tentDisaster_990d6bb0: + + # MinT "This sucks so bad....." + MinT "Isso é tão merda....." + +# game/3_min.rpy:2531 +translate brazilian_portuguese falseSpring_428669ea: + + # "Covered in dirt and twigs, Min struggles to put the tent back up." + "Coberta de terra e galhos, Min se esforça para colocar a barraca em pé de novo." + +# game/3_min.rpy:2534 +translate brazilian_portuguese falseSpring_a014ade9: + + # Diya "?!" + Diya "?!" + +# game/3_min.rpy:2535 +translate brazilian_portuguese falseSpring_230ab8af: + + # Diya "Are you okay." + Diya "Você está bem." + +# game/3_min.rpy:2537 +translate brazilian_portuguese falseSpring_0c777aa2: + + # Min "Not really. I feel like absolute dogshit." + Min "Não muito. Me sinto como a maior merda do mundo." + +# game/3_min.rpy:2540 +translate brazilian_portuguese falseSpring_b1895173: + + # Diya "Oh no." + Diya "Ah não." + +# game/3_min.rpy:2542 +translate brazilian_portuguese falseSpring_50905784: + + # MinT "I just wanna hide what I did." + MinT "Eu só quero esconder o que eu fiz." + +# game/3_min.rpy:2543 +translate brazilian_portuguese falseSpring_bcfc82e3: + + # MinT "I wanna dig a hole and bury the terrible truth where no one will ever find it." + MinT "Eu quero cavar um buraco e esconder a verdade terrível onde ninguém vai encontrá-la." + +# game/3_min.rpy:2547 +translate brazilian_portuguese falseSpring_25f1bee1: + + # Diya "What happened?" + Diya "O que aconteceu?" + +# game/3_min.rpy:2549 +translate brazilian_portuguese falseSpring_8a574f6e: + + # Min "I don't really wanna talk about it." + Min "Eu realmente não quero falar sobre isso." + +# game/3_min.rpy:2552 +translate brazilian_portuguese falseSpring_6e8840cd: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:2555 +translate brazilian_portuguese falseSpring_f8873d7c: + + # "At a loss for how to handle the situation, Diya quietly helps her pitch the tent." + "Sem saber como lidar com a situação, Diya silenciosamente a ajuda a armar a barraca." + +# game/3_min.rpy:2563 +translate brazilian_portuguese falseSpring_9fa2cfca: + + # Diya "...?" + Diya "...?" + +# game/3_min.rpy:2565 +translate brazilian_portuguese falseSpring_f3df7a6b: + + # Diya "Oh no..." + Diya "Ah não..." + +# game/3_min.rpy:2567 +translate brazilian_portuguese falseSpring_64f35087: + + # Min "Huh?" + Min "Huh?" + +# game/3_min.rpy:2569 +translate brazilian_portuguese falseSpring_dc59f035: + + # Diya "Look." + Diya "Olha." + +# game/3_min.rpy:2572 +translate brazilian_portuguese falseSpring_88a89181: + + # "Diya points to a malformed looking butterfly clinging to the tent fabric." + "Diya aponta para uma borboleta mal formada presa ao tecido da barraca." + +# game/3_min.rpy:2574 +translate brazilian_portuguese falseSpring_5680d7da: + + # Min "Oh, ew." + Min "Ah, eca." + +# game/3_min.rpy:2575 +translate brazilian_portuguese falseSpring_c66da466: + + # Min "What's wrong with its wing? It's all crinkled." + Min "O que tem de errado com a asa dela? Tá amassada." + +# game/3_min.rpy:2578 +translate brazilian_portuguese falseSpring_15737f72: + + # Diya "Think it's stuck like that...That's so sad." + Diya "Pensar que ela está presa assim...É tão triste." + +# game/3_min.rpy:2579 +translate brazilian_portuguese falseSpring_59ee4f5f: + + # Diya "Maybe it's because of the false spring." + Diya "Talvez seja pela falsa primavera." + +# game/3_min.rpy:2582 +translate brazilian_portuguese falseSpring_e217d98c: + + # Min "False spring?" + Min "Falsa primavera?" + +# game/3_min.rpy:2585 +translate brazilian_portuguese falseSpring_62dbb656: + + # Diya "It's when it's super warm, but it's still winter." + Diya "Quando fica super quente, mas ainda está no inverno." + +# game/3_min.rpy:2586 +translate brazilian_portuguese falseSpring_be59f257: + + # Diya "It messes up a lot of animals because they think it's spring when it's not." + Diya "Isso confunde muitos animais porque eles pensam que é primavera quando não é." + +# game/3_min.rpy:2587 +translate brazilian_portuguese falseSpring_194424bd: + + # Diya "Maybe the weird environment messed it up while it was forming." + Diya "Talvez o ambiente estranho tenha atrapalhado enquanto ela estava se formando." + +# game/3_min.rpy:2589 +translate brazilian_portuguese falseSpring_aae5bc73: + + # "Diya tries to get the deformed butterfly to crawl onto a twig. It's hard to watch." + "Diya tenta fazer a borboleta deformada rastejar para um galho. É difícil de ver." + +# game/3_min.rpy:2591 +translate brazilian_portuguese falseSpring_1d1f1814: + + # Min "Is that what I'm like? Because I grew up with racists and got taught the worst lessons ever?" + Min "É assim que eu sou? Porque eu cresci com racistas e aprendi as piores lições do mundo?" + +# game/3_min.rpy:2592 +translate brazilian_portuguese falseSpring_00db02c9: + + # Min "I feel like I went through hell and came out the other side in the most monumentally fucked shape." + Min "Eu sinto que passei pelo inferno e saí do outro lado na forma mais monumentalmente fodida." + +# game/3_min.rpy:2597 +translate brazilian_portuguese falseSpring_a16d98d6: + + # Diya "?" + Diya "?" + +# game/3_min.rpy:2598 +translate brazilian_portuguese falseSpring_b08fe291: + + # Diya "What do you mean?" + Diya "O que você quer dizer?" + +# game/3_min.rpy:2600 +translate brazilian_portuguese falseSpring_0732d024: + + # Min "Diya...You wouldn't ever break up with me, right?" + Min "Diya...Você não terminaria comigo, né?" + +# game/3_min.rpy:2603 +translate brazilian_portuguese falseSpring_b0ba6750: + + # Diya "? No." + Diya "? Não." + +# game/3_min.rpy:2605 +translate brazilian_portuguese falseSpring_4cf4e585: + + # Min "What if I did something bad?" + Min "E se eu tiver feito algo ruim?" + +# game/3_min.rpy:2606 +translate brazilian_portuguese falseSpring_259be4ec: + + # Min "I mean like, really bad." + Min "Quero dizer tipo, bem ruim." + +# game/3_min.rpy:2608 +translate brazilian_portuguese falseSpring_f31af5e7: + + # Diya "What did you do?" + Diya "O que você fez?" + +# game/3_min.rpy:2610 +translate brazilian_portuguese falseSpring_ea171b06: + + # Min "Are you SURE you wouldn't break up with me, though?" + Min "Mas você tem CERTEZA que você não terminaria comigo?" + +# game/3_min.rpy:2613 +translate brazilian_portuguese falseSpring_17a941b7: + + # Diya "What. Did. You. Do." + Diya "O. Quê. Você. Fez." + +# game/3_min.rpy:2614 +translate brazilian_portuguese falseSpring_191f138d: + + # "Min tells Diya what happened, bracing herself for the worst..." + "Min fala para Diya o que aconteceu, se preparando para o pior..." + +# game/3_min.rpy:2616 +translate brazilian_portuguese falseSpring_b051f280: + + # Min "...And that's why Ester is mad at me..." + Min "...E é por isso que a Ester está brava comigo..." + +# game/3_min.rpy:2619 +translate brazilian_portuguese falseSpring_6e8840cd_1: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:2620 +translate brazilian_portuguese falseSpring_ac7498bb: + + # Diya "That wasn't very nice of you." + Diya "Não foi muito legal da sua parte." + +# game/3_min.rpy:2622 +translate brazilian_portuguese falseSpring_1cca6144: + + # Diya "Sounds like something racist my mom would say." + Diya "Parece algo racista que minha mãe falaria." + +# game/3_min.rpy:2624 +translate brazilian_portuguese falseSpring_1fb5d954: + + # Min "Yeah, I know..." + Min "É, eu sei..." + +# game/3_min.rpy:2627 +translate brazilian_portuguese falseSpring_61be8584: + + # Diya "Poor Ester. Her comic sounds cool, too." + Diya "Pobre Ester. Os quadrinhos dela parecem ser legais, também." + +# game/3_min.rpy:2629 +translate brazilian_portuguese falseSpring_6091b526: + + # Min "Do you hate me now?" + Min "Você me odeia agora?" + +# game/3_min.rpy:2632 +translate brazilian_portuguese falseSpring_5ab80e4d: + + # Diya "I mean...It was bad. But at least you realize it." + Diya "Assim...Foi ruim. Mas pelo menos você percebe isso." + +# game/3_min.rpy:2633 +translate brazilian_portuguese falseSpring_abd8f820: + + # Diya "Everyone makes mistakes." + Diya "Todo mundo faz erros." + +# game/3_min.rpy:2642 +translate brazilian_portuguese falseSpring_87b8f861: + + # Min "Not everyone makes RACIST mistakes." + Min "Nem todo mundo faz erros RACISTAS." + +# game/3_min.rpy:2644 +translate brazilian_portuguese falseSpring_bcd48ed3: + + # Diya "But it's not like people are born knowing things, either?" + Diya "Mas não é como se as pessoas nascessem sabendo das coisas, também?" + +# game/3_min.rpy:2645 +translate brazilian_portuguese falseSpring_973283fc: + + # Diya "Everyone has blind spots." + Diya "Todos tem pontos cegos." + +# game/3_min.rpy:2647 +translate brazilian_portuguese falseSpring_36d58946: + + # Min "How come you've never offended someone like I did, then?" + Min "Como que você nunca ofendeu alguém como eu fiz, então?" + +# game/3_min.rpy:2650 +translate brazilian_portuguese falseSpring_b52f577d: + + # Diya "I don't talk to people very much..." + Diya "Eu não falo muito com as pessoas..." + +# game/3_min.rpy:2651 +translate brazilian_portuguese falseSpring_1233f699: + + # Diya "So most of the mistakes just happen in my mind." + Diya "Então a maioria dos erros acontecem só na minha mente." + +# game/3_min.rpy:2653 +translate brazilian_portuguese falseSpring_da1e7437: + + # Min "Well...then how come Noelle doesn't offend people??" + Min "Bem...então como que a Noelle não ofende as pessoas??" + +# game/3_min.rpy:2656 +translate brazilian_portuguese falseSpring_9c40bd12: + + # Diya "I mean...she was pretty ignorant about gay people before we started dating." + Diya "Assim...ela era bem ignorante sobre pessoas gays antes de a gente começar a namorar." + +# game/3_min.rpy:2658 +translate brazilian_portuguese falseSpring_46ab9331: + + # Diya "When people said the narrator of {i}The Great Gatsby{/i} was gay in our English class, she got all scandalized and argued against it." + Diya "Quando as pessoas disseram que o narrador de {i}O Grande Gatsby{/i} era gay na nossa aula de Inglês, ela ficou toda revoltada e discutiu contra." + +# game/3_min.rpy:2659 +translate brazilian_portuguese falseSpring_c279a5e4: + + # Diya "She kept insisting there had to be another explanation. But I think she just was grossed out by the thought of it." + Diya "Ela continuou insistindo que deveria ter outra explicação. Mas eu acho que ela só ficou enojada com o pensamento de isso ser verdade." + +# game/3_min.rpy:2668 +translate brazilian_portuguese falseSpring_f36c9ea0: + + # Min "That's not as bad as insulting someone's entire race, though." + Min "Ainda não é tão ruim quanto insultar a raça inteira de alguém." + +# game/3_min.rpy:2675 +translate brazilian_portuguese falseSpring_13f1f1eb: + + # Diya "Not trying to say she messed up worse." + Diya "Não tentando dizer que ela fez pior." + +# game/3_min.rpy:2676 +translate brazilian_portuguese falseSpring_3872e660: + + # Diya "My point is she got better about it. She wouldn't do that anymore." + Diya "Meu ponto é que ela ficou melhor com isso. Ela não faria mais isso." + +# game/3_min.rpy:2677 +translate brazilian_portuguese falseSpring_c28f76e0: + + # Diya "So I don't hold it against her. Just because you were ignorant about something doesn't mean you're bad forever." + Diya "Então eu não guardo rancor dela por isso. Só porque você era ignorante sobre algo não significa que você é ruim para sempre." + +# game/3_min.rpy:2680 +translate brazilian_portuguese falseSpring_17221237: + + # Min "I dunno...It doesn't undo the fact that I was racist to Ester already, and now she hates me." + Min "Sei não...Não desfaz o fato de que eu fui racista com a Ester já, e agora ela me odeia." + +# game/3_min.rpy:2683 +translate brazilian_portuguese falseSpring_82bb0c07: + + # Diya "Did you say sorry?" + Diya "Você pediu desculpa?" + +# game/3_min.rpy:2685 +translate brazilian_portuguese falseSpring_c312fd0d: + + # Min ".........No....." + Min ".........Não....." + +# game/3_min.rpy:2687 +translate brazilian_portuguese falseSpring_43dc424b: + + # Diya "She might not forgive you. But you should at least tell her." + Diya "Ela pode não te perdoar. Mas você deveria pelo menos falar para ela." + +# game/3_min.rpy:2689 +translate brazilian_portuguese falseSpring_b40b916d: + + # "Min feels such anguish upon hearing Diya's suggestion that it takes her a moment to sputter something out." + "Min sente tanta angústia ao ouvir a sugestão de Diya que ela leva um momento para falar alguma coisa." + +# game/3_min.rpy:2692 +translate brazilian_portuguese falseSpring_946ae2da: + + # Min "But...But...No one ever apologized to ME!" with sshake + Min "Mas...Mas...Ninguém nunca pediu desculpas para MIM!" with sshake + +# game/3_min.rpy:2694 +translate brazilian_portuguese falseSpring_04563f4f: + + # "To Min's horror, her eyes fill up with tears." + "Para o horror de Min, seus olhos se enchem de lágrimas." + +# game/3_min.rpy:2696 +translate brazilian_portuguese falseSpring_1cf3e1dd: + + # Min "So many people did way worse things to me, and THEY never said sorry!" + Min "Tantas pessoas fizeram coisas muito piores para mim, e ELAS nunca pediram desculpa!" + +# game/3_min.rpy:2697 +translate brazilian_portuguese falseSpring_81b5fa6b: + + # Min "None of my racist bullies ever said sorry. My dad never said sorry." + Min "Nenhum dos racistas que fizeram bullying comigo pediu desculpa. Meu pai nunca pediu desculpa." + +# game/3_min.rpy:2698 +translate brazilian_portuguese falseSpring_a8ce1bf6: + + # Min "Why is it only ME who has to say sorry, when what I did wasn't even as bad?" + Min "Por que sou EU que tenho que pedir desculpa, sendo que o que eu fiz não foi tão ruim quanto?" + +# game/3_min.rpy:2699 +translate brazilian_portuguese falseSpring_8d60165b: + + # Min "It's not fair!" + Min "Não é justo!" + +# game/3_min.rpy:2702 +translate brazilian_portuguese falseSpring_0f0ba85c: + + # "Diya pulls her into her arms and hugs her very tightly, as if trying to squeeze all the grief out of her body." + "Diya a puxa para seus braços e a abraça com força, como se tentasse espremer toda a dor de seu corpo." + +# game/3_min.rpy:2705 +translate brazilian_portuguese falseSpring_3c07f8a5: + + # "Min leans into her warmth, letting her familiar touch and the steady rhythm of her heartbeat calm her down." + "Min se inclina no calor dela, deixando seu toque familiar e o ritmo constante das batidas de seu coração acalmá-la." + +# game/3_min.rpy:2710 +translate brazilian_portuguese falseSpring_aba99f45: + + # Diya "What happened to you wasn't fair." + Diya "O que aconteceu com você não foi justo." + +# game/3_min.rpy:2711 +translate brazilian_portuguese falseSpring_cad6e798: + + # Diya "But that doesn't mean you should be unfair, too. Or you'll just continue the cycle." + Diya "Mas isso não quer dizer que você deve ser injusta, também. Ou você só vai continuar o ciclo." + +# game/3_min.rpy:2716 +translate brazilian_portuguese falseSpring_31583ec0: + + # Diya "You can apologize even if they don't." + Diya "Você pode pedir desculpa mesmo que eles não tenham pedido." + +# game/3_min.rpy:2718 +translate brazilian_portuguese falseSpring_6a2b8cc3: + + # Min "But it's not fair..." + Min "Mas não é justo..." + +# game/3_min.rpy:2720 +translate brazilian_portuguese falseSpring_ebcdc98c: + + # Min "I want them to suffer. I want them to die." + Min "Eu quero que eles sofram. Eu quero que eles morram." + +# game/3_min.rpy:2721 +translate brazilian_portuguese falseSpring_8500f673: + + # Min "If I just forget about them, that means they got away with everything." + Min "Se eu só esquecer deles, quer dizer que eles saíram impunes de tudo." + +# game/3_min.rpy:2722 +translate brazilian_portuguese falseSpring_d41e5082: + + # Min "That means they won, and I lost." + Min "Isso quer dizer que eles ganharam, e eu perdi." + +# game/3_min.rpy:2725 +translate brazilian_portuguese falseSpring_e629b0d2: + + # Diya "........" + Diya "........" + +# game/3_min.rpy:2727 +translate brazilian_portuguese falseSpring_f9b439c9: + + # Diya "But isn't it losing {i}worse{/i} to let people you hate keep controlling your life?" + Diya "Mas não seria perder {i}mais ainda{/i} deixar pessoas que você odeia controlarem sua vida?" + +# game/3_min.rpy:2728 +translate brazilian_portuguese falseSpring_736cb521: + + # Diya "It's like that saying. If you seek revenge, dig two graves." + Diya "É como diz o ditado. Antes de sair em busca de vingança, cave duas covas." + +# game/3_min.rpy:2731 +translate brazilian_portuguese falseSpring_36ca9e81: + + # Diya "Is it worth it? To hurt yourself in the name of fairness." + Diya "Vale a pena? Se machucar em nome da justiça." + +# game/3_min.rpy:2733 +translate brazilian_portuguese falseSpring_ad5b37f0: + + # Min "...................." + Min "...................." + +# game/3_min.rpy:2734 +translate brazilian_portuguese falseSpring_e85e257d: + + # MinT "Is that what I'm doing?" + MinT "É isso o que estou fazendo?" + +# game/3_min.rpy:2735 +translate brazilian_portuguese falseSpring_02f0a506: + + # MinT "Crashing the car just to get back at them?" + MinT "Batendo o carro só para se vingar deles?" + +# game/3_min.rpy:2738 +translate brazilian_portuguese falseSpring_50cf4bec: + + # Diya "...The two graves are you and the person you got revenge on, by the way." + Diya "...As duas covas são a sua e a da pessoa que você se vingou, inclusive." + +# game/3_min.rpy:2739 +translate brazilian_portuguese falseSpring_a2ea6216: + + # Diya "Not two different people you killed." + Diya "Não duas pessoas diferentes que você matou." + +# game/3_min.rpy:2741 +translate brazilian_portuguese falseSpring_c4825a26: + + # Min "No, I got that." + Min "Não, eu entendi isso." + +# game/3_min.rpy:2742 +translate brazilian_portuguese falseSpring_05aa731e: + + # Min "You're right..." + Min "Você está certa..." + +# game/3_min.rpy:2744 +translate brazilian_portuguese falseSpring_a0cabc67: + + # Min "Why should I let those pieces of shit keep controlling me even years later?!" with sshake + Min "Por que eu deveria deixar esses pedaços de merda me controlarem anos depois?!" with sshake + +# game/3_min.rpy:2745 +translate brazilian_portuguese falseSpring_89bd3933: + + # Min "If nothing they did mattered, that'll show them!!" with sshake + Min "Se nada que eles fizeram importaram, eles vão ver!!" with sshake + +# game/3_min.rpy:2747 +translate brazilian_portuguese falseSpring_9cbab985: + + # Diya "Yeah." + Diya "Sim." + +# game/3_min.rpy:2749 +translate brazilian_portuguese falseSpring_60e3a630: + + # Min "Yeah!!!!!" with sshake + Min "Sim!!!!!" with sshake + +# game/3_min.rpy:2755 +translate brazilian_portuguese apology_fad126ff: + + # "Min dashes off and finds Ester setting up the next scene." + "Min sai correndo e encontra Ester arrumando a próxima cena." + +# game/3_min.rpy:2757 +translate brazilian_portuguese apology_92b7a62a: + + # Ester "What took you so long?" + Ester "Por que você demorou tanto?" + +# game/3_min.rpy:2758 +translate brazilian_portuguese apology_515f46e3: + + # Ester "Everyone's ready to do the wolf death scene." + Ester "Todo mundo está pronto para fazer a cena da morte do lobo." + +# game/3_min.rpy:2761 +translate brazilian_portuguese apology_303fa393: + + # Min "Can we talk first?" + Min "Podemos falar primeiro?" + +# game/3_min.rpy:2764 +translate brazilian_portuguese apology_021f0e2f: + + # "Ester gives her a guarded look." + "Ester dá um olhar reservado a ela." + +# game/3_min.rpy:2765 +translate brazilian_portuguese apology_137d1153: + + # Ester "That depends..." + Ester "Depende..." + +# game/3_min.rpy:2767 +translate brazilian_portuguese apology_7ccad2c9: + + # Min "Sorry I was an asshole earlier." + Min "Desculpa por eu ter sido uma babaca antes." + +# game/3_min.rpy:2768 +translate brazilian_portuguese apology_fd5e387a: + + # Min "I shouldn't have said that racist stuff about Black people, and the weird stuff about your hair." + Min "Eu não deveria ter dito aquelas coisas racistas sobre pessoas negras, e as coisas estranhas sobre seu cabelo." + +# game/3_min.rpy:2770 +translate brazilian_portuguese apology_a20754a9: + + # Ester "Yeah, you shouldn't have." + Ester "É, você não deveria ter dito." + +# game/3_min.rpy:2772 +translate brazilian_portuguese apology_6a9e24d4: + + # Min "You're right, I should've known better." + Min "Você está certa, eu deveria saber melhor." + +# game/3_min.rpy:2773 +translate brazilian_portuguese apology_bb1746fc: + + # Min "I know how much it sucks looking different from everyone else." + Min "Eu sei o quão merda é parecer diferente de todo mundo." + +# game/3_min.rpy:2775 +translate brazilian_portuguese apology_edb245e5: + + # "Ester lets out a sigh, looking exhausted." + "Ester dá um suspiro, parecendo exausta." + +# game/3_min.rpy:2778 +translate brazilian_portuguese apology_60c5995f: + + # Ester "You'd think people would know, but they don't..." + Ester "Você pensa que as pessoas iriam saber, mas elas não sabem..." + +# game/3_min.rpy:2779 +translate brazilian_portuguese apology_fedec263: + + # Ester "It's like being kicked on both sides. I go through all the same stuff as everyone else at this school, but no one sees me as one of them." + Ester "É como ser chutada dos dois lados. Passo pelas mesmas coisas que todos nesta escola, mas ninguém me vê como um deles." + +# game/3_min.rpy:2780 +translate brazilian_portuguese apology_354b1fb4: + + # Ester "Everyone thinks because I'm not \"pure\" Asian, I'm not as smart or I don't study as much." + Ester "Todos pensam que já que eu não sou \"puramente\" asiática, eu não sou tão inteligente ou que eu não estudo tanto quanto." + +# game/3_min.rpy:2782 +translate brazilian_portuguese apology_a57e573e: + + # Min "Don't worry, I don't think that." + Min "Não se preocupa, eu não penso isso." + +# game/3_min.rpy:2783 +translate brazilian_portuguese apology_99849440: + + # Min "I learned my lesson. I'm not racist anymore." + Min "Eu aprendi minha lição. Eu não sou mais racista." + +# game/3_min.rpy:2787 +translate brazilian_portuguese apology_356bc7ec: + + # Ester "Uh...Yeah, you are?" + Ester "Uh...Sim, você é?" + +# game/3_min.rpy:2790 +translate brazilian_portuguese apology_24afbb88: + + # Min "Huh......??????" with sshake + Min "Huh......??????" with sshake + +# game/3_min.rpy:2792 +translate brazilian_portuguese apology_71ea1396: + + # Ester "You're literally still racist, all you did was apologize for one specific thing." + Ester "Você ainda é literalmente racista, tudo o que você fez foi pedir desculpa por uma coisa em específico." + +# game/3_min.rpy:2800 +translate brazilian_portuguese apology_5c7db639: + + # Min "But...What else am I supposed to do then?!" with sshake + Min "Mas...Então o que eu devo fazer?!" with sshake + +# game/3_min.rpy:2803 +translate brazilian_portuguese apology_6c5ae857: + + # Ester "Try to educate yourself and not say random crap about other ethnicities?" + Ester "Tente se educar e não dizer merdas aleatórias sobre outras etnias?" + +# game/3_min.rpy:2804 +translate brazilian_portuguese apology_e84bb104: + + # Ester "And say sorry the next time you're racist instead of being all rude and defensive." + Ester "E peça desculpa a próxima vez que você for racista em vez de ficar toda rude e defensiva." + +# game/3_min.rpy:2806 +translate brazilian_portuguese apology_db5f320f: + + # Min "Next time?! That makes it sound like this is gonna happen again." with sshake + Min "Próxima vez?! Isso faz parecer que isso vai acontecer de novo." with sshake + +# game/3_min.rpy:2809 +translate brazilian_portuguese apology_e2be2a46: + + # Ester "Honestly, it probably will." + Ester "Sinceramente, possivelmente vai." + +# game/3_min.rpy:2812 +translate brazilian_portuguese apology_e1c993cb: + + # Min "So...you're saying I'll ALWAYS be racist no matter what I do?!" with sshake + Min "Então...você está dizendo que eu SEMPRE serei racista, não importa o que eu faça?!" with sshake + +# game/3_min.rpy:2814 +translate brazilian_portuguese apology_13b3b007: + + # "Min looks so horrified that Ester gives her a pitying look." + "Min parece tão assustada que Ester dá um olhar de pena a ela." + +# game/3_min.rpy:2816 +translate brazilian_portuguese apology_cf4bf3cd: + + # Ester "I mean, literally everyone on earth is ignorant to some degree about SOMETHING." + Ester "Assim, literalmente qualquer pessoa no mundo é ignorante em algum nível sobre ALGO." + +# game/3_min.rpy:2818 +translate brazilian_portuguese apology_3c389bd2: + + # Ester "For my webcomic, I tried to research albinos and double amputees the best I could, but I'm still not sure I portrayed everything right." + Ester "Para a minha webcomic, eu tentei pesquisar sobre albinos e amputados de ambas as pernas o melhor que eu pude, mas ainda não tenho certeza que representei tudo certo." + +# game/3_min.rpy:2820 +translate brazilian_portuguese apology_eed6dd1a: + + # MinT "Double amputee...? What the fuck is going on in her comic?" + MinT "Amputados de duas pernas...? Que porra está acontecendo nos quadrinhos dela?" + +# game/3_min.rpy:2822 +translate brazilian_portuguese apology_28dcd23e: + + # Ester "No one's perfect. You just gotta do your best and learn from your mistakes." + Ester "Ninguém é perfeito. Você só tem que dar o seu melhor e aprender dos seus erros." + +# game/3_min.rpy:2824 +translate brazilian_portuguese apology_8a6da49d: + + # Min "Oh...okay..." + Min "Ah...okay..." + +# game/3_min.rpy:2826 +translate brazilian_portuguese apology_cdb90e91: + + # Min "But I hate thinking I'm gonna make a DIFFERENT mistake at some point and have to apologize again." + Min "Mas eu odeio pensar que eu vou fazer um OUTRO erro em alguma hora e ter que pedir desculpa de novo." + +# game/3_min.rpy:2827 +translate brazilian_portuguese apology_735c2b8c: + + # Min "It's fucking mortifying." + Min "É assustador para caralho." + +# game/3_min.rpy:2830 +translate brazilian_portuguese apology_fdaadc25: + + # Ester "I mean, it shouldn't be mortifying to admit you were wrong about something." + Ester "Assim, não deveria ser assustador admitir que você estava errado sobre algo." + +# game/3_min.rpy:2832 +translate brazilian_portuguese apology_e8b44a30: + + # Min "...I guess it shouldn't be..." + Min "...Acho que não deveria ser..." + +# game/3_min.rpy:2835 +translate brazilian_portuguese apology_abe24f78: + + # Akarsha "Ay! Are we ready to party?" with sshake + Akarsha "Ei! Estamos prontas para a festa?" with sshake + +# game/3_min.rpy:2837 +translate brazilian_portuguese apology_090d9f93: + + # Ester "Yeah, let's do it." + Ester "Sim, vamos lá." + +# game/3_min.rpy:2839 +translate brazilian_portuguese apology_b981817b: + + # Min "So are we good for now?" + Min "Então, estamos de boa agora?" + +# game/3_min.rpy:2842 +translate brazilian_portuguese apology_ca840e57: + + # Ester "I guess." + Ester "Eu acho." + +# game/3_min.rpy:2855 +translate brazilian_portuguese apology_486aef94: + + # Ester "Can I still use the \"progidy\" thing you said earlier?" + Ester "Ainda posso usar a coisa do \"progídio\" que você disse antes?" + +# game/3_min.rpy:2857 +translate brazilian_portuguese apology_92cbb84c: + + # Min "Huh? Yeah, knock yourself out." + Min "Huh? Sim, vai com tudo aí." + +# game/3_min.rpy:2874 +translate brazilian_portuguese wolfDeathScene_cf2105cd: + + # "Min hides behind a tree with her Nerf gun, waiting for her cue." + "Min se esconde atrás de uma árvore com sua arma Nerf, esperando por sua deixa." + +# game/3_min.rpy:2881 +translate brazilian_portuguese wolfDeathScene_2e5faefe: + + # Noelle "How has your pack helped balance the ecosystem here?" + Noelle "Como sua matilha ajudou a equilibrar o ecossistema daqui?" + +# game/3_min.rpy:2883 +translate brazilian_portuguese wolfDeathScene_65a84993: + + # Chryssa "We prevent the elk population from exploding and overgrazing." + Chryssa "Evitamos que a população de alces exploda e sobrepastoreie." + +# game/3_min.rpy:2885 +translate brazilian_portuguese wolfDeathScene_1247589c: + + # Liz "Before we were reintroduced, many biologists were concerned about eroding and plants dying off." + Liz "Antes de sermos reintroduzidos, muitos biólogos estavam preocupados com a erosão e a morte das plantas." + +# game/3_min.rpy:2886 +translate brazilian_portuguese wolfDeathScene_41747f9c: + + # Liz "Unfortunately, many ranchers and hunters don't understand this." + Liz "Infelizmente, muitos fazendeiros e caçadores não entendem isso." + +# game/3_min.rpy:2888 +translate brazilian_portuguese wolfDeathScene_dcee2d8e: + + # Chryssa "In fact, the state of Idaho is planning to kill hundreds of wolves this winter." + Chryssa "Na verdade, o estado de Idaho está planejando matar centenas de lobos neste inverno." + +# game/3_min.rpy:2890 +translate brazilian_portuguese wolfDeathScene_ad04d0cd: + + # MinT "This is where we always screw up and have to start over." + MinT "É aqui que sempre estragamos tudo e temos que recomeçar." + +# game/3_min.rpy:2891 +translate brazilian_portuguese wolfDeathScene_e2e57e0b: + + # MinT "Every time Akarsha makes eye contact with Chryssa, she starts laughing." + MinT "Toda vez que Akarsha faz contato visual com Chryssa, ela começa a rir." + +# game/3_min.rpy:2894 +translate brazilian_portuguese wolfDeathScene_bff292a3: + + # Akarsha "Mom LeafGreen, I'm scared...Are we gonna die?" + Akarsha "Mãe Leafgreen, eu estou com medo...Nós vamos morrer?" + +# game/3_min.rpy:2896 +translate brazilian_portuguese wolfDeathScene_158b51ff: + + # MinT "Holy shit. She finally did it!" with sshake + MinT "Puta merda. Ela finalmente conseguiu!" with sshake + +# game/3_min.rpy:2899 +translate brazilian_portuguese wolfDeathScene_2a9f3ec7: + + # Akarsha "Goo goo ga ga..." + Akarsha "Gu gu ga ga..." + +# game/3_min.rpy:2900 +translate brazilian_portuguese wolfDeathScene_0ae39160: + + # "Noelle's eye twitches as she recites her next line." + "O olho de Noelle estremece enquanto ela recita sua próxima linha." + +# game/3_min.rpy:2902 +translate brazilian_portuguese wolfDeathScene_e6ce3bd3: + + # Noelle "Who is this...adorable little thing?" + Noelle "E quem é essa...coisinha adorável?" + +# game/3_min.rpy:2904 +translate brazilian_portuguese wolfDeathScene_76fa03c3: + + # Chryssa "This is our wolf puppy! Normally mated pairs produce a litter per year, but we adopted her!" + Chryssa "Essa é nossa loba filhote! Casais acasalados normalmente produzem uma ninhada por ano, mas nós a adotamos!" + +# game/3_min.rpy:2906 +translate brazilian_portuguese wolfDeathScene_44280286: + + # Liz "We love her soooooooo much!" + Liz "Nós a amamos taaaaaaaaanto!" + +# game/3_min.rpy:2908 +translate brazilian_portuguese wolfDeathScene_62312032: + + # Akarsha "I'm only four months old!" + Akarsha "Eu só tenho quatro meses de idade!" + +# game/3_min.rpy:2912 +translate brazilian_portuguese wolfDeathScene_aa95be65: + + # Min "DIEEEEEEEE!!!" with sshake + Min "MORRAAAAAAA!!!" with sshake + +# game/3_min.rpy:2914 +translate brazilian_portuguese wolfDeathScene_b7a16a66: + + # "Min leaps out from behind the tree and shoots a flurry of Nerf pellets at Akarsha!" + "Min pula de trás da árvore e atira um monte de balas de Nerf em Akarsha!" + +# game/3_min.rpy:2916 +translate brazilian_portuguese wolfDeathScene_5fdbe223: + + # Akarsha "No!!! I only kill a very small number of cattle per year!!!" with sshake + Akarsha "Não!!! Eu só mato um número muito pequeno de gado por ano!!!" with sshake + +# game/3_min.rpy:2917 +translate brazilian_portuguese wolfDeathScene_8f9626e7: + + # Akarsha "Urk!" + Akarsha "Urk!" + +# game/3_min.rpy:2919 +translate brazilian_portuguese wolfDeathScene_0a4558ab: + + # "Akarsha goes down, and Min continues shooting her ass with the Nerf gun." + "Akarsha cai, e Min continua atirando em seu traseiro com a arma Nerf." + +# game/3_min.rpy:2921 +translate brazilian_portuguese wolfDeathScene_570e866a: + + # Chryssa "Nooooo! Our innocent puppy!" with sshake + Chryssa "Nãooooo! Nossa filhote inocente!" with sshake + +# game/3_min.rpy:2923 +translate brazilian_portuguese wolfDeathScene_514b443b: + + # Min "MUAHAHA!" with sshake + Min "MUAHAHA!" with sshake + +# game/3_min.rpy:2924 +translate brazilian_portuguese wolfDeathScene_04f8d098: + + # Min "I'll be back to kill the rest of you!!" with sshake + Min "Eu voltarei para matar o resto de vocês!!" with sshake + +# game/3_min.rpy:2927 +translate brazilian_portuguese wolfDeathScene_245cb9e2: + + # "Min runs off-screen, leaving Chryssa and Liz crying very unconvincingly over Akarsha's body." + "Min corre para fora da tela, deixando Chryssa e Liz chorando de forma pouco convincente sobre o corpo de Akarsha." + +# game/3_min.rpy:2929 +translate brazilian_portuguese wolfDeathScene_87abaa37: + + # Liz "How could this happen? If only we were still on the Endangered Species list!" + Liz "Como isso pode ter acontecido? Se nós ainda estivéssemos na lista de espécies ameaçadas de extinção!" + +# game/3_min.rpy:2931 +translate brazilian_portuguese wolfDeathScene_a7320cfc: + + # "Noelle turns solemnly to the camera." + "Noelle se vira solenemente para a câmera." + +# game/3_min.rpy:2932 +translate brazilian_portuguese wolfDeathScene_8cdc5d34: + + # Noelle "Today, I learned that delisting of grey wolves from the Endangered Species list would have devastating consequences." + Noelle "Hoje, eu aprendi que a remoção dos lobos cinzentos da lista de espécies ameaçadas teria consequências devastadoras." + +# game/3_min.rpy:2941 +translate brazilian_portuguese wolfDeathScene_1f648426: + + # Ester "...And that's a wrap!" + Ester "...E acabamos!" + +# game/3_min.rpy:2945 +translate brazilian_portuguese wolfDeathScene_640228a5: + + # Noelle "FINALLY!!! WE'VE BEEN HERE FOR SIX HOURS!!!" with sshake + Noelle "FINALMENTE!!! NÓS ESTAMOS AQUI JÁ FAZEM SEIS HORAS!!!" with sshake + +# game/3_min.rpy:2947 +translate brazilian_portuguese wolfDeathScene_cf397324: + + # MinT "And we may have just produced the worst video ever..." + MinT "E nós talvez tenhamos acabado de produzir o pior vídeo de todos os tempos..." + +# game/3_min.rpy:2954 +translate brazilian_portuguese wolfDeathScene_1c0cf689: + + # "Relieved to be back in her regular clothes, Min looks around." + "Aliviada de estar de volta em suas roupas normais, Min olha em volta." + +# game/3_min.rpy:2956 +translate brazilian_portuguese wolfDeathScene_08f9c1d6: + + # MinT "Seems like people are packing up." + MinT "Parece que as pessoas estão arrumando suas coisas." + +# game/3_min.rpy:3013 +translate brazilian_portuguese braidPrank_fcec01b6: + + # "The tent flap's already open." + "A aba da barraca já está aberta." + +# game/3_min.rpy:3014 +translate brazilian_portuguese braidPrank_65b96039: + + # "Min climbs inside. To her surprise, Akarsha's already there." + "Min entra. Para sua surpresa, Akarsha já está ali." + +# game/3_min.rpy:3016 +translate brazilian_portuguese braidPrank_d5592bd2: + + # Akarsha "Shhhh, look!" + Akarsha "Shhhh, olha!" + +# game/3_min.rpy:3017 +translate brazilian_portuguese braidPrank_989b0795: + + # "She points to Noelle, who's sound asleep on the sleeping bag." + "Ela aponta para Noelle, que está em um sono profundo no saco de dormir." + +# game/3_min.rpy:3019 +translate brazilian_portuguese braidPrank_1edc9f8d: + + # Noelle "Zzzzzzzz..." + Noelle "Zzzzzzzz..." + +# game/3_min.rpy:3022 +translate brazilian_portuguese braidPrank_e2d28881: + + # Min "Damn, she must've been pretty tired to just conk out like this." + Min "Nossa, ela deveria estar bem cansada para só cair no sono desse jeito." + +# game/3_min.rpy:3025 +translate brazilian_portuguese braidPrank_214c610d: + + # Akarsha "Listen, I have the biggest brain in the world..." + Akarsha "Escuta, eu tenho o maior cérebro do mundo..." + +# game/3_min.rpy:3027 +translate brazilian_portuguese braidPrank_fdae0d99: + + # "Akarsha gleefully lies down on the ground next to Noelle." + "Akarsha alegremente se deita no chão ao lado de Noelle." + +# game/3_min.rpy:3029 +translate brazilian_portuguese braidPrank_10cd3cf1: + + # Akarsha "Help me braid our hair together." + Akarsha "Me ajuda a trançar nossos cabelos juntos." + +# game/3_min.rpy:3032 +translate brazilian_portuguese braidPrank_12f3aed5: + + # Min "I have short hair, dipshit. Do I look like I know how to braid hair?" + Min "Eu tenho cabelo curto, imbecil. Tenho cara de quem sabe trançar cabelo?" + +# game/3_min.rpy:3036 +translate brazilian_portuguese braidPrank_35fdfdf8: + + # Akarsha "I can't do it myself, it's too hard when I'm lyin' down like this." + Akarsha "Eu não consigo fazer eu mesma, é muito díficil quando estou deitada assim." + +# game/3_min.rpy:3038 +translate brazilian_portuguese braidPrank_38f1cd1b: + + # Akarsha "C'mon, pwetty pwease..." + Akarsha "Qualé, pufavôzinho..." + +# game/3_min.rpy:3041 +translate brazilian_portuguese braidPrank_757eecad: + + # Min "God, when you talk like that I just wanna smash your head with a rock." with sshake + Min "Meu deus, quando você fala assim eu só quero esmagar sua cabeça com uma pedra." with sshake + +# game/3_min.rpy:3043 +translate brazilian_portuguese braidPrank_df5605a7: + + # "Min crawls over and grabs a lock of Akarsha and Noelle's hair in each hand." + "Min se agacha e pega uma mecha do cabelo de Akarsha e Noelle um em cada mão." + +# game/3_min.rpy:3045 +translate brazilian_portuguese braidPrank_ba48efdd: + + # Akarsha "It's easy, ya just gotta split it into three strands and alternate which one goes on top." + Akarsha "É fácil, você só tem que separar em três mechas e alternar qual vai por cima." + +# game/3_min.rpy:3048 +translate brazilian_portuguese braidPrank_c2acfdeb: + + # Min "Like this??" + Min "Tipo assim??" + +# game/3_min.rpy:3050 +translate brazilian_portuguese braidPrank_f249ef82: + + # "Confused, Min just randomly twists their hair together." + "Confusa, Min só torce seus cabelos juntos aleatoriamente." + +# game/3_min.rpy:3051 +translate brazilian_portuguese braidPrank_ee1acbd4: + + # "The instant she lets go, the \"braid\" loosens and unravels." + "O momento que ela larga, a \"trança\" se solta e se desfaz." + +# game/3_min.rpy:3053 +translate brazilian_portuguese braidPrank_d1645b00: + + # MinT "Shit!" + MinT "Merda!" + +# game/3_min.rpy:3055 +translate brazilian_portuguese braidPrank_343a9490: + + # "Noelle scowls in her sleep as Min tries again." + "Noelle faz uma careta em seu sono enquanto Min tenta novamente." + +# game/3_min.rpy:3058 +translate brazilian_portuguese braidPrank_3dd98bff: + + # Noelle "Akarsha!" with sshake + Noelle "Akarsha!" with sshake + +# game/3_min.rpy:3061 +translate brazilian_portuguese braidPrank_43d0573e: + + # "Akarsha and Min freeze, but Noelle just turns on her side, mumbling to herself." + "Akarsha e Min congelam, mas Noelle apenas se vira, murmurando para si mesma." + +# game/3_min.rpy:3063 +translate brazilian_portuguese braidPrank_384bd8b5: + + # Noelle "Zzz...Just because it's \"suitable for all large primates\"...doesn't mean you should eat it..." + Noelle "Zzz...Só porque é \"adequado para todos os grandes primatas\"...não significa que você deva comer..." + +# game/3_min.rpy:3067 +translate brazilian_portuguese braidPrank_addbc72f: + + # MinT "What is she dreaming about??" + MinT "Com o quê ela está sonhando??" + +# game/3_min.rpy:3069 +translate brazilian_portuguese braidPrank_5f3d28e2: + + # "Ester sticks her head in the tent." + "Ester põe sua cabeça na barraca." + +# game/3_min.rpy:3071 +translate brazilian_portuguese braidPrank_2822124d: + + # Ester "Can you hand me my backpack?" + Ester "Você pode me alcançar minha mochila?" + +# game/3_min.rpy:3073 +translate brazilian_portuguese braidPrank_c1402810: + + # Ester "...Wait, what're you guys doing?" + Ester "...Espera, o que vocês duas estão fazendo?" + +# game/3_min.rpy:3075 +translate brazilian_portuguese braidPrank_d0bd7e3e: + + # Akarsha "Psst! Halp..." + Akarsha "Psst! Ajuda..." + +# game/3_min.rpy:3078 +translate brazilian_portuguese braidPrank_e6c32360: + + # Min "Ester, do you know how to braid hair?" + Min "Ester, você sabe trançar cabelo?" + +# game/3_min.rpy:3080 +translate brazilian_portuguese braidPrank_77ee087b: + + # "Ester assesses the situation for a moment before shrugging." + "Ester avalia a situação por um momento antes de dar de ombros." + +# game/3_min.rpy:3082 +translate brazilian_portuguese braidPrank_990d4ed1: + + # Ester "Okay, why not?" + Ester "Okay, por que não?" + +# game/3_min.rpy:3084 +translate brazilian_portuguese braidPrank_908ebf86: + + # Akarsha "Thank you!!!" + Akarsha "Obrigado!!!" + +# game/3_min.rpy:3087 +translate brazilian_portuguese braidPrank_fdd1371e: + + # "After a few minutes, Ester manages to weave Akarsha and Noelle's hair into one giant, messy braid." + "Depois de alguns minutos, Ester consegue juntar o cabelo de Akarsha e Noelle em uma trança gigante e bagunçada." + +# game/3_min.rpy:3088 +translate brazilian_portuguese braidPrank_e04314ff: + + # Min "You did it!" + Min "Você conseguiu!" + +# game/3_min.rpy:3091 +translate brazilian_portuguese braidPrank_e203c5f1: + + # Ester "I wonder when she's gonna realize." + Ester "Eu me pergunto quando ela vai perceber." + +# game/3_min.rpy:3093 +translate brazilian_portuguese braidPrank_3e3216c6: + + # "Noelle stirs on the sleeping bag. Her head gets jerked back by her hair, which is now bound to Akarsha's." + "Noelle se remexe no seu saco de dormir. Sua cabeça é puxada para trás pelos seus cabelos, que agora estão presos aos de Akarsha." + +# game/3_min.rpy:3095 +translate brazilian_portuguese braidPrank_19ff2db1: + + # Noelle "Mrph..." + Noelle "Mrph..." + +# game/3_min.rpy:3097 +translate brazilian_portuguese braidPrank_dcc48234: + + # "She blearily rubs her eyes." + "Ela esfrega seus olhos." + +# game/3_min.rpy:3099 +translate brazilian_portuguese braidPrank_8edad73c: + + # Akarsha "Bonjour..." + Akarsha "Bonjour..." + +# game/3_min.rpy:3105 +translate brazilian_portuguese braidPrank_0afede51: + + # "Noelle bolts upright, screaming." + "Noelle se levanta rapidamente, gritando." + +# game/3_min.rpy:3107 +translate brazilian_portuguese braidPrank_bf2d84f5: + + # Noelle "AAAAAAAAAAAAAAAAA!!!!!!" with sshake + Noelle "AAAAAAAAAAAAAAAAA!!!!!!" with sshake + +# game/3_min.rpy:3108 +translate brazilian_portuguese braidPrank_1d85cb4c: + + # Akarsha "What's wrong, Frenchman? Bad hair day?" + Akarsha "O que houve, Francesa? Dia do cabelo ruim?" + +# game/3_min.rpy:3109 +translate brazilian_portuguese braidPrank_9cff7395: + + # Noelle "AKARSHAaaaAAAA!!!" + Noelle "AKARSHAaaaAAAA!!!" + +# game/3_min.rpy:3110 +translate brazilian_portuguese braidPrank_dea6bfc7: + + # Noelle "WHY?! GET ME OUT OF HEREEEE!!!!" with sshake + Noelle "POR QUE?! ME DEIXA SAIR DAQUIIII!!!!" with sshake + +# game/3_min.rpy:3111 +translate brazilian_portuguese braidPrank_961e77cb: + + # Akarsha "Whoa, calm down." + Akarsha "Ei, se acalma." + +# game/3_min.rpy:3113 +translate brazilian_portuguese braidPrank_5944eafd: + + # Noelle "CALM DOWN?! YOU LITERALLY ATTACKED ME IN MY SLEEP!!!" with sshake + Noelle "SE ACALMA?! VOCÊ LITERALMENTE ME ATACOU ENQUANTO EU DORMIA!!!" with sshake + +# game/3_min.rpy:3115 +translate brazilian_portuguese braidPrank_67319dc6: + + # Ester "I mean, you can just unbraid it. It's not that bad." + Ester "Quer dizer, você pode só destrançar. Não é tão ruim assim." + +# game/3_min.rpy:3118 +translate brazilian_portuguese braidPrank_10f67d54: + + # Min "Yeah, tons of people in the world have it way worse than you." + Min "É, muitas pessoas no mundo estão bem pior do que você." + +# game/3_min.rpy:3120 +translate brazilian_portuguese braidPrank_7e5276b0: + + # Noelle "SHUT UP! I HATE ALL OF YOU!!!" with sshake + Noelle "CALEM A BOCA! ODEIO TODAS VOCÊS!!!" with sshake + +# game/3_min.rpy:3121 +translate brazilian_portuguese braidPrank_f4523f72: + + # "She surges toward Ester and Min with an aura that can only be described as murderous." + "Ela avança na direção de Ester e Min com uma aura que só pode ser descrita como assassina." + +# game/3_min.rpy:3122 +translate brazilian_portuguese braidPrank_dccbb6ac: + + # "Akarsha calmly lies back down, dragging Noelle down with her." + "Akarsha calmamente se deita, arrastando Noelle com ela." + +# game/3_min.rpy:3124 +translate brazilian_portuguese braidPrank_d81f40f4: + + # Noelle "AAAAAAAAAAA!!!" with sshake + Noelle "AAAAAAAAAAA!!!" with sshake + +# game/3_min.rpy:3126 +translate brazilian_portuguese braidPrank_8cf9dc1d: + + # Akarsha "I'll hold her back! Run!!" + Akarsha "Eu vou segurar ela! Corram!!" + +# game/3_min.rpy:3128 +translate brazilian_portuguese braidPrank_e3d04963: + + # Ester "Nice knowing you, bye!" + Ester "Bom conhecer você, tchau!" + +# game/3_min.rpy:3131 +translate brazilian_portuguese braidPrank_adea659b: + + # Min "Bro, I will never forget your sacrifice." + Min "Cara, eu nunca vou esquecer do seu sacrifício." + +# game/3_min.rpy:3135 +translate brazilian_portuguese braidPrank_307b8bba: + + # "Ester and Min make their escape." + "Ester e Min fazem sua fuga." + +# game/3_min.rpy:3137 +translate brazilian_portuguese braidPrank_c6e556b8: + + # "Inside the tent, there's a muffled scream followed by a crash." + "Dentro da barraca, há um grito abafado seguido por uma batida." + +# game/3_min.rpy:3139 +translate brazilian_portuguese braidPrank_c3657a2d: + + # "The tent stakes pop out of the ground as the tent rolls over and goes tumbling down the hill again." + "As estacas da barraca saem do chão e a barraca rola e vai caindo pela ravina de novo." + +# game/3_min.rpy:3143 +translate brazilian_portuguese braidPrank_5f028e37: + + # NPC "AAAUGHHHH!!!!!!!" with sshake + NPC "AAAUGHHHH!!!!!!!" with sshake + +# game/3_min.rpy:3148 +translate brazilian_portuguese braidPrank_3d6050c5: + + # Min "Again?!" + Min "De novo?!" + +# game/3_min.rpy:3151 +translate brazilian_portuguese braidPrank_0315bc8a: + + # Ester "There it goes..." + Ester "Lá vão elas..." + +# game/3_min.rpy:3153 +translate brazilian_portuguese braidPrank_0f50f2e5: + + # "Min and Ester peer down at the bottom of the hill, where Noelle, Akarsha, and the tent have landed in a tangled heap." + "Min e Ester espiam no fundo da colina, onde Noelle, Akarsha e a barraca aterrissaram numa pilha emaranhada." + +# game/3_min.rpy:3156 +translate brazilian_portuguese braidPrank_9899a6c1: + + # Noelle ".........." + Noelle ".........." + +# game/3_min.rpy:3158 +translate brazilian_portuguese braidPrank_d1531631: + + # Akarsha ".........." + Akarsha ".........." + +# game/3_min.rpy:3161 +translate brazilian_portuguese braidPrank_f9569271: + + # Ester ".........." + Ester ".........." + +# game/3_min.rpy:3163 +translate brazilian_portuguese braidPrank_393bd77d: + + # "Suddenly, something dawns on Ester and she straightens up, her eyes shining." + "De repente, algo parece ligar na Ester e ela se ajeita, seus olhos brilhando." + +# game/3_min.rpy:3164 +translate brazilian_portuguese braidPrank_72eb325a: + + # Ester "I can use this!" + Ester "Eu posso usar isso!" + +# game/3_min.rpy:3166 +translate brazilian_portuguese braidPrank_ff937e23: + + # Ester "In my comic! It totally fixes the part I was stuck on!" + Ester "Nos meus quadrinhos! Isso totalmente arruma a parte que eu estava presa!" + +# game/3_min.rpy:3168 +translate brazilian_portuguese braidPrank_ebb27bdb: + + # Min "The hell kind of story are you writing where you can even use this?" + Min "Que porra de história que você está escrevendo onde você pode sequer usar isso?" + +# game/3_min.rpy:3169 +translate brazilian_portuguese braidPrank_c57eb156: + + # Min "Some kind of camping disaster?" + Min "Algum tipo de desastre de acampamento?" + +# game/3_min.rpy:3171 +translate brazilian_portuguese braidPrank_66f922b5: + + # Ester "You don't understand, it's perfect! I gotta write this down!" + Ester "Você não entende, é perfeito! Eu tenho que anotar isso!" + +# game/3_min.rpy:3173 +translate brazilian_portuguese braidPrank_6e4a61c0: + + # Min "Isn't your sketchbook and everything down there though? Inside your backpack?" + Min "Mas seu caderno de rascunhos e tudo mais não estão lá embaixo? Na sua mochila?" + +# game/3_min.rpy:3176 +translate brazilian_portuguese braidPrank_e6f0a243: + + # Ester "...Crap, you're right." + Ester "...Merda, você tá certa." + +# game/3_min.rpy:3177 +translate brazilian_portuguese braidPrank_06126123: + + # Ester "I guess I'll go grab it." + Ester "Acho que vou lá pegar minhas coisas." + +# game/3_min.rpy:3179 +translate brazilian_portuguese braidPrank_8d01cb51: + + # "Ester sighs and heads down the hill to retrieve her things." + "Ester dá um suspiro e vai descendo a colina para recuperar suas coisas." + +# game/3_min.rpy:3181 +translate brazilian_portuguese braidPrank_c531aace: + + # MinT "I don't really get it, but good for her." + MinT "Eu realmente não entendo, mas bom pra ela." + +# game/3_min.rpy:3188 +translate brazilian_portuguese graceCallout_ad0e6df3: + + # "Grace is trying to squeeze the costumes back into her bag." + "Grace está tentando esmagar as fantasias de volta em sua bolsa." + +# game/3_min.rpy:3190 +translate brazilian_portuguese graceCallout_55da23ac: + + # Grace "Hey Min!" + Grace "Ei Min!" + +# game/3_min.rpy:3191 +translate brazilian_portuguese graceCallout_9dde875a: + + # Grace "Do you know if your brother's single?" + Grace "Você sabe se seu irmão tá solteiro?" + +# game/3_min.rpy:3193 +translate brazilian_portuguese graceCallout_2dcd6bb5: + + # MinT "Oh, great." + MinT "Ah, ótimo." + +# game/3_min.rpy:3196 +translate brazilian_portuguese graceCallout_2ef012d9: + + # Grace "Do you think you could introduce us?" + Grace "Você acha que poderia nos apresentar a ele?" + +# game/3_min.rpy:3198 +translate brazilian_portuguese graceCallout_9ef7462f: + + # Min "I mean, I'm not sure he even likes girls." + Min "Assim, eu não sei nem se ele gosta de meninas." + +# game/3_min.rpy:3202 +translate brazilian_portuguese graceCallout_3650ef6f: + + # Grace "Oh...Darn." + Grace "Ah...Saco." + +# game/3_min.rpy:3204 +translate brazilian_portuguese graceCallout_053eb3f2: + + # Min "What exactly do you like about him?" + Min "O que exatamente você gosta nele?" + +# game/3_min.rpy:3207 +translate brazilian_portuguese graceCallout_ba76409a: + + # Grace "He's so cute. He looks kinda like G-Dragon." + Grace "Ele é tão fofo. Ele meio que parece o G-Dragon." + +# game/3_min.rpy:3209 +translate brazilian_portuguese graceCallout_3cd1a8cb: + + # Min "......." + Min "......." + +# game/3_min.rpy:3210 +translate brazilian_portuguese graceCallout_1099bf1a: + + # Min "Do you like my brother just because he's Korean?" + Min "Você gosta do meu irmão só porque ele é coreano?" + +# game/3_min.rpy:3213 +translate brazilian_portuguese graceCallout_d6bd9f59: + + # Grace "W-what?" + Grace "Q-quê?" + +# game/3_min.rpy:3215 +translate brazilian_portuguese graceCallout_4b32822a: + + # Min "Can you chill out a bit with the whole Korea thing?" + Min "Você pode dar uma parada com toda essa coisa da Coreia?" + +# game/3_min.rpy:3217 +translate brazilian_portuguese graceCallout_98239f21: + + # Grace "Sorry!! I just get so excited about K-Pop..." + Grace "Desculpa!! Eu só fico tão animada com K-Pop..." + +# game/3_min.rpy:3219 +translate brazilian_portuguese graceCallout_e7310a5f: + + # Min "Liking K-Pop is fine, but just...be normal about it." + Min "Gostar de K-Pop não tem problema, só...seja normal sobre isso." + +# game/3_min.rpy:3222 +translate brazilian_portuguese graceCallout_74dde5e0: + + # Grace "...Sorry..." + Grace "...Desculpa..." + +# game/3_min.rpy:3224 +translate brazilian_portuguese graceCallout_c771681f: + + # Min "You don't have to keep apologizing, it's annoying." + Min "Você não precisa ficar pedindo desculpa, é irritante." + +# game/3_min.rpy:3225 +translate brazilian_portuguese graceCallout_73216c2b: + + # Min "As long as you get it." + Min "Desde que você entenda." + +# game/3_min.rpy:3228 +translate brazilian_portuguese graceCallout_03e04722: + + # Grace "Okay, yeah. I'll be normal now." + Grace "Okay, sim. Vou ser normal agora." + +# game/3_min.rpy:3234 +translate brazilian_portuguese thatWasExhausting_e6943e7f: + + # "Chryssa and Liz are staring at the decimated tree stump." + "Chryssa e Liz estão encarando o toco de árvore dizimado." + +# game/3_min.rpy:3236 +translate brazilian_portuguese thatWasExhausting_6e8fa6f1: + + # Liz "What happened to this? It looks like a cannonball hit it." + Liz "O que aconteceu com ele? Parece que uma bola de canhão atingiu ele." + +# game/3_min.rpy:3238 +translate brazilian_portuguese thatWasExhausting_bfde02f0: + + # Chryssa "Beats me." + Chryssa "Nem sei." + +# game/3_min.rpy:3240 +translate brazilian_portuguese thatWasExhausting_f2f22dd9: + + # MinT "I should probably keep my mouth shut." + MinT "Eu possivelmente deveria ficar quieta." + +# game/3_min.rpy:3243 +translate brazilian_portuguese thatWasExhausting_4f1b3735: + + # Liz "Well, I suppose it's not our problem." + Liz "Bem, acho que não é problema nosso." + +# game/3_min.rpy:3245 +translate brazilian_portuguese thatWasExhausting_2f41c42b: + + # Chryssa "Speaking of problems...What'd you think of your afternoon as an irresponsible person?" + Chryssa "Falando em problemas...O que você achou da tarde como uma pessoa irresponsável?" + +# game/3_min.rpy:3247 +translate brazilian_portuguese thatWasExhausting_73d07b3f: + + # Liz "That was even more tiring than being responsible." + Liz "Foi ainda mais cansativo do que ser responsável." + +# game/3_min.rpy:3249 +translate brazilian_portuguese thatWasExhausting_93f38072: + + # Liz "Did you see them knock the tent down the hill? Twice?" + Liz "Você viu elas derrubando a barraca da colina? Duas vezes?" + +# game/3_min.rpy:3251 +translate brazilian_portuguese thatWasExhausting_83713938: + + # Liz "Did you see them knock the tent down the hill?" + Liz "Você viu elas derrubando a barraca da colina?" + +# game/3_min.rpy:3253 +translate brazilian_portuguese thatWasExhausting_7f5af41d: + + # Chryssa "Yeah, I just ignored it." + Chryssa "É, eu só ignorei." + +# game/3_min.rpy:3255 +translate brazilian_portuguese thatWasExhausting_3b481bc4: + + # Liz "Me, too." + Liz "Eu também." + +# game/3_min.rpy:3256 +translate brazilian_portuguese thatWasExhausting_51831d58: + + # Liz "We probably could've finished a couple hours ago if we'd just wrangled them like we normally do." + Liz "Possivelmente poderíamos ter terminado a algumas horas atrás se nós tivéssemos só brigado com elas como normalmente fazemos." + +# game/3_min.rpy:3258 +translate brazilian_portuguese thatWasExhausting_379cf8e5: + + # Chryssa "Yep...Man, I thought I was really onto something." + Chryssa "Pois é...Cara, eu achei que eu tava no caminho certo." + +# game/3_min.rpy:3261 +translate brazilian_portuguese thatWasExhausting_a53510de: + + # "Min turns to walk away, but to her surprise, she hears footsteps running up behind her." + "Min se vira para ir embora, mas para surpresa dela, ela ouve passos correndo atrás dela." + +# game/3_min.rpy:3263 +translate brazilian_portuguese thatWasExhausting_65c4afa1: + + # Liz "Wait, Min!" with sshake + Liz "Espera, Min!" with sshake + +# game/3_min.rpy:3264 +translate brazilian_portuguese thatWasExhausting_9b98f69e: + + # "Min stops to let her catch up." + "Min para de andar, deixando ela a alcançar." + +# game/3_min.rpy:3266 +translate brazilian_portuguese thatWasExhausting_3bc705ee: + + # Min "What?" + Min "O quê?" + +# game/3_min.rpy:3269 +translate brazilian_portuguese thatWasExhausting_dba178c6: + + # Liz "I couldn't help but overhear some of what you were saying to Diya. At the lake." + Liz "Eu não pude evitar de ouvir uma parte do que você estava falando para a Diya. No lago." + +# game/3_min.rpy:3274 +translate brazilian_portuguese thatWasExhausting_67fd2126: + + # "Liz scribbles something on a scrap of paper and hands it to Min like a doctor giving a prescription." + "Liz rabisca algo num pedaço de papel e entrega para Min como um médico entregando uma prescrição." + +# game/3_min.rpy:3276 +translate brazilian_portuguese thatWasExhausting_109e2a98: + + # Liz "You need to go on the internet." + Liz "Você precisa ir na internet." + +# game/3_min.rpy:3278 +translate brazilian_portuguese thatWasExhausting_e35dca5b: + + # Min "The internet...?" + Min "Na internet..?" + +# game/3_min.rpy:3280 +translate brazilian_portuguese thatWasExhausting_1a4a3f70: + + # "Min scrutinizes the scrap of paper. It says \"genderfork.com\"." + "Min analisa o pedaço de papel. Ele diz \"genderfork.com\"." + +# game/3_min.rpy:3283 +translate brazilian_portuguese thatWasExhausting_dcd1123a: + + # Liz "It's a blog you might like." + Liz "É um blog que você talvez goste." + +# game/3_min.rpy:3286 +translate brazilian_portuguese thatWasExhausting_732b7f1e: + + # Min "How the hell would you know what I like?" + Min "Como caralhos você saberia o que eu gosto?" + +# game/3_min.rpy:3289 +translate brazilian_portuguese thatWasExhausting_08640ea6: + + # Liz "I'm trans." + Liz "Eu sou trans." + +# game/3_min.rpy:3293 +translate brazilian_portuguese thatWasExhausting_638cadaa: + + # Min "HUH?" with sshake + Min "HUH?" with sshake + +# game/3_min.rpy:3296 +translate brazilian_portuguese thatWasExhausting_3d6d24ee: + + # Liz "I mean, not that being genderqueer is necessarily the same as being trans..." + Liz "Quero dizer, não que ser genderqueer é necessariamente a mesma coisa que ser trans..." + +# game/3_min.rpy:3298 +translate brazilian_portuguese thatWasExhausting_3068e8b9: + + # Liz "But I'm here if you'd ever like to talk." + Liz "Mas eu estou aqui caso algum dia você queira conversar." + +# game/3_min.rpy:3299 +translate brazilian_portuguese thatWasExhausting_21b4eeca: + + # Liz "Have fun!" + Liz "Se divirta!" + +# game/3_min.rpy:3301 +translate brazilian_portuguese thatWasExhausting_7815eb42: + + # "Liz pats Min on the head and leaves her standing there clutching the little scrap of paper in absolute shock." + "Liz dá um tapinha na cabeça de Min e a deixa parada segurando o pedacinho de papel em completo choque." + +# game/3_min.rpy:3314 +translate brazilian_portuguese thatWasExhausting_81b91826: + + # MinT "I guess I should look that up when I get home..." + MinT "Eu acho que eu deveria procurar isso quando eu chegar em casa..." + +# game/3_min.rpy:3321 +translate brazilian_portuguese uncurse_947aa79b: + + # "Diya is watching the water." + "Diya está olhando a água." + +# game/3_min.rpy:3322 +translate brazilian_portuguese uncurse_8c3f2e37: + + # "When Min joins her, Diya tilts her head at her." + "Quando a Min se junta a ela, Diya vira sua cabeça na sua direção." + +# game/3_min.rpy:3324 +translate brazilian_portuguese uncurse_453defd7: + + # Diya "You said this place was cursed, right?" + Diya "Você disse que esse lugar era amaldiçoado, né?" + +# game/3_min.rpy:3327 +translate brazilian_portuguese uncurse_24e43a8c: + + # "Min sighs and wraps her arms around Diya's waist." + "Min suspira e envolve seus braços na cintura de Diya." + +# game/3_min.rpy:3329 +translate brazilian_portuguese uncurse_5bd4174a: + + # Min "Yeah..." + Min "É..." + +# game/3_min.rpy:3332 +translate brazilian_portuguese uncurse_06e52471: + + # "Diya rests her forehead against Min's, her long lashes tickling Min's skin as she blinks." + "Diya descansa sua testa contra a de Min, seus longos cílios fazendo cócegas na pela de Min quando ela pisca." + +# game/3_min.rpy:3334 +translate brazilian_portuguese uncurse_c0af69ce: + + # Diya "What if we uncursed it?" + Diya "E se a gente desamaldiçoasse ele?" + +# game/3_min.rpy:3336 +translate brazilian_portuguese uncurse_8a23f309: + + # Min "Huh? How?" + Min "Huh? Como?" + +# game/3_min.rpy:3338 +translate brazilian_portuguese uncurse_79ea3b2e: + + # Diya "By making new memories. Together." + Diya "Fazendo novas memórias. Juntas." + +# game/3_min.rpy:3339 +translate brazilian_portuguese uncurse_18951b47: + + # "Diya hugs her tighter, squishing Min's face directly into her chest." + "Diya a abraça mais forte, amassando a cara de Min diretamente em seu peito." + +# game/3_min.rpy:3341 +translate brazilian_portuguese uncurse_2cee8bcb: + + # MinT "Oooh..........." + MinT "Oooh..........." + +# game/3_min.rpy:3342 +translate brazilian_portuguese uncurse_19c9c885: + + # MinT "It's so soft............." + MinT "É tão fofo............." + +# game/3_min.rpy:3346 +translate brazilian_portuguese uncurse_3236f926: + + # Diya "{font=korean.ttf}사랑해...{/font}" + Diya "{font=korean.ttf}사랑해...{/font}" + +# game/3_min.rpy:3348 +translate brazilian_portuguese uncurse_e9161552: + + # "Min's mind is in such a state of disarray that it takes her a second to process what Diya is saying." + "A mente de Min está tão confusa que ela leva um segundo para processar o que Diya está dizendo." + +# game/3_min.rpy:3349 +translate brazilian_portuguese uncurse_7f2b68a9: + + # "In a herculean feat of self-control, she manages to stop rubbing her face against Diya's chest and meet her gaze." + "Em uma forte demonstração de autocontrole, ela consegue parar de esfregar o rosto no peito de Diya e encontrar seu olhar." + +# game/3_min.rpy:3352 +translate brazilian_portuguese uncurse_a9c3919c: + + # Min "Wait...You know what that means?" + Min "Espera...Você sabe o que isso significa?" + +# game/3_min.rpy:3354 +translate brazilian_portuguese uncurse_4c2598fd: + + # "Diya nods, her cheeks tinged pink." + "Diya concorda, suas bochechas rosa." + +# game/3_min.rpy:3356 +translate brazilian_portuguese uncurse_83b6af92: + + # Diya "It was in a lot of the K-pop songs that Yuki...I mean, Grace played." + Diya "Estava em um monte das músicas de K-Pop que a Yuki...quero dizer, que a Grace tocou." + +# game/3_min.rpy:3357 +translate brazilian_portuguese uncurse_7c4a2544: + + # Diya "So I asked her." + Diya "Então eu perguntei a ela." + +# game/3_min.rpy:3358 +translate brazilian_portuguese uncurse_f5ba232a: + + # Diya "And found out what it really meant." + Diya "E descobri o que realmente significava." + +# game/3_min.rpy:3360 +translate brazilian_portuguese uncurse_89b2f576: + + # Min "Sorry I lied to you..." + Min "Desculpa por ter mentido para você..." + +# game/3_min.rpy:3363 +translate brazilian_portuguese uncurse_03a0acd6: + + # Diya "No, it makes me happy you wanted me to say that." + Diya "Não, me deixa feliz saber que você queria que eu dissesse isso." + +# game/3_min.rpy:3364 +translate brazilian_portuguese uncurse_4395fa23: + + # Diya "Because I do. Love you." + Diya "Porque é verdade. Te amo." + +# game/3_min.rpy:3367 +translate brazilian_portuguese uncurse_dbae3dab: + + # Min "Even now...Now that you know what an asshole I am?" + Min "Até agora...Agora que você sabe a babaca que eu sou?" + +# game/3_min.rpy:3371 +translate brazilian_portuguese uncurse_e82e00af: + + # Diya "...You think I didn't know that before?" + Diya "...Você acha que eu não sabia disso antes?" + +# game/3_min.rpy:3376 +translate brazilian_portuguese uncurse_6b391eaa: + + # MinT "I guess I {i}was{/i} always hitting and threatening people." + MinT "Acho que {i}estava{/i} sempre batendo e ameaçando as pessoas." + +# game/3_min.rpy:3378 +translate brazilian_portuguese uncurse_ff225181: + + # Min "Then why do you still like me?" + Min "Então por que você ainda gosta de mim?" + +# game/3_min.rpy:3381 +translate brazilian_portuguese uncurse_694f76be: + + # Diya "Because you're also really brave and resilient, and cool." + Diya "Porque você é muito corajosa e forte, e legal." + +# game/3_min.rpy:3386 +translate brazilian_portuguese uncurse_4322d84a: + + # Diya "I feel like...The world tries to make people into certain shapes." + Diya "Eu sinto que...O mundo tenta fazer as pessoas serem de certos formatos." + +# game/3_min.rpy:3387 +translate brazilian_portuguese uncurse_93ddd390: + + # Diya "But you fight it on purpose. You try as hard as you can." + Diya "Mas você luta contra isso de propósito. Você tenta o máximo que você conseguir." + +# game/3_min.rpy:3388 +translate brazilian_portuguese uncurse_22cbdee1: + + # Diya "And I think that's amazing." + Diya "E eu acho isso incrível." + +# game/3_min.rpy:3390 +translate brazilian_portuguese uncurse_831c6800: + + # Diya "And subconsciously, I think I understood." + Diya "E no fundo, acho que eu entendi." + +# game/3_min.rpy:3392 +translate brazilian_portuguese uncurse_3c775dce: + + # Min "Understood what?" + Min "Entendeu o quê?" + +# game/3_min.rpy:3395 +translate brazilian_portuguese uncurse_17829299: + + # Diya "You're always telling me you'll protect me and kill the people who hurt me. Because you wish someone did that for you." + Diya "Você está sempre me dizendo que vai me proteger e matar as pessoas que me machucarem. Porque você queria que alguém fizesse isso para você." + +# game/3_min.rpy:3396 +translate brazilian_portuguese uncurse_d683e7fe: + + # "Min is stunned speechless. It feels like a curtain was suddenly pulled back on something shameful and hidden, exposing it to the blazing sun." + "Min está sem palavras. Parece que uma cortina foi subitamente tirada de algo vergonhoso e escondido, expondo-o ao sol escaldante." + +# game/3_min.rpy:3397 +translate brazilian_portuguese uncurse_d711c1f9: + + # "But Diya doesn't flinch away, just gazes into her eyes." + "Mas Diya não se mexe, só olha os olhos de Min." + +# game/3_min.rpy:3403 +translate brazilian_portuguese uncurse_cf441d0e: + + # Diya "I love you." + Diya "Eu te amo." + +# game/3_min.rpy:3404 +translate brazilian_portuguese uncurse_266305be: + + # "Blinking hard, Min smiles back at her." + "Piscando forte, Min sorri de volta para ela." + +# game/3_min.rpy:3407 +translate brazilian_portuguese uncurse_421410a8: + + # Min "I love you, too." + Min "Eu também te amo." + +# game/3_min.rpy:3409 +translate brazilian_portuguese uncurse_1fac2286: + + # Min "Teach me how to say it?" + Min "Me ensina a falar isso?" + +# game/3_min.rpy:3412 +translate brazilian_portuguese uncurse_996c8c4c: + + # Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + +# game/3_min.rpy:3415 +translate brazilian_portuguese uncurse_0001f330: + + # Min "Man, that's a mouthful." + Min "Nossa, isso é bastante coisa." + +# game/3_min.rpy:3416 +translate brazilian_portuguese uncurse_fc2469c3: + + # Min "Nan unnai katalikkiren...?" + Min "Nan unnai katalikkiren...?" + +# game/3_min.rpy:3419 +translate brazilian_portuguese uncurse_996c8c4c_1: + + # Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + +# game/3_min.rpy:3422 +translate brazilian_portuguese uncurse_ded0bc6d: + + # Min "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்!{/font}" + Min "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்!{/font}" + +translate brazilian_portuguese strings: + + # game/3_min.rpy:28 + old "4th grade" + new "4ª série" + + # game/3_min.rpy:33 + old "Florida" + new "Flórida" + + # game/3_min.rpy:77 + old "Classmate" + new "Colega" + + # game/3_min.rpy:105 + old "Random Boy" + new "Menino Aleatório" + + # game/3_min.rpy:144 + old "Half an hour later" + new "Meia hora depois" + + # game/3_min.rpy:174 + old "{font=korean.ttf}개새끼{/font} = Son of a bitch" + new "{font=korean.ttf}개새끼{/font} = Filho da puta" + + # game/3_min.rpy:339 + old "5 years later" + new "5 anos depois" + + # game/3_min.rpy:344 + old "California" + new "Califórnia" + + # game/3_min.rpy:429 + old "Narrator" + new "Narrador" + + # game/3_min.rpy:430 + old "Second boy in video" + new "2º menino no vídeo" + + # game/3_min.rpy:442 + old "Boy in video" + new "Menino no vídeo" + + # game/3_min.rpy:533 + old "The park" + new "O parque" + + # game/3_min.rpy:587 + old "I love you." + new "Eu te amo." + + # game/3_min.rpy:695 + old "Throw rocks at dead tree stump" + new "Jogar pedras em um toco de árvore" + + # game/3_min.rpy:704 + old "Look at dead tree stump" + new "Olhar o toco de árvore" + + # game/3_min.rpy:715 + old "Search for rocks" + new "Procurar por pedras" + + # game/3_min.rpy:738 + old "Look at picnic table" + new "Olhar a mesa de piquenique" + + # game/3_min.rpy:747 + old "Look at the dog" + new "Olhar o cachorro" + + # game/3_min.rpy:755 + old "Look at playground" + new "Olhar a pracinha" + + # game/3_min.rpy:811 + old "Dog Owner" + new "Dono do Cachorro" + + # game/3_min.rpy:859 + old "Sweetheart/darling; used between lovers" + new "Querido/amado; usado normalmente entre amantes" + + # game/3_min.rpy:867 + old "Pet the dog" + new "Dar carinho no cachorro" + + # game/3_min.rpy:867 + old "Don't pet the dog" + new "Não dar carinho no cachorro" + + # game/3_min.rpy:1316 + old "K-Pop song" + new "Música de K-Pop" + + # game/3_min.rpy:1317 + old "The people around me tell me..." + new "As pessoas em minha volta me dizem..." + + # game/3_min.rpy:1319 + old "I’m too aggressive..." + new "Que eu sou muito agressivo..." + + # game/3_min.rpy:1389 + old "Grace" + new "Grace" + + # game/3_min.rpy:1390 + old "Sayeeda" + new "Sayeeda" + + # game/3_min.rpy:1810 + old "Reporter" + new "Repórter" + + # game/3_min.rpy:1864 + old "Environmentalist" + new "Ambientalista" + + # game/3_min.rpy:1891 + old "Evil Hunter" + new "Caçador do Mal" + + # game/3_min.rpy:1990 + old "Look at the lake" + new "Olhar para o lago" + + # game/3_min.rpy:1990 + old "Study your lines again" + new "Estudar suas falas de novo" + + # game/3_min.rpy:1990 + old "Glance over at Ester" + new "Olhar para Ester" + + # game/3_min.rpy:2369 + old "Min and Noelle" + new "Min e Noelle" + + # game/3_min.rpy:2863 + old "Wolf Pup" + new "Lobo Filhote" + + # game/3_min.rpy:2864 + old "Wolf Mom LeafGreen" + new "Mãe Lobo LeafGreen" + + # game/3_min.rpy:2865 + old "Wolf Mom FireRed" + new "Mãe Lobo FireRed" + + # game/3_min.rpy:2977 + old "Look in the tent" + new "Olhar na barraca" + + # game/3_min.rpy:2987 + old "Sit at the picnic table" + new "Sentar na mesa de piquenique" + + # game/3_min.rpy:2995 + old "Look at tree stump" + new "Olhar para o toco de árvore" + + # game/3_min.rpy:3003 + old "Walk to the lake" + new "Ir ao lago" + + # game/3_min.rpy:3141 + old "Noelle and Akarsha" + new "Noelle e Akarsha" + + # game/3_min.rpy:3344 + old "I love you..." + new "Eu te amo..." + diff --git a/game/tl/brazilian_portuguese/4_noelle.rpy b/game/tl/brazilian_portuguese/4_noelle.rpy new file mode 100644 index 0000000..35f4723 --- /dev/null +++ b/game/tl/brazilian_portuguese/4_noelle.rpy @@ -0,0 +1,10487 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +# game/4_noelle.rpy:40 +translate brazilian_portuguese noelle4_402aeba0: + + # NPC "{font=traditional_chinese.otf}第一個詞是:「鏡子」。{/font}" + NPC "{font=traditional_chinese.otf}第一個詞是:「鏡子」。{/font}" + +# game/4_noelle.rpy:44 +translate brazilian_portuguese noelle4_d068ac81: + + # "Noelle copies down the unfamiliar characters on the board stroke by stroke." + "Noelle copia os caracteres desconhecidos no quadro traço por traço." + +# game/4_noelle.rpy:46 +translate brazilian_portuguese noelle4_4b93a704: + + # NoelleT "What did it look like again?" + NoelleT "Como que era mesmo?" + +# game/4_noelle.rpy:57 +translate brazilian_portuguese wrongAnswer_93b7ee0f: + + # "Noelle writes it down, then checks it against the writing on the board." + "Noelle anota e compara com o que está escrito no quadro." + +# game/4_noelle.rpy:59 +translate brazilian_portuguese wrongAnswer_c03b97fe: + + # NoelleT "I got it wrong..." + NoelleT "Eu errei..." + +# game/4_noelle.rpy:63 +translate brazilian_portuguese rightAnswer_a467c77d: + + # "Noelle writes it down, then checks it against the words on the board." + "Noelle anota e compara com o que está escrito no quadro." + +# game/4_noelle.rpy:65 +translate brazilian_portuguese rightAnswer_2917c5c1: + + # NoelleT "I got it right! Now for the next one..." + NoelleT "Eu acertei! Agora vamos pro próximo..." + +# game/4_noelle.rpy:71 +translate brazilian_portuguese vocab2_6d8dd5e2: + + # NPC "{font=traditional_chinese.otf}第二個詞是:「承認」。{/font}" + NPC "{font=traditional_chinese.otf}第二個詞是:「承認」。{/font}" + +# game/4_noelle.rpy:73 +translate brazilian_portuguese vocab2_19480a01: + + # NPC "{font=traditional_chinese.otf}「認」你們應該已經會了。{/font}" + NPC "{font=traditional_chinese.otf}「認」你們應該已經會了。{/font}" + +# game/4_noelle.rpy:75 +translate brazilian_portuguese vocab2_05b15754: + + # NPC "{font=traditional_chinese.otf}「承」的意思是「to bear」or 「to carry」……{/font}" + NPC "{font=traditional_chinese.otf}「承」的意思是「aguentar」or 「carregar」……{/font}" + +# game/4_noelle.rpy:78 +translate brazilian_portuguese vocab2_c73852a8: + + # NoelleT "This would be easier if Chinese words used an alphabet like most languages." + NoelleT "Seria mais fácil se as palavras chinesas usassem um alfabeto que nem a maioria das outras línguas." + +# game/4_noelle.rpy:79 +translate brazilian_portuguese vocab2_de808ae2: + + # NoelleT "It infuriates me how you can't tell how a Chinese character is pronounced by the way it looks." + NoelleT "Me irrita como você não consegue saber como um caractere chinês é pronunciado pela sua aparência." + +# game/4_noelle.rpy:80 +translate brazilian_portuguese vocab2_06fd9642: + + # NoelleT "You're forced to learn every single word twice — how it sounds, AND what it looks like. It's wildly inefficient." + NoelleT "Você é obrigado a aprender todas as palavras duas vezes — como ela soa E como ela se parece. É extremamente ineficiente." + +# game/4_noelle.rpy:82 +translate brazilian_portuguese vocab2_5f551e84: + + # "A couple hours into the lesson, a kid toward the back of the room raises his hand." + "Depois de algumas horas de aula, uma criança no fundo da sala levanta a mão." + +# game/4_noelle.rpy:84 +translate brazilian_portuguese vocab2_22865170: + + # NPC2 "{font=traditional_chinese.otf}老師,中文字總共有幾個?{/font}" + NPC2 "{font=traditional_chinese.otf}老師,中文字總共有幾個?{/font}" + +# game/4_noelle.rpy:86 +translate brazilian_portuguese vocab2_7a43c459: + + # NPC "{font=traditional_chinese.otf}至少八萬個。{/font}" + NPC "{font=traditional_chinese.otf}至少八萬個。{/font}" + +# game/4_noelle.rpy:89 +translate brazilian_portuguese vocab2_bbf60c54: + + # Noelle "80,000?!" with sshake + Noelle "80,000?!" with sshake + +# game/4_noelle.rpy:92 +translate brazilian_portuguese vocab2_559a1fce: + + # NPC "{font=traditional_chinese.otf}別擔心,有上過學的人平均也只認得八千個字左右。{/font}" + NPC "{font=traditional_chinese.otf}別擔心,有上過學的人平均也只認得八千個字左右。{/font}" + +# game/4_noelle.rpy:95 +translate brazilian_portuguese vocab2_07b8fe02: + + # NoelleT "8,000 is still a mindboggling number..." + NoelleT "8,000 ainda é um número absurdo..." + +# game/4_noelle.rpy:103 +translate brazilian_portuguese quittingChineseSchool_fa7ffe50: + + # "After school, Noelle does her weekly packet of Chinese homework at the kitchen table." + "Depois da escola, Noelle faz seu pacote semanal de tema de casa de chinês na mesa da cozinha." + +# game/4_noelle.rpy:105 +translate brazilian_portuguese quittingChineseSchool_71871670: + + # NoelleT "I've spent every Saturday since kindergarten tediously memorizing a few characters at a time, but it's barely even made a dent." + NoelleT "Eu passei todos os sábados desde o jardim de infância memorizando tediosamente alguns caracteres de cada vez, mas mal fez diferença." + +# game/4_noelle.rpy:106 +translate brazilian_portuguese quittingChineseSchool_391ce961: + + # NoelleT "After all these years, I still can't even read a book or the newspaper." + NoelleT "Mesmo após todos esses anos, eu sequer consigo ler um livro ou um jornal." + +# game/4_noelle.rpy:107 +translate brazilian_portuguese quittingChineseSchool_9bebeecd: + + # NoelleT "At this pace, it's hard to imagine I'll ever be able to." + NoelleT "Nesse ritmo, é difícil imaginar que algum dia vou conseguir." + +# game/4_noelle.rpy:111 +translate brazilian_portuguese quittingChineseSchool_f238f67a: + + # Mom "Noelle! What is this?!" with sshake + Mom "Noelle! O que é isso?!" with sshake + +# game/4_noelle.rpy:112 +translate brazilian_portuguese quittingChineseSchool_aecc8b53: + + # "Noelle looks up to see her Mom holding the sample packet of pads and tampons she got from school." + "Noelle olha para cima e vê sua mãe segurando o pacote de amostras de absorventes e absorventes internos que ela ganhou na escola." + +# game/4_noelle.rpy:114 +translate brazilian_portuguese quittingChineseSchool_24dc16ca: + + # Noelle "Oh, that's from the Sex Ed talk we had in class. The girls received a presentation about menstruation." + Noelle "Ah, isso é da conversa sobre Educação Sexual que tivemos na aula. As garotas viram uma apresentação sobre menstruação." + +# game/4_noelle.rpy:117 +translate brazilian_portuguese quittingChineseSchool_49197f77: + + # Mom "The school gave you this?!" with sshake + Mom "A escola te deu isso?!" with sshake + +# game/4_noelle.rpy:119 +translate brazilian_portuguese quittingChineseSchool_20b3aafe: + + # Mom "Using a tampon is the same as having sex!" with sshake + Mom "Usar um absorvente é a mesma coisa que fazer sexo!" with sshake + +# game/4_noelle.rpy:121 +translate brazilian_portuguese quittingChineseSchool_025e0341: + + # Noelle "That's not what the teacher giving the talk said..." + Noelle "Isso não é o que a professora que fez a apresentação disse..." + +# game/4_noelle.rpy:122 +translate brazilian_portuguese quittingChineseSchool_94ed728c: + + # Noelle "It's just a tool for absorbing blood." + Noelle "É só uma ferramenta para absorver sangue." + +# game/4_noelle.rpy:125 +translate brazilian_portuguese quittingChineseSchool_b0e8a9c3: + + # Mom "No! You'll be able to feel it the whole time, and it goes into..." + Mom "Não! Você vai conseguir senti-lo o tempo todo, e ele vai dentro da..." + +# game/4_noelle.rpy:126 +translate brazilian_portuguese quittingChineseSchool_79877ce3: + + # "Her mom can't even bear to say it." + "A mãe dela não consegue nem terminar de falar." + +# game/4_noelle.rpy:128 +translate brazilian_portuguese quittingChineseSchool_810b11b4: + + # Mom "It's the same as having sex with a man." + Mom "É a mesma coisa que fazer sexo com um homem." + +# game/4_noelle.rpy:130 +translate brazilian_portuguese quittingChineseSchool_1eb265dd: + + # Noelle "The woman giving the talk said plenty of girls use it." + Noelle "A mulher que fez a apresentação disse que um monte de garotas usam." + +# game/4_noelle.rpy:133 +translate brazilian_portuguese quittingChineseSchool_e76dc2e0: + + # Mom "American girls get their periods so early because they're thinking sexual thoughts at a young age." with sshake + Mom "Meninas americanas ficam menstruadas tão cedo porque elas estão pensando pensamentos sexuais em uma idade jovem." with sshake + +# game/4_noelle.rpy:134 +translate brazilian_portuguese quittingChineseSchool_1fc1149b: + + # Mom "It's not natural. You shouldn't be thinking about these things until you're married." + Mom "Não é natural. Você não deveria estar pensando nessas coisas até você estar casada." + +# game/4_noelle.rpy:136 +translate brazilian_portuguese quittingChineseSchool_e268e56f: + + # "After throwing away the immoral tampons, her mom goes off to the living room to watch a Chinese variety show." + "Após jogar fora os absorventes imorais, a mãe de Noelle vai para a sala ver um programa de auditório chinês." + +# game/4_noelle.rpy:142 +translate brazilian_portuguese quittingChineseSchool_2ef4a68f: + + # NoelleT "It's hard growing up trusting very little of your parents' judgment." + NoelleT "É difícil crescer confiando muito pouco no julgamento de seus pais." + +# game/4_noelle.rpy:143 +translate brazilian_portuguese quittingChineseSchool_63cfded1: + + # NoelleT "My mom doesn't believe in mental illness, yet genuinely believes in superstitions like auspicious dates. And no amount of proof or argument can sway her." + NoelleT "Minha mãe não acredita em doenças mentais, mas genuinamente acredita em superstições como datas de casamento auspiciosas. E nenhuma quantidade de provas ou argumentos muda sua opinião." + +# game/4_noelle.rpy:144 +translate brazilian_portuguese quittingChineseSchool_7a4f4542: + + # NoelleT "Is Chinese society just decades behind the West? I've yet to meet a white person whose mind works this way." + NoelleT "A sociedade chinesa só está realmente décadas atrás do Ocidente? Eu ainda não conheci uma pessoa branca cuja mente funcione dessa maneira." + +# game/4_noelle.rpy:150 +translate brazilian_portuguese quittingChineseSchool_2415f932: + + # "Noelle glances over at the show her mom is watching." + "Noelle dá uma olhada no programa que sua mãe está olhando." + +# game/4_noelle.rpy:154 +translate brazilian_portuguese quittingChineseSchool_970f07cb: + + # "Colorful words and cartoons fly across the screen as cheesy sound effects play." + "Palavras coloridas e cartoons voam pela tela e efeitos sonoros clichês tocam." + +# game/4_noelle.rpy:156 +translate brazilian_portuguese quittingChineseSchool_ce9e0b29: + + # NoelleT "So tacky..." + NoelleT "Tão brega..." + +# game/4_noelle.rpy:157 +translate brazilian_portuguese quittingChineseSchool_705ae7e9: + + # NoelleT "It's one of those shows where they interview a panel of foreigners who can barely speak Mandarin." + NoelleT "É um daqueles programas em que eles entrevistam um painel de estrangeiros que mal falam Mandarim." + +# game/4_noelle.rpy:159 +translate brazilian_portuguese quittingChineseSchool_192ab582: + + # "Noelle cringes as silly \"boing\" noises are overlaid over the host's jokes." + "Noelle se encolhe de vergonha quando ruídos bobos de \"boing\" são sobrepostos pelas piadas do apresentador." + +# game/4_noelle.rpy:161 +translate brazilian_portuguese quittingChineseSchool_c1c80572: + + # NoelleT "They're just laughing at the foreigners for not understanding the questions they've been asked..." + NoelleT "Eles estão só rindo de estrangeiros por não estarem entendendo as perguntas que foram perguntadas..." + +# game/4_noelle.rpy:162 +translate brazilian_portuguese quittingChineseSchool_240dfc60: + + # NoelleT "Why is this popular? It's so juvenile and embarrassing." + NoelleT "Por que isso é popular? É tão infantil e vergonhoso." + +# game/4_noelle.rpy:163 +translate brazilian_portuguese quittingChineseSchool_ee686840: + + # NoelleT "I feel like I'm losing brain cells as I listen to this." + NoelleT "Eu sinto que estou perdendo células cerebrais ouvindo isso." + +# game/4_noelle.rpy:165 +translate brazilian_portuguese quittingChineseSchool_2d0852d0: + + # "Disgusted, Noelle returns to scrutinizing the impenetrable paragraph of Chinese she's supposed to be analyzing for homework." + "Enojada, Noelle volta a examinar o parágrafo ilegível de chinês que ela deveria estar analisando como tema de casa." + +# game/4_noelle.rpy:167 +translate brazilian_portuguese quittingChineseSchool_64318b69: + + # NoelleT "What am I even going to use Chinese for? Watching drivel like that?" + NoelleT "Para que sequer eu vou usar chinês? Ver bobagem como essa?" + +# game/4_noelle.rpy:168 +translate brazilian_portuguese quittingChineseSchool_4168d407: + + # NoelleT "I have no interest in the backwards culture that produced my pathetic, narrow-minded parents." + NoelleT "Não tenho interesse na cultura retrógrada que produziu meus pais patéticos e subdesenvolvidos." + +# game/4_noelle.rpy:173 +translate brazilian_portuguese quittingChineseSchool_a6e72de9: + + # "When a commercial break comes on, she throws down her pencil." + "Quando ocorre um intervalo comercial, ela joga seu lápis." + +# game/4_noelle.rpy:175 +translate brazilian_portuguese quittingChineseSchool_0d84afa1: + + # Noelle "I want to quit Chinese school." + Noelle "Eu quero sair do curso de chinês." + +# game/4_noelle.rpy:177 +translate brazilian_portuguese quittingChineseSchool_7c7030e4: + + # "Her mom whirls around from the couch, alarmed." + "Sua mãe se vira no sofá, alarmada." + +# game/4_noelle.rpy:180 +translate brazilian_portuguese quittingChineseSchool_923b2d5b: + + # Mom "What?! Why?" with sshake + Mom "O quê?! Por que?" with sshake + +# game/4_noelle.rpy:182 +translate brazilian_portuguese quittingChineseSchool_9d357b73: + + # Noelle "I hate it! It always takes up my entire Saturday!" with sshake + Noelle "Eu odeio esse curso! Ele sempre ocupa meu sábado inteiro!" with sshake + +# game/4_noelle.rpy:183 +translate brazilian_portuguese quittingChineseSchool_6ae43bcf: + + # Noelle "They assign so much homework every week on top of the regular homework I get from school." + Noelle "Eles dão tanto tema toda semana, além do tema normal que eu recebo da escola." + +# game/4_noelle.rpy:185 +translate brazilian_portuguese quittingChineseSchool_11940e6a: + + # "Noelle's dad looks up disapprovingly from the newspaper he's reading." + "O pai de Noelle dá um olhar desaprovador do jornal que ele está lendo." + +# game/4_noelle.rpy:187 +translate brazilian_portuguese quittingChineseSchool_5d4c2936: + + # Dad "Well, you can't quit. What kind of Chinese person can't even speak Chinese?" + Dad "Bem, você não pode sair. Que tipo de pessoa chinesa você seria se você nem fala chinês?" + +# game/4_noelle.rpy:189 +translate brazilian_portuguese quittingChineseSchool_e7c4f9c4: + + # Mom "We'll lose face if you don't learn!" + Mom "Nós vamos perder reputação se você não aprender!" + +# game/4_noelle.rpy:190 +translate brazilian_portuguese quittingChineseSchool_175ca01f: + + # Mom "Other people will think we're bad parents." + Mom "Outras pessoas vão achar que somos pais ruins." + +# game/4_noelle.rpy:193 +translate brazilian_portuguese quittingChineseSchool_df6fd973: + + # Noelle "Why does it matter what other people think?!" with sshake + Noelle "Qual a importância do que as outras pessoas pensam?!" with sshake + +# game/4_noelle.rpy:194 +translate brazilian_portuguese quittingChineseSchool_1cb9c187: + + # Noelle "{i}I'm{/i} the one whose limited time is being sucked away by it! My opinion should be the one that matters the most!" + Noelle "{i}Eu{/i} sou quem tem o tempo limitado está sendo sugado pelas aulas! Minha opinião deveria ser a que mais importa!" + +# game/4_noelle.rpy:197 +translate brazilian_portuguese quittingChineseSchool_50e0e208: + + # Dad "No, you have to listen to your parents." + Dad "Não, você tem que ouvir seus pais." + +# game/4_noelle.rpy:198 +translate brazilian_portuguese quittingChineseSchool_fb3695d8: + + # Dad "It's for your own good. You're too young to understand." + Dad "É para seu próprio bem. Você é muito jovem para entender." + +# game/4_noelle.rpy:199 +translate brazilian_portuguese quittingChineseSchool_cf4354fc: + + # "Almost nothing drives Noelle up a wall more than being told she's not old enough to understand something." + "Quase nada irrita tanto Noelle quanto ouvir que ela não é velha o suficiente para entender algo." + +# game/4_noelle.rpy:201 +translate brazilian_portuguese quittingChineseSchool_15ef46cf: + + # Noelle "Stop treating me like a some feeble-minded little kid. I read at college-level already!" + Noelle "Parem de me tratar como uma criancinha sem cérebro. Eu já leio em nível universitário!" + +# game/4_noelle.rpy:204 +translate brazilian_portuguese quittingChineseSchool_56979a78: + + # Dad "It doesn't matter, you don't have the life experience yet." + Dad "Não importa, você não tem a experiência de vida ainda." + +# game/4_noelle.rpy:205 +translate brazilian_portuguese quittingChineseSchool_769f21bd: + + # Dad "Some things you can only know from being as old as your parents are." + Dad "Algumas coisas você só pode aprender sendo tão velha quanto seus pais são." + +# game/4_noelle.rpy:207 +translate brazilian_portuguese quittingChineseSchool_49a9ddab: + + # Noelle "What, so just because you're older than me you're automatically smarter than I am?" + Noelle "O que, então só por que vocês são mais velhos que eu vocês são automaticamente mais espertos que eu?" + +# game/4_noelle.rpy:209 +translate brazilian_portuguese quittingChineseSchool_12339536: + + # Dad "Yes." + Dad "Sim." + +# game/4_noelle.rpy:211 +translate brazilian_portuguese quittingChineseSchool_e5a6fc03: + + # Noelle "I don't accept that." + Noelle "Eu não aceito isso." + +# game/4_noelle.rpy:214 +translate brazilian_portuguese quittingChineseSchool_7cc4344e: + + # Mom "It's your culture. You can't just throw it away." + Mom "É sua cultura. Você não pode só jogá-la fora." + +# game/4_noelle.rpy:216 +translate brazilian_portuguese quittingChineseSchool_f058a4fe: + + # Noelle "Yes, I can. It's a poorly constructed, archaic language." + Noelle "Sim, eu posso. É uma língua arcaica e pobremente construída." + +# game/4_noelle.rpy:225 +translate brazilian_portuguese quittingChineseSchool_cceffd42: + + # Dad "That's not true. If it's so bad, how come it's worked for thousands of years?" + Dad "Isso não é verdade. Se ela é tão ruim, como que ela tem funcionado por milhares de anos?" + +# game/4_noelle.rpy:226 +translate brazilian_portuguese quittingChineseSchool_0a185075: + + # Dad "You should take more pride in your culture." + Dad "Você deveria se orgulhar mais de sua cultura." + +# game/4_noelle.rpy:228 +translate brazilian_portuguese quittingChineseSchool_4b18cc59: + + # Noelle "What is there to be proud of?" + Noelle "O que tem a se orgulhar?" + +# game/4_noelle.rpy:229 +translate brazilian_portuguese quittingChineseSchool_2a1fae47: + + # Noelle "I'm stuck learning the worst, most pointlessly complicated language in the world." + Noelle "Eu estou presa aprendendo a pior e mais desnecessariamente complicada língua do mundo." + +# game/4_noelle.rpy:232 +translate brazilian_portuguese quittingChineseSchool_30afc93d: + + # "Exasperated, Noelle's parents exchange a look." + "Exasperados, os pais de Noelle trocam olhares." + +# game/4_noelle.rpy:234 +translate brazilian_portuguese quittingChineseSchool_3f6ea1fa: + + # Mom "You're still going to Chinese school. We already paid for your classes this year." + Mom "Você ainda vai para o curso de chinês. Nós já pagamos por suas aulas desse ano." + +# game/4_noelle.rpy:236 +translate brazilian_portuguese quittingChineseSchool_00518be6: + + # Noelle "Can I quit at the end of the year then?" + Noelle "Posso sair no final do ano então?" + +# game/4_noelle.rpy:239 +translate brazilian_portuguese quittingChineseSchool_79c39c4a: + + # Dad "If you still feel this way by the end of the year, fine. You can quit." + Dad "Se você ainda se sentir assim no final do ano, sim. Você pode sair." + +# game/4_noelle.rpy:241 +translate brazilian_portuguese quittingChineseSchool_88530dcb: + + # Noelle "I can?" + Noelle "Posso?" + +# game/4_noelle.rpy:245 +translate brazilian_portuguese quittingChineseSchool_fbf5cbe0: + + # Mom "Huh?! No, she can't!" with sshake + Mom "Huh?! Não, ela não pode!" with sshake + +# game/4_noelle.rpy:247 +translate brazilian_portuguese quittingChineseSchool_8b77488c: + + # Dad "Think about it. If she goes to Chinese school with that kind of attitude, she won't learn anything anyway." + Dad "Pensa sobre isso. Se ela for para as aulas de chinês com essa atitude, ela não vai aprender nada de qualquer jeito." + +# game/4_noelle.rpy:248 +translate brazilian_portuguese quittingChineseSchool_13667244: + + # Dad "It's impossible to teach someone who doesn't want to be educated. We might as well at least save money." + Dad "É impossível ensinar alguém que não quer ser educado. Devemos pelo menos economizar um pouco de dinheiro." + +# game/4_noelle.rpy:250 +translate brazilian_portuguese quittingChineseSchool_167e3102: + + # NoelleT "Yes! The end of the year is pretty far away, but at least the end is in sight now!" + NoelleT "Isso! O final do ano ainda está meio longe, mas pelo menos o fim está a vista agora!" + +# game/4_noelle.rpy:251 +translate brazilian_portuguese quittingChineseSchool_f057711d: + + # NoelleT "Quitting Chinese school will significantly free up my schedule. I can probably read a few more books every week!" + NoelleT "Sair do curso de chinês vai liberar significativamente minha agenda. Eu possivelmente vou poder ler alguns livros a mais toda semana!" + +# game/4_noelle.rpy:253 +translate brazilian_portuguese quittingChineseSchool_60d45089: + + # NoelleT "It'll be so worth it. When I'm older, I'll be so thankful that I quit." + NoelleT "Vai valer tão a pena. Quando eu for mais velha, vou estar muito agradecida por ter saído." + +# game/4_noelle.rpy:261 +translate brazilian_portuguese ranch99_19db2f05: + + # "Noelle is so elated that she doesn't even mind being dragged along to 99 Ranch with her mom, a trip she normally gripes is a waste of time." + "Noelle está tão feliz que nem se importa em ser arrastada para o 99 Ranch com sua mãe, uma viagem que ela normalmente reclama é uma perda de tempo." + +# game/4_noelle.rpy:262 +translate brazilian_portuguese ranch99_f7640335: + + # "As they browse the fishball aisle, her mom's Nokia rings. She quickly brings it to her ear." + "Enquanto navegam pelo corredor das bolas de peixe, o Nokia de sua mãe toca. Ela rapidamente o leva a seu ouvido." + +# game/4_noelle.rpy:265 +translate brazilian_portuguese ranch99_2a62f33a: + + # Mom "{font=chunhua_chinese.ttf}喂?{/font}" + Mom "{font=chunhua_chinese.ttf}喂?{/font}" + +# game/4_noelle.rpy:268 +translate brazilian_portuguese ranch99_64fb7708: + + # "There's a pause. Her mom's face falls." + "Há uma pausa. O rosto de sua mãe se entristece." + +# game/4_noelle.rpy:270 +translate brazilian_portuguese ranch99_ee89588e: + + # Noelle "What is it?" + Noelle "O que foi?" + +# game/4_noelle.rpy:273 +translate brazilian_portuguese ranch99_ee25db42: + + # Mom "Ah-ma passed away." + Mom "Ah-ma faleceu." + +# game/4_noelle.rpy:276 +translate brazilian_portuguese ranch99_11a48459: + + # Noelle "Oh." + Noelle "Oh." + +# game/4_noelle.rpy:278 +translate brazilian_portuguese ranch99_738ac199: + + # NoelleT "I know I should be sad...but I haven't seen my grandmother for years." + NoelleT "Eu sei que eu deveria estar triste...mas eu não vejo minha vó faz anos." + +# game/4_noelle.rpy:279 +translate brazilian_portuguese ranch99_4b57cfdb: + + # NoelleT "I've never had a real conversation with her before. It's like being told a stranger died." + NoelleT "Eu nunca tive uma conversa real com ela antes. É que nem ouvir que um estranho morreu." + +# game/4_noelle.rpy:296 +translate brazilian_portuguese wikipedia_57a332ed: + + # "Noelle isn't allowed to close her bedroom door, so she's on high alert as she uses the computer." + "Noelle não tem permissão para fechar a porta do quarto, então ela está em alerta máximo enquanto usa o computador." + +# game/4_noelle.rpy:298 +translate brazilian_portuguese wikipedia_6687ecfd: + + # NoelleT "It sounds like my mother's busy washing vegetables in the kitchen. Here's my chance!" + NoelleT "Parece que minha mãe está ocupada lavando vegetais na cozinha. Agora é minha chance!" + +# game/4_noelle.rpy:300 +translate brazilian_portuguese wikipedia_9c8bd4d6: + + # "Noelle quickly searches \"Homosexuality\" on Wikipedia." + "Noelle rapidamente pesquisa \"Homossexualidade\" na Wikipédia." + +# game/4_noelle.rpy:303 +translate brazilian_portuguese wikipedia_ad269b95: + + # NoelleT "I skimmed this page once as research, after Akarsha started insisting Diya and Min-seo were romantically involved." + NoelleT "Eu olhei essa página rapidamente uma vez como pesquisa, depois que Akarsha começou a insistir que Diya e Min-seo estavam romanticamente envolvidas." + +# game/4_noelle.rpy:304 +translate brazilian_portuguese wikipedia_9e5a1af6: + + # NoelleT "But I'm POSITIVE there was no mention of it being possible for two women to have sexual relations!" + NoelleT "Mas eu tenho CERTEZA que não há menção de ser possível para duas mulheres terem relações sexuais!" + +# game/4_noelle.rpy:305 +translate brazilian_portuguese wikipedia_858868d6: + + # NoelleT "I would have remembered it!" + NoelleT "Eu teria me lembrado!" + +# game/4_noelle.rpy:330 +translate brazilian_portuguese rereadArticle_7371fe69: + + # "Much of the page is devoted to the historic and modern-day oppression of gay men." + "Grande parte da página é dedicada à opressão histórica e moderna dos homens gays." + +# game/4_noelle.rpy:331 +translate brazilian_portuguese rereadArticle_ae5cf295: + + # "There's mentions of sodomy being criminalized, along with an image of Ancient Greek pottery depicting of two nude men embracing that Noelle scrolls past very quickly." + "Há menções de sodomia sendo criminalizada, junto com uma imagem de cerâmica grega antiga retratando dois homens nus se abraçando que Noelle passa rapidamente." + +# game/4_noelle.rpy:333 +translate brazilian_portuguese rereadArticle_15be6c82: + + # NoelleT "Wait, this might be something." + NoelleT "Espere, isso pode ser alguma coisa." + +# game/4_noelle.rpy:335 +translate brazilian_portuguese rereadArticle_5a2d6a23: + + # NPC "Anthropologists Stephen Murray and Will Roscoe reported that women in Lesotho engaged in socially sanctioned \"long term, erotic relationships\"." + NPC "Os antropólogos Stephen Murray e Will Roscoe relataram que mulheres do Lesoto envolviam-se em relações de \"longo prazo e eróticas\"." + +# game/4_noelle.rpy:337 +translate brazilian_portuguese rereadArticle_ab1b0d2d: + + # NoelleT "What exactly do they mean by \"erotic\"? They need to be more descriptive!" + NoelleT "O que exatamente eles querem dizer com \"eróticas\"? Eles tem que ser mais descritivos!" + +# game/4_noelle.rpy:339 +translate brazilian_portuguese rereadArticle_dc68ec25: + + # "She clicks on the citation, but the source is a book called \"Boy Wives and Female Husbands: Studies of African Homosexualities\"." + "Ela clica na citação, mas a fonte é um livro chamado \"Boy Wives and Female Husbands: Studies of African Homosexualities\"." + +# game/4_noelle.rpy:341 +translate brazilian_portuguese rereadArticle_a4ce051a: + + # NoelleT "There's no way the library carries this book..." + NoelleT "De jeito nenhum que a biblioteca tem esse livro..." + +# game/4_noelle.rpy:346 +translate brazilian_portuguese rereadArticle_b5083046: + + # "Noelle scrolls through the page, but there's no mention of the \"erotic relationships\"." + "Noelle rola pela página, mas não há menção de \"relações eróticas\"." + +# game/4_noelle.rpy:348 +translate brazilian_portuguese rereadArticle_84884ff1: + + # NoelleT "This is a dead end." + NoelleT "Este é um beco sem saída." + +# game/4_noelle.rpy:349 +translate brazilian_portuguese rereadArticle_e2550952: + + # NoelleT "I could try googling it, but it might bring up obscene results." + NoelleT "Eu poderia tentar procurar no Google, mas isso pode trazer alguns resultados obscenos." + +# game/4_noelle.rpy:354 +translate brazilian_portuguese sexualBehavior_84c9e81e: + + # "The link leads to a more general page called \"Human sexual intercourse\"." + "O link leva a uma página mais geral chamada \"Relação sexual humana\"." + +# game/4_noelle.rpy:355 +translate brazilian_portuguese sexualBehavior_fd91fd61: + + # "To Noelle's disgust, it features a painting of a man and woman copulating." + "Para o desgosto de Noelle, ele mostra uma pintura de um homem e uma mulher copulando." + +# game/4_noelle.rpy:357 +translate brazilian_portuguese sexualBehavior_ade5cab1: + + # NoelleT "This is repulsive. I'd really rather not stay on this page for long." + NoelleT "Isso é repulsivo. Eu realmente prefiro não ficar nessa página por muito tempo." + +# game/4_noelle.rpy:359 +translate brazilian_portuguese sexualBehavior_28092e9c: + + # NPC "Sexual intercourse commonly refers to the act in which the male reproductive organ enters the female reproductive tract.[[1][[2]" + NPC "A relação sexual geralmente se refere ao ato no qual o órgão reprodutor masculino entra no trato reprodutivo feminino.[[1][[2]" + +# game/4_noelle.rpy:360 +translate brazilian_portuguese sexualBehavior_b37784c8: + + # NPC "In recent years penetration of non-sexual organs or by non-sexual organs (fingering, fisting) are also sometimes included in this definition." + NPC "Nos últimos anos, a penetração de órgãos não sexuais ou de órgãos não sexuais (dedilhação, punho) também é algumas vezes incluída nesta definição." + +# game/4_noelle.rpy:362 +translate brazilian_portuguese sexualBehavior_f69f1ae0: + + # NoelleT "What on earth is \"fingering\"? Is this the finger thing Min-seo was referring to?" + NoelleT "O que diabos é \"dedilhação\"? Essa é a coisa com os dedos que Min-seo estava se referindo?" + +# game/4_noelle.rpy:367 +translate brazilian_portuguese sexualBehavior_d54e51f5: + + # "The page opens. At the top, there's a simple illustration of a naked woman stroking the genitals of another woman." + "A página abre. No topo, há uma simples imagem de uma mulher nua acariciando as genitais de outra mulher." + +# game/4_noelle.rpy:371 +translate brazilian_portuguese lesbian_2ebef16c: + + # "Noelle scrolls through the page." + "Noele roda pela página." + +# game/4_noelle.rpy:373 +translate brazilian_portuguese lesbian_84713aca: + + # NoelleT "Most this page just details historical lesbian relationships." + NoelleT "A maioria dessa página só detalha relacionamentos lésbicos históricos." + +# game/4_noelle.rpy:374 +translate brazilian_portuguese lesbian_f5c69fce: + + # NoelleT "They lived such tragic, tortured lives. I hope Diya knows what she's signed up for..." + NoelleT "Eles viveram vidas tão trágicas e torturadas. Espero que Diya saiba no que ela se meteu..." + +# game/4_noelle.rpy:376 +translate brazilian_portuguese lesbian_f50f09b7: + + # NPC "Before the late 19th century, the word \"Lesbian\" referred to any derivative or aspect of Lesbos, including a type of wine." + NPC "Antes do final do século 19, a palavra \"lésbica\" se referia a qualquer derivado ou aspecto de Lesbos, incluindo um tipo de vinho." + +# game/4_noelle.rpy:377 +translate brazilian_portuguese lesbian_4ed2f711: + + # NPC "In 1890, however, the term was used in a medical dictionary as an adjective to describe tribadism (as \"Lesbian love\"): sexual gratification of two women by simulating intercourse." + NPC "Em 1890, no entanto, o termo foi usado em um dicionário médico como um adjetivo para descrever o tribadismo (como \"amor lésbico\"): gratificação sexual de duas mulheres simulando a relação sexual." + +# game/4_noelle.rpy:379 +translate brazilian_portuguese lesbian_77fff428: + + # NoelleT "What on earth is \"tribadism\"? Is this the finger thing Min-seo was referring to?" + NoelleT "O que diabos é \"tribadismo\"? Essa é a coisa com os dedos que Min-seo estava se referindo?" + +# game/4_noelle.rpy:383 +translate brazilian_portuguese lesbian_d6e2e3dd: + + # "The page opens. At the top, there's a simple illustration of two naked women scissoring." + "A página abre. No topo, há uma simples ilustração de duas mulheres nuas em posição tesoura." + +# game/4_noelle.rpy:391 +translate brazilian_portuguese gayPanic_d184cd61: + + # NoelleT "WHAT IS THIS???!?!!" with sshake + NoelleT "O QUE É ISSO???!?!!" with sshake + +# game/4_noelle.rpy:392 +translate brazilian_portuguese gayPanic_1b9fb95d: + + # NoelleT "This is...this is so risqué!" + NoelleT "Isso é... isso é tão ousado!" + +# game/4_noelle.rpy:394 +translate brazilian_portuguese gayPanic_552fee87: + + # "Noelle breaks into a feverish sweat as she reads the page as quickly as possible." + "Noelle começa a suar de forma febril enquanto lê a página o mais rápido possível." + +# game/4_noelle.rpy:395 +translate brazilian_portuguese gayPanic_07f5e7df: + + # "Then, in a panic, Noelle closes the tab, erases her web history, and shuts the computer down." + "Então, em pânico, Noelle fecha a aba, deleta seu histórico da internet, e desliga seu computador." + +# game/4_noelle.rpy:397 +translate brazilian_portuguese gayPanic_dea05296: + + # NoelleT "Min-seo was right...I can't believe it..." + NoelleT "Min-seo estava certa...Eu não acredito..." + +# game/4_noelle.rpy:402 +translate brazilian_portuguese gayPanic_6ad19c61: + + # NoelleT "Should such erotic content be allowed on Wikipedia?! Anyone can read it!" with sshake + NoelleT "Conteúdo tão erótico assim é permitido na Wikipédia?! Qualquer um pode ler!" with sshake + +# game/4_noelle.rpy:404 +translate brazilian_portuguese gayPanic_c4137aea: + + # NoelleT "I must destroy all evidence that I've visited that page!" with sshake + NoelleT "Eu devo destruir qualquer evidência que eu já visitei aquela página!" with sshake + +# game/4_noelle.rpy:406 +translate brazilian_portuguese gayPanic_5bfc49ea: + + # NoelleT "Should I uninstall the browser? Delete my user profile? Perhaps set the computer on fire for good measure?" + NoelleT "Será que eu devo desinstalar meu navegador? Deletar meu perfil de usuário? Talvez botar fogo no computador para garantir?" + +# game/4_noelle.rpy:407 +translate brazilian_portuguese gayPanic_ebc33afb: + + # NoelleT "This better not awaken anything in me..." + NoelleT "Espero que isso não desperte nada em mim..." + +# game/4_noelle.rpy:411 +translate brazilian_portuguese gayPanic_c6882aae: + + # "Noelle jumps in her chair when she receives a text." + "Noelle pula em sua cadeira quando recebe uma mensagem." + +# game/4_noelle.rpy:418 +translate brazilian_portuguese kingDedede_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/4_noelle.rpy:419 +translate brazilian_portuguese kingDedede_72a93ac3: + + # cAkarsha "is it just me or does king dedede look kinda sexy in this drawing" + cAkarsha "sou só eu ou o rei dedede ta meio sexy nesse desenho" + +# game/4_noelle.rpy:420 +translate brazilian_portuguese kingDedede_b9156edf: + + # cSame "{image=DeviantArt.png}" + cSame "{image=DeviantArt.png}" + +# game/4_noelle.rpy:421 +translate brazilian_portuguese kingDedede_f0700d8e: + + # cDiya "??????" + cDiya "??????" + +# game/4_noelle.rpy:422 +translate brazilian_portuguese kingDedede_6e0c3bbd: + + # cAkarsha "anyone else?? hello???" + cAkarsha "mais alguém?? alô???" + +# game/4_noelle.rpy:423 +translate brazilian_portuguese kingDedede_9ee59181: + + # cSame "anyone care to raise a hand" + cSame "mais alguém para levantar a mão" + +# game/4_noelle.rpy:424 +translate brazilian_portuguese kingDedede_8c323251: + + # cMin "YOURE INSANE" + cMin "VOCÊ É MALUCA" + +# game/4_noelle.rpy:425 +translate brazilian_portuguese kingDedede_32e13f02: + + # cAkarsha "WOULD ANYONE ELSE HIT IT??? HELOLO?" + cAkarsha "MAIS ALGUÉM IRIA PRA CIMA DELE??? ALOOU?" + +# game/4_noelle.rpy:426 +translate brazilian_portuguese kingDedede_86977d7c: + + # cSame "noelle???" + cSame "noelle???" + +# game/4_noelle.rpy:427 +translate brazilian_portuguese kingDedede_6292d955: + + # cSame "(banging on your door)" + cSame "(batendo na sua porta)" + +# game/4_noelle.rpy:428 +translate brazilian_portuguese kingDedede_f0ac090f: + + # cSame "if u would fuck king dedede (a penguin?)" + cSame "se você foderia o rei dedede (um pinguim?)" + +# game/4_noelle.rpy:429 +translate brazilian_portuguese kingDedede_370027cb: + + # cSame "ur braver than the U.S. marines" + cSame "você é mais corajosa que as marinhas americanas" + +# game/4_noelle.rpy:430 +translate brazilian_portuguese kingDedede_08cc511e: + + # cNarrator "Diya has left the chatroom." + cNarrator "Diya saiu da sala de chat." + +# game/4_noelle.rpy:431 +translate brazilian_portuguese kingDedede_4440dd7c: + + # cNarrator "Min has left the chatroom." + cNarrator "Min saiu da sala de chat." + +# game/4_noelle.rpy:432 +translate brazilian_portuguese kingDedede_25211ee5: + + # cAkarsha "welp" + cAkarsha "bem" + +# game/4_noelle.rpy:433 +translate brazilian_portuguese kingDedede_b1ef3526: + + # cNoelle "Why are you like this??" + cNoelle "Por que você é assim??" + +# game/4_noelle.rpy:435 +translate brazilian_portuguese kingDedede_5532262f: + + # cAkarsha "im so bored TT_TT" + cAkarsha "to tao entediada TT_TT" + +# game/4_noelle.rpy:436 +translate brazilian_portuguese kingDedede_368e20d4: + + # cSame "ive been stuck at home all day" + cSame "fiquei presa em casa o dia todo" + +# game/4_noelle.rpy:437 +translate brazilian_portuguese kingDedede_eb4544d1: + + # cNoelle "Unfortunately for you, I can't entertain you for long either." + cNoelle "Infelizmente para você, não posso mais te entreter por muito tempo também." + +# game/4_noelle.rpy:438 +translate brazilian_portuguese kingDedede_af03dc10: + + # cSame "I have to leave for the airport soon." + cSame "Tenho que sair para o aeroporto logo." + +# game/4_noelle.rpy:439 +translate brazilian_portuguese kingDedede_f012b181: + + # cAkarsha "oh yeah ur visiting taiwan right?" + cAkarsha "ah eh voce ta visitando taiwan né?" + +# game/4_noelle.rpy:440 +translate brazilian_portuguese kingDedede_c4017f90: + + # cSame "how long ru gonna be there again?" + cSame "quanto tempo q vc fica la mesmo?" + +# game/4_noelle.rpy:441 +translate brazilian_portuguese kingDedede_67ba7799: + + # cNoelle "I'll be there for the entire week. My mom and I will return Sunday afternoon." + cNoelle "Estarei lá a semana toda. Minha mãe e eu retornamos na tarde de domingo." + +# game/4_noelle.rpy:442 +translate brazilian_portuguese kingDedede_984c520b: + + # cSame "My dad is staying for an additional week there for business purposes." + cSame "Meu pai ficará lá por uma semana a mais por fins comerciais." + +# game/4_noelle.rpy:443 +translate brazilian_portuguese kingDedede_60e34dab: + + # cAkarsha "can i still message u when ur there?" + cAkarsha "posso te mandar mensagem msm assim quando vc estiver lá?" + +# game/4_noelle.rpy:444 +translate brazilian_portuguese kingDedede_12e098f2: + + # cSame "do u have to use a vpn or something?" + cSame "vc tem uma vpn ou algo assim?" + +# game/4_noelle.rpy:445 +translate brazilian_portuguese kingDedede_eae8b07e: + + # cNoelle "No, as long as I have internet access, we should be able to chat like usual." + cNoelle "Não, enquanto eu tiver acesso a internet, nós poderemos conversar como sempre." + +# game/4_noelle.rpy:446 +translate brazilian_portuguese kingDedede_c31ebeb5: + + # cAkarsha "rly? but isnt there like hella censorship o_0" + cAkarsha "serio? mas nao tem tipo censura pra carai o_0" + +# game/4_noelle.rpy:447 +translate brazilian_portuguese kingDedede_e030cf2a: + + # cNoelle "No, there's nothing like that in Taiwan. It's not as if I'm going to China." + cNoelle "Não, não tem nada assim em Taiwan. Não é como se eu estivesse indo para a China." + +# game/4_noelle.rpy:449 +translate brazilian_portuguese kingDedede_ac46bd27: + + # cAkarsha "right right" + cAkarsha "certo certo" + +# game/4_noelle.rpy:450 +translate brazilian_portuguese kingDedede_b4fc6054: + + # cSame "uhhh also" + cSame "uhhh inclusive" + +# game/4_noelle.rpy:451 +translate brazilian_portuguese kingDedede_9683a8bf: + + # cSame "whats the difference between china and taiwan again ^_^;;" + cSame "qual a diferença entre taiwan e china mesmo ^_^;;" + +# game/4_noelle.rpy:452 +translate brazilian_portuguese kingDedede_40a9a9aa: + + # cSame "/shot" + cSame "/levo um tiro" + +# game/4_noelle.rpy:453 +translate brazilian_portuguese kingDedede_5195fddb: + + # cSame "i mean i know taiwans an island" + cSame "assim eu sei que taiwan é uma ilha" + +# game/4_noelle.rpy:454 +translate brazilian_portuguese kingDedede_55b15a95: + + # cSame "but is it like" + cSame "mas é tipo" + +# game/4_noelle.rpy:455 +translate brazilian_portuguese kingDedede_a0d5080a: + + # cNoelle "You said you were shot, yet you're still talking like nothing happened?" + cNoelle "Você disse que você levou um tiro, mas mesmo assim você está falando como se nada tivesse acontecido?" + +# game/4_noelle.rpy:456 +translate brazilian_portuguese kingDedede_2cfc79dd: + + # cAkarsha "its own country?" + cAkarsha "um país próprio?" + +# game/4_noelle.rpy:457 +translate brazilian_portuguese kingDedede_c583399f: + + # cSame "i have high pain tolerance" + cSame "eu tenho alta tolerância a dor" + +# game/4_noelle.rpy:458 +translate brazilian_portuguese kingDedede_24639579: + + # cNoelle "No, you don't." + cNoelle "Não, você não tem." + +# game/4_noelle.rpy:459 +translate brazilian_portuguese kingDedede_c5f3cef2: + + # cAkarsha "anyway i tried to ask in geography class once and everyone started arguing" + cAkarsha "enfim eu tentei perguntar na aula de geografia uma vez e todo mundo começou a discutir" + +# game/4_noelle.rpy:460 +translate brazilian_portuguese kingDedede_b9479785: + + # cNoelle "Everyone started arguing because it's a political question." + cNoelle "Todo mundo começou a discutir porque é uma questão política." + +# game/4_noelle.rpy:461 +translate brazilian_portuguese kingDedede_726cdcad: + + # cSame "Whether Taiwan is a part of China or a separate country is an extremely controversial issue." + cSame "Se Taiwan é parte da China ou um país separado e uma questão extremamente controvérsia." + +# game/4_noelle.rpy:462 +translate brazilian_portuguese kingDedede_a401d0ef: + + # cAkarsha "y tho?" + cAkarsha "mas pq?" + +# game/4_noelle.rpy:463 +translate brazilian_portuguese kingDedede_9f276d79: + + # cNoelle "To be honest, I'm not clear on the details." + cNoelle "Pra ser sincera, não sei muito dos detalhes." + +# game/4_noelle.rpy:464 +translate brazilian_portuguese kingDedede_086b534d: + + # cSame "As I understand it, the dispute is the result of a civil war that was never properly resolved." + cSame "Mas do que eu entendo, a disputa é resultado de uma guerra civil que nunca foi propriamente resolvida." + +# game/4_noelle.rpy:465 +translate brazilian_portuguese kingDedede_e910bcf1: + + # cAkarsha "huh...." + cAkarsha "huh...." + +# game/4_noelle.rpy:466 +translate brazilian_portuguese kingDedede_6ac1ea57: + + # cSame "so ru taiwanese? or chinese?" + cSame "entao vc é taiwanesa? ou chinesa?" + +# game/4_noelle.rpy:467 +translate brazilian_portuguese kingDedede_2f3e553f: + + # cSame "or both?" + cSame "ou os dois?" + +# game/4_noelle.rpy:468 +translate brazilian_portuguese kingDedede_da673016: + + # cNoelle "Well," + cNoelle "Bem," + +# game/4_noelle.rpy:469 +translate brazilian_portuguese kingDedede_516e479b: + + # cSame "I went to Chinese school as a child." + cSame "Eu fiz aulas de Chinês quando eu era criança." + +# game/4_noelle.rpy:470 +translate brazilian_portuguese kingDedede_fe1f0c93: + + # cSame "And my parents told me Chinese folktales." + cSame "E meus pais me contavam lendas chinesas." + +# game/4_noelle.rpy:471 +translate brazilian_portuguese kingDedede_b34ad0bd: + + # cAkarsha "is that how it works?" + cAkarsha "é assim que funciona?" + +# game/4_noelle.rpy:472 +translate brazilian_portuguese kingDedede_6c6e046b: + + # cSame "just bc i speak english doesnt mean im english" + cSame "só pq eu falo inglês não significa que eu seja americana" + +# game/4_noelle.rpy:473 +translate brazilian_portuguese kingDedede_948847e8: + + # cNoelle "To be frank, I'm floundering because I've never given it any thought." + cNoelle "Para ser franca, estou me debatendo porque nunca nem pensei nisso." + +# game/4_noelle.rpy:474 +translate brazilian_portuguese kingDedede_cadebc83: + + # cAkarsha "lol oops" + cAkarsha "lol oops" + +# game/4_noelle.rpy:475 +translate brazilian_portuguese kingDedede_ed7f6251: + + # cSame "i didnt mean to give u an identity criss" + cSame "não queria te dar uma cris de identidade" + +# game/4_noelle.rpy:476 +translate brazilian_portuguese kingDedede_641fcd74: + + # cSame "*crisis" + cSame "*crise" + +# game/4_noelle.rpy:477 +translate brazilian_portuguese kingDedede_4a9102e9: + + # cNoelle "Even if I say I'm Taiwanese, hardly anyone knows what that means, even other East Asians." + cNoelle "Mesmo que eu diga que eu sou Taiwanesa, quase ninguém sabe o que isso significa, até outros asiáticos orientais." + +# game/4_noelle.rpy:478 +translate brazilian_portuguese kingDedede_720952a6: + + # cAkarsha "hm" + cAkarsha "hm" + +# game/4_noelle.rpy:479 +translate brazilian_portuguese kingDedede_ca53de22: + + # cSame "that kinda sounds like how most americans dont rly get desi identities" + cSame "isso é meio tipo como a maioria dos americanos nn entendem identidades desi" + +# game/4_noelle.rpy:480 +translate brazilian_portuguese kingDedede_9c8b23ad: + + # cNoelle "How so?" + cNoelle "Como assim?" + +# game/4_noelle.rpy:481 +translate brazilian_portuguese kingDedede_21954fa2: + + # cAkarsha "like, they think about it based on country" + cAkarsha "tipo, eles pensam nisso baseado num país" + +# game/4_noelle.rpy:482 +translate brazilian_portuguese kingDedede_c3dd1e83: + + # cSame "like ur pakistani, or indian, etc" + cSame "tipo se vc é paquistanês, ou indiano, etc" + +# game/4_noelle.rpy:483 +translate brazilian_portuguese kingDedede_015099fb: + + # cSame "but the countries werent split on racial lines" + cSame "mas os paises não foram divididos por linhas raciais" + +# game/4_noelle.rpy:485 +translate brazilian_portuguese kingDedede_4da7203c: + + # cSame "like an indian punjabi isnt rly the same ethnicity as an indian guju" + cSame "tipo um punjabi indiano não é rlmnt a mesma etnia que um guju indiano" + +# game/4_noelle.rpy:486 +translate brazilian_portuguese kingDedede_9f957323: + + # cSame "but its all the same to nondesis bc they dont know the difference lol xD" + cSame "mas é tudo a mesma coisa para nao desis pq eles nao sabem a diferença lol xD" + +# game/4_noelle.rpy:487 +translate brazilian_portuguese kingDedede_8af7d354: + + # cNoelle "Oh...You're right, I don't know the difference." + cNoelle "Ah..Você está certa, eu não sei a diferença." + +# game/4_noelle.rpy:488 +translate brazilian_portuguese kingDedede_d68d4d27: + + # cAkarsha "wait" + cAkarsha "pera" + +# game/4_noelle.rpy:489 +translate brazilian_portuguese kingDedede_78fe1b86: + + # cSame "WAIT I KNOW" + cSame "PERA JA SEI" + +# game/4_noelle.rpy:490 +translate brazilian_portuguese kingDedede_a920e4f2: + + # cSame "the answer to what u are" + cSame "a resposta para oq vc eh" + +# game/4_noelle.rpy:491 +translate brazilian_portuguese kingDedede_4d722a60: + + # cNoelle "What is it?" + cNoelle "Qual é?" + +# game/4_noelle.rpy:492 +translate brazilian_portuguese kingDedede_0b556f6c: + + # cAkarsha "ur french" + cAkarsha "vc é francesa" + +# game/4_noelle.rpy:493 +translate brazilian_portuguese kingDedede_45915650: + + # cSame "bc ur frenchman <3" + cSame "pq vc é A francesa <3" + +# game/4_noelle.rpy:494 +translate brazilian_portuguese kingDedede_e6646cec: + + # cNoelle "THAT DOESN'T HELP ME AT ALL." + cNoelle "ISSO NÃO ME AJUDA EM NADA." + +# game/4_noelle.rpy:495 +translate brazilian_portuguese kingDedede_90e94a77: + + # cAkarsha "no?" + cAkarsha "nao?" + +# game/4_noelle.rpy:496 +translate brazilian_portuguese kingDedede_09cf6bc4: + + # cNoelle "NO." + cNoelle "NÃO." + +# game/4_noelle.rpy:497 +translate brazilian_portuguese kingDedede_76b2fe88: + + # nvl clear + nvl clear + +# game/4_noelle.rpy:511 +translate brazilian_portuguese airport_8b3b40f5: + + # "Later that day, Noelle sits in the backseat as her dad drives them to the airport." + "Mais tarde naquele dia, Noelle senta no assento de passageiro enquanto seu pai dirige eles ao aeroporto." + +# game/4_noelle.rpy:512 +translate brazilian_portuguese airport_a5909f7f: + + # "She feels a flash of rage when she sees a passing car sporting a \"Proud Parent of an Honor Roll Student\" bumper sticker." + "Ela sente um arrepio de raiva quando vê um carro passando ostentando um adesivo de para-choque \"Orgulhoso Pai de um Aluno do Quadro de Honra\"." + +# game/4_noelle.rpy:514 +translate brazilian_portuguese airport_ec916959: + + # NoelleT "Why would you brag about such an unremarkable accomplishment on your car?" + NoelleT "Por que você se gabaria de uma conquista tão comum em seu carro?" + +# game/4_noelle.rpy:515 +translate brazilian_portuguese airport_7bdafd7a: + + # NoelleT "You're {i}supposed{/i} to be on the Honor Roll. It's like buying a bumper sticker that says, \"My child breathes air.\"" + NoelleT "Você {i}tem{/i} que estar no Quadro de Honra. É que nem comprar um adesivo de para-choque dizendo, \"Meu filho respira ar.\"" + +# game/4_noelle.rpy:516 +translate brazilian_portuguese airport_beb1d77d: + + # NoelleT "My parents would never even bother mentioning such a banal thing." + NoelleT "Meus pais nunca nem iriam se importar em mencionar algo tão banal." + +# game/4_noelle.rpy:518 +translate brazilian_portuguese airport_ff663382: + + # "Noelle's mom squints at the airport signage as it passes them by." + "Os olhos da mãe de Noelle se apertam ao ver a placa do aeroporto que passa por eles." + +# game/4_noelle.rpy:520 +translate brazilian_portuguese airport_69f1c3dc: + + # Mom "Noelle, watch the signs for us." + Mom "Noelle, olhe as placas para nós." + +# game/4_noelle.rpy:523 +translate brazilian_portuguese airport_62c0baee: + + # Noelle "Why me? I don't even know how to drive." + Noelle "Por que eu? Eu nem sei dirigir." + +# game/4_noelle.rpy:526 +translate brazilian_portuguese airport_80abf07c: + + # Mom "You were born here, you read faster than us." + Mom "Você nasceu aqui, você lê mais rápido que a gente." + +# game/4_noelle.rpy:529 +translate brazilian_portuguese airport_0e7c95de: + + # Noelle "Alright..." + Noelle "Tudo bem..." + +# game/4_noelle.rpy:530 +translate brazilian_portuguese airport_34dd065f: + + # NoelleT "How is it that after living here for twenty years, they still haven't mastered English?" + NoelleT "Como que após viverem aqui por vinte anos, eles ainda não dominaram inglês?" + +# game/4_noelle.rpy:531 +translate brazilian_portuguese airport_b57b9c07: + + # NoelleT "My mom can't even speak English well enough to carry a conversation with a stranger." + NoelleT "Minha mãe nem fala inglês bem o suficiente conversar com um estranho." + +# game/4_noelle.rpy:532 +translate brazilian_portuguese airport_165bb090: + + # NoelleT "What have they been doing this whole time?" + NoelleT "O que eles andaram fazendo esse tempo todo?" + +# game/4_noelle.rpy:536 +translate brazilian_portuguese airport_63be571e: + + # Dad "Which way is parking? Which lane?" + Dad "Para que lado é o estacionamento? Qual faixa?" + +# game/4_noelle.rpy:539 +translate brazilian_portuguese airport_9db8deb6: + + # Noelle "Just follow the arrows. Turn right." + Noelle "Só siga as setas. Vire a direita." + +# game/4_noelle.rpy:542 +translate brazilian_portuguese airport_66647865: + + # Dad "See? Even though I have a Ph.D, ever since you were in second grade, you could read highway signs faster than me." + Dad "Tá vendo? Mesmo que eu tenha um Ph.D, desde que você estava no segundo ano você consegue ler placas de trânsito mais rápido que eu." + +# game/4_noelle.rpy:544 +translate brazilian_portuguese airport_fab3f434: + + # Mom "Good thing we have Noelle with us. The signs go by so fast." + Mom "Ainda bem que temos Noelle com a gente. As placas passam tão rápido." + +# game/4_noelle.rpy:546 +translate brazilian_portuguese airport_853f62c4: + + # "Noelle's dad scratches his head as she directs him through the airport's labyrinthian roads." + "O pai de Noelle coça a cabeça enquanto ela o guia pelos caminhos labirínticos do aeroporto." + +# game/4_noelle.rpy:548 +translate brazilian_portuguese airport_edb46e79: + + # Dad "Where is it? It feels like we're just going in circles." + Dad "Onde que é? Parece que estamos só rodando em círculos." + +# game/4_noelle.rpy:551 +translate brazilian_portuguese airport_da55faca: + + # Noelle "We're not, see that sign there? The parking's past the cargo area." + Noelle "Não estamos, está vendo a placa ali? O estacionamento é depois da área de carga." + +# game/4_noelle.rpy:554 +translate brazilian_portuguese airport_f8fabc16: + + # Dad "Do I turn here?" + Dad "Eu viro aqui?" + +# game/4_noelle.rpy:556 +translate brazilian_portuguese airport_46fb6cd7: + + # "Noelle's heart stops as her dad starts to turn into a street labeled with \"Do Not Enter.\"" + "O coração de Noelle para enquanto o pai dela começa a virar num caminho marcado com \"Não Entre.\"" + +# game/4_noelle.rpy:559 +translate brazilian_portuguese airport_226a579e: + + # Noelle "IT SAYS \"DO NOT ENTER\"! KEEP STRAIGHT!" with sshake + Noelle "ESTÁ ESCRITO \"NÃO ENTRE\"! SEGUE RETO!" with sshake + +# game/4_noelle.rpy:562 +translate brazilian_portuguese airport_a8a0105f: + + # Dad "Oh!" with sshake + Dad "Ah!" with sshake + +# game/4_noelle.rpy:564 +translate brazilian_portuguese airport_1d41a6be: + + # "Her dad swerves sharply to stay in his lane. Noelle massages her temples, her heart pounding." + "Seu pai desvia bruscamente para ficar em sua faixa. Noelle massageia as têmporas, com o coração batendo forte." + +# game/4_noelle.rpy:566 +translate brazilian_portuguese airport_955546fc: + + # NoelleT "I'm surrounded by illiterate idiots!" with sshake + NoelleT "Estou cercada de idiotas analfabetos!" with sshake + +# game/4_noelle.rpy:567 +translate brazilian_portuguese airport_0b56a1b4: + + # NoelleT "Why does it rest on me, a literal child, to ensure we don't drive into oncoming traffic??" + NoelleT "Por que cabe a mim, literalmente uma criança, garantir que não entremos no trânsito??" + +# game/4_noelle.rpy:568 +translate brazilian_portuguese airport_b42c99c3: + + # NoelleT "They have endless energy when it comes to obsessing over my studies. Why can't they work on their own English instead?!" + NoelleT "Eles tem uma energia interminável quando o assunto é obcecar pelos meus estudos. Por que eles não podem trabalhar no próprio inglês em vez disso?!" + +# game/4_noelle.rpy:572 +translate brazilian_portuguese airport_32a5a98b: + + # "As the car rolls into a parking lot, Noelle jolts up in her seat." + "Enquanto o carro entra em um estacionamento, Noelle pula de seu assento." + +# game/4_noelle.rpy:574 +translate brazilian_portuguese airport_31355c70: + + # Noelle "Wait, this isn't the correct garage! Turn around!" + Noelle "Espera, essa não é a garagem certa! Dê meia volta!" + +# game/4_noelle.rpy:577 +translate brazilian_portuguese airport_e44a1494: + + # Dad "Huh? How do you know?" + Dad "Huh? Como você sabe?" + +# game/4_noelle.rpy:580 +translate brazilian_portuguese airport_f66a1eea: + + # Noelle "That sign says \"Premium Parking!\"" + Noelle "A placa diz \"Estacionamento Premium!\"" + +# game/4_noelle.rpy:581 +translate brazilian_portuguese airport_0aa4fa00: + + # Noelle "\"Premium\" means something of exceptional quality; superior." + Noelle "\"Premium\" significa algo de qualidade excepcional; superior." + +# game/4_noelle.rpy:584 +translate brazilian_portuguese airport_622b9a4d: + + # Mom "So? Isn't that good?" + Mom "E? Isso não é bom?" + +# game/4_noelle.rpy:587 +translate brazilian_portuguese airport_044a1a9a: + + # Noelle "Not right now when we are looking for the regular, run-of-the-mill parking lot." + Noelle "Não agora quando estamos procurando pelo estacionamento regular e comum." + +# game/4_noelle.rpy:588 +translate brazilian_portuguese airport_b610f5c8: + + # Noelle "In this context, premium parking means special parking that's more expensive." + Noelle "Nesse contexto, estacionamento premium quer dizer um estacionamento especial que é mais caro." + +# game/4_noelle.rpy:593 +translate brazilian_portuguese airport_a8a0105f_1: + + # Dad "Oh!" with sshake + Dad "Ah!" with sshake + +# game/4_noelle.rpy:597 +translate brazilian_portuguese airport_68cb6d62: + + # Noelle "Make a U-turn! We're going to miss our flight!" + Noelle "Faz um retorno! Vamos perder nosso voo!" + +# game/4_noelle.rpy:599 +translate brazilian_portuguese airport_74793e96: + + # "Noelle's mom sighs as the car makes a series of turns." + "A mãe de Noelle suspira enquanto o carro faz uma série de curvas." + +# game/4_noelle.rpy:601 +translate brazilian_portuguese airport_768d0418: + + # Mom "This would've been easier if you could talk to us in Chinese." + Mom "Isso seria mais fácil se você pudesse falar com a gente em Chinês." + +# game/4_noelle.rpy:604 +translate brazilian_portuguese airport_e337bab4: + + # Noelle "This would've been easier if your English was better, too." + Noelle "Isso seria mais fácil se seu inglês fosse melhor, também." + +# game/4_noelle.rpy:606 +translate brazilian_portuguese airport_5f29fc3e: + + # "Noelle crosses her arms in the backseat, fuming." + "Noelle cruza os braços no banco de trás, furiosa." + +# game/4_noelle.rpy:608 +translate brazilian_portuguese airport_1cebe3f6: + + # NoelleT "Why am I the one responsible for making sure we're not separated by a language barrier?" + NoelleT "Por que eu sou a responsável por garantir que nós não estejamos separadas por uma barreira linguística?" + +# game/4_noelle.rpy:609 +translate brazilian_portuguese airport_9fdf010b: + + # NoelleT "You were the ones who chose to move here in the first place." + NoelleT "Vocês que decidiram se mudar para cá em primeiro lugar." + +# game/4_noelle.rpy:627 +translate brazilian_portuguese arriveTaiwan_3788105e: + + # "Noelle and her parents take a taxi from the airport to an alley lined with parked scooters." + "Noelle e seus pais pegam um táxi do aeroporto para um beco cheio de scooters estacionados." + +# game/4_noelle.rpy:634 +translate brazilian_portuguese arriveTaiwan_7f92f794: + + # NoelleT "This must be Ah-gong's apartment. We're staying there for the week." + NoelleT "Deve ser o apartamento do Ah-gong. Vamos ficar nele por uma semana." + +# game/4_noelle.rpy:638 +translate brazilian_portuguese arriveTaiwan_93edc944: + + # "Her mom presses the buzzer." + "A mãe dela pressiona a campainha." + +# game/4_noelle.rpy:641 +translate brazilian_portuguese arriveTaiwan_af220856: + + # Mom "{font=chunhua_chinese.ttf}我們到了!{/font}" + Mom "{font=chunhua_chinese.ttf}我們到了!{/font}" + +# game/4_noelle.rpy:643 +translate brazilian_portuguese arriveTaiwan_02774806: + + # Aunt "快進來、快進來!" + Aunt "快進來、快進來!" + +# game/4_noelle.rpy:658 +translate brazilian_portuguese arriveTaiwan_d9da2055: + + # "After huffing and puffing up four stories of stairs, Noelle is drenched in sweat." + "Depois de subir quatro andares de escada bufando montes, Noelle está encharcada de suor." + +# game/4_noelle.rpy:671 +translate brazilian_portuguese arriveTaiwan_16364efc: + + # Aunt "哈嘍!" + Aunt "哈嘍!" + +# game/4_noelle.rpy:674 +translate brazilian_portuguese arriveTaiwan_a68d3516: + + # ChunHua "耶!! 你們總算來了!" + ChunHua "耶!! 你們總算來了!" + +# game/4_noelle.rpy:677 +translate brazilian_portuguese arriveTaiwan_dc706e00: + + # Dad "{font=chunhua_chinese.ttf}春花,你長大了!{/font}" + Dad "{font=chunhua_chinese.ttf}春花,你長大了!{/font}" + +# game/4_noelle.rpy:680 +translate brazilian_portuguese arriveTaiwan_98543dbf: + + # ChunHua "對啊!你上次見到我的時候,我還在念小學呢!" + ChunHua "對啊!你上次見到我的時候,我還在念小學呢!" + +# game/4_noelle.rpy:683 +translate brazilian_portuguese arriveTaiwan_66c9e09e: + + # NoelleT "This must be one of my cousins." + NoelleT "Essa deve ser uma de minhas primas." + +# game/4_noelle.rpy:686 +translate brazilian_portuguese arriveTaiwan_3c7b9919: + + # Mom "Noelle, don't be rude. Introduce yourself in Chinese." + Mom "Noelle, não seja rude. Se apresente em chinês." + +# game/4_noelle.rpy:692 +translate brazilian_portuguese arriveTaiwan_c5b5094c: + + # Noelle "{font=chunhua_chinese.ttf}大嫁好……我四樂映。{/font}" + Noelle "{font=chunhua_chinese.ttf}大嫁好……我四樂映。{/font}" + +# game/4_noelle.rpy:694 +translate brazilian_portuguese arriveTaiwan_ed639dc1: + + # NoelleT "My pronunciation is so atrocious, I don't know if they can even understand me." + NoelleT "Minha pronúncia é tão horrível que eu nem sei se eles me entendem." + +# game/4_noelle.rpy:698 +translate brazilian_portuguese arriveTaiwan_b22c4a45: + + # AhGong "妳說什麼?" + AhGong "妳說什麼?" + +# game/4_noelle.rpy:702 +translate brazilian_portuguese arriveTaiwan_6187e6ae: + + # Noelle "{font=chunhua_chinese.ttf}窩是樂映。{/font}" + Noelle "{font=chunhua_chinese.ttf}窩是樂映。{/font}" + +# game/4_noelle.rpy:705 +translate brazilian_portuguese arriveTaiwan_3bae36d2: + + # Noelle "Can I just talk in English?" + Noelle "Posso só falar em inglês?" + +# game/4_noelle.rpy:708 +translate brazilian_portuguese arriveTaiwan_2e947f23: + + # Mom "Ah-gong doesn't speak English. He only knows Japanese, Taiwanese, and Mandarin." + Mom "Ah-gong não fala inglês. Ele só sabe Japonês, Taiwanês e Mandarim." + +# game/4_noelle.rpy:711 +translate brazilian_portuguese arriveTaiwan_535140d4: + + # Aunt "他連國語都快要不會講了。" + Aunt "他連國語都快要不會講了。" + +# game/4_noelle.rpy:713 +translate brazilian_portuguese arriveTaiwan_3976cbee: + + # "Da Ah-yi gestures at her daughter. She's wearing thick glasses and carrying a huge brick of a book." + "Da Ah-yi gesticula para sua filha. Ela usa óculos grossos e está carregando um livro grosso como um tijolo." + +# game/4_noelle.rpy:715 +translate brazilian_portuguese arriveTaiwan_93127be2: + + # Aunt "Noelle, you speak English with Chun-hua." + Aunt "Noelle, você fala inglês com Chun-hua." + +# game/4_noelle.rpy:717 +translate brazilian_portuguese arriveTaiwan_963fe0a9: + + # Aunt "She want go college in America, so she very happy practice speaking." + Aunt "Ela querer ir faculdade na América, então ela bem feliz praticar falar." + +# game/4_noelle.rpy:720 +translate brazilian_portuguese arriveTaiwan_6f9c2bb7: + + # ChunHua "Yes! You can call me Literature!" with sshake + ChunHua "Sim! Você pode me chamar de Literatura!" with sshake + +# game/4_noelle.rpy:722 +translate brazilian_portuguese arriveTaiwan_be438745: + + # NoelleT "Is that a name she chose herself...? Chinese people have such odd taste in English names." + NoelleT "Esse é um nome que ela escolheu ela mesma...? Pessoas chinesas tem um gosto tão estranho com nomes americanos." + +# game/4_noelle.rpy:723 +translate brazilian_portuguese arriveTaiwan_1c746eb7: + + # Noelle "That's alright, Chun-hua is fine." + Noelle "Tudo bem, Chun-hua está bom." + +# game/4_noelle.rpy:725 +translate brazilian_portuguese arriveTaiwan_1405ce1c: + + # ChunHua "We are the same ages, right? Who do you think is more tall?" + ChunHua "Nós temos mesmas idades, certo? Quem você acha que é mais alta?" + +# game/4_noelle.rpy:726 +translate brazilian_portuguese arriveTaiwan_78564b8f: + + # "Chun-hua eagerly stands back-to-back with Noelle so the others can judge." + "Chun-hua animadamente fica de pé atrás de Noelle para que os outros possam julgar." + +# game/4_noelle.rpy:729 +translate brazilian_portuguese arriveTaiwan_6e0c4691: + + # Noelle "Wait, you're standing on your tip-toes! That's cheating!" + Noelle "Espera, você está nas pontas dos pés! Isso é roubo!" + +# game/4_noelle.rpy:732 +translate brazilian_portuguese arriveTaiwan_6a1b337d: + + # ChunHua "Huh? No, I am not." + ChunHua "Huh? Não, eu não estou." + +# game/4_noelle.rpy:734 +translate brazilian_portuguese arriveTaiwan_a4855936: + + # Dad "Wow, you two are the exact same height!" + Dad "Uau, vocês duas são exatamente da mesma altura!" + +# game/4_noelle.rpy:738 +translate brazilian_portuguese arriveTaiwan_01291631: + + # Mom "{font=chunhua_chinese.ttf}兩個怎麼都瘦得跟竹竿一樣。果然是表姐妹。{/font}" + Mom "{font=chunhua_chinese.ttf}兩個怎麼都瘦得跟竹竿一樣。果然是表姐妹。{/font}" + +# game/4_noelle.rpy:741 +translate brazilian_portuguese arriveTaiwan_e9740f3b: + + # Aunt "一個美版,一個台版。" + Aunt "一個美版,一個台版。" + +# game/4_noelle.rpy:744 +translate brazilian_portuguese arriveTaiwan_259b536b: + + # "Noelle glances at Chun-hua and realizes with a start that she's right." + "Noelle olha para Chun-hua e fica surpresa ao perceber que ela está certa." + +# game/4_noelle.rpy:746 +translate brazilian_portuguese arriveTaiwan_20644726: + + # NoelleT "It's like meeting a version of myself from a universe where my parents never went to America." + NoelleT "É como conhecer uma versão de mim mesma de um universo onde os meus pais nunca foram à América." + +# game/4_noelle.rpy:747 +translate brazilian_portuguese arriveTaiwan_48037c57: + + # NoelleT "A stranger with my face." + NoelleT "Uma estranha com a minha cara." + +# game/4_noelle.rpy:750 +translate brazilian_portuguese arriveTaiwan_1e413014: + + # ChunHua "You're SURE I'm not taller?" + ChunHua "Você tem CERTEZA que eu não sou mais alta?" + +# game/4_noelle.rpy:752 +translate brazilian_portuguese arriveTaiwan_ac48d66a: + + # Aunt "Yes, we sure." + Aunt "Sim, nós certeza." + +# game/4_noelle.rpy:754 +translate brazilian_portuguese arriveTaiwan_903b0fd0: + + # AhGong "{incoherent}( ? ? ? ){/incoherent}" + AhGong "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:756 +translate brazilian_portuguese arriveTaiwan_76d7bbb4: + + # ChunHua "{incoherent}( ? ? ? ){/incoherent}" + ChunHua "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:758 +translate brazilian_portuguese arriveTaiwan_a096e023: + + # NoelleT "That must be Taiwanese..." + NoelleT "Isso deve ser Taiwanês..." + +# game/4_noelle.rpy:760 +translate brazilian_portuguese arriveTaiwan_a0d94870: + + # "Chun-hua gives him an affectionate hug as Noelle awkwardly watches from the sidelines." + "Chun-hua dá um abraço carinhoso nele enquanto Noelle olha de longe sem jeito." + +# game/4_noelle.rpy:761 +translate brazilian_portuguese arriveTaiwan_3239fb4e: + + # "Meanwhile, the adults launch into an animated conversation in Taiwanese." + "Enquanto isso, os adultos iniciam uma conversa animada em Taiwanês." + +# game/4_noelle.rpy:763 +translate brazilian_portuguese arriveTaiwan_445a1fe5: + + # Mom "{incoherent}( ? ? ? ){/incoherent}" + Mom "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:765 +translate brazilian_portuguese arriveTaiwan_903b0fd0_1: + + # AhGong "{incoherent}( ? ? ? ){/incoherent}" + AhGong "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:768 +translate brazilian_portuguese arriveTaiwan_0ca6e7ab: + + # NoelleT "I wonder what they're talking about." + NoelleT "Me pergunto sobre o que eles estão falando." + +# game/4_noelle.rpy:769 +translate brazilian_portuguese arriveTaiwan_4e796d47: + + # NoelleT "My Taiwanese is even worse than my Mandarin. I don't know a single word." + NoelleT "Meu Taiwanês é ainda pior que meu Mandarim. Não sei uma única palavra." + +# game/4_noelle.rpy:771 +translate brazilian_portuguese arriveTaiwan_1e910eb7: + + # NoelleT "...Actually, wait, isn't \"Ah-gong\" Taiwanese?" + NoelleT "...Na verdade, calma, \"Ah-gong\" não é Taiwanês?" + +# game/4_noelle.rpy:772 +translate brazilian_portuguese arriveTaiwan_fee606a4: + + # NoelleT "They didn't cover it in Chinese school. Could it be a term exclusively used in Taiwan?" + NoelleT "Eles não cobriram isso nas aulas de chinês. Será que é um termo exclusivamente usado no Taiwan?" + +# game/4_noelle.rpy:773 +translate brazilian_portuguese arriveTaiwan_22b2693b: + + # NoelleT "It's really a special sort of confusion, not knowing what language you're speaking." + NoelleT "É realmente um tipo especial de confusão, não saber que língua você está falando." + +# game/4_noelle.rpy:775 +translate brazilian_portuguese arriveTaiwan_6f0e1813: + + # "Da Ah-yi leads Noelle's parents to the spare bedroom so they can put their luggage away." + "Da Ah-yi leva os pais de Noelle para seu quarto de hóspedes para que eles possam largar suas bagagens." + +# game/4_noelle.rpy:777 +translate brazilian_portuguese arriveTaiwan_28101f36: + + # NoelleT "This reminds me how I used to assume Japanese curry was a Chinese dish because my mom made it regularly." + NoelleT "Isso me lembra sobre como eu assumia que o curry japonês era uma comida chinesa porque minha mãe fazia regularmente." + +# game/4_noelle.rpy:778 +translate brazilian_portuguese arriveTaiwan_038edd65: + + # NoelleT "If you have a distant relationship with your parents, your culture becomes a nebulous cloud." + NoelleT "Se você tem uma relação distante com seus pais, sua cultura vira uma nuvem nebulosa." + +# game/4_noelle.rpy:779 +translate brazilian_portuguese arriveTaiwan_fc687714: + + # NoelleT "Is it Chinese to believe pseudoscience? Is it Chinese to have an outdated and sexist worldview?" + NoelleT "É algo chinês acreditar em pseudociência? É algo chinês acreditar numa visão do mundo desatualizada e sexista?" + +# game/4_noelle.rpy:780 +translate brazilian_portuguese arriveTaiwan_cca0f5b6: + + # NoelleT "Or is that just my parents, in my particular?" + NoelleT "Ou é só dos meus pais, em particular?" + +# game/4_noelle.rpy:781 +translate brazilian_portuguese arriveTaiwan_8f9eedbd: + + # NoelleT "How do I distinguish between things peculiar to my life and Chinese culture?" + NoelleT "Como eu diferencio coisas peculiares para a minha vida e a cultura chinesa?" + +# game/4_noelle.rpy:783 +translate brazilian_portuguese arriveTaiwan_8c441870: + + # "Chun-hua brightly takes a seat next to Noelle." + "Chun-hua alegremente se senta ao lado de Noelle." + +# game/4_noelle.rpy:785 +translate brazilian_portuguese arriveTaiwan_0fba9566: + + # ChunHua "Anything you have questions about, you can ask me!" + ChunHua "Qualquer coisa que você ter perguntas, pode me perguntar!" + +# game/4_noelle.rpy:798 +translate brazilian_portuguese chunHuaChoice_6c35f304: + + # Noelle "Tell me about the surrounding area." + Noelle "Me fala sobre os arredores." + +# game/4_noelle.rpy:800 +translate brazilian_portuguese chunHuaChoice_026ab708: + + # ChunHua "Let's look outside!" + ChunHua "Vamos olhar ali fora!" + +# game/4_noelle.rpy:803 +translate brazilian_portuguese chunHuaChoice_c0ea12d5: + + # "Chun-hua goes over to the window and points as Noelle peers outside at the street below." + "Chun-hua vai até a janela e aponta enquanto Noelle observa ali fora a rua abaixo." + +# game/4_noelle.rpy:805 +translate brazilian_portuguese chunHuaChoice_75d5683b: + + # ChunHua "That way is my house. Me and my mom, we walk over all the time." + ChunHua "Esse caminho é minha casa. Eu e minha mãe, nós caminhamos por ali o tempo todo." + +# game/4_noelle.rpy:808 +translate brazilian_portuguese chunHuaChoice_2e9c5e07: + + # Noelle "You must live pretty close by if you're able to come on foot." + Noelle "Você deve morar bem perto se você consegue vir a pé." + +# game/4_noelle.rpy:811 +translate brazilian_portuguese chunHuaChoice_596be6a4: + + # ChunHua "Yes, we are only a few streets away from Ah-gong." + ChunHua "Sim, nós somos só algumas ruas longe do Ah-gong." + +# game/4_noelle.rpy:812 +translate brazilian_portuguese chunHuaChoice_579fa9db: + + # ChunHua "Every weekend, me and my cousins spend here." + ChunHua "Todo fim de semana, eu e meus primos passamos ali." + +# game/4_noelle.rpy:815 +translate brazilian_portuguese chunHuaChoice_a142a286: + + # NoelleT "That's so different from my experience..." + NoelleT "Isso é tão diferente da minha experiência..." + +# game/4_noelle.rpy:818 +translate brazilian_portuguese chunHuaChoice_9adef006: + + # ChunHua "When you are all settled, the 7-Eleven, we go and grab breakfast." + ChunHua "Quando estarmos prontos, o 7-Eleven, nós vamos ali e pegamos café da manhã." + +# game/4_noelle.rpy:821 +translate brazilian_portuguese chunHuaChoice_84d28ceb: + + # Noelle "Breakfast...from 7-Eleven?" + Noelle "Café da manhã...do 7-Eleven?" + +# game/4_noelle.rpy:824 +translate brazilian_portuguese chunHuaChoice_e099553e: + + # ChunHua "What, you've never had it? It's good!" + ChunHua "O que, você nunca provou? É bom!" + +# game/4_noelle.rpy:827 +translate brazilian_portuguese chunHuaChoice_e2a2d0f5: + + # Noelle "It is...? It won't be all greasy?" + Noelle "É bom..? Não seria todo gorduroso?" + +# game/4_noelle.rpy:830 +translate brazilian_portuguese chunHuaChoice_6a4e980d: + + # ChunHua "No? They have fresh tea eggs, hot yams, oden...If you want a prepackaged breakfast, they'll heat it for you, too." + ChunHua "Não? Eles têm ovos frescos para chá, inhame quente, oden...Se você quiser um café da manhã pré-pronto, eles esquentam para você, também." + +# game/4_noelle.rpy:841 +translate brazilian_portuguese chunHuaChoice_c60bf59b: + + # ChunHua "In America is it not like that?" + ChunHua "Na América não é assim?" + +# game/4_noelle.rpy:844 +translate brazilian_portuguese chunHuaChoice_f6e68fa8: + + # Noelle "No, American 7-Elevens are just junk food stores." + Noelle "Não, as 7-Elevens americanas são só lojas de junk food." + +# game/4_noelle.rpy:850 +translate brazilian_portuguese chunHuaChoice_64c20d50: + + # "Chun-hua points at the train as it rushes by." + "Chun-hua aponta para o trem enquanto ele passa correndo." + +# game/4_noelle.rpy:852 +translate brazilian_portuguese chunHuaChoice_811322f6: + + # ChunHua "There's a train station near to us. We take it a lot." + ChunHua "Tem uma estação de trem próxima a nós. Nós usamos ela muito." + +# game/4_noelle.rpy:855 +translate brazilian_portuguese chunHuaChoice_8f4e8861: + + # Noelle "You don't use the car to get around?" + Noelle "Vocês não usam um carro para andar por aí?" + +# game/4_noelle.rpy:858 +translate brazilian_portuguese chunHuaChoice_761ed600: + + # ChunHua "Not much. When we can't use the train, we ride our scooter." + ChunHua "Não muito. Quando não podemos usar o trem, andamos de scooter." + +# game/4_noelle.rpy:865 +translate brazilian_portuguese chunHuaChoice_4cb48c0f: + + # Noelle "What are you reading?" + Noelle "O que você está lendo?" + +# game/4_noelle.rpy:867 +translate brazilian_portuguese chunHuaChoice_9c1571ce: + + # ChunHua "It's a Chinese translation of a Russian novel." + ChunHua "É a tradução chinesa de um romance russo." + +# game/4_noelle.rpy:869 +translate brazilian_portuguese chunHuaChoice_ffe61095: + + # ChunHua "What it's called in English, I don't know." + ChunHua "Como ele é chamado em inglês, eu não sei." + +# game/4_noelle.rpy:870 +translate brazilian_portuguese chunHuaChoice_240c64e0: + + # ChunHua "「卡拉馬助夫兄弟們」。" + ChunHua "「卡拉馬助夫兄弟們」。" + +# game/4_noelle.rpy:872 +translate brazilian_portuguese chunHuaChoice_e9cb4634: + + # NoelleT "Something something brothers." + NoelleT "Algo algo irmãos." + +# game/4_noelle.rpy:873 +translate brazilian_portuguese chunHuaChoice_da05335c: + + # NoelleT "There's brothers, and it's Russian..." + NoelleT "Tem irmãos, e é russo..." + +# game/4_noelle.rpy:875 +translate brazilian_portuguese chunHuaChoice_fe3b41f7: + + # Noelle "The Brothers Karamazov?" + Noelle "Os Irmãos Karamazov?" + +# game/4_noelle.rpy:878 +translate brazilian_portuguese chunHuaChoice_be01fd17: + + # ChunHua "Yes! That sounds correct." + ChunHua "Sim! Isso parece certo." + +# game/4_noelle.rpy:880 +translate brazilian_portuguese chunHuaChoice_21f5471c: + + # Noelle "I've read it before, too." + Noelle "Eu já li antes, também." + +# game/4_noelle.rpy:881 +translate brazilian_portuguese chunHuaChoice_652b031e: + + # NoelleT "This is exciting! I've never met anyone else my age who's read it." + NoelleT "Isso é impressionante! Eu nunca conheci alguém da minha idade que também já tenha lido este livro." + +# game/4_noelle.rpy:883 +translate brazilian_portuguese chunHuaChoice_a4665f53: + + # ChunHua "Did you like it?" + ChunHua "Você gostou?" + +# game/4_noelle.rpy:885 +translate brazilian_portuguese chunHuaChoice_4f55a943: + + # Noelle "The religious themes were of little interest to me, but I found some of its other ideas thought-provoking." + Noelle "Os temas religiosos eram de pouco interesse para mim, mas achei algumas de suas ideias instigantes." + +# game/4_noelle.rpy:886 +translate brazilian_portuguese chunHuaChoice_730bc9e6: + + # Noelle "For example, it argues that humans are so deeply shaped by others that everyone bears some responsibility for the sins of everyone else." + Noelle "Por exemplo, ele argumenta que os humanos são tão profundamente moldados pelos outros que todos carregam alguma responsabilidade pelos pecados de todos os outros." + +# game/4_noelle.rpy:887 +translate brazilian_portuguese chunHuaChoice_54949192: + + # Noelle "Everything we do is the result of a huge, interwoven chain reaction of human interactions, and as a result, a crime is never truly one person's fault." + Noelle "Tudo o que fazemos é o resultado de uma enorme e entrelaçada reação em cadeia de interações humanas e, como resultado, um crime nunca é realmente culpa de uma pessoa." + +# game/4_noelle.rpy:888 +translate brazilian_portuguese chunHuaChoice_7eb28c52: + + # Noelle "It's a societal failure." + Noelle "É um fracasso social." + +# game/4_noelle.rpy:891 +translate brazilian_portuguese chunHuaChoice_641b4b3d: + + # "To Noelle's disappointment, Chun-hua nods, looking lost." + "Para a decepção de Noelle, Chun-hua acena com a cabeça, parecendo perdida." + +# game/4_noelle.rpy:893 +translate brazilian_portuguese chunHuaChoice_7855e891: + + # ChunHua ".....I see....." + ChunHua ".....Entendo....." + +# game/4_noelle.rpy:895 +translate brazilian_portuguese chunHuaChoice_0a32d946: + + # NoelleT "I guess what I said was beyond her English level. I need to scale back to a simpler topic." + NoelleT "Eu acho que o que eu falei é acima do nível de inglês dela. Eu preciso voltar para um tópico mais simples." + +# game/4_noelle.rpy:897 +translate brazilian_portuguese chunHuaChoice_6638271c: + + # Noelle "Do you like reading?" + Noelle "Você gosta de ler?" + +# game/4_noelle.rpy:900 +translate brazilian_portuguese chunHuaChoice_15f3827f: + + # ChunHua "I like reading." + ChunHua "Eu gosto de ler." + +# game/4_noelle.rpy:901 +translate brazilian_portuguese chunHuaChoice_d5c2382b: + + # ChunHua "Are you nerdy?" + ChunHua "Você é nerdola?" + +# game/4_noelle.rpy:902 +translate brazilian_portuguese chunHuaChoice_6b50358f: + + # "The sudden question baffles Noelle." + "A pergunta repentina deixa Noelle perplexa." + +# game/4_noelle.rpy:904 +translate brazilian_portuguese chunHuaChoice_00e74655: + + # Noelle "...Er...? Yes, I suppose so." + Noelle "...Er...? Sim, eu acho que sim." + +# game/4_noelle.rpy:906 +translate brazilian_portuguese chunHuaChoice_dc844ae1: + + # ChunHua "Good, me too!" + ChunHua "Que bom, eu também!" + +# game/4_noelle.rpy:907 +translate brazilian_portuguese chunHuaChoice_d8fa1c18: + + # ChunHua "On the wall, there's even a photo of me that..." + ChunHua "Na parede, tem inclusive uma foto de mim que..." + +# game/4_noelle.rpy:908 +translate brazilian_portuguese chunHuaChoice_4c8a1b46: + + # ChunHua "..........." + ChunHua "..........." + +# game/4_noelle.rpy:910 +translate brazilian_portuguese chunHuaChoice_44d599cf: + + # NoelleT "That...? That what?" + NoelleT "Que...? Que o quê?" + +# game/4_noelle.rpy:913 +translate brazilian_portuguese chunHuaChoice_219a9780: + + # ChunHua "Actually, I change my mind!" with sshake + ChunHua "Na verdade, mudei de ideia!" with sshake + +# game/4_noelle.rpy:915 +translate brazilian_portuguese chunHuaChoice_a6d54322: + + # ChunHua "Don't look too much at the photos on the wall, they're embarrassing." + ChunHua "Não olha muito para as fotos na parede, elas são vergonhosas." + +# game/4_noelle.rpy:920 +translate brazilian_portuguese chunHuaChoice_fd538d86: + + # ChunHua "Are you SURE? There's really nothing else you would rather know?" + ChunHua "Você tem CERTEZA? Não tem mais nada que você queira saber?" + +# game/4_noelle.rpy:922 +translate brazilian_portuguese chunHuaChoice_f505b5eb: + + # ChunHua "{cps=0}Are you SURE? There's really nothing else you would rather know?{/cps}" nointeract + ChunHua "{cps=0}Você tem CERTEZA? Não tem mais nada que você queira saber?{/cps}" nointeract + +# game/4_noelle.rpy:925 +translate brazilian_portuguese chunHuaChoice_74c6f80c: + + # Noelle "On second thought, there is something else I'm curious about." + Noelle "Pensando bem, tem outra coisa que estou curiosa." + +# game/4_noelle.rpy:933 +translate brazilian_portuguese chunHuaChoice_6513b184: + + # ChunHua "What else do you want to know?" + ChunHua "O que mais você quer saber?" + +# game/4_noelle.rpy:939 +translate brazilian_portuguese lookPhotos_c9eb63d2: + + # Noelle "Tell me about these photos." + Noelle "Me fala sobre as fotos." + +# game/4_noelle.rpy:942 +translate brazilian_portuguese lookPhotos_696c7f46: + + # ChunHua "Okay...If you're sure..." + ChunHua "Okay...Se você tem certeza..." + +# game/4_noelle.rpy:944 +translate brazilian_portuguese lookPhotos_cd748fe6: + + # "They go over to look at the pictures on the wall. The first one's of Ah-gong and Chun-hua at the park." + "Elas vão olhar as fotos na parede. A primeira é uma de Ah-gong e Chun-hua no parque." + +# game/4_noelle.rpy:945 +translate brazilian_portuguese lookPhotos_5696a191: + + # "There's a small chestnut-colored warbler sitting on Chun-hua's arm." + "Há uma pequena toutinegra castanha sentada no braço de Chun-hua." + +# game/4_noelle.rpy:947 +translate brazilian_portuguese lookPhotos_51ffd170: + + # ChunHua "That bird, at the park we found him abandoned." + ChunHua "Esse pássaro, achamos ele abandonado no parque." + +# game/4_noelle.rpy:948 +translate brazilian_portuguese lookPhotos_d607ebea: + + # ChunHua "It was because he fell out of his nest and broke his wing." + ChunHua "Foi porque ele caiu do seu ninho e quebrou sua asa." + +# game/4_noelle.rpy:949 +translate brazilian_portuguese lookPhotos_f65b6dc9: + + # ChunHua "After it got better, we taught him to fly so he could go back to the wild." + ChunHua "Depois que ele se recuperou, nós o ensinamos a voar para que ele pudesse voltar a natureza." + +# game/4_noelle.rpy:951 +translate brazilian_portuguese lookPhotos_102acdf0: + + # Noelle "I see. That's very noble of you." + Noelle "Entendo. Bem amável da sua parte." + +# game/4_noelle.rpy:954 +translate brazilian_portuguese lookPhotos_5c59e916: + + # ChunHua "It was Ah-gong's idea." + ChunHua "Foi ideia do Ah-gong." + +# game/4_noelle.rpy:955 +translate brazilian_portuguese lookPhotos_7f31ae29: + + # ChunHua "He's quiet, but he is so nice actually." + ChunHua "Ele é quieto, mas ele é muito gentil na verdade." + +# game/4_noelle.rpy:957 +translate brazilian_portuguese lookPhotos_c3581e84: + + # Noelle "You seem very close to your grandpa." + Noelle "Você parece ser próxima a seu avô." + +# game/4_noelle.rpy:960 +translate brazilian_portuguese lookPhotos_98a811b2: + + # ChunHua "\"Your\" grandpa? He's your grandpa, too." + ChunHua "\"Seu\" avô? Ele é seu avô, também." + +# game/4_noelle.rpy:962 +translate brazilian_portuguese lookPhotos_cb69ca4b: + + # Noelle "Oh......that's right." + Noelle "Ah......verdade." + +# game/4_noelle.rpy:965 +translate brazilian_portuguese lookPhotos_59192abb: + + # "To hide her embarrassment, Noelle quickly moves on to the next photo." + "Para esconder seu constrangimento, Noelle passa rapidamente para a próxima foto." + +# game/4_noelle.rpy:966 +translate brazilian_portuguese lookPhotos_091c93b7: + + # "It looks old. A swarm of children are building a sand castle as smiling adults look on in the background." + "A foto parece ser velha. Um bando de crianças estão construindo um castelo de areia enquanto adultos sorridentes olham de fundo." + +# game/4_noelle.rpy:968 +translate brazilian_portuguese lookPhotos_ce689198: + + # ChunHua "This is me, Wan-ping, and Wan-zhong." + ChunHua "Essa sou eu, Wan-ping e Wan-zhong." + +# game/4_noelle.rpy:970 +translate brazilian_portuguese lookPhotos_770a2b47: + + # NoelleT "Wan-ping and Wan-zhong are my older cousins. They're my uncle's children." + NoelleT "Wan-ping e Wan-zhong são meus primos mais velhos. São filhos do meu tio." + +# game/4_noelle.rpy:972 +translate brazilian_portuguese lookPhotos_cfe4eb0f: + + # ChunHua "Wan-zhong's working right now." + ChunHua "Wan-zhong está trabalhando agora." + +# game/4_noelle.rpy:974 +translate brazilian_portuguese lookPhotos_95c911f8: + + # ChunHua "Too bad Wan-ping is travelling right now. Or else we could have hung out." + ChunHua "Uma pena que Wan-ping está viajando agora. Ou nós poderíamos ter passado um tempo juntos." + +# game/4_noelle.rpy:976 +translate brazilian_portuguese lookPhotos_fb3a7b10: + + # Noelle "Where is he visiting?" + Noelle "Para onde que ele foi viajar?" + +# game/4_noelle.rpy:979 +translate brazilian_portuguese lookPhotos_bc0502c8: + + # ChunHua "Japan. It's his honeymoon." + ChunHua "Japão. É sua lua de mel." + +# game/4_noelle.rpy:981 +translate brazilian_portuguese lookPhotos_ff24c17c: + + # Noelle "Honeymoon? Did he get married?" + Noelle "Lua de mel? Ele se casou?" + +# game/4_noelle.rpy:984 +translate brazilian_portuguese lookPhotos_c91b0ed2: + + # ChunHua "Yes? A month ago." + ChunHua "Sim? A um mês atrás." + +# game/4_noelle.rpy:986 +translate brazilian_portuguese lookPhotos_86fd128c: + + # Noelle "Oh. I had no idea." + Noelle "Ah. Eu não tinha ideia." + +# game/4_noelle.rpy:989 +translate brazilian_portuguese lookPhotos_d6d52ee8: + + # ChunHua "In the picture, the people behind us is Jiu Jiu, Ah-gong, and Ah-ma." + ChunHua "Na foto, as pessoas atrás da gente são Jiu Jiu, Ah-gong e Ah-ma." + +# game/4_noelle.rpy:991 +translate brazilian_portuguese lookPhotos_0b713959: + + # ChunHua "We didn't knew it, but that weekend was our last one with Ah-ma." + ChunHua "Nós não sabíamos, mas aquele seria o último fim de semana que passaríamos com Ah-ma." + +# game/4_noelle.rpy:993 +translate brazilian_portuguese lookPhotos_4012b0fe: + + # NoelleT "I can't help but feel jealous they had {i}any{/i} weekends together." + NoelleT "Eu não consigo evitar de ter inveja que eles tiveram {i}algum{/i} fim de semana juntos." + +# game/4_noelle.rpy:995 +translate brazilian_portuguese lookPhotos_0b746a36: + + # NoelleT "While she was spending every Saturday with her cousins and grandparents, I was at school struggling to learn an entire language so I could even begin to communicate with them." + NoelleT "Enquanto ela passava todos os sábados com seus primos e avós, eu estava no curso lutando para aprender um idioma inteiro para que eu sequer pudesse começar a me comunicar com eles." + +# game/4_noelle.rpy:998 +translate brazilian_portuguese lookPhotos_41350e1d: + + # "Chun-hua reluctantly gestures at the last photo, which she was clearly saving for last." + "Chun-hua relutantemente gesticula para a última foto, que ela claramente estava salvando para o final." + +# game/4_noelle.rpy:1000 +translate brazilian_portuguese lookPhotos_bb02859e: + + # ChunHua "And this one is of me with all my anime figures." + ChunHua "E essa é uma minha com minhas figuras de anime." + +# game/4_noelle.rpy:1001 +translate brazilian_portuguese lookPhotos_08817fc4: + + # ChunHua "H-haha!" with sshake + ChunHua "H-haha!" with sshake + +# game/4_noelle.rpy:1003 +translate brazilian_portuguese lookPhotos_50b54d88: + + # NoelleT "Oh, so this is what she meant by nerdy." + NoelleT "Ah, então foi isso que ela quis dizer com nerdola." + +# game/4_noelle.rpy:1004 +translate brazilian_portuguese lookPhotos_cf5bf9c8: + + # Noelle "It's alright, I have a good friend who's interested in this sort of thing, too." + Noelle "Tudo bem, eu tenho uma grande amiga que também é interessada nesse tipo de coisa, também." + +# game/4_noelle.rpy:1007 +translate brazilian_portuguese lookPhotos_21f48e35: + + # ChunHua "Really? And she's American?" + ChunHua "Sério? E ela é americana?" + +# game/4_noelle.rpy:1009 +translate brazilian_portuguese lookPhotos_be8d0937: + + # Noelle "Yes." + Noelle "Sim." + +# game/4_noelle.rpy:1012 +translate brazilian_portuguese lookPhotos_2cab8d2e: + + # ChunHua "She sounds cool. I want to meet her." + ChunHua "Ela parece legal. Eu quero conhecer ela." + +# game/4_noelle.rpy:1014 +translate brazilian_portuguese lookPhotos_c99b3ab7: + + # Noelle "Y-you do?" + Noelle "V-você quer?" + +# game/4_noelle.rpy:1016 +translate brazilian_portuguese lookPhotos_f9b85e33: + + # "Once Noelle turns away from the photos, Chun-hua points to a framed certificate hanging on the wall behind her." + "Assim que Noelle se afasta das fotos, Chun-hua aponta para um certificado emoldurado pendurado na parede atrás dela." + +# game/4_noelle.rpy:1017 +translate brazilian_portuguese lookPhotos_75860b10: + + # ChunHua "You should look at this award, too. It's your mom's." + ChunHua "Você deveria olhar para este prêmio também. É da sua mãe." + +# game/4_noelle.rpy:1019 +translate brazilian_portuguese lookPhotos_772044ce: + + # Noelle "What? Really?" + Noelle "O quê? Sério?" + +# game/4_noelle.rpy:1021 +translate brazilian_portuguese lookPhotos_3b41da7b: + + # ChunHua "Yeah, in college she win a bunch of poetry contest. She was even in the newspaper." + ChunHua "Sim, no colégio ela ganha um monte de concursos de poesia. Ela estava até no jornal." + +# game/4_noelle.rpy:1023 +translate brazilian_portuguese lookPhotos_5b3abd0c: + + # Noelle "I had no idea." + Noelle "Eu não tinha ideia." + +# game/4_noelle.rpy:1024 +translate brazilian_portuguese lookPhotos_748c06d9: + + # NoelleT "This is going to sound extremely mean, but I never suspected my mom had any sort of creative talent." + NoelleT "Isso vai parecer extremamente maldoso, mas eu nunca suspeitei que minha mãe tinha qualquer tipo de talento criativo." + +# game/4_noelle.rpy:1025 +translate brazilian_portuguese lookPhotos_58514dfe: + + # NoelleT "All I've ever known her as a strict, close-minded housewife." + NoelleT "Sempre a conheci como uma dona de casa estrita e de mente fechada." + +# game/4_noelle.rpy:1027 +translate brazilian_portuguese lookPhotos_ed7dd935: + + # ChunHua "Here, you should read her things! She's very skilled." + ChunHua "Aqui, você deveria ler algumas das coisas dela! Ela é bem talentosa." + +# game/4_noelle.rpy:1028 +translate brazilian_portuguese lookPhotos_854e62e9: + + # "Chun-hua pulls a magazine out from a cabinet and flips it open to a page of poetry." + "Chun-hua puxa uma revista de um armário e abre para uma página de poesia." + +# game/4_noelle.rpy:1030 +translate brazilian_portuguese lookPhotos_46e87e05: + + # Noelle ".............." + Noelle ".............." + +# game/4_noelle.rpy:1032 +translate brazilian_portuguese lookPhotos_6f5d9b0c: + + # ChunHua "See what I mean? Some people just have a way with words." + ChunHua "Está vendo o que eu quero dizer? Algumas pessoas só tem um jeito com as palavras." + +# game/4_noelle.rpy:1034 +translate brazilian_portuguese lookPhotos_88e3047c: + + # ChunHua "It's a big waste she quit. I guess there wasn't enough reason to keep doing it over in America." + ChunHua "É uma grande perda ela ter parado. Acho que não tinha muitas razões para ela continuar fazendo na América." + +# game/4_noelle.rpy:1036 +translate brazilian_portuguese lookPhotos_daa199cb: + + # "Noelle stares blankly at her mom's poem." + "Noelle encara fixamente o poema de sua mãe." + +# game/4_noelle.rpy:1038 +translate brazilian_portuguese lookPhotos_cb3143a5: + + # NoelleT "I can't read any of it..." + NoelleT "Não consigo ler nada dele..." + +# game/4_noelle.rpy:1049 +translate brazilian_portuguese subway_5a7892d9: + + # "That evening, Noelle and her parents walk to the subway." + "Naquela tarde, Noelle e seus pais andam até o metrô." + +# game/4_noelle.rpy:1051 +translate brazilian_portuguese subway_b6dd8cff: + + # Dad "Here's our train. We should reach the night market in a few stops." + Dad "Aqui está nosso trem. Devemos chegar no mercado noturno após algumas paradas." + +# game/4_noelle.rpy:1053 +translate brazilian_portuguese subway_1c40917d: + + # Noelle "Ugh, I hate taking public transit. The trains are always filthy and poorly maintained." + Noelle "Ugh, odeio pegar transporte público. Os trens estão sempre sujos e mal cuidados." + +# game/4_noelle.rpy:1059 +translate brazilian_portuguese subway_a88b28bc: + + # "As they board the MRT carriage, Noelle steels herself for the stench of vomit, urine, and cigarettes she's grown to expect from American subways." + "Enquanto eles embarcam no vagão MRT, Noelle se prepara para o fedor de vômito, urina e cigarros que ela espera dos metrôs americanos." + +# game/4_noelle.rpy:1060 +translate brazilian_portuguese subway_3a01b9d6: + + # "But to her amazement, the car's shiny floors and seats look so squeaky-clean you could eat off of them." + "Mas, para sua surpresa, o piso brilhante e os assentos do carro parecem tão limpos que você poderia comer em cima deles." + +# game/4_noelle.rpy:1062 +translate brazilian_portuguese subway_65b6c929: + + # NoelleT "It's absolutely spotless..." + NoelleT "É absolutamente impecável..." + +# game/4_noelle.rpy:1064 +translate brazilian_portuguese subway_8cd48072: + + # "Pleasantly surprised, she sits beside her parents in a gleaming plastic seat." + "Agradavelmente surpresa, ela se senta ao lado de seus pais em um assento de plástico reluzente." + +# game/4_noelle.rpy:1066 +translate brazilian_portuguese subway_50d2471a: + + # NPC "{font=chunhua_chinese.ttf}石牌...{/font}Shipai Station." + NPC "{font=chunhua_chinese.ttf}石牌...{/font}Estação Shipai." + +# game/4_noelle.rpy:1068 +translate brazilian_portuguese subway_27401a62: + + # NoelleT "You can actually clearly hear what they're saying! It's not indistinct mumbling like on BART!" + NoelleT "Você pode realmente ouvir claramente o que eles estão dizendo! Não são murmúrios inaudíveis como no BART!" + +# game/4_noelle.rpy:1070 +translate brazilian_portuguese subway_ea1c79b0: + + # "An LCD screen right across from her neatly displays the names of the previous, current, and next stations." + "Uma tela LCD bem em frente a ela exibe nitidamente os nomes das estações anteriores, atuais e seguintes." + +# game/4_noelle.rpy:1072 +translate brazilian_portuguese subway_34edbfd2: + + # NoelleT "This is the most beautiful thing I've ever seen..." + NoelleT "Essa é a coisa mais linda que eu já vi..." + +# game/4_noelle.rpy:1075 +translate brazilian_portuguese subway_bdaf2be9: + + # "Her phone buzzes. Her heart leaps when she sees that it's Akarsha." + "Seu telefone vibra. O coração dela dá um pulo quando ela vê que é Akarsha." + +# game/4_noelle.rpy:1077 +translate brazilian_portuguese subway_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/4_noelle.rpy:1079 +translate brazilian_portuguese subway_e59ca3f4: + + # cAkarsha "{image=frysSmall.png}" + cAkarsha "{image=frysSmall.png}" + +# game/4_noelle.rpy:1080 +translate brazilian_portuguese subway_8fbc3d10: + + # cNoelle "...Why did you send this?" + cNoelle "...Por que você mandou isso?" + +# game/4_noelle.rpy:1081 +translate brazilian_portuguese subway_cdac8d9e: + + # cAkarsha ":(" + cAkarsha ":(" + +# game/4_noelle.rpy:1082 +translate brazilian_portuguese subway_14ead407: + + # cSame "I thought you liked me" + cSame "pensei que vc gostasse de mim" + +# game/4_noelle.rpy:1083 +translate brazilian_portuguese subway_d7e5af5a: + + # cNoelle "Even if I hypothetically did like you why would I want to see this awful picture of you?" + cNoelle "Mesmo se eu hipoteticamente gostasse, por que eu iria querer ver essa foto horrível sua?" + +# game/4_noelle.rpy:1084 +translate brazilian_portuguese subway_e7c81323: + + # cAkarsha "personally i think it's very hot and sexy of me to play video games against little kids at Frys Electronics and lose" + cAkarsha "pessoalmente eu acho que é bem sexy e atraente da minha parte jogar video games contra criancinhas no Frys Eletronics e perder" + +# game/4_noelle.rpy:1085 +translate brazilian_portuguese subway_a7f1cdc9: + + # cNoelle "Is that what you're doing?" + cNoelle "É isso o que você está fazendo?" + +# game/4_noelle.rpy:1086 +translate brazilian_portuguese subway_64dfba50: + + # cAkarsha "nah im back home now playing the game i bought" + cAkarsha "nem, to de volta em casa jogando o jogo q eu comprei" + +# game/4_noelle.rpy:1087 +translate brazilian_portuguese subway_f1bcd48a: + + # cSame "its called Portal" + cSame "se chama Portal" + +# game/4_noelle.rpy:1088 +translate brazilian_portuguese subway_c228cb09: + + # cSame "dude youd love it" + cSame "cara vc iria amar" + +# game/4_noelle.rpy:1089 +translate brazilian_portuguese subway_ed3097d1: + + # cNoelle "I don't play computer games." + cNoelle "Eu não jogo jogos de computador." + +# game/4_noelle.rpy:1090 +translate brazilian_portuguese subway_c7ea26a0: + + # cAkarsha "NO YOUD LOVE IT TRUST ME" + cAkarsha "NAO VC IRIA AMAR CONFIA EM MIM" + +# game/4_noelle.rpy:1091 +translate brazilian_portuguese subway_390f9750: + + # cSame "its not like other games where ur some guy shooting stuff" + cSame "nao eh q nem nos outros jogos onde vc eh um cara atirando em coisas" + +# game/4_noelle.rpy:1092 +translate brazilian_portuguese subway_e4c2fa72: + + # cSame "ur a girl and its a puzzle game" + cSame "vc eh uma garota e eh um jogo de quebra cabeças" + +# game/4_noelle.rpy:1093 +translate brazilian_portuguese subway_f2714142: + + # cSame "ITS IN A SCIENCE RESEARCH FACILITY" + cSame "EH NUMA INSTALAÇÃO DE PESQUISA CIENTIFICA" + +# game/4_noelle.rpy:1094 +translate brazilian_portuguese subway_234d6856: + + # cNoelle "Oh?" + cNoelle "Oh?" + +# game/4_noelle.rpy:1095 +translate brazilian_portuguese subway_c336dea8: + + # cAkarsha "ill give u the CD" + cAkarsha "vou te dar o CD" + +# game/4_noelle.rpy:1096 +translate brazilian_portuguese subway_fcac8d85: + + # cSame "just play it" + cSame "soh joga" + +# game/4_noelle.rpy:1097 +translate brazilian_portuguese subway_0203a4b8: + + # cNoelle "I'll consider it after I return from my trip." + cNoelle "Irei considerar isso depois que eu retornar da minha viagem." + +# game/4_noelle.rpy:1098 +translate brazilian_portuguese subway_7a787822: + + # cAkarsha "o yeah youre in taiwan" + cAkarsha "ah eh vc esta no taiwan" + +# game/4_noelle.rpy:1099 +translate brazilian_portuguese subway_1d7e816d: + + # cSame "whatre u up to rn?" + cSame "oq vc ta fazendo agr?" + +# game/4_noelle.rpy:1100 +translate brazilian_portuguese subway_13e9e1bb: + + # cNoelle "I'm riding the subway with my parents." + cNoelle "Estou andando de metrô com meus pais." + +# game/4_noelle.rpy:1101 +translate brazilian_portuguese subway_5a7d358a: + + # cAkarsha "how is that?" + cAkarsha "e como isso ta indo?" + +# game/4_noelle.rpy:1102 +translate brazilian_portuguese subway_0d0c8ca5: + + # cSame "i hope they arent giving you a hard time" + cSame "espero q eles nao estejam te incomodando" + +# game/4_noelle.rpy:1103 +translate brazilian_portuguese subway_e537e53b: + + # cNoelle "Actually, ever since we've arrived in Taipei they've been in good spirits." + cNoelle "Na verdade, desde que chegamos em Taipé eles estão de bom humor." + +# game/4_noelle.rpy:1104 +translate brazilian_portuguese subway_fc5ed09a: + + # cSame "I've never seen my mother so relaxed before." + cSame "Nunca vi minha mãe tão relaxada antes." + +# game/4_noelle.rpy:1105 +translate brazilian_portuguese subway_6c419a91: + + # cSame "She must be happy to be back home to see her family." + cSame "Ela deve estar feliz de voltar para casa e ver sua família." + +# game/4_noelle.rpy:1106 +translate brazilian_portuguese subway_4b8ff4af: + + # cAkarsha "oh dang!" + cAkarsha "ah nossa!" + +# game/4_noelle.rpy:1107 +translate brazilian_portuguese subway_bb403297: + + # cSame "thats good" + cSame "isso eh bom" + +# game/4_noelle.rpy:1108 +translate brazilian_portuguese subway_556bdf14: + + # cNoelle "We're on the way to the night market right now." + cNoelle "Nós estamos a caminho do mercado noturno agora." + +# game/4_noelle.rpy:1109 +translate brazilian_portuguese subway_613d4df3: + + # cSame "I feel paranoid that everyone can tell I'm a foreigner." + cSame "Fico paranoica que todos conseguem perceber que sou estrangeira." + +# game/4_noelle.rpy:1110 +translate brazilian_portuguese subway_9f462cbd: + + # cAkarsha "LOL i get what u mean" + cAkarsha "LOL entendo isso" + +# game/4_noelle.rpy:1111 +translate brazilian_portuguese subway_dfad9045: + + # cSame "when im in india they can tell im american before i even open my mouth" + cSame "quando eu to na india eles conseguem saber q sou americana antes mesmo de eu abrir a boca" + +# game/4_noelle.rpy:1112 +translate brazilian_portuguese subway_25007ce4: + + # cSame "just from the way I carry myself" + cSame "soh do jeito que eu ando" + +# game/4_noelle.rpy:1115 +translate brazilian_portuguese subway_34420583: + + # nvl clear + # "Her mom sighs as Noelle taps out her response on her phone." + nvl clear + "A mãe de Noelle suspira enquanto Noelle digita sua resposta em seu celular." + +# game/4_noelle.rpy:1118 +translate brazilian_portuguese subway_acd09cfc: + + # Mom "There you are, addicted to your phone." + Mom "Aí está você, viciada em seu celular." + +# game/4_noelle.rpy:1120 +translate brazilian_portuguese subway_40ed9a41: + + # Noelle "...How am I addicted? Compared to other teenagers, I barely use it." + Noelle "...Como que eu sou viciada? Comparado a outros adolescentes, eu mal uso." + +# game/4_noelle.rpy:1123 +translate brazilian_portuguese subway_32810ee9: + + # Mom "You spend so much time talking to your friends." + Mom "Você passa tanto tempo falando com seus amigos." + +# game/4_noelle.rpy:1124 +translate brazilian_portuguese subway_a3c53bc7: + + # Mom "But friendships are only temporary. As soon as it's inconvenient, they'll all disappear." + Mom "Mas amizades são só temporárias. Assim que for inconveniente, elas vão desaparecer." + +# game/4_noelle.rpy:1125 +translate brazilian_portuguese subway_ab08a027: + + # Mom "After I moved to America for your future, not a single one kept in touch with me." + Mom "Depois que eu me mudei para a América pelo seu futuro, nenhuma manteve contato comigo." + +# game/4_noelle.rpy:1127 +translate brazilian_portuguese subway_195dd5fd: + + # Mom "The only people you can trust is your family. And I was so far away from all of mine..." + Mom "As únicas pessoas que você pode confiar são sua família. E eu estava tão longe da minha..." + +# game/4_noelle.rpy:1128 +translate brazilian_portuguese subway_3346dc85: + + # Mom "The life of an immigrant is a lonely one." + Mom "A vida de um imigrante é uma vida solitária." + +# game/4_noelle.rpy:1130 +translate brazilian_portuguese subway_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/4_noelle.rpy:1131 +translate brazilian_portuguese subway_e082e371: + + # NoelleT "Is she hoping I'm going to console her? Or thank her for making such a brutal sacrifice for my sake?" + NoelleT "Ela está esperando que eu console ela? Ou que eu agradeça por ela ter feito um sacrifício tão brutal por mim?" + +# game/4_noelle.rpy:1132 +translate brazilian_portuguese subway_ebb963de: + + # NoelleT "It was her own decision as a full grown adult to move here. It wasn't up to ME." + NoelleT "Foi decisão dela como uma adulta se mudar para lá. Não dependia de MIM." + +# game/4_noelle.rpy:1135 +translate brazilian_portuguese subway_87c1fac4: + + # "Her mom sighs heavily and stares out the window." + "A mãe dela suspira fortemente e encara a janela." + +# game/4_noelle.rpy:1137 +translate brazilian_portuguese subway_64492247: + + # NoelleT "There's a message she's always trying to impart on me: I'm lonely because of you." + NoelleT "Há uma mensagem que ela sempre tenta me transmitir: eu sou sozinha por sua causa." + +# game/4_noelle.rpy:1143 +translate brazilian_portuguese subway_2d386ba0: + + # "Noelle watches the scenery fly by." + "Noelle olha a paisagem passando." + +# game/4_noelle.rpy:1144 +translate brazilian_portuguese subway_e7c96cd2: + + # "After half an hour, the train arrives at their destination precisely on time." + "Depois de meia hora, o trem chega em seu destino precisamente na hora." + +# game/4_noelle.rpy:1150 +translate brazilian_portuguese subway_8ad0ac8c: + + # Mom "Let's look for clothes. You need new ones." + Mom "Vamos procurar por roupas. Você precisa de novas." + +# game/4_noelle.rpy:1152 +translate brazilian_portuguese subway_034468c5: + + # Dad "But I have plenty of clothes already." + Dad "Mas eu já tenho um monte de roupas." + +# game/4_noelle.rpy:1154 +translate brazilian_portuguese subway_86263feb: + + # Mom "They all have holes in them! You should just throw them away already!" + Mom "Todas elas tem buracos! Você deveria jogar elas fora de uma vez!" + +# game/4_noelle.rpy:1156 +translate brazilian_portuguese subway_8ab37b86: + + # "Noelle browses through a sea of clothing racks with her parents." + "Noelle navega por um mar de prateleiras de roupas com seus pais." + +# game/4_noelle.rpy:1157 +translate brazilian_portuguese subway_847c6f1d: + + # "A hideous pair of beige pants catches her eye." + "Um par de calças bege horríveis chama sua atenção." + +# game/4_noelle.rpy:1159 +translate brazilian_portuguese subway_ffd047f5: + + # NoelleT "This would compliment many items in my wardrobe." + NoelleT "Isso complementaria muitos itens do meu guarda-roupa." + +# game/4_noelle.rpy:1161 +translate brazilian_portuguese subway_d1c79f4b: + + # "She turns it over in her hands, searching for its price tag, but it's missing." + "Ela o vira nas mãos, procurando pela etiqueta de preço, mas não há uma." + +# game/4_noelle.rpy:1163 +translate brazilian_portuguese subway_d46ab3e2: + + # Noelle "I'm going to ask how much these trousers are." + Noelle "Vou perguntar quanto que essas calças custam." + +# game/4_noelle.rpy:1166 +translate brazilian_portuguese subway_b43dcc04: + + # Mom "Do you know how?" + Mom "Você sabe como perguntar?" + +# game/4_noelle.rpy:1168 +translate brazilian_portuguese subway_f97a9c0b: + + # Noelle "Are you serious? Of course I know how." + Noelle "Você está falando sério? Claro que eu sei." + +# game/4_noelle.rpy:1171 +translate brazilian_portuguese subway_aad22fc5: + + # "Miffed, she marches up to the stall's cashier and shows her the pants." + "Irritada, ela marcha até o caixa da barraca e mostra as calças." + +# game/4_noelle.rpy:1175 +translate brazilian_portuguese subway_5dbfa43b: + + # Noelle "{font=traditional_chinese.otf}輕問這條褲子多少錢?{/font}" + Noelle "{font=traditional_chinese.otf}輕問這條褲子多少錢?{/font}" + +# game/4_noelle.rpy:1178 +translate brazilian_portuguese subway_adfc97fd: + + # NPC "{font=traditional_chinese.otf}兩百塊。{/font}" + NPC "{font=traditional_chinese.otf}兩百塊。{/font}" + +# game/4_noelle.rpy:1181 +translate brazilian_portuguese subway_65e436a9: + + # NoelleT "That's only about seven dollars! What a bargain." + NoelleT "Isso são só uns sete dólares! Que barganha." + +# game/4_noelle.rpy:1183 +translate brazilian_portuguese subway_a60cd717: + + # Noelle "{font=traditional_chinese.otf}我腰買這個。{/font}" + Noelle "{font=traditional_chinese.otf}我腰買這個。{/font}" + +# game/4_noelle.rpy:1186 +translate brazilian_portuguese subway_6743e45e: + + # NPC "{font=traditional_chinese.otf}你說什麼?{/font}" + NPC "{font=traditional_chinese.otf}你說什麼?{/font}" + +# game/4_noelle.rpy:1189 +translate brazilian_portuguese subway_8b901c98: + + # NoelleT "Urk! I stumbled over the pronunciation!" + NoelleT "Urk! Eu confundi na pronúncia!" + +# game/4_noelle.rpy:1190 +translate brazilian_portuguese subway_56d9361e: + + # Noelle "This...I want to buy this." + Noelle "Isso...Eu quero comprar isso." + +# game/4_noelle.rpy:1192 +translate brazilian_portuguese subway_4d863779: + + # NPC "OK." + NPC "OK." + +# game/4_noelle.rpy:1193 +translate brazilian_portuguese subway_974bc789: + + # "Ashamed, Noelle doesn't dare speak another word as the cashier bags her purchase." + "Envergonhada, Noelle não ousa falar mais nada enquanto a caixa embala a compra dela." + +# game/4_noelle.rpy:1195 +translate brazilian_portuguese subway_40e418cc: + + # NoelleT "Excellent. Simply superb. After six years of Chinese school I still can't speak, read, or write Mandarin." + NoelleT "Excelente. Maravilhoso. Mesmo depois de seis anos de aulas de chinês ainda não consigo ler, falar ou escrever Mandarim." + +# game/4_noelle.rpy:1197 +translate brazilian_portuguese subway_14cbfc24: + + # "She finds her way back to her parents, who are just finishing up their purchase at the neighboring stall." + "Ela encontra o caminho de volta para seus pais, que estão terminando uma compra na barraca vizinha." + +# game/4_noelle.rpy:1199 +translate brazilian_portuguese subway_f1fdd9d8: + + # Dad "I'm hungry. Let's get dinner at the food court." + Dad "Estou com fome. Vamos comer na praça de alimentação." + +# game/4_noelle.rpy:1201 +translate brazilian_portuguese subway_3c616a5a: + + # Mom "What for? There's food stalls all over the place." + Mom "Por quê? Tem barracas de comida por tudo." + +# game/4_noelle.rpy:1202 +translate brazilian_portuguese subway_8d281b0b: + + # Mom "We can just eat as we shop." + Mom "Podemos só comer enquanto compramos." + +# game/4_noelle.rpy:1204 +translate brazilian_portuguese subway_9c63c226: + + # Dad "No, I wanna properly sit down somewhere and have a meal." + Dad "Não, eu quero sentar em algum lugar e fazer uma refeição." + +# game/4_noelle.rpy:1209 +translate brazilian_portuguese subway_e7118c68: + + # "Noelle follows her parents down the flight of stairs to the underground food court. It's a bizarre space that reminds Noelle of a mirror maze." + "Noelle segue seus pais escada abaixo até a praça de alimentação subterrânea. É um espaço bizarro que lembra Noelle um labirinto de espelhos." + +# game/4_noelle.rpy:1210 +translate brazilian_portuguese subway_8142655a: + + # "They sit down at a stall and Noelle scans the menu, which is conveniently printed directly on the surface of the table." + "Eles se sentam em uma banca e Noelle examina o cardápio, que está convenientemente impresso diretamente na superfície da mesa." + +# game/4_noelle.rpy:1212 +translate brazilian_portuguese subway_b9a530d8: + + # NoelleT "Something chicken...Something something soup..." + NoelleT "Alguma coisa de galinha... Algo algo sopa..." + +# game/4_noelle.rpy:1217 +translate brazilian_portuguese subway_edad1221: + + # "Noelle has to pick her dish based on the pictures, like a toddler would." + "Noelle tem que escolher seu prato baseado nas fotos, como uma criança faria." + +# game/4_noelle.rpy:1221 +translate brazilian_portuguese subway_0b9e9134: + + # Mom "Do you know what you're getting?" + Mom "Você sabe o que vai pedir?" + +# game/4_noelle.rpy:1223 +translate brazilian_portuguese subway_a155f0e3: + + # Noelle "I will order the oyster omelette." + Noelle "Eu quero o omelete de ostra." + +# game/4_noelle.rpy:1224 +translate brazilian_portuguese subway_d19f1ef5: + + # Noelle "It's seldom seen in America, so I should take the chance to eat it here." + Noelle "Raramente o vejo na América, então devo aproveitar para comê-lo aqui." + +# game/4_noelle.rpy:1227 +translate brazilian_portuguese subway_0635035d: + + # "As the stall worker comes over and takes her parents' orders, Noelle mentally recites hers, determined not to be rendered an inarticulate child again." + "Enquanto o trabalhador da barraca se aproxima e anota os pedidos de seus pais, Noelle recita mentalmente os dela, determinada a não se tornar uma criança inarticulada novamente." + +# game/4_noelle.rpy:1229 +translate brazilian_portuguese subway_07c0dbd9: + + # NoelleT "I know this. This is kindergarten level vocabulary." + NoelleT "Eu consigo isso. Isso é vocabulário nível jardim de infância." + +# game/4_noelle.rpy:1231 +translate brazilian_portuguese subway_01710f84: + + # NoelleT "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + NoelleT "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + +# game/4_noelle.rpy:1233 +translate brazilian_portuguese subway_ce0b37d4: + + # NoelleT "That sounds a tad crude, though. In English, I'd normally say something more like, \"I'd like to have the oyster omelette.\"" + NoelleT "Isso soa um pouco grosseiro, no entanto. Em inglês, normalmente eu diria algo mais como: \"Eu gostaria de pedir um omelete de ostras.\"" + +# game/4_noelle.rpy:1237 +translate brazilian_portuguese subway_b9b9ad83: + + # NPC "{font=chunhua_chinese.ttf}你要點什麼?{/font}" + NPC "{font=chunhua_chinese.ttf}你要點什麼?{/font}" + +# game/4_noelle.rpy:1240 +translate brazilian_portuguese subway_f49ad139: + + # Noelle "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + Noelle "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + +# game/4_noelle.rpy:1243 +translate brazilian_portuguese subway_ba0cb003: + + # "The woman jots her order down on a pad of paper, nodding." + "A mulher anota seu pedido em um bloco de papel, balançando a cabeça." + +# game/4_noelle.rpy:1248 +translate brazilian_portuguese subway_16c59ad9: + + # NPC "{font=chunhua_chinese.ttf}妳是ABC嗎?{/font}" + NPC "{font=chunhua_chinese.ttf}妳是ABC嗎?{/font}" + +# game/4_noelle.rpy:1251 +translate brazilian_portuguese subway_ef3792bb: + + # NoelleT "...Huh?? My Chinese was THAT bad?" + NoelleT "...Huh?? Meu chinês foi TÃO ruim assim?" + +# game/4_noelle.rpy:1253 +translate brazilian_portuguese subway_ad81d3e8: + + # Noelle "{font=chunhua_chinese.ttf}我是。{/font}" + Noelle "{font=chunhua_chinese.ttf}我是。{/font}" + +# game/4_noelle.rpy:1256 +translate brazilian_portuguese subway_591b566f: + + # NPC "I could tell! I guessed from your accent, so heavy!" + NPC "Percebi! Adivinhei pelo seu sotaque, bem forte!" + +# game/4_noelle.rpy:1257 +translate brazilian_portuguese subway_8b52c586: + + # "Noelle's mom sighs as the woman walks off to prepare their meals." + "A mãe de Noelle suspira enquanto a mulher sai andando para preparar suas refeições." + +# game/4_noelle.rpy:1259 +translate brazilian_portuguese subway_36861ffc: + + # Mom "All those years of Chinese school, wasted." + Mom "Todos aqueles anos de aulas de chinês, desperdiçados." + +# game/4_noelle.rpy:1261 +translate brazilian_portuguese subway_a5a151e8: + + # Noelle "............." + Noelle "............." + +# game/4_noelle.rpy:1265 +translate brazilian_portuguese subway_486e76d5: + + # "Their food arrives within minutes." + "A comida deles chega em questão de minutos." + +# game/4_noelle.rpy:1266 +translate brazilian_portuguese subway_47352d0d: + + # "Noelle tries a gooey spoonful of her oyster omelette." + "Noelle experimenta uma colher pegajosa de seu omelete de ostra." + +# game/4_noelle.rpy:1268 +translate brazilian_portuguese subway_da1a5953: + + # Noelle "It's delicious. You would never guess this only cost three dollars." + Noelle "É delicioso. Você nunca adivinharia que isso custa só três dólares." + +# game/4_noelle.rpy:1271 +translate brazilian_portuguese subway_4917e052: + + # Dad "Really? Let me try." + Dad "Sério? Deixa eu provar." + +# game/4_noelle.rpy:1274 +translate brazilian_portuguese subway_0e06a2e1: + + # "Her parents each taste a spoonful of the oyster omelette and shrug, unimpressed." + "Ambos seus pais provam uma colher do omelete de ostra e dão de ombros, não impressionados." + +# game/4_noelle.rpy:1276 +translate brazilian_portuguese subway_ca4f491e: + + # Dad "This is below average. I've had way better ones around here before." + Dad "Esse é abaixo da média. Já comi melhores por aqui." + +# game/4_noelle.rpy:1278 +translate brazilian_portuguese subway_bba3cba9: + + # Mom "Yeah, this isn't really what it's supposed to taste like." + Mom "Sim, isso não é realmente o gosto que deveria ter." + +# game/4_noelle.rpy:1280 +translate brazilian_portuguese subway_1847e962: + + # Noelle "Well, I'm never here, so I couldn't have known that." + Noelle "Bem, eu nunca estive aqui, então não tinha como eu saber disso." + +# game/4_noelle.rpy:1283 +translate brazilian_portuguese subway_62c7e77a: + + # "Annoyed now, Noelle takes another bite of the oyster omelette." + "Agora irritada, Noelle dá outra mordida no omelete de ostra." + +# game/4_noelle.rpy:1285 +translate brazilian_portuguese subway_dd0cee28: + + # NoelleT "This is the best thing I've ever eaten." + NoelleT "Isso é a melhor coisa que já comi." + +# game/4_noelle.rpy:1286 +translate brazilian_portuguese subway_983ea267: + + # NoelleT "I should find out what this place is called so I can find it again." + NoelleT "Eu deveria descobrir qual é o nome desse lugar para que possa o encontrar de novo." + +# game/4_noelle.rpy:1288 +translate brazilian_portuguese subway_d27cafa7: + + # "She looks up at the name of the stall, but it's in Chinese." + "Ela olha para o nome em cima da barraca, mas está em chinês." + +# game/4_noelle.rpy:1290 +translate brazilian_portuguese subway_02370bd9: + + # NoelleT "I can't read it." + NoelleT "Não consigo ler ele." + +# game/4_noelle.rpy:1292 +translate brazilian_portuguese subway_9165943a: + + # NoelleT "I'd better savor it while it lasts. This omelette I can only taste once." + NoelleT "É melhor eu saborear isso enquanto dura. Esse omelete posso provar só uma vez." + +# game/4_noelle.rpy:1294 +translate brazilian_portuguese subway_55a154cc: + + # "All too soon, it's over. Noelle sighs as they get up to continue shopping." + "Rápido demais, ele acaba. Noelle suspira quando eles se levantam para continuar as compras." + +# game/4_noelle.rpy:1296 +translate brazilian_portuguese subway_85c2f816: + + # Noelle "You should've tried harder to convince me to learn Chinese." + Noelle "Vocês deveriam ter se esforçado mais para me convencer a aprender chinês." + +# game/4_noelle.rpy:1299 +translate brazilian_portuguese subway_33345b59: + + # Mom "Are you serious? We told you not to quit so many times." + Mom "Você está falando sério? Nós te falamos para não sair tantas vezes." + +# game/4_noelle.rpy:1301 +translate brazilian_portuguese subway_a585685b: + + # Noelle "But you never properly explained {i}why{/i} it was so important not to." + Noelle "Mas vocês nunca propriamente me explicaram o {i}porquê{/i} que era tão importante não sair." + +# game/4_noelle.rpy:1302 +translate brazilian_portuguese subway_73b9ac11: + + # Noelle "All you did was give me condescending lectures about how I was too young to understand why it mattered, and how I'd be an embarrassment if I didn't learn." + Noelle "Tudo o que vocês fizeram foi me dar sermões arrogantes sobre como eu era jovem demais para entender por que isso importava e como seria uma vergonha se eu não aprendesse." + +# game/4_noelle.rpy:1305 +translate brazilian_portuguese subway_1c532366: + + # Mom "English is our second language. It's hard to explain things to to you." + Mom "Inglês é nossa segunda língua. É difícil explicar as coisas para você." + +# game/4_noelle.rpy:1306 +translate brazilian_portuguese subway_52d89fe9: + + # Mom "And it's true, you ARE an embarrassment." + Mom "E é verdade, você É uma vergonha." + +# game/4_noelle.rpy:1308 +translate brazilian_portuguese subway_47fdd72d: + + # Mom "Last week I saw our neighbor's son Michael moving the lawn, and he greeted me in Chinese! {font=chunhua_chinese.ttf}阿姨好。{/font}" + Mom "Na semana passada, vi o filho do nosso vizinho, Michael, cortando grama e ele me cumprimentou em chinês! {font=chunhua_chinese.ttf}阿姨好。{/font}" + +# game/4_noelle.rpy:1310 +translate brazilian_portuguese subway_873ab5e1: + + # Mom "See, that's what happens when you listen to your parents." + Mom "Tá vendo, é isso que acontece quando você ouve seus pais." + +# game/4_noelle.rpy:1312 +translate brazilian_portuguese subway_1fd49953: + + # Noelle "Michael goes to Taiwan with his family every summer! THAT'S the reason he's more fluent, not because he was a superior child to me!" + Noelle "Michael vai para o Taiwan com sua família todo verão! ESSA é a razão que ele é mais fluente, não porque ele foi uma criança superior a mim!" + +# game/4_noelle.rpy:1313 +translate brazilian_portuguese subway_d7018205: + + # Noelle "Why didn't we just visit Taiwan more often when I was younger? That alone would've made me more interested in learning." + Noelle "Por que a gente não visitou o Taiwan mais vezes quando eu era mais nova? Só isso já teria feito eu ficar mais interessada em aprender." + +# game/4_noelle.rpy:1315 +translate brazilian_portuguese subway_9ebdcd8b: + + # Noelle "I feel like I've been trying to understand Chinese culture by looking at it through a soda straw until now." + Noelle "Sinto como se, até agora, eu estivesse tentando entender a cultura chinesa olhando para ela através de um canudo." + +# game/4_noelle.rpy:1318 +translate brazilian_portuguese subway_b3ba7b9b: + + # Dad "You think {i}we{/i} didn't want to visit Taiwan more too?" + Dad "Você acha que a {i}gente{/i} não queria visitar o Taiwan mais vezes também?" + +# game/4_noelle.rpy:1319 +translate brazilian_portuguese subway_3ddbdce3: + + # Dad "The airplane tickets are expensive. We have to save up for years just for one trip." + Dad "As passagens aéreas são caras. Nós temos que economizar por anos para uma viagem só." + +# game/4_noelle.rpy:1322 +translate brazilian_portuguese subway_11a48459: + + # Noelle "Oh." + Noelle "Ah." + +# game/4_noelle.rpy:1325 +translate brazilian_portuguese subway_2c27215f: + + # Noelle "But...Even so, you should have done more to show me that speaking Mandarin could be a positive experience." + Noelle "Mas...Mesmo assim, vocês deveriam ter feito mais para me mostrar que falar mandarim pode ser uma experiência positiva." + +# game/4_noelle.rpy:1326 +translate brazilian_portuguese subway_6318262c: + + # Noelle "Why do you always speak to me in English even though you can't fully express yourselves in that language?" + Noelle "Por que vocês sempre falam comigo em inglês, apesar de vocês não conseguirem se expressar totalmente nessa língua?" + +# game/4_noelle.rpy:1327 +translate brazilian_portuguese subway_d06d0b97: + + # Noelle "If you'd conversed with me in Chinese from a young age, I would have naturally picked it up from daily use." + Noelle "Se vocês falassem comigo em chinês desde pequena, eu teria aprendido naturalmente por uso diário." + +# game/4_noelle.rpy:1330 +translate brazilian_portuguese subway_471d9563: + + # Mom "We thought you'd have an accent if we did that." + Mom "Nós pensamos que você teria um sotaque se nós fizéssemos isso." + +# game/4_noelle.rpy:1331 +translate brazilian_portuguese subway_e78dadd7: + + # Mom "We were worried you wouldn't fit in at school." + Mom "Ficamos preocupados que você não ia se encaixar na escola." + +# game/4_noelle.rpy:1333 +translate brazilian_portuguese subway_cf87efa9: + + # Noelle "But that's ridiculous!" + Noelle "Mas isso é ridículo!" + +# game/4_noelle.rpy:1334 +translate brazilian_portuguese subway_cce942f5: + + # Noelle "There's no way I would have developed an accent when everyone else I interacted with spoke English." + Noelle "Não teria como eu desenvolver um sotaque se todos com quem eu interagisse falassem inglês." + +# game/4_noelle.rpy:1336 +translate brazilian_portuguese subway_63a5f8c1: + + # Noelle "I would have grown up bilingual without any ill effects." + Noelle "Eu teria crescido bilíngue sem nenhum efeito colateral." + +# game/4_noelle.rpy:1338 +translate brazilian_portuguese subway_3ec9b368: + + # "Resigned, her dad shrugs." + "Conformado, o pai dela dá de ombros." + +# game/4_noelle.rpy:1340 +translate brazilian_portuguese subway_215b3f50: + + # Dad "Well, too late now. What can you do?" + Dad "Bem, tarde demais agora. Fazer o quê?" + +# game/4_noelle.rpy:1354 +translate brazilian_portuguese trueDragon_26f48aad: + + # "Noelle and her relatives visit the columbarium housing Ah-ma's ashes." + "Noelle e seus parentes visitam o columbário que guarda as cinzas de Ah-ma." + +# game/4_noelle.rpy:1356 +translate brazilian_portuguese trueDragon_6d3a89e7: + + # NoelleT "My mom visits this place every time she's in Taiwan." + NoelleT "Minha mãe visita esse lugar toda vez que ela vem para Taiwan." + +# game/4_noelle.rpy:1359 +translate brazilian_portuguese trueDragon_585c52b2: + + # "Noelle follows her grandpa into the worship hall." + "Noelle segue seu avô até o salão de adoração." + +# game/4_noelle.rpy:1361 +translate brazilian_portuguese trueDragon_36871061: + + # AhGong "..........." + AhGong "..........." + +# game/4_noelle.rpy:1363 +translate brazilian_portuguese trueDragon_18e58919: + + # NoelleT "We crossed an ocean to see my grandpa and I've barely spoken a word to him." + NoelleT "Atravessamos um oceano para ver meu avô e mal troquei uma palavra com ele." + +# game/4_noelle.rpy:1364 +translate brazilian_portuguese trueDragon_e261e2f0: + + # NoelleT "It's not out of lack of interest. He must have lived a fascinating life." + NoelleT "Não é por falta de interesse. Ele deve ter vivido uma vida fascinante." + +# game/4_noelle.rpy:1365 +translate brazilian_portuguese trueDragon_34001346: + + # NoelleT "He's the only grandparent I have left." + NoelleT "Ele é o único avô que me resta." + +# game/4_noelle.rpy:1366 +translate brazilian_portuguese trueDragon_99174670: + + # NoelleT "But how do you gain access to the heart of a stranger? Where do you even begin?" + NoelleT "Mas como você ganha acesso ao coração de um estranho? Por onde começar?" + +# game/4_noelle.rpy:1367 +translate brazilian_portuguese trueDragon_683f8189: + + # NoelleT "\"Tell me about yourself?\"" + NoelleT "\"Me fale sobre você?\"" + +# game/4_noelle.rpy:1369 +translate brazilian_portuguese trueDragon_0b7c5159: + + # NoelleT "Who says that to their own grandfather? It would sound like a job interview." + NoelleT "Quem fala isso para seu próprio avô? Iria parecer uma entrevista de emprego." + +# game/4_noelle.rpy:1370 +translate brazilian_portuguese trueDragon_90b0f8f5: + + # NoelleT "Even if I knew what I wanted to say, what am I capable of saying in Chinese?" + NoelleT "Mesmo que eu soubesse o que queria dizer, o que eu seria capaz de dizer em chinês?" + +# game/4_noelle.rpy:1371 +translate brazilian_portuguese trueDragon_06de0548: + + # NoelleT "Today is Sunday? I'm a student?" + NoelleT "Hoje é domingo? Eu sou uma estudante?" + +# game/4_noelle.rpy:1373 +translate brazilian_portuguese trueDragon_41cbf3b0: + + # "She watches Chun-hua take a lotus petal from a glass bowl and offer it to the giant Buddhas." + "Ela vê Chun-hua pegar uma pétala de lótus de uma tigela de vidro e oferecê-la aos Budas gigantes." + +# game/4_noelle.rpy:1375 +translate brazilian_portuguese trueDragon_470886df: + + # ChunHua "............." + ChunHua "............." + +# game/4_noelle.rpy:1377 +translate brazilian_portuguese trueDragon_708c4f5f: + + # Mom "Noelle, we're going to pray for Ah-ma. Take a flower petal from that bowl over there." + Mom "Noelle, vamos rezar para Ah-ma. Pegue uma pétala de flor daquela tigela ali." + +# game/4_noelle.rpy:1380 +translate brazilian_portuguese trueDragon_cb7f8d5f: + + # Noelle "Can I pray in English?" + Noelle "Posso rezar em inglês?" + +# game/4_noelle.rpy:1383 +translate brazilian_portuguese trueDragon_f33da280: + + # Dad "If you have to." + Dad "Se você precisar." + +# game/4_noelle.rpy:1385 +translate brazilian_portuguese trueDragon_12c70026: + + # "Unsure what she's supposed to do, Noelle does her best to imitate her parents." + "Sem saber o que fazer, Noelle tenta ao máximo imitar seus pais." + +# game/4_noelle.rpy:1387 +translate brazilian_portuguese trueDragon_33a30115: + + # NoelleT "Hello, Buddha...I seriously doubt that you exist." + NoelleT "Olá, Buda...Eu realmente duvido que você exista." + +# game/4_noelle.rpy:1388 +translate brazilian_portuguese trueDragon_862b966c: + + # NoelleT "But I'm sure Ah-ma was a wonderful woman." + NoelleT "Mas eu tenho certeza que a Ah-ma era uma mulher maravilhosa." + +# game/4_noelle.rpy:1390 +translate brazilian_portuguese trueDragon_35ddf120: + + # "Chun-hua deposits her lotus petal in the bowl before the Buddhas, her eyes shining with tears." + "Chun-hua deposita sua pétala de lótus na tigela na frente dos Budas, com os olhos brilhando de lágrimas." + +# game/4_noelle.rpy:1393 +translate brazilian_portuguese trueDragon_86a3067b: + + # ChunHua "我想阿媽了..." + ChunHua "我想阿媽了..." + +# game/4_noelle.rpy:1396 +translate brazilian_portuguese trueDragon_09bb74f1: + + # Aunt "........." + Aunt "........." + +# game/4_noelle.rpy:1398 +translate brazilian_portuguese trueDragon_331e563d: + + # "To Noelle's surprise, her aunt embraces Chun-hua like it's the most natural thing in the world." + "Para surpresa de Noelle, sua tia abraça Chun-hua como se fosse a coisa mais normal do mundo." + +# game/4_noelle.rpy:1400 +translate brazilian_portuguese trueDragon_6977cabd: + + # NoelleT "They're so comfortable with each other." + NoelleT "Elas são tão confortáveis uma com a outra." + +# game/4_noelle.rpy:1402 +translate brazilian_portuguese trueDragon_f33a1cf5: + + # NoelleT "Is that how mothers and daughters are supposed to be?" + NoelleT "É assim que mães e filhas deveriam ser?" + +# game/4_noelle.rpy:1403 +translate brazilian_portuguese trueDragon_7b5e355a: + + # NoelleT "When I look at my mother, the first emotion I feel is stress." + NoelleT "Quando eu olho para minha mãe, a primeira emoção que eu sinto é estresse." + +# game/4_noelle.rpy:1405 +translate brazilian_portuguese trueDragon_3f64916d: + + # "Noelle deposits her lotus petal in the bowl and joins Ah-gong, who's waiting to the side." + "Noelle deposita sua pétala de lótus na tigela e se junta a Ah-gong, que está esperando ao lado." + +# game/4_noelle.rpy:1406 +translate brazilian_portuguese trueDragon_771d426c: + + # "He smiles awkwardly at her as they stand together in silence." + "Ele sorri sem jeito para ela enquanto eles ficam juntos em silêncio." + +# game/4_noelle.rpy:1408 +translate brazilian_portuguese trueDragon_6a7ed93c: + + # AhGong "............" + AhGong "............" + +# game/4_noelle.rpy:1410 +translate brazilian_portuguese trueDragon_93192951: + + # Noelle "............" + Noelle "............" + +# game/4_noelle.rpy:1412 +translate brazilian_portuguese trueDragon_fd3a95f8: + + # NoelleT "What should I do?" + NoelleT "O que eu devo fazer?" + +# game/4_noelle.rpy:1413 +translate brazilian_portuguese trueDragon_75dd77bd: + + # NoelleT "Try to build a relationship in broken Mandarin? Tell him \"I like reading\" and \"My favorite color is green\"?" + NoelleT "Tentar construir um relacionamento no meu mandarim ruim? Dizer para ele \"Eu gosto de ler\" e \"Minha cor favorita é verde\"?" + +# game/4_noelle.rpy:1414 +translate brazilian_portuguese trueDragon_6fdedea1: + + # NoelleT "Or do I let the moment pass me by? Say nothing and remain strangers?" + NoelleT "Ou eu deixo o momento passar? Falar nada e ficar como estranhos?" + +# game/4_noelle.rpy:1415 +translate brazilian_portuguese trueDragon_cfeaa64f: + + # NoelleT "Am I a terrible person if that's what I do?" + NoelleT "Sou uma pessoa terrível se eu fazer isso?" + +# game/4_noelle.rpy:1418 +translate brazilian_portuguese trueDragon_13293faa: + + # Mom "Come on, we're going upstairs." + Mom "Vamos, vamos subir." + +# game/4_noelle.rpy:1425 +translate brazilian_portuguese trueDragon_2b6da9f0: + + # "After an elevator ride, they arrive at the floor housing her grandma’s ashes." + "Depois de uma viagem de elevador, eles chegam ao andar que guarda as cinzas de sua avó." + +# game/4_noelle.rpy:1427 +translate brazilian_portuguese trueDragon_f7fc5ea9: + + # Aunt "Ah-ma's over here." + Aunt "Ah-ma está aqui." + +# game/4_noelle.rpy:1428 +translate brazilian_portuguese trueDragon_c4524698: + + # "Noelle follows everyone down the hall to a one of the niches." + "Noelle segue todos pelo corredor até um dos nichos." + +# game/4_noelle.rpy:1430 +translate brazilian_portuguese trueDragon_5f2871c6: + + # NoelleT "The only thing distinguishing it from the others is the tiny nametag on the door." + NoelleT "A única coisa que o distingue dos outros é o pequeno crachá na porta." + +# game/4_noelle.rpy:1432 +translate brazilian_portuguese trueDragon_19994f36: + + # NoelleT "Not that I can read it...Even if I could, I don't know the names of any of my relatives." + NoelleT "Não que eu consiga ler... Mesmo que pudesse, não sei o nome de nenhum dos meus parentes." + +# game/4_noelle.rpy:1433 +translate brazilian_portuguese trueDragon_898af30d: + + # NoelleT "And at this point, I'm too embarrased to ask." + NoelleT "E neste ponto, estou com vergonha de perguntar." + +# game/4_noelle.rpy:1434 +translate brazilian_portuguese trueDragon_d50c1ca2: + + # NoelleT "Even Chun-hua's name I only know by sound. I have no idea what it looks like." + NoelleT "Até o nome de Chun-hua só sei por som. Não tenho ideia de como é." + +# game/4_noelle.rpy:1436 +translate brazilian_portuguese trueDragon_856fb3b7: + + # "Noelle's dad points to the units beside Ah-ma's." + "O pai de Noelle aponta para as unidades ao lado da de Ah-ma." + +# game/4_noelle.rpy:1438 +translate brazilian_portuguese trueDragon_9e904d27: + + # Dad "Your mom and I bought our spots, too." + Dad "Sua mãe e eu também compramos nossas vagas." + +# game/4_noelle.rpy:1440 +translate brazilian_portuguese trueDragon_62037248: + + # Noelle "Already? You're only in your fifties." + Noelle "Já? Vocês estão só nos cinquenta." + +# game/4_noelle.rpy:1442 +translate brazilian_portuguese trueDragon_2b713d89: + + # Dad "There's a limited number, so we made sure to reserve them before they were all gone." + Dad "Tem um número limitado, então nos certificamos de reservá-los antes que todos acabassem." + +# game/4_noelle.rpy:1445 +translate brazilian_portuguese trueDragon_8448b36c: + + # NoelleT "I suppose my parents {i}are{/i} fairly old. They didn't manage to have me until their forties." + NoelleT "Suponho que meus pais {i}são{/i} meio velhos. Eles não conseguiram me ter até os quarenta." + +# game/4_noelle.rpy:1446 +translate brazilian_portuguese trueDragon_e176d7ae: + + # NoelleT "Going off of the average American life expectancy, they probably have around twenty-five years left." + NoelleT "Pela expectativa de vida americana média, eles provavelmente têm cerca de 25 anos restantes." + +# game/4_noelle.rpy:1449 +translate brazilian_portuguese trueDragon_67aab27c: + + # Mom "*sniff*..." + Mom "*fungada*..." + +# game/4_noelle.rpy:1450 +translate brazilian_portuguese trueDragon_1dbc9024: + + # "Noelle's mom wipes her eyes as they open the little door of Ah-ma's unit." + "A mãe de Noelle enxuga os olhos enquanto abrem a portinha da unidade de Ah-ma." + +# game/4_noelle.rpy:1452 +translate brazilian_portuguese trueDragon_9430ff96: + + # NoelleT "Will {i}I{/i} cry when my mother dies someday?" + NoelleT "Será que {i}eu{/i} vou chorar quando minha mãe morrer um dia?" + +# game/4_noelle.rpy:1453 +translate brazilian_portuguese trueDragon_92eef0a7: + + # NoelleT "I'm starting to seriously worry that I won't. What kind of monster does that make me?" + NoelleT "Estou começando a me preocupar seriamente que não vou. Que tipo de monstro que isso me faz ser?" + +# game/4_noelle.rpy:1454 +translate brazilian_portuguese trueDragon_b029724c: + + # NoelleT "What kind of cold, heartless person cares so little about her own parents?" + NoelleT "Que tipo de pessoa fria e sem coração se importa tão pouco com seus próprios pais?" + +# game/4_noelle.rpy:1456 +translate brazilian_portuguese trueDragon_ced1cebc: + + # NoelleT "Is there something wrong with me? Do I just not form emotional bonds as deeply as ordinary people do?" + NoelleT "Tem algo de errado comigo? Eu só não formo laços emocionais tão fortemente como as pessoas normais formam?" + +# game/4_noelle.rpy:1469 +translate brazilian_portuguese learningChinese_b77e538c: + + # "When they get back to Ah-gong's apartment, Noelle and her mom begin packing to leave." + "Quando eles voltam ao apartamento de Ah-gong, Noelle e sua mãe começam a empacotar suas coisas para sair." + +# game/4_noelle.rpy:1471 +translate brazilian_portuguese learningChinese_086de7f4: + + # ChunHua "Are you all flying back tonight?" + ChunHua "Vocês vão voltar para casa hoje?" + +# game/4_noelle.rpy:1473 +translate brazilian_portuguese learningChinese_9b55aa0e: + + # Noelle "Actually, my dad will be in Taiwan for another week attending to business matters." + Noelle "Na verdade, meu pai vai ficar em Taiwan por mais uma semana por fins comerciais." + +# game/4_noelle.rpy:1474 +translate brazilian_portuguese learningChinese_032c3e55: + + # Noelle "So my mother and I are flying back alone." + Noelle "Então minha mãe e eu voaremos de volta sozinhas." + +# game/4_noelle.rpy:1477 +translate brazilian_portuguese learningChinese_4c30bfcc: + + # ChunHua "Aw, one week was too short." + ChunHua "Ah, uma semana foi muito pouco." + +# game/4_noelle.rpy:1492 +translate brazilian_portuguese learningChinese_f5a56a20: + + # "As Noelle fits the last of her clothes into the roller bag, Chun-hua takes a seat, pulling a thick tome out of her backpack." + "Enquanto Noelle coloca suas últimas roupas na mochila, Chun-hua se senta, tirando um grosso livro de sua mochila." + +# game/4_noelle.rpy:1495 +translate brazilian_portuguese learningChinese_64cbadfc: + + # "Noelle feels a twinge of sadness as she watches her cousin read her huge, academic looking book." + "Noelle sente uma pontada de tristeza ao ver sua prima ler seu enorme livro de aparência acadêmica." + +# game/4_noelle.rpy:1497 +translate brazilian_portuguese learningChinese_6630f7e8: + + # NoelleT "If I'd grown up in Taiwan, we probably would've become close." + NoelleT "Se eu tivesse crescido em Taiwan, nós possivelmente seríamos próximas." + +# game/4_noelle.rpy:1499 +translate brazilian_portuguese learningChinese_59a8ed2b: + + # "Suddenly, a strange thought occurs to Noelle." + "De repente, um pensamento estranho passa pela cabeça de Noelle." + +# game/4_noelle.rpy:1501 +translate brazilian_portuguese learningChinese_71938155: + + # NoelleT "If I'd grown up here, would my personality been shaped into something more similar to Chun-hua's?" + NoelleT "Se eu tivesse crescido aqui, minha personalidade teria sido moldada em algo mais parecido com a de Chun-hua?" + +# game/4_noelle.rpy:1502 +translate brazilian_portuguese learningChinese_be6f949d: + + # NoelleT "How much of my personality is just a product of being raised by an immigrant helicopter mother with no friends or family around to balance her out?" + NoelleT "Quanto da minha personalidade é apenas o produto de ter sido criada por uma mãe imigrante e controladora, sem amigos ou família por perto para equilibrá-la?" + +# game/4_noelle.rpy:1503 +translate brazilian_portuguese learningChinese_8ceb0553: + + # NoelleT "Would my mother and I have gotten along?" + NoelleT "Será que eu e minha mãe nos daríamos bem?" + +# game/4_noelle.rpy:1505 +translate brazilian_portuguese learningChinese_d5b53069: + + # "The magazine Chun-hua showed Noelle earlier is still out on the coffee table, taunting her." + "A revista que Chun-hua mostrou para Noelle antes ainda está na mesinha, provocando ela." + +# game/4_noelle.rpy:1507 +translate brazilian_portuguese learningChinese_770c4797: + + # NoelleT "I'm finished packing, so I have some time to kill before we leave for the airport." + NoelleT "Terminei de arrumar as malas, então tenho tempo sobrando antes de sairmos para o aeroporto." + +# game/4_noelle.rpy:1508 +translate brazilian_portuguese learningChinese_c2d1fa85: + + # NoelleT "Maybe I can translate the poem my mother wrote." + NoelleT "Talvez eu possa traduzir o poema que minha mãe escreveu." + +# game/4_noelle.rpy:1512 +translate brazilian_portuguese learningChinese_d59fc578: + + # "Noelle digs her emergency Chinese-to-English dictionary out of her backpack." + "Noelle tira seu dicionário Chinês-Inglês para emergências de sua mochila." + +# game/4_noelle.rpy:1515 +translate brazilian_portuguese learningChinese_decbf95f: + + # NoelleT "I was being a petulant baby in elementary school." + NoelleT "Eu estava sendo um criança mimada na escola primária." + +# game/4_noelle.rpy:1516 +translate brazilian_portuguese learningChinese_396d0fdf: + + # NoelleT "All I have to do is persevere and power through learning the language properly this time." + NoelleT "Tudo o que tenho a fazer é perseverar e aprender o idioma corretamente desta vez." + +# game/4_noelle.rpy:1517 +translate brazilian_portuguese learningChinese_99e69cec: + + # NoelleT "I'll simply look up each word I don't know, and burn its pronunciation and meaning into my memory." + NoelleT "Vou simplesmente procurar cada palavra que não conheço e gravar sua pronúncia e significado em minha memória." + +# game/4_noelle.rpy:1519 +translate brazilian_portuguese learningChinese_774cf87a: + + # "Unfortunately, she doesn't know a single word in the poem's first line." + "Infelizmente, ela não sabe uma palavra sequer da primeira linha do poema." + +# game/4_noelle.rpy:1520 +translate brazilian_portuguese learningChinese_3fc61c57: + + # "After spending 15 minutes pounding seven words into her memory, her enthusiasm evaporates." + "Depois de passar 15 minutos gravando sete palavras em sua memória, o entusiasmo dela some." + +# game/4_noelle.rpy:1522 +translate brazilian_portuguese learningChinese_1dade527: + + # NoelleT "This actually is incredibly difficult..." + NoelleT "Isso é na verdade incrivelmente difícil..." + +# game/4_noelle.rpy:1523 +translate brazilian_portuguese learningChinese_20c8c095: + + # NoelleT "I'm not surprised that I have nothing to show for my six years of Chinese school. It feels like the knowledge is just washing over my brain like water over plastic." + NoelleT "Não estou surpresa por não ter nada para mostrar dos meus seis anos de aula de chinês. Parece que o conhecimento que me foi dado entrou por um ouvido e saiu pelo outro." + +# game/4_noelle.rpy:1524 +translate brazilian_portuguese learningChinese_8f0b110f: + + # NoelleT "Is my brain just not wired for this?" + NoelleT "Será que meu cérebro só não foi feito para isso?" + +# game/4_noelle.rpy:1525 +translate brazilian_portuguese learningChinese_3bb1c8c2: + + # NoelleT "Could it be genetic? Even after living the majority of their lives in America, my parents haven't mastered English, either." + NoelleT "Será que é genético? Mesmo depois de terem vivido a maioria de suas vidas na América, meus pais não dominaram o inglês também." + +# game/4_noelle.rpy:1527 +translate brazilian_portuguese learningChinese_a825da78: + + # "It takes another 15 minutes for her to finally overcome the first line of the poem." + "Demora mais 15 minutos para ela finalmente passar pela primeira linha do poema." + +# game/4_noelle.rpy:1529 +translate brazilian_portuguese learningChinese_f5b76ee5: + + # NoelleT "At last! Onto the second line!" + NoelleT "Finalmente! Vamos para a segunda linha!" + +# game/4_noelle.rpy:1531 +translate brazilian_portuguese learningChinese_b44bc93b: + + # NoelleT "And I already know all these words." + NoelleT "E eu já sei todas essas palavras." + +# game/4_noelle.rpy:1532 +translate brazilian_portuguese learningChinese_3449a5ce: + + # NoelleT "Mirror flower water moon." + NoelleT "Espelho flor água lua." + +# game/4_noelle.rpy:1533 +translate brazilian_portuguese learningChinese_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/4_noelle.rpy:1535 +translate brazilian_portuguese learningChinese_6e6887d3: + + # NoelleT "It's total gibberish. Is it supposed to sound poetic mushed together like that?" + NoelleT "Isso é uma bobagem total. É para soar poético quando é misturado assim?" + +# game/4_noelle.rpy:1536 +translate brazilian_portuguese learningChinese_3449a5ce_1: + + # NoelleT "Mirror flower water moon." + NoelleT "Espelho flor água lua." + +# game/4_noelle.rpy:1539 +translate brazilian_portuguese learningChinese_46bc2c05: + + # "Noelle feels the urge to tear the magazine to shreds." + "Noelle sente vontade de rasgar a revista em pedaços." + +# game/4_noelle.rpy:1540 +translate brazilian_portuguese learningChinese_61edcf67: + + # "Perhaps noticing her hands quaking with barely surpressed rage, Chun-hua peers over Noelle's shoulder to see what she's reading." + "Talvez percebendo suas mãos tremendo com uma raiva mal reprimida, Chun-hua espia por cima do ombro de Noelle para ver o que ela está lendo." + +# game/4_noelle.rpy:1542 +translate brazilian_portuguese learningChinese_eb45f514: + + # ChunHua "What's wrong?" + ChunHua "O que houve?" + +# game/4_noelle.rpy:1544 +translate brazilian_portuguese learningChinese_fb2dd47f: + + # Noelle "Nothing. I'm just translating one of my mom's poems." + Noelle "Nada. Só estou traduzindo um dos poemas da minha mãe." + +# game/4_noelle.rpy:1547 +translate brazilian_portuguese learningChinese_f66e5b3e: + + # ChunHua "Why don't you ask your mom for help?" + ChunHua "Por que você não pede ajuda da sua mãe?" + +# game/4_noelle.rpy:1549 +translate brazilian_portuguese learningChinese_d3283f8d: + + # Noelle "I'd rather die." + Noelle "Prefiro morrer." + +# game/4_noelle.rpy:1552 +translate brazilian_portuguese learningChinese_536b2f90: + + # ChunHua "Oh. Okay." + ChunHua "Ah. Okay." + +# game/4_noelle.rpy:1554 +translate brazilian_portuguese learningChinese_cbe2f577: + + # ChunHua "Maybe I can help instead?" + ChunHua "Quem sabe eu posso te ajudar em vez disso?" + +# game/4_noelle.rpy:1555 +translate brazilian_portuguese learningChinese_f8e4f243: + + # ChunHua "Where are you stuck?" + ChunHua "Onde que você parou?" + +# game/4_noelle.rpy:1557 +translate brazilian_portuguese learningChinese_2cff1149: + + # Noelle "What's this supposed to mean? {font=chunhua_chinese.ttf}鏡花水月?{/font}" + Noelle "O que isso quer dizer? {font=chunhua_chinese.ttf}鏡花水月?{/font}" + +# game/4_noelle.rpy:1560 +translate brazilian_portuguese learningChinese_4eec09b5: + + # ChunHua "Oh, that's a...How do you call it?" + ChunHua "Ah isso é um...Como que se chama?" + +# game/4_noelle.rpy:1561 +translate brazilian_portuguese learningChinese_bcad8a53: + + # ChunHua "A saying. Like the lesson of a story." + ChunHua "Um ditado. Uma lição de uma história." + +# game/4_noelle.rpy:1564 +translate brazilian_portuguese learningChinese_79f030de: + + # ChunHua "It's short for 鏡子裡的花,水面上的月亮." + ChunHua "É a diminuição de 鏡子裡的花,水面上的月亮." + +# game/4_noelle.rpy:1566 +translate brazilian_portuguese learningChinese_3654b857: + + # ChunHua "Pretty much, it means something that you can see but never grasp." + ChunHua "Basicamente, significa algo que você pode ver mas nunca alcançar." + +# game/4_noelle.rpy:1568 +translate brazilian_portuguese learningChinese_7abb5dba: + + # Noelle "Like a flower reflected in a mirror, or the moon shining on the water's surface?" + Noelle "Como uma flor refletida em um espelho, ou a lua brilhando na superfície da água?" + +# game/4_noelle.rpy:1570 +translate brazilian_portuguese learningChinese_69a711bd: + + # ChunHua "Yes. You can't reach your hand through the mirror and take the flower out, it's impossible." + ChunHua "Isso. Você não pode passar sua mão pelo espelho e tirar a flor, é impossível." + +# game/4_noelle.rpy:1571 +translate brazilian_portuguese learningChinese_27dbd02b: + + # ChunHua "You can only look, never have it." + ChunHua "Você só pode olhar, nunca a ter." + +# game/4_noelle.rpy:1573 +translate brazilian_portuguese learningChinese_e0a1d431: + + # Noelle "I see." + Noelle "Entendo." + +# game/4_noelle.rpy:1574 +translate brazilian_portuguese learningChinese_8053cbfc: + + # Noelle "So \"Mirror Flower, Water Moon\" is shorthand for something beautiful but unattainable." + Noelle "Portanto, \"Flor Espelho, Água Lua\" é uma abreviação de algo belo, mas inatingível." + +# game/4_noelle.rpy:1576 +translate brazilian_portuguese learningChinese_8a48ae39: + + # ChunHua "Pretty much." + ChunHua "Basicamente." + +# game/4_noelle.rpy:1578 +translate brazilian_portuguese learningChinese_3506ef92: + + # "Da Ah-yi cheers as Noelle's mom manages to zip her bulging suitcase closed." + "Da Ah-yi comemora quando a mãe de Noelle consegue fechar o zíper de sua mala volumosa." + +# game/4_noelle.rpy:1581 +translate brazilian_portuguese learningChinese_dfc29f43: + + # Aunt "準備好去機場了嗎?" + Aunt "準備好去機場了嗎?" + +# game/4_noelle.rpy:1584 +translate brazilian_portuguese learningChinese_8019f05e: + + # Mom "{font=chunhua_chinese.ttf}我們走吧。{/font}" + Mom "{font=chunhua_chinese.ttf}我們走吧。{/font}" + +# game/4_noelle.rpy:1587 +translate brazilian_portuguese learningChinese_e0b7f342: + + # "Noelle gives the half-translated poem one last despairing look before flipping the magazine shut." + "Noelle dá ao poema semi-traduzido um último olhar desanimado antes de fechar a revista." + +# game/4_noelle.rpy:1589 +translate brazilian_portuguese learningChinese_614326db: + + # NoelleT "Is that what I've been chasing after this whole time? A flower in the mirror?" + NoelleT "É isso o que estive perseguindo esse tempo todo? Uma flor em um espelho?" + +# game/4_noelle.rpy:1591 +translate brazilian_portuguese learningChinese_7717eb97: + + # NoelleT "If only I get straight As, I'll have a normal relationship with my parents." + NoelleT "Se eu só tirar As, vou ter uma relacionamento normal com meus pais." + +# game/4_noelle.rpy:1592 +translate brazilian_portuguese learningChinese_c5a2ef04: + + # NoelleT "If only I land a summer internship, I'll have a normal relationship with my parents." + NoelleT "Se eu conseguir um estágio de verão, vou ter um relacionamento normal com meus pais." + +# game/4_noelle.rpy:1593 +translate brazilian_portuguese learningChinese_f0ab0fe3: + + # NoelleT "If only I become fluent in Chinese, I'll have a normal relationship with my parents." + NoelleT "Se eu ficar fluente em chinês, vou ter um relacionamento normal com meus pais." + +# game/4_noelle.rpy:1594 +translate brazilian_portuguese learningChinese_c7fb61a9: + + # NoelleT "What if it was never possible from the start, no matter what I did?" + NoelleT "E se nunca foi possível desde o início, não importa o que eu fizesse?" + +# game/4_noelle.rpy:1611 +translate brazilian_portuguese bart_47c3656f: + + # "That evening, Noelle and her mom make landfall in California." + "Naquela tarde, Noelle e sua mãe aterrissam na Califórnia." + +# game/4_noelle.rpy:1614 +translate brazilian_portuguese bart_7f8988fc: + + # "Instead of driving home from the airport, they take the BART back." + "Em vez de dirigir para casa do aeroporto, ela pegam o BART de volta." + +# game/4_noelle.rpy:1615 +translate brazilian_portuguese bart_b9355f2a: + + # "Noelle wrinkles her nose as she inhales the stench of vomit, urine, and cigarettes." + "Noelle torce o nariz enquanto inala o fedor de vômito, urina e cigarros." + +# game/4_noelle.rpy:1617 +translate brazilian_portuguese bart_892512d9: + + # Noelle "Dad's car is parked at the airport garage. Why not just drive it home?" + Noelle "O carro do pai está estacionado no aeroporto da garagem. Por que não dirigir com ele até em casa?" + +# game/4_noelle.rpy:1620 +translate brazilian_portuguese bart_7b858fcc: + + # Mom "We wouldn't be able to get gas." + Mom "Nós não conseguiríamos abastecer." + +# game/4_noelle.rpy:1621 +translate brazilian_portuguese bart_10208fff: + + # Mom "It's not safe for women to pump gas. It's so easy for a criminal to grab you and drive away." + Mom "Não é seguro para mulheres abastecerem o carro. É tão fácil para um criminoso te pegar e ir dirigindo embora." + +# game/4_noelle.rpy:1624 +translate brazilian_portuguese bart_2d19e873: + + # NoelleT "We live in one of the safest suburbs in the entire U.S...." + NoelleT "Nós vivemos em um dos subúrbios mais seguros de todos os EUA...." + +# game/4_noelle.rpy:1625 +translate brazilian_portuguese bart_1570e66e: + + # NoelleT "Is that why she always has my dad pump the gas...?" + NoelleT "É por isso que ela sempre faz meu pai abastecer o carro...?" + +# game/4_noelle.rpy:1628 +translate brazilian_portuguese bart_9e2d8bae: + + # Mom "Besides, I can't read fast enough." + Mom "Além disso, não consigo ler rápido o suficiente." + +# game/4_noelle.rpy:1629 +translate brazilian_portuguese bart_8fb40da0: + + # Mom "When you're driving on the freeway the signs pass by so quickly." + Mom "Quando você está dirigindo na freeway as placas passam tão rápido." + +# game/4_noelle.rpy:1631 +translate brazilian_portuguese bart_2a2a7e1a: + + # "Noelle reluctantly sits down on a filthy, worn seat with a suspicious brown stain on it." + "Noelle relutantemente se senta em um banco sujo e gasto com uma mancha marrom suspeita nele." + +# game/4_noelle.rpy:1632 +translate brazilian_portuguese bart_a7c4ed34: + + # "The conductor mumbles something unintelligible over the intercom as the train stops at a station." + "O condutor murmura algo ininteligível pelo interfone enquanto o trem para em uma estação." + +# game/4_noelle.rpy:1634 +translate brazilian_portuguese bart_86b4f690: + + # NPC "Six{incoherent}( ? ? ? ){/incoherent} Miss{incoherent}( ? ? ? ){/incoherent}..." + NPC "Seis{incoherent}( ? ? ? ){/incoherent} Senhorita{incoherent}( ? ? ? ){/incoherent}..." + +# game/4_noelle.rpy:1635 +translate brazilian_portuguese bart_94b594f8: + + # "A breathless man enters the train car just in time before the doors shut. His eyes frantically scour its interior." + "Um homem ofegante entra no vagão bem a tempo, antes que as portas se fechem. Seus olhos vasculham freneticamente seu interior." + +# game/4_noelle.rpy:1637 +translate brazilian_portuguese bart_e9183b39: + + # NPC2 "Does this train go to Berkeley?" + NPC2 "Esse trem vai para Berkeley?" + +# game/4_noelle.rpy:1639 +translate brazilian_portuguese bart_76390e67: + + # Noelle "It does not. This is the Fremont train." + Noelle "Não. Esse é o trem Fremont." + +# game/4_noelle.rpy:1641 +translate brazilian_portuguese bart_81635d70: + + # NPC2 "Shit! I need to get off at the next station!" with sshake + NPC2 "Merda! Eu preciso sair na próxima estação!" with sshake + +# game/4_noelle.rpy:1642 +translate brazilian_portuguese bart_18ca3991: + + # "As the train continues onward, Noelle notices a puddle of liquid travelling down the floor." + "Enquanto o trem segue em frente, Noelle nota uma poça de um líquido espalhando pelo chão." + +# game/4_noelle.rpy:1644 +translate brazilian_portuguese bart_62ca97c1: + + # NoelleT "What is that? Did someone spill their drink?" + NoelleT "O que é isso? Será que alguém derramou sua bebida?" + +# game/4_noelle.rpy:1648 +translate brazilian_portuguese bart_b61bfe7f: + + # NPC2 "AAAAAAHH!!!" with sshake + NPC2 "AAAAAAHH!!!" with sshake + +# game/4_noelle.rpy:1650 +translate brazilian_portuguese bart_61caff0d: + + # NPC2 "FUCKING NASTY! THAT BITCH PEED IN HER SEAT!" with sshake + NPC2 "QUE PORRA NOJENTA! AQUELA VAGABUNDA MIJOU NO SEU ASSENTO!" with sshake + +# game/4_noelle.rpy:1652 +translate brazilian_portuguese bart_6084cb07: + + # Noelle "What?!" with sshake + Noelle "O quê?!" with sshake + +# game/4_noelle.rpy:1654 +translate brazilian_portuguese bart_cb6eb07a: + + # "Disgusted, Noelle recoils and keeps her feet as far as possible from the pee spreading down the floor." + "Enojada, Noelle se recolhe e mantém seus pés o mais longe possível da urina espalhando no chão." + +# game/4_noelle.rpy:1655 +translate brazilian_portuguese bart_536e9b92: + + # NPC2 "SO FUCKING GROSS!!! FUCKING BITCH!!" with sshake + NPC2 "NOJENTO PRA CARALHO!!! VAGABUNDA IMUNDA!!" with sshake + +# game/4_noelle.rpy:1656 +translate brazilian_portuguese bart_68828a95: + + # NPC "{incoherent}( ? ? ? ){/incoherent} biohazard {incoherent}( ? ? ? ){/incoherent}...Please evacuate {incoherent}( ? ? ? ){/incoherent} at the next station." + NPC "{incoherent}( ? ? ? ){/incoherent} risco biológico {incoherent}( ? ? ? ){/incoherent}...Por favor evacuem {incoherent}( ? ? ? ){/incoherent} na próxima estação." + +# game/4_noelle.rpy:1658 +translate brazilian_portuguese bart_132d433f: + + # Mom "What's he saying?" + Mom "O que ele está dizendo?" + +# game/4_noelle.rpy:1660 +translate brazilian_portuguese bart_9f4d8e17: + + # Noelle "The urine is a biohazard. We need to get off the train at the next station." + Noelle "A urina é um risco biológico. Precisamos sair do trem na próxima estação." + +# game/4_noelle.rpy:1670 +translate brazilian_portuguese bart_240351b0: + + # "Once the doors open, Noelle and her mom hastily drag their luggage off the train and onto the concrete platform." + "Assim que as portas se abrem, Noelle e sua mãe rapidamente arrastam suas bagagens de fora do trem para a plataforma de concreto." + +# game/4_noelle.rpy:1672 +translate brazilian_portuguese bart_b9bcbe91: + + # Mom "Maybe we should've driven after all. I didn't know BART was like this." + Mom "Talvez a gente deveria ter ido dirigindo mesmo. Eu não sabia que o BART estava assim." + +# game/4_noelle.rpy:1675 +translate brazilian_portuguese bart_363c0ac0: + + # NoelleT "We're still several stops from our destination." + NoelleT "Ainda estamos a paradas de distância do nosso destino." + +# game/4_noelle.rpy:1679 +translate brazilian_portuguese bart_a3a8057e: + + # "Noelle and her mom wait on a bench for the next train home." + "Noelle e sua mãe esperam em um banco para o próximo trem para casa." + +# game/4_noelle.rpy:1697 +translate brazilian_portuguese bart_3ace1577: + + # NPC "Nine car train to Fremont in six minutes." + NPC "Trem de nove vagões para Fremont em seis minutos." + +# game/4_noelle.rpy:1699 +translate brazilian_portuguese bart_48d4dc33: + + # Noelle "Our next train will arrive in six minutes." + Noelle "Nosso próximo trem chega em seis minutos." + +# game/4_noelle.rpy:1702 +translate brazilian_portuguese bart_bae2ca27: + + # Mom "Okay." + Mom "Okay." + +# game/4_noelle.rpy:1703 +translate brazilian_portuguese bart_49de6cfa: + + # Mom "Good thing I was here with you, or else I wouldn't know what train to take." + Mom "Ainda bem que estou aqui com você, se não eu não saberia qual trem pegar." + +# game/4_noelle.rpy:1705 +translate brazilian_portuguese bart_ba019912: + + # "Exhausted, Noelle stares at the dark line of trees ahead of them. It's cold." + "Exausta, Noelle olha para a linha escura de árvores à frente delas. Está frio." + +# game/4_noelle.rpy:1707 +translate brazilian_portuguese bart_bc00590b: + + # Noelle "Why are we here?" + Noelle "Por que estamos aqui?" + +# game/4_noelle.rpy:1710 +translate brazilian_portuguese bart_7eaf2811: + + # Mom "Because the hobo lady peed on the floor?" + Mom "Por que a moradora de rua urinou no chão?" + +# game/4_noelle.rpy:1712 +translate brazilian_portuguese bart_d4b9f511: + + # Noelle "That's not what I mean — Why did you move from Taiwan to America?" + Noelle "Não é isso que quis dizer — Por que você se mudou do Taiwan para a América?" + +# game/4_noelle.rpy:1714 +translate brazilian_portuguese bart_b339999d: + + # Mom "To give you more opportunities." + Mom "Para te dar mais oportunidades." + +# game/4_noelle.rpy:1716 +translate brazilian_portuguese bart_4688b4b6: + + # Noelle "That doesn't make any sense." + Noelle "Isso não faz nenhum sentido." + +# game/4_noelle.rpy:1717 +translate brazilian_portuguese bart_7800f1f0: + + # Noelle "Taiwan is superior to the U.S. by every conceivable metric. And it's not even close." + Noelle "Taiwan é superior ao EUA em qualquer métrica concebível. E nem chega perto." + +# game/4_noelle.rpy:1718 +translate brazilian_portuguese bart_85f0eac8: + + # Noelle "Taiwan has socialized healthcare, more robust public infrastructure, and one of the lowest poverty rates in the world." + Noelle "Taiwan tem assistência médica socializada, infraestrutura pública mais robusta e uma das taxas de pobreza mais baixas do mundo." + +# game/4_noelle.rpy:1719 +translate brazilian_portuguese bart_abc39ab5: + + # Noelle "Americans live shorter lives. Even worse, they're not as good at math and science." + Noelle "Americanos vivem vidas menores. E ainda pior, não são tão bons em matemática e ciência." + +# game/4_noelle.rpy:1722 +translate brazilian_portuguese bart_f783a11c: + + # Mom "Taiwan was different in the past. All you see is Taiwan now, but it didn't used to be this way." + Mom "Taiwan era diferente no passado. O que você vê é o Taiwan agora, mas não era assim." + +# game/4_noelle.rpy:1724 +translate brazilian_portuguese bart_f0d3f5df: + + # Mom "And America was strong. We were scared China was going to invade Taiwan." + Mom "E a América era forte. Estávamos com medo que a China fosse invadir Taiwan." + +# game/4_noelle.rpy:1726 +translate brazilian_portuguese bart_c13b0395: + + # Noelle "But they didn't." + Noelle "Mas não invadiram." + +# game/4_noelle.rpy:1727 +translate brazilian_portuguese bart_a9fc7a2b: + + # Noelle "In all this time that we've lived in America, nothing's happened." + Noelle "E todo esse tempo que nós vivemos na América, nada aconteceu." + +# game/4_noelle.rpy:1730 +translate brazilian_portuguese bart_a3fe62f9: + + # Mom "That's true, but it COULD'VE happened." + Mom "Isso é verdade, mas PODERIA ter acontecido." + +# game/4_noelle.rpy:1732 +translate brazilian_portuguese bart_82e2b0da: + + # Noelle "But the plain truth is that it didn't..." + Noelle "Mas a pura verdade é que não aconteceu..." + +# game/4_noelle.rpy:1734 +translate brazilian_portuguese bart_65c77406: + + # Noelle "You could have just stayed put. I could have grown up in Taiwan like Chun-hua and the rest of my cousins, and everything would have been fine." + Noelle "Você poderia ter ficado lá. Eu poderia ter crescido em Taiwan como Chun-hua e o resto dos meus primos, e tudo estaria bem." + +# game/4_noelle.rpy:1737 +translate brazilian_portuguese bart_eb3cdcbe: + + # Mom "But we didn't know that." + Mom "Mas nós não sabíamos disso." + +# game/4_noelle.rpy:1738 +translate brazilian_portuguese bart_6029451c: + + # Mom "You think we had a crystal ball telling us the future?" + Mom "Você acha que nós tínhamos uma bola de cristal para nos falar o futuro?" + +# game/4_noelle.rpy:1741 +translate brazilian_portuguese bart_8200a3db: + + # "Noelle's mom perks up as a train screeches to a stop at the platform." + "A mãe de Noelle se levanta após um trem parar na plataforma." + +# game/4_noelle.rpy:1742 +translate brazilian_portuguese bart_e206e660: + + # NPC "Fruitvale...Dublin-Pleasanton train." + NPC "Trem Fruitvale...Dublin-Pleasanton." + +# game/4_noelle.rpy:1743 +translate brazilian_portuguese bart_29881684: + + # Mom "Is this our train?" + Mom "Esse é o nosso trem?" + +# game/4_noelle.rpy:1745 +translate brazilian_portuguese bart_b5cf82d9: + + # Noelle "No, it's not." + Noelle "Não, não é." + +# game/4_noelle.rpy:1748 +translate brazilian_portuguese bart_becd65ed: + + # "Noelle's mom settles glumly back on the bench." + "A mãe de Noelle se acomoda tristemente no banco." + +# game/4_noelle.rpy:1749 +translate brazilian_portuguese bart_75a72200: + + # Mom "You know how Chun-hua wants to study in America?" + Mom "Você sabe como a Chun-hua quer estudar na América?" + +# game/4_noelle.rpy:1751 +translate brazilian_portuguese bart_be8d0937: + + # Noelle "Yes." + Noelle "Sim." + +# game/4_noelle.rpy:1753 +translate brazilian_portuguese bart_2caa2d28: + + # Mom "I told her not to do it. It's not worth it." + Mom "Eu falei para ela não fazer isso. Que não vale a pena." + +# game/4_noelle.rpy:1754 +translate brazilian_portuguese bart_aeaea803: + + # Mom "I didn't realize how hard it would be." + Mom "Eu não tinha percebido quão difícil seria." + +# game/4_noelle.rpy:1755 +translate brazilian_portuguese bart_d08b3b97: + + # Mom "You'll be far from everyone you know." + Mom "Você vai estar longe de todos que você conhece." + +# game/4_noelle.rpy:1756 +translate brazilian_portuguese bart_023e68f0: + + # Mom "And your kids won't understand what you're talking about. You can't communicate with them." + Mom "E seus filhos não vão entender sobre o que você está falando. Você não consegue se comunicar com eles." + +# game/4_noelle.rpy:1757 +translate brazilian_portuguese bart_40556bc9: + + # Mom "I didn't know that if you have kids in America, your kids will be American." + Mom "Eu não sabia que se você tiver filhos na América, seus filhos vão ser americanos." + +# game/4_noelle.rpy:1759 +translate brazilian_portuguese bart_c69f2a37: + + # Noelle "That wasn't obvious to you...?" + Noelle "Isso não era óbvio para você...?" + +# game/4_noelle.rpy:1761 +translate brazilian_portuguese bart_00d55ada: + + # Mom "No." + Mom "Não." + +# game/4_noelle.rpy:1763 +translate brazilian_portuguese bart_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/4_noelle.rpy:1783 +translate brazilian_portuguese noelleAndDiyaTalk_2101a8c3: + + # "Noelle waits with her friends for the baseball club meeting to begin." + "Noelle espera com suas amigas para o encontro do clube de baseball começar." + +# game/4_noelle.rpy:1785 +translate brazilian_portuguese noelleAndDiyaTalk_e47df87c: + + # Diya "How was Taiwan?" + Diya "Como foi Taiwan?" + +# game/4_noelle.rpy:1787 +translate brazilian_portuguese noelleAndDiyaTalk_9469f980: + + # Noelle "It was amazing." + Noelle "Foi incrível." + +# game/4_noelle.rpy:1789 +translate brazilian_portuguese noelleAndDiyaTalk_87b3f0f4: + + # Noelle "The subway system — it was so punctual and efficient! And the signage was so clear." + Noelle "O sistema de metrô — era tão pontual e eficiente! E a sinalização era tão clara." + +# game/4_noelle.rpy:1790 +translate brazilian_portuguese noelleAndDiyaTalk_14c6b728: + + # Noelle "If you ever visit, Diya, you don't have to be afraid of getting lost or not hearing the announcements like you do on BART." + Noelle "Se você visitar, Diya, não precisa ter medo de se perder ou não ouvir os anúncios como acontece no BART." + +# game/4_noelle.rpy:1791 +translate brazilian_portuguese noelleAndDiyaTalk_1a5cbf52: + + # Noelle "Everyone there meticulously organizes their recyclables, too." + Noelle "Todos lá também organizam meticulosamente seus recicláveis." + +# game/4_noelle.rpy:1792 +translate brazilian_portuguese noelleAndDiyaTalk_e79f09cd: + + # Noelle "If people fail to sort their materials properly, the government will fine them up to $200!" + Noelle "Se as pessoas não classificarem seus materiais adequadamente, o governo as multará em até $200!" + +# game/4_noelle.rpy:1795 +translate brazilian_portuguese noelleAndDiyaTalk_c256e528: + + # Min "Wait, they do that in Korea, too!" + Min "Espera, eles fazem isso na Coreia também!" + +# game/4_noelle.rpy:1797 +translate brazilian_portuguese noelleAndDiyaTalk_979b22c2: + + # Noelle "Interesting. Perhaps Korea is more similar to Taiwan than I thought." + Noelle "Interessante. Quem sabe a Coreia é mais parecida com o Taiwan do que eu pensei." + +# game/4_noelle.rpy:1800 +translate brazilian_portuguese noelleAndDiyaTalk_018c2f88: + + # Min "I bet Korea did it first, and then Taiwan just stole it." + Min "Eu aposto que a Coreia fez primeiro e o Taiwan só roubou a ideia." + +# game/4_noelle.rpy:1802 +translate brazilian_portuguese noelleAndDiyaTalk_9c5d4812: + + # Noelle "WHAT MAKES YOU THINK THAT?!" with sshake + Noelle "O QUE FAZ VOCÊ PENSAR ISSO?!" with sshake + +# game/4_noelle.rpy:1805 +translate brazilian_portuguese noelleAndDiyaTalk_ce3735d5: + + # "Diya listens with a small smile as Noelle continues extolling the virtues of Taipei's trash-collecting system instead of describing any of the landmarks she visited." + "Diya ouve com um pequeno sorriso enquanto Noelle continua exaltando as virtudes do sistema de coleta de lixo de Taipei, em vez de descrever qualquer um dos marcos da cidade que ela visitou." + +# game/4_noelle.rpy:1807 +translate brazilian_portuguese noelleAndDiyaTalk_2908e156: + + # Diya "You must've liked it there." + Diya "Você deve ter gostado de lá." + +# game/4_noelle.rpy:1809 +translate brazilian_portuguese noelleAndDiyaTalk_b150e417: + + # Noelle "You're right, I did..." + Noelle "Você está certa, eu gostei..." + +# game/4_noelle.rpy:1811 +translate brazilian_portuguese noelleAndDiyaTalk_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/4_noelle.rpy:1812 +translate brazilian_portuguese noelleAndDiyaTalk_f75b4bb0: + + # Noelle "What do you call it when you're grateful for the things your parents have done for you, but at the same time, you feel like they made critical mistakes that'll probably affect you forever?" + Noelle "Como você chama quando você é grata pelas coisas que seus pais fizeram por você, mas ao mesmo tempo sente que eles cometeram erros críticos que provavelmente te afetarão para sempre?" + +# game/4_noelle.rpy:1815 +translate brazilian_portuguese noelleAndDiyaTalk_636dbbe3: + + # Diya "Isn't that just life?" + Diya "Isso não é só a vida?" + +# game/4_noelle.rpy:1817 +translate brazilian_portuguese noelleAndDiyaTalk_a2b1037c: + + # Noelle "Oh...I suppose it is." + Noelle "Ah...Acredito que seja." + +# game/4_noelle.rpy:1820 +translate brazilian_portuguese noelleAndDiyaTalk_425ad0b4: + + # Akarsha "Dammit, my shoelaces keep coming undone..." + Akarsha "Droga, meus cadarços ficam se desamarrando..." + +# game/4_noelle.rpy:1822 +translate brazilian_portuguese noelleAndDiyaTalk_6b469819: + + # "Noelle glances to her left, where Akarsha is crouched over tying her sneaker laces." + "Noelle olha para a esquerda, onde Akarsha está agachada amarrando os cadarços de seus tênis." + +# game/4_noelle.rpy:1825 +translate brazilian_portuguese noelleAndDiyaTalk_7e50042b: + + # Noelle "WHY HAVE YOU TIED YOUR SHOELACES LIKE THAT?" with sshake + Noelle "POR QUE VOCÊ AMARROU SEUS CADARÇOS ASSIM?" with sshake + +# game/4_noelle.rpy:1828 +translate brazilian_portuguese noelleAndDiyaTalk_1a994118: + + # Akarsha "This is the Silicon Valley, Frenchman. The land of innovation." + Akarsha "Estamos no Vale do Silício, Francesa. A terra da inovação." + +# game/4_noelle.rpy:1834 +translate brazilian_portuguese noelleAndDiyaTalk_ca731640: + + # Akarsha "Didja get me any souvenirs on your trip?" + Akarsha "Você pegou alguma lembrancinha para mim na sua viagem?" + +# game/4_noelle.rpy:1836 +translate brazilian_portuguese noelleAndDiyaTalk_7f042003: + + # Noelle "No." + Noelle "Não." + +# game/4_noelle.rpy:1839 +translate brazilian_portuguese noelleAndDiyaTalk_b96e0bb6: + + # Akarsha "Huh?! Meanie!" with sshake + Akarsha "Huh?! Maldosa!" with sshake + +# game/4_noelle.rpy:1841 +translate brazilian_portuguese noelleAndDiyaTalk_b496dff3: + + # Noelle "I didn't get anyone anything. We had limited luggage space." + Noelle "Eu não peguei nada para ninguém. Tínhamos espaço limitado nas malas." + +# game/4_noelle.rpy:1842 +translate brazilian_portuguese noelleAndDiyaTalk_2955761d: + + # Noelle "All we brought back were snacks that can't be found here, and dubious beauty products my mom wanted." + Noelle "Tudo que trouxemos para cá foram lanches que não são vendidos aqui e produtos de beleza duvidosos que minha mãe queria." + +# game/4_noelle.rpy:1845 +translate brazilian_portuguese noelleAndDiyaTalk_e219e1bf: + + # Min "Dubious beauty products? Like what? Nail clippers with bombs in them?" + Min "Produtos de beleza duvidosos? Tipo o quê? Cortadores de unhas com bombas dentro?" + +# game/4_noelle.rpy:1847 +translate brazilian_portuguese noelleAndDiyaTalk_70353ee6: + + # Noelle "Wh...Why would there be nail clippers with bombs with them?" + Noelle "Qu...Por que existiriam cortadores de unha com bombas dentro?" + +# game/4_noelle.rpy:1848 +translate brazilian_portuguese noelleAndDiyaTalk_3717df20: + + # Noelle "All I meant was products with questionable value like skin whitening cream." + Noelle "Tudo o que eu quis dizer foram produtos com valor questionável, como creme de clareamento da pele." + +# game/4_noelle.rpy:1851 +translate brazilian_portuguese noelleAndDiyaTalk_2539354d: + + # Akarsha "Wait, skin whitening cream? Like, to make your skin lighter?" + Akarsha "Espere, creme de clareamento da pele? Tipo, para deixar sua pele mais clara?" + +# game/4_noelle.rpy:1853 +translate brazilian_portuguese noelleAndDiyaTalk_6436fef6: + + # Noelle "Yes. Chinese beauty standards are all kinds of messed up." + Noelle "Sim. Os padrões de beleza chineses são terríveis." + +# game/4_noelle.rpy:1854 +translate brazilian_portuguese noelleAndDiyaTalk_b887bd0a: + + # Noelle "It's been ingrained very deeply into people's minds that the lighter your skin is, the better." + Noelle "Está profundamente enraizado na mente das pessoas que quanto mais clara for a sua pele, melhor." + +# game/4_noelle.rpy:1857 +translate brazilian_portuguese noelleAndDiyaTalk_cd4be691: + + # Diya "That's just like in India." + Diya "Na Índia é assim também." + +# game/4_noelle.rpy:1859 +translate brazilian_portuguese noelleAndDiyaTalk_c0456c87: + + # Akarsha "Yeah, oh my god! I thought it was just a brown thing!" with sshake + Akarsha "É, meu deus! Eu pensei que isso era uma coisa de gente parda!" with sshake + +# game/4_noelle.rpy:1860 +translate brazilian_portuguese noelleAndDiyaTalk_099795bd: + + # Akarsha "You guys have colorism, too?!" + Akarsha "Vocês tem colorismo também?!" + +# game/4_noelle.rpy:1862 +translate brazilian_portuguese noelleAndDiyaTalk_eefe6323: + + # Noelle "Oh, is it similar in your culture?" + Noelle "Ah, é parecido na sua cultura?" + +# game/4_noelle.rpy:1865 +translate brazilian_portuguese noelleAndDiyaTalk_1e150d20: + + # Akarsha "It's a whole thing! You have NO idea." + Akarsha "É todo uma coisa! Você não tem IDEIA." + +# game/4_noelle.rpy:1867 +translate brazilian_portuguese noelleAndDiyaTalk_35c7ba53: + + # Noelle "I would argue I do have an idea." + Noelle "Eu discordaria dizendo que tenho ideia." + +# game/4_noelle.rpy:1868 +translate brazilian_portuguese noelleAndDiyaTalk_2a0989b3: + + # Noelle "My mother even tells me not to spend time outside to avoid getting a tan." + Noelle "Minha mãe até me fala para não passar muito tempo na rua para evitar pegar um bronzeado." + +# game/4_noelle.rpy:1871 +translate brazilian_portuguese noelleAndDiyaTalk_be5aa5cd: + + # Min "Oh, my mom does that too. They have those dumb as fuck skin creams in Korea, too." + Min "Ah, minha mãe faz isso também. Eles tem esses cremes de clareamento de pele imbecis para caralho na Coreia também." + +# game/4_noelle.rpy:1873 +translate brazilian_portuguese noelleAndDiyaTalk_5c13b8a9: + + # Diya "It's the same." + Diya "É a mesma coisa." + +# game/4_noelle.rpy:1875 +translate brazilian_portuguese noelleAndDiyaTalk_89aed3b3: + + # Akarsha "It's the same..." + Akarsha "É a mesma coisa..." + +# game/4_noelle.rpy:1876 +translate brazilian_portuguese noelleAndDiyaTalk_58c878ae: + + # Akarsha "Yellow and brown parents...They match just like pee and poo." + Akarsha "Pais amarelos e marrons...Eles se combinam assim como mijo e cocô." + +# game/4_noelle.rpy:1878 +translate brazilian_portuguese noelleAndDiyaTalk_6087a304: + + # Min "What the fuck man..." + Min "Mas que caralho cara..." + +# game/4_noelle.rpy:1880 +translate brazilian_portuguese noelleAndDiyaTalk_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/4_noelle.rpy:1882 +translate brazilian_portuguese noelleAndDiyaTalk_94911985: + + # Noelle "Akarsha, have you ever considered not speaking?" + Noelle "Akarsha, você já considerou não falar?" + +# game/4_noelle.rpy:1885 +translate brazilian_portuguese noelleAndDiyaTalk_356cad7f: + + # Akarsha "How mean! The second I open my mouth, you all jump to slap my balls..." + Akarsha "Que maldade! No segundo que eu abro minha boca, vocês já vem querendo chutar minhas bolas..." + +# game/4_noelle.rpy:1888 +translate brazilian_portuguese noelleAndDiyaTalk_9b40da2d: + + # Noelle "DO YOU HAVE TO WORD IT LIKE THAT?" with sshake + Noelle "VOCÊ TEM QUE FALAR ISSO DESSA MANEIRA?" with sshake + +# game/4_noelle.rpy:1891 +translate brazilian_portuguese noelleAndDiyaTalk_7ff91a31: + + # Akarsha "I'm tryin' to use more phrases with the word \"balls\" in it in my normal conversations." + Akarsha "Estou tentando usar mais frases com a palavra \"bolas\" em conversas do cotidiano." + +# game/4_noelle.rpy:1893 +translate brazilian_portuguese noelleAndDiyaTalk_353387f1: + + # Noelle "WHY?" with sshake + Noelle "POR QUÊ?" with sshake + +# game/4_noelle.rpy:1895 +translate brazilian_portuguese noelleAndDiyaTalk_c1876825: + + # Akarsha "I dunno, I just think it'll add more flavor." + Akarsha "Sei lá, só acho que vai adicionar mais sabor." + +# game/4_noelle.rpy:1900 +translate brazilian_portuguese noelleAndDiyaTalk_b7583191: + + # Chryssa "[teamName!t], assemble!" + Chryssa "[teamName!t], reúnam-se!" + +# game/4_noelle.rpy:1904 +translate brazilian_portuguese noelleAndDiyaTalk_95ebc84f: + + # "Team Global Warming gathers around Chryssa and Liz as they begin the meeting." + "A equipe Aquecimento Global se junta ao redor de Chryssa e Liz enquanto elas começam a reunião." + +# game/4_noelle.rpy:1906 +translate brazilian_portuguese noelleAndDiyaTalk_ab589fe8: + + # "The [teamName!t] gather around Chryssa and Liz as they begin the meeting." + "Os [teamName!t] se juntam ao redor de Chryssa e Liz enquanto elas começam a reunião." + +# game/4_noelle.rpy:1908 +translate brazilian_portuguese noelleAndDiyaTalk_518b0760: + + # Liz "So we've got good news and bad news." + Liz "Então, temos boas notícias e más notícias." + +# game/4_noelle.rpy:1910 +translate brazilian_portuguese noelleAndDiyaTalk_58320184: + + # Liz "Good news, we have a game today!" + Liz "Boas notícias, temos um jogo hoje!" + +# game/4_noelle.rpy:1912 +translate brazilian_portuguese noelleAndDiyaTalk_a21e8394: + + # Chryssa "Bad news...It's just the Niles baseball team again." + Chryssa "Más notícias...É contra o time de baseball de Niles de novo." + +# game/4_noelle.rpy:1914 +translate brazilian_portuguese noelleAndDiyaTalk_d440792d: + + # Chryssa "They're the only ones who would play us again." + Chryssa "Eles são os únicos que jogariam contra a gente de novo." + +# game/4_noelle.rpy:1916 +translate brazilian_portuguese noelleAndDiyaTalk_99b6b4de: + + # NoelleT "Ah...That's not surprising." + NoelleT "Ah...Isso não é surpreendente." + +# game/4_noelle.rpy:1917 +translate brazilian_portuguese noelleAndDiyaTalk_c9181b58: + + # NoelleT "We either win by pulling some weird shenanigans, or lose so badly we get mercied. There's no in between." + NoelleT "Ou ganhamos fazendo algum truque estranho ou perdemos de forma tão ruim que eles tem pena de nós. Não há meio termo." + +# game/4_noelle.rpy:1918 +translate brazilian_portuguese noelleAndDiyaTalk_02131438: + + # NoelleT "So most teams we play aren't exactly eager for a rematch." + NoelleT "Então a maioria dos times não ficam exatamente empolgados para uma revanche." + +# game/4_noelle.rpy:1921 +translate brazilian_portuguese noelleAndDiyaTalk_a4cc652f: + + # Chryssa "We had to swear up and down you guys would be normal this time." + Chryssa "Tivemos que jurar por todos os deuses que vocês seriam normais desta vez." + +# game/4_noelle.rpy:1929 +translate brazilian_portuguese noelleAndDiyaTalk_af531837: + + # Chryssa "So y'all better not be weird." + Chryssa "Então é melhor vocês não serem estranhas." + +# game/4_noelle.rpy:1931 +translate brazilian_portuguese noelleAndDiyaTalk_9f4e11a3: + + # Sayeeda "Alright, we yakusoku..." + Sayeeda "Okay, nós yakusoku..." + +# game/4_noelle.rpy:1933 +translate brazilian_portuguese noelleAndDiyaTalk_246d4373: + + # Chryssa "What?????" with sshake + Chryssa "O quê?????" with sshake + +# game/4_noelle.rpy:1935 +translate brazilian_portuguese noelleAndDiyaTalk_c2d4ae68: + + # Sayeeda "That's how you say \"promise\" in Nihongo...a.k.a Japanese." + Sayeeda "É assim que se diz \"prometemos\" em Nihongo...também conhecido como Japonês." + +# game/4_noelle.rpy:1937 +translate brazilian_portuguese noelleAndDiyaTalk_d3d1d5c1: + + # Chryssa ".............." + Chryssa ".............." + +# game/4_noelle.rpy:1939 +translate brazilian_portuguese noelleAndDiyaTalk_ce0e5f8a: + + # Liz "Is everyone ready to go? The other team got here early." + Liz "Todos estão prontos para ir? O outro time chegou aqui mais cedo." + +# game/4_noelle.rpy:1946 +translate brazilian_portuguese baseballGame_d717f479: + + # "Team Global Warming walks over to the field, where the Killer Whales are already warming up." + "A equipe Aquecimento Global caminha até o campo, onde as Orcas já estão se aquecendo." + +# game/4_noelle.rpy:1948 +translate brazilian_portuguese baseballGame_6c126f71: + + # "The [teamName!t] walk over to the field, where the Killer Whales are already warming up." + "Os [teamName!t] caminham até o campo, onde as Orcas já estão se aquecendo." + +# game/4_noelle.rpy:1951 +translate brazilian_portuguese baseballGame_af623903: + + # Liz "Thanks for being willing to play us again, guys." + Liz "Obrigado por aceitarem jogar com a gente de novo, gente." + +# game/4_noelle.rpy:1953 +translate brazilian_portuguese baseballGame_bb8be621: + + # Jun "No problem. Time for our revenge!" + Jun "Sem problema. Hora da nossa vingança!" + +# game/4_noelle.rpy:1955 +translate brazilian_portuguese baseballGame_accbd671: + + # Min "Yeah, right. We destroyed you guys last time." + Min "Ah, claro. Nós destruímos vocês da última vez." + +# game/4_noelle.rpy:1957 +translate brazilian_portuguese baseballGame_d0c0c25b: + + # Hayden "Well, that was before our secret weapon joined the team." + Hayden "Bem, isso foi antes da nossa arma secreta entrar no time." + +# game/4_noelle.rpy:1959 +translate brazilian_portuguese baseballGame_01bb9964: + + # Noelle "Secret weapon?" + Noelle "Arma secreta?" + +# game/4_noelle.rpy:1962 +translate brazilian_portuguese baseballGame_5d69a820: + + # Hayden "We got a new guy who's pretty good." + Hayden "Nós temos um cara novo que é bem bom." + +# game/4_noelle.rpy:1964 +translate brazilian_portuguese baseballGame_b0c5aa2a: + + # Min "Oh yeah? Where is he?" + Min "Ah é? Cadê ele?" + +# game/4_noelle.rpy:1966 +translate brazilian_portuguese baseballGame_8ddc8232: + + # "Jun-seo and Hayden look around amongst their teammates, but as the seconds pass, their faces grow more and more alarmed." + "Jun-seo e Hayden olham entre seus colegas de time, mas conforme os segundos passam, seus rosto ficam mais e mais alarmados." + +# game/4_noelle.rpy:1968 +translate brazilian_portuguese baseballGame_c74c16da: + + # Jun "...I'm actually not sure..." + Jun "...Não sei, na verdade..." + +# game/4_noelle.rpy:1970 +translate brazilian_portuguese baseballGame_b6869956: + + # Hayden "Maybe he got lost on his way driving here?" + Hayden "Será que ele se perdeu no caminho dirigindo para cá?" + +# game/4_noelle.rpy:1972 +translate brazilian_portuguese baseballGame_c08369eb: + + # Jun "Yeah, that seems typical of him." + Jun "É, parece normal da parte dele." + +# game/4_noelle.rpy:1974 +translate brazilian_portuguese baseballGame_db4934b1: + + # Chryssa "It's fine, we can wait a few minutes for him to show up." + Chryssa "Tranquilo, podemos esperar alguns minutos para ele aparecer." + +# game/4_noelle.rpy:1986 +translate brazilian_portuguese baseballGame_233dc295: + + # NoelleT "No one came..." + NoelleT "Ninguém veio..." + +# game/4_noelle.rpy:1987 +translate brazilian_portuguese baseballGame_a6fc3213: + + # NoelleT "He's decidedly late at this point." + NoelleT "Agora ele já está definitivamente atrasado." + +# game/4_noelle.rpy:1990 +translate brazilian_portuguese baseballGame_bfba6850: + + # Hayden "I can't believe this. Where the heck could he be??" + Hayden "Eu não acredito nisso. Onde diabos que ele pode estar??" + +# game/4_noelle.rpy:1992 +translate brazilian_portuguese baseballGame_5ed7a60f: + + # Jun "Did you try calling him?" + Jun "Você tentou ligar para ele?" + +# game/4_noelle.rpy:1994 +translate brazilian_portuguese baseballGame_319f79e5: + + # Hayden "He didn't pick up." + Hayden "Ele não atendeu." + +# game/4_noelle.rpy:1996 +translate brazilian_portuguese baseballGame_be28f624: + + # Akarsha "Well, it's not like he can answer the phone if he's driving." + Akarsha "Bem, não é como se ele pudesse atender o telefone se ele está dirigindo." + +# game/4_noelle.rpy:1998 +translate brazilian_portuguese baseballGame_75b6c662: + + # Min "You guys are pathetic. Making up some guy to blame your loss on..." + Min "Vocês são patéticos. Inventando um cara para culpar sua derrota..." + +# game/4_noelle.rpy:2001 +translate brazilian_portuguese baseballGame_af493ae0: + + # Hayden "We're not making him up! He's real!" with sshake + Hayden "Nós não estamos inventando ele! Ele é real!" with sshake + +# game/4_noelle.rpy:2003 +translate brazilian_portuguese baseballGame_07dcb557: + + # Jun "And we didn't lose yet?? Stop jumping to conclusions..." + Jun "E nós não perdemos ainda?? Para de tirar conclusões precipitadas..." + +# game/4_noelle.rpy:2005 +translate brazilian_portuguese baseballGame_56dd154b: + + # Liz "Is it okay if we start playing without him? If he turns up later, he can join the game then." + Liz "Tem problema se a gente começar a jogar sem ele? Se ele aparecer depois, ele pode entrar no jogo então." + +# game/4_noelle.rpy:2007 +translate brazilian_portuguese baseballGame_619812bb: + + # Hayden "Yeah, sure..." + Hayden "Sim, claro..." + +# game/4_noelle.rpy:2011 +translate brazilian_portuguese baseballGame_ea5f4cce: + + # "As the Killer Whales file into the dugout, Noelle starts trekking to her spot in right field." + "Enquanto as Orcas vão para os bancos dos reservas, Noelle começa a caminhar para seu lugar no campo direito." + +# game/4_noelle.rpy:2012 +translate brazilian_portuguese baseballGame_45e8a907: + + # "She scowls disdainfully at a barren patch of grass as she passes it." + "Ela franze a testa com desdém para um trecho de grama seca ao passar por ali." + +# game/4_noelle.rpy:2014 +translate brazilian_portuguese baseballGame_59a51932: + + # NoelleT "Chryssa likes pointing to that tiny patch and going, \"I'll defend that area, so you cover the rest of the field, okay?\"" + NoelleT "Chryssa gosta de apontar para esse trecho e dizer \"Eu vou defender essa área, então você cobre o resto do campo, okay?\"" + +# game/4_noelle.rpy:2015 +translate brazilian_portuguese baseballGame_15466dc4: + + # NoelleT "I hope that grass grows back soon so I don't have to keep hearing that joke." + NoelleT "Espero que essa grama cresça de volta logo para que eu não tenha que continuar ouvindo essa piada." + +# game/4_noelle.rpy:2018 +translate brazilian_portuguese baseballGame_affc8881: + + # Chryssa "Hey, wait!" + Chryssa "Ei, espera!" + +# game/4_noelle.rpy:2019 +translate brazilian_portuguese baseballGame_2ec9bbef: + + # Chryssa "Noelle, you're playing second base today." + Chryssa "Noelle, você vai jogar na segunda base hoje." + +# game/4_noelle.rpy:2021 +translate brazilian_portuguese baseballGame_8b4b9de4: + + # Noelle "I am? Why?" + Noelle "Eu vou? Por quê?" + +# game/4_noelle.rpy:2024 +translate brazilian_portuguese baseballGame_6037e5ac: + + # Min "Yeah, why?! She ducks and covers whenever the ball comes her way." + Min "É, por quê?! Ela se abaixa e se cobre toda vez que a bola vem pra ela." + +# game/4_noelle.rpy:2026 +translate brazilian_portuguese baseballGame_ab22d8a9: + + # Chryssa "That's exactly why she needs to do it." + Chryssa "Exatamente por isso que ela precisa ir." + +# game/4_noelle.rpy:2028 +translate brazilian_portuguese baseballGame_9cc6f159: + + # Chryssa "I'm taking AP Psych and I found out there's something called exposure therapy." + Chryssa "Eu estava tendo aulas de Psicologia e descobri que tem algo chamado terapia de exposição." + +# game/4_noelle.rpy:2029 +translate brazilian_portuguese baseballGame_2d491124: + + # Chryssa "It's where you make someone do something they're afraid of until they stop whining and get used to it." + Chryssa "É quando você faz alguém fazer algo que eles tem medo até que eles parem de fazer drama se acostumem." + +# game/4_noelle.rpy:2031 +translate brazilian_portuguese baseballGame_430e7e94: + + # Noelle "That doesn't sound like the textbook definition to me..." + Noelle "Essa não parece ser a definição correta..." + +# game/4_noelle.rpy:2034 +translate brazilian_portuguese baseballGame_808b02f3: + + # Liz "Chryssa, then how come when we went on that Demon ride at Great America, you had your eyes closed the whole time?" + Liz "Chryssa, então por que quando nós fomos na montanha russa Demon lá no Great America você ficou de olhos fechados o tempo todo?" + +# game/4_noelle.rpy:2037 +translate brazilian_portuguese baseballGame_e309a70b: + + # Chryssa "That was before I knew what exposure therapy was." + Chryssa "Isso foi antes de eu saber o que era terapia de exposição." + +# game/4_noelle.rpy:2039 +translate brazilian_portuguese baseballGame_0de36037: + + # Liz "Uh huh." + Liz "Ahã." + +# game/4_noelle.rpy:2047 +translate brazilian_portuguese baseballGame_318872da: + + # Ester "Wait, but I was second base. What happens to me then?" + Ester "Espera, mas eu era segunda base. O que acontece comigo então?" + +# game/4_noelle.rpy:2049 +translate brazilian_portuguese baseballGame_499298bd: + + # Chryssa "You're playing left field now because you run fast." + Chryssa "Você vai jogar no campo esquerdo porque você corre rápido." + +# game/4_noelle.rpy:2051 +translate brazilian_portuguese baseballGame_8879edc0: + + # Liz "We're moving a whole bunch of people around, not just you two." + Liz "Nós estamos movendo um monte de gente, não só vocês duas." + +# game/4_noelle.rpy:2053 +translate brazilian_portuguese baseballGame_9dd64b36: + + # Liz "Chryssa thinks she's a mega mind master now because of AP Psychology." + Liz "Chryssa acha agora que ela é uma mestra da mente só por causa das aulas de psicologia." + +# game/4_noelle.rpy:2055 +translate brazilian_portuguese baseballGame_3d1a1697: + + # Chryssa "Hey, I never said that!" with sshake + Chryssa "Ei, eu nunca disse isso!" with sshake + +# game/4_noelle.rpy:2065 +translate brazilian_portuguese baseballGame_d7daed7e: + + # "Noelle begins trekking to second base." + "Noelle começa a caminhar para a segunda base." + +# game/4_noelle.rpy:2067 +translate brazilian_portuguese baseballGame_89bdce0a: + + # NoelleT "I do feel a bit better equipped to man second base now than I did when I was first roped into this club." + NoelleT "Eu me sinto um pouco mais segura de cuidar da segunda base agora do que quando fui arrastada para este clube." + +# game/4_noelle.rpy:2068 +translate brazilian_portuguese baseballGame_78a78b8d: + + # NoelleT "I don't like to appear under-informed, so a bit after our first game, I read the baseball rulebook from cover to cover." + NoelleT "Eu não gosto de parecer desinformada, então um pouco antes do nosso primeiro jogo, eu li o livro de regras de baseball inteiro." + +# game/4_noelle.rpy:2070 +translate brazilian_portuguese baseballGame_06e1bd2b: + + # NoelleT "Still, I really hope no one hits the ball my way..." + NoelleT "Ainda assim, espero que ninguém bata a bola na minha direção..." + +# game/4_noelle.rpy:2072 +translate brazilian_portuguese baseballGame_c88df796: + + # "To her surprise, Akarsha is already standing by second base." + "Para sua surpresa, Akarsha já está parada na segunda base." + +# game/4_noelle.rpy:2074 +translate brazilian_portuguese baseballGame_1ada6983: + + # Akarsha "Bonjour!" + Akarsha "Bonjour!" + +# game/4_noelle.rpy:2076 +translate brazilian_portuguese baseballGame_fb84412c: + + # Noelle "Why are you here?" + Noelle "Por que você está aqui?" + +# game/4_noelle.rpy:2078 +translate brazilian_portuguese baseballGame_8602d225: + + # Akarsha "I'm the shortstop? I'm supposed to be here." + Akarsha "Eu sou a interbases? O meu lugar é aqui." + +# game/4_noelle.rpy:2080 +translate brazilian_portuguese baseballGame_7ccd3524: + + # Noelle "What...? Aren't you supposed to be closer to third base?" + Noelle "O quê...? Não era para você estar mais perto da terceira base?" + +# game/4_noelle.rpy:2083 +translate brazilian_portuguese baseballGame_d776b926: + + # Akarsha "Says who?" + Akarsha "Quem disse?" + +# game/4_noelle.rpy:2085 +translate brazilian_portuguese baseballGame_fb73bc02: + + # Noelle "The diagram in the baseball rulebook." + Noelle "O diagrama no livro de regras de baseball." + +# game/4_noelle.rpy:2088 +translate brazilian_portuguese baseballGame_e3f00d7d: + + # Chryssa "Nah, the shortstop's position mirrors the second baseman's." + Chryssa "Nem, a posição do interbases reflete a do segunda base." + +# game/4_noelle.rpy:2089 +translate brazilian_portuguese baseballGame_e31389ce: + + # Chryssa "You're supposed to work together and vary your positioning to anticipate what the batters and runner do, you know." + Chryssa "Vocês tem que trabalhar juntas e variar seu posicionamento para antecipar o que os rebatedores e o corredor vão fazer, sabe." + +# game/4_noelle.rpy:2092 +translate brazilian_portuguese baseballGame_a030c214: + + # Akarsha "See?" + Akarsha "Tá vendo?" + +# game/4_noelle.rpy:2094 +translate brazilian_portuguese baseballGame_04355e42: + + # Noelle "R-right, I knew that..." + Noelle "C-claro, eu sabia disso..." + +# game/4_noelle.rpy:2095 +translate brazilian_portuguese baseballGame_eaf3f793: + + # Noelle "So we're both covering the same base? Won't that make things unnecessarily confusing?" + Noelle "Então nós duas estamos cobrindo a mesma base? Isso não faz as coisas serem desnecessariamente confusas?" + +# game/4_noelle.rpy:2098 +translate brazilian_portuguese baseballGame_23875752: + + # Liz "You're like a duo! It's a good thing." + Liz "Vocês são tipo uma dupla! É uma coisa boa." + +# game/4_noelle.rpy:2100 +translate brazilian_portuguese baseballGame_58295497: + + # Akarsha "Yah, we should negotiate who does what in different situations." + Akarsha "É, a gente tem que negociar quem faz o quê nas diferentes situações." + +# game/4_noelle.rpy:2102 +translate brazilian_portuguese baseballGame_318273e6: + + # Noelle "Alright, fine." + Noelle "Tudo bem." + +# game/4_noelle.rpy:2105 +translate brazilian_portuguese baseballGame_c65a3874: + + # Akarsha "How about you cover second when there's a runner on first?" + Akarsha "Que tal você cobrir a segunda quando tiver um corredor na primeira?" + +# game/4_noelle.rpy:2106 +translate brazilian_portuguese baseballGame_b9228b88: + + # Akarsha "And field the ground balls close to us?" + Akarsha "E jogar de volta as bolas rasteiras que estiverem perto da gente?" + +# game/4_noelle.rpy:2107 +translate brazilian_portuguese baseballGame_204043b1: + + # Akarsha "And also take care of the fly balls?" + Akarsha "E também tomar conta das bolas altas?" + +# game/4_noelle.rpy:2110 +translate brazilian_portuguese baseballGame_98314622: + + # Noelle "You're just trying to get out of doing as much work as possible!" with sshake + Noelle "Você está apenas tentando fazer o mínimo de trabalho possível!" with sshake + +# game/4_noelle.rpy:2113 +translate brazilian_portuguese baseballGame_ff24f9d6: + + # "The game kicks off and to her relief, Min quickly strikes out the first batter." + "O jogo começa e para alívio de Noelle, Min rapidamente dá três strikes no primeiro rebatedor." + +# game/4_noelle.rpy:2115 +translate brazilian_portuguese baseballGame_bf54468a: + + # Chryssa "Good! Just do that two more times and we get to bat!" + Chryssa "Boa! Só faz isso mais duas vezes e nós vamos rebater!" + +# game/4_noelle.rpy:2118 +translate brazilian_portuguese baseballGame_871dbd15: + + # "Hayden digs into the batter's box next." + "Hayden é o próximo a ir para o posto de rebatedor." + +# game/4_noelle.rpy:2121 +translate brazilian_portuguese baseballGame_8a46e771: + + # "Min throws a floater that curves up toward his head for a moment before dropping back toward the strike zone." + "Min lança um bola que se curva na direção da cabeça dele por um momento antes de voltar para a zona de ataque." + +# game/4_noelle.rpy:2125 +translate brazilian_portuguese baseballGame_3f0e0dd9: + + # Hayden "Agh!" with sshake + Hayden "Agh!" with sshake + +# game/4_noelle.rpy:2126 +translate brazilian_portuguese baseballGame_c8e93728: + + # "Instead of swinging, Hayden flinches backward out of the way." + "Em vez de rebater, Hayden recua para longe da bola." + +# game/4_noelle.rpy:2128 +translate brazilian_portuguese baseballGame_ae3a7ccb: + + # NPC "Strike!" + NPC "Strike!" + +# game/4_noelle.rpy:2130 +translate brazilian_portuguese baseballGame_d5e2bd38: + + # Min "What's with you?" + Min "Qual seu problema?" + +# game/4_noelle.rpy:2132 +translate brazilian_portuguese baseballGame_40801853: + + # Hayden "Nothing! I'm just making sure I don't get hit in the mouth." + Hayden "Nenhum! Só estou garantindo que não vou ser acertado na boca." + +# game/4_noelle.rpy:2133 +translate brazilian_portuguese baseballGame_ca571f51: + + # Hayden "I had a dream last night that my teeth were falling out." + Hayden "Eu tive um sonho ontem a noite que meus dentes estavam caindo." + +# game/4_noelle.rpy:2135 +translate brazilian_portuguese baseballGame_2018ae71: + + # Min "THAT'S what you wasted your dream on?" + Min "É NISSO que você gastou seu sonho?" + +# game/4_noelle.rpy:2138 +translate brazilian_portuguese baseballGame_ce4a859d: + + # Hayden "It's not like I can control what I dream about!" with sshake + Hayden "Não é como se eu pudesse controlar o que eu sonho!" with sshake + +# game/4_noelle.rpy:2142 +translate brazilian_portuguese baseballGame_6e010d6c: + + # "Min hurls another pitch his way, but instead of dancing like usual, it pretty much just sails straight down the middle." + "Min lança outro arremesso na direção dele, mas em vez de dançar como de costume, ele praticamente voa direto para o meio." + +# game/4_noelle.rpy:2145 +translate brazilian_portuguese baseballGame_fa268a64: + + # Hayden "Rragh!" with sshake + Hayden "Rragh!" with sshake + +# game/4_noelle.rpy:2148 +translate brazilian_portuguese baseballGame_8b70a650: + + # "Hayden manages to make contact and drives the ball into grass!" + "Hayden consegue fazer contato e rebate a bola para a grama!" + +# game/4_noelle.rpy:2150 +translate brazilian_portuguese baseballGame_20995010: + + # "It bounces into the air and for one singularly terrifying moment, Noelle sees it coming straight at her!" + "Ele quica no ar e por um momento assustador, Noelle vê a bola vindo diretamente para ela!" + +# game/4_noelle.rpy:2153 +translate brazilian_portuguese baseballGame_88ebf947: + + # NoelleT "Egad!!! I hate ground balls!" with sshake + NoelleT "Ugh!!! Odeio bolas rasteiras!" with sshake + +# game/4_noelle.rpy:2155 +translate brazilian_portuguese baseballGame_3e486a7f: + + # "Noelle covers her face with one arm and half-heartedly attempts to catch the ball with the other." + "Noelle cobre seu rosto com um braço e meio que tenta pegar a bola com o outro." + +# game/4_noelle.rpy:2156 +translate brazilian_portuguese baseballGame_194669ac: + + # "She braces for impact, but nothing hits her." + "Ela se prepara para o impacto, mas nada atinge ela." + +# game/4_noelle.rpy:2159 +translate brazilian_portuguese baseballGame_f32a8e76: + + # "On the mound, Min managed to intercept the ball by catching it behind her back without looking at it." + "No monte, Min conseguiu interceptar a bola pegando-a nas costas sem olhar para ela." + +# game/4_noelle.rpy:2161 +translate brazilian_portuguese baseballGame_3b71d0de: + + # Diya "!" + Diya "!" + +# game/4_noelle.rpy:2163 +translate brazilian_portuguese baseballGame_c58a5349: + + # Min "Whoa!!" with sshake + Min "Uau!!" with sshake + +# game/4_noelle.rpy:2164 +translate brazilian_portuguese baseballGame_8695b3f5: + + # "Even Min herself looks shocked that she caught it." + "Até a própria Min parece estar chocada que ela pegou a bola." + +# game/4_noelle.rpy:2166 +translate brazilian_portuguese baseballGame_1fa088a2: + + # Liz "Just because it's cool doesn't mean he's out!! Throw it to first!" with sshake + Liz "Só porque é legal não significa que ele está fora!! Joga para a primeira base!" with sshake + +# game/4_noelle.rpy:2172 +translate brazilian_portuguese baseballGame_d1e1c629: + + # "Min hastily lobs the ball to Liz. It just barely beats Hayden to first base." + "Min apressadamente arremessa a bola para Liz. A bola mal bate Hayden na primeira base." + +# game/4_noelle.rpy:2173 +translate brazilian_portuguese baseballGame_1d3f7afe: + + # NPC "Out!" + NPC "Fora!" + +# game/4_noelle.rpy:2175 +translate brazilian_portuguese baseballGame_923d57ad: + + # Hayden "Aw man..." + Hayden "Ah cara..." + +# game/4_noelle.rpy:2177 +translate brazilian_portuguese baseballGame_8f15fc3e: + + # NoelleT "That was close!" + NoelleT "Essa foi por pouco!" + +# game/4_noelle.rpy:2181 +translate brazilian_portuguese baseballGame_7ee8108a: + + # "As Hayden heads back to the dugout in defeat, there's a distant shout." + "Enquanto Hayden volta derrotado para o banco, de longe escuta-se um grito distante." + +# game/4_noelle.rpy:2184 +translate brazilian_portuguese baseballGame_a220ac6a: + + # Subzero "Sorry I'm late!" with sshake + Subzero "Desculpa por ter me atrasado!" with sshake + +# game/4_noelle.rpy:2186 +translate brazilian_portuguese baseballGame_f87f174a: + + # "Some guy is sprinting down the hill to the Killer Whales at top speed." + "Um cara está correndo monte abaixo, na direção dos Orcas, em alta velocidade." + +# game/4_noelle.rpy:2187 +translate brazilian_portuguese baseballGame_cf07a77e: + + # Subzero "Sorry! Sorry! Sorry!" + Subzero "Desculpa! Desculpa! Desculpa!" + +# game/4_noelle.rpy:2189 +translate brazilian_portuguese baseballGame_48100882: + + # Jun "Subhaan!" + Jun "Subhaan!" + +# game/4_noelle.rpy:2192 +translate brazilian_portuguese baseballGame_6efc6afe: + + # Hayden "WHERE WERE YOU???" with sshake + Hayden "ONDE VOCÊ ESTAVA???" with sshake + +# game/4_noelle.rpy:2194 +translate brazilian_portuguese baseballGame_0307e00b: + + # "The Killer Whale player sighs despondently as he joins his teammates." + "O jogador dos Orcas suspira desanimado enquanto se junta a seus colegas de equipe." + +# game/4_noelle.rpy:2196 +translate brazilian_portuguese baseballGame_f349de2e: + + # Subzero "I was driving over when all of a sudden a spider crawled up my leg..." + Subzero "Eu estava dirigindo para cá quando de repente uma aranha subiu na minha perna..." + +# game/4_noelle.rpy:2197 +translate brazilian_portuguese baseballGame_3f0d10a4: + + # Subzero "So obviously I crashed the car." + Subzero "Então obviamente eu bati meu carro." + +# game/4_noelle.rpy:2200 +translate brazilian_portuguese baseballGame_a08948c4: + + # Hayden "\"Obviously\"?!" with sshake + Hayden "\"Obviamente\"?!" with sshake + +# game/4_noelle.rpy:2202 +translate brazilian_portuguese baseballGame_9e1ad3d2: + + # Jun "Are you okay...?" + Jun "Você está bem..?" + +# game/4_noelle.rpy:2204 +translate brazilian_portuguese baseballGame_f3cc40a7: + + # Subzero "Don't worry, I'm fine. I just knocked a street sign over." + Subzero "Não se preocupa, eu tô tranquilo. Eu só derrubei uma placa de trânsito." + +# game/4_noelle.rpy:2206 +translate brazilian_portuguese baseballGame_392170eb: + + # Noelle "Isn't that a crime...?" + Noelle "Isso não é um crime...?" + +# game/4_noelle.rpy:2209 +translate brazilian_portuguese baseballGame_aafba3c2: + + # Chryssa "How big was the spider?" + Chryssa "Quão grande era a aranha?" + +# game/4_noelle.rpy:2211 +translate brazilian_portuguese baseballGame_1e42c6f6: + + # Subzero "Like this big." + Subzero "Tipo grande assim." + +# game/4_noelle.rpy:2212 +translate brazilian_portuguese baseballGame_81031611: + + # "He pinches his thumb and index finger together to demonstrate." + "Ele junta o polegar e o indicador para demonstrar." + +# game/4_noelle.rpy:2214 +translate brazilian_portuguese baseballGame_1d7cfe36: + + # Diya "So small." + Diya "Tão pequena." + +# game/4_noelle.rpy:2216 +translate brazilian_portuguese baseballGame_512daaa1: + + # Subzero "But it was all hairy! So practically speaking, it was equivalent to a spider twice as big." + Subzero "Mas ela era toda peluda! Então praticamente falando, ela era equivalente a uma aranha com o dobro do tamanho." + +# game/4_noelle.rpy:2218 +translate brazilian_portuguese baseballGame_5513c55e: + + # Akarsha "Even if it WAS twice as big, isn't crashing kinda an overreaction?" + Akarsha "Mesmo que ela FOSSE o dobro do tamanho, bater o carro não é um exagero?" + +# game/4_noelle.rpy:2220 +translate brazilian_portuguese baseballGame_9ba0838f: + + # Subzero "No?" + Subzero "Não?" + +# game/4_noelle.rpy:2222 +translate brazilian_portuguese baseballGame_5709f834: + + # Hayden "Whatever...Just get up to bat already, it's your turn." + Hayden "Que seja...Só vai pro bastão logo, é sua vez." + +# game/4_noelle.rpy:2224 +translate brazilian_portuguese baseballGame_1afe3449: + + # NoelleT "This guy seems like a coward." + NoelleT "Esse cara parece ser um covarde." + +# game/4_noelle.rpy:2225 +translate brazilian_portuguese baseballGame_78cdbf7d: + + # NoelleT "I wonder what makes him their secret weapon." + NoelleT "Eu me pergunto o que faz ele ser a arma secreta." + +# game/4_noelle.rpy:2229 +translate brazilian_portuguese baseballGame_acb102f3: + + # "Subhaan digs in behind home plate." + "Subhaan vai para a base do rebatedor." + +# game/4_noelle.rpy:2235 +translate brazilian_portuguese baseballGame_1d5abcf2: + + # NoelleT "He's standing on the other side of the plate. He must be left-handed." + NoelleT "Ele está parado no outro lado da base. Ele deve ser canhoto." + +# game/4_noelle.rpy:2240 +translate brazilian_portuguese baseballGame_5ea71c07: + + # "Min hurls her next pitch, and the batter shifts into a bunting stance at the last second." + "Min lança seu próximo arremesso e o rebatedor muda para uma postura de \"bunting\" no último segundo." + +# game/4_noelle.rpy:2242 +translate brazilian_portuguese baseballGame_186cc111: + + # NoelleT "He's not even going to try to hit it?" + NoelleT "Ele não vai nem tentar acertar?" + +# game/4_noelle.rpy:2249 +translate brazilian_portuguese baseballGame_1ddb3377: + + # "He starts to run toward first base as the ball glances off his bat, sending the baseball bouncing toward Liz!" + "Ele começa a correr em direção à primeira base quando a bola bate em seu bastão, fazendo a bola quicar na direção de Liz!" + +# game/4_noelle.rpy:2250 +translate brazilian_portuguese baseballGame_a1528611: + + # "She's forced to rush forward to field it, leaving first base unmanned." + "Ela é forçada a correr para pegar a bola, deixando a primeira base sem ninguém." + +# game/4_noelle.rpy:2252 +translate brazilian_portuguese baseballGame_5841df64: + + # Liz "I got it!" + Liz "Deixa comigo!" + +# game/4_noelle.rpy:2255 +translate brazilian_portuguese baseballGame_7db9cca2: + + # "By the time she's scooped the ball up, Subhaan is well on his way to first base." + "No momento em que ela pega a bola, Subhaan já está a caminho da primeira base." + +# game/4_noelle.rpy:2257 +translate brazilian_portuguese baseballGame_b64fe06d: + + # NoelleT "He's fast!" + NoelleT "Ele é rápido!" + +# game/4_noelle.rpy:2261 +translate brazilian_portuguese baseballGame_14c3565a: + + # Akarsha "FRANCE!! Frenchman!" with sshake + Akarsha "FRANÇA!! Francesa!" with sshake + +# game/4_noelle.rpy:2263 +translate brazilian_portuguese baseballGame_08df816b: + + # Noelle "Oh, I need to cover first base since Liz isn't there!" + Noelle "Ah, eu preciso cobrir a primeira base já que a Liz não está lá!" + +# game/4_noelle.rpy:2267 +translate brazilian_portuguese baseballGame_e04a6425: + + # "Noelle belatedly runs toward the base so Liz can throw the ball to her, but Subhaan beats her there." + "Noelle corre tardiamente em direção à base para que Liz possa jogar a bola para ela, mas Subhaan chega lá primeiro." + +# game/4_noelle.rpy:2268 +translate brazilian_portuguese baseballGame_3eee0d07: + + # "The Killer Whales cheer as Subhaan overruns the base." + "As Orcas comemoram enquanto Subhaan invade a base." + +# game/4_noelle.rpy:2270 +translate brazilian_portuguese baseballGame_d60dd4fe: + + # Hayden "Yeah!! Sub-Zero!!" + Hayden "Isso aí!! Sub-Zero!!" + +# game/4_noelle.rpy:2272 +translate brazilian_portuguese baseballGame_f97c1bf1: + + # Noelle "...Sub-Zero??" + Noelle "...Sub-Zero??" + +# game/4_noelle.rpy:2276 +translate brazilian_portuguese baseballGame_30bcda89: + + # Subzero "That's me. They call me Sub-Zero 'cause I'm so cool." + Subzero "Esse sou eu. Eles me chamam de Sub-Zero porque eu sou muito legal." + +# game/4_noelle.rpy:2278 +translate brazilian_portuguese baseballGame_4af270d1: + + # Akarsha "Huh?? No fair, I want a badass nickname, too." + Akarsha "Huh?? Não é justo, eu quero um apelido foda, também." + +# game/4_noelle.rpy:2280 +translate brazilian_portuguese baseballGame_85c5bf2f: + + # Noelle "Oh, please. Like what?" + Noelle "Ah, por favor. Tipo o quê?" + +# game/4_noelle.rpy:2283 +translate brazilian_portuguese baseballGame_342b192b: + + # Akarsha "Like...Sub-Zero." + Akarsha "Tipo...Sub-Zero." + +# game/4_noelle.rpy:2286 +translate brazilian_portuguese baseballGame_4cc0e5a7: + + # Noelle "You're just going to copy him?!" with sshake + Noelle "Você vai só copiar ele?!" with sshake + +# game/4_noelle.rpy:2289 +translate brazilian_portuguese baseballGame_3e3404df: + + # "Sayeeda shakes her head as Sub-Zero basks under his teammates' praise." + "Sayeeda balança a cabeça enquanto Sub-Zero se vangloria com os elogios de seus colegas." + +# game/4_noelle.rpy:2291 +translate brazilian_portuguese baseballGame_5ce3ecd5: + + # Sayeeda "Tch. Who the heck bunts to get on base?" + Sayeeda "Tch. Quem diabos joga assim para chegar na base?" + +# game/4_noelle.rpy:2293 +translate brazilian_portuguese baseballGame_c129fd27: + + # Chryssa "I mean, if you're fast, it's doable." + Chryssa "Quer dizer, se você é rápido, é possível." + +# game/4_noelle.rpy:2294 +translate brazilian_portuguese baseballGame_7e7957a9: + + # Chryssa "Lefties have a huge advantage when bunting, too, because they’re already two steps ahead of where righty batters are when they lay down the bunt." + Chryssa "Canhotos também tem uma grande vantagem quando fazem um \"bunt\" também, porque eles já estão dois passos a frente de onde rebatedores destros estão quando for fazer a jogada." + +# game/4_noelle.rpy:2296 +translate brazilian_portuguese baseballGame_c9c818ee: + + # Grace "That's so cheap!" + Grace "Isso já é jogar sujo!" + +# game/4_noelle.rpy:2298 +translate brazilian_portuguese baseballGame_da2f86f8: + + # Liz "Well, that's the essence of baseball, no? Cheating and being cheap." + Liz "Bem, essa é a essência do baseball, não? Roubar e jogar sujo." + +# game/4_noelle.rpy:2300 +translate brazilian_portuguese baseballGame_0dbe6aac: + + # Grace "I thought the essence of baseball was friendship and teamwork." + Grace "Eu pensei que a essência do baseball era amizade e trabalho em equipe." + +# game/4_noelle.rpy:2302 +translate brazilian_portuguese baseballGame_1f8a4079: + + # Liz "Oh, yes, that too." + Liz "Ah, sim, isso também." + +# game/4_noelle.rpy:2306 +translate brazilian_portuguese baseballGame_96e6e585: + + # "Jun-seo is up to bat next." + "Jun-seo é o próximo no bastão." + +# game/4_noelle.rpy:2308 +translate brazilian_portuguese baseballGame_e40e6439: + + # "He swings at the pitch! The knuckleball suddenly swerves outward as if sensing the bat, dodging it entirely." + "Ele balança no arremesso! A knuckleball repentinamente vai para fora, como se sentisse o taco, desviando dele completamente." + +# game/4_noelle.rpy:2310 +translate brazilian_portuguese baseballGame_fe50a586: + + # Jun "Uogh??" with sshake + Jun "Uogh??" with sshake + +# game/4_noelle.rpy:2312 +translate brazilian_portuguese baseballGame_7af3c61f: + + # Diya "?!" with sshake + Diya "?!" with sshake + +# game/4_noelle.rpy:2314 +translate brazilian_portuguese baseballGame_42eb9ec6: + + # "Diya misses the ball by a mile, too. She rips her mask off and chases after it." + "Diya perde a bola por uma milha, também. Ela tira a máscara e vai atrás dela." + +# game/4_noelle.rpy:2318 +translate brazilian_portuguese baseballGame_706587fa: + + # Subzero "Yaaaa!!!" with sshake + Subzero "Yaaaa!!!" with sshake + +# game/4_noelle.rpy:2320 +translate brazilian_portuguese baseballGame_b6f0a8ce: + + # "Subzero takes off running toward second base!" + "Subzero sai correndo para a segunda base!" + +# game/4_noelle.rpy:2322 +translate brazilian_portuguese baseballGame_8f9833f9: + + # NoelleT "He's taking the chance to steal! I need to tag him out!" + NoelleT "Ele está aproveitando a chance para roubar! Eu preciso marcar ele!" + +# game/4_noelle.rpy:2325 +translate brazilian_portuguese baseballGame_9251d623: + + # "Diya secures the ball and throws it to Akarsha." + "Diya segura a bola e arremessa ela para a Akarsha." + +# game/4_noelle.rpy:2327 +translate brazilian_portuguese baseballGame_45dd1e99: + + # Akarsha "Got it!" + Akarsha "Peguei!" + +# game/4_noelle.rpy:2329 +translate brazilian_portuguese baseballGame_1cb03fa0: + + # NoelleT "...Never mind, looks like Akarsha's supposed to cover second base here." + NoelleT "...Esquece, parece que Akarsha tinha que cobrir a segunda base aqui." + +# game/4_noelle.rpy:2332 +translate brazilian_portuguese baseballGame_b19bd583: + + # "Sub-Zero skids to a halt halfway between the bases." + "Sub-Zero derrapa até parar no meio do caminho entre as bases." + +# game/4_noelle.rpy:2333 +translate brazilian_portuguese baseballGame_43c2b153: + + # Subzero "Oh no!" + Subzero "Ah não!" + +# game/4_noelle.rpy:2335 +translate brazilian_portuguese baseballGame_cd73d370: + + # NoelleT "Because it was his choice to run, we need to actually tag him with the ball!" + NoelleT "Como foi escolha dele correr, precisamos marcá-lo com a bola!" + +# game/4_noelle.rpy:2339 +translate brazilian_portuguese baseballGame_2d2ad222: + + # "Akarsha charges toward him, and Sub-Zero turns around and flees back toward first base." + "Akarsha avança em sua direção, e Sub-Zero se vira e foge de volta para a primeira base." + +# game/4_noelle.rpy:2341 +translate brazilian_portuguese baseballGame_bc762fda: + + # Liz "Throw it to me!" with sshake + Liz "Joga pra mim!" with sshake + +# game/4_noelle.rpy:2343 +translate brazilian_portuguese baseballGame_714d0a93: + + # Akarsha "Hrah!" with sshake + Akarsha "Hrah!" with sshake + +# game/4_noelle.rpy:2345 +translate brazilian_portuguese baseballGame_d854464e: + + # "Akarsha lobs the ball over, and Liz tags him out." + "Akarsha arremessa a bola e Liz marca Sub-Zero." + +# game/4_noelle.rpy:2347 +translate brazilian_portuguese baseballGame_d13424fc: + + # Subzero "Noooo..." + Subzero "Nãoooo..." + +# game/4_noelle.rpy:2349 +translate brazilian_portuguese baseballGame_391ce888: + + # Chryssa "Nice one, Akarsha!" + Chryssa "Boa, Akarsha!" + +# game/4_noelle.rpy:2351 +translate brazilian_portuguese baseballGame_e0803930: + + # Akarsha "...Akarsha? Who's that?" + Akarsha "...Akarsha? Quem é essa?" + +# game/4_noelle.rpy:2353 +translate brazilian_portuguese baseballGame_6fbdb0e1: + + # Min "You???" + Min "Você???" + +# game/4_noelle.rpy:2355 +translate brazilian_portuguese baseballGame_7947b875: + + # Akarsha "I dunno what you're talking about." + Akarsha "Eu não sei do que você está falando." + +# game/4_noelle.rpy:2357 +translate brazilian_portuguese baseballGame_fa2e7398: + + # Akarsha "My name.........is Sub-Zero." + Akarsha "Meu nome.........é Sub-Zero." + +# game/4_noelle.rpy:2359 +translate brazilian_portuguese baseballGame_f482f82c: + + # Noelle "NO, IT'S NOT." + Noelle "NÃO, NÃO É." + +# game/4_noelle.rpy:2364 +translate brazilian_portuguese baseballGame_3e0f5d3a: + + # "The teams switch sides." + "Os times trocam de lados." + +# game/4_noelle.rpy:2366 +translate brazilian_portuguese baseballGame_e4097cc1: + + # "As Noelle crosses the field, she's struck with a peculiar awareness of where she is." + "Enquanto Noelle atravessa o campo, ela é atingida por uma consciência estranha sobre o lugar onde ela está." + +# game/4_noelle.rpy:2369 +translate brazilian_portuguese baseballGame_2052ad61: + + # NoelleT "Barely a day ago, I was on the opposite side of the planet." + NoelleT "A menos de um dia atrás, eu estava no lado oposto do planeta." + +# game/4_noelle.rpy:2370 +translate brazilian_portuguese baseballGame_d3a50ce6: + + # NoelleT "I was in Taiwan, where the garbage trucks sing Beethoven's Fur Elise while collecting the trash." + NoelleT "Eu estava em Taiwan, onde os caminhões de lixo tocam Fur Elise do Beethoven enquanto coletam o lixo." + +# game/4_noelle.rpy:2371 +translate brazilian_portuguese baseballGame_6fd10809: + + # NoelleT "And now I'm here, playing baseball. I'm wearing a little cap, sweating, and running on grass." + NoelleT "E agora eu estou aqui, jogando baseball. Eu estou usando um bonézinho, suando e correndo na grama." + +# game/4_noelle.rpy:2372 +translate brazilian_portuguese baseballGame_f31d8a15: + + # NoelleT "Why am I here? It's a mistake that I'm here." + NoelleT "Por que eu estou aqui? É um erro eu estar aqui." + +# game/4_noelle.rpy:2375 +translate brazilian_portuguese baseballGame_263d6aac: + + # Akarsha "Hello? Earth to Frenchman?" + Akarsha "Alô? Terra para Francesa?" + +# game/4_noelle.rpy:2377 +translate brazilian_portuguese baseballGame_9d73f57c: + + # Noelle "What?" + Noelle "O quê?" + +# game/4_noelle.rpy:2380 +translate brazilian_portuguese baseballGame_f8755736: + + # Akarsha "You didn't hear a thing I said, huh?" + Akarsha "Você não ouviu nada que eu disse, né?" + +# game/4_noelle.rpy:2382 +translate brazilian_portuguese baseballGame_1819900f: + + # Noelle "My apologies. What was it?" + Noelle "Mil perdões. O que foi?" + +# game/4_noelle.rpy:2385 +translate brazilian_portuguese baseballGame_325fbebf: + + # Akarsha "I said, it's hot as balls out here!" + Akarsha "Eu disse que minhas bolas estão queimando com esse calor!" + +# game/4_noelle.rpy:2388 +translate brazilian_portuguese baseballGame_94c398d4: + + # NoelleT "Not this again!" with sshake + NoelleT "Não isso de novo!" with sshake + +# game/4_noelle.rpy:2397 +translate brazilian_portuguese baseballGame_e7d358d8: + + # Akarsha "So what were you so lost in thought about?" + Akarsha "E no que você estava pensando tão profundamente?" + +# game/4_noelle.rpy:2399 +translate brazilian_portuguese baseballGame_e4bd9845: + + # Noelle "Nothing really..." + Noelle "Nada na verdade..." + +# game/4_noelle.rpy:2401 +translate brazilian_portuguese baseballGame_fe31d49c: + + # Noelle "It's just strange knowing I would've led a completely different life if my parents had stayed in Taiwan." + Noelle "É só estranho pensar que eu poderia ter levado uma vida completamente diferente se meus pais tivessem ficado em Taiwan." + +# game/4_noelle.rpy:2402 +translate brazilian_portuguese baseballGame_575cb57f: + + # Noelle "I would've been someone who was close to her family. Someone who wasn't ignorant of her own culture." + Noelle "Eu teria sido alguém próxima a sua família. Alguém que não é ignorante a sua própria cultura." + +# game/4_noelle.rpy:2403 +translate brazilian_portuguese baseballGame_660b8b31: + + # Noelle "Maybe I would have been a better person." + Noelle "Talvez eu teria sido uma pessoa melhor." + +# game/4_noelle.rpy:2406 +translate brazilian_portuguese baseballGame_bdf77e96: + + # Akarsha "Aw, I like you the way you are, though." + Akarsha "Ah, mas eu gosto de você do jeito que você é." + +# game/4_noelle.rpy:2407 +translate brazilian_portuguese baseballGame_06231839: + + # Akarsha "And if your parents didn't move, we would never have met." + Akarsha "E se seus pais não tivessem se mudado, a gente nunca teria se conhecido." + +# game/4_noelle.rpy:2409 +translate brazilian_portuguese baseballGame_a6c74c14: + + # Noelle "Of course, because obviously that makes up for everything." + Noelle "É claro, porque obviamente isso compensa tudo." + +# game/4_noelle.rpy:2412 +translate brazilian_portuguese baseballGame_74df4f6a: + + # "Akarsha grins, and the inside of Noelle's palm prickles." + "Akarsha sorri e o interior da palma da mão de Noelle formiga." + +# game/4_noelle.rpy:2414 +translate brazilian_portuguese baseballGame_9fc2ed2b: + + # NoelleT "This is so peculiar..." + NoelleT "Isso é tão peculiar..." + +# game/4_noelle.rpy:2417 +translate brazilian_portuguese baseballGame_80920e3f: + + # NoelleT "Is this what extreme anger feels like? But right now I'm only pretending to be annoyed for comedic effect." + NoelleT "Esse sentimento é raiva extrema? Mas agora estou apenas fingindo estar irritada para efeito cômico." + +# game/4_noelle.rpy:2420 +translate brazilian_portuguese baseballGame_a12a6390: + + # "The sensation is so unbearable, she wants to scratch at it until it goes away." + "A sensação é tão insuportável, que ela só quer coçar ela até que o sentimento suma." + +# game/4_noelle.rpy:2422 +translate brazilian_portuguese baseballGame_b929d730: + + # Akarsha "I mean, you went there on vacation. You're probably looking at it through rose-colored glasses." + Akarsha "Quero dizer, você foi lá de férias. Você provavelmente está olhando através de lentes cor-de-rosa." + +# game/4_noelle.rpy:2423 +translate brazilian_portuguese baseballGame_4a3ed1dc: + + # Akarsha "They probably have tons of struggles over there that you're clueless about." + Akarsha "Eles possivelmente tem um monte de problemas que você não tem nem ideia que existem." + +# game/4_noelle.rpy:2426 +translate brazilian_portuguese baseballGame_a4d36cb3: + + # Noelle "Even so, the standard of living there is on an entirely different level." + Noelle "Mesmo assim, o padrão de vida lá está em um nível completamente diferente." + +# game/4_noelle.rpy:2427 +translate brazilian_portuguese baseballGame_46f03f1f: + + # Noelle "This is backed up by actual statistics, not just my personal opinions." + Noelle "Isso é baseado em estatísticas reais, não só minhas opiniões pessoais." + +# game/4_noelle.rpy:2430 +translate brazilian_portuguese baseballGame_77d09199: + + # Akarsha "I dunno, man. It's not good to wallow too long in self-pity." + Akarsha "Não sei, cara. Não é bom ficar se afundando em pensamentos assim." + +# game/4_noelle.rpy:2431 +translate brazilian_portuguese baseballGame_324f2e1a: + + # Akarsha "Or else you'll get lost in the sauce." + Akarsha "Ou você vai se perder no molho." + +# game/4_noelle.rpy:2433 +translate brazilian_portuguese baseballGame_ba99b620: + + # Noelle "...The sauce? What sauce?" + Noelle "...No molho? Que molho?" + +# game/4_noelle.rpy:2436 +translate brazilian_portuguese baseballGame_44d441bb: + + # Akarsha "It's a metaphor for being out of touch with reality." + Akarsha "É uma metáfora gringa sobre estar desconectado com a realidade." + +# game/4_noelle.rpy:2437 +translate brazilian_portuguese baseballGame_306d22bf: + + # Akarsha "But I like to imagine barbeque sauce." + Akarsha "Mas eu prefiro imaginar que é molho barbecue." + +# game/4_noelle.rpy:2442 +translate brazilian_portuguese baseballGame_ed0b524b: + + # Diya "!" with sshake + Diya "!" with sshake + +# game/4_noelle.rpy:2445 +translate brazilian_portuguese baseballGame_8a49b694: + + # "The rest of Team Global Warming erupts in cheers as Diya bats Chryssa in." + "O resto da Equipe Aquecimento Global explode em aplausos quando Diya bate para Chryssa." + +# game/4_noelle.rpy:2447 +translate brazilian_portuguese baseballGame_98a4313f: + + # "The rest of the [teamName!t] cheer as Diya bats Chryssa in." + "O resto do time dos [teamName!t] comemora quando Diya bate para Chryssa." + +# game/4_noelle.rpy:2449 +translate brazilian_portuguese baseballGame_195068aa: + + # Noelle "Oh, they're not just walking Diya like last game?" + Noelle "Ah, eles não vão perseguir Diya que nem no último jogo?" + +# game/4_noelle.rpy:2452 +translate brazilian_portuguese baseballGame_4283262a: + + # Min "I told Jun I'd shave his hair off in his sleep if he did that again, cuz it's not fun for Diya." + Min "Eu falei pro Jun que eu ia raspar a cabeça dele enquanto ele dormia se ele fizesse isso de novo, porque não é legal para a Diya." + +# game/4_noelle.rpy:2454 +translate brazilian_portuguese baseballGame_fb15307d: + + # Liz "Who's up next?" + Liz "Quem é o próximo?" + +# game/4_noelle.rpy:2456 +translate brazilian_portuguese baseballGame_8286a549: + + # Akarsha "Me! Time to unveil my special technique!" + Akarsha "Eu! Hora de revelar minha técnica especial!" + +# game/4_noelle.rpy:2462 +translate brazilian_portuguese baseballGame_69a29daf: + + # Chryssa "Wait, she better not be trying that \"getting hit on purpose\" thing again!" + Chryssa "Espere, é melhor ela não estar tentando aquela coisa de \"ser atingida de propósito\" de novo!" + +# game/4_noelle.rpy:2471 +translate brazilian_portuguese baseballGame_29506556: + + # "Oblivious, Junseo throws a fastball to Akarsha." + "Alheio a técnica, Junseo joga uma bola rápida para Akarsha." + +# game/4_noelle.rpy:2478 +translate brazilian_portuguese baseballGame_c2dff6d7: + + # "Akarsha leans in to the pitch, causing the ball bounce off her elbow guard." with sshake + "Akarsha se inclina para a bola, fazendo com que ela quique em seu cotovelo." with sshake + +# game/4_noelle.rpy:2480 +translate brazilian_portuguese baseballGame_e2d7c03b: + + # Akarsha "Hahah! Free walk to first base!" + Akarsha "Hahah! Passe grátis para a primeira base!" + +# game/4_noelle.rpy:2482 +translate brazilian_portuguese baseballGame_79496d3b: + + # Hayden "Huh?! You can't do that on purpose!" with sshake + Hayden "Huh?! Você não pode fazer isso de propósito!" with sshake + +# game/4_noelle.rpy:2485 +translate brazilian_portuguese baseballGame_d6d33357: + + # "The guy on the Niles team who's serving as their umpire pages through his rulebook, lost." + "O cara do time do Niles que está servindo como árbitro folheia seu livro de regras, perdido." + +# game/4_noelle.rpy:2486 +translate brazilian_portuguese baseballGame_4f3b7e35: + + # NPC "Uh...Does it say that in the rules?" + NPC "Uh...Diz isso nas regras?" + +# game/4_noelle.rpy:2488 +translate brazilian_portuguese baseballGame_47c12eef: + + # Noelle "Actually, it's not relevant whether Akarsha caused the ball to hit her or not." + Noelle "Na verdade, não é relevante se Akarsha fez com que a bola a atingisse ou não." + +# game/4_noelle.rpy:2489 +translate brazilian_portuguese baseballGame_40c7a0ca: + + # Noelle "Per rule 2, section 40 of the NFHS rulebook:\nThere is no distinction between the act of touching or by being touched." + Noelle "De acordo com a regra 2, seção 40 do livro de regras do NFHS:\nNão há distinção entre o ato de tocar ou ser tocado." + +# game/4_noelle.rpy:2493 +translate brazilian_portuguese baseballGame_138f4e6f: + + # Jun "Seriously?!" + Jun "Sério?!" + +# game/4_noelle.rpy:2495 +translate brazilian_portuguese baseballGame_da366057: + + # Akarsha "Thank you, baseball lawyer! Muah!!" + Akarsha "Obrigado, advogado do baseball! Muah!!" + +# game/4_noelle.rpy:2497 +translate brazilian_portuguese baseballGame_d6b7f939: + + # NoelleT "Actually, just last summer Rule 7-3-4 was added, stating that the batter shall not permit a pitched ball to touch him." + NoelleT "Na verdade, no verão passado, a Regra 7-3-4 foi adicionada, afirmando que o batedor não deve permitir que uma bola lançada o toque." + +# game/4_noelle.rpy:2499 +translate brazilian_portuguese baseballGame_dee76808: + + # NoelleT "But it's not really my job to remind them to update their rulebook." + NoelleT "Mas não é meu trabalho lembrá-los de atualizar seu livro de regras." + +# game/4_noelle.rpy:2502 +translate brazilian_portuguese baseballGame_98f9c23d: + + # Hayden "But...but still, that's not fair!" + Hayden "Mas...mas ainda assim, não é justo!" + +# game/4_noelle.rpy:2504 +translate brazilian_portuguese baseballGame_83e52db9: + + # Akarsha "You may not like it, but this is what peak baseball looks like." + Akarsha "Você pode não gostar, mas assim que é o baseball em seu ápice." + +# game/4_noelle.rpy:2505 +translate brazilian_portuguese baseballGame_1a5a2166: + + # Akarsha "Even the Major League Baseball logo is a guy getting hit by the pitch." + Akarsha "Até a foto da Major League de Baseball é um cara sendo atingido por uma bola." + +# game/4_noelle.rpy:2507 +translate brazilian_portuguese baseballGame_3c03b931: + + # Jun "Wha...what're you talking about?" + Jun "Que...Do que você está falando?" + +# game/4_noelle.rpy:2508 +translate brazilian_portuguese baseballGame_4fe9f404: + + # Jun "It's a guy swinging at the ball." + Jun "É um cara batendo em uma bola." + +# game/4_noelle.rpy:2513 +translate brazilian_portuguese baseballGame_2f970d5d: + + # Akarsha "No, really picture it." + Akarsha "Não, realmente, imagina a cena." + +# game/4_noelle.rpy:2514 +translate brazilian_portuguese baseballGame_3ec6b31c: + + # Akarsha "The ball is too high up, and look how close to him it is." + Akarsha "A bola está muito alta, e olha quão perto dela ele está." + +# game/4_noelle.rpy:2515 +translate brazilian_portuguese baseballGame_02d478a7: + + # Akarsha "It's too late, there's no way he's gonna be able to hit it in time." + Akarsha "É tarde demais, de jeito algum vai dar tempo de ele bater nela a tempo." + +# game/4_noelle.rpy:2516 +translate brazilian_portuguese baseballGame_67117a2f: + + # Akarsha "It's a guy who's about to get beaned." + Akarsha "É um cara que está prestes a levar uma surra." + +# game/4_noelle.rpy:2518 +translate brazilian_portuguese baseballGame_4399bdb8: + + # Hayden "No way..." + Hayden "Nem ferrando..." + +# game/4_noelle.rpy:2520 +translate brazilian_portuguese baseballGame_fa30c941: + + # Min "She's right...It really is a guy about to get hit..." + Min "Ela está certa...Realmente é um cara prestes a ser acertado..." + +# game/4_noelle.rpy:2522 +translate brazilian_portuguese baseballGame_ac464593: + + # Akarsha "I rest my case." + Akarsha "Encerro meu caso." + +# game/4_noelle.rpy:2527 +translate brazilian_portuguese baseballGame_0f5b5118: + + # "Akarsha jogs to first base, victorious." + "Akarsha corre até a primeira base, vitoriosa." + +# game/4_noelle.rpy:2530 +translate brazilian_portuguese baseballGame_082463b5: + + # NoelleT "Alright. I'm up next." + NoelleT "Está certo. Eu sou a próxima." + +# game/4_noelle.rpy:2532 +translate brazilian_portuguese baseballGame_a32ee002: + + # NoelleT "There's already two outs. I'd better not strike out." + NoelleT "Já tiverem dois strikes. É melhor eu não jogar fora também." + +# game/4_noelle.rpy:2534 +translate brazilian_portuguese baseballGame_33df877c: + + # NoelleT "But on the bright side, Diya and Akarsha are both on-base. If I can somehow hit this, we could end this inning with a massive lead." + NoelleT "Mas pelo lado positivo, Diya e Akarsha estão na base. Se eu conseguir de alguma forma acertar isso, podemos terminar esta entrada com uma vantagem enorme." + +# game/4_noelle.rpy:2538 +translate brazilian_portuguese baseballGame_913fd05a: + + # "Noelle swiftly strikes out, missing by a mile with each swing." + "Noelle rapidamente perde seus strikes, errando por muito em cada tacada." + +# game/4_noelle.rpy:2540 +translate brazilian_portuguese baseballGame_bc97374c: + + # Noelle "Drat! I blew it." + Noelle "Droga! Eu estraguei tudo." + +# game/4_noelle.rpy:2543 +translate brazilian_portuguese baseballGame_4977758a: + + # Liz "There, there..." + Liz "Pronto, pronto..." + +# game/4_noelle.rpy:2547 +translate brazilian_portuguese baseballGame_967db250: + + # Chryssa "Did you try? Yes. But did you fail? Also yes." + Chryssa "Você tentou? Sim. Mas você falhou? Sim também." + +# game/4_noelle.rpy:2549 +translate brazilian_portuguese baseballGame_f8a84a82: + + # Chryssa "Wait, I think I said those in the wrong order." + Chryssa "Espera, eu acho que eu falei na ordem errada." + +# game/4_noelle.rpy:2552 +translate brazilian_portuguese baseballGame_1f09e3b2: + + # Noelle "Forget the order! Why mention me failing at all?!" with sshake + Noelle "Esqueça a ordem! Por que sequer mencionar que eu falhei?!" with sshake + +# game/4_noelle.rpy:2563 +translate brazilian_portuguese defendingAgain_3e0f5d3a: + + # "The teams switch sides." + "Os times trocam de lado." + +# game/4_noelle.rpy:2565 +translate brazilian_portuguese defendingAgain_7c486282: + + # "As Noelle trods to second base, she crosses paths with Diya on her way to the catcher's box." + "Enquanto Noelle caminha para a segunda base, ela passa por Diya que estava a caminho da caixa do receptor." + +# game/4_noelle.rpy:2567 +translate brazilian_portuguese defendingAgain_cbe9f6ba: + + # Noelle "Diya, do you have any tips for hitting the ball?" + Noelle "Diya, você tem alguma dica para acertar a bola?" + +# game/4_noelle.rpy:2569 +translate brazilian_portuguese defendingAgain_14ab4ad1: + + # "Diya considers it for a moment." + "Diya considera por um momento." + +# game/4_noelle.rpy:2571 +translate brazilian_portuguese defendingAgain_46088e6b: + + # Diya "It's easier to hit the top of the ball than the bottom." + Diya "É mais fácil acertar o topo da bola do que a parte de baixo." + +# game/4_noelle.rpy:2572 +translate brazilian_portuguese defendingAgain_551067fe: + + # Diya "Bad for hitting home runs but you'll strike out less." + Diya "Ruim para rebater home runs, mas você perderá menos strikes." + +# game/4_noelle.rpy:2574 +translate brazilian_portuguese defendingAgain_0670e43f: + + # Noelle "Diya, at this point I'd be thrilled to hit ANY of the ball. You think I can differentiate between the top and bottom halves??" + Noelle "Diya, no momento eu ficaria feliz de acertar QUALQUER parte da bola. Você acha que eu sei diferenciar a parte superior e inferior da bola??" + +# game/4_noelle.rpy:2577 +translate brazilian_portuguese defendingAgain_c5958f88: + + # "Diya appears not to have heard Noelle's response and has walked away." + "Diya parece não ter ouvido a resposta de Noelle e saiu andando." + +# game/4_noelle.rpy:2579 +translate brazilian_portuguese defendingAgain_0c990bd7: + + # Noelle "Thanks, I guess..." + Noelle "Obrigada, eu acho..." + +# game/4_noelle.rpy:2583 +translate brazilian_portuguese defendingAgain_cbb9625d: + + # "The Killer Whales cheer as a batter hits a grand slam off one of Min's pitches." + "Os Orcas celebram quando um rebatedor acerta um grand slam em um dos arremessos de Min." + +# game/4_noelle.rpy:2585 +translate brazilian_portuguese defendingAgain_936ee4ce: + + # Subzero "Woohoo! We're tied now!" + Subzero "Uhul! Empatamos agora!" + +# game/4_noelle.rpy:2588 +translate brazilian_portuguese defendingAgain_81f8383c: + + # Min "EAT SHIT AND DIE!!!" with sshake + Min "COMA MERDA E MORRA!!!" with sshake + +# game/4_noelle.rpy:2594 +translate brazilian_portuguese defendingAgain_522aaa29: + + # "Min strikes the next two batters out in quick succession, but the third gets a solid hit!" + "Min dá strike nos próximos dois batedores em sequência, mas o terceiro conseguiu acertar!" + +# game/4_noelle.rpy:2598 +translate brazilian_portuguese defendingAgain_a291d6e1: + + # NoelleT "Maybe I can catch this!" + NoelleT "Talvez eu consiga pegar essa!" + +# game/4_noelle.rpy:2601 +translate brazilian_portuguese defendingAgain_bf35bce4: + + # "Noelle leaps for the ball, but it flies over her head and bounces into center field." + "Noelle pula na direção da bola, mas a bola voa sobre a cabeça dela e quica no campo central." + +# game/4_noelle.rpy:2603 +translate brazilian_portuguese defendingAgain_357bc0b5: + + # Chryssa "Got it!" + Chryssa "Peguei!" + +# game/4_noelle.rpy:2605 +translate brazilian_portuguese defendingAgain_a69e2333: + + # "Chryssa fields the ball, then tosses it back to Noelle." + "Chryssa coloca a bola em campo e a joga de volta para Noelle." + +# game/4_noelle.rpy:2607 +translate brazilian_portuguese defendingAgain_eaeaa64a: + + # NoelleT "I need to throw this to first base!" with sshake + NoelleT "Eu preciso jogá-la para a primeira base!" with sshake + +# game/4_noelle.rpy:2611 +translate brazilian_portuguese defendingAgain_a2e28642: + + # "Noelle throws the ball with all her might! It plops almost straight into the ground and begins rolling away..." + "Noelle arremessa a bola com toda sua força! Ela cai quase diretamente no chão e começa a rolar para longe..." + +# game/4_noelle.rpy:2613 +translate brazilian_portuguese defendingAgain_95009986: + + # Liz ".........." + Liz ".........." + +# game/4_noelle.rpy:2614 +translate brazilian_portuguese defendingAgain_090d218c: + + # "Liz leaves first base to grab the ball. By this point, the runner is approaching second base." + "Liz sai da primeira base para pegar a bola. Nesse ponto, o corredor já está se aproximando da segunda base." + +# game/4_noelle.rpy:2616 +translate brazilian_portuguese defendingAgain_e858add6: + + # NoelleT "It's another pickle! Liz and Akarsha need to box him in again." + NoelleT "Essa é outra situação difícil! Liz e Akarsha precisam enquadrá-lo novamente." + +# game/4_noelle.rpy:2619 +translate brazilian_portuguese defendingAgain_d6483e85: + + # Liz "Akarsha!" with sshake + Liz "Akarsha!" with sshake + +# game/4_noelle.rpy:2621 +translate brazilian_portuguese defendingAgain_a8131263: + + # Akarsha "Who?" + Akarsha "Quem?" + +# game/4_noelle.rpy:2623 +translate brazilian_portuguese defendingAgain_076ace65: + + # NoelleT "She's not cooperating because she wants to be called Sub-Zero!" with sshake + NoelleT "Ela não está cooperando porque ela quer ser chamada de Sub-Zero!" with sshake + +# game/4_noelle.rpy:2631 +translate brazilian_portuguese defendingAgain_04945de4: + + # Noelle "...Sub-Zero..." + Noelle "...Sub-Zero..." + +# game/4_noelle.rpy:2634 +translate brazilian_portuguese defendingAgain_918ac72b: + + # Akarsha "Oh hey, that's me!" + Akarsha "Ah, ei, essa sou eu!" + +# game/4_noelle.rpy:2637 +translate brazilian_portuguese defendingAgain_ca5641d1: + + # "Akarsha catches the ball Liz throws her, and quickly tags the Jun-seo out." + "Akarsha pega a bola que Liz jogou para ela, e ela rapidamente toca em Jun-seo com a bola." + +# game/4_noelle.rpy:2639 +translate brazilian_portuguese defendingAgain_4a630f8d: + + # Jun "Nooooo..." + Jun "Nãoooo..." + +# game/4_noelle.rpy:2641 +translate brazilian_portuguese defendingAgain_c42e3d03: + + # Akarsha "Heh! Another win for Sub-Zero." + Akarsha "Heh! Outra vitória para Sub-zero." + +# game/4_noelle.rpy:2643 +translate brazilian_portuguese defendingAgain_2fd8f2a0: + + # Noelle "YOU'RE DISGUSTING." with sshake + Noelle "VOCÊ ME DÁ NOJO." with sshake + +# game/4_noelle.rpy:2649 +translate brazilian_portuguese defendingAgain_a7956b03: + + # "Thanks to Noelle's noble sacrifice, Global Warming maintains their deadlock with the Killer Whales for the next few innings." + "Graças ao nobre sacrifício de Noelle, o Aquecimento Global mantém seu impasse com as Orcas pelas próximas jogadas." + +# game/4_noelle.rpy:2651 +translate brazilian_portuguese defendingAgain_5d2337da: + + # "Thanks to Noelle's noble sacrifice, the [teamName!t] maintain their deadlock with the Killer Whales for the next few innings." + "Graças ao nobre sacrifício de Noelle, os [teamName!t] mantém seu impasse com as Orcas pelas próximas jogadas." + +# game/4_noelle.rpy:2658 +translate brazilian_portuguese defendingAgain_6d69895f: + + # NoelleT "It's the bottom of the last inning. We just need one run to cinch our victory." + NoelleT "É o fim da última entrada. Nós precisamos de uma run para garantir nossa vitória." + +# game/4_noelle.rpy:2662 +translate brazilian_portuguese defendingAgain_336a4716: + + # Noelle "AKARSHA!!!! YOU VILE CREATURE!!!!" with sshake + Noelle "AKARSHA!!!! SUA MALDITA!!!!" with sshake + +# game/4_noelle.rpy:2665 +translate brazilian_portuguese defendingAgain_5d6d7f88: + + # Akarsha "Hmmm? I wonder who this \"Akarsha\" you keep referring to is." + Akarsha "Hmmm? Me pergunto quem é essa \"Akarsha\" a quem você não para de se referir." + +# game/4_noelle.rpy:2668 +translate brazilian_portuguese defendingAgain_5226a991: + + # "Liz throws the ball to Akarsha, but she pretends not to see it and lets it land on the ground." + "Liz joga a bola para Akarsha, mas ela finge não ver e deixa a bola cair no chão." + +# game/4_noelle.rpy:2671 +translate brazilian_portuguese defendingAgain_b5921685: + + # Noelle "REALLY???" with sshake + Noelle "SÉRIO???" with sshake + +# game/4_noelle.rpy:2674 +translate brazilian_portuguese defendingAgain_963b5e21: + + # Liz "Shit!" with sshake + Liz "Merda!" with sshake + +# game/4_noelle.rpy:2675 +translate brazilian_portuguese defendingAgain_5a24f2b7: + + # Liz "I mean — shoot!" + Liz "Quero dizer — porcaria!" + +# game/4_noelle.rpy:2677 +translate brazilian_portuguese defendingAgain_df3b8b6c: + + # "Noelle rushes to grab the ball instead, but the runner is already long gone." + "Noelle corre para pegar a bola em vez de Akarsha, mas o corredor já foi longe." + +# game/4_noelle.rpy:2678 +translate brazilian_portuguese defendingAgain_0a97e49f: + + # "She shrieks at Akarsha as he crosses home plate." + "Ela grita com Akarsha enquanto ele passa pelo home plate." + +# game/4_noelle.rpy:2681 +translate brazilian_portuguese defendingAgain_d0d9d20f: + + # Noelle "THEY SCORED BECAUSE OF YOU!" with sshake + Noelle "ELES FIZERAM PONTO POR CULPA SUA!" with sshake + +# game/4_noelle.rpy:2684 +translate brazilian_portuguese defendingAgain_64219e6e: + + # Akarsha "Because of me? Or because you were a big meanie and didn't compromise like a good teammate?" + Akarsha "Por culpa minha? Ou porque você foi uma malvada que não se comprometeu como boa companheira de equipe?" + +# game/4_noelle.rpy:2686 +translate brazilian_portuguese defendingAgain_c6a5709c: + + # Akarsha "Really makes you think..." + Akarsha "Isso realmente faz você pensar..." + +# game/4_noelle.rpy:2689 +translate brazilian_portuguese defendingAgain_30a70c0b: + + # Noelle "NO, IT DOESN'T." with sshake + Noelle "NÃO, NÃO FAZ." with sshake + +# game/4_noelle.rpy:2699 +translate brazilian_portuguese defendingAgain_c62ac16d: + + # "Thanks to Akarsha's antics, Global Warming enters the bottom of the final inning one run behind the Killer Whales." + "Graças às travessuras de Akarsha, o Aquecimento Global entra no final do turno final atrás das Orcas." + +# game/4_noelle.rpy:2701 +translate brazilian_portuguese defendingAgain_f1ca8257: + + # "Thanks to Akarsha's antics, the [teamName!t] enter the bottom of the final inning one run behind the Killer Whales." + "Graças às travessuras de Akarsha, os [teamName!t] entram no final do turno final atrás das Orcas." + +# game/4_noelle.rpy:2703 +translate brazilian_portuguese defendingAgain_5b5d1dc8: + + # NoelleT "We need to get at least one more run, or we'll lose." + NoelleT "Nós precisamos de pelo menos mais uma run, ou nós vamos perder." + +# game/4_noelle.rpy:2707 +translate brazilian_portuguese bigBrainMove_04316a17: + + # "Unfortunately, Sayeeda and Chryssa rack up two outs right off the bat." + "Infelizmente, Sayeeda e Chryssa perdem dois strikes logo de cara." + +# game/4_noelle.rpy:2709 +translate brazilian_portuguese bigBrainMove_4a4e6fc6: + + # Sayeeda "Gomenasorry Diya-sama, you're our only hope!" + Sayeeda "Gomenadesculpa Diya-sama, você é nossa única esperança!" + +# game/4_noelle.rpy:2713 +translate brazilian_portuguese bigBrainMove_d88c65fc: + + # "After letting two balls go, Diya swings at a fastball." + "Depois de lançar duas bolas, Diya acerta uma bola rápida." + +# game/4_noelle.rpy:2716 +translate brazilian_portuguese bigBrainMove_57537cff: + + # Diya "....!" + Diya "....!" + +# game/4_noelle.rpy:2718 +translate brazilian_portuguese bigBrainMove_91417dc5: + + # "She drives the ball into right field, and everyone holds their breath as it rockets toward the fence." + "Ela dirige a bola para o campo direito e todos prendem a respiração enquanto a bola dispara em direção à cerca." + +# game/4_noelle.rpy:2721 +translate brazilian_portuguese bigBrainMove_d350ff98: + + # "It smashes into the middle of the fence, just a couple feet too low to clear it." + "Ele bate no meio da cerca, apenas alguns metros baixo demais para ultrapassá-la." + +# game/4_noelle.rpy:2724 +translate brazilian_portuguese bigBrainMove_6b3dac62: + + # Akarsha "Too bad it wasn't a home run." + Akarsha "Que pena que não foi um home run." + +# game/4_noelle.rpy:2726 +translate brazilian_portuguese bigBrainMove_4711d018: + + # Min "Too bad I'm about to beat the shit out of you!!" with sshake + Min "Que pena que eu vou te quebrar na porrada!!" with sshake + +# game/4_noelle.rpy:2728 +translate brazilian_portuguese bigBrainMove_64bf752e: + + # Akarsha "Kidding! Kidding!! Diya did great!" + Akarsha "Tô brincando! Tô brincando!! Diya foi ótima!" + +# game/4_noelle.rpy:2732 +translate brazilian_portuguese bigBrainMove_21a8e336: + + # "Diya sprints round the diamond and slides into second base, just barely beating the throw." + "Diya corre ao redor do diamante e desliza para a segunda base, batendo por pouco o arremesso." + +# game/4_noelle.rpy:2733 +translate brazilian_portuguese bigBrainMove_66140097: + + # NPC "Safe!" + NPC "Safe!" + +# game/4_noelle.rpy:2734 +translate brazilian_portuguese bigBrainMove_dcaf54ce: + + # "Akarsha cracks her knuckles as she gets up from the bench." + "Akarsha estala os nós dos dedos ao se levantar do banco." + +# game/4_noelle.rpy:2736 +translate brazilian_portuguese bigBrainMove_22be31c9: + + # Akarsha "Time to use my special technique." + Akarsha "Hora de usar minha técnica especial." + +# game/4_noelle.rpy:2738 +translate brazilian_portuguese bigBrainMove_836d3fb7: + + # Liz "Wait. Are you going to get yourself hit by the pitch again?" + Liz "Espera. Você vai só tentar ser acertada pelo arremesso de novo?" + +# game/4_noelle.rpy:2740 +translate brazilian_portuguese bigBrainMove_603e0a30: + + # Akarsha "Ya." + Akarsha "É." + +# game/4_noelle.rpy:2742 +translate brazilian_portuguese bigBrainMove_9742936c: + + # Liz "Back when I was in Little League, I saw a batter get beaned in the face." + Liz "Quando eu estava na Little League, eu vi um batedor levar uma surra na cara." + +# game/4_noelle.rpy:2743 +translate brazilian_portuguese bigBrainMove_0be82bc7: + + # Liz "Chryssa, do you remember? He was on your team." + Liz "Chryssa, você se lembra? Ele era da sua equipe." + +# game/4_noelle.rpy:2745 +translate brazilian_portuguese bigBrainMove_c914a997: + + # Chryssa "Huh?" + Chryssa "Huh?" + +# game/4_noelle.rpy:2747 +translate brazilian_portuguese bigBrainMove_465cfa50: + + # Chryssa "...Oh, yeah! That was so scary." + Chryssa "...Ah, sim! Aquilo foi assustador." + +# game/4_noelle.rpy:2748 +translate brazilian_portuguese bigBrainMove_7ec0ab17: + + # Chryssa "He collapsed and was just lying motionless on the ground for a while." + Chryssa "Ele desmaiou e ficou imóvel no chão por um tempo." + +# game/4_noelle.rpy:2749 +translate brazilian_portuguese bigBrainMove_ea703d69: + + # Chryssa "He looked like he was dead. Poor kid had to be carried off in a stretcher." + Chryssa "Ele parecia que tinha morrido. O pobrezinho teve que ser levado numa maca." + +# game/4_noelle.rpy:2751 +translate brazilian_portuguese bigBrainMove_237efc56: + + # Liz "I think it knocked out one of his teeth, right?" + Liz "Eu acho que ele perdeu um dos dentes, não?" + +# game/4_noelle.rpy:2753 +translate brazilian_portuguese bigBrainMove_622335a1: + + # Chryssa "Yup." + Chryssa "Isso." + +# game/4_noelle.rpy:2754 +translate brazilian_portuguese bigBrainMove_0856c509: + + # Chryssa "Actually, maybe he even have died for real later." + Chryssa "Na verdade, talvez ele tenha realmente morrido depois." + +# game/4_noelle.rpy:2756 +translate brazilian_portuguese bigBrainMove_9129da4f: + + # Noelle "\"Maybe\"??" + Noelle "\"Talvez\"??" + +# game/4_noelle.rpy:2759 +translate brazilian_portuguese bigBrainMove_21c08017: + + # Liz "Anyway, you trying to get hit on purpose just reminded me of that." + Liz "Enfim, você tentando ser acertada de propósito só me lembrou disso." + +# game/4_noelle.rpy:2761 +translate brazilian_portuguese bigBrainMove_102937f4: + + # Akarsha "O-oh...Okay..." + Akarsha "A-ah...Okay..." + +# game/4_noelle.rpy:2763 +translate brazilian_portuguese bigBrainMove_430f5c7e: + + # NoelleT "This must be a new scare tactic they're trying." + NoelleT "Essa deve ser uma nova técnica para assustar que elas estão testando." + +# game/4_noelle.rpy:2766 +translate brazilian_portuguese bigBrainMove_5355380c: + + # Chryssa "Plus, this is our only real chance to bring Diya home. We have two outs, and Noelle will probably strike out at her at-bat." + Chryssa "Além disso, essa é nossa única chance de trazer a Diya para a base inicial. Nós já temos dois foras, e a Noelle possivelmente vai errar na sua vez com o taco." + +# game/4_noelle.rpy:2768 +translate brazilian_portuguese bigBrainMove_1435965c: + + # Chryssa "No offense, Noelle." + Chryssa "Sem querer ofender, Noelle." + +# game/4_noelle.rpy:2770 +translate brazilian_portuguese bigBrainMove_ed3f1f55: + + # Noelle "None taken..." + Noelle "Não se preocupe..." + +# game/4_noelle.rpy:2773 +translate brazilian_portuguese bigBrainMove_579bacd2: + + # Chryssa "So getting walked here would just delay the inevitable. You should try to create an opportunity for Diya to run." + Chryssa "Então levar um walk ali seria só adiar o inevitável. Você deveria tentar criar uma oportunidade para a Diya correr." + +# game/4_noelle.rpy:2776 +translate brazilian_portuguese bigBrainMove_8ff5fd13: + + # Akarsha "So I gotta actually hit the ball? Aw, man..." + Akarsha "Então eu tenho que realmente acertar a bola? Ah, cara..." + +# game/4_noelle.rpy:2778 +translate brazilian_portuguese bigBrainMove_a1c683e5: + + # Liz "No pressure if you can't manage it! But do your best!" + Liz "Sem pressão se você não conseguir! Mas dê o seu melhor!" + +# game/4_noelle.rpy:2780 +translate brazilian_portuguese bigBrainMove_1a4dfd3b: + + # Akarsha "Say no more. I'm goin' serious mode." + Akarsha "Não precisa dizer mais nada. Vou ficar no modo sério." + +# game/4_noelle.rpy:2786 +translate brazilian_portuguese bigBrainMove_cd826492: + + # "As Akarsha walks up to the plate, she tosses her bat in the air, spins around, and tries to catch it behind her back." + "Após Akarsha ir para o plate, ela joga seu taco no ar, gira ele, e tenta pegar ele atrás dela." + +# game/4_noelle.rpy:2788 +translate brazilian_portuguese bigBrainMove_f2b95886: + + # "She doesn't spin around fast enough, so the bat just clatters to the ground." + "Ela não gira ele rápido o suficiente, então o taco só bate no chão." + +# game/4_noelle.rpy:2790 +translate brazilian_portuguese bigBrainMove_ea5c5756: + + # Jun "..........." + Jun "..........." + +# game/4_noelle.rpy:2791 +translate brazilian_portuguese bigBrainMove_86b89ab2: + + # "Akarsha picks the bat back up and points it at Jun-seo." + "Akarsha pega o taco de volta e o aponta para Jun-seo." + +# game/4_noelle.rpy:2793 +translate brazilian_portuguese bigBrainMove_51edd74a: + + # Akarsha "Your pants can't wait for my pee." + Akarsha "Suas calças mal podem esperar pelo meu mijo." + +# game/4_noelle.rpy:2795 +translate brazilian_portuguese bigBrainMove_69b4d9d8: + + # Jun "Wha...what is that even supposed to mean?" + Jun "O qu...o que isso quer dizer?" + +# game/4_noelle.rpy:2797 +translate brazilian_portuguese bigBrainMove_b62b6ec7: + + # Hayden "She's trying to confuse you! Don't let it get to you!" + Hayden "Ela está tentando te confundir! Não se deixe afetar por isso!" + +# game/4_noelle.rpy:2800 +translate brazilian_portuguese bigBrainMove_120a4839: + + # "Disturbed, Jun-seo quickly pitches to Akarsha." + "Perturbado, Jun-seo rapidamente arremessa para Akarsha." + +# game/4_noelle.rpy:2802 +translate brazilian_portuguese bigBrainMove_05698b8f: + + # "Akarsha whiffs it for a strike." + "Akarsha erra o strike." + +# game/4_noelle.rpy:2804 +translate brazilian_portuguese bigBrainMove_8aa670f4: + + # Akarsha "Whoopsie!" + Akarsha "Oops!" + +# game/4_noelle.rpy:2807 +translate brazilian_portuguese bigBrainMove_49f95f89: + + # Ester "We're all going to be haunted by that pee comment now and it didn't even work???" with sshake + Ester "Nós vamos ficar assombrados pelo comentário do mijo agora e ele nem funcionou??" with sshake + +# game/4_noelle.rpy:2812 +translate brazilian_portuguese bigBrainMove_09c7bb0b: + + # "The team holds their collective breath as Jun-seo lets his next pitch fly." + "O time inteiro segura a respiração quando Jun-seo faz seu próximo arremesso." + +# game/4_noelle.rpy:2815 +translate brazilian_portuguese bigBrainMove_6b0e60ca: + + # "Akarsha smacks it into foul territory." + "Akarsha bate ele para território inimigo." + +# game/4_noelle.rpy:2817 +translate brazilian_portuguese bigBrainMove_2820a2b8: + + # NoelleT "Strike two..." + NoelleT "Strike dois..." + +# game/4_noelle.rpy:2821 +translate brazilian_portuguese bigBrainMove_0a46aecb: + + # Min "If you waste Diya's double, I'll hit you!!!" with sshake + Min "Se você gastar o double da Diya, eu vou te bater!!!" with sshake + +# game/4_noelle.rpy:2824 +translate brazilian_portuguese bigBrainMove_c55e1e2a: + + # "Chryssa taps the sign she and Liz taped to the dugout's fence." + "Chryssa bate na placa que ela e Liz colaram na cerca do banco dos reservas." + +# game/4_noelle.rpy:2826 +translate brazilian_portuguese bigBrainMove_5a72aed7: + + # Chryssa "No hitting allowed." + Chryssa "Não é permitido bater." + +# game/4_noelle.rpy:2829 +translate brazilian_portuguese bigBrainMove_63086545: + + # Akarsha "Ha!" + Akarsha "Ha!" + +# game/4_noelle.rpy:2831 +translate brazilian_portuguese bigBrainMove_62b5c2db: + + # Min "Then...then I'll scream really loud in your ear!" + Min "Então...então eu vou gritar bem alto no seu ouvido!" + +# game/4_noelle.rpy:2833 +translate brazilian_portuguese bigBrainMove_d382ad57: + + # Min "So it destroys your eardrum!!" + Min "Para estourar seu tímpano!!" + +# game/4_noelle.rpy:2835 +translate brazilian_portuguese bigBrainMove_e03120b9: + + # "Liz taps the second sign they taped to the fence." + "Liz bate na segunda placa que elas colaram na cerca." + +# game/4_noelle.rpy:2837 +translate brazilian_portuguese bigBrainMove_b789aebf: + + # Liz "No screaming allowed either." + Liz "Também não é permitido gritar." + +# game/4_noelle.rpy:2839 +translate brazilian_portuguese bigBrainMove_32a44a05: + + # Min "Goddammit..." + Min "Merda..." + +# game/4_noelle.rpy:2843 +translate brazilian_portuguese bigBrainMove_cea4aec0: + + # "Jun-seo winds up again. In the meantime, Akarsha has gone suspiciously quiet." + "Jun-seo faz a pose de arremesso novamento. No meio tempo, Akarsha fica suspeitosamente quieta." + +# game/4_noelle.rpy:2845 +translate brazilian_portuguese bigBrainMove_e47d28aa: + + # Akarsha "........." + Akarsha "........." + +# game/4_noelle.rpy:2855 +translate brazilian_portuguese bigBrainMove_2c3d18f7: + + # "Akarsha leans in so she gets hit by the pitch again!" + "Akarsha para ser atingida pelo arremesso novamente!" + +# game/4_noelle.rpy:2858 +translate brazilian_portuguese bigBrainMove_db151346: + + # Chryssa "Not again!" with sshake + Chryssa "De novo não!" with sshake + +# game/4_noelle.rpy:2860 +translate brazilian_portuguese bigBrainMove_970a3359: + + # Min "Great going, you just lost us the game!" with sshake + Min "Boa ideia, você acabou nos fazer perder o jogo!" with sshake + +# game/4_noelle.rpy:2864 +translate brazilian_portuguese bigBrainMove_d5c13635: + + # Akarsha "YAAAaaaaaAAAAA!!" with sshake + Akarsha "YAAAaaaaaAAAAA!!" with sshake + +# game/4_noelle.rpy:2868 +translate brazilian_portuguese bigBrainMove_70079749: + + # "Akarsha races toward first base like her life depends on it!" with sshake + "Akarsha sai correndo para a primeira base como se sua vida dependesse disso!" with sshake + +# game/4_noelle.rpy:2870 +translate brazilian_portuguese bigBrainMove_c9d676fc: + + # Subzero "G-guys? Why's she's running?" + Subzero "G-gente? Por que ela tá correndo?" + +# game/4_noelle.rpy:2872 +translate brazilian_portuguese bigBrainMove_c26944d8: + + # Hayden "Tag her if she tries to steal second!" + Hayden "Pega ela se ela tentar pegar a segunda base!" + +# game/4_noelle.rpy:2874 +translate brazilian_portuguese bigBrainMove_aaf993d0: + + # "Hayden quickly throws the ball to Subhaan, the first baseman. Akarsha hastily stops in her tracks." + "Hayden rapidamente joga a bola de volta para Subhaan, o primeira base. Akarsha para precipitadamente de correr." + +# game/4_noelle.rpy:2876 +translate brazilian_portuguese bigBrainMove_23aafea6: + + # Akarsha "Uh-oh!" + Akarsha "Uh-oh!" + +# game/4_noelle.rpy:2878 +translate brazilian_portuguese bigBrainMove_df9a83e3: + + # Subzero "Come back here!" with sshake + Subzero "Volta aqui!" with sshake + +# game/4_noelle.rpy:2879 +translate brazilian_portuguese bigBrainMove_239adbe6: + + # "Akarsha turns and scrambles back the way she came with Subhaan at her heels." + "Akarsha se vira e sai correndo de volta de onde ela veio com Subhaan logo atrás dela." + +# game/4_noelle.rpy:2881 +translate brazilian_portuguese bigBrainMove_5f5c2082: + + # NoelleT "What is she doing?! There's no benefit to her retreating all the way back home!" with sshake + NoelleT "O que ela está fazendo?! Não tem benefício nela voltar para a base inicial!" with sshake + +# game/4_noelle.rpy:2884 +translate brazilian_portuguese bigBrainMove_31c1cb79: + + # "As Akarsha nears home, Subhaan hurls the ball back to Hayden, who lunges forward to tag her." + "Enquanto Akarsha chega perto da base inicial, Subhaan lança a bola de volta para Hayden, que freneticamente começa a perseguir ela." + +# game/4_noelle.rpy:2888 +translate brazilian_portuguese bigBrainMove_589d589e: + + # Liz "They've panicked and forgotten the basic rules of baseball!" with sshake + Liz "Eles entraram em pânico e esqueceram as regras básicas de baseball!" with sshake + +# game/4_noelle.rpy:2889 +translate brazilian_portuguese bigBrainMove_18bbd27b: + + # Liz "All they have to do is tag first base for a force out!" + Liz "Tudo que eles precisam fazer é pegar a primeira base para fazer um force play!" + +# game/4_noelle.rpy:2892 +translate brazilian_portuguese bigBrainMove_96cb30a2: + + # Noelle "{i}Can{/i} they do that? She was hit by the pitch — she's entitled to first base." + Noelle "Eles {i}podem{/i} fazer isso? Ela foi atingida pelo arremesso — ela tem direito à primeira base." + +# game/4_noelle.rpy:2895 +translate brazilian_portuguese bigBrainMove_f446d04c: + + # Liz "...Good point..." + Liz "...Bom ponto..." + +# game/4_noelle.rpy:2900 +translate brazilian_portuguese bigBrainMove_a89a9dcf: + + # Jun "GUYS, DON'T FORGET DIYA'S RUNNING TOO!" with sshake + Jun "GENTE, NÃO SE ESQUEÇAM QUE A DIYA ESTÁ CORRENDO TAMBÉM!" with sshake + +# game/4_noelle.rpy:2902 +translate brazilian_portuguese bigBrainMove_d1ebda1b: + + # Hayden "HUH?" + Hayden "HUH?" + +# game/4_noelle.rpy:2907 +translate brazilian_portuguese bigBrainMove_d053de48: + + # "Diya slides home in the confusion!" with sshake + "Diya desliza para a base inicial na confusão!" with sshake + +# game/4_noelle.rpy:2911 +translate brazilian_portuguese bigBrainMove_d8d48025: + + # Min "YEAHHHHHH!!!!!" with sshake + Min "ISSO AÍÍÍÍÍ!!!!!" with sshake + +# game/4_noelle.rpy:2914 +translate brazilian_portuguese bigBrainMove_baf54a41: + + # Diya "...!!" + Diya "...!!" + +# game/4_noelle.rpy:2917 +translate brazilian_portuguese bigBrainMove_a3277a29: + + # "Min runs over to home base and starts furiously kissing Diya as Hayden chases Akarsha back toward first." + "Min corre para a base inicial e começa a furiosamente beijar a Diya enquanto Hayden persegue Akarsha de volta para a primeira base." + +# game/4_noelle.rpy:2921 +translate brazilian_portuguese bigBrainMove_6b19e37f: + + # Chryssa "GET OFF THE PLAYING FIELD!! THE GAME'S NOT OVER YET!" with sshake + Chryssa "SAIAM DO CAMPO!! O JOGO NÃO ACABOU AINDA!" with sshake + +# game/4_noelle.rpy:2923 +translate brazilian_portuguese bigBrainMove_4d953afa: + + # Ester "It's not? I thought we won?" + Ester "Não acabou? Pensei que nós tínhamos ganhado?" + +# game/4_noelle.rpy:2925 +translate brazilian_portuguese bigBrainMove_eb825cab: + + # Chryssa "The run won't count if Akarsha is the third out before making it to first base!" + Chryssa "A corrida não vai contar se Akarsha for a terceira eliminada antes de chegar na primeira base!" + +# game/4_noelle.rpy:2926 +translate brazilian_portuguese bigBrainMove_3010664c: + + # Chryssa "Er, if they even can tag her out? I don't know anymore." + Chryssa "Er, se eles sequer conseguirem pegar ela? Eu nem sei mais." + +# game/4_noelle.rpy:2930 +translate brazilian_portuguese bigBrainMove_e494c7e6: + + # Chryssa "GET OFF THE PLAYING FIELD!! YOU CAN CELEBRATE LATER!!" with sshake + Chryssa "SAIAM DO CAMPO!! VOCÊS PODEM CELEBRAR DEPOIS!!" with sshake + +# game/4_noelle.rpy:2932 +translate brazilian_portuguese bigBrainMove_50492c9c: + + # Liz "The run won't even count if Akarsha is the third out before making it to first base!" + Liz "A corrida nem vai contar se Akarsha for a terceira eliminada antes de chegar na primeira base!" + +# game/4_noelle.rpy:2933 +translate brazilian_portuguese bigBrainMove_27c41b70: + + # Liz "Er, if they even can tag her out? I'm not sure anymore." + Liz "Er, se eles sequer conseguirem pegar ela? Eu nem sei mais." + +# game/4_noelle.rpy:2938 +translate brazilian_portuguese bigBrainMove_9ee5f848: + + # "As she's trying to weasel past Subhaan, Akarsha trips on her own shoelaces and collides with him!" + "Enquanto ela tenta passar por Subhaan, Akarsha tropeça em seus próprios cadarços e colide com ele!" + +# game/4_noelle.rpy:2942 +translate brazilian_portuguese bigBrainMove_4d81e02d: + + # Akarsha "Agh!" with sshake + Akarsha "Agh!" with sshake + +# game/4_noelle.rpy:2949 +translate brazilian_portuguese bigBrainMove_0c9acc72: + + # "Akarsha bangs her head on Subhaan's knee on her way down!" + "Akarsha bate sua cabeça no joelho de Subhaan enquanto cai!" + +# game/4_noelle.rpy:2951 +translate brazilian_portuguese bigBrainMove_ba4d3d6a: + + # Subzero "Oh my god!" with sshake + Subzero "Ai meu deus!" with sshake + +# game/4_noelle.rpy:2953 +translate brazilian_portuguese bigBrainMove_3dd98bff: + + # Noelle "Akarsha!" with sshake + Noelle "Akarsha!" with sshake + +# game/4_noelle.rpy:2958 +translate brazilian_portuguese bigBrainMove_a7daa756: + + # "Without thinking, she runs over to where Akarsha is lying motionless on the ground." + "Sem pensar, ela corre até onde Akarsha está deitada sem se mexer no chão." + +# game/4_noelle.rpy:2961 +translate brazilian_portuguese bigBrainMove_c09edd9a: + + # Noelle "Akarsha! Are you alright?" with sshake + Noelle "Akarsha! Você está bem?" with sshake + +# game/4_noelle.rpy:2963 +translate brazilian_portuguese bigBrainMove_499ab866: + + # "Akarsha doesn't respond." + "Akarsha não responde." + +# game/4_noelle.rpy:2964 +translate brazilian_portuguese bigBrainMove_dcf7be39: + + # "Coming from Akarsha, the silence is a thousand times scarier than if she'd been screaming." + "Vindo da Akarsha, o silêncio é mil vezes pior do que se ela estivesse gritando." + +# game/4_noelle.rpy:2966 +translate brazilian_portuguese bigBrainMove_fbcfde90: + + # Noelle "Please be alright..." + Noelle "Por favor esteja bem..." + +# game/4_noelle.rpy:2969 +translate brazilian_portuguese bigBrainMove_a509a304: + + # "Her voice comes out all choked and funny, and Noelle realizes with horror that she's crying." + "Sua voz sai toda engasgada e tremida, e Noelle percebe com horror que ela está chorando." + +# game/4_noelle.rpy:2975 +translate brazilian_portuguese bigBrainMove_fa0dbe14: + + # Noelle "The world would be an awful place without you..." + Noelle "O mundo seria um lugar terrível sem você..." + +# game/4_noelle.rpy:2981 +translate brazilian_portuguese bigBrainMove_dfb591c1: + + # Akarsha "Owww..." + Akarsha "Aiiiii..." + +# game/4_noelle.rpy:2986 +translate brazilian_portuguese bigBrainMove_636a9174: + + # "Dazed, Akarsha slowly begins to sit up." + "Atordoada, Akarsha lentamente começa a se sentar." + +# game/4_noelle.rpy:2987 +translate brazilian_portuguese bigBrainMove_b020f6bd: + + # "Noelle is so relieved that she tearfully pulls Akarsha into a hug for a moment before a mixture of other emotions catch up with her." + "Noelle está tão aliviada que ela puxa Akarsha para um abraço em lágrimas por um momento, antes de ser atingida por uma mistura de outras emoções." + +# game/4_noelle.rpy:2990 +translate brazilian_portuguese bigBrainMove_b3724e90: + + # NoelleT "Wait, what am I doing?!" with sshake + NoelleT "Espera, o que eu estou fazendo?!" with sshake + +# game/4_noelle.rpy:2993 +translate brazilian_portuguese bigBrainMove_657cadba: + + # "Her heart pounding, Noelle hastily shoves Akarsha away, sending her crashing back to the ground." with sshake + "Seu coração batendo, Noelle rudemente empurra Akarsha para longe, fazendo Akarsha cair no chão de novo." with sshake + +# game/4_noelle.rpy:2995 +translate brazilian_portuguese bigBrainMove_43cf8fe3: + + # Akarsha "Whuh?!" with sshake + Akarsha "Huh?!" with sshake + +# game/4_noelle.rpy:2999 +translate brazilian_portuguese bigBrainMove_cc7821ae: + + # Noelle "YOU ABSOLUTE ARSE!" with sshake + Noelle "SUA MALDITA!" with sshake + +# game/4_noelle.rpy:3000 +translate brazilian_portuguese bigBrainMove_b5f44421: + + # Noelle "YOU SCARED ME! DON'T EVER DO THAT AGAIN!" with sshake + Noelle "VOCÊ ME ASSUSTOU! NÃO FAÇA ISSO DE NOVO!" with sshake + +# game/4_noelle.rpy:3002 +translate brazilian_portuguese bigBrainMove_8c81ba06: + + # "Noelle frantically wipes her tears away as Akarsha wobbles back to her feet." + "Noelle freneticamente limpa suas lágrimas enquanto Akarsha se levanta cambaleante." + +# game/4_noelle.rpy:3003 +translate brazilian_portuguese bigBrainMove_22f64fbd: + + # "Soon, the others have gathered around her in concern." + "Logo, os outros se reúnem ao redor dela, preocupados." + +# game/4_noelle.rpy:3005 +translate brazilian_portuguese bigBrainMove_2f24b8d4: + + # Chryssa "You okay?" + Chryssa "Você tá bem?" + +# game/4_noelle.rpy:3007 +translate brazilian_portuguese bigBrainMove_68d2ec72: + + # Akarsha "Yeah, just woozy..." + Akarsha "Sim, só tonta..." + +# game/4_noelle.rpy:3009 +translate brazilian_portuguese bigBrainMove_f0d57662: + + # Chryssa "What year is it?" + Chryssa "Em que ano estamos?" + +# game/4_noelle.rpy:3011 +translate brazilian_portuguese bigBrainMove_9bd5166f: + + # Akarsha "1834...?" + Akarsha "1834..?" + +# game/4_noelle.rpy:3013 +translate brazilian_portuguese bigBrainMove_43bac1bf: + + # Akarsha "Just kidding, 2009." + Akarsha "Tô brincando, 2009." + +# game/4_noelle.rpy:3016 +translate brazilian_portuguese bigBrainMove_ce9fbc41: + + # Noelle "HOW CAN YOU BE CRACKING JOKES RIGHT NOW?!" with sshake + Noelle "COMO VOCÊ PODE ESTAR FAZENDO PIADAS AGORA?!" with sshake + +# game/4_noelle.rpy:3019 +translate brazilian_portuguese bigBrainMove_00c2b521: + + # Chryssa "Can you tell me what happened?" + Chryssa "Você pode me contar o que aconteceu?" + +# game/4_noelle.rpy:3021 +translate brazilian_portuguese bigBrainMove_20068413: + + # Akarsha "I got myself into a pickle, tripped, and ate shit." + Akarsha "Eu me meti numa enrascada, tropecei e comi merda." + +# game/4_noelle.rpy:3023 +translate brazilian_portuguese bigBrainMove_947cd472: + + # Chryssa "Okay, good..." + Chryssa "Okay, tudo certo..." + +# game/4_noelle.rpy:3026 +translate brazilian_portuguese bigBrainMove_bd2953ee: + + # Liz "Ask her if she feels nauseous." + Liz "Pergunta se ela está se sentindo enjoada." + +# game/4_noelle.rpy:3028 +translate brazilian_portuguese bigBrainMove_d0b96afa: + + # Chryssa "Do you feel nauseous?" + Chryssa "Você está se sentindo enjoada?" + +# game/4_noelle.rpy:3030 +translate brazilian_portuguese bigBrainMove_f66300ff: + + # Akarsha "Naw." + Akarsha "Nem." + +# game/4_noelle.rpy:3031 +translate brazilian_portuguese bigBrainMove_1b8b43fb: + + # "As they run through a series of tests for concussion, Chryssa and Liz relax a bit." + "Após elas fazerem uma série de testes para uma concussão, Chryssa e Liz relaxam um pouco." + +# game/4_noelle.rpy:3033 +translate brazilian_portuguese bigBrainMove_113327f1: + + # Chryssa "You seem fine...It's good that you can remember what happened and walk." + Chryssa "Você parece estar bem...É bom que você consegue lembrar o que aconteceu e andar." + +# game/4_noelle.rpy:3035 +translate brazilian_portuguese bigBrainMove_1f217852: + + # Liz "It looked like you lost consciousness for a second there, though." + Liz "Mas pareceu que você perdeu a consciência por um momento." + +# game/4_noelle.rpy:3037 +translate brazilian_portuguese bigBrainMove_1f5fa0be: + + # Akarsha "I wasn't knocked out, I was thinking the whole time." + Akarsha "Eu não estava desmaiada, eu estava pensando o tempo todo." + +# game/4_noelle.rpy:3039 +translate brazilian_portuguese bigBrainMove_9eb7f0d7: + + # NoelleT "Huh?!" with sshake + NoelleT "Huh?!" with sshake + +# game/4_noelle.rpy:3042 +translate brazilian_portuguese bigBrainMove_1e8aecdd: + + # Akarsha "I was just stunned 'cause it really hurt." + Akarsha "Eu só estava atordoada porque realmente doeu." + +# game/4_noelle.rpy:3044 +translate brazilian_portuguese bigBrainMove_ebb92397: + + # Noelle "So...you remember what I said to you?" + Noelle "Então...você lembra o que eu te falei?" + +# game/4_noelle.rpy:3047 +translate brazilian_portuguese bigBrainMove_1291e76a: + + # Akarsha "Yeah, that I'm an arse?" + Akarsha "Sim, que eu era uma maldita?" + +# game/4_noelle.rpy:3049 +translate brazilian_portuguese bigBrainMove_a866d33d: + + # Noelle "What about before that?" + Noelle "E antes disso?" + +# game/4_noelle.rpy:3052 +translate brazilian_portuguese bigBrainMove_38e7355a: + + # Akarsha "Um...Before that, everyone was screaming that I fell." + Akarsha "Um...Antes disso, todo mundo estava gritando que eu tinha caído." + +# game/4_noelle.rpy:3053 +translate brazilian_portuguese bigBrainMove_5810b156: + + # Akarsha "It was so chaotic, it all kinda blurred together." + Akarsha "Foi tão caótico, que meio que se misturou tudo junto." + +# game/4_noelle.rpy:3056 +translate brazilian_portuguese bigBrainMove_b736bd39: + + # Akarsha "Why, did you finally call me Sub-Zero?" + Akarsha "Por que, você finalmente me chamou de Sub-Zero?" + +# game/4_noelle.rpy:3058 +translate brazilian_portuguese bigBrainMove_40b1e8db: + + # Noelle "I most certainly did not." with sshake + Noelle "Eu com certeza não chamei." with sshake + +# game/4_noelle.rpy:3060 +translate brazilian_portuguese bigBrainMove_3bc3f304: + + # NoelleT "What a relief! It would have been mortifying if she'd heard me falling to pieces over her." + NoelleT "Que alívio! Teria sido horrível se ela tivesse ouvido eu ficar tão abalada por ela." + +# game/4_noelle.rpy:3064 +translate brazilian_portuguese bigBrainMove_4e33a983: + + # Chryssa "We should still get you checked out by an adult." + Chryssa "Mesmo assim, nós deveríamos te levar para ser checada por um adulto." + +# game/4_noelle.rpy:3066 +translate brazilian_portuguese bigBrainMove_930a273d: + + # Min "Aren't you and Liz technically adults now?" + Min "Você e a Liz não são tecnicamente adultas agora?" + +# game/4_noelle.rpy:3068 +translate brazilian_portuguese bigBrainMove_6b42c7d3: + + # Chryssa "You know what I mean. {i}Real{/i} adults, like the school nurse." + Chryssa "Você sabe o que eu quero dizer. Adultos {i}reais{/i}, tipo a enfermeira da escola." + +# game/4_noelle.rpy:3071 +translate brazilian_portuguese bigBrainMove_f82469a9: + + # Hayden "Does that mean the game's over?" + Hayden "Isso quer dizer que o jogo acabou?" + +# game/4_noelle.rpy:3073 +translate brazilian_portuguese bigBrainMove_e9d95cd0: + + # Chryssa "Yeah, sorry...We'll have to rematch you guys some other time." + Chryssa "É, desculpa...A gente faz uma revanche com vocês alguma outra vez." + +# game/4_noelle.rpy:3076 +translate brazilian_portuguese bigBrainMove_b549ff4f: + + # Min "Wait, so did we win? Did Diya's run count?" + Min "Espera, então a gente ganhou? A corrida da Diya contou?" + +# game/4_noelle.rpy:3078 +translate brazilian_portuguese bigBrainMove_9969eaec: + + # Min "Wait, so did we tie? Did Diya's run count?" + Min "Espera, então a gente empatou? A corrida da Diya contou?" + +# game/4_noelle.rpy:3080 +translate brazilian_portuguese bigBrainMove_406d5263: + + # Noelle "Unfortunately, no." + Noelle "Infelizmente, não." + +# game/4_noelle.rpy:3081 +translate brazilian_portuguese bigBrainMove_fd849569: + + # Noelle "My understanding is that Akarsha ultimately violated Section 4 of Rule 8 — She made a travesty of the game." + Noelle "No meu entendimento a Akarsha acabou violando a Seção 4 da Regra 8 - Ela fez uma distorção do jogo." + +# game/4_noelle.rpy:3084 +translate brazilian_portuguese bigBrainMove_9b7fcd20: + + # Akarsha "A {i}travesty?{/i} That's such a dramatic way to put it, I love it." + Akarsha "Uma {i}distorção?{/i} Isso é um jeito tão dramático de dizer isso, eu amei." + +# game/4_noelle.rpy:3091 +translate brazilian_portuguese bigBrainMove_ae115657: + + # Subzero "I'm so sorry! You can hit my head super hard too as payback!" + Subzero "Eu sinto muito! Você pode bater na minha cabeça com muita força também como retaliação!" + +# game/4_noelle.rpy:3092 +translate brazilian_portuguese bigBrainMove_67350271: + + # Subzero "Like with the bat or something!" + Subzero "Tipo com o taco ou algo assim!" + +# game/4_noelle.rpy:3094 +translate brazilian_portuguese bigBrainMove_df68f8f4: + + # Jun "Why?! It wouldn't help at all!" + Jun "Por quê?! Isso não ajudaria em nada!" + +# game/4_noelle.rpy:3096 +translate brazilian_portuguese bigBrainMove_0d142d7a: + + # Min "I'll do it." + Min "Eu faço." + +# game/4_noelle.rpy:3098 +translate brazilian_portuguese bigBrainMove_e9537988: + + # Chryssa "NO ONE'S HITTING ANYBODY IN THE HEAD WITH THE BAT!" with sshake + Chryssa "NINGUÉM VAI BATER EM NINGUÉM NA CABEÇA COM O TACO!" with sshake + +# game/4_noelle.rpy:3108 +translate brazilian_portuguese bigBrainMove_c108e4ea: + + # Liz "Noelle, could you escort Akarsha to the nurse's office?" + Liz "Noelle, você pode levar a Akarsha para a enfermaria?" + +# game/4_noelle.rpy:3111 +translate brazilian_portuguese bigBrainMove_318273e6: + + # Noelle "Alright, fine." + Noelle "Tudo bem." + +# game/4_noelle.rpy:3116 +translate brazilian_portuguese bigBrainMove_20cba5c0: + + # "Noelle and Akarsha trudge back up the hill toward the school." + "Noelle e Akarsha sobem o morro em direção a escola." + +# game/4_noelle.rpy:3117 +translate brazilian_portuguese bigBrainMove_2183defb: + + # "Suddenly Akarsha touches her own cheek, confused." + "De repente, Akarsha toca sua própria bochecha, confusa." + +# game/4_noelle.rpy:3119 +translate brazilian_portuguese bigBrainMove_2a7c77d2: + + # Akarsha "Why is my face wet?" + Akarsha "Por que meu rosto está molhado?" + +# game/4_noelle.rpy:3121 +translate brazilian_portuguese bigBrainMove_9d73f57c: + + # Noelle "What?" + Noelle "O quê?" + +# game/4_noelle.rpy:3124 +translate brazilian_portuguese bigBrainMove_427f7cb7: + + # Akarsha "There's something wet on my cheek. Like water." + Akarsha "Tem algo molhado na minha bochecha. Tipo água." + +# game/4_noelle.rpy:3126 +translate brazilian_portuguese bigBrainMove_d61d17b7: + + # NoelleT "It's from when I was crying over her!" with sshake + NoelleT "É de quando eu estava chorando sobre ela!" with sshake + +# game/4_noelle.rpy:3128 +translate brazilian_portuguese bigBrainMove_63c4925d: + + # Noelle "That...that must've been someone's spit that fell on you." + Noelle "Isso...isso deve ser o cuspe de alguém que caiu em você." + +# game/4_noelle.rpy:3131 +translate brazilian_portuguese bigBrainMove_45ba45f8: + + # Akarsha "Huh?! Ew!" with sshake + Akarsha "Huh?! Eca!" with sshake + +# game/4_noelle.rpy:3135 +translate brazilian_portuguese bigBrainMove_213221d9: + + # Akarsha "Man...If only I hadn't tripped, I totally would've saved the day." + Akarsha "Cara...Se eu não tivesse tropeçado, eu teria totalmente salvado o dia." + +# game/4_noelle.rpy:3137 +translate brazilian_portuguese bigBrainMove_b9b57f0b: + + # Akarsha "You should thank me for tryin' to save you from making us lose." + Akarsha "Você deveria me agradecer por tentar salvar você de nos fazer perder." + +# game/4_noelle.rpy:3142 +translate brazilian_portuguese bigBrainMove_233f9f3d: + + # NoelleT "Now that she mentions it, I do feel a bit bad that she got hurt trying to help me..." + NoelleT "Agora que ela falou, eu me sinto meio mal que ela se machucou tentando me ajudar..." + +# game/4_noelle.rpy:3144 +translate brazilian_portuguese bigBrainMove_f1819922: + + # Noelle "I actually am a bit impressed you wrangled such an improbable outcome out of a walk." + Noelle "Na verdade, estou um pouco impressionada por você ter conseguido um resultado tão improvável de um walk." + +# game/4_noelle.rpy:3145 +translate brazilian_portuguese bigBrainMove_2811afff: + + # Noelle "I truly marvel at your creativity sometimes." + Noelle "Eu realmente fico maravilhada com a sua criatividade às vezes." + +# game/4_noelle.rpy:3150 +translate brazilian_portuguese bigBrainMove_0bcb7d02: + + # Akarsha "Whuh??" + Akarsha "Huh??" + +# game/4_noelle.rpy:3152 +translate brazilian_portuguese bigBrainMove_b0bb2628: + + # Akarsha "Who are you, and what did you do with Noelle?" + Akarsha "Quem é você, e o que você fez com a Noelle?" + +# game/4_noelle.rpy:3154 +translate brazilian_portuguese bigBrainMove_6bf989ce: + + # Noelle "Contrary to common belief, I am, in fact, capable of being nice." + Noelle "Ao contrário da opinião popular, eu sou, na verdade, capaz de ser gentil." + +# game/4_noelle.rpy:3157 +translate brazilian_portuguese bigBrainMove_705e27de: + + # Akarsha "I know, but you usually look like you're passing a really hard poo while you're doing it." + Akarsha "Eu sei, mas você normalmente parece que tá cagando grosso quando você é gentil." + +# game/4_noelle.rpy:3158 +translate brazilian_portuguese bigBrainMove_0156f8db: + + # "Akarsha grabs Noelle's hand and vigorously shakes it up and down." + "Akarsha pega a mão de Noelle e vigorosamente balança ela para cima e para baixo." + +# game/4_noelle.rpy:3160 +translate brazilian_portuguese bigBrainMove_fe791955: + + # Akarsha "Congratulations! You've learned basic human decency!" + Akarsha "Parabéns! Você aprendeu decência humana básica!" + +# game/4_noelle.rpy:3161 +translate brazilian_portuguese bigBrainMove_1dbe5445: + + # Akarsha "You should try it more often." + Akarsha "Você deveria tentar fazer isso mais vezes." + +# game/4_noelle.rpy:3162 +translate brazilian_portuguese bigBrainMove_049c3d77: + + # "To Noelle's dismay, she feels a strange, almost electric undercurrent of something running between their palms." + "Para preocupação de Noelle, ela sente uma corrente estranha, quase elétrica, de algo correndo entre as palmas das mãos delas." + +# game/4_noelle.rpy:3164 +translate brazilian_portuguese bigBrainMove_a3816e57: + + # NoelleT "Why am I so sensitive to her touch all of a sudden? It didn't used to be like this." + NoelleT "Por que eu estou tão sensível ao toque dela de repente? Não costumava ser assim." + +# game/4_noelle.rpy:3166 +translate brazilian_portuguese bigBrainMove_0bbf6fac: + + # "Noelle thrashes her hand free and seizes Akarsha's wrist!" with sshake + "Noelle solta sua mão e agarra o pulso de Akarsha!" with sshake + +# game/4_noelle.rpy:3168 +translate brazilian_portuguese bigBrainMove_ce00232f: + + # Akarsha "Wah!" with sshake + Akarsha "Ai!" with sshake + +# game/4_noelle.rpy:3170 +translate brazilian_portuguese bigBrainMove_7cbb33f8: + + # NoelleT "Could it be that I'm still excited from the game?" + NoelleT "Será que eu ainda estou agitada pelo jogo?" + +# game/4_noelle.rpy:3171 +translate brazilian_portuguese bigBrainMove_66fd0597: + + # NoelleT "There's probably still adrenaline in my system." + NoelleT "Possivelmente ainda tem adrenalina no meu corpo." + +# game/4_noelle.rpy:3174 +translate brazilian_portuguese bigBrainMove_583330e0: + + # Akarsha "Lemme go!" with sshake + Akarsha "Me solta!" with sshake + +# game/4_noelle.rpy:3177 +translate brazilian_portuguese bigBrainMove_ecf050ab: + + # Akarsha "War crime! War crime!!" with sshake + Akarsha "Crime de guerra! Crime de guerra!!" with sshake + +# game/4_noelle.rpy:3180 +translate brazilian_portuguese bigBrainMove_d906b2b4: + + # Noelle "IT'S NOT A WAR CRIME TO GRAB SOMEONE'S ARM!" with sshake + Noelle "NÃO É UM CRIME DE GUERRA PEGAR O BRAÇO DE ALGUÉM!" with sshake + +# game/4_noelle.rpy:3185 +translate brazilian_portuguese bigBrainMove_a68b07cf: + + # NoelleT "Oh, the humanity!" + NoelleT "Ah, a humanidade!" + +# game/4_noelle.rpy:3186 +translate brazilian_portuguese bigBrainMove_e27607e2: + + # NoelleT "To be captivated by a court jester — a circus clown juggling five bowling pins!" + NoelleT "Ser cativada por uma boba da corte - uma palhaça de circo fazendo malabarismo com cinco pinos de boliche!" + +# game/4_noelle.rpy:3202 +translate brazilian_portuguese math_d537ffe3: + + # "Diya blearily looks up from her textbook as Akarsha takes her usual seat in front of Noelle." + "Diya ergue seus olhos turvos de seu livro enquanto Akarsha se senta em seu lugar habitual na frente de Noelle." + +# game/4_noelle.rpy:3204 +translate brazilian_portuguese math_6aa4145a: + + # Diya "How's your head." + Diya "Como está sua cabeça." + +# game/4_noelle.rpy:3206 +translate brazilian_portuguese math_a357ea1c: + + # Akarsha "Oh, I'm all good now!" + Akarsha "Ah, eu estou bem agora!" + +# game/4_noelle.rpy:3207 +translate brazilian_portuguese math_91e9a66f: + + # Akarsha "The nurse just told me to rest up for a few days." + Akarsha "A enfermeira me falou para descansar por uns dias." + +# game/4_noelle.rpy:3208 +translate brazilian_portuguese math_18fbaa1e: + + # Akarsha "My parents made me see a doctor over the weekend, too, and he said the same thing." + Akarsha "Meus pais me fizeram ir num médico no fim de semana também e ele disse a mesma coisa." + +# game/4_noelle.rpy:3210 +translate brazilian_portuguese math_8240dffc: + + # Noelle "That's good to hear." + Noelle "Bom saber." + +# game/4_noelle.rpy:3217 +translate brazilian_portuguese math_7377b735: + + # Akarsha "I wish I could've used this as an excuse to get outta the Bio test today, though." + Akarsha "Mas eu queria que eu pudesse usar isso como desculpa para faltar a prova de Biologia hoje." + +# game/4_noelle.rpy:3219 +translate brazilian_portuguese math_eac9c3f0: + + # Noelle "At least we have the Multicultural Week Assembly in third period." + Noelle "Pelo menos nós teremos a Reunião da Semana Multicultural no terceiro período." + +# game/4_noelle.rpy:3220 +translate brazilian_portuguese math_c88ed751: + + # Noelle "You can use it as extra time to cram." + Noelle "Você pode usá-lo como tempo extra para estudar." + +# game/4_noelle.rpy:3223 +translate brazilian_portuguese math_c2dcc281: + + # Akarsha "I wanna watch at least some of it, though. I heard there was gonna be a K-pop part." + Akarsha "Mas eu queria ver pelo menos uma parte dele. Ouvi dizer que ia ter uma parte com K-pop." + +# game/4_noelle.rpy:3225 +translate brazilian_portuguese math_f6b93611: + + # "Noelle's heart does a nervous little stutter as Akarsha turns all the way round in her seat to face her." + "O coração de Noelle dá uma tremida nervosa quando Akarsha se vira completamente em seu assento para encarar ela." + +# game/4_noelle.rpy:3227 +translate brazilian_portuguese math_aceeda25: + + # Akarsha "Do you remember the poster that was in the nurse's office?" + Akarsha "Você se lembra do pôster que tinha na enfermaria?" + +# game/4_noelle.rpy:3229 +translate brazilian_portuguese math_b45fca87: + + # Noelle "No. What poster?" + Noelle "Não. Que pôster?" + +# game/4_noelle.rpy:3232 +translate brazilian_portuguese math_f01a342c: + + # Akarsha "It said if your hand is bigger than your face, you have cancer." + Akarsha "O que dizia que se sua mão é maior do que seu rosto, você tem câncer." + +# game/4_noelle.rpy:3234 +translate brazilian_portuguese math_e5e62b50: + + # Diya "That doesn't sound right." + Diya "Isso não parece certo." + +# game/4_noelle.rpy:3236 +translate brazilian_portuguese math_a9c6b441: + + # Noelle "Why would that be the case? Swelling?" + Noelle "Por que seria esse o caso? Inchaço?" + +# game/4_noelle.rpy:3238 +translate brazilian_portuguese math_841496af: + + # "Just to check, Noelle puts her hand over her face to compare their sizes." + "Só para checar, Noelle põe sua mão sobre seu rosto para comparar seus tamanhos." + +# game/4_noelle.rpy:3245 +translate brazilian_portuguese math_8e07980a: + + # "Akarsha slaps Noelle's hand so Noelle smacks herself in the face." + "Akarsha bate na mão de Noelle, fazendo Noelle dar um tapa em sua própria cara." + +# game/4_noelle.rpy:3248 +translate brazilian_portuguese math_bcce352f: + + # Noelle "AKARSHAAAAA!!!!" with sshake + Noelle "AKARSHAAAAA!!!!" with sshake + +# game/4_noelle.rpy:3251 +translate brazilian_portuguese math_1e152ebb: + + # "Akarsha bolts, and Noelle chases after her!" + "Akarsha sai em disparada e Noelle persegue ela!" + +# game/4_noelle.rpy:3254 +translate brazilian_portuguese math_07037f16: + + # "The bell rings!{w=0.26} This concludes Noelle and Akarsha's daily morning scream fest." + "O sinal toca!{w=0.26} Isso termina o festival de gritos diário de Akarsha e Noelle." + +# game/4_noelle.rpy:3255 +translate brazilian_portuguese math_990a6068: + + # "Once they're back in their desks, Noelle glowers at the back of Akarsha's head." + "Assim que elas voltam para suas mesas, Noelle olha furiosamente para a parte de trás da cabeça de Akarsha." + +# game/4_noelle.rpy:3258 +translate brazilian_portuguese math_41858061: + + # NoelleT "I can't keep my eyes off of her. It must be my body's natural defense mechanism in response to threats." + NoelleT "Não consigo tirar os olhos dela. Deve ser o mecanismo de defesa natural do meu corpo em resposta a ameaças." + +# game/4_noelle.rpy:3259 +translate brazilian_portuguese math_41ee4675: + + # NoelleT "If I hold her hand, it'll prevent her from doing the \"Why are you hitting yourself?\" move." + NoelleT "Se eu segurar a mão dela, vou preveni-la de fazer a coisa do \"Por que você está batendo em si mesma?\"." + +# game/4_noelle.rpy:3260 +translate brazilian_portuguese math_b682534e: + + # NoelleT "And if I embrace her, she will be completely immobilized." + NoelleT "E se eu a abraçar, ela ficará completamente imobilizada." + +# game/4_noelle.rpy:3261 +translate brazilian_portuguese math_bf37e464: + + # NoelleT "Yes. There are perfectly reasonable explanations for all of these strange urges I'm feeling." + NoelleT "Sim. Existem explicações perfeitamente razoáveis para todos esses impulsos estranhos que estou sentindo." + +# game/4_noelle.rpy:3267 +translate brazilian_portuguese preassembly_da3f6079: + + # "In third period, Noelle's teacher leads the class to the gym to watch the Multicultural assembly." + "No terceiro período, a professora de Noelle leva a turma para o ginásio para ver a reunião Multicultural." + +# game/4_noelle.rpy:3268 +translate brazilian_portuguese preassembly_6e6bebef: + + # "Most of her classmates have their heads buried in their Biology textbooks as they walk, desperately cramming for the impending test." + "A maioria dos seus colegas estão enterrados em seus livros de Biologia enquanto caminham, desesperadamente estudando para a prova iminente." + +# game/4_noelle.rpy:3270 +translate brazilian_portuguese preassembly_6d685766: + + # Diya "Pistil." + Diya "Pistilo." + +# game/4_noelle.rpy:3272 +translate brazilian_portuguese preassembly_ef61b670: + + # Noelle "The ovule producing part of the flower. Next." + Noelle "A parte da flor que produz óvulos. Próximo." + +# game/4_noelle.rpy:3275 +translate brazilian_portuguese preassembly_46375001: + + # Diya "Xylem." + Diya "Xilema." + +# game/4_noelle.rpy:3277 +translate brazilian_portuguese preassembly_ab8ac9a8: + + # Akarsha "Plant tissue that moves water 'n stuff around. Next." + Akarsha "Tecido vegetal que movimenta água e umas outras coisas. Próximo." + +# game/4_noelle.rpy:3279 +translate brazilian_portuguese preassembly_f2494aff: + + # Diya "What's \"stuff\"." + Diya "O que são \"outras coisas\"." + +# game/4_noelle.rpy:3281 +translate brazilian_portuguese preassembly_1da18b3a: + + # Akarsha "Like, stuff. Y'know...Stuff." + Akarsha "Tipo, outras coisas. Sabe...Coisas." + +# game/4_noelle.rpy:3283 +translate brazilian_portuguese preassembly_df0ef030: + + # Noelle "You know, Akarsha, I've never actually seen you study for something in earnest before." + Noelle "Sabe, Akarsha, nunca vi você estudar para algo seriamente antes." + +# game/4_noelle.rpy:3286 +translate brazilian_portuguese preassembly_bc861cce: + + # Akarsha "Ya, well, I decided to actually try normally for once." + Akarsha "É, bem, eu decidi realmente tentar normalmente pela primeira vez." + +# game/4_noelle.rpy:3287 +translate brazilian_portuguese preassembly_f1a8e819: + + # Akarsha "I think I have too many lies and weird plots goin' on at the same time, and it's tiring me out." + Akarsha "Acho que tenho muitas mentiras e tramas estranhas acontecendo ao mesmo tempo, e isso está me cansando." + +# game/4_noelle.rpy:3300 +translate brazilian_portuguese preassembly_04df5a63: + + # NoelleT "You fool...You nuisance...You liar..." + NoelleT "Sua tola...Sua praga...Sua mentirosa..." + +# game/4_noelle.rpy:3301 +translate brazilian_portuguese preassembly_9a8505ee: + + # NoelleT "I want to know everything about you..." + NoelleT "Eu quero saber tudo sobre você..." + +# game/4_noelle.rpy:3302 +translate brazilian_portuguese preassembly_1a336e0e: + + # NoelleT "I want you to tell me every thought that's ever crossed your mind..." + NoelleT "Eu quero que você me fale cada pensamento que já passou pela sua mente..." + +# game/4_noelle.rpy:3305 +translate brazilian_portuguese preassembly_131ef4d6: + + # Diya "Sepal." + Diya "Sépala." + +# game/4_noelle.rpy:3307 +translate brazilian_portuguese preassembly_4df55757: + + # Akarsha "The outer part of the flower, the green leafy part." + Akarsha "A parte externa da flor, a parte verde folhosa." + +# game/4_noelle.rpy:3309 +translate brazilian_portuguese preassembly_bba1beb2: + + # NoelleT "Why am I so infatuated with her?" + NoelleT "Por que eu estou tão fixada nela?" + +# game/4_noelle.rpy:3310 +translate brazilian_portuguese preassembly_a654af1e: + + # NoelleT "It can't possibly be that I fancy her." + NoelleT "Não pode ser que eu estou gostando dela." + +# game/4_noelle.rpy:3312 +translate brazilian_portuguese preassembly_d0dbf088: + + # NoelleT "No...Surely not!" with sshake + NoelleT "Não...Claro que não!" with sshake + +# game/4_noelle.rpy:3313 +translate brazilian_portuguese preassembly_06402f11: + + # NoelleT "I may have grown used to the concept of Diya dating Min, but I have no intention of being in a relationship like that myself." + NoelleT "Eu posso ter me acostumado com o conceito da Diya namorando a Min, mas não tenho intenção alguma de estar em um relacionamento assim eu mesma." + +# game/4_noelle.rpy:3314 +translate brazilian_portuguese preassembly_d5a380c8: + + # NoelleT "Even now that I'm aware it's possible for two women to...copulate...that changes nothing!" + NoelleT "Mesmo que agora eu saiba que é possível que duas mulheres tenham....relações...isso não muda nada!" + +# game/4_noelle.rpy:3315 +translate brazilian_portuguese preassembly_2f634706: + + # NoelleT "Homosexuals can't even legally get married anymore. It seems unwise to pursue a lifestyle reliant on the mercy of a government as unreliable as our own." + NoelleT "Homossexuais não podem nem mais se casar legalmente. Seria estúpido seguir um estilo de vida dependente da misericórdia de um governo tão pouco confiável quanto o nosso." + +# game/4_noelle.rpy:3318 +translate brazilian_portuguese preassembly_4b2f5825: + + # "Akarsha gives her an odd look." + "Akarsha dá uma olhada estranha para ela." + +# game/4_noelle.rpy:3319 +translate brazilian_portuguese preassembly_7abb8768: + + # Akarsha "...Why're you glaring at me?" + Akarsha "...Por que você tá me encarando?" + +# game/4_noelle.rpy:3321 +translate brazilian_portuguese preassembly_0e94a64a: + + # NoelleT "Oh...Is that how my face looked?" + NoelleT "Ah...Era assim que meu rosto estava parecendo?" + +# game/4_noelle.rpy:3324 +translate brazilian_portuguese preassembly_a9fda0c9: + + # Akarsha "I haven't even done anything yet." + Akarsha "Eu nem fiz nada ainda." + +# game/4_noelle.rpy:3326 +translate brazilian_portuguese preassembly_eb52153f: + + # Noelle "YET?" with sshake + Noelle "AINDA?" with sshake + +# game/4_noelle.rpy:3329 +translate brazilian_portuguese preassembly_2fc393e2: + + # Noelle "Oof!" with sshake + Noelle "Ugh!" with sshake + +# game/4_noelle.rpy:3332 +translate brazilian_portuguese preassembly_206ff125: + + # "Noelle walks straight into someone in the class walking ahead of them." + "Noelle acidentalmente colide com alguém da turma que está andando a frente delas." + +# game/4_noelle.rpy:3334 +translate brazilian_portuguese preassembly_2955703d: + + # Grace "Kyaaaa!" with sshake + Grace "Kyaaaa!" with sshake + +# game/4_noelle.rpy:3336 +translate brazilian_portuguese preassembly_fcbd3e54: + + # Sayeeda "Oh hai, it's you guys!" + Sayeeda "Ah opa, são vocês!" + +# game/4_noelle.rpy:3338 +translate brazilian_portuguese preassembly_a7351239: + + # Akarsha "Oh hey! What's up?" + Akarsha "Ah ei! Como cês tão?" + +# game/4_noelle.rpy:3340 +translate brazilian_portuguese preassembly_6041e317: + + # Ester "I posted the first chapter of my webcomic." + Ester "Eu postei o primeiro capítulo da minha webcomic." + +# game/4_noelle.rpy:3342 +translate brazilian_portuguese preassembly_9b829dd7: + + # Sayeeda "I saw! Every page has like, four comments!!" with sshake + Sayeeda "Eu vi! Todas as páginas tem tipo, quatro comentários!!" with sshake + +# game/4_noelle.rpy:3345 +translate brazilian_portuguese preassembly_a013bc8f: + + # NoelleT "Is that good...? I have no idea how to gauge webcomic success." + NoelleT "Isso é bom..? Eu não tenho ideia de como avaliar o sucesso de uma webcomic." + +# game/4_noelle.rpy:3348 +translate brazilian_portuguese preassembly_c6dc8947: + + # Grace "Ester, you're like, you're a celebrity now!" + Grace "Ester, você é tipo, uma celebridade agora!" + +# game/4_noelle.rpy:3350 +translate brazilian_portuguese preassembly_c3861884: + + # Akarsha "Ooh, I wanna see!" + Akarsha "Ooh, eu quero ver!" + +# game/4_noelle.rpy:3352 +translate brazilian_portuguese preassembly_472f0748: + + # Ester "Here, I scanned all these comic pages from my sketchbook." + Ester "Aqui, eu escaneei todas as páginas dos quadrinhos do meu livro de rascunhos." + +# game/4_noelle.rpy:3353 +translate brazilian_portuguese preassembly_121d97a1: + + # "She holds her sketchbook out so Noelle, Diya, and Akarsha can read it as they walk." + "Ela segura o seu caderno de rascunhos para que Noelle, Diya e Akarsha possam ler enquanto caminham." + +# game/4_noelle.rpy:3357 +translate brazilian_portuguese preassembly_fba92daf: + + # Noelle "This is not scientifically accurate..." + Noelle "Isso não é cientificamente correto..." + +# game/4_noelle.rpy:3358 +translate brazilian_portuguese preassembly_ecc3e14d: + + # Noelle "But at least it's easier to follow than that accursed English video we made." + Noelle "Mas pelo menos é mais fácil de acompanhar do que aquele maldito vídeo de Inglês que nós fizemos." + +# game/4_noelle.rpy:3361 +translate brazilian_portuguese preassembly_38261de3: + + # Akarsha "Hey, were you really in high school if you didn't act in a completely incomprehensible movie with your friends?" + Akarsha "Ei, você realmente estava no ensino médio se você não atuou em um filme completamente incompreensível com seus amigos?" + +# game/4_noelle.rpy:3363 +translate brazilian_portuguese preassembly_a16d98d6: + + # Diya "?" + Diya "?" + +# game/4_noelle.rpy:3364 +translate brazilian_portuguese preassembly_423c85df: + + # Diya "Is that Noelle." + Diya "Seria essa a Noelle." + +# game/4_noelle.rpy:3366 +translate brazilian_portuguese preassembly_ac17d7e7: + + # Noelle "Huh? Where?" + Noelle "Huh? Onde?" + +# game/4_noelle.rpy:3369 +translate brazilian_portuguese preassembly_3bc5571e: + + # "Diya points at a panel showing a character crumpled on the ground." + "Diya aponta para um painel mostrando um personagem caído no chão." + +# game/4_noelle.rpy:3371 +translate brazilian_portuguese preassembly_1cd3fcb1: + + # Noelle "Wait a minute...is this traced from a photo of me?!" with sshake + Noelle "Espera aí...essa é uma foto minha traçada?!" with sshake + +# game/4_noelle.rpy:3374 +translate brazilian_portuguese preassembly_d20afd20: + + # Ester "Er, yeah...But don't worry, I made sure to tweak some things!" + Ester "Er, sim...Mas não se preocupe, eu fiz questão de mexer em algumas coisas!" + +# game/4_noelle.rpy:3375 +translate brazilian_portuguese preassembly_2db147c1: + + # Ester "Her personality is completely different from yours. And I changed her hair color to white." + Ester "A personalidade dela é completamente diferente da sua. E eu até mudei a cor do cabelo dela pra branco." + +# game/4_noelle.rpy:3377 +translate brazilian_portuguese preassembly_61c3e5cd: + + # Noelle "Why white...? Is she old?" + Noelle "Por que branco...? Ela é velha?" + +# game/4_noelle.rpy:3380 +translate brazilian_portuguese preassembly_3fae3b21: + + # Ester "No, it's because she's albino. She has red eyes, too." + Ester "Não, é porque ela é albina. Ela tem olhos vermelhos, também." + +# game/4_noelle.rpy:3382 +translate brazilian_portuguese preassembly_15b4fd51: + + # Noelle "Okay...But what if people still realize this is based on my likeness?" + Noelle "Ok... Mas e se as pessoas ainda perceberem que isso é baseado na minha aparência?" + +# game/4_noelle.rpy:3385 +translate brazilian_portuguese preassembly_199ca5fd: + + # Diya "Looks like someone already did." + Diya "Parece que alguém já percebeu." + +# game/4_noelle.rpy:3387 +translate brazilian_portuguese preassembly_9450e4be: + + # "Sure enough, Min has left a comment on the page where albino Noelle is getting her ass kicked." + "Como dito, Min deixou um comentário na página onde a Noelle albina está levando uma surra." + +# game/4_noelle.rpy:3389 +translate brazilian_portuguese preassembly_3ced1b75: + + # NPC "LMAO GET REKT NERD" + NPC "KJKKKKK SE FODEU NERD" + +# game/4_noelle.rpy:3391 +translate brazilian_portuguese preassembly_689551c7: + + # Akarsha "That's the price of knowing an Artiste." + Akarsha "Esse é o preço de conhecer uma Artiste." + +# game/4_noelle.rpy:3393 +translate brazilian_portuguese preassembly_4d757d72: + + # Ester "Sorry, next time I'll ask for permission first..." + Ester "Desculpa, na próxima vez vou pedir permissão primeiro..." + +# game/4_noelle.rpy:3395 +translate brazilian_portuguese preassembly_17fe07f8: + + # Grace "Ester, you're coming to Fanime with us, right?" + Grace "Ester, você vai vir com a gente para a Fanime, certo?" + +# game/4_noelle.rpy:3397 +translate brazilian_portuguese preassembly_84ad0f3f: + + # Ester "Yeah, I begged my parents to let me go." + Ester "Sim, eu implorei pros meus pais e eles me deixaram ir." + +# game/4_noelle.rpy:3399 +translate brazilian_portuguese preassembly_d86650c2: + + # Grace "We should cosplay as your characters to help promote the comic!" + Grace "Nós deveríamos fazer cosplay dos seus personagens para ajudar a promover sua webcomic!" + +# game/4_noelle.rpy:3402 +translate brazilian_portuguese preassembly_1774cecb: + + # Ester "What?! No!" with sshake + Ester "O quê?! Não!" with sshake + +# game/4_noelle.rpy:3403 +translate brazilian_portuguese preassembly_5c30932c: + + # Ester "The anatomy's so bad. And I made a bunch of mistakes on everyone's outfits..." + Ester "A anatomia está muito ruim. E eu fiz um monte de erros nas roupas de todo mundo..." + +# game/4_noelle.rpy:3406 +translate brazilian_portuguese preassembly_8d34ad4c: + + # Grace "You're famous and you're still saying that BS?!" with sshake + Grace "Você é famosa e você ainda está falando essas bobagens?!" with sshake + +# game/4_noelle.rpy:3407 +translate brazilian_portuguese preassembly_fef7756a: + + # Grace "You created this with your bare hands! So what if it's not perfect? You're god!" + Grace "Você criou isso com suas próprias mãos! E daí que não é perfeito? Você é deus!" + +# game/4_noelle.rpy:3409 +translate brazilian_portuguese preassembly_157c2458: + + # Ester "Okay whatever, do what you want, but I'm wearing normal clothes." + Ester "Okay que seja, façam o que vocês quiserem, mas eu vou usar roupas normais." + +# game/4_noelle.rpy:3411 +translate brazilian_portuguese preassembly_53fc78de: + + # Akarsha "You're seriously gonna be too cool for anime while ATTENDING an anime convention? It's not like you can wander in by accident." + Akarsha "Você vai realmente vai agir como se você fosse legal de mais para ver anime enquanto você está PARTICIPANDO de uma convenção de anime? Não é como se você fosse parar lá sem querer." + +# game/4_noelle.rpy:3413 +translate brazilian_portuguese preassembly_f8d1ee02: + + # Sayeeda "I call dibs on Stellaluna!" + Sayeeda "Eu vou de Stellaluna!" + +# game/4_noelle.rpy:3415 +translate brazilian_portuguese preassembly_b91e2b53: + + # Grace "Then I get Kagami Izuna!!" with sshake + Grace "Então eu fico com Kagami Izuna!!" with sshake + +# game/4_noelle.rpy:3417 +translate brazilian_portuguese preassembly_68076149: + + # Akarsha "Wait, I wanted to be Kagami Izuna!" + Akarsha "Espera, eu queria ser Kagami Izuna!" + +# game/4_noelle.rpy:3419 +translate brazilian_portuguese preassembly_cc3dac19: + + # "Noelle hangs back with Diya as the others argue, trying to process a confusing tangle of feelings about not being the center of Akarsha's attention." + "Noelle fica com Diya enquanto as outras discutem, tentando processar um emaranhado confuso de sentimentos por não ser o centro da atenção de Akarsha." + +# game/4_noelle.rpy:3421 +translate brazilian_portuguese preassembly_c39b681a: + + # "She watches Akarsha's ridiculous gait as she walks, the one that apparently marks her as an American in India." + "Ela observa o jeito andar ridículo de Akarsha enquanto caminha, aquele que aparentemente a marca como uma americana na Índia." + +# game/4_noelle.rpy:3423 +translate brazilian_portuguese preassembly_0e9895ad: + + # Noelle "Question: Do you ever feel like love is a choice?" + Noelle "Pergunta: Você já sentiu que o amor é uma escolha?" + +# game/4_noelle.rpy:3426 +translate brazilian_portuguese preassembly_a16d98d6_1: + + # Diya "?" + Diya "?" + +# game/4_noelle.rpy:3428 +translate brazilian_portuguese preassembly_d87aa67f: + + # Noelle "Like you could {i}potentially{/i} fall in love with someone?" + Noelle "Tipo, que você poderia {i}potencialmente{/i} se apaixonar por alguém?" + +# game/4_noelle.rpy:3429 +translate brazilian_portuguese preassembly_786bda3d: + + # Noelle "You're {i}not{/i} in love with them, but if you wanted to feel that way, you {i}could.{/i}" + Noelle "Você {i}não{/i} está apaixonado na pessoa, mas se você quisesse se sentir dessa maneira, você {i}consegueria.{/i}" + +# game/4_noelle.rpy:3430 +translate brazilian_portuguese preassembly_43c8cf32: + + # Noelle "But if you ignore it, it'll pass, eventually." + Noelle "Mas se você ignorasse, iria passar, eventualmente." + +# game/4_noelle.rpy:3433 +translate brazilian_portuguese preassembly_a858b2db: + + # Diya "Isn't that just regular love?" + Diya "Isso não é só amor normal?" + +# game/4_noelle.rpy:3435 +translate brazilian_portuguese preassembly_ac1dc359: + + # Noelle "No, I'm not talking about regular love, like what you and Min experience." + Noelle "Não, eu não estou falando de amor normal, tipo o que você e a Min têm." + +# game/4_noelle.rpy:3436 +translate brazilian_portuguese preassembly_74f8d7fb: + + # Noelle "There was no preventing that. The two of you were drawn together with the force of a freight train." + Noelle "Não tinha como prevenir isso. Vocês duas estavam destinadas a ficarem juntas." + +# game/4_noelle.rpy:3437 +translate brazilian_portuguese preassembly_64fb7a15: + + # Noelle "But this isn't like that. This is more comparable to someone reaching a fork in a road." + Noelle "Mas não é assim. Isso é mais comparável a alguém chegando a uma bifurcação em uma estrada." + +# game/4_noelle.rpy:3439 +translate brazilian_portuguese preassembly_45816fb1: + + # Noelle "Because I can obviously control my emotions, especially ones that aren't useful to me. I'm not a wild animal." + Noelle "Porque eu obviamente consigo controlar minhas emoções, especialmente as que não são úteis para mim. Eu não sou um animal selvagem." + +# game/4_noelle.rpy:3442 +translate brazilian_portuguese preassembly_a4282591: + + # Diya "...Even if you could control your emotions. Why don't you think they're useful?" + Diya "...Mesmo que você possa controlar suas emoções. Por que você não acha que elas são úteis?" + +# game/4_noelle.rpy:3444 +translate brazilian_portuguese preassembly_3565fd36: + + # Noelle "Because they would derail my entire life." + Noelle "Porque elas iriam estragar minha vida toda." + +# game/4_noelle.rpy:3446 +translate brazilian_portuguese preassembly_7d8a71ed: + + # Noelle "There's insufficient evidence to suggest the subject in question would reciprocate my feelings, so perhaps this is putting the cart before the horse..." + Noelle "Não há evidências suficientes para sugerir que a pessoa em questão retribuiria meus sentimentos, então talvez isso seja colocar a carroça na frente dos bois..." + +# game/4_noelle.rpy:3447 +translate brazilian_portuguese preassembly_2afbad4f: + + # Noelle "But in the unlikely event that things actually did work out between us, it would be extremely inconvenient for my plans." + Noelle "Mas no caso improvável de que as coisas realmente funcionassem entre nós, seria extremamente inconveniente para meus planos." + +# game/4_noelle.rpy:3450 +translate brazilian_portuguese preassembly_23caf431: + + # Diya "What plans?" + Diya "Que planos?" + +# game/4_noelle.rpy:3452 +translate brazilian_portuguese preassembly_ebd2be97: + + # Noelle "You know, just the default ones." + Noelle "Você sabe, só os básicos." + +# game/4_noelle.rpy:3453 +translate brazilian_portuguese preassembly_f46ff697: + + # Noelle "Essentially, to secure a respectable job, marry a similarly successful man, and spawn two well-behaved children in the suburbs before I'm thirty." + Noelle "Essencialmente, conseguir um trabalho respeitável, casar com um homem igualmente bem-sucedido e gerar dois filhos bem-comportados em um centro urbano antes dos trinta anos." + +# game/4_noelle.rpy:3454 +translate brazilian_portuguese preassembly_ceded1c4: + + # Noelle "I'd be throwing away my prospects of leading a normal life just for the pleasure of being tormented by a silly little clown every day." + Noelle "Eu estaria jogando fora minhas perspectivas de levar uma vida normal apenas pelo prazer de ser atormentada por um palhacinho bobo todos os dias." + +# game/4_noelle.rpy:3458 +translate brazilian_portuguese preassembly_6e8840cd: + + # Diya "............" + Diya "............" + +# game/4_noelle.rpy:3459 +translate brazilian_portuguese preassembly_79bc58ca: + + # "Diya gives her an odd look. She looks like she's struggling to piece together a very complicated puzzle." + "Diya dá um olhar estranho ela. Ela parece que está tentando montar um quebra cabeça bem complicado." + +# game/4_noelle.rpy:3461 +translate brazilian_portuguese preassembly_9d73f57c: + + # Noelle "What?" + Noelle "O quê?" + +# game/4_noelle.rpy:3463 +translate brazilian_portuguese preassembly_0b6e9b3f: + + # Diya "Nothing..." + Diya "Nada..." + +# game/4_noelle.rpy:3465 +translate brazilian_portuguese preassembly_d0f68b99: + + # Diya "If the...person...doesn't fit your goal, shouldn't you update the goal?" + Diya "Se a...pessoa...não se encaixa na sua meta, você não deveria atualizar sua meta?" + +# game/4_noelle.rpy:3467 +translate brazilian_portuguese preassembly_58cc2dec: + + # Noelle "I can't. It's the only outcome my parents see as acceptable." + Noelle "Eu não posso. É o único caminho que meus pais considerariam aceitável." + +# game/4_noelle.rpy:3468 +translate brazilian_portuguese preassembly_326409d9: + + # Noelle "If I don't adhere to it, they'll badger me day and night. They'll never let me hear the end of it." + Noelle "Se eu não aderir a isso, eles vão me atormentar dia e noite. Eles nunca vão me deixar em paz com isso." + +# game/4_noelle.rpy:3471 +translate brazilian_portuguese preassembly_7c4556a7: + + # Diya "Don't they already do that anyway?" + Diya "Eles já não fazem isso de qualquer jeito?" + +# game/4_noelle.rpy:3473 +translate brazilian_portuguese preassembly_e16e16a7: + + # Noelle "...Oh...Yes, they do." + Noelle "...Ah...Sim, eles fazem." + +# game/4_noelle.rpy:3476 +translate brazilian_portuguese preassembly_4219c577: + + # Noelle "You're right, no matter what I do, they'll always find some new issue to latch onto." + Noelle "Você está certa, não importa o que eu faça, eles sempre vão dar um jeito de achar algum outro problema para me incomodar." + +# game/4_noelle.rpy:3478 +translate brazilian_portuguese preassembly_2b294025: + + # Noelle "Why am I so desperate for the approval of two people whose opinions I don't even respect?" + Noelle "Por que eu estou tão desesperada pela aprovação de duas pessoas cujas opiniões eu nem respeito?" + +# game/4_noelle.rpy:3480 +translate brazilian_portuguese preassembly_5f73bb68: + + # Noelle "I wish I could rewire my brain to only crave approval from people I hold in high esteem." + Noelle "Eu queria poder reprogramar meu cérebro para apenas desejar aprovação de pessoas a quem eu estimo." + +# game/4_noelle.rpy:3483 +translate brazilian_portuguese preassembly_58b4fb68: + + # Diya "Like me?" + Diya "Tipo eu?" + +# game/4_noelle.rpy:3485 +translate brazilian_portuguese preassembly_00fc7298: + + # Noelle "You would be included, yes." + Noelle "Você estaria incluída, sim." + +# game/4_noelle.rpy:3488 +translate brazilian_portuguese preassembly_4e2e962d: + + # Diya "Then I'd want you to adopt a thousand dogs and start exercising." + Diya "Então eu iria querer que você adotasse mil cachorros e começasse a se exercitar." + +# game/4_noelle.rpy:3490 +translate brazilian_portuguese preassembly_3ccf91d9: + + # Noelle "A thousand?!" with sshake + Noelle "Mil?!" with sshake + +# game/4_noelle.rpy:3493 +translate brazilian_portuguese preassembly_0c2c1d96: + + # Diya "But you can read some books too, as a treat." + Diya "Mas você pode ler alguns livros também, para compensar." + +# game/4_noelle.rpy:3495 +translate brazilian_portuguese preassembly_080dc16c: + + # Noelle "Your manner of discussing this makes me sound like your pet hamster." with sshake + Noelle "Sua maneira de discutir isso faz com que pareça que eu sou seu hamster de estimação." with sshake + +# game/4_noelle.rpy:3523 +translate brazilian_portuguese assembly_56f23636: + + # "Noelle follows her class into the rafters." + "Noelle segue sua turma até a cobertura do ginásio." + +# game/4_noelle.rpy:3525 +translate brazilian_portuguese assembly_cb4c7fcc: + + # Min "Diya! Over here!" with sshake + Min "Diya! Aqui!" with sshake + +# game/4_noelle.rpy:3527 +translate brazilian_portuguese assembly_001c343a: + + # Diya "!!!!" with sshake + Diya "!!!!" with sshake + +# game/4_noelle.rpy:3529 +translate brazilian_portuguese assembly_fc749dea: + + # "Min worms her way over to them through the crowd." + "Min abre caminho até elas pela multidão." + +# game/4_noelle.rpy:3531 +translate brazilian_portuguese assembly_4b5586e0: + + # Min "I escaped from my class." + Min "Eu fugi da minha aula." + +# game/4_noelle.rpy:3533 +translate brazilian_portuguese assembly_ab284675: + + # Akarsha "Escaped? Are they gonna come looking for you?" + Akarsha "Fugiu? Eles vão vir atrás de você?" + +# game/4_noelle.rpy:3535 +translate brazilian_portuguese assembly_111055ad: + + # Min "Nah, I lost them." + Min "Nem, eu me perdi deles." + +# game/4_noelle.rpy:3538 +translate brazilian_portuguese assembly_f1fc4233: + + # Noelle "You'd better have. I'd rather not get caught harboring a fugitive." + Noelle "É melhor você ter perdido mesmo. Não quero ser pega protegendo uma fugitiva." + +# game/4_noelle.rpy:3541 +translate brazilian_portuguese assembly_c67b5faf: + + # Min "Did it hurt? When you were born with that huge stick up your ass?" + Min "Por acaso doeu? Quando você nasceu com um galho gigante no teu rabo?" + +# game/4_noelle.rpy:3544 +translate brazilian_portuguese assembly_4ed51299: + + # NoelleT "I'm not even going to dignify that with a response." + NoelleT "Eu nem vou tirar meu tempo para responder isso." + +# game/4_noelle.rpy:3547 +translate brazilian_portuguese assembly_33c4aa56: + + # Min "What the hell is this, anyway?" + Min "O que caralhos é isso aqui, afinal?" + +# game/4_noelle.rpy:3549 +translate brazilian_portuguese assembly_1eeb2ef6: + + # Diya "Multicultural Week?" + Diya "Semana Multicultural?" + +# game/4_noelle.rpy:3551 +translate brazilian_portuguese assembly_8251d02e: + + # Min "Yeah, that. None of the other schools I went to did this." + Min "É, isso. Nenhuma das outras escolas que eu já fui faziam isso." + +# game/4_noelle.rpy:3553 +translate brazilian_portuguese assembly_421a4e16: + + # Diya "At lunch, there's samosas. And Coldstone cupcakes." + Diya "No almoço, vão ter samosas. E cupcakes de Coldstone." + +# game/4_noelle.rpy:3555 +translate brazilian_portuguese assembly_06f0a1c8: + + # Min "What? For free?" + Min "O quê? De graça?" + +# game/4_noelle.rpy:3557 +translate brazilian_portuguese assembly_a6ea98d6: + + # Diya "No. You buy them." + Diya "Não. Você compra eles." + +# game/4_noelle.rpy:3558 +translate brazilian_portuguese assembly_fcfc3464: + + # Diya "All the clubs sell something to fundraise." + Diya "Todos os clubes vendem algo para arrecadar fundos." + +# game/4_noelle.rpy:3560 +translate brazilian_portuguese assembly_15163088: + + # Akarsha "I heard there's also musubis." + Akarsha "Eu ouvi dizer que também vão ter musubis." + +# game/4_noelle.rpy:3562 +translate brazilian_portuguese assembly_d87afd71: + + # Min "What's the baseball club selling?" + Min "O que o clube de baseball vai vender?" + +# game/4_noelle.rpy:3565 +translate brazilian_portuguese assembly_5882d563: + + # Noelle "Curry pizza, I think." + Noelle "Pizza de curry, eu acho." + +# game/4_noelle.rpy:3569 +translate brazilian_portuguese assembly_f563281c: + + # "Akarsha takes a seat at the end of the row against the wall. Min begins to sit down next to her..." + "Akarsha se senta num assento no final da fileira, contra a parede. Min vai se sentar ao lado dela..." + +# game/4_noelle.rpy:3572 +translate brazilian_portuguese assembly_1d74dd58: + + # Diya "!!!" with sshake + Diya "!!!" with sshake + +# game/4_noelle.rpy:3574 +translate brazilian_portuguese assembly_2a724f6a: + + # "Suddenly, Diya grabs Min by the shoulders, turns her round to face her, and kisses her full on the mouth." + "De repente, Diya puxa Min pelos ombros, virando ela em sua direção, e determinadamente beija ela na boca." + +# game/4_noelle.rpy:3576 +translate brazilian_portuguese assembly_61272d87: + + # Min "Mmmph?!" with sshake + Min "Mmmph?!" with sshake + +# game/4_noelle.rpy:3579 +translate brazilian_portuguese assembly_911f8142: + + # NoelleT "...What brought this on???" + NoelleT "...Por que fazer isso???" + +# game/4_noelle.rpy:3582 +translate brazilian_portuguese assembly_47d6476c: + + # Akarsha "Hot damn! Get a room!" + Akarsha "Caralho! Arranjem um quarto!" + +# game/4_noelle.rpy:3584 +translate brazilian_portuguese assembly_b4eccf9e: + + # "Baffled, Noelle squeezes past them and sits in the spot Min was about to take next to Akarsha." + "Perplexa, Noelle passa por elas e se senta no lugar que Min estava prestes a ocupar ao lado de Akarsha." + +# game/4_noelle.rpy:3586 +translate brazilian_portuguese assembly_0b97355e: + + # Min "Wha...What was that for?" + Min "Ma...Mas pra quê isso?" + +# game/4_noelle.rpy:3587 +translate brazilian_portuguese assembly_0b6522ac: + + # Min "Not that I'm complaining..." + Min "Não que eu esteja reclamando..." + +# game/4_noelle.rpy:3589 +translate brazilian_portuguese assembly_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/4_noelle.rpy:3591 +translate brazilian_portuguese assembly_6f652aca: + + # "Diya whispers something into Min's ear that Noelle can't catch." + "Diya sussurra algo no ouvido de Min que Noelle não consegue entender." + +# game/4_noelle.rpy:3593 +translate brazilian_portuguese assembly_379c085f: + + # Min "WHAT?" with sshake + Min "O QUÊ?" with sshake + +# game/4_noelle.rpy:3594 +translate brazilian_portuguese assembly_7380871d: + + # Min "That doesn't make sense. Are you sure?!" + Min "Isso não faz nenhum sentido. Você tem certeza?!" + +# game/4_noelle.rpy:3596 +translate brazilian_portuguese assembly_97f66899: + + # Diya "Maybe half." + Diya "Mais ou menos." + +# game/4_noelle.rpy:3604 +translate brazilian_portuguese assembly_7de0278c: + + # NPC "Tinikling is one of the most popular folk dances in the Philippines. This dance originated on an island in central Philippines..." + NPC "Tinikling é uma das danças folclóricas mais populares das Filipinas. Esta dança se originou em uma ilha no centro das Filipinas..." + +# game/4_noelle.rpy:3605 +translate brazilian_portuguese assembly_35c07fb4: + + # "Noelle and Akarsha continue to cram as their fellow students showcase a variety of cultural performances." + "Noelle e Akarsha continuam estudando enquanto seus colegas mostram uma variedade de performances culturais." + +# game/4_noelle.rpy:3606 +translate brazilian_portuguese assembly_281f0470: + + # "Diya lets out a huge yawn and rests her head on Min's shoulder." + "Diya solta um grande bocejo e apoia sua cabeça no ombro de Min." + +# game/4_noelle.rpy:3608 +translate brazilian_portuguese assembly_d285220f: + + # Min "You tired?" + Min "Você está cansada?" + +# game/4_noelle.rpy:3610 +translate brazilian_portuguese assembly_b0f3c103: + + # Diya "Stayed up late studying." + Diya "Fiquei até tarde estudando." + +# game/4_noelle.rpy:3612 +translate brazilian_portuguese assembly_e993ad7a: + + # Min "I'll wake you up if anything cool happens." + Min "Eu te acordo se algo legal acontecer." + +# game/4_noelle.rpy:3614 +translate brazilian_portuguese assembly_9129fe1f: + + # Akarsha "Man, I wish I stayed up late cramming too. I'm so dead..." + Akarsha "Cara, eu queria que eu tivesse ficado até tarde estudando também. Eu tô morta..." + +# game/4_noelle.rpy:3617 +translate brazilian_portuguese assembly_9b2064f5: + + # Noelle "We have the entire assembly to study. If you want to live, stop whining and start reviewing." + Noelle "Nós temos uma reunião inteira para estudar. Se você quer sobreviver, pare de reclamar e comece a revisar." + +# game/4_noelle.rpy:3622 +translate brazilian_portuguese assembly_c340402c: + + # Akarsha "Yes, ma'am..." + Akarsha "Sim senhora..." + +# game/4_noelle.rpy:3624 +translate brazilian_portuguese assembly_9bbe12f4: + + # Akarsha "What part of the flower will turn into a fruit?" + Akarsha "Qual parte da flor que vira uma fruta?" + +# game/4_noelle.rpy:3629 +translate brazilian_portuguese assembly_2bbc74dd: + + # Noelle "The petal." + Noelle "A pétala." + +# game/4_noelle.rpy:3632 +translate brazilian_portuguese assembly_2c565bf2: + + # Akarsha "Huh?? You really think that?" with sshake + Akarsha "Huh?? Você realmente acha isso?" with sshake + +# game/4_noelle.rpy:3633 +translate brazilian_portuguese assembly_71d61c3d: + + # Akarsha "When you see flowers with like, a billion petals, are you like \"Wowie! Can't wait to eat a billion fruits!\"" + Akarsha "Quando você vê flores com tipo, um bilhão de pétalas, você fica tipo \"Uau! Mal posso esperar para comer um bilhão de frutas!\"" + +# game/4_noelle.rpy:3637 +translate brazilian_portuguese assembly_ebfe852d: + + # Noelle "SHUT UP!!!! I DON'T THINK THAT!!" with sshake + Noelle "CALA A BOCA!!!! EU NÃO PENSO ASSIM!!" with sshake + +# game/4_noelle.rpy:3640 +translate brazilian_portuguese assembly_5791a9ae: + + # Akarsha "Then why'd you say it?" + Akarsha "Então por que você falou isso?" + +# game/4_noelle.rpy:3641 +translate brazilian_portuguese assembly_3e8d273d: + + # Akarsha "It's obviously the ovary." + Akarsha "É obviamente o ovário." + +# game/4_noelle.rpy:3643 +translate brazilian_portuguese assembly_dd465693: + + # Akarsha "Wait, is it cuz you're too much of a prude to say ovary?" + Akarsha "Espera, é porque você é santinha demais pra dizer ovário?" + +# game/4_noelle.rpy:3645 +translate brazilian_portuguese assembly_a241f632: + + # Akarsha "All along, instead of debating whether you're straight or gay, we should've been asking whether you get turned on by flower private parts." + Akarsha "Esse tempo todo, em vez de debater se você é hétero ou gay, nós deveríamos estar perguntando se você fica excitada com partes íntimas de flores." + +# game/4_noelle.rpy:3649 +translate brazilian_portuguese assembly_25d24af5: + + # Noelle "SHUT UP!! SHUT UP!!!!" with sshake + Noelle "CALA A BOCA!! CALA A BOCA!!!!" with sshake + +# game/4_noelle.rpy:3652 +translate brazilian_portuguese assembly_62e21898: + + # Akarsha "If you wanna shut me up so bad, why don't you just kiss me?" + Akarsha "Se você quer que eu cale a boca tanto assim, porque você só não me beija?" + +# game/4_noelle.rpy:3655 +translate brazilian_portuguese assembly_c6d8b62d: + + # "Noelle smacks her in the arm!" with sshake + "Noelle bate no braço dela!" with sshake + +# game/4_noelle.rpy:3657 +translate brazilian_portuguese assembly_dfc14508: + + # Akarsha "Ow!" with sshake + Akarsha "Ai!" with sshake + +# game/4_noelle.rpy:3662 +translate brazilian_portuguese assembly_d2d24793: + + # Noelle "The ovary." + Noelle "O ovário." + +# game/4_noelle.rpy:3665 +translate brazilian_portuguese assembly_0e980481: + + # Akarsha "Ding ding ding!" + Akarsha "Tim tim tim!" + +# game/4_noelle.rpy:3668 +translate brazilian_portuguese assembly_35c6c4c2: + + # Noelle "You didn't by any chance ask that question just to make me say \"ovary\", did you?" + Noelle "Por acaso, você não fez essa pergunta só para me fazer falar \"ovário\", não é?" + +# game/4_noelle.rpy:3671 +translate brazilian_portuguese assembly_93d2c9be: + + # Akarsha "No way! How immature do you think I am?" + Akarsha "De jeito algum! Quão imatura você acha que eu sou?" + +# game/4_noelle.rpy:3674 +translate brazilian_portuguese assembly_c33b1858: + + # Noelle "Last period, you asked me to guess what number you were thinking of, and it was 69." with sshake + Noelle "No último período, você me fez adivinhar qual número que você estava pensando, e era 69." with sshake + +# game/4_noelle.rpy:3677 +translate brazilian_portuguese assembly_6e1bfcef: + + # Akarsha "Well, you're the immature one for guessing it right." + Akarsha "Bem, você que é imatura por ter acertado." + +# game/4_noelle.rpy:3681 +translate brazilian_portuguese assembly_84a1be7e: + + # Noelle "HOW AM {i}I{/i} THE IMMATURE ONE?? I GUESSED IT BECAUSE I KNEW YOU'RE ALWAYS LIKE THIS!" with sshake + Noelle "COMO QUE {i}EU{/i} SOU IMATURA?? EU SÓ ACERTEI PORQUE VOCÊ É SEMPRE ASSIM!" with sshake + +# game/4_noelle.rpy:3688 +translate brazilian_portuguese assembly_20b0c277: + + # Min "SHUT THE FUCK UP!!! DIYA'S SLEEPING!!!" with sshake + Min "CALA A PORRA DA SUA BOCA!!! A DIYA ESTÁ DORMINDO!!!" with sshake + +# game/4_noelle.rpy:3690 +translate brazilian_portuguese assembly_b6c7f0e4: + + # Akarsha "Not anymore, she isn't..." + Akarsha "Agora ela não está mais..." + +# game/4_noelle.rpy:3695 +translate brazilian_portuguese assembly_586354f0: + + # "The Tinikling dancers bow and run off the stage." + "Os dançadores Tinikling se curvam e saem correndo do palco." + +# game/4_noelle.rpy:3696 +translate brazilian_portuguese assembly_6ce64a0a: + + # "Now that they've reached a lull in the conversation, Noelle is hyperaware of the way the side of Akarsha's thigh is pressed up against hers." + "Agora que chegaram a uma pausa na conversa, Noelle está super consciente da maneira como a lateral da coxa de Akarsha está pressionada contra a dela." + +# game/4_noelle.rpy:3698 +translate brazilian_portuguese assembly_1a86c210: + + # NoelleT "Why did I have to meet you?" + NoelleT "Por que eu tive que conhecer você?" + +# game/4_noelle.rpy:3699 +translate brazilian_portuguese assembly_785cae30: + + # NoelleT "Why do you have to be so funny and make me so happy?" + NoelleT "Por que você tem que ser tão engraçada e me fazer tão feliz?" + +# game/4_noelle.rpy:3700 +translate brazilian_portuguese assembly_f4edbe05: + + # NoelleT "You've ruined everything." + NoelleT "Você arruinou tudo." + +# game/4_noelle.rpy:3703 +translate brazilian_portuguese assembly_e3161cfd: + + # NPC "Next up is Chinese dance. Chinese dance has thousands of years of history..." + NPC "Agora vem a dança chinesa. A dança chinesa tem milhares de anos de história..." + +# game/4_noelle.rpy:3704 +translate brazilian_portuguese assembly_6d1d5caa: + + # "A troupe of student dancers wave colorful fans to an idyllic sounding Chinese song." + "Um grupo de estudantes dançarinos acena com leques coloridos ao som de uma idílica canção chinesa." + +# game/4_noelle.rpy:3707 +translate brazilian_portuguese assembly_298191b2: + + # Akarsha "Do you know what the song's about?" + Akarsha "Você sabe sobre o que é essa música?" + +# game/4_noelle.rpy:3710 +translate brazilian_portuguese assembly_f28b9194: + + # Noelle "I wish I could tell you. I haven't the faintest idea." + Noelle "Queria poder te falar. Eu não tenho a mínima ideia." + +# game/4_noelle.rpy:3711 +translate brazilian_portuguese assembly_2da7c476: + + # Noelle "When I was younger, I was so eager to cast the Chinese part of me aside because it was difficult. And now I regret it." + Noelle "Quando eu era mais nova, eu estava ansiosa para deixar de lado a parte chinesa de mim porque era difícil. E agora eu me arrependo." + +# game/4_noelle.rpy:3714 +translate brazilian_portuguese assembly_52f77e0e: + + # Akarsha "Hey, no judgment. I'm whitewashed, too." + Akarsha "Ei, eu não julgo. Sofri uma branqueamento cultural, também." + +# game/4_noelle.rpy:3717 +translate brazilian_portuguese assembly_9f1bafbc: + + # Noelle "Does it ever bother you that you can't speak any Indian languages?" + Noelle "Não te incomoda que você não consegue falar outras línguas indianas?" + +# game/4_noelle.rpy:3720 +translate brazilian_portuguese assembly_bc52e8e9: + + # Akarsha "Maybe a little? It would be cool to know." + Akarsha "Talvez um pouquinho? Seria legal saber." + +# game/4_noelle.rpy:3723 +translate brazilian_portuguese assembly_d7657ed4: + + # Noelle "That's all? You don't feel guilty for being uncultured?" + Noelle "Só isso? Você não se sente culpada por ser sem cultura?" + +# game/4_noelle.rpy:3727 +translate brazilian_portuguese assembly_9b63ed6e: + + # Akarsha "Excuse you?? I'm plenty cultured!" + Akarsha "Com licença?? Eu sou bem culta!" + +# game/4_noelle.rpy:3729 +translate brazilian_portuguese assembly_06ee3041: + + # Akarsha "Today I'm gonna eat curry pizza, destroy the sport of baseball, and even enjoy the company of a Frenchman." + Akarsha "Hoje eu vou comer pizza de curry, destruir o esporte de baseball e até aproveitar a companhia de uma Francesa." + +# game/4_noelle.rpy:3734 +translate brazilian_portuguese assembly_2d183d26: + + # Noelle "You know what I mean. It's not the traditional culture your ancestors experienced." + Noelle "Você sabe o que eu quero dizer. Não é a cultura tradicional que seus ancestrais viveram." + +# game/4_noelle.rpy:3737 +translate brazilian_portuguese assembly_fb53a1ae: + + # Akarsha "Is that such a bad thing? It's different, but it's pretty cool in its own way, too." + Akarsha "Isso é algo tão ruim assim? É diferente, mas é bem legal de certa forma, também." + +# game/4_noelle.rpy:3741 +translate brazilian_portuguese assembly_a35c7c01: + + # Akarsha "And if I really want, I can always pick up Hindi or something someday." + Akarsha "E se eu realmente quiser, eu posso tentar aprender Hindi ou algo assim algum dia." + +# game/4_noelle.rpy:3749 +translate brazilian_portuguese assembly_07ea5e8a: + + # Noelle "But you've already missed the window of time when children pick up languages the most readily." + Noelle "Mas você já passou da época onde as crianças aprendem idiomas com mais facilidade." + +# game/4_noelle.rpy:3752 +translate brazilian_portuguese assembly_8f12338c: + + # Akarsha "Don't plenty of people learn languages later in life though?" + Akarsha "Mas não tem um monte de gente que aprende idiomas depois na vida?" + +# game/4_noelle.rpy:3753 +translate brazilian_portuguese assembly_b3880641: + + # Akarsha "I feel like Diya and Min've learned a ton just from teaching each other." + Akarsha "Eu sinto que a Diya e a Min já aprenderam muito só de ensinarem uma a outra." + +# game/4_noelle.rpy:3756 +translate brazilian_portuguese assembly_ac5e3ad9: + + # Noelle "That may be possible, but it's not optimal." + Noelle "Isso pode até ser possível, mas não é o ideal." + +# game/4_noelle.rpy:3760 +translate brazilian_portuguese assembly_e1d42f3e: + + # Akarsha "Dude, whose life is optimal? You're not a robot." + Akarsha "Cara, a vida de quem que é a ideal? Você não é um robô." + +# game/4_noelle.rpy:3761 +translate brazilian_portuguese assembly_0262355f: + + # Akarsha "Just take what you can get, and be happy." + Akarsha "Só pega o que você conseguir, e seja feliz." + +# game/4_noelle.rpy:3764 +translate brazilian_portuguese assembly_b2257355: + + # Noelle "Easier said than done, but duly noted." + Noelle "Mais fácil falar do que fazer, mas vou manter isso em mente." + +# game/4_noelle.rpy:3767 +translate brazilian_portuguese assembly_6cb7d62a: + + # Akarsha "Speaking of robots! Did you try playing Portal?" + Akarsha "Falando de robôs! Você já tentou jogar Portal?" + +# game/4_noelle.rpy:3770 +translate brazilian_portuguese assembly_dd655fe6: + + # Noelle "I did." + Noelle "Tentei." + +# game/4_noelle.rpy:3773 +translate brazilian_portuguese assembly_e95ad4cb: + + # Akarsha "What did you think?" with sshake + Akarsha "O que você achou?" with sshake + +# game/4_noelle.rpy:3776 +translate brazilian_portuguese assembly_148ccd6a: + + # Noelle "It made me motion sick. I kept having to pause because I was on the verge of throwing up." + Noelle "Me fez ficar enjoada. Eu tinha que ficar pausando porque eu estava prestes a vomitar." + +# game/4_noelle.rpy:3779 +translate brazilian_portuguese assembly_f37daddf: + + # Akarsha "Oops. Sorry..." + Akarsha "Oops. Desculpa..." + +# game/4_noelle.rpy:3782 +translate brazilian_portuguese assembly_26f97cbc: + + # Noelle "But I did enjoy the witty dialogue. And the song at the end." + Noelle "Mas eu gostei do diálogo engraçadinho. E da música no final." + +# game/4_noelle.rpy:3785 +translate brazilian_portuguese assembly_0e58246f: + + # Akarsha "...So you still played all of it?" + Akarsha "...Então mesmo assim você jogou tudo?" + +# game/4_noelle.rpy:3788 +translate brazilian_portuguese assembly_be8d0937: + + # Noelle "Yes." + Noelle "Sim." + +# game/4_noelle.rpy:3791 +translate brazilian_portuguese assembly_6fa0a32c: + + # Akarsha "Even though it almost made you hurl?!" + Akarsha "Mesmo que ele quase tenha feito você vomitar?!" + +# game/4_noelle.rpy:3794 +translate brazilian_portuguese assembly_b037d653: + + # Noelle "What choice did I have? You told me to play it." + Noelle "Que escolha eu tinha? Você falou para eu jogar." + +# game/4_noelle.rpy:3798 +translate brazilian_portuguese assembly_2e6648a6: + + # Akarsha "Oh...yeah, I guess that's friends do." + Akarsha "Ah...é, acho que é isso que amigos fazem." + +# game/4_noelle.rpy:3800 +translate brazilian_portuguese assembly_ad8cc50e: + + # Akarsha "Isn't GLaDOS so hot?" + Akarsha "Você não achou a GLaDOS gostosa?" + +# game/4_noelle.rpy:3803 +translate brazilian_portuguese assembly_a07cb921: + + # Noelle "The sadistic artificial intelligence who's trying to kill you?" + Noelle "A inteligência artificial sádica que fica tentando te matar?" + +# game/4_noelle.rpy:3806 +translate brazilian_portuguese assembly_74410120: + + # Akarsha "That's the whole appeal! She's scary in a seductive way!" with sshake + Akarsha "Esse é o apelo dela! Ela é assustadora de um jeito sedutor!" with sshake + +# game/4_noelle.rpy:3807 +translate brazilian_portuguese assembly_199172d9: + + # Akarsha "Like, her voice gets all low and sexy when she's insulting you!" + Akarsha "Tipo, a voz dela fica toda baixa e sexy quando ela está te insultando!" + +# game/4_noelle.rpy:3811 +translate brazilian_portuguese assembly_9e8bd6e8: + + # Noelle "Did you hit your head again? Something's definitely not right in there." + Noelle "Você bateu sua cabeça de novo? Com certeza tem algo errado aí." + +# game/4_noelle.rpy:3833 +translate brazilian_portuguese assembly_c09df00f: + + # NPC "K-Pop as we know it would not exist without the—" + NPC "K-Pop como nós conhecemos não existiria sem—" + +# game/4_noelle.rpy:3835 +translate brazilian_portuguese assembly_935ce889: + + # NPC2 "WOOOOOOOOO!!!!!!" with sshake + NPC2 "WOOOOOOOOO!!!!!!" with sshake + +# game/4_noelle.rpy:3836 +translate brazilian_portuguese assembly_416fa26f: + + # "The K-Pop dance troupe's introduction is completely drowned out by a chorus of high-pitched screams." + "A introdução do grupo de dança K-Pop é completamente abafada por um coro de gritos agudos." + +# game/4_noelle.rpy:3838 +translate brazilian_portuguese assembly_e0f20cf3: + + # Akarsha "Aw, that's cute." + Akarsha "Ah, que fofo." + +# game/4_noelle.rpy:3841 +translate brazilian_portuguese assembly_70f79faf: + + # Noelle "I'm not sure I would characterize those banshee-like screams as \"cute\"." + Noelle "Eu não sei se esses gritos horrorosos se caracterizariam como \"fofos\"." + +# game/4_noelle.rpy:3844 +translate brazilian_portuguese assembly_7392abcd: + + # Akarsha "No, not them! Next to you." + Akarsha "Não, não elas! Do seu lado." + +# game/4_noelle.rpy:3846 +translate brazilian_portuguese assembly_b78cfd62: + + # "Noelle turns to see Diya sound asleep in Min's arms. Min's gazing at her like she's an angel that just fell down from heaven." + "Noelle se vira e vê Diya caída no sono nos braços de Min. Min está olhando para ela como se ela fosse um anjo que acabou de cair do céu." + +# game/4_noelle.rpy:3847 +translate brazilian_portuguese assembly_678b7786: + + # "It makes Noelle's skin crawl, so she quickly looks away." + "Faz a pele de Noelle se arrepiar, então ela rapidamente para de olhar." + +# game/4_noelle.rpy:3849 +translate brazilian_portuguese assembly_6d172912: + + # Noelle "They're so disgustingly in love, I can barely bear to look at them." + Noelle "Elas estão tão terrivelmente apaixonadas, eu mal consigo aguentar olhar para elas." + +# game/4_noelle.rpy:3853 +translate brazilian_portuguese assembly_bc309e5e: + + # Akarsha "Right? It's like staring directly at the sun." + Akarsha "Não é? É como encarar diretamente o sol." + +# game/4_noelle.rpy:3856 +translate brazilian_portuguese assembly_3e9eb65d: + + # Akarsha "All obvious." + Akarsha "Tão de cara assim." + +# game/4_noelle.rpy:3858 +translate brazilian_portuguese assembly_86187363: + + # Akarsha "Sometimes I kinda wish that were more my style." + Akarsha "As vezes eu queria que isso fosse mais meu estilo." + +# game/4_noelle.rpy:3861 +translate brazilian_portuguese assembly_41eb6237: + + # Noelle "Do you really?" + Noelle "É sério?" + +# game/4_noelle.rpy:3862 +translate brazilian_portuguese assembly_1ee6889d: + + # Noelle "It's not exactly my style, either." + Noelle "Não é bem meu estilo, também." + +# game/4_noelle.rpy:3865 +translate brazilian_portuguese assembly_5ef784cc: + + # Akarsha "Yeah, I guess not..." + Akarsha "É, acho que não..." + +# game/4_noelle.rpy:3866 +translate brazilian_portuguese assembly_d1531631: + + # Akarsha ".........." + Akarsha ".........." + +# game/4_noelle.rpy:3869 +translate brazilian_portuguese assembly_267a6b6e: + + # "Noelle carefully maintains a mildly disgusted expression as she watches Akarsha read, just in case she's caught staring." + "Noelle cuidadosamente mantém uma cara levemente enojada enquanto observa Akarsha ler, caso ela seja pega encarando." + +# game/4_noelle.rpy:3877 +translate brazilian_portuguese assembly_4d52acdc: + + # NoelleT "If I cast this part of myself aside because it's difficult too, will I come to regret it later?" + NoelleT "Se eu deixar essa parte de mim de lado porque também é difícil, vou me arrepender depois?" + +# game/4_noelle.rpy:3884 +translate brazilian_portuguese assembly_77a61c5c: + + # Akarsha "Hey...." + Akarsha "Ei...." + +# game/4_noelle.rpy:3885 +translate brazilian_portuguese assembly_13458b10: + + # Akarsha "Do you remember that time my brother hijacked my computer and typed all this crazy stuff to you?" + Akarsha "Você lembra daquela vez que meu irmão roubou meu computador e escreveu todas aquelas coisas estranhas pra você?" + +# game/4_noelle.rpy:3888 +translate brazilian_portuguese assembly_9d73f57c: + + # Noelle "What?" + Noelle "O quê?" + +# game/4_noelle.rpy:3891 +translate brazilian_portuguese assembly_e4083290: + + # Akarsha "It was a few months ago, after school. Remember?" + Akarsha "Foi alguns meses atrás, depois da escola. Você se lembra?" + +# game/4_noelle.rpy:3894 +translate brazilian_portuguese assembly_983f74a2: + + # NoelleT "Oh, I forgot about that." + NoelleT "Ah, eu tinha esquecido disso." + +# game/4_noelle.rpy:3895 +translate brazilian_portuguese assembly_b68bc488: + + # NoelleT "That was odd." + NoelleT "Aquilo foi estranho." + +# game/4_noelle.rpy:3897 +translate brazilian_portuguese assembly_b3b1f6bd: + + # Noelle "Yes, I remember now. Why?" + Noelle "Sim, eu me lembro agora. Por quê?" + +# game/4_noelle.rpy:3900 +translate brazilian_portuguese assembly_aa14ca82: + + # Akarsha "I lied." + Akarsha "Eu menti." + +# game/4_noelle.rpy:3901 +translate brazilian_portuguese assembly_aecc28ac: + + # Akarsha "That wasn't my brother, that was me." + Akarsha "Não foi meu irmão, fui eu." + +# game/4_noelle.rpy:3904 +translate brazilian_portuguese assembly_ec7115bd: + + # Noelle "O...kay?" + Noelle "O...kay?" + +# game/4_noelle.rpy:3907 +translate brazilian_portuguese assembly_e47d28aa: + + # Akarsha "........." + Akarsha "........." + +# game/4_noelle.rpy:3909 +translate brazilian_portuguese assembly_0fc9faa2: + + # "Akarsha goes back to reading her Biology textbook, though her leg's now jittering up and down." + "Akarsha volta a ler seu livro de Biologia, mas agora sua perna está batendo para cima e para baixo." + +# game/4_noelle.rpy:3911 +translate brazilian_portuguese assembly_6da29b74: + + # NoelleT "I feel like I was just told a joke whose punchline flew straight over my head." + NoelleT "Eu sinto como se eu tivesse acabado de ouvir uma piada cuja ponto principal passou diretamente sem eu saber." + +# game/4_noelle.rpy:3912 +translate brazilian_portuguese assembly_7244eda7: + + # NoelleT "Why would it matter that it was her and not her brother...? What exactly did she say?" + NoelleT "Por que importaria se foi ela e não o irmão dela...? O que exatamente que ela disse?" + +# game/4_noelle.rpy:3915 +translate brazilian_portuguese assembly_89d0f094: + + # "As she wracks her brain, a dozen costumed seniors take the floor." + "Enquanto ela vasculha seu cérebro, uma dúzia de veteranos fantasiados ocupam seus lugares." + +# game/4_noelle.rpy:3919 +translate brazilian_portuguese assembly_4af2e26b: + + # NPC "Thank you, K-Pop! Up next, we have Senior Bhangra!" + NPC "Obrigado, K-Pop! E agora, nós temos o Bhangra dos Veteranos!" + +# game/4_noelle.rpy:3920 +translate brazilian_portuguese assembly_0f76864a: + + # NPC "Bhangra was originally a folk dance from farmers in Punjab..." + NPC "O Bhangra era originalmente uma dança folclórica dos fazendeiros de Punjab..." + +# game/4_noelle.rpy:3923 +translate brazilian_portuguese assembly_df7698cd: + + # Min "There's Chryssa and Liz!" + Min "Chryssa e Liz estão ali!" + +# game/4_noelle.rpy:3925 +translate brazilian_portuguese assembly_cd50a06d: + + # Min "{font=korean.ttf}공주님!{/font} Wake up!" with sshake + Min "{font=korean.ttf}공주님!{/font} Acorda!" with sshake + +# game/4_noelle.rpy:3927 +translate brazilian_portuguese assembly_56bfc018: + + # Diya "...!" + Diya "...!" + +# game/4_noelle.rpy:3929 +translate brazilian_portuguese assembly_6d4fc6d8: + + # Chryssa "Seniors, c'mon down!" + Chryssa "Veteranos, venham aqui!" + +# game/4_noelle.rpy:3931 +translate brazilian_portuguese assembly_dbafef2a: + + # Liz "It's okay if you don't know the moves! Follow our lead!" + Liz "Tudo bem se vocês não souberem os passos! Só sigam a gente!" + +# game/4_noelle.rpy:3934 +translate brazilian_portuguese assembly_99310173: + + # Noelle "...How is it okay if people don't know the moves?" + Noelle "...Como que seria tudo bem se as pessoas não saberem os passos?" + +# game/4_noelle.rpy:3937 +translate brazilian_portuguese assembly_6ddf31e1: + + # Akarsha "I guess they all try to copy the group that's learned the dance." + Akarsha "Acho que eles todos tentam copiar o grupo que aprendeu a dança." + +# game/4_noelle.rpy:3940 +translate brazilian_portuguese assembly_3e176350: + + # Noelle "Won't that look hopelessly unsynchronized, though?" + Noelle "Mas isso não parecerá terrivelmente não sincronizado?" + +# game/4_noelle.rpy:3941 +translate brazilian_portuguese assembly_9f49aa9c: + + # Noelle "They can't possibly dance in proper unison on the fly." + Noelle "Eles não podem dançar em harmonia na hora." + +# game/4_noelle.rpy:3944 +translate brazilian_portuguese assembly_4138202e: + + # Akarsha "Why don't we see for ourselves?" + Akarsha "Por que não vamos ver nós mesmas isso?" + +# game/4_noelle.rpy:3946 +translate brazilian_portuguese assembly_a63964ea: + + # Akarsha "Let's dance!" with sshake + Akarsha "Vamos dançar!" with sshake + +# game/4_noelle.rpy:3948 +translate brazilian_portuguese assembly_3636c72a: + + # "Akarsha stands, yanking Noelle up with her by the arm." + "Akarsha se levanta, levantando Noelle com ela pelo braço." + +# game/4_noelle.rpy:3950 +translate brazilian_portuguese assembly_c7e920ca: + + # Noelle "What?! We're not seniors!" with sshake + Noelle "O quê?! Nós não somos veteranas!" with sshake + +# game/4_noelle.rpy:3955 +translate brazilian_portuguese assembly_3fa93e89: + + # Akarsha "C'mon, no one's gonna notice. I can't focus, anyway!" + Akarsha "Qualé, ninguém vai notar. Eu não consigo focar, de qualquer jeito!" + +# game/4_noelle.rpy:3962 +translate brazilian_portuguese assembly_77bc44c6: + + # "Noelle balks as her friends weave their way into the crowd of amateur dancers." + "Noelle hesita enquanto suas amigas abrem caminho no meio da multidão de dançarinos amadores." + +# game/4_noelle.rpy:3964 +translate brazilian_portuguese assembly_f302e144: + + # Noelle "I don't dance!" + Noelle "Eu não sei dançar!" + +# game/4_noelle.rpy:3968 +translate brazilian_portuguese assembly_43cf6b9a: + + # Akarsha "C'mon, you don't need to be good at something to do it." + Akarsha "Qualé, você não precisa ser boa em algo para fazer isso." + +# game/4_noelle.rpy:3969 +translate brazilian_portuguese assembly_e94f735c: + + # "They all try to copy the others, clapping and raising their arms a beat late each time." + "Elas todas tentam copiar os outros, batendo palmas e levantando seus braços uma batida atrasadas toda vez." + +# game/4_noelle.rpy:3971 +translate brazilian_portuguese assembly_7449f763: + + # Min "This looks like shit!" with sshake + Min "Isso tá parecendo uma merda!" with sshake + +# game/4_noelle.rpy:3975 +translate brazilian_portuguese assembly_2ccf0007: + + # Akarsha "Oh balls! This is harder than I thought!" + Akarsha "Ai minhas bolas! Isso é mais difícil do que eu pensei!" + +# game/4_noelle.rpy:3978 +translate brazilian_portuguese assembly_ef8bfc24: + + # Noelle "I told you! We look like fools!" with sshake + Noelle "Eu te avisei! A gente parece umas idiotas!" with sshake + +# game/4_noelle.rpy:3981 +translate brazilian_portuguese assembly_a07b4e19: + + # Akarsha "T-that's okay! So does everyone else!" with sshake + Akarsha "N-não tem problema! Todo mundo parece também!" with sshake + +# game/4_noelle.rpy:3985 +translate brazilian_portuguese assembly_d67b7253: + + # "Already out of breath, Noelle looks around at the chaotic blur of Asian nerds flailing their limbs around them." + "Já sem fôlego, Noelle olha em volta para o borrão caótico de nerds asiáticos agitando seus membros ao redor delas." + +# game/4_noelle.rpy:3987 +translate brazilian_portuguese assembly_fea6b3e8: + + # NoelleT "It's true...This must be a group of some of the worst dancers in the world!" + NoelleT "É verdade...Esse deve ser um grupo de alguns dos piores dançarinos do mundo!" + +# game/4_noelle.rpy:3993 +translate brazilian_portuguese assembly_7dbc27f0: + + # "With renewed confidence, Noelle spins in what turns out to be the completely wrong direction. Diya rears back to avoid crashing into her." + "Com confiança renovada, Noelle dá um giro no que acaba sendo a direção completamente errada. Diya se esquiva para evitar colidir com ela." + +# game/4_noelle.rpy:3995 +translate brazilian_portuguese assembly_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/4_noelle.rpy:3996 +translate brazilian_portuguese assembly_45b78d56: + + # "To Noelle's surprise, Diya belatedly bumps into her, sending her flying into Akarsha!" with sshake + "Para surpresa de Noelle, Diya de forma atrasada esbarra nela, fazendo ela sair voando na direção de Akarsha!" with sshake + +# game/4_noelle.rpy:3998 +translate brazilian_portuguese assembly_63de986b: + + # NoelleT "That almost seemed deliberate?!" + NoelleT "Isso quase pareceu proposital?!" + +# game/4_noelle.rpy:4001 +translate brazilian_portuguese assembly_ce00232f: + + # Akarsha "Wah!" with sshake + Akarsha "Ah!" with sshake + +# game/4_noelle.rpy:4003 +translate brazilian_portuguese assembly_11ba9fbb: + + # Noelle "Pardon!" with sshake + Noelle "Perdão!" with sshake + +# game/4_noelle.rpy:4005 +translate brazilian_portuguese assembly_62404612: + + # "Akarsha tries to pull back, only for Min to smack the back of her head in retaliation." + "Akarsha tenta recuar, apenas para Min bater na nuca dela em retaliação." + +# game/4_noelle.rpy:4012 +translate brazilian_portuguese assembly_c8417efd: + + # Akarsha "OW!! What was that for?" with sshake + Akarsha "AI!! Pra quê isso?" with sshake + +# game/4_noelle.rpy:4014 +translate brazilian_portuguese assembly_26327517: + + # Min "This...This air is mine!" with sshake + Min "Esse...Esse ar é meu!" with sshake + +# game/4_noelle.rpy:4016 +translate brazilian_portuguese assembly_761a13f3: + + # Akarsha "Huh???" with sshake + Akarsha "Huh???" with sshake + +# game/4_noelle.rpy:4018 +translate brazilian_portuguese assembly_48751b62: + + # "Noelle grabs Akarsha's hand for balance as they collide again." + "Noelle pega a mão de Akarsha para se equilibrar quando elas colidem de novo." + +# game/4_noelle.rpy:4020 +translate brazilian_portuguese assembly_84b90c7d: + + # Akarsha "Isn't this fun?" + Akarsha "Isso não é divertido?" + +# game/4_noelle.rpy:4022 +translate brazilian_portuguese assembly_783ff8f9: + + # Noelle "This is a hellhole!" + Noelle "Isso é um inferno!" + +# game/4_noelle.rpy:4025 +translate brazilian_portuguese assembly_9f30cbe2: + + # Akarsha "This is paradise!" + Akarsha "Isso é o paraíso!" + +# game/4_noelle.rpy:4032 +translate brazilian_portuguese assembly_feba0b10: + + # "Akarsha laces their fingers together, and Noelle can feel it — a hairline crack racing through something foundational within her." + "Akarsha entrelaça os dedos delas, e Noelle consegue sentir isso — uma rachadura fina correndo por algo fundamental dentro dela." + +# game/4_noelle.rpy:4033 +translate brazilian_portuguese assembly_88354afd: + + # "It's an utterly terrifying yet exhilarating sensation, but she doesn't let go." + "É uma sensação totalmente aterrorizante, porém emocionante, mas ela não solta." + +# game/4_noelle.rpy:4035 +translate brazilian_portuguese assembly_7132114a: + + # Noelle "I have feelings for you." + Noelle "Eu tenho sentimentos por você." + +# game/4_noelle.rpy:4037 +translate brazilian_portuguese assembly_dde4c5b0: + + # "She whispers it, as an experiment, so that it's impossible to hear over the roar of the crowd and the music." + "Ela sussurra, de forma experimental, fazendo ser impossível ouvir sobre os barulhos da multidão e da música." + +# game/4_noelle.rpy:4038 +translate brazilian_portuguese assembly_00490a09: + + # "But it feels like a small, daring victory, like the first step on the moon." + "Mas parece ser uma pequena, corajosa vitória, como um primeiro passo na lua." + +# game/4_noelle.rpy:4040 +translate brazilian_portuguese assembly_1e28a4d5: + + # "Like a butterfly breaking out of its chrysalis all soft, naive, and crinkled." + "Como uma borboleta saindo de sua crisálida toda macia, ingênua e enrugada." + +# game/4_noelle.rpy:4042 +translate brazilian_portuguese assembly_21719d73: + + # "Maybe with two left feet and a few days late to the party, but alive, so alive, trying to process the blinding, beautiful, wild world she's broken her way into." + "Talvez com dois pés esquerdos e alguns dias atrasada para a festa, mas viva, tão viva, tentando processar o mundo deslumbrante, lindo e selvagem em que ela abriu caminho." + +# game/4_noelle.rpy:4045 +translate brazilian_portuguese assembly_3f7ef669: + + # Akarsha "...What'd you say?" + Akarsha "...O que você disse?" + +# game/4_noelle.rpy:4047 +translate brazilian_portuguese assembly_baa53c48: + + # "Akarsha twirls her, and Noelle gives up on suppressing the giddy smile on her face." + "Akarsha gira ela e Noelle desiste de suprimir o sorriso tonto em seu rosto." + +# game/4_noelle.rpy:4049 +translate brazilian_portuguese assembly_0b39b132: + + # Noelle "Nothing. Maybe I'll tell you later." + Noelle "Nada. Talvez eu te conte depois." + +# game/4_noelle.rpy:4052 +translate brazilian_portuguese assembly_8e533053: + + # Akarsha "Be that way. Burger King." + Akarsha "Que seja desse jeito. Burger King." + +# game/4_noelle.rpy:4054 +translate brazilian_portuguese assembly_8342240e: + + # Diya "That's not even the slogan." + Diya "O slogan nem é assim." + +# game/4_noelle.rpy:4055 +translate brazilian_portuguese assembly_b3e0fbdd: + + # "They dance and dance, all stupid and struggling and happy." + "Elas dançam e dançam, todas estúpidas e desajeitadas e felizes." + +# game/4_noelle.rpy:4057 +translate brazilian_portuguese assembly_5e3ebaff: + + # Min "There's so much pain and misery in this school." + Min "Existe tanta dor e miséria nessa escola." + +# game/4_noelle.rpy:4058 +translate brazilian_portuguese assembly_b796941a: + + # Min "It's twisted us all into strange and flawed shapes, like butterflies born in a fool's spring." + Min "Que moldou todas nós em formas estranhas e imperfeitas, que nem borboletas nascidas no meio da falsa primavera." + +# game/4_noelle.rpy:4059 +translate brazilian_portuguese assembly_8673a6fb: + + # Diya "But it's the circumstances that gave us you and me, right here, right now." + Diya "Mas foram as circunstâncias que trouxeram você e eu, bem aqui, bem agora." + +# game/4_noelle.rpy:4060 +translate brazilian_portuguese assembly_f0171bdf: + + # Noelle "Kant wrote, \"Out of the crooked timber of humanity, no straight thing was ever made.\"" + Noelle "Kant escreveu, \"Da madeira torta da humanidade, nenhuma coisa reta foi feita.\"" + +# game/4_noelle.rpy:4061 +translate brazilian_portuguese assembly_8bed50da: + + # Noelle "And how we long to be straight — Forgetting there's beauty in the crooked things, too." + Noelle "E como desejamos ser retos —Esquecendo que existe beleza nas coisas tortas, também." + +# game/4_noelle.rpy:4064 +translate brazilian_portuguese assembly_bfb7360b: + + # Akarsha "We'll never live the lives our parents wanted us to lead." + Akarsha "Nós nunca vamos viver as vidas que nossos pais queriam." + +# game/4_noelle.rpy:4067 +translate brazilian_portuguese assembly_531f02a9: + + # Akarsha "And that's okay." + Akarsha "E tá tudo bem." + +# game/4_noelle.rpy:4068 +translate brazilian_portuguese assembly_f6fc31d7: + + # Akarsha "Because we'll forge something brave and new instead." + Akarsha "Porque vamos criar algo corajoso e novo em vez disso." + +# game/4_noelle.rpy:4070 +translate brazilian_portuguese assembly_e4f5b225: + + # Noelle "It won't be the same." + Noelle "Não será o mesmo." + +# game/4_noelle.rpy:4071 +translate brazilian_portuguese assembly_69905c02: + + # Noelle "But it'll be ours." + Noelle "Mas será nosso." + +# game/4_noelle.rpy:4072 +translate brazilian_portuguese assembly_d5bb4ddc: + + # Noelle "And I won't ever let that go." + Noelle "E nunca vou abrir mão disso." + +# game/4_noelle.rpy:4120 +translate brazilian_portuguese epilogue_08b6611a: + + # Akarsha "Well? Were they open?" + Akarsha "E então? Eles estavam abertos?" + +# game/4_noelle.rpy:4121 +translate brazilian_portuguese epilogue_d5e1e9df: + + # Noelle "What do you think? It's 1 in the morning." + Noelle "O quê você acha? É 1 da manhã." + +# game/4_noelle.rpy:4122 +translate brazilian_portuguese epilogue_1b9b1027: + + # Noelle "Of course Home Depot wasn't open." + Noelle "É óbvio que o Home Depot não está aberto." + +# game/4_noelle.rpy:4123 +translate brazilian_portuguese epilogue_999e480d: + + # Akarsha "There's gotta be somewhere else you can buy bolt cutters." + Akarsha "Deve ter algum outro lugar onde você possa comprar cortadores de algemas." + +# game/4_noelle.rpy:4124 +translate brazilian_portuguese epilogue_236af05c: + + # Noelle "At this hour? I'm not optimistic." + Noelle "A essa hora? Não seja otimista." + +# game/4_noelle.rpy:4125 +translate brazilian_portuguese epilogue_1b023958: + + # Akarsha "Guess I'll die then?? How else are we gonna get them off?" + Akarsha "Acho que eu vou morrer então?? De que outro jeito nós vamos tirar as algemas?" + +# game/4_noelle.rpy:4126 +translate brazilian_portuguese epilogue_eadf4253: + + # Noelle "I'm afraid we need to go to the fire station for help." + Noelle "Eu acho que teremos que pedir ajuda ao corpo de bombeiros." + +# game/4_noelle.rpy:4128 +translate brazilian_portuguese epilogue_4f7cc2df: + + # Noelle "Stop laughing, this isn't funny!" with sshake + Noelle "Para de rir, isso não é engraçado!" with sshake + +# game/4_noelle.rpy:4129 +translate brazilian_portuguese epilogue_8e052c54: + + # Akarsha "This isn't funny???" with sshake + Akarsha "Isso não é engraçado???" with sshake + +# game/4_noelle.rpy:4130 +translate brazilian_portuguese epilogue_f375367d: + + # Akarsha "We're goin' to the fire station with me half naked and handcuffed, and it's not funny?" with sshake + Akarsha "Nós estamos indo ao corpo de bombeiros com eu seminua e algemada e isso não é engraçado?" with sshake + +# game/4_noelle.rpy:4132 +translate brazilian_portuguese epilogue_84707d51: + + # Noelle "You really can't get more dressed than that?" + Noelle "Você realmente não consegue se vestir mais que isso?" + +# game/4_noelle.rpy:4133 +translate brazilian_portuguese epilogue_d33f2201: + + # Akarsha "I mean, my arms can't go through the sleeves." + Akarsha "Assim, meus braços não passam pelas mangas." + +# game/4_noelle.rpy:4135 +translate brazilian_portuguese epilogue_06021fad: + + # Noelle "Hold still." + Noelle "Fica parada." + +# game/4_noelle.rpy:4138 +translate brazilian_portuguese epilogue_40a68506: + + # Noelle "I give up. Good enough." + Noelle "Eu desisto. Dá pro gasto." + +# game/4_noelle.rpy:4140 +translate brazilian_portuguese epilogue_bcd4393f: + + # Akarsha "Go—good enough?!?" with sshake + Akarsha "D-dá pro gasto?!?" with sshake + +# game/4_noelle.rpy:4142 +translate brazilian_portuguese epilogue_e5a2f7e1: + + # Akarsha "If only I had a humiliation kink, this would've been perfect." + Akarsha "Se eu tivesse um fetiche em humilhação, isso seria perfeito." + +# game/4_noelle.rpy:4144 +translate brazilian_portuguese epilogue_0ed12d7f: + + # Akarsha "Doesn't Min have a katana?" + Akarsha "Min não tem uma katana?" + +# game/4_noelle.rpy:4145 +translate brazilian_portuguese epilogue_c6df964d: + + # Noelle "They do?" + Noelle "Elu tem?" + +# game/4_noelle.rpy:4146 +translate brazilian_portuguese epilogue_0113a011: + + # Akarsha "Or at least some kinda sword. Maybe we could use it to slice the handcuffs off." + Akarsha "Ou tipo, algum tipo de espada. Nós poderíamos usar para cortar as algemas." + +# game/4_noelle.rpy:4147 +translate brazilian_portuguese epilogue_e56c67f2: + + # Noelle "What, you want a surprise amputation tonight? No." + Noelle "O quê, você quer uma amputação surpresa esta noite? Não." + +# game/4_noelle.rpy:4148 +translate brazilian_portuguese epilogue_31f2320f: + + # Akarsha "And you're SURE the key didn't fall behind the dresser?" + Akarsha "E você tem CERTEZA que a chave não caiu atrás do armário?" + +# game/4_noelle.rpy:4151 +translate brazilian_portuguese epilogue_02862b41: + + # Noelle "I looked everywhere; it's gone." + Noelle "Eu olhei em todo lugar; ela sumiu." + +# game/4_noelle.rpy:4153 +translate brazilian_portuguese epilogue_76a5da86: + + # Noelle "I'm convinced that in these scenarios, small objects stop obeying the laws of physics." + Noelle "Eu tenho certeza que nesses cenários, objetos pequenos param de obedecer as leis da física." + +# game/4_noelle.rpy:4154 +translate brazilian_portuguese epilogue_364623ed: + + # Akarsha "This never happened any of the times I handcuffed YOU." + Akarsha "Isso nunca aconteceu nas vezes em que EU te algemei." + +# game/4_noelle.rpy:4155 +translate brazilian_portuguese epilogue_90bedb23: + + # Noelle "That, my dear, is called luck." + Noelle "Isso, minha querida, se chama sorte." + +# game/4_noelle.rpy:4160 +translate brazilian_portuguese epilogue_a94801da: + + # Akarsha "Whatever you say, Skunky..." + Akarsha "O que quer que você diga, Gambá..." + +# game/4_noelle.rpy:4162 +translate brazilian_portuguese epilogue_b543dfe4: + + # Noelle "STOP CALLING ME THAT." + Noelle "PARA DE ME CHAMAR ASSIM." + +# game/4_noelle.rpy:4163 +translate brazilian_portuguese epilogue_a05f8c47: + + # Akarsha "Fine, Skunko Pop...D.Gray-Man..." + Akarsha "Ok, Gambázenta...D.Gray-Man..." + +# game/4_noelle.rpy:4164 +translate brazilian_portuguese epilogue_afc97b80: + + # Noelle "AND DON'T BRAINSTORM HORRID NEW NICKNAMES FOR ME!" with sshake + Noelle "E NÃO FAÇA UM BRAINSTORM DE NOVOS APELIDOS HORRENDOS PARA MIM!" with sshake + +# game/4_noelle.rpy:4165 +translate brazilian_portuguese epilogue_35cdf9d6: + + # Akarsha "But you're basically begging for it with your hair like that." + Akarsha "Mas você está basicamente implorando por eles com esse seu cabelo." + +# game/4_noelle.rpy:4166 +translate brazilian_portuguese epilogue_df4f1e9c: + + # Noelle "It's not as if I grew gray hairs on purpose!" with sshake + Noelle "Não é como se eu tivesse crescido cabelos cinzas de propósito!" with sshake + +# game/4_noelle.rpy:4167 +translate brazilian_portuguese epilogue_94c40ed1: + + # Akarsha "Then how come I don't have any?" + Akarsha "Então como que eu não tenho nenhum?" + +# game/4_noelle.rpy:4168 +translate brazilian_portuguese epilogue_70d229f1: + + # Noelle "You're intolerable." with sshake + Noelle "Você é intolerável." with sshake + +# game/4_noelle.rpy:4171 +translate brazilian_portuguese epilogue_5a46e6f9: + + # "Noelle seizes the front of Akarsha's shirt and yanks her forward, crushing their lips together." + "Noelle agarra a frente da camisa de Akarsha e a puxa para frente, esmagando seus lábios." + +# game/4_noelle.rpy:4173 +translate brazilian_portuguese epilogue_71453617: + + # "Akarsha makes a small noise of surprise, then grins as she deepens the kiss, coaxing her lips open so her tongue can slide inside." + "Akarsha faz um pequeno som de surpresa, então sorri enquanto aprofunda o beijo, abrindo seus lábios para que sua língua possa deslizar para dentro." + +# game/4_noelle.rpy:4177 +translate brazilian_portuguese epilogue_52bdb945: + + # "At the start of the night, she tasted like watermelon lip gloss, but that's long been kissed and smeared away into oblivion." + "No início da noite, ela tinha gosto de gloss labial de melancia, mas há muito tempo foi beijada e espalhada no esquecimento." + +# game/4_noelle.rpy:4178 +translate brazilian_portuguese epilogue_018fd7e0: + + # "Noelle can't help but think, why bother? When will you learn?" + "Noelle não consegue evitar pensar, por que se preocupar? Quando que você irá aprender?" + +# game/4_noelle.rpy:4179 +translate brazilian_portuguese epilogue_7f2930a5: + + # "I'll always kiss through every layer of crap you put between us until it's just you and me." + "Eu sempre vou beijar cada camada de merda que você colocar entre nós até que seja só você e eu." + +# game/4_noelle.rpy:4183 +translate brazilian_portuguese epilogue_ff6750bb: + + # "When they part, their breaths ragged, neither of them can come up with anything witty to say." + "Quando elas se separam, com a respiração irregular, nenhuma delas consegue pensar em algo engraçadinho para dizer." + +# game/4_noelle.rpy:4187 +translate brazilian_portuguese epilogue_5452d866: + + # Noelle "I love you." + Noelle "Eu te amo." + +# game/4_noelle.rpy:4188 +translate brazilian_portuguese epilogue_b46d6722: + + # Akarsha "I love you more." + Akarsha "Eu te amo mais." + +# game/4_noelle.rpy:4189 +translate brazilian_portuguese epilogue_e3813e2c: + + # Noelle "That's impossible." + Noelle "Isso é impossível." + +# game/4_noelle.rpy:4190 +translate brazilian_portuguese epilogue_6413f5df: + + # Akarsha "No, it's not." + Akarsha "Não, não é." + +# game/4_noelle.rpy:4191 +translate brazilian_portuguese epilogue_eaad6e48: + + # Akarsha "I love you times infinity. There, I win." + Akarsha "Eu te amo vezes infinito. Pronto, ganhei." + +# game/4_noelle.rpy:4192 +translate brazilian_portuguese epilogue_b2cb471e: + + # Noelle "You can't multiply infinity." + Noelle "Você não pode multiplicar o infinito." + +# game/4_noelle.rpy:4193 +translate brazilian_portuguese epilogue_f39d3359: + + # Noelle "Infinity is a concept, not a number. So is \"love\", for that matter." + Noelle "O infinito é um conceito, não um número. Amor também é, na verdade." + +# game/4_noelle.rpy:4194 +translate brazilian_portuguese epilogue_2935a871: + + # Akarsha "Well too bad, I did it." + Akarsha "Bem, que pena, eu multipliquei." + +# game/4_noelle.rpy:4195 +translate brazilian_portuguese epilogue_909aad01: + + # Akarsha "Love you times infinity." + Akarsha "Eu te amo vezes infinito." + +# game/4_noelle.rpy:4197 +translate brazilian_portuguese epilogue_fff36486: + + # "Noelle sighs, but she doesn't bother hiding the half-smile tugging at her mouth." + "Noelle suspira, mas nem se incomoda em esconder o semi sorriso em sua boca." + +# game/4_noelle.rpy:4199 +translate brazilian_portuguese epilogue_fc9921ee: + + # Noelle "If you're going to speak nonsense, then I love you times infinity, plus one." + Noelle "Se você vai falar coisas sem sentido, então eu te amo vezes infinito, mais um." + +# game/4_noelle.rpy:4202 +translate brazilian_portuguese epilogue_bfffb99f: + + # Noelle "Now get in the car. I have work tomorrow morning." + Noelle "Agora entra no carro, eu tenho trabalho amanhã de manhã." + +# game/4_noelle.rpy:4203 +translate brazilian_portuguese epilogue_63d9bf00: + + # "Akarsha tries to respond as Noelle opens the door for her, but she's laughing so hard, it takes her several attempts to get it out." + "Akarsha tenta responder enquanto Noelle abre a porta para ela, mas ela está rindo tanto, que demoram diversas tentativas até ela conseguir falar." + +# game/4_noelle.rpy:4204 +translate brazilian_portuguese epilogue_c91e8edc: + + # Akarsha "The firefighters! They're gonna look outside and see..." with sshake + Akarsha "Os bombeiros! Eles vão olhar pra fora e ver..." with sshake + +# game/4_noelle.rpy:4205 +translate brazilian_portuguese epilogue_cd232eb4: + + # Akarsha "Prius driver dressed like Frog & Toad...and me..." + Akarsha "Motorista de um Prius vestida como Rã e Sapo são Amigos... e eu..." + +# game/4_noelle.rpy:4206 +translate brazilian_portuguese epilogue_00a6d618: + + # Noelle "What's wrong with driving a Prius? Just get in already!" with sshake + Noelle "Qual o problema de dirigir um Prius? Só entra de uma vez!" with sshake + +# game/4_noelle.rpy:4207 +translate brazilian_portuguese epilogue_472fe40d: + + # Noelle "I love you times infinity, minus one." + Noelle "Eu te amo vezes infinito, menos um." + +# game/4_noelle.rpy:4208 +translate brazilian_portuguese epilogue_50005043: + + # Noelle "I love you times infinity, minus two." + Noelle "Eu te amo vezes infinito, menos dois." + +# game/4_noelle.rpy:4209 +translate brazilian_portuguese epilogue_9e322ae2: + + # Akarsha "Okay, okay! How mean!" with sshake + Akarsha "Okay, okay! Que maldade!" with sshake + +translate brazilian_portuguese strings: + + # game/4_noelle.rpy:26 + old "5th grade" + new "5ª série" + + # game/4_noelle.rpy:29 + old "Saturday Chinese School" + new "Curso de Chinês de sábado" + + # game/4_noelle.rpy:39 + old "The first phrase is \"mirror.\"" + new "A primeira frase é \"espelho.\"" + + # game/4_noelle.rpy:48 + old "{font=chunhua_chinese.ttf}鍺子{/font}" + new "{font=chunhua_chinese.ttf}鍺子{/font}" + + # game/4_noelle.rpy:48 + old "{font=chunhua_chinese.ttf}錢子{/font}" + new "{font=chunhua_chinese.ttf}錢子{/font}" + + # game/4_noelle.rpy:48 + old "{font=chunhua_chinese.ttf}鏡子{/font}" + new "{font=chunhua_chinese.ttf}鏡子{/font}" + + # game/4_noelle.rpy:70 + old "The next phrase is \"admit.\"" + new "A próxima frase é \"admitir.\"" + + # game/4_noelle.rpy:72 + old "You should already know \"recognize.\"" + new "Vocês já devem saber \"reconhecer.\"" + + # game/4_noelle.rpy:74 + old "{font=traditional_chinese.otf}承{/font}'s meaning is \"to bear\" or \"to carry\"..." + new "O significado de {font=traditional_chinese.otf}承{/font} é \"aguentar\" ou \"carregar\"..." + + # game/4_noelle.rpy:83 + old "Teacher, how many Chinese characters are there?" + new "Professor, quantos caracteres chineses existem?" + + # game/4_noelle.rpy:85 + old "At least 80,000." + new "Pelo menos 80,000." + + # game/4_noelle.rpy:91 + old "Don't worry, most educated people only know about 8,000." + new "Não se preocupem, a maioria das pessoas\nalfabetizadas só sabem cerca de 8,000." + + # game/4_noelle.rpy:263 + old "Hello?" + new "Alô?" + + # game/4_noelle.rpy:272 + old "Ah-ma = Taiwanese term for grandma" + new "Ah-ma = Termo taiwanês para avó" + + # game/4_noelle.rpy:290 + old "Spring Break" + new "Férias de Primavera" + + # game/4_noelle.rpy:309 + old "Wikipedia page" + new "Página da Wikipédia" + + # game/4_noelle.rpy:318 + old "Re-read the Wikipedia article" + new "Re-ler o artigo da Wikipédia" + + # game/4_noelle.rpy:318 + old "Click the \"sexual intercourse\" hyperlink" + new "Clique no hiperlink \"relações sexuais\"" + + # game/4_noelle.rpy:318 + old "Click the \"lesbian\" hyperlink" + new "Clicar no hiperlink \"lésbica\"" + + # game/4_noelle.rpy:343 + old "Click the \"Lesotho\" hyperlink" + new "Clicar no hiperlink \"Lesoto\"" + + # game/4_noelle.rpy:365 + old "Click the \"fingering\" hyperlink" + new "Clicar no hiperlink \"dedilhação\"" + + # game/4_noelle.rpy:381 + old "Click the \"tribadism\" hyperlink" + new "Clicar no hiperlink \"tribadismo\"" + + # game/4_noelle.rpy:412 + old "Check your phone" + new "Olhar seu celular" + + # game/4_noelle.rpy:616 + old "Sixteen hours later" + new "Dezesseis horas depois" + + # game/4_noelle.rpy:619 + old "Taipei" + new "Taipé" + + # game/4_noelle.rpy:632 + old "Ah-gong = grandpa" + new "Ah-gong = avô" + + # game/4_noelle.rpy:639 + old "We're here!" + new "Estamos aqui!" + + # game/4_noelle.rpy:642 + old "Come in, come in!" + new "Entrem, entrem!" + + # game/4_noelle.rpy:662 + old "Da Ah-yi" + new "Da Ah-yi" + + # game/4_noelle.rpy:670 + old "Hey!" + new "Opa!" + + # game/4_noelle.rpy:673 + old "Yay!! You're finally here!" + new "Oba!! Vocês finalmente chegaram!" + + # game/4_noelle.rpy:675 + old "Chun-hua, you've grown so big!" + new "Chun-hua, você cresceu tanto!" + + # game/4_noelle.rpy:678 + old "Yeah, I must've been in elementary school the last time you saw me!" + new "É, eu acho que estava na escola primária da última vez que vocês me viram!" + + # game/4_noelle.rpy:688 + old "Hi marryone...I four Le-ying." + new "Olá a tortas...Eu seis Le-ying." + + # game/4_noelle.rpy:696 + old "What'd you say?" + new "O que você disse?" + + # game/4_noelle.rpy:700 + old "Lair am Le-ying." + new "Meu sou Le-ying." + + # game/4_noelle.rpy:709 + old "Even the Mandarin, he's nearly forgotten." + new "Até o Mandarim, ele já quase esqueceu." + + # game/4_noelle.rpy:736 + old "They're both skin and bones. They really are cousins." + new "Ambas são só pele e osso. Realmente são primas." + + # game/4_noelle.rpy:739 + old "One U.S. version, one Taiwan version." + new "Uma versão EUA, outra versão Taiwan." + + # game/4_noelle.rpy:794 + old "Ask about the area" + new "Perguntar sobre a área" + + # game/4_noelle.rpy:794 + old "Ask about her book" + new "Perguntar sobre seu livro" + + # game/4_noelle.rpy:794 + old "Ask about the photos on the wall" + new "Perguntar sobre as fotos na parede" + + # game/4_noelle.rpy:921 + old "Ask about something else" + new "Perguntar sobre outra coisa" + + # game/4_noelle.rpy:921 + old "Tell me about the photos" + new "Me fale sobre as fotos" + + # game/4_noelle.rpy:1065 + old "Intercom" + new "Intercom" + + # game/4_noelle.rpy:1172 + old "Stall Worker" + new "Dona da Barraca" + + # game/4_noelle.rpy:1173 + old "Light I ask how much are these pants?" + new "Puma saber quanto custa essa calça?" + + # game/4_noelle.rpy:1177 + old "Two hundred NTD." + new "Duzentos NTD." + + # game/4_noelle.rpy:1182 + old "I waist buy this." + new "Eu ferro comprar isso." + + # game/4_noelle.rpy:1230 + old "I want oyster omelette." + new "Eu quero omelete de ostra." + + # game/4_noelle.rpy:1236 + old "What do you want to order?" + new "O que você quer pedir?" + + # game/4_noelle.rpy:1247 + old "Are you American-born Chinese?" + new "Você é uma chinesa nascida na América?" + + # game/4_noelle.rpy:1252 + old "I am." + new "Eu sou." + + # game/4_noelle.rpy:1307 + old "{font=chunhua_chinese.ttf}阿姨好{/font} = Hello Auntie." + new "{font=chunhua_chinese.ttf}阿姨好{/font} = Oi Tia." + + # game/4_noelle.rpy:1347 + old "The last day of the trip" + new "Último dia da viagem" + + # game/4_noelle.rpy:1391 + old "I miss Ah-ma..." + new "Sinto saudade da Ah-ma..." + + # game/4_noelle.rpy:1562 + old "Flower in the mirror, moon in the water" + new "Flores em um espelho, lua na água" + + # game/4_noelle.rpy:1579 + old "Ready to go to the airport?" + new "Pronta para ir ao aeroporto?" + + # game/4_noelle.rpy:1582 + old "Let's go." + new "Vamos." + + # game/4_noelle.rpy:1608 + old "Stranger" + new "Estranho" + + # game/4_noelle.rpy:1636 + old "Man" + new "Homem" + + # game/4_noelle.rpy:1647 + old "Passenger" + new "Passageiro" + + # game/4_noelle.rpy:1979 + old "20 minutes later" + new "20 minutos depois" + + # game/4_noelle.rpy:2009 + old "Umpire" + new "Árbitro" + + # game/4_noelle.rpy:2193 + old "Subhaan" + new "Subhaan" + + # game/4_noelle.rpy:2274 + old "\"Sub-Zero\"" + new "\"Sub-Zero\"" + + # game/4_noelle.rpy:2627 + old "Call her Sub-Zero" + new "Chamar ela de Sub-Zero" + + # game/4_noelle.rpy:2627 + old "Don't call her Sub-Zero" + new "Não chamar ela de Sub-Zero" + + # game/4_noelle.rpy:3194 + old "One week later" + new "Uma semana depois" + + # game/4_noelle.rpy:3388 + old "God_Of_Halo" + new "God_Of_Halo" + + # game/4_noelle.rpy:3603 + old "Class president" + new "Representante da sala" + + # game/4_noelle.rpy:3626 + old "Petal" + new "Pétala" + + # game/4_noelle.rpy:3626 + old "Ovary" + new "Ovário" + + # game/4_noelle.rpy:3832 + old "Girls in the crowd" + new "Meninas na multidão" + + # game/4_noelle.rpy:4115 + old "The future" + new "O futuro" diff --git a/game/tl/brazilian_portuguese/common.rpy b/game/tl/brazilian_portuguese/common.rpy new file mode 100644 index 0000000..f35ad42 --- /dev/null +++ b/game/tl/brazilian_portuguese/common.rpy @@ -0,0 +1,1228 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +translate brazilian_portuguese strings: + + # renpy/common/00accessibility.rpy:28 + old "Self-voicing disabled." + new "Auto-voz desabilitada." + + # renpy/common/00accessibility.rpy:29 + old "Clipboard voicing enabled. " + new "Voz da área de transferência ativada. " + + # renpy/common/00accessibility.rpy:30 + old "Self-voicing enabled. " + new "Auto-voz ativada. " + + # renpy/common/00accessibility.rpy:32 + old "bar" + new "bar" + + # renpy/common/00accessibility.rpy:33 + old "selected" + new "selecionado" + + # renpy/common/00accessibility.rpy:34 + old "viewport" + new "viewport" + + # renpy/common/00accessibility.rpy:35 + old "horizontal scroll" + new "scroll horizontal" + + # renpy/common/00accessibility.rpy:36 + old "vertical scroll" + new "scroll vertical" + + # renpy/common/00accessibility.rpy:37 + old "activate" + new "ativar" + + # renpy/common/00accessibility.rpy:38 + old "deactivate" + new "desativar" + + # renpy/common/00accessibility.rpy:39 + old "increase" + new "aumentar" + + # renpy/common/00accessibility.rpy:40 + old "decrease" + new "diminuir" + + # renpy/common/00accessibility.rpy:138 + old "Font Override" + new "Override da Fonte" + + # renpy/common/00accessibility.rpy:142 + old "Default" + new "Default" + + # renpy/common/00accessibility.rpy:146 + old "DejaVu Sans" + new "Sans DejaVu" + + # renpy/common/00accessibility.rpy:150 + old "Opendyslexic" + new "Opendyslexic" + + # renpy/common/00accessibility.rpy:156 + old "Text Size Scaling" + new "Dimensionamento do tamanho do texto" + + # renpy/common/00accessibility.rpy:162 + old "Reset" + new "Resetar" + + # renpy/common/00accessibility.rpy:168 + old "Line Spacing Scaling" + new "Escala de espaçamento de linha" + + # renpy/common/00accessibility.rpy:180 + old "High Contrast Text" + new "Texto de Alto Contraste" + + # renpy/common/00accessibility.rpy:182 + old "Enable" + new "Ativar" + + # renpy/common/00accessibility.rpy:186 + old "Disable" + new "Desativar" + + # renpy/common/00accessibility.rpy:193 + old "Self-Voicing" + new "Auto-voz" + + # renpy/common/00accessibility.rpy:197 + old "Off" + new "Desligado" + + # renpy/common/00accessibility.rpy:201 + old "Text-to-speech" + new "Texto para fala" + + # renpy/common/00accessibility.rpy:205 + old "Clipboard" + new "Área de trabalho" + + # renpy/common/00accessibility.rpy:209 + old "Debug" + new "Debug" + + # renpy/common/00accessibility.rpy:215 + old "Self-Voicing Volume Drop" + new "Queda de volume da Auto-voz" + + # renpy/common/00accessibility.rpy:224 + old "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." + new "As opções deste menu destinam-se a melhorar a acessibilidade. Eles podem não funcionar com todos os jogos e algumas combinações de opções podem tornar o jogo impossível de jogar. Este não é um problema com o jogo ou a engine. Para obter os melhores resultados ao alterar as fontes, tente manter o tamanho do texto igual ao original." + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Monday" + new "{#weekday}Segunda-feira" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Tuesday" + new "{#weekday}Terça-feira" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Wednesday" + new "{#weekday}Quarta-feira" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Thursday" + new "{#weekday}Quinta-feira" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Friday" + new "{#weekday}Sexta-feira" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Saturday" + new "{#weekday}Sábado" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Sunday" + new "{#weekday}Domingo" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Mon" + new "{#weekday_short}Seg" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Tue" + new "{#weekday_short}Ter" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Wed" + new "{#weekday_short}Qua" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Thu" + new "{#weekday_short}Qui" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Fri" + new "{#weekday_short}Sex" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Sat" + new "{#weekday_short}Sab" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Sun" + new "{#weekday_short}Dom" + + # renpy/common/00action_file.rpy:47 + old "{#month}January" + new "{#month}Janeiro" + + # renpy/common/00action_file.rpy:47 + old "{#month}February" + new "{#month}Fevereiro" + + # renpy/common/00action_file.rpy:47 + old "{#month}March" + new "{#month}Março" + + # renpy/common/00action_file.rpy:47 + old "{#month}April" + new "{#month}Abril" + + # renpy/common/00action_file.rpy:47 + old "{#month}May" + new "{#month}Maio" + + # renpy/common/00action_file.rpy:47 + old "{#month}June" + new "{#month}Junho" + + # renpy/common/00action_file.rpy:47 + old "{#month}July" + new "{#month}Julho" + + # renpy/common/00action_file.rpy:47 + old "{#month}August" + new "{#month}Agosto" + + # renpy/common/00action_file.rpy:47 + old "{#month}September" + new "{#month}Setembro" + + # renpy/common/00action_file.rpy:47 + old "{#month}October" + new "{#month}Outubro" + + # renpy/common/00action_file.rpy:47 + old "{#month}November" + new "{#month}Novembro" + + # renpy/common/00action_file.rpy:47 + old "{#month}December" + new "{#month}Dezembro" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jan" + new "{#month_short}Jan" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Feb" + new "{#month_short}Fev" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Mar" + new "{#month_short}Mar" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Apr" + new "{#month_short}Abr" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}May" + new "{#month_short}Mai" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jun" + new "{#month_short}Jun" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jul" + new "{#month_short}Jul" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Aug" + new "{#month_short}Ago" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Sep" + new "{#month_short}Set" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Oct" + new "{#month_short}Out" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Nov" + new "{#month_short}Nov" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Dec" + new "{#month_short}Dez" + + # renpy/common/00action_file.rpy:250 + old "%b %d, %H:%M" + new "%b %d, %H:%M" + + # renpy/common/00action_file.rpy:364 + old "Save slot %s: [text]" + new "Slot de save %s: [text]" + + # renpy/common/00action_file.rpy:445 + old "Load slot %s: [text]" + new "Carregar slot %s: [text]" + + # renpy/common/00action_file.rpy:498 + old "Delete slot [text]" + new "Deletar slot [text]" + + # renpy/common/00action_file.rpy:577 + old "File page auto" + new "Página de arquivo auto" + + # renpy/common/00action_file.rpy:579 + old "File page quick" + new "Página de arquivo rápida" + + # renpy/common/00action_file.rpy:581 + old "File page [text]" + new "Página de arquivo [text]" + + # renpy/common/00action_file.rpy:780 + old "Next file page." + new "Próxima página." + + # renpy/common/00action_file.rpy:852 + old "Previous file page." + new "Página anterior." + + # renpy/common/00action_file.rpy:913 + old "Quick save complete." + new "Save rápido completo." + + # renpy/common/00action_file.rpy:931 + old "Quick save." + new "Save rápido." + + # renpy/common/00action_file.rpy:950 + old "Quick load." + new "Carregamento rápido." + + # renpy/common/00action_other.rpy:381 + old "Language [text]" + new "Idioma [text]" + + # renpy/common/00action_other.rpy:703 + old "Open [text] directory." + new "Abrir o diretório [texto]." + + # renpy/common/00director.rpy:708 + old "The interactive director is not enabled here." + new "O diretor interativo não está ativado aqui." + + # renpy/common/00director.rpy:1481 + old "⬆" + new "⬆" + + # renpy/common/00director.rpy:1487 + old "⬇" + new "⬇" + + # renpy/common/00director.rpy:1551 + old "Done" + new "Concluído" + + # renpy/common/00director.rpy:1561 + old "(statement)" + new "(statement)" + + # renpy/common/00director.rpy:1562 + old "(tag)" + new "(tag)" + + # renpy/common/00director.rpy:1563 + old "(attributes)" + new "(attributes)" + + # renpy/common/00director.rpy:1564 + old "(transform)" + new "(transform)" + + # renpy/common/00director.rpy:1589 + old "(transition)" + new "(transition)" + + # renpy/common/00director.rpy:1601 + old "(channel)" + new "(channel)" + + # renpy/common/00director.rpy:1602 + old "(filename)" + new "(filename)" + + # renpy/common/00director.rpy:1631 + old "Change" + new "Alterar" + + # renpy/common/00director.rpy:1633 + old "Add" + new "Adicionar" + + # renpy/common/00director.rpy:1636 + old "Cancel" + new "Cancelar" + + # renpy/common/00director.rpy:1639 + old "Remove" + new "Remover" + + # renpy/common/00director.rpy:1674 + old "Statement:" + new "Declaração:" + + # renpy/common/00director.rpy:1695 + old "Tag:" + new "Marcação:" + + # renpy/common/00director.rpy:1711 + old "Attributes:" + new "Atributos:" + + # renpy/common/00director.rpy:1729 + old "Transforms:" + new "Transformações:" + + # renpy/common/00director.rpy:1748 + old "Behind:" + new "Atrás:" + + # renpy/common/00director.rpy:1767 + old "Transition:" + new "Transição:" + + # renpy/common/00director.rpy:1785 + old "Channel:" + new "Canal:" + + # renpy/common/00director.rpy:1803 + old "Audio Filename:" + new "Nome do arquivo de áudio:" + + # renpy/common/00gui.rpy:445 + old "Are you sure?" + new "Tem certeza?" + + # renpy/common/00gui.rpy:446 + old "Are you sure you want to delete this save?" + new "Tem certeza de que deseja excluir este save?" + + # renpy/common/00gui.rpy:447 + old "Are you sure you want to overwrite your save?" + new "Tem certeza de que deseja substituir seu save?" + + # renpy/common/00gui.rpy:448 + old "Loading will lose unsaved progress.\nAre you sure you want to do this?" + new "O carregamento perderá o progresso não salvo.\nTem certeza de que quer fazer isso?" + + # renpy/common/00gui.rpy:449 + old "Are you sure you want to quit?" + new "Tem certeza que quer sair?" + + # renpy/common/00gui.rpy:450 + old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." + new "Tem certeza de que deseja retornar ao menu principal?\nIsso fará com que o progresso não salvo seja perdido." + + # renpy/common/00gui.rpy:451 + old "Are you sure you want to end the replay?" + new "Tem certeza de que deseja encerrar o replay?" + + # renpy/common/00gui.rpy:452 + old "Are you sure you want to begin skipping?" + new "Tem certeza de que deseja começar a pular?" + + # renpy/common/00gui.rpy:453 + old "Are you sure you want to skip to the next choice?" + new "Tem certeza de que deseja pular para a próxima escolha?" + + # renpy/common/00gui.rpy:454 + old "Are you sure you want to skip unseen dialogue to the next choice?" + new "Tem certeza de que deseja pular o diálogo não visto para a próxima escolha?" + + # renpy/common/00keymap.rpy:310 + old "Failed to save screenshot as %s." + new "Falha ao salvar captura de tela como %s." + + # renpy/common/00keymap.rpy:322 + old "Saved screenshot as %s." + new "Captura de tela salva como %s." + + # renpy/common/00library.rpy:230 + old "Skip Mode" + new "Modo de Skip" + + # renpy/common/00library.rpy:316 + old "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." + new "Este programa contém software livre sob várias licenças, incluindo a licença MIT e a licença GNU Lesser General Public. Uma lista completa de software, incluindo links para o código-fonte completo, pode ser encontrada {a=https://www.renpy.org/l/license}aqui{/a}." + + # renpy/common/00preferences.rpy:259 + old "display" + new "tela" + + # renpy/common/00preferences.rpy:271 + old "transitions" + new "transições" + + # renpy/common/00preferences.rpy:280 + old "skip transitions" + new "pular transições" + + # renpy/common/00preferences.rpy:282 + old "video sprites" + new "sprites de vídeo" + + # renpy/common/00preferences.rpy:291 + old "show empty window" + new "mostrar janela vazia" + + # renpy/common/00preferences.rpy:300 + old "text speed" + new "velocidade do texto" + + # renpy/common/00preferences.rpy:308 + old "joystick" + new "joystick" + + # renpy/common/00preferences.rpy:308 + old "joystick..." + new "joystick..." + + # renpy/common/00preferences.rpy:315 + old "skip" + new "pular" + + # renpy/common/00preferences.rpy:318 + old "skip unseen [text]" + new "pular [text] não visto" + + # renpy/common/00preferences.rpy:323 + old "skip unseen text" + new "pular texto não visto" + + # renpy/common/00preferences.rpy:325 + old "begin skipping" + new "começar a pular" + + # renpy/common/00preferences.rpy:329 + old "after choices" + new "depois das escolhas" + + # renpy/common/00preferences.rpy:336 + old "skip after choices" + new "pular depois das escolhas" + + # renpy/common/00preferences.rpy:338 + old "auto-forward time" + new "tempo de avanço automático" + + # renpy/common/00preferences.rpy:352 + old "auto-forward" + new "avanço automático" + + # renpy/common/00preferences.rpy:359 + old "Auto forward" + new "Avanço automático" + + # renpy/common/00preferences.rpy:362 + old "auto-forward after click" + new "avanço automático depois do clique" + + # renpy/common/00preferences.rpy:371 + old "automatic move" + new "movimento automático" + + # renpy/common/00preferences.rpy:380 + old "wait for voice" + new "esperar pela voz" + + # renpy/common/00preferences.rpy:389 + old "voice sustain" + new "sustentar a voz" + + # renpy/common/00preferences.rpy:398 + old "self voicing" + new "auto-voz" + + # renpy/common/00preferences.rpy:407 + old "self voicing volume drop" + new "queda de volume de auto-voz" + + # renpy/common/00preferences.rpy:415 + old "clipboard voicing" + new "voz da área de transferência" + + # renpy/common/00preferences.rpy:424 + old "debug voicing" + new "depuração de voz" + + # renpy/common/00preferences.rpy:433 + old "emphasize audio" + new "enfatizar o áudio" + + # renpy/common/00preferences.rpy:442 + old "rollback side" + new "lado de reversão" + + # renpy/common/00preferences.rpy:452 + old "gl powersave" + new "economia de energia gl" + + # renpy/common/00preferences.rpy:458 + old "gl framerate" + new "taxa de quadros gl" + + # renpy/common/00preferences.rpy:461 + old "gl tearing" + new "rasgamento gl" + + # renpy/common/00preferences.rpy:464 + old "font transform" + new "transformação da fonte" + + # renpy/common/00preferences.rpy:467 + old "font size" + new "tamanho da fonte" + + # renpy/common/00preferences.rpy:475 + old "font line spacing" + new "espaçamento entre linhas de fonte" + + # renpy/common/00preferences.rpy:483 + old "system cursor" + new "cursor do sistema" + + # renpy/common/00preferences.rpy:492 + old "renderer menu" + new "menu renderizador" + + # renpy/common/00preferences.rpy:495 + old "accessibility menu" + new "menu de acessibilidade" + + # renpy/common/00preferences.rpy:498 + old "high contrast text" + new "texto de alto contraste" + + # renpy/common/00preferences.rpy:507 + old "audio when minimized" + new "áudio quando minimizado" + + # renpy/common/00preferences.rpy:527 + old "main volume" + new "volume principal" + + # renpy/common/00preferences.rpy:528 + old "music volume" + new "volume de música" + + # renpy/common/00preferences.rpy:529 + old "sound volume" + new "volume de som" + + # renpy/common/00preferences.rpy:530 + old "voice volume" + new "volume da vozes" + + # renpy/common/00preferences.rpy:531 + old "mute main" + new "silenciar o principal" + + # renpy/common/00preferences.rpy:532 + old "mute music" + new "silenciar a música" + + # renpy/common/00preferences.rpy:533 + old "mute sound" + new "silenciar o som" + + # renpy/common/00preferences.rpy:534 + old "mute voice" + new "silenciar as vozes" + + # renpy/common/00preferences.rpy:535 + old "mute all" + new "silenciar tudo" + + # renpy/common/00preferences.rpy:616 + old "Clipboard voicing enabled. Press 'shift+C' to disable." + new "Voz da área de transferência ativada. Pressione 'shift+C' para desativar." + + # renpy/common/00preferences.rpy:618 + old "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." + new "Auto-voz diria \"[renpy.display.tts.last]\". Pressione 'alt+shift+V' para desativar." + + # renpy/common/00preferences.rpy:620 + old "Self-voicing enabled. Press 'v' to disable." + new "Auto-voz habilitada. Pressione 'v' para desativar." + + # renpy/common/00iap.rpy:219 + old "Contacting App Store\nPlease Wait..." + new "Entrando em contato com a App Store\nPor favor, aguarde..." + + # renpy/common/00updater.rpy:419 + old "The Ren'Py Updater is not supported on mobile devices." + new "O Ren'Py Updater não é compatível com dispositivos móveis." + + # renpy/common/00updater.rpy:548 + old "An error is being simulated." + new "Um erro está sendo simulado." + + # renpy/common/00updater.rpy:738 + old "Either this project does not support updating, or the update status file was deleted." + new "Este projeto não oferece suporte à atualização ou o arquivo de status de atualização foi excluído." + + # renpy/common/00updater.rpy:752 + old "This account does not have permission to perform an update." + new "Esta conta não tem permissão para realizar uma atualização." + + # renpy/common/00updater.rpy:755 + old "This account does not have permission to write the update log." + new "Esta conta não tem permissão para gravar o log de atualização." + + # renpy/common/00updater.rpy:783 + old "Could not verify update signature." + new "Não foi possível verificar a assinatura de atualização." + + # renpy/common/00updater.rpy:1084 + old "The update file was not downloaded." + new "O arquivo de atualização não foi baixado." + + # renpy/common/00updater.rpy:1102 + old "The update file does not have the correct digest - it may have been corrupted." + new "O arquivo de atualização não tem o resumo correto - pode ter sido corrompido." + + # renpy/common/00updater.rpy:1252 + old "While unpacking {}, unknown type {}." + new "Ao descompactar {}, tipo desconhecido {}." + + # renpy/common/00updater.rpy:1624 + old "Updater" + new "Atualizador" + + # renpy/common/00updater.rpy:1631 + old "An error has occured:" + new "Um erro ocorreu:" + + # renpy/common/00updater.rpy:1633 + old "Checking for updates." + new "Verificando atualizações." + + # renpy/common/00updater.rpy:1635 + old "This program is up to date." + new "Este programa está atualizado." + + # renpy/common/00updater.rpy:1637 + old "[u.version] is available. Do you want to install it?" + new "[u.version] está disponível. Quer instalá-la?" + + # renpy/common/00updater.rpy:1639 + old "Preparing to download the updates." + new "Preparando para baixar as atualizações." + + # renpy/common/00updater.rpy:1641 + old "Downloading the updates." + new "Baixando as atualizações." + + # renpy/common/00updater.rpy:1643 + old "Unpacking the updates." + new "Descompactando as atualizações." + + # renpy/common/00updater.rpy:1645 + old "Finishing up." + new "Finalizando." + + # renpy/common/00updater.rpy:1647 + old "The updates have been installed. The program will restart." + new "As atualizações foram instaladas. O programa será reiniciado." + + # renpy/common/00updater.rpy:1649 + old "The updates have been installed." + new "As atualizações foram instaladas." + + # renpy/common/00updater.rpy:1651 + old "The updates were cancelled." + new "As atualizações foram canceladas." + + # renpy/common/00updater.rpy:1666 + old "Proceed" + new "Prosseguir" + + # renpy/common/00gallery.rpy:627 + old "Image [index] of [count] locked." + new "Imagem [index] de [count] bloqueada." + + # renpy/common/00gallery.rpy:647 + old "prev" + new "anterior" + + # renpy/common/00gallery.rpy:648 + old "next" + new "próximo" + + # renpy/common/00gallery.rpy:649 + old "slideshow" + new "slideshow" + + # renpy/common/00gallery.rpy:650 + old "return" + new "retornar" + + # renpy/common/00gltest.rpy:89 + old "Renderer" + new "Renderizador" + + # renpy/common/00gltest.rpy:93 + old "Automatically Choose" + new "Automaticamente Escolher" + + # renpy/common/00gltest.rpy:100 + old "Force GL Renderer" + new "Forçar Renderizador GL" + + # renpy/common/00gltest.rpy:105 + old "Force ANGLE Renderer" + new "Forçar Renderizador ANGLE" + + # renpy/common/00gltest.rpy:110 + old "Force GLES Renderer" + new "Forçar Renderizador GLES" + + # renpy/common/00gltest.rpy:116 + old "Force GL2 Renderer" + new "Forçar Renderizador GL2" + + # renpy/common/00gltest.rpy:121 + old "Force ANGLE2 Renderer" + new "Forçar Renderizador ANGLE2" + + # renpy/common/00gltest.rpy:126 + old "Force GLES2 Renderer" + new "Forçar Renderizador GLES2" + + # renpy/common/00gltest.rpy:136 + old "Enable (No Blocklist)" + new "Ativar (Sem Blocklist)" + + # renpy/common/00gltest.rpy:159 + old "Powersave" + new "Economia de energia" + + # renpy/common/00gltest.rpy:173 + old "Framerate" + new "Taxa de quadros" + + # renpy/common/00gltest.rpy:177 + old "Screen" + new "Tela" + + # renpy/common/00gltest.rpy:181 + old "60" + new "60" + + # renpy/common/00gltest.rpy:185 + old "30" + new "30" + + # renpy/common/00gltest.rpy:191 + old "Tearing" + new "Rasgamento" + + # renpy/common/00gltest.rpy:207 + old "Changes will take effect the next time this program is run." + new "As alterações entrarão em vigor na próxima vez que este programa for executado." + + # renpy/common/00gltest.rpy:242 + old "Performance Warning" + new "Aviso de performance" + + # renpy/common/00gltest.rpy:247 + old "This computer is using software rendering." + new "Este computador está usando renderização de software." + + # renpy/common/00gltest.rpy:249 + old "This game requires use of GL2 that can't be initialised." + new "Este jogo requer o uso de GL2 que não pode ser inicializado." + + # renpy/common/00gltest.rpy:251 + old "This computer has a problem displaying graphics: [problem]." + new "Este computador está com problemas para exibir gráficos: [problem]." + + # renpy/common/00gltest.rpy:255 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." + new "Seus drivers gráficos podem estar desatualizados ou não funcionando corretamente. Isso pode levar a uma exibição de gráficos lenta ou incorreta." + + # renpy/common/00gltest.rpy:259 + old "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." + new "O arquivo {a=edit:1:log.txt}log.txt{/a} pode conter informações para ajudá-lo a determinar o que há de errado com seu computador." + + # renpy/common/00gltest.rpy:264 + old "More details on how to fix this can be found in the {a=[url]}documentation{/a}." + new "Mais detalhes sobre como corrigir isso podem ser encontrados na {a=[url]}documentação{/a}." + + # renpy/common/00gltest.rpy:269 + old "Continue, Show this warning again" + new "Continuar, Mostrar este aviso novamente" + + # renpy/common/00gltest.rpy:273 + old "Continue, Don't show warning again" + new "Continuar, Não mostrar aviso novamente" + + # renpy/common/00gltest.rpy:281 + old "Change render options" + new "Alterar opções de renderização" + + # renpy/common/00gamepad.rpy:32 + old "Select Gamepad to Calibrate" + new "Selecione Gamepad para Calibrar" + + # renpy/common/00gamepad.rpy:35 + old "No Gamepads Available" + new "Nenhum Gamepad Disponível" + + # renpy/common/00gamepad.rpy:54 + old "Calibrating [name] ([i]/[total])" + new "Calibrando [name] ([i]/[total])" + + # renpy/common/00gamepad.rpy:58 + old "Press or move the '[control!s]' [kind]." + new "Pressione ou mova os '[control!s]' [kind]." + + # renpy/common/00gamepad.rpy:68 + old "Skip (A)" + new "Pular (A)" + + # renpy/common/00gamepad.rpy:71 + old "Back (B)" + new "Voltar (B)" + + # renpy/common/_errorhandling.rpym:555 + old "Open" + new "Abrir" + + # renpy/common/_errorhandling.rpym:557 + old "Opens the traceback.txt file in a text editor." + new "Abre o arquivo traceback.txt em um editor de texto." + + # renpy/common/_errorhandling.rpym:559 + old "Copy BBCode" + new "Copiar o BBCode" + + # renpy/common/_errorhandling.rpym:561 + old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "Copia o arquivo traceback.txt para a área de transferência como BBcode para fóruns como https://lemmasoft.renai.us/." + + # renpy/common/_errorhandling.rpym:563 + old "Copy Markdown" + new "Copiar Markdown" + + # renpy/common/_errorhandling.rpym:565 + old "Copies the traceback.txt file to the clipboard as Markdown for Discord." + new "Copia o arquivo traceback.txt para a área de transferência como Markdown para o Discord." + + # renpy/common/_errorhandling.rpym:594 + old "An exception has occurred." + new "Ocorreu uma exceção." + + # renpy/common/_errorhandling.rpym:617 + old "Rollback" + new "Rollback" + + # renpy/common/_errorhandling.rpym:619 + old "Attempts a roll back to a prior time, allowing you to save or choose a different choice." + new "Tenta reverter para um tempo anterior, permitindo que você salve ou escolha uma opção diferente." + + # renpy/common/_errorhandling.rpym:622 + old "Ignore" + new "Ignorar" + + # renpy/common/_errorhandling.rpym:626 + old "Ignores the exception, allowing you to continue." + new "Ignora a exceção, permitindo-lhe continuar." + + # renpy/common/_errorhandling.rpym:628 + old "Ignores the exception, allowing you to continue. This often leads to additional errors." + new "Ignora a exceção, permitindo que você continue. Isso geralmente leva a erros adicionais." + + # renpy/common/_errorhandling.rpym:632 + old "Reload" + new "Recarregar" + + # renpy/common/_errorhandling.rpym:634 + old "Reloads the game from disk, saving and restoring game state if possible." + new "Recarrega o jogo a partir do disco, salvando e restaurando o estado do jogo se possível." + + # renpy/common/_errorhandling.rpym:637 + old "Console" + new "Console" + + # renpy/common/_errorhandling.rpym:639 + old "Opens a console to allow debugging the problem." + new "Abre um console para permitir a depuração do problema." + + # renpy/common/_errorhandling.rpym:652 + old "Quits the game." + new "Sai do jogo." + + # renpy/common/_errorhandling.rpym:673 + old "Parsing the script failed." + new "A análise do script falhou." + +# TODO: Translation updated at 2023-02-02 23:43 + +translate brazilian_portuguese strings: + + # renpy/common/_compat/gamemenu.rpym:198 + old "Empty Slot." + new "" + + # renpy/common/_compat/gamemenu.rpym:355 + old "Previous" + new "" + + # renpy/common/_compat/gamemenu.rpym:362 + old "Next" + new "" + + # renpy/common/_compat/preferences.rpym:428 + old "Joystick Mapping" + new "" + + # renpy/common/_developer/developer.rpym:38 + old "Developer Menu" + new "" + + # renpy/common/_developer/developer.rpym:43 + old "Interactive Director (D)" + new "" + + # renpy/common/_developer/developer.rpym:45 + old "Reload Game (Shift+R)" + new "" + + # renpy/common/_developer/developer.rpym:47 + old "Console (Shift+O)" + new "" + + # renpy/common/_developer/developer.rpym:49 + old "Variable Viewer" + new "" + + # renpy/common/_developer/developer.rpym:51 + old "Image Location Picker" + new "" + + # renpy/common/_developer/developer.rpym:53 + old "Filename List" + new "" + + # renpy/common/_developer/developer.rpym:57 + old "Show Image Load Log (F4)" + new "" + + # renpy/common/_developer/developer.rpym:60 + old "Hide Image Load Log (F4)" + new "" + + # renpy/common/_developer/developer.rpym:63 + old "Image Attributes" + new "" + + # renpy/common/_developer/developer.rpym:90 + old "[name] [attributes] (hidden)" + new "" + + # renpy/common/_developer/developer.rpym:94 + old "[name] [attributes]" + new "" + + # renpy/common/_developer/developer.rpym:143 + old "Nothing to inspect." + new "" + + # renpy/common/_developer/developer.rpym:154 + old "Hide deleted" + new "" + + # renpy/common/_developer/developer.rpym:154 + old "Show deleted" + new "" + + # renpy/common/_developer/developer.rpym:278 + old "Return to the developer menu" + new "" + + # renpy/common/_developer/developer.rpym:443 + old "Rectangle: %r" + new "" + + # renpy/common/_developer/developer.rpym:448 + old "Mouse position: %r" + new "" + + # renpy/common/_developer/developer.rpym:453 + old "Right-click or escape to quit." + new "" + + # renpy/common/_developer/developer.rpym:485 + old "Rectangle copied to clipboard." + new "" + + # renpy/common/_developer/developer.rpym:488 + old "Position copied to clipboard." + new "" + + # renpy/common/_developer/developer.rpym:507 + old "Type to filter: " + new "" + + # renpy/common/_developer/developer.rpym:635 + old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" + new "" + + # renpy/common/_developer/developer.rpym:639 + old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + new "" + + # renpy/common/_developer/developer.rpym:649 + old "✔ " + new "" + + # renpy/common/_developer/developer.rpym:652 + old "✘ " + new "" + + # renpy/common/_developer/developer.rpym:657 + old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" + new "" + + # renpy/common/_developer/inspector.rpym:38 + old "Displayable Inspector" + new "" + + # renpy/common/_developer/inspector.rpym:61 + old "Size" + new "" + + # renpy/common/_developer/inspector.rpym:65 + old "Style" + new "" + + # renpy/common/_developer/inspector.rpym:71 + old "Location" + new "" + + # renpy/common/_developer/inspector.rpym:122 + old "Inspecting Styles of [displayable_name!q]" + new "" + + # renpy/common/_developer/inspector.rpym:139 + old "displayable:" + new "" + + # renpy/common/_developer/inspector.rpym:145 + old " (no properties affect the displayable)" + new "" + + # renpy/common/_developer/inspector.rpym:147 + old " (default properties omitted)" + new "" + + # renpy/common/_developer/inspector.rpym:185 + old "" + new "" + + # renpy/common/_layout/classic_load_save.rpym:170 + old "a" + new "" + + # renpy/common/_layout/classic_load_save.rpym:179 + old "q" + new "" + + # renpy/common/00gltest.rpy:79 + old "Force Angle/DirectX Renderer" + new "" + + # renpy/common/00gltest.rpy:83 + old "Force OpenGL Renderer" + new "" + + # renpy/common/00gltest.rpy:87 + old "Force Software Renderer" + new "" + + # renpy/common/00gltest.rpy:93 + old "NPOT" + new "" + + # renpy/common/00gltest.rpy:220 + old "This computer is not using shaders." + new "" + + # renpy/common/00gltest.rpy:222 + old "This computer is displaying graphics slowly." + new "" + + # renpy/common/00gltest.rpy:229 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." + new "" + + # renpy/common/00gltest.rpy:236 + old "Update DirectX" + new "" + + # renpy/common/00gltest.rpy:264 + old "Updating DirectX." + new "" + + # renpy/common/00gltest.rpy:268 + old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." + new "" + + # renpy/common/00gltest.rpy:272 + old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." + new "" + + # renpy/common/00gltest.rpy:276 + old "When setup finishes, please click below to restart this program." + new "" + + # renpy/common/00gltest.rpy:278 + old "Restart" + new "" + + # renpy/common/00gamepad.rpy:58 + old "Press or move the [control!r] [kind]." + new "" + + # renpy/common/_errorhandling.rpym:679 + old "Opens the errors.txt file in a text editor." + new "" + + # renpy/common/_errorhandling.rpym:683 + old "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "" + + # renpy/common/_errorhandling.rpym:687 + old "Copies the errors.txt file to the clipboard as Markdown for Discord." + new "" + diff --git a/game/tl/brazilian_portuguese/options.rpy b/game/tl/brazilian_portuguese/options.rpy new file mode 100644 index 0000000..b33d5c7 --- /dev/null +++ b/game/tl/brazilian_portuguese/options.rpy @@ -0,0 +1,8 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +translate brazilian_portuguese strings: + + # game/options.rpy:15 + old "Butterfly Soup 2" + new "Butterfly Soup 2" + diff --git a/game/tl/brazilian_portuguese/screens.rpy b/game/tl/brazilian_portuguese/screens.rpy new file mode 100644 index 0000000..55d5638 --- /dev/null +++ b/game/tl/brazilian_portuguese/screens.rpy @@ -0,0 +1,455 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +translate brazilian_portuguese strings: + + # game/screens.rpy:645 + old "Save" + new "Salvar" + + # game/screens.rpy:647 + old "Skip" + new "Pular" + + # game/screens.rpy:649 + old "Prefs" + new "Preferências" + + # game/screens.rpy:716 + old "New Game" + new "Novo Jogo" + + # game/screens.rpy:721 + old "History" + new "Histórico" + + # game/screens.rpy:729 + old "Load Game" + new "Carregar Jogo" + + # game/screens.rpy:733 + old "Settings" + new "Configurações" + + # game/screens.rpy:737 + old "About" + new "Sobre" + + # game/screens.rpy:742 + old "End Replay" + new "Terminar Replay" + + # game/screens.rpy:748 + old "Main Menu" + new "Menu Principal" + + # game/screens.rpy:758 + old "Quit" + new "Sair" + + # game/screens.rpy:977 + old "Return" + new "Retornar" + + # game/screens.rpy:1099 + old "[config.name!t] Version [config.version!t]\n" + new "[config.name!t] Versão [config.version!t]\n" + + # game/screens.rpy:1106 + old "Game by Brianna Lei\n\nMade with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n" + new "Jogo por Brianna Lei\n\nFeito com {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n" + + # game/screens.rpy:1108 + old "\n\nMusic:" + new "\n\nMúsica:" + + # game/screens.rpy:1109 + old "Bubbles, guiding light, Thought Projection, Holding Your Breath,\nIllicit Activities, and Jello by {a=http://ketsamusic.com/}Ketsa{/a}\n" + new "Bubbles, guiding light, Thought Projection, Holding Your Breath,\nIllicit Activities, e Jello por {a=http://ketsamusic.com/}Ketsa{/a}\n" + + # game/screens.rpy:1110 + old "Romaras, Blooming, pas a pas, side by side, and Campagne_sound363\nby Miltata (CC BY-NC 3.0)" + new "Romaras, Blooming, pas a pas, side by side, e Campagne_sound363\npor Miltata (CC BY-NC 3.0)" + + # game/screens.rpy:1111 + old "{a=https://miltata.bandcamp.com/}This artist has songs available for purchase! Please support him here!{/a}\n" + new "{a=https://miltata.bandcamp.com/}Esse artista tem músicas disponíveis para compra! Por favor ajude ele aqui!{/a}\n" + + # game/screens.rpy:1112 + old "{a=http://freemusicarchive.org/music/Bloodgod/Catharsis/}Valar Morghulis{/a} by {b}Bloodgod{/b} (CC BY-NC-ND 4.0)\n" + new "{a=http://freemusicarchive.org/music/Bloodgod/Catharsis/}Valar Morghulis{/a} por {b}Bloodgod{/b} (CC BY-NC-ND 4.0)\n" + + # game/screens.rpy:1113 + old "{a=http://www.hurtrecord.com/bgm/24/the-flame-of-love.html}Flame of Love{/a} by {b}YOSHI{/b}\n" + new "{a=http://www.hurtrecord.com/bgm/24/the-flame-of-love.html}Flame of Love{/a} por {b}YOSHI{/b}\n" + + # game/screens.rpy:1114 + old "{a=https://www.hurtrecord.com/bgm/104/toys-house.html}Toys House{/a} by {b}Teada{/b}\n" + new "{a=https://www.hurtrecord.com/bgm/104/toys-house.html}Toys House{/a} por {b}Teada{/b}\n" + + # game/screens.rpy:1115 + old "{a=https://www.hurtrecord.com/bgm/23/kurayami.html}{font=japanese.ttc}クラヤミ{/font}{/a} by {b}{font=japanese.ttc}カモキング{/font}{/b}\n" + new "{a=https://www.hurtrecord.com/bgm/23/kurayami.html}{font=japanese.ttc}クラヤミ{/font}{/a} por {b}{font=japanese.ttc}カモキング{/font}{/b}\n" + + # game/screens.rpy:1116 + old "{a=https://thricedotted.itch.io/looptober-2021-variety-pack}Fell{/a} by {b}Studio Meow Meow{/b} (CC BY 4.0)\n" + new "{a=https://thricedotted.itch.io/looptober-2021-variety-pack}Fell{/a} por {b}Studio Meow Meow{/b} (CC BY 4.0)\n" + + # game/screens.rpy:1117 + old "{a=https://www.void1gaming.com/}Comatose Dreams{/a} by {b}VOiD1Gaming{/b}\n" + new "{a=https://www.void1gaming.com/}Comatose Dreams{/a} por {b}VOiD1Gaming{/b}\n" + + # game/screens.rpy:1118 + old "My Heart Will Go On - Recorder By Candlelight by {b}Matt Mulholland{/b}" + new "My Heart Will Go On - Recorder By Candlelight por {b}Matt Mulholland{/b}" + + # game/screens.rpy:1119 + old "{a=https://mattmulholland.bandcamp.com/album/matt-mulholland-sings-covers}This song is available for purchase! Please support the artist!{/a}\n" + new "{a=https://mattmulholland.bandcamp.com/album/matt-mulholland-sings-covers}Essa música está disponível para compra! Por favor ajude o artista!{/a}\n" + + # game/screens.rpy:1121 + old "\n\nSound:" + new "\n\nSom:" + + # game/screens.rpy:1122 + old "{a=https://github.com/NormalVR/CutieKeys}Cutie Keys{/a}" + new "{a=https://github.com/NormalVR/CutieKeys}Cutie Keys{/a}" + + # game/screens.rpy:1123 + old "{a=http://freesound.org/people/LittleRobotSoundFactory/packs/16881/}Electric Sound Effects Library{/a} by LittleRobotSoundFactory (CC BY 3.0)" + new "{a=http://freesound.org/people/LittleRobotSoundFactory/packs/16881/}Electric Sound Effects Library{/a} por LittleRobotSoundFactory (CC BY 3.0)" + + # game/screens.rpy:1124 + old "{a=http://freesound.org/people/Peacewaves/sounds/317334/}Metal Locker{/a} by Peacewaves (CC BY 3.0)" + new "{a=http://freesound.org/people/Peacewaves/sounds/317334/}Metal Locker{/a} por Peacewaves (CC BY 3.0)" + + # game/screens.rpy:1125 + old "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + new "Rain loop por {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + + # game/screens.rpy:1127 + old "\n\nTranslation producer:" + new "\n\nProdutor das traduções:" + + # game/screens.rpy:1128 + old "{a=https://queerscriptors.org}Queerscriptors{/a}" + new "{a=https://queerscriptors.org/pt_BR}Queerscriptors{/a}" + + # game/screens.rpy:1130 + old "\n\nRussian Translation:" + new "\n\nTradução Russa:" + + # game/screens.rpy:1131 + old "Mikhail \"KornyPony\" Burov-Kosolapin" + new "Mikhail \"KornyPony\" Burov-Kosolapin" + + # game/screens.rpy:1133 + old "\n\nPolish Translation:" + new "\n\nTradução Polonesa:" + + # game/screens.rpy:1134 + old "Max \"Toasty\" and _adoracja with the help of panini_bredd" + new "Max \"Toasty\" e _adoracja com a ajuda de panini_bredd" + + # game/screens.rpy:1210 + old "Page {}" + new "Página {}" + + # game/screens.rpy:1210 + old "Automatic saves" + new "Saves automáticos" + + # game/screens.rpy:1210 + old "Quick saves" + new "Saves rápidos" + + # game/screens.rpy:1256 + old "%B %d %Y, %H:%M" + new "%B %d %Y, %H:%M" + + # game/screens.rpy:1256 + old "empty slot" + new "slot vazio" + + # game/screens.rpy:1273 + old "<" + new "<" + + # game/screens.rpy:1276 + old "{#auto_page}A" + new "{#auto_page}A" + + # game/screens.rpy:1279 + old "{#quick_page}Q" + new "{#quick_page}Q" + + # game/screens.rpy:1285 + old ">" + new ">" + + # game/screens.rpy:1398 + old "Display" + new "Exibição" + + # game/screens.rpy:1399 + old "Window" + new "Janela" + + # game/screens.rpy:1400 + old "Fullscreen" + new "Tela cheia" + + # game/screens.rpy:1406 + old "Unseen Text" + new "Textos não lidos" + + # game/screens.rpy:1407 + old "After Choices" + new "Depois de escolhas" + + # game/screens.rpy:1412 + old "Screen Motion" + new "Movimento da tela" + + # game/screens.rpy:1413 + old "Background Pan" + new "Plano de fundo panorâmico" + + # game/screens.rpy:1414 + old "Screenshake" + new "Tremor da tela" + + # game/screens.rpy:1426 + old "Music Volume" + new "Volume da Música" + + # game/screens.rpy:1433 + old "Sound Volume" + new "Volume do Som" + + # game/screens.rpy:1439 + old "Test" + new "Teste" + + # game/screens.rpy:1443 + old "Voice Volume" + new "Volume das Vozes" + + # game/screens.rpy:1454 + old "Mute All" + new "Silenciar tudo" + + # game/screens.rpy:1458 + old "Text Speed" + new "Velocidade do Texto" + + # game/screens.rpy:1466 + old "Language" + new "Idioma" + + # game/screens.rpy:1611 + old "The dialogue history is empty." + new "O histórico de diálogo está vazio." + + # game/screens.rpy:1723 + old "Help" + new "Ajuda" + + # game/screens.rpy:1732 + old "Keyboard" + new "Teclado" + + # game/screens.rpy:1733 + old "Mouse" + new "Mouse" + + # game/screens.rpy:1736 + old "Gamepad" + new "Gamepad" + + # game/screens.rpy:1749 + old "Enter" + new "Enter" + + # game/screens.rpy:1750 + old "Advances dialogue and activates the interface." + new "Avança diálogo e ativa a interface." + + # game/screens.rpy:1753 + old "Space" + new "Espaço" + + # game/screens.rpy:1754 + old "Advances dialogue without selecting choices." + new "Avança o diálogo sem selecionar as escolhas." + + # game/screens.rpy:1757 + old "Arrow Keys" + new "Setas" + + # game/screens.rpy:1758 + old "Navigate the interface." + new "Navega pela interface." + + # game/screens.rpy:1761 + old "Escape" + new "Esc" + + # game/screens.rpy:1762 + old "Accesses the game menu." + new "Acessa o menu do jogo." + + # game/screens.rpy:1765 + old "Ctrl" + new "Ctrl" + + # game/screens.rpy:1766 + old "Skips dialogue while held down." + new "Pula diálogo quando pressionado." + + # game/screens.rpy:1769 + old "Tab" + new "Tab" + + # game/screens.rpy:1770 + old "Toggles dialogue skipping." + new "Ativa a opção de pular diálogos." + + # game/screens.rpy:1773 + old "Page Up" + new "Página para Cima" + + # game/screens.rpy:1774 + old "Rolls back to earlier dialogue." + new "Retorna a diálogo anterior." + + # game/screens.rpy:1777 + old "Page Down" + new "Página para Baixo" + + # game/screens.rpy:1778 + old "Rolls forward to later dialogue." + new "Avança a diálogo posterior." + + # game/screens.rpy:1786 + old "Takes a screenshot." + new "Faz uma captura de tela." + + # game/screens.rpy:1790 + old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." + new "Alterna assistência {a=https://www.renpy.org/l/voicing}self-voicing{/a}." + + # game/screens.rpy:1796 + old "Left Click" + new "Botão Esquerdo" + + # game/screens.rpy:1800 + old "Middle Click" + new "Botão do Meio" + + # game/screens.rpy:1801 + old "Hides the user interface." + new "Esconde a interface do usuário." + + # game/screens.rpy:1804 + old "Right Click" + new "Botão Direito" + + # game/screens.rpy:1808 + old "Mouse Wheel Up\nClick Rollback Side" + new "Roda do mouse para cima\nClique em Reverter lado" + + # game/screens.rpy:1812 + old "Mouse Wheel Down" + new "Roda do mouse para baixo" + + # game/screens.rpy:1819 + old "Right Trigger\nA/Bottom Button" + new "Trigger Direito\nA/Botão inferior" + + # game/screens.rpy:1823 + old "Left Trigger\nLeft Shoulder" + new "Trigger Esquerdo\nShoulder Esquerdo" + + # game/screens.rpy:1827 + old "Right Shoulder" + new "Shoulder Direito" + + # game/screens.rpy:1831 + old "D-Pad, Sticks" + new "D-Pad, Sticks" + + # game/screens.rpy:1835 + old "Start, Guide" + new "Iniciar, Guia" + + # game/screens.rpy:1839 + old "Y/Top Button" + new "Y/Botão Superior" + + # game/screens.rpy:1842 + old "Calibrate" + new "Calibrar" + + # game/screens.rpy:1907 + old "Yes" + new "Sim" + + # game/screens.rpy:1908 + old "No" + new "Não" + + # game/screens.rpy:1954 + old "Skipping. To stop skipping, click anywhere on the screen!" + new "Pulando. Para parar de pular o diálogo, clique em qualquer lugar da tela!" + + # game/screens.rpy:2352 + old "Back" + new "Voltar" + + # game/screens.rpy:2354 + old "Auto" + new "Auto" + + # game/screens.rpy:2355 + old "Menu" + new "Menu" + +# TODO: Translation updated at 2023-02-03 17:19 + +translate brazilian_portuguese strings: + + # game/screens.rpy:1173 + old "\n\nTraditional Chinese Translation:" + new "\n\nTraditional Chinese Translation:" + + # game/screens.rpy:1174 + old "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + new "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + + # game/screens.rpy:1176 + old "\n\nSpanish Translation:" + new "\n\nSpanish Translation:" + + # game/screens.rpy:1177 + old "{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}" + new "Martín \"SevenFalcons\" Eyheralde" + + # game/screens.rpy:1179 + old "\n\nBrazilian Portuguese Translation:" + new "\n\nBrazilian Portuguese Translation:" + + # game/screens.rpy:1180 + old "Maria \"Maaz\" Laura " + new "Maria \"Maaz\" Laura " + + # game/screens.rpy:1526 + old "{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/screens.rpy:1527 + old "{font=myriad.OTF}{size=30}Español{/size}{/font}" + new "Español" + + # game/screens.rpy:1528 + old "{font=myriad.OTF}{size=30}Português{/size}{/font}" + new "Português" diff --git a/game/tl/brazilian_portuguese/script.rpy b/game/tl/brazilian_portuguese/script.rpy new file mode 100644 index 0000000..5784447 --- /dev/null +++ b/game/tl/brazilian_portuguese/script.rpy @@ -0,0 +1,83 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +translate brazilian_portuguese strings: + + # game/script.rpy:679 + old "{font=YunusH.ttf}{white}{size=+25}Thank you\nfor playing!{/size}{/white}{/font}" + new "{font=YunusH.ttf}{white}{size=+25}Obrigado\npor jogar!{/size}{/white}{/font}" + + # game/script.rpy:3277 + old "English" + new "English" + + # game/script.rpy:3277 + old "{font=myriad.OTF}{size=30}Русский{/size}{/font}" + new "Русский" + + # game/script.rpy:3277 + old "Polski" + new "Polski" + + # game/script.rpy:3363 + old "Diya" + new "Diya" + + # game/script.rpy:3364 + old "Min" + new "Min" + + # game/script.rpy:3365 + old "Noelle" + new "Noelle" + + # game/script.rpy:3366 + old "certified brain genius" + new "gênia cerebral certificada" + + # game/script.rpy:3367 + old "depressed elf nightmare man" + new "elfo deprimido homem dos pesadelos" + + # game/script.rpy:3368 + old "albret einstong" + new "albret einstong" + + # game/script.rpy:3369 + old "Yuki" + new "Yuki" + + # game/script.rpy:3370 + old "Sakura" + new "Sakura" + + # game/script.rpy:3371 + old "Chryssa" + new "Chryssa" + + # game/script.rpy:3372 + old "Liz" + new "Liz" + + # game/script.rpy:3373 + old "Mom" + new "Mãe" + +# TODO: Translation updated at 2023-02-02 23:43 + +translate brazilian_portuguese strings: + + # game/script.rpy:3288 + old "Español" + new "Español" + + # game/script.rpy:3288 + old "{font=myriad.OTF}Português{/font}" + new "Português" + +# TODO: Translation updated at 2023-02-03 17:19 + +translate brazilian_portuguese strings: + + # game/script.rpy:3287 + old "{font=chunhua_chinese.ttf}中文{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" diff --git a/game/tl/brazilian_portuguese/trailer.rpy b/game/tl/brazilian_portuguese/trailer.rpy new file mode 100644 index 0000000..2076d6a --- /dev/null +++ b/game/tl/brazilian_portuguese/trailer.rpy @@ -0,0 +1,194 @@ +# TODO: Translation updated at 2023-02-03 01:36 + +# game/trailer.rpy:33 +translate brazilian_portuguese trailer_94ec9793: + + # Diya "Battery's low." + Diya "Battery's low." + +# game/trailer.rpy:36 +translate brazilian_portuguese trailer_64f35087: + + # Min "Huh?" + Min "Huh?" + +# game/trailer.rpy:38 +translate brazilian_portuguese trailer_f8d6dc41: + + # Diya "For the camera.{w=0.35} Warning sign's flashing." + Diya "For the camera.{w=0.35} Warning sign's flashing." + +# game/trailer.rpy:41 +translate brazilian_portuguese trailer_ca8806ec: + + # Akarsha "It's okay, we got this!{w=0.35} All we gotta do is nail it this take!" + Akarsha "It's okay, we got this!{w=0.35} All we gotta do is nail it this take!" + +# game/trailer.rpy:43 +translate brazilian_portuguese trailer_982482e3: + + # Diya "Take 21.{w=0.35} Action." + Diya "Take 21.{w=0.35} Action." + +# game/trailer.rpy:46 +translate brazilian_portuguese trailer_0c0de3f3: + + # Noelle "The visual novel Butterfly Soup 2 is—" + Noelle "The visual novel Butterfly Soup 2 is—" + +# game/trailer.rpy:48 +translate brazilian_portuguese trailer_00421240: + + # Akarsha "Gay girls playing baseball and falling in love, again!" with sshake + Akarsha "Gay girls playing baseball and falling in love, again!" with sshake + +# game/trailer.rpy:49 +translate brazilian_portuguese trailer_8e990bcb: + + # Akarsha "The end." + Akarsha "The end." + +# game/trailer.rpy:52 +translate brazilian_portuguese trailer_525ec496: + + # Noelle "That's not enough information!" with sshake + Noelle "That's not enough information!" with sshake + +# game/trailer.rpy:54 +translate brazilian_portuguese trailer_2c2d17a3: + + # Min "I mean, it's a sequel.{w=0.35} It's just gonna be like the first game." + Min "I mean, it's a sequel.{w=0.35} It's just gonna be like the first game." + +# game/trailer.rpy:56 +translate brazilian_portuguese trailer_14ef60ac: + + # Noelle "But what if the viewers don't know anything about the first game?" + Noelle "But what if the viewers don't know anything about the first game?" + +# game/trailer.rpy:58 +translate brazilian_portuguese trailer_0d6a6282: + + # Min "Who would click on a video called \"Butterfly Soup 2 Trailer\" without even knowing what Butterfly Soup 1 is?" + Min "Who would click on a video called \"Butterfly Soup 2 Trailer\" without even knowing what Butterfly Soup 1 is?" + +# game/trailer.rpy:59 +translate brazilian_portuguese trailer_544e4aa1: + + # Min "If you're watching this right now and that's you, honestly, what the fuck?" + Min "If you're watching this right now and that's you, honestly, what the fuck?" + +# game/trailer.rpy:62 +translate brazilian_portuguese trailer_dc8436c5: + + # Noelle "Don't insult the viewers!" with sshake + Noelle "Don't insult the viewers!" with sshake + +# game/trailer.rpy:64 +translate brazilian_portuguese trailer_6d8b73fb: + + # Akarsha "No, keep insulting them!" + Akarsha "No, keep insulting them!" + +# game/trailer.rpy:65 +translate brazilian_portuguese trailer_ab71eb95: + + # Akarsha "We should use this video to cause controversy on purpose, to drive up the view count." + Akarsha "We should use this video to cause controversy on purpose, to drive up the view count." + +# game/trailer.rpy:67 +translate brazilian_portuguese trailer_93163cd7: + + # Diya "...Why don't we just do something nice? {w=0.35}Like those ASMR videos showing relaxing stuff." + Diya "...Why don't we just do something nice? {w=0.35}Like those ASMR videos showing relaxing stuff." + +# game/trailer.rpy:70 +translate brazilian_portuguese trailer_bc3c656c: + + # Min "Maybe to get attention, we should make the opposite of that.{w=0.35}\nLike, a torture video." + Min "Maybe to get attention, we should make the opposite of that.{w=0.35}\nLike, a torture video." + +# game/trailer.rpy:73 +translate brazilian_portuguese trailer_11cca280: + + # Noelle "WHY WOULD WE MAKE A \"TORTURE VIDEO\" AS A GAME TRAILER????" with sshake + Noelle "WHY WOULD WE MAKE A \"TORTURE VIDEO\" AS A GAME TRAILER????" with sshake + +# game/trailer.rpy:75 +translate brazilian_portuguese trailer_55dcefdb: + + # Min "Instead of ASMR, we can call it PAIN." + Min "Instead of ASMR, we can call it PAIN." + +# game/trailer.rpy:77 +translate brazilian_portuguese trailer_2a18f1b1: + + # Diya "But what would the letters stand for?" + Diya "But what would the letters stand for?" + +# game/trailer.rpy:80 +translate brazilian_portuguese trailer_278213c7: + + # Akarsha "Poo...{w=0.35}Ass...{w=0.35}Idiot...{w=0.35}Noelle." + Akarsha "Poo...{w=0.35}Ass...{w=0.35}Idiot...{w=0.35}Noelle." + +# game/trailer.rpy:83 +translate brazilian_portuguese trailer_353ae4c3: + + # Noelle "WHY WAS MY NAME USED?" with sshake + Noelle "WHY WAS MY NAME USED?" with sshake + +# game/trailer.rpy:85 +translate brazilian_portuguese trailer_9d9f5aaf: + + # Akarsha "It was the first thing starting with \"N\" I could think of.{w=0.35} You should be flattered!" + Akarsha "It was the first thing starting with \"N\" I could think of.{w=0.35} You should be flattered!" + +# game/trailer.rpy:87 +translate brazilian_portuguese trailer_be0fc16f: + + # Akarsha "This is giving me ideas.{w=0.35} Diya, gimme the camera." + Akarsha "This is giving me ideas.{w=0.35} Diya, gimme the camera." + +# game/trailer.rpy:89 +translate brazilian_portuguese trailer_09c2be5d: + + # Noelle "No!{w=0.35} Don't give it to her!" with sshake + Noelle "No!{w=0.35} Don't give it to her!" with sshake + +# game/trailer.rpy:91 +translate brazilian_portuguese trailer_c218fa5d: + + # Diya "Too late." + Diya "Too late." + +# game/trailer.rpy:93 +translate brazilian_portuguese trailer_431cbafd: + + # Akarsha "Gracias!" + Akarsha "Gracias!" + +# game/trailer.rpy:97 +translate brazilian_portuguese trailer_e8c0340a: + + # Noelle "Relinquish the camera!" with sshake + Noelle "Relinquish the camera!" with sshake + +# game/trailer.rpy:101 +translate brazilian_portuguese trailer_b768e17c: + + # Akarsha "Let go!" with sshake + Akarsha "Let go!" with sshake + +# game/trailer.rpy:104 +translate brazilian_portuguese trailer_a8a947e5: + + # Akarsha "Wait, you're gonna make me drop it!" with sshake + Akarsha "Wait, you're gonna make me drop it!" with sshake + +# game/trailer.rpy:117 +translate brazilian_portuguese trailer_48a56a13: + + # Akarsha "WAAUGH!" with sshake + Akarsha "WAAUGH!" with sshake + diff --git a/game/tl/polish/1_akarsha.rpy b/game/tl/polish/1_akarsha.rpy index b80b4e5..ba7e925 100644 --- a/game/tl/polish/1_akarsha.rpy +++ b/game/tl/polish/1_akarsha.rpy @@ -2140,7 +2140,7 @@ translate polish momDad_18a3117f: translate polish momDad_0d4d2e99: # Noelle "Is Pratik your only sibling?" - Noelle "Czy Pratik to twój jedyny brat?" + Noelle "Czy Pratik jest twoim jedynym rodzeństwem?" # game/1_akarsha.rpy:1017 translate polish momDad_bf3d3c37: @@ -2704,7 +2704,7 @@ translate polish momDad_797b59d1: translate polish momDad_b04c5845: # Akarsha "Oh, that's an accessory. Put it back." - Akarsha "Oh, ale to dodatek. Połóż je spowrotem." + Akarsha "Oh, ale to dodatek. Połóż je z powrotem." # game/1_akarsha.rpy:1206 translate polish momDad_fdecab62: @@ -3634,7 +3634,7 @@ translate polish minLeaves_14a923b0: translate polish reflection_449d8bf0: # AkarshaT "How is it that everyone else has bomb-ass hair while mine's all sad and thin?" - AkarshaT "Jak to możliwe, że wszyscy inni mają zajefajne włosym, podczas gdy moje są całe smutne i cienkie?" + AkarshaT "Jak to możliwe, że wszyscy inni mają zajefajne włosy, podczas gdy moje są całe smutne i cienkie?" # game/1_akarsha.rpy:1811 translate polish reflection_3e5b6e66: @@ -4186,7 +4186,7 @@ translate polish enterClass_c21059a2: translate polish enterClass_26c68486: # "Noelle tries to navigate back to the Control Panel. The cursor inches across the screen so slowly, the movement is barely perceptible..." - "Noelle próbuje spowrotem przesunąć myszkę na Panel Kontrolny. Kursor tak ledwo się przesuwa, ruch jest prawie niezauważalny..." + "Noelle próbuje z powrotem przesunąć myszkę na Panel Kontrolny. Kursor tak ledwo się przesuwa, ruch jest prawie niezauważalny..." # game/1_akarsha.rpy:2014 translate polish enterClass_323c9b15: @@ -4972,7 +4972,7 @@ translate polish earthquake_35112c36: translate polish earthquake_2995ef0c: # Akarsha "Oops! Why don't you squeeze under here, too?" - Akarsha "Oops! Może zmieścisz się jeszcze tutaj na dole?" + Akarsha "Ups! Może zmieścisz się jeszcze tutaj na dole?" # game/1_akarsha.rpy:2316 translate polish earthquake_4d5645d6: @@ -5380,7 +5380,7 @@ translate polish failedConfession_76b2fe88: translate polish shesTheMan_d1ee50bf: # "Akarsha powers the family desktop off, her heart pounding a mile a minute." - "Akarsha wyłącza swój komputer rodzinny jej serce wali jak młot." + "Akarsha wyłącza swój komputer rodzinny, jej serce wali jak młot." # game/1_akarsha.rpy:2425 translate polish shesTheMan_c5600f8a: @@ -5446,7 +5446,7 @@ translate polish shesTheMan_72012e2a: translate polish shesTheMan_5f9074e2: # Akarsha "Oops. Sorry, I was having a meltdown and forgot..." - Akarsha "Oops. Sorka, załamałam się i zapomniałam..." + Akarsha "Ups. Sorka, załamałam się i zapomniałam..." # game/1_akarsha.rpy:2454 translate polish shesTheMan_5e684a65: @@ -6102,6 +6102,7 @@ translate polish minChat_266a1334: # cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + # game/1_akarsha.rpy:2609 translate polish minChat_99c72437: @@ -6358,7 +6359,7 @@ translate polish classNextDay_5a1e57f8: translate polish classNextDay_2ebe0f92: # "Diya gives her an odd look as they start heading down the sidewalk." - "Diya patrzy się nią dziwnie, kiedy zaczynają kierować się do szkoły." + "Diya patrzy się na nią dziwnie, kiedy zaczynają kierować się do szkoły." # game/1_akarsha.rpy:2675 translate polish classNextDay_47e6dcd3: @@ -6730,7 +6731,7 @@ translate polish lockerRoom_2ef57e72: translate polish lockerRoom_ce1ccb9c: # Noelle "{i}(You have to pay because it'll be hilarious. She'll never guess who it is.){/i}" - Noelle "{i}(Musisz zapłacić, ponieważ będzie zabawnie. Nigdy nie odgadnie, stąd je ma.){/i}" + Noelle "{i}(Musisz zapłacić, ponieważ będzie zabawnie. Nigdy nie odgadnie, skąd je ma.){/i}" # game/1_akarsha.rpy:2817 translate polish lockerRoom_8b97f375: @@ -6808,7 +6809,7 @@ translate polish lockerRoom_50dedb56: translate polish sakuraUnrequitedLove_e4ec3c9e: # "After jogging around the track and stretching, [teamName!t] runs fielding drills." - "Po joggingu wokół toru i rozciąganiu się, [teamName!t] prowadzi ćwiczenia polowe." + "Po joggingu wokół toru i rozciąganiu się, drużyna [teamName!t] prowadzi ćwiczenia polowe." # game/1_akarsha.rpy:2852 translate polish sakuraUnrequitedLove_cdbde622: @@ -6838,7 +6839,7 @@ translate polish sakuraUnrequitedLove_644a0f1c: translate polish sakuraUnrequitedLove_edb63d00: # AkarshaT "Baseball champion..." - AkarshaT "Mistrzyni baseballu..." + AkarshaT "Mistrzyni baseballa..." # game/1_akarsha.rpy:2864 translate polish sakuraUnrequitedLove_c86eca2d: @@ -7126,7 +7127,7 @@ translate polish sakuraUnrequitedLove_6cb05e52: translate polish sakuraUnrequitedLove_e474ea94: # Sayeeda "Fanime is like, right there in San Jose..." - Sayeeda "Famine jest dosłownie tak blisko, w San Jose." + Sayeeda "Fanime jest dosłownie tak blisko, w San Jose." # game/1_akarsha.rpy:2964 translate polish sakuraUnrequitedLove_f9ecda1e: diff --git a/game/tl/polish/2_diya.rpy b/game/tl/polish/2_diya.rpy index 74b60fb..73515f7 100644 --- a/game/tl/polish/2_diya.rpy +++ b/game/tl/polish/2_diya.rpy @@ -172,7 +172,7 @@ translate polish diya2_c9085bac: translate polish diya2_f4939c01: # "Min hastily slams the car door shut and stomps back to Diya and Jun, who are both wheezing with laughter." - "MIn pośpiesznie trzaska drzwiami samochodu i ucieka do Diyi, i Juna, którzy oboje płaczą ze śmiechu." + "Min pośpiesznie trzaska drzwiami samochodu i ucieka do Diyi, i Juna, którzy oboje płaczą ze śmiechu." # game/2_diya.rpy:100 translate polish diya2_ff384520: @@ -3238,7 +3238,7 @@ translate polish lockerRoomCrisis_ef0da7a0: translate polish lockerRoomCrisis_10a2af6a: # Min "Shit, oops..." - Min "Kurwa, oops..." + Min "Kurwa, ups..." # game/2_diya.rpy:1456 translate polish lockerRoomCrisis_b4bf2395: @@ -5518,7 +5518,7 @@ translate polish diyaMinEndConvo_74181b05: translate polish diyaMinEndConvo_a4e68f4a: # Min "No way, I sold them to some junior for fifteen bucks." with sshake - Min "Nie no, sprzedałam ją jakiemuś frajerowi z młodszej klasy za piętnaście dolców." with sshake + Min "Nie no, sprzedałam je jakiemuś frajerowi z młodszej klasy za piętnaście dolców." with sshake # game/2_diya.rpy:2352 translate polish diyaMinEndConvo_804d9770: @@ -5908,7 +5908,7 @@ translate polish strings: # game/2_diya.rpy:372 old "Pop song" - new "Piosenka rockowa" + new "Piosenka popowa" # game/2_diya.rpy:482 old "Count sheep" diff --git a/game/tl/polish/3_min.rpy b/game/tl/polish/3_min.rpy index 4938f31..24a1d07 100644 --- a/game/tl/polish/3_min.rpy +++ b/game/tl/polish/3_min.rpy @@ -748,7 +748,7 @@ translate polish iHateDadClub_87dfd45d: translate polish iHateDadClub_60b5f091: # Jun "And when you talk back to Dad, it just makes him go crazy! When're you gonna learn?" - Jun "A kiedy pyskujesz Tacie, tylko go do doprowadza do szału! Kiedy się tego nauczysz?" + Jun "A kiedy pyskujesz Tacie, tylko go to doprowadza do szału! Kiedy się tego nauczysz?" # game/3_min.rpy:323 translate polish iHateDadClub_333d174a: @@ -2560,7 +2560,7 @@ translate polish throwRocks_d64bbec5: translate polish throwRocks_4dec9333: # Diya "Oops. I forgot." - Diya "Oops. Zapomniałam." + Diya "Ups. Zapomniałam." # game/3_min.rpy:1170 translate polish throwRocks_337a739e: @@ -3448,7 +3448,7 @@ translate polish tentSetup_df55a730: translate polish tentSetup_9305989f: # Ester "I've started doing this whenever something interesting happens so I can remember later." - Ester "Zaczęłam tak robić to tak, że za każdym razem, jak coś ciekawego się wydarzy, zapisuję to, żeby pamiętać na później." + Ester "Zaczęłam robić to tak, że za każdym razem, jak coś ciekawego się wydarzy, zapisuję to, żeby pamiętać na później." # game/3_min.rpy:1560 translate polish tentSetup_105f727a: @@ -3472,7 +3472,7 @@ translate polish tentSetup_9c36f691: translate polish tentSetup_0682b348: # Ester "I dunno, I just thought it was a neat detail." - Ester "Nie wiem, po pomyślałam, że byłby to fajny detal." + Ester "Nie wiem, bo pomyślałam, że byłby to fajny detal." # game/3_min.rpy:1569 translate polish tentSetup_66b52d10: @@ -3904,7 +3904,7 @@ translate polish tentSetup_9ff588d1: translate polish tentSetup_b7a91e98: # "She hears footsteps behind her, and nearly has a heart attack when she turns to see Chryssa walking over." - "Słyszy za sobą kroki i prawie dostaje ataku serce, gdy odwraca się, i widzi jak podchodzi do niej Chryssa." + "Słyszy za sobą kroki i prawie dostaje ataku serca, gdy odwraca się, i widzi jak podchodzi do niej Chryssa." # game/3_min.rpy:1733 translate polish tentSetup_a665fcbc: @@ -4876,7 +4876,7 @@ translate polish lakeLoop_f6a35bb5: translate polish lakeLoop_2b56e591: # Min "What in the actual hell would possess you to do that?" - Min "Co, do diabła, by się mogło do tego skłonić?" + Min "Co, do diabła, by cię mogło do tego skłonić?" # game/3_min.rpy:2137 translate polish lakeLoop_1aa10e98: @@ -5470,7 +5470,7 @@ translate polish tentDisaster_b33bcd82: translate polish tentDisaster_cc9c0b01: # "Noelle gathers the tent into her arms and tries to trudge back up to the park in her socks." - "Noelle bierze namiot na ręce i próbuje przywłóczyć się spowrotem na górę w skarpetkach." + "Noelle bierze namiot na ręce i próbuje przywłóczyć się z powrotem na górę w skarpetkach." # game/3_min.rpy:2388 translate polish tentDisaster_bcd47c97: @@ -5596,7 +5596,7 @@ translate polish tentDisaster_f880669b: translate polish tentDisaster_0ae85404: # MinT "Oh, hell. If even fucking NOELLE can tell, I might as well be wearing a neon sign around saying what happened." - MinT "O kurwa. Nawet jeśli jebana NOELLE może to zauważyć, to równie dobrze mogę nosić ze sobą wielki neonowy napis, na którym napisane byłoby to, co się stało." + MinT "O kurwa. Jeśli nawet jebana NOELLE może to zauważyć, to równie dobrze mogę nosić ze sobą wielki neonowy napis, na którym napisane byłoby to, co się stało." # game/3_min.rpy:2434 translate polish tentDisaster_c7d5c49b: @@ -7834,7 +7834,7 @@ translate polish uncurse_d683e7fe: translate polish uncurse_d711c1f9: # "But Diya doesn't flinch away, just gazes into her eyes." - "Ale Diya nie wzdraga się od niej, tylko wpatruje się jej w oczy." + "Ale Diya nie wzdryga się od niej, tylko wpatruje się jej w oczy." # game/3_min.rpy:3403 translate polish uncurse_cf441d0e: diff --git a/game/tl/polish/4_noelle.rpy b/game/tl/polish/4_noelle.rpy index ad60f73..ce41406 100644 --- a/game/tl/polish/4_noelle.rpy +++ b/game/tl/polish/4_noelle.rpy @@ -304,7 +304,7 @@ translate polish quittingChineseSchool_64318b69: translate polish quittingChineseSchool_4168d407: # NoelleT "I have no interest in the backwards culture that produced my pathetic, narrow-minded parents." - NoelleT "Nie interesuję się tak zacofaną kulturą, która wyprodukowała moich żenujących, rodziców o wąskich horyzontach." + NoelleT "Nie interesuję się tak zacofaną kulturą, która wyprodukowała moich żenujących rodziców o wąskich horyzontach." # game/4_noelle.rpy:173 translate polish quittingChineseSchool_a6e72de9: @@ -1156,7 +1156,7 @@ translate polish kingDedede_948847e8: translate polish kingDedede_cadebc83: # cAkarsha "lol oops" - cAkarsha "lol oops" + cAkarsha "lol ups" # game/4_noelle.rpy:475 translate polish kingDedede_ed7f6251: @@ -1324,7 +1324,7 @@ translate polish airport_beb1d77d: translate polish airport_ff663382: # "Noelle's mom squints at the airport signage as it passes them by." - "Mama Noelle mruży oczy na oznakowanie lotniska, gdy te je mija." + "Mama Noelle mruży oczy na oznakowanie lotniska, gdy je mija." # game/4_noelle.rpy:520 translate polish airport_69f1c3dc: @@ -1690,7 +1690,7 @@ translate polish arriveTaiwan_963fe0a9: translate polish arriveTaiwan_6f9c2bb7: # ChunHua "Yes! You can call me Literature!" with sshake - ChunHua "{font=myriad.OTF}Tak! Możesz mówić na mnie Literatura!{/font}" with sshake + ChunHua "{font=myriad.OTF}Tak! Możesz mówić na mnie Literature!{/font}" with sshake # game/4_noelle.rpy:722 translate polish arriveTaiwan_be438745: @@ -2308,7 +2308,7 @@ translate polish lookPhotos_ce689198: translate polish lookPhotos_770a2b47: # NoelleT "Wan-ping and Wan-zhong are my older cousins. They're my uncle's children." - NoelleT "Wan-ping i Wan-zhong są moimi starszymi kuzami. Są dziećmi mojego wujka." + NoelleT "Wan-ping i Wan-zhong są moimi starszymi kuzynami. Są dziećmi mojego wujka." # game/4_noelle.rpy:972 translate polish lookPhotos_cfe4eb0f: @@ -2470,7 +2470,7 @@ translate polish lookPhotos_748c06d9: translate polish lookPhotos_58514dfe: # NoelleT "All I've ever known her as a strict, close-minded housewife." - NoelleT "Znałam ją dotychczas jedynie jako surową, gospodynię domową o wąskich horyzontach." + NoelleT "Znałam ją dotychczas jedynie jako surową gospodynię domową o wąskich horyzontach." # game/4_noelle.rpy:1027 translate polish lookPhotos_ed7dd935: @@ -2904,7 +2904,7 @@ translate polish subway_034468c5: translate polish subway_86263feb: # Mom "They all have holes in them! You should just throw them away already!" - Mom "Wszystkie już są dziurawe! Powinnaś już je po prostu wyrzucić!" + Mom "Wszystkie już są dziurawe! Powinieneś już je po prostu wyrzucić!" # game/4_noelle.rpy:1156 translate polish subway_8ab37b86: @@ -3372,7 +3372,7 @@ translate polish subway_471d9563: translate polish subway_e78dadd7: # Mom "We were worried you wouldn't fit in at school." - Mom "Baliśmy się, że będziesz mogła się wpasować do reszty w swojej szkole." + Mom "Baliśmy się, że nie będziesz mogła się wpasować do reszty w swojej szkole." # game/4_noelle.rpy:1333 translate polish subway_cf87efa9: @@ -6204,7 +6204,7 @@ translate polish baseballGame_69a29daf: translate polish baseballGame_29506556: # "Oblivious, Junseo throws a fastball to Akarsha." - "Nieświadomy Junseo rzuca fastball'a do Akarshy." + "Nieświadomy Jun-seo rzuca fastball'a do Akarshy." # game/4_noelle.rpy:2478 translate polish baseballGame_c2dff6d7: @@ -7428,7 +7428,7 @@ translate polish bigBrainMove_947cd472: translate polish bigBrainMove_bd2953ee: # Liz "Ask her if she feels nauseous." - Liz "Zapytaj ją, czy czuje młodości." + Liz "Zapytaj ją, czy czuje mdłości." # game/4_noelle.rpy:3028 translate polish bigBrainMove_d0b96afa: @@ -7956,7 +7956,7 @@ translate polish math_41858061: translate polish math_41ee4675: # NoelleT "If I hold her hand, it'll prevent her from doing the \"Why are you hitting yourself?\" move." - NoelleT "Jeżeli będę ją trzymać za rękę, to umiemożliwi jej to wykonanie ruchu \"Czemu się bijesz?\"." + NoelleT "Jeżeli będę ją trzymać za rękę, to uniemożliwi jej to wykonanie ruchu \"Czemu się bijesz?\"." # game/4_noelle.rpy:3260 translate polish math_b682534e: @@ -9714,7 +9714,7 @@ translate polish assembly_7132114a: translate polish assembly_dde4c5b0: # "She whispers it, as an experiment, so that it's impossible to hear over the roar of the crowd and the music." - "Szepcze to, jako eksperyment, tak, że dałoby się tego usłyszeć wśród hałasu tłumu i muzyki." + "Szepcze to, jako eksperyment, tak, że nie dałoby się tego usłyszeć wśród hałasu tłumu i muzyki." # game/4_noelle.rpy:4038 translate polish assembly_00490a09: diff --git a/game/tl/polish/common.rpy b/game/tl/polish/common.rpy index 30159c5..59e7c31 100644 --- a/game/tl/polish/common.rpy +++ b/game/tl/polish/common.rpy @@ -986,243 +986,243 @@ translate polish strings: old "Parsing the script failed." new "Analiza skryptu nie powiodła się." -# TODO: Translation updated at 2022-12-16 15:30 - -translate polish strings: - - # renpy/common/_compat/gamemenu.rpym:198 - old "Empty Slot." - new "" - - # renpy/common/_compat/gamemenu.rpym:355 - old "Previous" - new "" - - # renpy/common/_compat/gamemenu.rpym:362 - old "Next" - new "" - - # renpy/common/_compat/preferences.rpym:428 - old "Joystick Mapping" - new "" - - # renpy/common/_developer/developer.rpym:38 - old "Developer Menu" - new "" - - # renpy/common/_developer/developer.rpym:43 - old "Interactive Director (D)" - new "" - - # renpy/common/_developer/developer.rpym:45 - old "Reload Game (Shift+R)" - new "" - - # renpy/common/_developer/developer.rpym:47 - old "Console (Shift+O)" - new "" - - # renpy/common/_developer/developer.rpym:49 - old "Variable Viewer" - new "" - - # renpy/common/_developer/developer.rpym:51 - old "Image Location Picker" - new "" - - # renpy/common/_developer/developer.rpym:53 - old "Filename List" - new "" - - # renpy/common/_developer/developer.rpym:57 - old "Show Image Load Log (F4)" - new "" - - # renpy/common/_developer/developer.rpym:60 - old "Hide Image Load Log (F4)" - new "" - - # renpy/common/_developer/developer.rpym:63 - old "Image Attributes" - new "" - - # renpy/common/_developer/developer.rpym:90 - old "[name] [attributes] (hidden)" - new "" - - # renpy/common/_developer/developer.rpym:94 - old "[name] [attributes]" - new "" - - # renpy/common/_developer/developer.rpym:143 - old "Nothing to inspect." - new "" - - # renpy/common/_developer/developer.rpym:154 - old "Hide deleted" - new "" - - # renpy/common/_developer/developer.rpym:154 - old "Show deleted" - new "" - - # renpy/common/_developer/developer.rpym:278 - old "Return to the developer menu" - new "" - - # renpy/common/_developer/developer.rpym:443 - old "Rectangle: %r" - new "" - - # renpy/common/_developer/developer.rpym:448 - old "Mouse position: %r" - new "" - - # renpy/common/_developer/developer.rpym:453 - old "Right-click or escape to quit." - new "" - - # renpy/common/_developer/developer.rpym:485 - old "Rectangle copied to clipboard." - new "" - - # renpy/common/_developer/developer.rpym:488 - old "Position copied to clipboard." - new "" - - # renpy/common/_developer/developer.rpym:507 - old "Type to filter: " - new "" - - # renpy/common/_developer/developer.rpym:635 - old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" - new "" - - # renpy/common/_developer/developer.rpym:639 - old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" - new "" - - # renpy/common/_developer/developer.rpym:649 - old "✔ " - new "" - - # renpy/common/_developer/developer.rpym:652 - old "✘ " - new "" - - # renpy/common/_developer/developer.rpym:657 - old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" - new "" - - # renpy/common/_developer/inspector.rpym:38 - old "Displayable Inspector" - new "" - - # renpy/common/_developer/inspector.rpym:61 - old "Size" - new "" - - # renpy/common/_developer/inspector.rpym:65 - old "Style" - new "" - - # renpy/common/_developer/inspector.rpym:71 - old "Location" - new "" - - # renpy/common/_developer/inspector.rpym:122 - old "Inspecting Styles of [displayable_name!q]" - new "" - - # renpy/common/_developer/inspector.rpym:139 - old "displayable:" - new "" - - # renpy/common/_developer/inspector.rpym:145 - old " (no properties affect the displayable)" - new "" - - # renpy/common/_developer/inspector.rpym:147 - old " (default properties omitted)" - new "" - - # renpy/common/_developer/inspector.rpym:185 - old "" - new "" - - # renpy/common/_layout/classic_load_save.rpym:170 - old "a" - new "" - - # renpy/common/_layout/classic_load_save.rpym:179 - old "q" - new "" - - # renpy/common/00gltest.rpy:79 - old "Force Angle/DirectX Renderer" - new "" - - # renpy/common/00gltest.rpy:83 - old "Force OpenGL Renderer" - new "" - - # renpy/common/00gltest.rpy:87 - old "Force Software Renderer" - new "" - - # renpy/common/00gltest.rpy:93 - old "NPOT" - new "" - - # renpy/common/00gltest.rpy:220 - old "This computer is not using shaders." - new "" - - # renpy/common/00gltest.rpy:222 - old "This computer is displaying graphics slowly." - new "" - - # renpy/common/00gltest.rpy:229 - old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." - new "" - - # renpy/common/00gltest.rpy:236 - old "Update DirectX" - new "" - - # renpy/common/00gltest.rpy:264 - old "Updating DirectX." - new "" - - # renpy/common/00gltest.rpy:268 - old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." - new "" - - # renpy/common/00gltest.rpy:272 - old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." - new "" - - # renpy/common/00gltest.rpy:276 - old "When setup finishes, please click below to restart this program." - new "" - - # renpy/common/00gltest.rpy:278 - old "Restart" - new "" - - # renpy/common/00gamepad.rpy:58 - old "Press or move the [control!r] [kind]." - new "" - - # renpy/common/_errorhandling.rpym:679 - old "Opens the errors.txt file in a text editor." - new "" - - # renpy/common/_errorhandling.rpym:683 - old "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." - new "" - - # renpy/common/_errorhandling.rpym:687 - old "Copies the errors.txt file to the clipboard as Markdown for Discord." - new "" - +# TODO: Translation updated at 2022-12-16 15:30 + +translate polish strings: + + # renpy/common/_compat/gamemenu.rpym:198 + old "Empty Slot." + new "" + + # renpy/common/_compat/gamemenu.rpym:355 + old "Previous" + new "" + + # renpy/common/_compat/gamemenu.rpym:362 + old "Next" + new "" + + # renpy/common/_compat/preferences.rpym:428 + old "Joystick Mapping" + new "" + + # renpy/common/_developer/developer.rpym:38 + old "Developer Menu" + new "" + + # renpy/common/_developer/developer.rpym:43 + old "Interactive Director (D)" + new "" + + # renpy/common/_developer/developer.rpym:45 + old "Reload Game (Shift+R)" + new "" + + # renpy/common/_developer/developer.rpym:47 + old "Console (Shift+O)" + new "" + + # renpy/common/_developer/developer.rpym:49 + old "Variable Viewer" + new "" + + # renpy/common/_developer/developer.rpym:51 + old "Image Location Picker" + new "" + + # renpy/common/_developer/developer.rpym:53 + old "Filename List" + new "" + + # renpy/common/_developer/developer.rpym:57 + old "Show Image Load Log (F4)" + new "" + + # renpy/common/_developer/developer.rpym:60 + old "Hide Image Load Log (F4)" + new "" + + # renpy/common/_developer/developer.rpym:63 + old "Image Attributes" + new "" + + # renpy/common/_developer/developer.rpym:90 + old "[name] [attributes] (hidden)" + new "" + + # renpy/common/_developer/developer.rpym:94 + old "[name] [attributes]" + new "" + + # renpy/common/_developer/developer.rpym:143 + old "Nothing to inspect." + new "" + + # renpy/common/_developer/developer.rpym:154 + old "Hide deleted" + new "" + + # renpy/common/_developer/developer.rpym:154 + old "Show deleted" + new "" + + # renpy/common/_developer/developer.rpym:278 + old "Return to the developer menu" + new "" + + # renpy/common/_developer/developer.rpym:443 + old "Rectangle: %r" + new "" + + # renpy/common/_developer/developer.rpym:448 + old "Mouse position: %r" + new "" + + # renpy/common/_developer/developer.rpym:453 + old "Right-click or escape to quit." + new "" + + # renpy/common/_developer/developer.rpym:485 + old "Rectangle copied to clipboard." + new "" + + # renpy/common/_developer/developer.rpym:488 + old "Position copied to clipboard." + new "" + + # renpy/common/_developer/developer.rpym:507 + old "Type to filter: " + new "" + + # renpy/common/_developer/developer.rpym:635 + old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" + new "" + + # renpy/common/_developer/developer.rpym:639 + old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + new "" + + # renpy/common/_developer/developer.rpym:649 + old "✔ " + new "" + + # renpy/common/_developer/developer.rpym:652 + old "✘ " + new "" + + # renpy/common/_developer/developer.rpym:657 + old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" + new "" + + # renpy/common/_developer/inspector.rpym:38 + old "Displayable Inspector" + new "" + + # renpy/common/_developer/inspector.rpym:61 + old "Size" + new "" + + # renpy/common/_developer/inspector.rpym:65 + old "Style" + new "" + + # renpy/common/_developer/inspector.rpym:71 + old "Location" + new "" + + # renpy/common/_developer/inspector.rpym:122 + old "Inspecting Styles of [displayable_name!q]" + new "" + + # renpy/common/_developer/inspector.rpym:139 + old "displayable:" + new "" + + # renpy/common/_developer/inspector.rpym:145 + old " (no properties affect the displayable)" + new "" + + # renpy/common/_developer/inspector.rpym:147 + old " (default properties omitted)" + new "" + + # renpy/common/_developer/inspector.rpym:185 + old "" + new "" + + # renpy/common/_layout/classic_load_save.rpym:170 + old "a" + new "" + + # renpy/common/_layout/classic_load_save.rpym:179 + old "q" + new "" + + # renpy/common/00gltest.rpy:79 + old "Force Angle/DirectX Renderer" + new "" + + # renpy/common/00gltest.rpy:83 + old "Force OpenGL Renderer" + new "" + + # renpy/common/00gltest.rpy:87 + old "Force Software Renderer" + new "" + + # renpy/common/00gltest.rpy:93 + old "NPOT" + new "" + + # renpy/common/00gltest.rpy:220 + old "This computer is not using shaders." + new "" + + # renpy/common/00gltest.rpy:222 + old "This computer is displaying graphics slowly." + new "" + + # renpy/common/00gltest.rpy:229 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." + new "" + + # renpy/common/00gltest.rpy:236 + old "Update DirectX" + new "" + + # renpy/common/00gltest.rpy:264 + old "Updating DirectX." + new "" + + # renpy/common/00gltest.rpy:268 + old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." + new "" + + # renpy/common/00gltest.rpy:272 + old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." + new "" + + # renpy/common/00gltest.rpy:276 + old "When setup finishes, please click below to restart this program." + new "" + + # renpy/common/00gltest.rpy:278 + old "Restart" + new "" + + # renpy/common/00gamepad.rpy:58 + old "Press or move the [control!r] [kind]." + new "" + + # renpy/common/_errorhandling.rpym:679 + old "Opens the errors.txt file in a text editor." + new "" + + # renpy/common/_errorhandling.rpym:683 + old "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "" + + # renpy/common/_errorhandling.rpym:687 + old "Copies the errors.txt file to the clipboard as Markdown for Discord." + new "" + diff --git a/game/tl/polish/screens.rpy b/game/tl/polish/screens.rpy index 8483ec6..18ff3a2 100644 --- a/game/tl/polish/screens.rpy +++ b/game/tl/polish/screens.rpy @@ -406,22 +406,61 @@ translate polish strings: old "Menu" new "Menu" -# TODO: Translation updated at 2022-12-16 15:30 +# TODO: Translation updated at 2022-12-16 15:30 + +translate polish strings: + + # game/screens.rpy:1125 + old "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + new "Rain loop autorstwa {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" +# TODO: Translation updated at 2022-12-16 16:31 + +translate polish strings: + + # game/screens.rpy:1133 + old "\n\nPolish Translation:" + new "\n\nTłumaczenie polskie:" + + # game/screens.rpy:1134 + old "Max \"Toasty\" and _adoracja with the help of panini_bredd" + new "Max \"Toasty\" i _adoracja z pomocą panini_bredd" + +# TODO: Translation updated at 2023-02-03 17:03 translate polish strings: - # game/screens.rpy:1125 - old "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" - new "Rain loop autorstwa {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" -# TODO: Translation updated at 2022-12-16 16:31 + # game/screens.rpy:1173 + old "\n\nTraditional Chinese Translation:" + new "\n\nTraditional Chinese Translation:" -translate polish strings: + # game/screens.rpy:1174 + old "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + new "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" - # game/screens.rpy:1133 - old "\n\nPolish Translation:" - new "" + # game/screens.rpy:1176 + old "\n\nSpanish Translation:" + new "\n\nSpanish Translation:" - # game/screens.rpy:1134 - old "Max \"Toasty\" and _adoracja with the help of panini_bredd" - new "" + # game/screens.rpy:1177 + old "{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}" + new "Martín \"SevenFalcons\" Eyheralde" + # game/screens.rpy:1179 + old "\n\nBrazilian Portuguese Translation:" + new "\n\nBrazilian Portuguese Translation:" + + # game/screens.rpy:1180 + old "Maria \"Maaz\" Laura " + new "Maria \"Maaz\" Laura" + + # game/screens.rpy:1526 + old "{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/screens.rpy:1527 + old "{font=myriad.OTF}{size=30}Español{/size}{/font}" + new "Español" + + # game/screens.rpy:1528 + old "{font=myriad.OTF}{size=30}Português{/size}{/font}" + new "Português" diff --git a/game/tl/polish/script.rpy b/game/tl/polish/script.rpy index 7df4edf..27ef585 100644 --- a/game/tl/polish/script.rpy +++ b/game/tl/polish/script.rpy @@ -8,11 +8,11 @@ translate polish strings: # game/script.rpy:3303 old "English" - new "Angielski" + new "English" # game/script.rpy:3303 old "{font=myriad.OTF}{size=30}Русский{/size}{/font}" - new "{font=myriad.OTF}Русский{/font}" + new "Русский" # game/script.rpy:3303 old "{font=myriad.OTF}Polski{/font}" @@ -32,7 +32,7 @@ translate polish strings: # game/script.rpy:3390 old "certified brain genius" - new "certyfikowany geniusz mózgowy" + new "certyfikowany mózgo geniusz" # game/script.rpy:3391 old "depressed elf nightmare man" @@ -61,10 +61,25 @@ translate polish strings: # game/script.rpy:3397 old "Mom" new "Mama" -# TODO: Translation updated at 2022-12-16 16:31 +# TODO: Translation updated at 2022-12-16 16:31 + +translate polish strings: + + # game/script.rpy:3285 + old "Polski" + new "Polski" +# TODO: Translation updated at 2023-02-03 17:03 translate polish strings: - # game/script.rpy:3285 - old "Polski" - new "Polski" + # game/script.rpy:3287 + old "{font=chunhua_chinese.ttf}中文{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/script.rpy:3287 + old "Español" + new "Español" + + # game/script.rpy:3287 + old "{font=myriad.OTF}Português{/font}" + new "Português" diff --git a/game/tl/russian/screens.rpy b/game/tl/russian/screens.rpy index c595e81..0a809d0 100644 --- a/game/tl/russian/screens.rpy +++ b/game/tl/russian/screens.rpy @@ -413,3 +413,54 @@ translate russian strings: # game/screens.rpy:1461 old "Language" new "Язык" +# TODO: Translation updated at 2023-02-03 16:55 + +translate russian strings: + + # game/screens.rpy:1162 + old "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + new "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + + # game/screens.rpy:1170 + old "\n\nPolish Translation:" + new "\n\nPolish Translation:" + + # game/screens.rpy:1171 + old "Max \"Toasty\" and _adoracja with the help of panini_bredd" + new "Max \"Toasty\" and _adoracja with the help of panini_bredd" + + # game/screens.rpy:1173 + old "\n\nTraditional Chinese Translation:" + new "\n\nTraditional Chinese Translation:" + + # game/screens.rpy:1174 + old "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + new "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + + # game/screens.rpy:1176 + old "\n\nSpanish Translation:" + new "\n\nSpanish Translation:" + + # game/screens.rpy:1177 + old "{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}" + new "{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}" + + # game/screens.rpy:1179 + old "\n\nBrazilian Portuguese Translation:" + new "\n\nBrazilian Portuguese Translation:" + + # game/screens.rpy:1180 + old "Maria \"Maaz\" Laura " + new "Maria \"Maaz\" Laura " + + # game/screens.rpy:1526 + old "{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/screens.rpy:1527 + old "{font=myriad.OTF}{size=30}Español{/size}{/font}" + new "Español" + + # game/screens.rpy:1528 + old "{font=myriad.OTF}{size=30}Português{/size}{/font}" + new "Português" diff --git a/game/tl/russian/script.rpy b/game/tl/russian/script.rpy index 25bec47..96f2640 100644 --- a/game/tl/russian/script.rpy +++ b/game/tl/russian/script.rpy @@ -64,3 +64,22 @@ translate russian strings: # game/script.rpy:679 old "{font=YunusH.ttf}{white}{size=+25}Thank you\nfor playing!{/size}{/white}{/font}" new "{font=myriad.OTF}{white}{size=+25}Спасибо\nза игру!{/size}{/white}{/font}" +# TODO: Translation updated at 2023-02-03 16:55 + +translate russian strings: + + # game/script.rpy:3287 + old "Polski" + new "Polski" + + # game/script.rpy:3287 + old "{font=chunhua_chinese.ttf}中文{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/script.rpy:3287 + old "Español" + new "Español" + + # game/script.rpy:3287 + old "{font=myriad.OTF}Português{/font}" + new "Português" diff --git a/game/tl/spanish/1_akarsha.rpy b/game/tl/spanish/1_akarsha.rpy new file mode 100644 index 0000000..62817ce --- /dev/null +++ b/game/tl/spanish/1_akarsha.rpy @@ -0,0 +1,7635 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +# game/1_akarsha.rpy:95 +translate spanish beginning_b64f7f23: + + # Min "Get up bitch! It's ready!" with sshake + Min "¡Levántate puta! ¡Está listo!" with sshake + +# game/1_akarsha.rpy:97 +translate spanish beginning_e9096353: + + # Akarsha "Finally! Outta the way, you'll get burned." + Akarsha "¡Finalmente! Sale pa' allá, o te vas a quemar." + +# game/1_akarsha.rpy:103 +translate spanish beginning_dadb5f53: + + # "Akarsha gingerly pulls the molten chocolate cake from the oven." + "Akarsha cuidadosamente saca el pastel de chocolate fundido del horno." + +# game/1_akarsha.rpy:105 +translate spanish beginning_fdccb998: + + # Akarsha "Thank god...It looks edible this time." + Akarsha "Gracias a dios...Se ve comestible esta vez." + +# game/1_akarsha.rpy:106 +translate spanish beginning_1b6d1882: + + # AkarshaT "This is our second try. Diya ruined the first one by forgetting to add flour." + AkarshaT "Este es nuestro segundo intento. Diya arruinó el primero porque se le olvidó añadir harina." + +# game/1_akarsha.rpy:109 +translate spanish beginning_edf0aa73: + + # Min "What're all those specks on it? It's like the batter wasn't properly mixed." + Min "¿Qué son todos esos puntos que tiene? Es como si la masa no se hubiera mezclado bien." + +# game/1_akarsha.rpy:112 +translate spanish beginning_91fe7574: + + # Akarsha "We worked so hard mixing it though?" + Akarsha "¿Y tanto que trabajamos en mezclarla?" + +# game/1_akarsha.rpy:113 +translate spanish beginning_fb996848: + + # Akarsha "It's probably fine." + Akarsha "Yo creo que está bien." + +# game/1_akarsha.rpy:114 +translate spanish beginning_735c0dfa: + + # Min "Yeah, whatever. We don't have enough time to redo it at this point, anyway." + Min "Sí, ya que. De igual manera ya no hay suficiente tiempo para rehacer todo." + +# game/1_akarsha.rpy:118 +translate spanish beginning_f30bd7da: + + # Min "All we gotta do now is write \"Happy Birthday Noelle\" on it." + Min "Todo lo que nos falta hacer es poner \"Feliz Cumpleaños Noelle\" en él." + +# game/1_akarsha.rpy:121 +translate spanish beginning_310e6ef8: + + # Akarsha "Yeah, yeah, naturally." + Akarsha "Sí, sí, claro." + +# game/1_akarsha.rpy:123 +translate spanish beginning_7be1c39d: + + # "Akarsha pipes icing letters onto the cake as Min checks her phone." + "Akarsha vierte letras glaseadas en el pastel mientras Min revisa su teléfono." + +# game/1_akarsha.rpy:125 +translate spanish beginning_9bb53e95: + + # Min "Hurry up, Diya says they'll be here any second." + Min "Apresurate, Diya dice que estarán aquí cualquier segundo." + +# game/1_akarsha.rpy:128 +translate spanish beginning_996696be: + + # Akarsha "Easy. I'm done icing the first word already." + Akarsha "Fácil. Ya terminé de hacer la primera palabra." + +# game/1_akarsha.rpy:134 +translate spanish beginning_ffd2b268: + + # Min "Why the fuck did you write \"Noelle\" first!?" with sshake + Min "¿¡Por qué carajo escribiste \"Noelle\" primero!?" with sshake + +# game/1_akarsha.rpy:137 +translate spanish beginning_af8c89e9: + + # Akarsha "Aw shit, I got ahead of myself." + Akarsha "Agh mierda, me adelanté." + +# game/1_akarsha.rpy:141 +translate spanish beginning_e68f3b44: + + # Min "I'm going to fucking kill you!" with sshake + Min "¡Te voy a matar!" with sshake + +# game/1_akarsha.rpy:144 +translate spanish beginning_5718a4ac: + + # "Akarsha frantically adds 'BIRTHDAY' to the cake." + "Akarsha frenéticamente añade 'CUMPLEAÑOS' al pastel." + +# game/1_akarsha.rpy:146 +translate spanish beginning_ffef56e3: + + # Min "Wait, what're you doing?" + Min "Espera, ¿qué haces?" + +# game/1_akarsha.rpy:147 +translate spanish beginning_0538e81b: + + # Min "If you hadn't done that, we could've salvaged this with \"Noelle Happy Birthday\"!" + Min "¡Si no hubieras hecho eso, lo pudimos haber salvado con \"Noelle Feliz Cumpleaños\"!" + +# game/1_akarsha.rpy:151 +translate spanish beginning_3d661f4b: + + # Akarsha "DON'T ASK ME! THAT'S WHAT YOU GET FOR RUSHING ME!!!" with sshake + Akarsha "¡NO ME PREGUNTES! ¡¡¡ESO ES LO QUE CONSIGUES POR APRESURARME!!!" with sshake + +# game/1_akarsha.rpy:154 +translate spanish beginning_c8c739a4: + + # Min "What do we write now?! \"Noelle Birthday Happy\"???" + Min "¡¿Qué escribimos ahora?! ¿¿¿\"Noelle Cumpleaños Feliz\"???" + +# game/1_akarsha.rpy:155 +translate spanish beginning_2848709c: + + # Min "It's gonna look like we had a goddamn stroke icing this!" + Min "¡Va a parecer que tuvimos un maldito derrame cerebral glaseando esto!" + +# game/1_akarsha.rpy:158 +translate spanish beginning_b8d4f1d0: + + # "The doorbell rings. Min and Akarsha freeze." + "El timbre suena. Min y Akarsha se congelan." + +# game/1_akarsha.rpy:160 +translate spanish beginning_b30b3d2d: + + # Akarsha "It's them!" + Akarsha "¡Son ellas!" + +# game/1_akarsha.rpy:163 +translate spanish beginning_5e64dbde: + + # Min "Gimme the icing bag! You're not allowed to have it anymore!!" + Min "¡Dame el glaseado! ¡¡Ya no tienes permitido tenerlo más!!" + +# game/1_akarsha.rpy:166 +translate spanish beginning_50c67b0a: + + # AkarshaT "Okay, fair. I don't trust myself anymore, either." + AkarshaT "Ok, razonable. Ya no confío en mí misma, tampoco." + +# game/1_akarsha.rpy:168 +translate spanish beginning_4970e31a: + + # Akarsha "I'll go stall them instead." + Akarsha "A cambio, iré a distraerlas." + +# game/1_akarsha.rpy:171 +translate spanish beginning_98671c65: + + # Min "Yeah, keep Noelle outside. I just need like, five minutes to figure out how to fix this." + Min "Sí, mantén a Noelle afuera. Sólo necesito como, cinco minutos para idear como arreglar esto." + +# game/1_akarsha.rpy:175 +translate spanish beginning_d658261f: + + # "Akarsha sprints to the front door and throws it open." + "Akarsha corre a la puerta principal y la abre de un tirón." + +# game/1_akarsha.rpy:177 +translate spanish beginning_0d245635: + + # Diya "Brought her." + Diya "La traje." + +# game/1_akarsha.rpy:179 +translate spanish beginning_f4001dec: + + # Akarsha "Well well well, if it isn’t fancy meeting what the cat finally decided to show up." + Akarsha "Vaya vaya vaya, si no es curioso encontrar quien de una vez finalmente decidió aparecer." + +# game/1_akarsha.rpy:182 +translate spanish beginning_b12ebb44: + + # Noelle "...What on earth are you saying..." + Noelle "...Qué demonios estás diciendo..." + +# game/1_akarsha.rpy:183 +translate spanish beginning_92dd7fb1: + + # "Noelle narrows her eyes suspiciously at Akarsha, then tries to peer past her into the house." + "Noelle entrecierra sus ojos sospechosamente hacia Akarsha, luego intenta asomarse adentro de la casa." + +# game/1_akarsha.rpy:185 +translate spanish beginning_ef60cfc5: + + # Noelle "Is this your house? Diya wouldn't explain why we were walking here." + Noelle "¿Es esta tu casa? Diya no quería explicar el porqué caminamos hasta acá." + +# game/1_akarsha.rpy:187 +translate spanish beginning_39411312: + + # Akarsha "Sure is. To be honest, Frenchman, we're here because... uh..." + Akarsha "Claro que sí. Honestamente, francesa, estamos aquí porque... uh..." + +# game/1_akarsha.rpy:189 +translate spanish beginning_1f98f58a: + + # AkarshaT "We're not ready to reveal the birthday cake yet. I gotta do something to distract her!" + AkarshaT "No estamos listos para mostrar el pastel de cumpleaños aún. ¡Debo hacer algo para distraerla!" + +# game/1_akarsha.rpy:196 +translate spanish beginning_1de5c019: + + # Akarsha "Ough! I've been poisoned!" with sshake + Akarsha "¡Augh! ¡He sido envenenada!" with sshake + +# game/1_akarsha.rpy:198 +translate spanish beginning_b4c25f95: + + # "Akarsha theatrically collapses and lies facedown on the floor." + "Akarsha colapsa teatralmente y se acuesta boca abajo en el suelo." + +# game/1_akarsha.rpy:200 +translate spanish beginning_cf977472: + + # Diya "???" + Diya "???" + +# game/1_akarsha.rpy:202 +translate spanish beginning_320efa19: + + # Noelle "........" + Noelle "........" + +# game/1_akarsha.rpy:203 +translate spanish beginning_cf69d178: + + # "Used to Akarsha's antics, Diya and Noelle step over her motionless body without comment." + "Acostumbradas a las artimañas de Akarsha, Diya y Noelle pasan por encima de su cuerpo inmóvil sin comentarios." + +# game/1_akarsha.rpy:205 +translate spanish beginning_d2b05fad: + + # Akarsha "W-wait a minute!" + Akarsha "¡E-espera un momento!" + +# game/1_akarsha.rpy:207 +translate spanish beginning_a8bd4372: + + # "Akarsha crawls to Noelle on all fours and seizes her leg with shaking hands." + "Akarsha se arrastra a Noelle en cuatro patas y le toma una pierna con las manos temblorosas." + +# game/1_akarsha.rpy:210 +translate spanish beginning_296ac2fe: + + # Noelle "LET GO OF MY LEG." + Noelle "SUELTA MI PIERNA." + +# game/1_akarsha.rpy:212 +translate spanish beginning_187b8e25: + + # Akarsha "Wait. I seriously just threw up all over the floor in the kitchen." + Akarsha "Espera. En serio acabo de vomitar sobre todo el piso de la cocina." + +# game/1_akarsha.rpy:215 +translate spanish beginning_68a6ae5f: + + # Noelle "What?? Why?!" + Noelle "¿¿Qué?? ¡¿Por qué?!" + +# game/1_akarsha.rpy:217 +translate spanish beginning_e0b89308: + + # Akarsha "That's what I gotta do to get your attention?" + Akarsha "¿Eso es lo que tengo que hacer para ganarme tu atención?" + +# game/1_akarsha.rpy:218 +translate spanish beginning_aaa93c12: + + # Akarsha "I didn't even throw up." + Akarsha "Ni siquiera vomité." + +# game/1_akarsha.rpy:221 +translate spanish beginning_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/1_akarsha.rpy:222 +translate spanish beginning_08e2db23: + + # "Noelle wrenches Akarsha off her leg, then wipes her hands on her shirt like she just touched a slug." + "Noelle aparta a Akarsha de su pierna, y luego se limpia las manos en su polera como si acabara de tocar una babosa." + +# game/1_akarsha.rpy:224 +translate spanish beginning_e7fee1e9: + + # Akarsha "You're gonna just ignore me?" + Akarsha "¿Y solo me vas a ignorar?" + +# game/1_akarsha.rpy:226 +translate spanish beginning_c573cab1: + + # Akarsha "I'm throwing up again!" with sshake + Akarsha "¡Estoy vomitando de nuevo!" with sshake + +# game/1_akarsha.rpy:230 +translate spanish beginning_123fb255: + + # "Akarsha gets down on one knee. Noelle looks warily down at her." + "Akarsha se arrodilla en una pierna. Noelle la mira con recelo." + +# game/1_akarsha.rpy:233 +translate spanish beginning_80d5d0ca: + + # Akarsha "Noelle, will you marry me?!" with sshake + Akarsha "Noelle, ¡¿te casarías conmigo?!" with sshake + +# game/1_akarsha.rpy:236 +translate spanish beginning_61c78515: + + # Diya "....??!" + Diya "¡¿¿....??!" + +# game/1_akarsha.rpy:238 +translate spanish beginning_22b0498e: + + # Noelle "What's wrong with you?!" with sshake + Noelle "¡¿Cuál es tu problema?!" with sshake + +# game/1_akarsha.rpy:239 +translate spanish beginning_4497543f: + + # "Akarsha grabs Noelle's hand and tries to force a rubber band onto her finger." + "Akarsha toma la mano de Noelle y trata de forzar una tira elástica en su dedo." + +# game/1_akarsha.rpy:242 +translate spanish beginning_a7af7e61: + + # Noelle "WHAT IS THAT?!?!" with sshake + Noelle "¡¿¡¿QUÉ ES ESO?!?!" with sshake + +# game/1_akarsha.rpy:244 +translate spanish beginning_477d621b: + + # Akarsha "Your engagement ring!" + Akarsha "¡Tu anillo de compromiso!" + +# game/1_akarsha.rpy:247 +translate spanish beginning_96495b44: + + # Noelle "I DIDN’T AGREE TO THIS! WE’RE NOT ENGAGED!" with sshake + Noelle "¡YO NO ACEPTÉ ESTO! ¡NO ESTAMOS COMPROMETIDAS!" with sshake + +# game/1_akarsha.rpy:249 +translate spanish beginning_727701c6: + + # Akarsha "You didn’t say no!" + Akarsha "¡No dijiste que no!" + +# game/1_akarsha.rpy:252 +translate spanish beginning_be4ce923: + + # Noelle "NO!" with sshake + Noelle "¡NO!" with sshake + +# game/1_akarsha.rpy:254 +translate spanish beginning_8d8d6214: + + # Akarsha "Too late! You didn’t say it right after I asked you!" + Akarsha "¡Muy tarde! ¡No lo dijiste justo después de que te haya preguntado!" + +# game/1_akarsha.rpy:257 +translate spanish beginning_7b2c574b: + + # Noelle "THAT’S NOT HOW IT WORKS, YOU DOLT!" + Noelle "¡ASÍ NO ES COMO FUNCIONA, TARADA!" + +# game/1_akarsha.rpy:259 +translate spanish beginning_3003138a: + + # Akarsha "Is that any way to address your future wife?" + Akarsha "¿Es esa una manera de referirte a tu futura esposa?" + +# game/1_akarsha.rpy:262 +translate spanish beginning_056d79f3: + + # "Noelle flings the offending rubber band into the bushes." + "Noelle avienta la tira elástica infractora a los arbustos." + +# game/1_akarsha.rpy:265 +translate spanish beginning_d11361e6: + + # Diya "........." + Diya "........." + +# game/1_akarsha.rpy:266 +translate spanish beginning_978bf5fc: + + # "Diya just stands there in confusion. Noelle suspiciously looks from her to Akarsha." + "Diya solo se queda parada ahí en la confusión. Noelle mira tanto a ella como a Akarsha con sospecha." + +# game/1_akarsha.rpy:268 +translate spanish beginning_644e9feb: + + # Noelle "What's really going on?" + Noelle "¿Qué está pasando realmente?" + +# game/1_akarsha.rpy:269 +translate spanish beginning_e3f333fa: + + # Noelle "There's no way you made me walk for an hour just to act out this inane skit." + Noelle "No hay manera de que me hayas echo caminar una hora solo para realizar un espectáculo así de necio." + +# game/1_akarsha.rpy:271 +translate spanish beginning_b9c4cb33: + + # Diya "It only took that long because you wouldn't run." + Diya "Solo te tardaste tanto porque no querías correr." + +# game/1_akarsha.rpy:272 +translate spanish beginning_eeefa518: + + # Diya "Once you run at least three miles without walking, you'll see how fun it is." + Diya "Una vez que corres 5 kilómetros sin caminar, vas a ver lo divertido que es." + +# game/1_akarsha.rpy:274 +translate spanish beginning_f619f45c: + + # Noelle "I'm sorry, Diya, but that's never happening." + Noelle "Lo siento, Diya, pero eso nunca va a pasar." + +# game/1_akarsha.rpy:277 +translate spanish beginning_bf6d61e5: + + # Min "SURPRISE!!!" with sshake + Min "¡¡¡SORPRESA!!!" with sshake + +# game/1_akarsha.rpy:279 +translate spanish beginning_c5c285cc: + + # AkarshaT "Oh, we're doing this? The cake must be ready now!" + AkarshaT "Oh, ¿estamos haciendo esto? ¡El pastel debe estar listo ahora!" + +# game/1_akarsha.rpy:281 +translate spanish beginning_508fee99: + + # Akarsha "Surprise! Happy Birthday Frenchman!" + Akarsha "¡Sorpresa! ¡Feliz cumpleaños francesa!" + +# game/1_akarsha.rpy:284 +translate spanish beginning_12b31b91: + + # Diya "Surprise." + Diya "Sorpresa." + +# game/1_akarsha.rpy:285 +translate spanish beginning_0266098e: + + # Diya "We put together a party for you." + Diya "Te organizamos una fiesta." + +# game/1_akarsha.rpy:287 +translate spanish beginning_f20455fd: + + # Noelle "Oh. You...{w=0.35}what?" + Noelle "Oh. ¿Ustedes...{w=0.35}qué?" + +# game/1_akarsha.rpy:288 +translate spanish beginning_40183689: + + # "Noelle is lost for words." + "Noelle está sin palabras." + +# game/1_akarsha.rpy:290 +translate spanish beginning_ee2b091c: + + # Noelle "You shouldn't have..." + Noelle "No debieron..." + +# game/1_akarsha.rpy:292 +translate spanish beginning_badaf794: + + # Min "Shut the fuck up! You're not the boss of me!" with sshake + Min "¡Que te calles mierda! ¡No eres la que manda aquí!" with sshake + +# game/1_akarsha.rpy:294 +translate spanish beginning_bece5f4e: + + # Noelle "It...{w=0.35}it's MY birthday, so shouldn't I have some say here?!" with sshake + Noelle "Es...{w=0.35}es MI cumpleaños, ¡¿no debería tener algo de voz aquí?!" with sshake + +# game/1_akarsha.rpy:295 +translate spanish beginning_d72d0136: + + # Noelle "Anyway, I haven't said anything about not liking it." + Noelle "En fin, no he dicho nada de que no me haya gustado." + +# game/1_akarsha.rpy:297 +translate spanish beginning_47d7e7e3: + + # "She grimaces like there's something disgusting in her mouth." + "Ella hace una mueca como si tuviera algo asqueroso en la boca." + +# game/1_akarsha.rpy:299 +translate spanish beginning_0a52a1a2: + + # Noelle "I sincerely....{w=1.0}appreciate....{w=1.0}you all doing this." + Noelle "Sinceramente...{w=1.0}aprecio...{w=1.0}el esfuerzo de todas ustedes en esto." + +# game/1_akarsha.rpy:302 +translate spanish beginning_aa075c42: + + # Akarsha "Oooh, I like this! Go on." + Akarsha "Oooh, ¡me gusta esto! Continua." + +# game/1_akarsha.rpy:305 +translate spanish beginning_ecf3bb06: + + # Noelle "There's nothing more to \"go on\" to. That was all." + Noelle "No hay nada que \"continuar\". Eso era todo." + +# game/1_akarsha.rpy:307 +translate spanish beginning_aee70a57: + + # Diya "It was nice while it lasted." + Diya "Fue bonito mientras duró." + +# game/1_akarsha.rpy:316 +translate spanish golf_9957d660: + + # Akarsha "Come inside. We baked you a cake!" + Akarsha "Entra. ¡Te horneamos un pastel!" + +# game/1_akarsha.rpy:319 +translate spanish golf_64c6c74b: + + # Noelle "You did?" + Noelle "¿En serio?" + +# game/1_akarsha.rpy:325 +translate spanish golf_ed3c4556: + + # Akarsha "Wha...{w=0.35}what kind of save was this..." + Akarsha "Qué...{w=0.35}qué tipo de salvamento fue este..." + +# game/1_akarsha.rpy:328 +translate spanish golf_d095fda4: + + # Diya "What's that red squiggly under it? A heart monitor?" + Diya "¿Qué es esa linea serpenteando por debajo? ¿Un monitor cardíaco?" + +# game/1_akarsha.rpy:331 +translate spanish golf_7f0bbe78: + + # Noelle "Why does it look like it's flatlining toward the end?" with sshake + Noelle "¿Por qué parece que se aplana en el final?" with sshake + +# game/1_akarsha.rpy:333 +translate spanish golf_e18bf0f4: + + # Min "It's hard to control the icing, okay?!" + Min "¡¿Es difícil controlar el glaseado, ok?!" + +# game/1_akarsha.rpy:335 +translate spanish golf_44e270a6: + + # Min "And this was all Akarsha's fault in the first place." + Min "Y todo esto fue la culpa de Akarsha en primer lugar." + +# game/1_akarsha.rpy:338 +translate spanish golf_6c2729b3: + + # Akarsha "MY fault? All I did was drive the train off the rails. You were the one who crashed it!" + Akarsha "¿MI culpa? Todo lo que hice fue manejar el tren fuera de las vías. ¡Tu fuiste la que lo estrelló!" + +# game/1_akarsha.rpy:341 +translate spanish golf_b0ecb98d: + + # Diya "Driving off the rails still sounds like a pretty big mistake..." + Diya "Manejar fuera de las vías suena como un error bastante grande..." + +# game/1_akarsha.rpy:344 +translate spanish golf_926804eb: + + # Akarsha "Oh yeah?? Well, ultimately, this is Noelle's fault for being born. Who's the real culprit now???" + Akarsha "¿¿Ah sí?? Bueno, al fondo de todo esto, es la culpa de Noelle por haber nacido. ¿¿¿Quién es la verdadera culpable ahora???" + +# game/1_akarsha.rpy:347 +translate spanish golf_2e6917a4: + + # Min "Huh, good point. Okay, let's go with that." + Min "Ah, buen punto. Ok, vamos con eso." + +# game/1_akarsha.rpy:349 +translate spanish golf_6b987436: + + # Noelle "Good point?!" with sshake + Noelle "¡¿Buen punto?!" with sshake + +# game/1_akarsha.rpy:351 +translate spanish golf_f5195d15: + + # Min "We've won. Two against one." + Min "Ganamos. Dos contra uno." + +# game/1_akarsha.rpy:354 +translate spanish golf_63e0e4bf: + + # Akarsha "Democracy! U.S.A!" + Akarsha "¡Democracia! ¡U.S.A!" + +# game/1_akarsha.rpy:358 +translate spanish golf_56d9ca31: + + # "Once everyone's had a slice of cake, Akarsha brings everyone to the living room." + "Una vez que todas han comido un pedazo del pastel, Akarsha lleva a todos al salón." + +# game/1_akarsha.rpy:360 +translate spanish golf_a3379bea: + + # Akarsha "This was originally gonna be a sleepover, but I think some of your parents would've said no." + Akarsha "Originalmente esto iba a ser una pijamada, pero creo que algunos de sus padres hubieran dicho que no." + +# game/1_akarsha.rpy:362 +translate spanish golf_5b580689: + + # "Diya nods." + "Diya asiente." + +# game/1_akarsha.rpy:364 +translate spanish golf_2157ce45: + + # Diya "My mom's never let me go to one before. She's worried it'll turn me lesbian." + Diya "Mi mamá nunca me ha dejado ir a una antes. Le preocupa que me harán lesbiana." + +# game/1_akarsha.rpy:366 +translate spanish golf_323cea59: + + # Min "Too bad for her, I already did." + Min "Muy mal por ella, yo ya lo hice." + +# game/1_akarsha.rpy:368 +translate spanish golf_8050f8f8: + + # Diya "Yeah..." + Diya "Básicamente..." + +# game/1_akarsha.rpy:370 +translate spanish golf_68588b4a: + + # Noelle "Akarsha, I'm surprised your parents let us come over unsupervised at all." + Noelle "Akarsha, me sorprende bastante que tus padres nos hayan dejado venir sin supervisión." + +# game/1_akarsha.rpy:372 +translate spanish golf_46485015: + + # Akarsha "Eh, they trust me. They should be back any minute now, anyway." + Akarsha "Eh, confían en mi. Van a estar de vuelta en cualquier minuto, igualmente." + +# game/1_akarsha.rpy:373 +translate spanish golf_e707ffc3: + + # Akarsha "They're in San Ramon watching my bro's red belt test for Taekwondo. It must be taking longer than they thought." + Akarsha "Están en San Ramon viendo la prueba de cinturón rojo de Taekwondo de mi hermano. Debe estar tomando más tiempo de lo esperado." + +# game/1_akarsha.rpy:376 +translate spanish golf_6e1aca7f: + + # Noelle "Test? I didn't realize you had to pass formal examinations to advance in Taekwondo." + Noelle "¿Prueba? No sabía que tenias que tomar un examen formal para avanzar en Taekwondo." + +# game/1_akarsha.rpy:378 +translate spanish golf_fe63911f: + + # Akarsha "Ya, you gotta memorize forms and stuff. I've never seen them fail anyone, though." + Akarsha "Seh, tienes que memorizar formas y todo eso. Nunca lo he visto fallar una, eso si." + +# game/1_akarsha.rpy:380 +translate spanish golf_ef3f5855: + + # Akarsha "Anyway, us being home alone means we can go BUCK WILD. We're about to throw the party of a LIFETIME, Frenchman!" + Akarsha "De todas formas, nosotras estando solas en casa significa que podemos ir a lo BESTIA. ¡Vamos a montar la fiesta de nuestra VIDA, francesa!" + +# game/1_akarsha.rpy:382 +translate spanish golf_7c0ec78b: + + # "Akarsha crouches at the foot of the TV and turns the GameCube on." + "Akarsha se agacha a los pies del televisor y enciende la GameCube." + +# game/1_akarsha.rpy:384 +translate spanish golf_725750d8: + + # Akarsha "Mario Golf, baby." + Akarsha "Mario Golf, baby." + +# game/1_akarsha.rpy:387 +translate spanish golf_0d3e457b: + + # Diya "Golf? Are you sure Noelle will like that?" + Diya "¿Golf? ¿Estás segura de que a Noelle le va a gustar eso?" + +# game/1_akarsha.rpy:389 +translate spanish golf_972dcea8: + + # Akarsha "I don't know what you're talking about. Mario Golf is the best game in the world." + Akarsha "No sé de lo que estás hablando. Mario Golf es el mejor juego del mundo." + +# game/1_akarsha.rpy:391 +translate spanish golf_2fff83bd: + + # Akarsha "I only have two controllers, though. I usually just play against my bro." + Akarsha "Solo tengo dos controles, eso si. Usualmente solo juego contra mi hermano." + +# game/1_akarsha.rpy:394 +translate spanish golf_d82297c3: + + # Diya "Noelle should get to play first because it's her birthday." + Diya "Noelle debería jugar primero porque es su cumpleaños." + +# game/1_akarsha.rpy:396 +translate spanish golf_dbad79c4: + + # Akarsha "Yeah, and the rest of us should take turns playing against her." + Akarsha "Si, y el resto de nosotros debería tomar turnos contra ella." + +# game/1_akarsha.rpy:399 +translate spanish golf_72f94c71: + + # Noelle "Won't that feel like everyone ganging up against me?" + Noelle "¿No se sentirá como si todas ustedes se unieran contra mi?" + +# game/1_akarsha.rpy:401 +translate spanish golf_cd1c6b02: + + # Akarsha "Nonsense! You're getting the maximal amount of fun here, Frenchman." + Akarsha "¡Tonterías! Aquí te vas a divertir al máximo, francesa." + +# game/1_akarsha.rpy:404 +translate spanish golf_43e479ca: + + # "Akarsha hands Noelle one of the controllers. Min grabs the other one and curls up on the couch with Diya." + "Akarsha le entrega a Noelle uno de los controles. Min agarra el otro y se acurruca en el sofá junto a Diya." + +# game/1_akarsha.rpy:406 +translate spanish golf_0394b79a: + + # Min "Akarsha, this better not be like your copy of Melee." + Min "Akarsha, más te vale que esta no sea tu copia de Melee." + +# game/1_akarsha.rpy:407 +translate spanish golf_73e9ae60: + + # Min "You didn't even have any of the characters unlocked except Marth." + Min "No tenías a ninguno de los personajes desbloqueados excepto a Marth." + +# game/1_akarsha.rpy:409 +translate spanish golf_b4470573: + + # Akarsha "Who needs \"Falcon\" or whatever when Captain Falcon is right there? Same thing, really..." + Akarsha "¿Quien necesita a \"Falcon\" o lo que sea cuando Captain Falcon está justo ahí? Es lo mismo, la verdad..." + +# game/1_akarsha.rpy:413 +translate spanish golf_836b5f41: + + # Min "You mean {i}Falco{/i}?! There's no fucking character called Falcon!" with sshake + Min "¿¡Quieres decir {i}Falco{/i}?! ¡No hay ni un puto personaje llamado Falcon!" with sshake + +# game/1_akarsha.rpy:421 +translate spanish golf_e6352d0d: + + # Akarsha "Jeez, calm yourself! I unlocked everything this time. See?" + Akarsha "¡Dios, cálmate! Desbloqueé todo esta vez. ¿Lo notas?" + +# game/1_akarsha.rpy:423 +translate spanish golf_899c1cc4: + + # Akarsha "Min, choose Wario. We're team Wario." + Akarsha "Min, elige a Wario. Somos el equipo Wario." + +# game/1_akarsha.rpy:426 +translate spanish golf_aadd3c79: + + # Min "Why should I?" + Min "¿Por qué debería?" + +# game/1_akarsha.rpy:429 +translate spanish golf_cb83141e: + + # Akarsha "Don't you trust me?" + Akarsha "¿No confías en mi?" + +# game/1_akarsha.rpy:432 +translate spanish golf_204be0f0: + + # Min "I guess, whatever..." + Min "Supongo, lo que sea..." + +# game/1_akarsha.rpy:434 +translate spanish golf_0591ef34: + + # Noelle "I suppose I'll be this pink princess." + Noelle "Supongo que seré esta princesa rosada." + +# game/1_akarsha.rpy:438 +translate spanish golf_1b961ae1: + + # "Akarsha glances over at Noelle. She's placed her controller flat on the sofa and is pressing down on the buttons like she's playing piano." + "Akarsha observa a Noelle. Ha colocado el control sobre el sofá y pulsa los botones como si estuviera tocando el piano." + +# game/1_akarsha.rpy:440 +translate spanish golf_713980fc: + + # Akarsha "What're you doing???" + Akarsha "¿¿¿Qué estás haciendo???" + +# game/1_akarsha.rpy:443 +translate spanish golf_44dec906: + + # Noelle "Shut up! I can adjust the control stick with greater precision like this!" with sshake + Noelle "¡Cállate! Puedo ajustar la palanca de control con mayor precisión de esta manera!" with sshake + +# game/1_akarsha.rpy:446 +translate spanish golf_04c4046f: + + # "Noelle pinches the control stick between her thumb and index finger like a crab with a pebble between its pincers." + "Noelle pincha el joystick entre su pulgar y dedo índice como un cangrejo con un guijarro entre las pinzas." + +# game/1_akarsha.rpy:448 +translate spanish golf_ed537d52: + + # AkarshaT "Ohhhh my godddd! Why are you like a grandma who's never seen a video game before?!" + AkarshaT "¡Oooohhh diossssss! ¡¿Por qué eres como una abuela que nunca ha visto un videojuego antes?!" + +# game/1_akarsha.rpy:452 +translate spanish golf_c6ff27c7: + + # "Min selects a dark, lava-ridden course. An animation panning to the stage's first hole plays onscreen." + "Min elige un recorrido oscuro y lleno de lava. Una animación mostrando el primer agujero se reproduce en la pantalla." + +# game/1_akarsha.rpy:454 +translate spanish golf_6873e283: + + # Noelle "Wait, that looks difficult. I don't even know how to play this yet!" + Noelle "Espera, esto se ve difícil. ¡Ni siquiera sé como se juega esto todavía!" + +# game/1_akarsha.rpy:457 +translate spanish golf_1e5db9a1: + + # Akarsha "Sink or sizzle, Frenchman." + Akarsha "Camarón que se duerme se lo lleva la corriente, francesa." + +# game/1_akarsha.rpy:460 +translate spanish golf_704731a8: + + # Noelle "That doesn't sound like something you should be saying to someone on her birthday." + Noelle "Eso no suena como algo que le deberías decir a alguien en su cumpleaños." + +# game/1_akarsha.rpy:463 +translate spanish golf_70b5c471: + + # "Noelle hastily mashes buttons at random on her controller. Her character manages to hit the golf ball safely across a lava pit." + "Noelle apresuradamente machaca los botones al azar en su control. Su personaje consigue golpear la pelota a través de un pozo de lava con seguridad." + +# game/1_akarsha.rpy:465 +translate spanish golf_cf21b315: + + # Min "Oh, so it's just luck." + Min "Ah, así que es solo suerte." + +# game/1_akarsha.rpy:468 +translate spanish golf_b95cf99f: + + # Noelle "It's not luck. It's physics." + Noelle "No es suerte. Es física." + +# game/1_akarsha.rpy:470 +translate spanish golf_00927965: + + # Diya "Big words from someone who was protesting she didn't know how play ten seconds ago." + Diya "Grandes palabras para alguien que se estaba quejando de que no sabía como jugar hace diez segundos." + +# game/1_akarsha.rpy:472 +translate spanish golf_b34a7526: + + # "After a few swings, Min successfully putts her golf ball into the first hole. The words \"BOGEY\" appear onscreen." + "Después de unos cuantos tiros, Min exitosamente mete la pelota en el primer agujero. Las palabras \"BOGEY\" aparecen en la pantalla." + +# game/1_akarsha.rpy:474 +translate spanish golf_16e8bcb2: + + # Min "The fuck is a \"bogey\"?" + Min "¿Qué mierda es un \"bogey\"?" + +# game/1_akarsha.rpy:476 +translate spanish golf_80242aaf: + + # Noelle "How should I know? Aren't you and Diya the sports enthusiasts here?" + Noelle "¿Cómo debería saber? ¿No son tú y Diya las entusiastas del deporte aquí?" + +# game/1_akarsha.rpy:478 +translate spanish golf_63561eda: + + # Min "I like real sports, not fake old people sports like golf." + Min "Me gustan los deportes de verdad, no los de gente vieja como el golf." + +# game/1_akarsha.rpy:480 +translate spanish golf_4047d783: + + # Diya "Me too." + Diya "A mi también." + +# game/1_akarsha.rpy:483 +translate spanish golf_3b405576: + + # "Noelle finishes the hole with a triple bogey. Onscreen, Princess Peach collapses and shakes her head, devastated." + "Noelle finaliza el recorrido con un bogey triple. En la pantalla, la Princesa Peach colapsa y sacude la cabeza, devastada." + +# game/1_akarsha.rpy:486 +translate spanish golf_b2b65586: + + # Akarsha "HAHAH! LOSER!!!" with sshake + Akarsha "¡JAJAJ! ¡¡¡PERDEDORA!!!" with sshake + +# game/1_akarsha.rpy:490 +translate spanish golf_ff941b54: + + # Noelle "YOU SHUT YOUR MOUTH!!!" with sshake + Noelle "¡¡¡TÚ CALLATE LA BOCA!!!" with sshake + +# game/1_akarsha.rpy:492 +translate spanish golf_8aa3d5de: + + # "Min hands Diya the controller for the next hole, kissing her adoringly on the cheek as she does." + "Min le entrega a Diya el control para el siguiente agujero, besándola con adoración en el proceso." + +# game/1_akarsha.rpy:493 +translate spanish golf_856a9894: + + # "Diya furrows her brows, considering her options..." + "Diya frunce las cejas, considerando sus opciones..." + +# game/1_akarsha.rpy:495 +translate spanish golf_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/1_akarsha.rpy:499 +translate spanish golf_bc569fab: + + # "Diya launches her ball straight into the lava." + "Diya lanza la pelota directo a la lava." + +# game/1_akarsha.rpy:501 +translate spanish golf_6ae93ceb: + + # Noelle "At last! My chance to make a comeback." + Noelle "¡Al fin! Mi oportunidad para remontar." + +# game/1_akarsha.rpy:503 +translate spanish golf_599f64fd: + + # Diya "I'm weaker today because I'm not Luigi." + Diya "Estoy más débil hoy porque no soy Luigi." + +# game/1_akarsha.rpy:505 +translate spanish golf_740798c0: + + # Noelle "If you insist." + Noelle "Si insistes." + +# game/1_akarsha.rpy:507 +translate spanish golf_febe2f20: + + # "Noelle immediately hits her ball into the lava, too." + "Noelle inmediatamente lanza la pelota hacia la lava, también." + +# game/1_akarsha.rpy:509 +translate spanish golf_9f0c7340: + + # Noelle "NGOOOHHGHH!!!" with sshake + Noelle "¡¡¡NGOOOHHGHH!!!" with sshake + +# game/1_akarsha.rpy:512 +translate spanish golf_10bb6aba: + + # Akarsha "I can't wait to see your face when we play Monopoly later." + Akarsha "No puedo esperar a ver tu cara cuando juguemos Monopoly más tarde." + +# game/1_akarsha.rpy:515 +translate spanish golf_468e0adb: + + # Noelle "We're playing {i}Monopoly?{/i} Why?" + Noelle "¿Vamos a jugar {i}Monopoly?{/i} ¿Por qué?" + +# game/1_akarsha.rpy:517 +translate spanish golf_94d3efb5: + + # Min "What, you don't like it?" + Min "Qué, ¿no te gusta?" + +# game/1_akarsha.rpy:519 +translate spanish golf_c244c5bd: + + # Noelle "There's no skill involved! It's pure luck!" + Noelle "¡No hay habilidad en juego! ¡Es puramente suerte!" + +# game/1_akarsha.rpy:522 +translate spanish golf_d747778c: + + # Akarsha "Silence, demon! It's fun to fantasize about owning property someday!" + Akarsha "¡Silencio, demonio! ¡La fantasía de poseer una propiedad algún dia es algo divertido!" + +# game/1_akarsha.rpy:525 +translate spanish golf_a8eec78d: + + # Noelle "The game was not even designed to be fun!" + Noelle "¡El juego ni siquiera fue diseñado para ser divertido!" + +# game/1_akarsha.rpy:526 +translate spanish golf_02071b31: + + # Noelle "It was created to educate people on the dangers of capitalism!" + Noelle "¡Fue creado para educar a las personas en los peligros del capitalismo!" + +# game/1_akarsha.rpy:528 +translate spanish golf_9a94eccf: + + # Diya "But I like collecting the deed cards...They're such nice colors." + Diya "Pero me gusta coleccionar las tarjetas de propiedad...Tienen unos colores muy lindos." + +# game/1_akarsha.rpy:531 +translate spanish golf_2a9b6ca0: + + # Akarsha "Noelle, let's make a deal. If you win the next hole against me, we won't play Monopoly." + Akarsha "Noelle, hagamos un trato. Si ganas el siguiente recorrido contra mi, no jugaremos Monopoly." + +# game/1_akarsha.rpy:534 +translate spanish golf_e4045c5f: + + # Noelle "How is that fair? You've played Mario Golf countless times before." + Noelle "¿Cómo es eso justo? Has jugado Mario Golf incontables veces antes de esto." + +# game/1_akarsha.rpy:537 +translate spanish golf_49b80eb7: + + # Akarsha "Hey, I've only tried this course once or twice! Honest!" + Akarsha "Ey, ¡solo he jugado este recorrido como una o dos veces! ¡Lo juro!" + +# game/1_akarsha.rpy:539 +translate spanish golf_472b0d90: + + # "Noelle ponders this as Diya hits her golf ball straight into the lava for the third time." + "Noelle reflexiona esto mientras Diya golpea su pelota de golf directo a la lava por tercera vez." + +# game/1_akarsha.rpy:541 +translate spanish golf_0401264f: + + # Noelle "...Fine. Deal." + Noelle "...Bueno. Trato." + +# game/1_akarsha.rpy:543 +translate spanish golf_d4eb33ee: + + # Diya "Oh, no. I roasted my golf ball again." + Diya "Oh, no. He tostado mi pelota de golf otra vez." + +# game/1_akarsha.rpy:545 +translate spanish golf_6a1a39f7: + + # "After countless attempts, Noelle manages to complete the hole first." + "Después de innumerables intentos, Noelle logra completar el recorrido primero." + +# game/1_akarsha.rpy:547 +translate spanish golf_e6455780: + + # Diya "Yay. You win." + Diya "Yupi. Tu ganas." + +# game/1_akarsha.rpy:549 +translate spanish golf_1110528a: + + # Noelle "It's a good thing your athleticism doesn't translate to skill at sports games." + Noelle "Es bueno saber que tu atletismo no se traduce a habilidad en juegos de deportes." + +# game/1_akarsha.rpy:552 +translate spanish golf_8ba628f6: + + # "Diya putts the ball into the hole with her next swing. She passes the controller to Akarsha." + "Diya mete la pelota en el agujero con su siguiente tiro. Y le pasa el control a Akarsha." + +# game/1_akarsha.rpy:554 +translate spanish golf_d2e37173: + + # Diya "Your turn." + Diya "Tu turno." + +# game/1_akarsha.rpy:556 +translate spanish golf_363f143f: + + # AkarshaT "Diya totally just let Noelle win." + AkarshaT "Diya totalmente dejó ganar a Noelle." + +# game/1_akarsha.rpy:558 +translate spanish golf_4fd55d6f: + + # AkarshaT "Unfortunately for Frenchman, {i}I{/i} don't believe in going easy on the birthday girl." + AkarshaT "Por desgracia para la francesa, {i}yo{/i} no creo en ir suave con la cumpleañera." + +# game/1_akarsha.rpy:559 +translate spanish golf_c990a6fd: + + # AkarshaT "I'm pulling out all the stops!" + AkarshaT "¡Haré todo lo posible!" + +# game/1_akarsha.rpy:564 +translate spanish golf_bd1727b8: + + # "The words \"Press A to skip\" appear as the animation showing the next hole begins to play..." + "Las palabras \"Presiona A para saltar\" aparecen mientras la animación mostrando el siguiente agujero comienza a reproducirse..." + +# game/1_akarsha.rpy:568 +translate spanish golf_dcb7a844: + + # "Akarsha presses A to skip the animation before it can reveal the hole's location." + "Akarsha presiona A para saltar la animación antes de que pueda revelar la ubicación del agujero." + +# game/1_akarsha.rpy:570 +translate spanish golf_fd66f18f: + + # Diya "You cut it off early..." + Diya "La cortaste antes de tiempo..." + +# game/1_akarsha.rpy:573 +translate spanish golf_e59bc4ef: + + # Akarsha "Whoopsie daisy! I got too impatient." + Akarsha "¡Caramba! Me puse muy impaciente." + +# game/1_akarsha.rpy:577 +translate spanish golf_fd53a2e6: + + # Noelle "AKARSHA!!! WHERE'S THE HOLE!!" with sshake + Noelle "¡¡¡AKARSHA!!! ¡¡DONDE ESTÁ EL AGUJERO!!" with sshake + +# game/1_akarsha.rpy:580 +translate spanish golf_c600e07c: + + # Akarsha "I wonder..." + Akarsha "Me pregunto..." + +# game/1_akarsha.rpy:584 +translate spanish golf_3f39d73d: + + # Noelle "YOU WORTHLESS SCAMMER!!!" with sshake + Noelle "¡¡¡MALDITA ESTAFADORA!!!" with sshake + +# game/1_akarsha.rpy:587 +translate spanish golf_0e00f263: + + # "Akarsha smugly putts her ball, but it rolls smoothly into the lava." + "Akarsha soberbiamente golpea la pelota, pero ésta rueda tranquilamente hacia la lava." + +# game/1_akarsha.rpy:590 +translate spanish golf_e10ec4ce: + + # Akarsha "NOO!!! NOOOO!! AAUAAGGH!!!" with sshake + Akarsha "¡¡¡NOO!!! ¡¡NOOOO!! ¡¡¡AAAAAGGH!!!" with sshake + +# game/1_akarsha.rpy:593 +translate spanish golf_bf3fc089: + + # Noelle "Serves you right." + Noelle "Bien merecido." + +# game/1_akarsha.rpy:595 +translate spanish golf_438f5abf: + + # "Noelle tries to set up a trick shot against a wall." + "Noelle intenta preparar una jugada contra una pared." + +# game/1_akarsha.rpy:597 +translate spanish golf_b00483fc: + + # Akarsha "Whoa! Geometry!" + Akarsha "¡Wow! ¡Geometría!" + +# game/1_akarsha.rpy:600 +translate spanish golf_cdfaa94a: + + # Noelle "Be quiet. I'm concentrating." + Noelle "Calla. Me estoy concentrando." + +# game/1_akarsha.rpy:602 +translate spanish golf_1ceb3f1b: + + # "Noelle hits the ball with a measured swing." + "Noelle golpea la pelota con control." + +# game/1_akarsha.rpy:603 +translate spanish golf_f018165f: + + # "Instead of glancing off the wall at the intended angle, it just ricochets back the way it came." + "En vez de rebotar de la pared en el ángulo deseado, esta simplemente vuelve por donde vino." + +# game/1_akarsha.rpy:605 +translate spanish golf_2629e8ec: + + # Akarsha "Well done, Noelle! You're back where you started!" + Akarsha "¡Bien hecho, Noelle! ¡Estás devuelta a donde empezaste!" + +# game/1_akarsha.rpy:609 +translate spanish golf_86aeefa5: + + # Noelle "I HATE YOU! YOU SCUMBAG!!!" with sshake + Noelle "¡TE ODIO! ¡¡¡ESCORIA!!!" with sshake + +# game/1_akarsha.rpy:610 +translate spanish golf_d39fccb2: + + # Noelle "I STILL DON'T EVEN KNOW WHERE THE HOLE IS!!!" + Noelle "¡¡¡AÚN NI SIQUIERA SÉ DONDE ESTA EL AGUJERO!!!" + +# game/1_akarsha.rpy:613 +translate spanish golf_e38a4a66: + + # Akarsha "Watch and learn, my friend." + Akarsha "Mira y aprende, amiga mía." + +# game/1_akarsha.rpy:615 +translate spanish golf_7199531a: + + # "Akarsha expertly angles her shot so the golf ball rolls up a hill, then drops straight into the hole." + "Akarsha orienta su tiro con maestría para que la pelota de golf ruede por una colina y luego caiga directamente en el agujero." + +# game/1_akarsha.rpy:617 +translate spanish golf_1f3c44bb: + + # Akarsha "That's how it's done." + Akarsha "Así es como se hace." + +# game/1_akarsha.rpy:618 +translate spanish golf_93ab2f20: + + # Akarsha "My days playing this stage against my bro have finally paid off!" + Akarsha "¡Mis días jugando este recorrido contra mi hermano finalmente han dado sus frutos!" + +# game/1_akarsha.rpy:621 +translate spanish golf_d0f72abf: + + # Noelle "Days?! You said you only played this stage once or twice!" with sshake + Noelle "¡¿Días?! ¡Dijiste que solo jugaste este recorrido una o dos veces!" with sshake + +# game/1_akarsha.rpy:623 +translate spanish golf_18ab8cfa: + + # "Noelle scowls, but Akarsha can tell from the way the corners of her mouth crinkle that she's fighting back a grin." + "Noelle frunce el ceño, pero Akarsha puede notar mediante las arrugas en las esquinas de sus labios que está conteniendo una sonrisa." + +# game/1_akarsha.rpy:625 +translate spanish golf_111a3912: + + # Noelle "You liar! What do you have to say for yourself?!" + Noelle "¡Mentirosa! ¡¿Qué tienes que decir a tu defensa?!" + +# game/1_akarsha.rpy:628 +translate spanish golf_bf09c4ab: + + # Akarsha "Huh? Suddenly, I can't hear...My ears are failing!" + Akarsha "¿Eh? De la nada, no puedo escuchar...¡Mis oídos están fallando!" + +# game/1_akarsha.rpy:629 +translate spanish golf_46b4e5ec: + + # Akarsha "Hawwo? Hawwo?" + Akarsha "¿Howwa? ¿Howwa?" + +# game/1_akarsha.rpy:633 +translate spanish golf_1fe2a9a0: + + # Noelle "AKARSHAAAAA!!!!!!" with sshake + Noelle "¡¡¡¡¡¡AKARSHAAAAAA!!!!!!" with sshake + +# game/1_akarsha.rpy:636 +translate spanish golf_ecf447ed: + + # "Wario slaps his butt as the words \"PAR\" appear onscreen." + "Wario se bofetea el trasero mientras las palabras \"PAR\" aparecen en pantalla." + +# game/1_akarsha.rpy:638 +translate spanish golf_ce0a0505: + + # Akarsha "See? This is why Mario Golf is the best game in the world." + Akarsha "¿Ves? Por esto es que Mario Golf es el mejor juego del mundo." + +# game/1_akarsha.rpy:640 +translate spanish golf_f26aaf40: + + # "Noelle turns away so Akarsha can't see her face, but by now she's shaking with barely suppressed laughter." + "Noelle se da la vuelta para que Akarsha no le vea la cara, pero ya está temblando de una risa apenas reprimida." + +# game/1_akarsha.rpy:642 +translate spanish golf_c097bae6: + + # AkarshaT "I win! I broke her!" + AkarshaT "¡Gané! ¡La rompí!" + +# game/1_akarsha.rpy:647 +translate spanish golf_b02336ee: + + # Noelle "I'M GOING TO BEAT THE LIVING DAYLIGHTS OUT OF YOU!!!" with sshake + Noelle "¡¡¡TE VOY A DAR UNA PALIZA DE MUERTE!!!" with sshake + +# game/1_akarsha.rpy:654 +translate spanish golf_a728e356: + + # "Akarsha yelps as Noelle pelts her with slaps." + "Akarsha chilla mientras Noelle la acribilla a bofetadas." + +# game/1_akarsha.rpy:656 +translate spanish golf_b9d21c79: + + # Akarsha "Halp! Murder! Murder!" with sshake + Akarsha "¡Ayuda! ¡Asesinato! ¡Asesinato!" with sshake + +# game/1_akarsha.rpy:659 +translate spanish golf_485dd024: + + # Diya "So, Monopoly?" + Diya "Entonces, ¿Monopoly?" + +# game/1_akarsha.rpy:661 +translate spanish golf_abbee00d: + + # Min "You got it." + Min "Lo tienes." + +# game/1_akarsha.rpy:670 +translate spanish monopoly_c0f4d822: + + # Akarsha "Ya HA! I got Boardwalk!" + Akarsha "¡Ya JA! ¡Obtuve el muelle!" + +# game/1_akarsha.rpy:672 +translate spanish monopoly_065df688: + + # Akarsha "Welcome to my Santa Cruz of Death. I'm using my entire savings to pile four houses on it." + Akarsha "Bienvenidas a mi Santa Cruz de la Muerte. Voy a usar todos mis ahorros para poner cuatro casas en ella." + +# game/1_akarsha.rpy:675 +translate spanish monopoly_d10e2beb: + + # Diya "Oh, no. If I land on it right now, I'll go broke." + Diya "Oh, no. Si caigo en ella ahora mismo, me voy en bancarrota." + +# game/1_akarsha.rpy:677 +translate spanish monopoly_7b6b0913: + + # Noelle "Well, chances are, you won't." + Noelle "Bueno, las probabilidades son, que no lo harás." + +# game/1_akarsha.rpy:678 +translate spanish monopoly_0a2e2da3: + + # Noelle "Unloading all your money on a single property is pure folly this early in the game." + Noelle "Descargar todo tu dinero en una sola propiedad es una auténtica insensatez tan temprano en el juego." + +# game/1_akarsha.rpy:680 +translate spanish monopoly_0a598aa2: + + # "Diya rolls the dice and breathes a sigh of relief when she safely passes Akarsha's killer Boardwalk tile." + "Diya lanza el dado y respira con alivio cuando pasa la casilla asesina de el muelle de Akarsha." + +# game/1_akarsha.rpy:681 +translate spanish monopoly_2d3b2d1d: + + # "After a few spaces, her dog token lands on Min's property. She begins to shell out the rent, but Min stops her." + "Después de un par de espacios, su token de perro cae en la propiedad de Min. Ella comienza a pagar la renta, pero Min la detiene." + +# game/1_akarsha.rpy:683 +translate spanish monopoly_bb5aaa48: + + # Min "You don't have to pay me." + Min "No tienes que pagarme." + +# game/1_akarsha.rpy:685 +translate spanish monopoly_a014ade9: + + # Diya "?!" + Diya "¡¿?!" + +# game/1_akarsha.rpy:686 +translate spanish monopoly_df9c6175: + + # Diya "I don't?" + Diya "¿No tengo?" + +# game/1_akarsha.rpy:688 +translate spanish monopoly_1446773c: + + # Min "It's my house, so I'm in charge. You can stay there for free." + Min "Es mi casa, así que yo estoy a cargo. Puedes quedarte aquí gratis." + +# game/1_akarsha.rpy:691 +translate spanish monopoly_74a1a48c: + + # Diya "...." + Diya "..." + +# game/1_akarsha.rpy:693 +translate spanish monopoly_5ee4cc2f: + + # Noelle "Not so fast. That's not allowed!" + Noelle "No tan rápido. ¡Eso no está permitido!" + +# game/1_akarsha.rpy:694 +translate spanish monopoly_7da5b434: + + # Noelle "When you land on property owned by another player, the owner has to collect rent from you." + Noelle "Cuando caes en propiedad de otro jugador, el dueño tiene que cobrarte la renta." + +# game/1_akarsha.rpy:697 +translate spanish monopoly_ee78e5bb: + + # "Akarsha flips open the rulebook and pretends to adjust an imaginary pair of glasses on her face." + "Akarsha hojea el reglamento y finge ajustarse unas gafas imaginarias." + +# game/1_akarsha.rpy:699 +translate spanish monopoly_5d5803ff: + + # Akarsha "Actually, it says here..." + Akarsha "De hecho, dice acá..." + +# game/1_akarsha.rpy:700 +translate spanish monopoly_1dbde0c5: + + # Akarsha "\"The owner may not collect the rent if he/she fails to ask for it before the second player following throws the dice.\"" + Akarsha "\"El dueño puede decidir no cobrar renta si este falla en pedirla antes de que el segundo jugador siguiente tire el dado.\"" + +# game/1_akarsha.rpy:703 +translate spanish monopoly_1ce8853c: + + # Diya "That's so confusingly worded." + Diya "Qué manera más confusa de redactarlo." + +# game/1_akarsha.rpy:705 +translate spanish monopoly_60c7cd5a: + + # Akarsha "Basically, it's sayin' if the owner doesn't ask for rent, the renter doesn't have to pay it!" + Akarsha "Básicamente, dice que si el dueño no cobra la renta, ¡el inquilino no tiene que pagarla!" + +# game/1_akarsha.rpy:708 +translate spanish monopoly_d02e98d1: + + # Min "Ha! So Diya CAN sleep at my house!" + Min "¡Ja! ¡Así que Diya SI puede dormir en mi casa!" + +# game/1_akarsha.rpy:710 +translate spanish monopoly_827d11db: + + # Noelle "What kind of buffoon penned these rules?! If the renter and owner are in cahoots, the other players are at a disadvantage!" + Noelle "¡¿Qué tipo de bufón escribió estas reglas?! Si el inquilino y el propietario están compinchados, ¡los otros jugadores están en desventaja!" + +# game/1_akarsha.rpy:712 +translate spanish monopoly_e05eeead: + + # Diya "Unless the odd ones out form an alliance to counter it, too." + Diya "A menos que los excluidos formen una alianza para contrarrestarlo, también." + +# game/1_akarsha.rpy:714 +translate spanish monopoly_0225d87d: + + # Akarsha "HmmMMMMM...Wanna be in {i}cahoots{/i} with me, Frenchman?" + Akarsha "HmmMMMMM...¿Quieres ser mi {i}compinche{/i}, francesa?" + +# game/1_akarsha.rpy:717 +translate spanish monopoly_fe36a26e: + + # Noelle "Not a chance." + Noelle "Ni lo pienses." + +# game/1_akarsha.rpy:719 +translate spanish monopoly_d6069b41: + + # Akarsha "Don't say I didn't ask ya." + Akarsha "No digas que no te pregunté." + +# game/1_akarsha.rpy:721 +translate spanish monopoly_e67206c4: + + # Akarsha "You'll be singing a different tune once you land on my Killer Boardwalk." + Akarsha "Cantarás una canción diferente cuando caigas en mi Muelle de la Muerte." + +# game/1_akarsha.rpy:732 +translate spanish monopoly_92d0810f: + + # "Noelle's phone buzzes, and her face pales when she checks it." + "El teléfono de Noelle timbra y su rostro se pone pálido cuando lo revisa." + +# game/1_akarsha.rpy:735 +translate spanish monopoly_03e3ab03: + + # Noelle "Oh, great." + Noelle "Ah, genial." + +# game/1_akarsha.rpy:737 +translate spanish monopoly_a7740241: + + # Diya "What's wrong?" + Diya "¿Qué pasó?" + +# game/1_akarsha.rpy:739 +translate spanish monopoly_fb498b49: + + # Noelle "I told my mom I'd text her when I got to Akarsha's house." + Noelle "Le dije a mi mamá que le mandaría un mensaje cuando llegue a la casa de Akarsha." + +# game/1_akarsha.rpy:746 +translate spanish momTexts_4a682f69: + + # Noelle "But I was having so much fun, it completely slipped my mind." + Noelle "Pero me estaba divirtiendo tanto, que me olvidé totalmente." + +# game/1_akarsha.rpy:748 +translate spanish momTexts_bf15b291: + + # "Akarsha catches a glimpse of Noelle's phone screen. It's filled with panicked texts from her mom..." + "Akarsha echa un vistazo a la pantalla del teléfono de Noelle. Está lleno de mensajes de pánico de su madre..." + +# game/1_akarsha.rpy:757 +translate spanish momTexts_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/1_akarsha.rpy:758 +translate spanish momTexts_503eccc0: + + # cNarrator "12:29 PM" + cNarrator "12:29 PM" + +# game/1_akarsha.rpy:759 +translate spanish momTexts_8c16c171: + + # cMom "Are you having fun" + cMom "Te estás divirtiendo" + +# game/1_akarsha.rpy:760 +translate spanish momTexts_9381ce72: + + # cSame "Hello" + cSame "Hola" + +# game/1_akarsha.rpy:761 +translate spanish momTexts_66f3a742: + + # cNarrator "1:00 PM" + cNarrator "1:00 PM" + +# game/1_akarsha.rpy:762 +translate spanish momTexts_c8280673: + + # cMom "Hello Noelle how are you doting" + cMom "Hola Noelle como va tdo" + +# game/1_akarsha.rpy:763 +translate spanish momTexts_758d82c3: + + # cSame "I meant not doing not doting :)" + cSame "Quise decir todo no tdo :)" + +# game/1_akarsha.rpy:764 +translate spanish momTexts_250e416c: + + # cNarrator "2:30 PM" + cNarrator "2:30 PM" + +# game/1_akarsha.rpy:765 +translate spanish momTexts_8188d09d: + + # cMom "You may consider to call us when you can" + cMom "Considera llamarnos cuando puedas" + +# game/1_akarsha.rpy:766 +translate spanish momTexts_429b5f9b: + + # cNarrator "2:51 PM" + cNarrator "2:51 PM" + +# game/1_akarsha.rpy:767 +translate spanish momTexts_5fb6456f: + + # cMom "Is everything okay ?" + cMom "Está todo bien ?" + +# game/1_akarsha.rpy:768 +translate spanish momTexts_9068b79f: + + # cSame "Where are you? You said you would text us, It's been almost two hours" + cSame "Donde estás? Dijiste que nos mandarías un mensaje, han sido casi dos horas" + +# game/1_akarsha.rpy:769 +translate spanish momTexts_f1e7d743: + + # cNarrator "2:55 PM" + cNarrator "2:55 PM" + +# game/1_akarsha.rpy:770 +translate spanish momTexts_d7963a1f: + + # cMom "How come you're not picking up your phone?" + cMom "Cómo es que no estás contestando el teléfono?" + +# game/1_akarsha.rpy:771 +translate spanish momTexts_8d29f11e: + + # cSame "We're about to call the police" + cSame "Estamos por llamar a la policía" + +# game/1_akarsha.rpy:774 +translate spanish momTexts_76b2fe88: + + # nvl clear + nvl clear + +# game/1_akarsha.rpy:777 +translate spanish momTexts_6633890e: + + # Min "Jesus..." + Min "Dios..." + +# game/1_akarsha.rpy:779 +translate spanish momTexts_c4b03090: + + # Noelle "There's four missed calls, too. I think we were all shouting so much, I didn't hear any of them." + Noelle "Hay cuatro llamadas perdidas, también. Creo que estábamos gritando tanto, que no escuché ninguna." + +# game/1_akarsha.rpy:782 +translate spanish momTexts_200496ce: + + # "Diya jumps in surprise as her cell phone starts ringing." + "Diya salta de la sorpresa cuando su teléfono comienza a sonar." + +# game/1_akarsha.rpy:783 +translate spanish momTexts_e3ae65b0: + + # "She stares at it with trepidation before fearfully pressing it to her good ear." + "Lo contempla con inquietud antes de acercárselo temerosamente a su oído bueno." + +# game/1_akarsha.rpy:785 +translate spanish momTexts_e629b0d2: + + # Diya "........" + Diya "........" + +# game/1_akarsha.rpy:787 +translate spanish momTexts_ed179152: + + # "Diya frantically hands Noelle the phone like it's a hot potato." + "Diya frenéticamente le pasa el teléfono a Noelle como si fuera una bomba de tiempo." + +# game/1_akarsha.rpy:789 +translate spanish momTexts_59359e51: + + # Noelle "Alright. I'll deal with it." + Noelle "Ok. Yo me encargo." + +# game/1_akarsha.rpy:791 +translate spanish momTexts_5699f935: + + # "Noelle answers the phone and leaves the room with a sigh. Akarsha can faintly hear her side of a frustrating conversation..." + "Noelle contesta el teléfono y sale del cuarto suspirando. Akarsha puede levemente escuchar su lado de una frustrante conversación..." + +# game/1_akarsha.rpy:792 +translate spanish momTexts_a73f5091: + + # "A few minutes later, she returns to the group, her face sour." + "Unos minutos más tarde, ella vuelve al grupo, con una cara agria." + +# game/1_akarsha.rpy:794 +translate spanish momTexts_e9b8be9a: + + # Noelle "We've cleared up the misunderstanding. I let them know I'll be here for a few more hours." + Noelle "Aclaramos el malentendido. Les hice saber que estaré aquí por un par de horas más." + +# game/1_akarsha.rpy:795 +translate spanish momTexts_46998f1c: + + # Noelle "I'm sorry my mom called you, Diya. That was humiliating." + Noelle "Lo siento que mi madre te haya llamado, Diya. Eso fue humillante." + +# game/1_akarsha.rpy:797 +translate spanish momTexts_c66af205: + + # Diya "It's okay. Good thing she didn't report you missing yet." + Diya "Está bien. Lo bueno es que no te reportaron como desaparecida." + +# game/1_akarsha.rpy:799 +translate spanish momTexts_fb03f223: + + # Noelle "I know she means well, but it's honestly irritating how often she wildly overreacts to perfectly harmless situations." + Noelle "Se que tiene buenas intenciones, pero honestamente es irritante lo mucho que exagera situaciones perfectamente inofensivas." + +# game/1_akarsha.rpy:800 +translate spanish momTexts_61810662: + + # Noelle "She has no friends or hobbies, so all her brain power is spent on obsessing over me." + Noelle "No tiene amigos o hobbies, así que todo su poder mental lo gasta en obsesionarse conmigo." + +# game/1_akarsha.rpy:802 +translate spanish momTexts_3870b4b6: + + # Akarsha "Sorry we got you in trouble..." + Akarsha "Lo siento que te metimos en problemas..." + +# game/1_akarsha.rpy:806 +translate spanish momTexts_a975789f: + + # Noelle "It's not your fault. You couldn't have known." + Noelle "No es tu culpa. No podías saber." + +# game/1_akarsha.rpy:807 +translate spanish momTexts_05ea2aed: + + # Noelle "I should've remembered to text her once I arrived at your house." + Noelle "Me debí haber acordado de mandarle un mensaje una vez que llegara a tu casa." + +# game/1_akarsha.rpy:815 +translate spanish momTexts_7fa9a933: + + # "Noelle's joints crick as she sits back down at the Monopoly board between Diya and Akarsha." + "Las articulaciones de Noelle suenan mientras ella se vuelve a sentar en el tablero de Monopoly entre Diya y Akarsha." + +# game/1_akarsha.rpy:817 +translate spanish momTexts_6dee83b2: + + # Min "Is it just me, or are all the \"cool\" kids at our school just the ones whose parents let them do the most stuff?" + Min "¿Soy yo, o todos los chicos \"populares\" de nuestra escuela son solo los que sus padres les dejan hacer la mayor cantidad de cosas?" + +# game/1_akarsha.rpy:819 +translate spanish momTexts_ff3779b2: + + # Diya "Yeah, it's the girls who're allowed to wear make-up and hang out with their friends all the time." + Diya "Si, son las chicas que pueden usar maquillaje y salir con sus amigas todo el tiempo." + +# game/1_akarsha.rpy:821 +translate spanish momTexts_bbc973a6: + + # Akarsha "That's not always true. My parents are pretty chill, but I'm still uncool." + Akarsha "Eso no es siempre verdadero. Mis padres son bastante tranquilos, pero no soy popular." + +# game/1_akarsha.rpy:823 +translate spanish momTexts_16bc08cb: + + # Akarsha "I'm just unpopular cuz I'm weird." + Akarsha "Solo soy impopular porque soy rara." + +# game/1_akarsha.rpy:826 +translate spanish momTexts_98390768: + + # Min "Don't forget perverted and annoying." + Min "Que no se te olvide pervertida y molesta." + +# game/1_akarsha.rpy:828 +translate spanish momTexts_3199f6ce: + + # Noelle "I would like to add that you're a compulsive liar." + Noelle "Me gustaría añadir que eres una mentirosa compulsiva." + +# game/1_akarsha.rpy:830 +translate spanish momTexts_4c8b9749: + + # Akarsha "Geez, wow! I didn't realize everyone had their own theories for why I'm not popular..." + Akarsha "¡Vaya! No sabia que todos tienen sus propias teorías de por qué no soy popular..." + +# game/1_akarsha.rpy:838 +translate spanish momTexts_6b84746d: + + # "A few turns of Monopoly later, Akarsha moves her top hat token to the Reading Railroad." + "Unos turnos de Monopoly después, Akarsha mueve su token de sombrero al Ferrocarril Reading." + +# game/1_akarsha.rpy:840 +translate spanish momTexts_31155dc5: + + # Akarsha "Whose is this?" + Akarsha "¿De quién es esto?" + +# game/1_akarsha.rpy:843 +translate spanish momTexts_5689b46e: + + # Diya "Mine." + Diya "Mio." + +# game/1_akarsha.rpy:846 +translate spanish momTexts_5cbdf37f: + + # Akarsha "Diya, bromie, please...I have a starving family and eight children at home..." + Akarsha "Diya, compis, porfavor...Tengo una familia con hambre y ocho niños en casa..." + +# game/1_akarsha.rpy:849 +translate spanish momTexts_87204c2f: + + # Diya "$25. Hand it over." + Diya "$25. Pásamelos." + +# game/1_akarsha.rpy:852 +translate spanish momTexts_41f9d7a5: + + # Akarsha "You're murdering the babes, Diya! How about $24? Just one dollar can save a life..." + Akarsha "¡Estás asesinando a los bebés, Diya! ¿Qué te parece $24? Sólo un dólar puede salvar una vida..." + +# game/1_akarsha.rpy:855 +translate spanish momTexts_61bf8e26: + + # Min "I like how since we found out it's possible to not pay rent, this turned into Akarsha begging and haggling with everyone to not charge her." + Min "Me gusta como desde que nos dimos cuenta de que es posible no pagar renta, Akarsha se puso a rogar y a regatear con todos para que no le cobren." + +# game/1_akarsha.rpy:858 +translate spanish momTexts_97182f87: + + # Akarsha "Wait, Diya, I'll roll you for it. Double or nothing." + Akarsha "Espera, Diya, te lo apuesto a un tiro de dado. Doble o nada." + +# game/1_akarsha.rpy:861 +translate spanish momTexts_dd445e50: + + # Noelle "So now this is a casino?" + Noelle "¿Así que esto es un casino ahora?" + +# game/1_akarsha.rpy:863 +translate spanish momTexts_fe9d19ad: + + # "Diya assesses the thick stack of Monopoly money she's accumulated from not having to pay rent on Min's properties." + "Diya evalúa el grueso montón de dinero de Monopoly que ha acumulado por no tener que pagar renta en las propiedades de Min." + +# game/1_akarsha.rpy:865 +translate spanish momTexts_40f2fbcf: + + # Diya "Okay. I'll try my luck." + Diya "Ok. Probaré mi suerte." + +# game/1_akarsha.rpy:868 +translate spanish momTexts_0744f569: + + # "Diya shakes the dice in her hands and drops them onto the board with a clatter. She got..." + "Diya agita los dados en su mano y los suelta en el tablero con estrépito. Obtuvo..." + +# game/1_akarsha.rpy:872 +translate spanish momTexts_1e120294: + + # Diya "[diyaRandomNum]." + Diya "[diyaRandomNum]." + +# game/1_akarsha.rpy:875 +translate spanish momTexts_ff69cb56: + + # AkarshaT "[diyaRandomNum]...There's no way I'll lose to that!" + AkarshaT "[diyaRandomNum]...¡No hay manera de que pierda contra eso!" + +# game/1_akarsha.rpy:879 +translate spanish momTexts_1e120294_1: + + # Diya "[diyaRandomNum]." + Diya "[diyaRandomNum]." + +# game/1_akarsha.rpy:882 +translate spanish momTexts_9f43c753: + + # AkarshaT "[diyaRandomNum]?! That's gonna be tough to beat..." + AkarshaT "¡¿[diyaRandomNum]?! Eso va a ser difícil de superar..." + +# game/1_akarsha.rpy:885 +translate spanish momTexts_1e120294_2: + + # Diya "[diyaRandomNum]." + Diya "[diyaRandomNum]." + +# game/1_akarsha.rpy:888 +translate spanish momTexts_aa9e94e1: + + # AkarshaT "Yee, [diyaRandomNum]'s not too bad. I got this!" + AkarshaT "Seh, [diyaRandomNum] no esta tan mal. ¡Lo tengo!" + +# game/1_akarsha.rpy:898 +translate spanish momTexts_54666607: + + # "Holding her breath, Akarsha rolls the dice..." + "Conteniendo la respiración, Akarsha lanza los dados..." + +# game/1_akarsha.rpy:901 +translate spanish momTexts_aaf3b7e1: + + # Akarsha "[akarshaRandomNum]! WINNER!!!!" with sshake + Akarsha "¡[akarshaRandomNum]! ¡¡¡¡GANA!!!!" with sshake + +# game/1_akarsha.rpy:904 +translate spanish momTexts_17cf63b0: + + # Diya "..." + Diya "..." + +# game/1_akarsha.rpy:907 +translate spanish momTexts_b9ed7532: + + # Akarsha "I live another day!" + Akarsha "¡Viviré para ver otra mañana!" + +# game/1_akarsha.rpy:912 +translate spanish momTexts_74efd57f: + + # Akarsha "[akarshaRandomNum]...Alas......." + Akarsha "[akarshaRandomNum]...Desafortunado......." + +# game/1_akarsha.rpy:915 +translate spanish momTexts_7b89031a: + + # Diya "!!" + Diya "¡¡!!" + +# game/1_akarsha.rpy:917 +translate spanish momTexts_b18b84e4: + + # Diya "$50. Fork it over." + Diya "$50. Pasa pa' acá." + +# game/1_akarsha.rpy:920 +translate spanish momTexts_43dd7f7e: + + # Akarsha "I'll have you know little Timmy died of starvation last night 'cause of you." + Akarsha "Te haré saber que el pequeño Timmy murió de inanición anoche por tu culpa." + +# game/1_akarsha.rpy:922 +translate spanish momTexts_db5ded8b: + + # Akarsha "His ghost is now haunting you..." + Akarsha "Su fantasma ahora te va a acechar..." + +# game/1_akarsha.rpy:925 +translate spanish momTexts_78aa11e4: + + # Diya "Okay. Sure." + Diya "Ok. Claro." + +# game/1_akarsha.rpy:928 +translate spanish momTexts_6591b967: + + # Akarsha "OooOOooOoO...Why did you kill me when I'm only a small child?" + Akarsha "OooOOooOoO...¿Por qué me mataste si solo soy un niño pequeño?" + +# game/1_akarsha.rpy:933 +translate spanish momTexts_140ada33: + + # Noelle "You're so annoying. I hope your next turn kills you." + Noelle "Eres tan molesta. Espero que tu próximo turno te mate." + +# game/1_akarsha.rpy:936 +translate spanish momTexts_7f5d0445: + + # Akarsha "If I'm so annoying, why do you keep hanging out with me?" + Akarsha "Si soy tan molesta, ¿por qué sigues pasando el tiempo conmigo?" + +# game/1_akarsha.rpy:939 +translate spanish momTexts_cbc6f5e6: + + # Noelle "Because I love to watch you fail." + Noelle "Porque amo verte fallar." + +# game/1_akarsha.rpy:941 +translate spanish momTexts_2402d5ed: + + # "It's Noelle's turn. She rolls a 12." + "Es el turno de Noelle. Ella obtiene un 12." + +# game/1_akarsha.rpy:942 +translate spanish momTexts_61d2da08: + + # "Noelle only moves her iron token a couple spaces before she starts to lose it. That's how Akarsha knows she's landed on Boardwalk." + "Noelle mueve su token de plancha un par de espacios antes de perder la compostura. Así es como Akarsha sabe que ella cayó en el Muelle." + +# game/1_akarsha.rpy:944 +translate spanish momTexts_7e9409bf: + + # Akarsha "Uh oh...Spaghetti-O's..." + Akarsha "Oh oh...Spaghetti-O's..." + +# game/1_akarsha.rpy:948 +translate spanish momTexts_ae2d2d62: + + # Noelle "SHUT UP! YOU DON'T NEED TO RUB IT IN!!!!" with sshake + Noelle "¡CÁLLATE! ¡¡¡¡NO TIENES QUE RESTREGÁRMELO EN LA CARA!!!!" with sshake + +# game/1_akarsha.rpy:950 +translate spanish momTexts_103ee0e7: + + # "She nearly knocks over all the houses Akarsha's piled up on the space as she slams her token down." + "Ella casi derriba todas las casas que Akarsha amontonó en el espacio al estrellar su ficha en el tablero." + +# game/1_akarsha.rpy:952 +translate spanish momTexts_026615b1: + + # Noelle "How much is it?" + Noelle "¿Cuánto es?" + +# game/1_akarsha.rpy:955 +translate spanish momTexts_7e06a8ca: + + # Akarsha "Oh, only $1700." + Akarsha "Ah, solo $1700." + +# game/1_akarsha.rpy:957 +translate spanish momTexts_98e4afbe: + + # "To Akarsha's amazement, Noelle dissolves into laughter on the couch — actual, honest-to-god laughter." + "Para la sorpresa de Akarsha, Noelle se echa a reír en el sofá — risa honesta, de verdad." + +# game/1_akarsha.rpy:959 +translate spanish momTexts_84d659ea: + + # AkarshaT "Dang! I gotta figure out how to do that again!" + AkarshaT "¡Vaya! ¡Necesito adivinar como hacer eso devuelta!" + +# game/1_akarsha.rpy:975 +translate spanish momDad_d75361d9: + + # "As Min rolls next, Akarsha hears the sound of the front door opening." + "Mientras Min sigue a continuación, Akarsha escucha el sonido de la puerta principal abriéndose." + +# game/1_akarsha.rpy:977 +translate spanish momDad_7b593ca4: + + # Akarsha "Oh, they're finally back from Taekwondo!" + Akarsha "Oh, ¡finalmente han vuelto del Taekwondo!" + +# game/1_akarsha.rpy:981 +translate spanish momDad_d1df7e00: + + # "Her little brother runs into the living room, wildly swinging his new red belt in the air like a whip." + "Su hermano pequeño corre al salón, agitando salvajemente su nuevo cinturón rojo en el aire como si fuera un látigo." + +# game/1_akarsha.rpy:983 +translate spanish momDad_4e00bc81: + + # Pratik "HOWL, ZABIMARU!" with sshake + Pratik "¡AÚLLA, ZABIMARU!" with sshake + +# game/1_akarsha.rpy:984 +translate spanish momDad_3dc2671d: + + # "He flails his red belt, whapping the floor, couch, and everything else within a three foot radius of him." + "Zarandea su cinturón rojo, golpeando el piso, el sofá, y todo lo demás en el radio de un metro a la redonda." + +# game/1_akarsha.rpy:987 +translate spanish momDad_57e1f106: + + # Akarsha "OW! OW!!!" with sshake + Akarsha "¡AUCH! ¡¡¡¡AUCH!!!" with sshake + +# game/1_akarsha.rpy:989 +translate spanish momDad_300eecf5: + + # AkarshaT "This is my bro Pratik. He's basically me but a guy." + AkarshaT "Este es mi hermano Pratik. Él es básicamente yo pero hombre." + +# game/1_akarsha.rpy:992 +translate spanish momDad_61be7309: + + # Noelle "I see you passed your \"test\"..." + Noelle "Veo que pasaste tu \"prueba\"..." + +# game/1_akarsha.rpy:994 +translate spanish momDad_8d5277a5: + + # "A voice booms through the house from the garage." + "Una voz se retumba por la casa desde el garaje." + +# game/1_akarsha.rpy:995 +translate spanish momDad_691a2479: + + # Dad "{i}BETI!!!{/i} HELP CARRY GROCERIES IN!!!" with sshake + Dad "{i}¡¡¡BETI!!!{/i} ¡¡¡AYUDA A ENTRAR LAS COMPRAS!!!" with sshake + +# game/1_akarsha.rpy:996 +translate spanish momDad_5967b40b: + + # Dad "WE STOPPED BY COSTCO AND BOUGHT NACHOS FOR THE PARTY!!" + Dad "¡¡PASAMOS AL COSTCO Y COMPRAMOS NACHOS PARA LA FIESTA!!" + +# game/1_akarsha.rpy:998 +translate spanish momDad_003c941f: + + # Akarsha "YEH!!!!" + Akarsha "¡¡¡¡VALEH!!!!" + +# game/1_akarsha.rpy:1002 +translate spanish momDad_0865178c: + + # Noelle "Should we help?" + Noelle "¿Deberíamos ayudar?" + +# game/1_akarsha.rpy:1004 +translate spanish momDad_3f321ace: + + # Akarsha "Nah, he's talkin' to me. Be my guest!! Relax!!!" + Akarsha "Nah, me está hablando a mí. ¡¡Sean mis invitadas!! ¡¡¡Relájense!!!" + +# game/1_akarsha.rpy:1007 +translate spanish momDad_8b7bb7ea: + + # Noelle "No, I insist. It is my birthday you're going through the trouble for." + Noelle "No, insisto. Es mi cumpleaños por el que te estás tomando la molestia." + +# game/1_akarsha.rpy:1009 +translate spanish momDad_e206f6a1: + + # Akarsha "Fine, hard to argue with that...Frenchman, let's go!" + Akarsha "Bueno, difícil discutir con eso...francesa, ¡vamos!" + +# game/1_akarsha.rpy:1013 +translate spanish momDad_18a3117f: + + # "Akarsha hastily stuffs her socked feet into her mom's sandals and waddles into the garage with Noelle in tow." + "Akarsha mete sus pies con calcetines en las sandalias de su madre y se dirige al garaje con Noelle a su espalda." + +# game/1_akarsha.rpy:1015 +translate spanish momDad_0d4d2e99: + + # Noelle "Is Pratik your only sibling?" + Noelle "¿Pratik es tu único hermano?" + +# game/1_akarsha.rpy:1017 +translate spanish momDad_bf3d3c37: + + # Akarsha "Naw, I have a big sis too." + Akarsha "Nah, tengo una hermana mayor también." + +# game/1_akarsha.rpy:1019 +translate spanish momDad_e66068e3: + + # Akarsha "But she's like, way, way older. She's in medical school already." + Akarsha "Pero ella es como, mucho, mucho mayor. Ya está en la escuela médica ahora." + +# game/1_akarsha.rpy:1022 +translate spanish momDad_f845f88e: + + # Noelle "That {i}is{/i} a lot older." + Noelle "Eso {i}si{/i} es bastante mayor." + +# game/1_akarsha.rpy:1024 +translate spanish momDad_d12b703c: + + # Akarsha "I was definitely an accident. But I think I was so awesome that it reminded my parents how cool kids are, and then they made my bro on purpose." + Akarsha "Definitivamente fui un accidente. Pero creo que fui tan increíble que le recordé a mis padres lo genial que son los niños, entonces hicieron a mi hermano a propósito." + +# game/1_akarsha.rpy:1027 +translate spanish momDad_640ede9a: + + # Noelle "That. Is FAR too much information." with sshake + Noelle "Eso. Es DEMASIADA información." with sshake + +# game/1_akarsha.rpy:1029 +translate spanish momDad_60b4e8e5: + + # Noelle "So your sister intends to become a doctor?" + Noelle "¿Así que tu hermana quiere ser doctora?" + +# game/1_akarsha.rpy:1031 +translate spanish momDad_8ed35b73: + + # Akarsha "A {i}neurosurgeon{/i}." + Akarsha "Una {i}neurocirujana{/i}." + +# game/1_akarsha.rpy:1032 +translate spanish momDad_b60ad5bb: + + # Akarsha "Like, good for her, but it's almost kinda frustrating how perfect she turned out. She's just as bad as you." + Akarsha "Onda, bien por ella, pero es hasta frustrante lo perfecta que salió. Esta casi tan mal como tú." + +# game/1_akarsha.rpy:1033 +translate spanish momDad_f82158cb: + + # Akarsha "I can't even say my parents have unrealistic expectations 'cause my sister actually met them." + Akarsha "Ni siquiera puedo decir que mis padres tienen expectativas surrealistas porque mi hermana si las logro cumplir." + +# game/1_akarsha.rpy:1036 +translate spanish momDad_f3cb4622: + + # "Akarsha's dad walks over from the trunk of the minivan with an armful of groceries." + "El padre de Akarsha sale del maletero de la minivan con el brazo lleno de compras." + +# game/1_akarsha.rpy:1038 +translate spanish momDad_45d4fd65: + + # AkarshaT "Oh god, what is he wearing?!" + AkarshaT "Oh dios, ¡¿Qué lleva puesto?!" + +# game/1_akarsha.rpy:1041 +translate spanish momDad_6805d516: + + # Dad "Hoo hoo! So this is the birthday girl." + Dad "¡Jo jo! Así que esta es la cumpleañera." + +# game/1_akarsha.rpy:1042 +translate spanish momDad_ff826ff4: + + # Dad "Thanks god you are here." + Dad "Gracias dios que estás aquí." + +# game/1_akarsha.rpy:1044 +translate spanish momDad_6b51bc1b: + + # AkarshaT "My dad always says \"Thanks god\" instead of \"Thank god\". I dunno why..." + AkarshaT "Mi papá siempre dice \"Gracias dios\" en vez de \"Gracias a dios\". No sé por qué..." + +# game/1_akarsha.rpy:1047 +translate spanish momDad_5bbe5c6e: + + # Noelle "Well...It's my surprise party, so I don't have much choice in the matter." + Noelle "Bueno...Es mi fiesta sorpresa, así que no tengo mucho que decir en el tema." + +# game/1_akarsha.rpy:1049 +translate spanish momDad_f3bbb5fd: + + # Dad "Akarsha said you don't like surprises, so you might go home already." + Dad "Akarsha dijo que no te gustan las sorpresas, así que ya podrías irte a casa." + +# game/1_akarsha.rpy:1050 +translate spanish momDad_c2b8a584: + + # Dad "Like my co-worker Carrot last week. When we threw her a retirement party, she only stayed for half an hour." + Dad "Como mi compañera de trabajo la semana pasada, Carrot. Le organizamos una fiesta de jubilación, y solo se quedó por media hora." + +# game/1_akarsha.rpy:1052 +translate spanish momDad_23b34a46: + + # Noelle "Your co-worker is called \"Carrot\"...?" + Noelle "¿Tu compañera de trabajo se llama \"Carrot\"...?" + +# game/1_akarsha.rpy:1054 +translate spanish momDad_1c898c49: + + # Akarsha "Dad, her name is {i}Karen.{/i} I really hope you weren't calling her that at the office." + Akarsha "Papá, su nombre es {i}Karen.{/i} De verdad espero que no la hayas llamado así en la oficina." + +# game/1_akarsha.rpy:1057 +translate spanish momDad_a2dade56: + + # "Akarsha's dad tries to clear a path through the heap of shoes by the garage door. Meanwhile, Akarsha and Noelle each grab a couple grocery bags from the trunk." + "El padre de Akarsha intenta hacerse camino entre el montón de zapatos por la puerta del garaje. Mientras tanto, Akarsha y Noelle agarran un par de bolsas cada una." + +# game/1_akarsha.rpy:1059 +translate spanish momDad_1e015eac: + + # Noelle "Your dad looks very...patriotic." + Noelle "Tu padre se ve muy...patriótico." + +# game/1_akarsha.rpy:1061 +translate spanish momDad_66054d9b: + + # Akarsha "Yeah, he thinks being American is really cool so he likes to buy stuff with eagles and flags on it sometimes." + Akarsha "Sí, piensa que ser Estadounidense es super genial así que le gusta comprar cosas con águilas y banderas en ellas a veces." + +# game/1_akarsha.rpy:1063 +translate spanish momDad_59fd0c45: + + # Noelle "I see...Is he really into politics?" + Noelle "Ya veo...¿Está muy metido en la política?" + +# game/1_akarsha.rpy:1065 +translate spanish momDad_1e703323: + + # Akarsha "No, my parents don't know anything about politics." + Akarsha "No, mis padres no saben nada de política." + +# game/1_akarsha.rpy:1066 +translate spanish momDad_0d2d11ae: + + # Akarsha "Every election they have one of them vote for the Republican candidate while the other votes for the Democrat, so they cancel each other out." + Akarsha "En cada elección hacen que uno vote por el candidato Republicano mientras el otro vota por el Demócrata, así que se cancelan el uno al otro." + +# game/1_akarsha.rpy:1069 +translate spanish momDad_74b5c27c: + + # Noelle "Why do they bother voting if they don't care who wins?" + Noelle "¿Por qué molestarse con votar si no les importa quien gane?" + +# game/1_akarsha.rpy:1071 +translate spanish momDad_5e7b874e: + + # Akarsha "They just wanna feel included, I guess? It's pretty silly." + Akarsha "¿Ellos solo se quieren sentir incluidos, supongo? Es bastante ridículo." + +# game/1_akarsha.rpy:1074 +translate spanish momDad_23b7ddb3: + + # "Akarsha's mom smiles at Noelle as she steps out from the passenger seat." + "La madre de Akarsha le sonríe a Noelle mientras ella se baja del asiento de pasajero." + +# game/1_akarsha.rpy:1076 +translate spanish momDad_89885e8b: + + # AkarshaT "Oh my god. She was sitting in the car the whole time fixing her hair and reapplying her lipstick..." + AkarshaT "Oh dios mío. Ella estuvo sentada en el auto todo este tiempo arreglándose el pelo y pintándose los labios..." + +# game/1_akarsha.rpy:1077 +translate spanish momDad_519660ed: + + # AkarshaT "No one cares, Mom!" + AkarshaT "¡A nadie le importa, Mamá!" + +# game/1_akarsha.rpy:1079 +translate spanish momDad_e667a573: + + # Mom "I'm sorry we're late. We thought we'd be back before everyone came." + Mom "Lo siento que estemos tarde. Pensamos que estaríamos devuelta antes de que lleguen todos." + +# game/1_akarsha.rpy:1082 +translate spanish momDad_3c9388df: + + # Dad "It's that stupid GPS's fault. It wanted us to go on all these strange routes." + Dad "Es la culpa de ese estúpido GPS. Nos quería llevar por todas estas rutas extrañas." + +# game/1_akarsha.rpy:1084 +translate spanish momDad_871a9493: + + # Mom "If you'd just followed its directions all the way, it probably would've been faster." + Mom "Con solo seguir las direcciones todo el camino, hubieras llegado aquí mucho antes." + +# game/1_akarsha.rpy:1086 +translate spanish momDad_6a3b92b6: + + # Dad "No, I could predict there would be traffic on the 680. I would know, I've lived here for twenty years." + Dad "No, pude predecir que iba a haber tráfico en la 680. Lo podía saber, he vivido aquí por 20 años." + +# game/1_akarsha.rpy:1087 +translate spanish momDad_75908bec: + + # Dad "Speaking of driving, I have a great idea for an invention." + Dad "Hablando de manejar, tengo una gran idea para un invento." + +# game/1_akarsha.rpy:1088 +translate spanish momDad_5749d8e7: + + # Dad "Cars should zap bad drivers." + Dad "Los autos deberían electrocutar a los malos conductores." + +# game/1_akarsha.rpy:1090 +translate spanish momDad_c9a80783: + + # Noelle ".......Zap? As in, with electricity?" + Noelle ".......¿Electrocutar? Así como, ¿con electricidad?" + +# game/1_akarsha.rpy:1092 +translate spanish momDad_0e67dbc6: + + # Dad "Just through the steering wheel. Not enough to kill them, but enough to hurt." + Dad "Solo a través del manubrio. No lo suficiente como para matarlos, pero lo suficiente para que duela." + +# game/1_akarsha.rpy:1095 +translate spanish momDad_1f4b416e: + + # Dad "Steal my parking spot...\"EeeeYAHHH!!!\"" with sshake + Dad "Robame el estacionamiento...\"EeeeYAHHH!!!\"" with sshake + +# game/1_akarsha.rpy:1096 +translate spanish momDad_fca7eb89: + + # "Akarsha's dad mimes being shocked with electricity." + "El padre de Akarsha finge ser electrocutado con electricidad." + +# game/1_akarsha.rpy:1098 +translate spanish momDad_e5b5e819: + + # Mom ".........." + Mom ".........." + +# game/1_akarsha.rpy:1100 +translate spanish momDad_a6c851d3: + + # Akarsha "Dad, oh my god! Stop it!" + Akarsha "Papá, ¡dios mío! ¡Para!" + +# game/1_akarsha.rpy:1103 +translate spanish momDad_bf0f974f: + + # Noelle "With all due respect, that sounds like a terrible idea." + Noelle "Con todo el respeto, eso suena como una idea terrible." + +# game/1_akarsha.rpy:1105 +translate spanish momDad_08d79703: + + # Dad "But everyone would learn so fast." + Dad "Pero todos aprenderían muy rápido." + +# game/1_akarsha.rpy:1106 +translate spanish momDad_8e56fdaa: + + # Dad "Hasn't Akarsha told you I'm a genius? Her smarts run in the family." + Dad "¿No te dijo Akarsha que soy un genio? Su inteligencia pasa por toda la familia." + +# game/1_akarsha.rpy:1107 +translate spanish momDad_335fef9d: + + # Dad "I should patent my car zapper along with my telephone idea." + Dad "Debería patentar mi zapper para auto junto con mi idea para un teléfono." + +# game/1_akarsha.rpy:1109 +translate spanish momDad_7b40a74c: + + # Noelle "Telephone idea?" + Noelle "¿Idea para un teléfono?" + +# game/1_akarsha.rpy:1111 +translate spanish momDad_07f06c24: + + # Akarsha "It's the same thing except the telephone shocks telemarketers." + Akarsha "Es lo mismo solo que el teléfono electrocuta a los del telemarketing." + +# game/1_akarsha.rpy:1114 +translate spanish momDad_5b7709e4: + + # Noelle "I'm dubious the patent office will approve either of those." + Noelle "Dudo que la oficina de patentes apruebe alguna de las dos." + +# game/1_akarsha.rpy:1116 +translate spanish momDad_c3c7b6c0: + + # Dad "What, don't you think it's a great idea?" + Dad "Que, ¿no crees que es una buena idea?" + +# game/1_akarsha.rpy:1118 +translate spanish momDad_c9fd95e3: + + # Dad "\"Hello, will you buy our product? OOoouughh!!!\"" with sshake + Dad "\"Hola, ¿quieres comprar nuestro producto? ¡¡¡OOoouughh!!!\"" with sshake + +# game/1_akarsha.rpy:1120 +translate spanish momDad_91b05c90: + + # "Akarsha's dad shakes his arm as if being shocked again as he walks into the house." + "El padre de Akarsha sacude su brazo como si estuviera siendo electrocutado devuelta mientras entra a la casa." + +# game/1_akarsha.rpy:1122 +translate spanish momDad_901d88d0: + + # Mom "What's wrong with you..." + Mom "Qué es lo que te pasa..." + +# game/1_akarsha.rpy:1125 +translate spanish momDad_4447bb90: + + # "Akarsha's mom follows him inside with an exasperated expression on her face." + "La madre de Akarsha lo sigue adentro con una expresión exasperada en su cara." + +# game/1_akarsha.rpy:1127 +translate spanish momDad_5147b169: + + # Akarsha "Finally they're gone! I thought I was gonna die of embarassment..." + Akarsha "¡Finalmente se han ido! Pensé que iba a morir de la vergüenza..." + +# game/1_akarsha.rpy:1130 +translate spanish momDad_659b419b: + + # "Noelle is still staring after Akarsha's dad, fascinated." + "Noelle todavía sigue mirando donde estaba el padre de Akarsha, fascinada." + +# game/1_akarsha.rpy:1132 +translate spanish momDad_bfce3e69: + + # Noelle "Your dad is such a character. He's so outgoing." + Noelle "Tu papá es todo un personaje. Qué extrovertido." + +# game/1_akarsha.rpy:1134 +translate spanish momDad_2156a3c9: + + # Akarsha "Oh yeah, he loves talking SO much. He never shuts up." + Akarsha "Ah si, le encanta DEMASIADO hablar. Nunca se calla." + +# game/1_akarsha.rpy:1138 +translate spanish momDad_29279d14: + + # Noelle "I feel like this explains a lot about you..." + Noelle "Siento que esto explica bastante de ti..." + +# game/1_akarsha.rpy:1140 +translate spanish momDad_f835a73a: + + # Akarsha "Really? Like what?" + Akarsha "¿De veras? ¿Cómo qué?" + +# game/1_akarsha.rpy:1143 +translate spanish momDad_9fd139a4: + + # Noelle "I see where you get your sense of humor from now." + Noelle "Ya veo de donde sacaste tu sentido del humor ahora." + +# game/1_akarsha.rpy:1145 +translate spanish momDad_3a714793: + + # Akarsha "Huh? No, my jokes are TOTALLY different!" + Akarsha "¿Eh? No, ¡mis chistes son TOTALMENTE distintos!" + +# game/1_akarsha.rpy:1148 +translate spanish momDad_f53a8846: + + # Noelle "You can't deny there are some similarities." + Noelle "No puedes negar que hay algunas similitudes." + +# game/1_akarsha.rpy:1149 +translate spanish momDad_5e639cc2: + + # Noelle "From my observation, parents have a lot of influence on their kids' personalities." + Noelle "Desde mi observación, los padres tienen un montón de influencia sobre la personalidad de sus hijos." + +# game/1_akarsha.rpy:1151 +translate spanish momDad_c3871cc3: + + # Akarsha "No way, I'm way funnier than my dad!" + Akarsha "No hay manera, ¡soy mucho más graciosa que mi papá!" + +# game/1_akarsha.rpy:1153 +translate spanish momDad_129f7336: + + # Akarsha "I'm an enigma. You'll never figure me out." + Akarsha "Soy un enigma. Nunca me vas a descifrar." + +# game/1_akarsha.rpy:1156 +translate spanish momDad_a9f82919: + + # Noelle "Actually, I think I already have." + Noelle "De hecho, creo que ya lo hice." + +# game/1_akarsha.rpy:1157 +translate spanish momDad_804e4ece: + + # Noelle "For instance, your worst fear is earnestly trying at something and failing." + Noelle "Por ejemplo, tu peor miedo es intentar algo con empeño y fracasar." + +# game/1_akarsha.rpy:1158 +translate spanish momDad_a66baa74: + + # Noelle "So even though you're perfectly intelligent, you use your goofy disposition to premptively make a fool of yourself on purpose." + Noelle "Así que a pesar de ser perfectamente inteligente, utilizas tu bobo carácter para prematuramente hacer el ridículo a propósito." + +# game/1_akarsha.rpy:1160 +translate spanish momDad_a22bcd4e: + + # Akarsha "I do not?? Give me an example." + Akarsha "¿¿No lo hago?? Dame un ejemplo." + +# game/1_akarsha.rpy:1163 +translate spanish momDad_356a7452: + + # Noelle "When we play Monopoly you sink all your funds into Boardwalk. When we play poker you eat your cards." + Noelle "Cuando jugamos Monopoly inviertes todos tus fondos en el Muelle. Cuando jugamos poker te comes todas tus cartas." + +# game/1_akarsha.rpy:1164 +translate spanish momDad_7a5067a7: + + # Noelle "When we play baseball you clutch your head and claim you're having a \"psychic brain attack\"." + Noelle "Cuando jugamos béisbol te agarras la cabeza y dices que tienes un \"ataque psíquico cerebral\"." + +# game/1_akarsha.rpy:1166 +translate spanish momDad_e0fdbf90: + + # Akarsha "Hey, I just like providing fun for the whole family." + Akarsha "Ey, a mi solo me gusta ofrecer diversión para toda la familia." + +# game/1_akarsha.rpy:1169 +translate spanish momDad_ccda6724: + + # Noelle "I doubt that's it. This extends to every facet of how you present yourself to the world." + Noelle "Dudo que ese sea el caso. Esto se extiende a cada faceta de como te presentas al mundo." + +# game/1_akarsha.rpy:1170 +translate spanish momDad_d6f50466: + + # Noelle "You're insecure about your appearance, so you go out in this outlandish hairdo with this windbreaker and flip-flops outfit." + Noelle "Eres insegura de tu apariencia, así que sales a la calle con un peinado extravagante con este conjunto de un cortavientos y sandalias." + +# game/1_akarsha.rpy:1171 +translate spanish momDad_a7897c02: + + # Noelle "You're worried people won't like you, so you act like a circus clown." + Noelle "Te preocupa que no le agrades a la gente, así que actúas como un payaso de circo." + +# game/1_akarsha.rpy:1172 +translate spanish momDad_8ad66713: + + # Noelle "Rather than risk rejection, you set yourself up for failure to feel in control of the situation." + Noelle "A cambio de arriesgar el rechazo, te preparas para el fracaso para sentirte en control de la situación." + +# game/1_akarsha.rpy:1174 +translate spanish momDad_4e186cf3: + + # AkarshaT "What the...I feel weirdly exposed??" with sshake + AkarshaT "Pero qué...¿¿Me siento extrañamente expuesta??" with sshake + +# game/1_akarsha.rpy:1176 +translate spanish momDad_739ec9d8: + + # Akarsha "You're one to talk about fear of failure, Miss \"I Argue With the Teacher That My Multiple Choice Answer Was Technically ALSO Right\"." + Akarsha "Eres alguien como para hablar de fracaso, Señorita \"Discuto Con La Profesora Que Mi Respuesta A La Opción Multiple TAMBIÉN Está Correcta\"." + +# game/1_akarsha.rpy:1179 +translate spanish momDad_c5155d77: + + # Noelle "I would contend that makes me more adept at sensing that trait in others." + Noelle "Yo diría que eso me hace más hábil en reconocer ese aspecto en otros." + +# game/1_akarsha.rpy:1180 +translate spanish momDad_4a59f5da: + + # "Sweating profusely, Akarsha lets out a nervous laugh..." + "Sudando profusamente, Akarsha deja salir una risa nerviosa..." + +# game/1_akarsha.rpy:1182 +translate spanish momDad_830a26ea: + + # AkarshaT "Her read on me is scarily accurate?! No one's ever seen through me like this before!" + AkarshaT "¡¿Su análisis de mi es aterradoramente preciso?! ¡Nadie había visto a través de mí así antes!" + +# game/1_akarsha.rpy:1183 +translate spanish momDad_ce7f34c2: + + # AkarshaT "How much attention is she paying to me??" + AkarshaT "¿¿Cuanta atención me esta dando??" + +# game/1_akarsha.rpy:1184 +translate spanish momDad_fb017e75: + + # AkarshaT "Usually you don't watch someone that closely unless you like them." + AkarshaT "Usualmente no observas a nadie así de cerca a menos que le gustes." + +# game/1_akarsha.rpy:1186 +translate spanish momDad_99b5f327: + + # AkarshaT "Unless...???" with sshake + AkarshaT "¿¿¿A no ser...???" with sshake + +# game/1_akarsha.rpy:1189 +translate spanish momDad_423f976c: + + # "Akarsha watches Noelle closely as they haul the food inside." + "Akarsha observa atentamente a Noelle mientras transportan las compras adentro." + +# game/1_akarsha.rpy:1190 +translate spanish momDad_8717b294: + + # "She can't help but grin as Noelle ascends the garage's concrete steps with the grace of a vacuum cleaner." + "No puede evitar sonreír mientras Noelle asciende los escalones de concreto del garaje con la agilidad de una aspiradora." + +# game/1_akarsha.rpy:1191 +translate spanish momDad_693acef7: + + # "Suddenly, Noelle turns to her and gives her an unreadable look." + "De repente, Noelle se gira hacia ella y le da una mirada ilegible." + +# game/1_akarsha.rpy:1193 +translate spanish momDad_d61ce29e: + + # Noelle "......" + Noelle "......" + +# game/1_akarsha.rpy:1195 +translate spanish momDad_cce84401: + + # Akarsha "What?" + Akarsha "¿Qué?" + +# game/1_akarsha.rpy:1197 +translate spanish momDad_d77bbf73: + + # "Akarsha's heart skips a beat as Noelle reaches out to her windbreaker sleeve and plucks something from the fabric." + "El corazón de Akarsha se vuelca cuando Noelle lleva la mano a la manga de su cortavientos y arranca algo de la tela." + +# game/1_akarsha.rpy:1199 +translate spanish momDad_e8d3716e: + + # Noelle "There was a grain of rice stuck to your jacket. It was bothering me." + Noelle "Había un grano de arroz pegado a tu chaqueta. Me estaba molestando." + +# game/1_akarsha.rpy:1200 +translate spanish momDad_797b59d1: + + # "Noelle holds up the offending grain of rice between her fingers." + "Noelle sostiene el grano de arroz infractor entre los dedos." + +# game/1_akarsha.rpy:1202 +translate spanish momDad_b04c5845: + + # Akarsha "Oh, that's an accessory. Put it back." + Akarsha "Ah, eso es un accesorio. Ponlo devuelta." + +# game/1_akarsha.rpy:1206 +translate spanish momDad_fdecab62: + + # "Akarsha feels a jolt of euphoria as Noelle rolls her eyes and lets the corner of her mouth quirk up for the briefest moment." + "Akarsha siente una descarga de euforia mientras Noelle gira los ojos y deja que la esquina de sus labios se levante por un breve momento." + +# game/1_akarsha.rpy:1208 +translate spanish momDad_1a48b0f6: + + # AkarshaT "Ah, shit...No..." with sshake + AkarshaT "Ah, mierda...No..." with sshake + +# game/1_akarsha.rpy:1209 +translate spanish momDad_5a7891ea: + + # AkarshaT "Not this shit again...Nooooo......." with sshake + AkarshaT "No esta mierda denuevo...Nooooo......." with sshake + +# game/1_akarsha.rpy:1225 +translate spanish reportCard_d394a6b6: + + # "Akarsha daydreams about Noelle as she uses one of the library's computers." + "Akarsha sueña despierta con Noelle mientras utiliza uno de los computadores de la biblioteca." + +# game/1_akarsha.rpy:1227 +translate spanish reportCard_8a8e0515: + + # AkarshaT "I'm so fucked. I can't stop thinking about her..." + AkarshaT "Estoy tan jodida. No puedo parar de pensar en ella..." + +# game/1_akarsha.rpy:1229 +translate spanish reportCard_089ebc99: + + # AkarshaT "We haven't even known each other for a whole year yet, but she already knows so much about me..." + AkarshaT "Ni siquiera nos hemos conocido por un año entero aún, pero ya sabe tanto de mí..." + +# game/1_akarsha.rpy:1230 +translate spanish reportCard_186ed528: + + # AkarshaT "I bet we're closer than a lot of couples who really {i}are{/i} dating!" + AkarshaT "¡Apuesto que somos más cercanas que un montón de parejas que {i}sí{/i} están saliendo!" + +# game/1_akarsha.rpy:1231 +translate spanish reportCard_d235ec27: + + # AkarshaT "She can tell when I'm about to say something annoying before I even open my mouth." + AkarshaT "Puede predecir cuando estoy a punto de decir algo molesto incluso antes de que abra la boca." + +# game/1_akarsha.rpy:1232 +translate spanish reportCard_6b93952b: + + # AkarshaT "She knows I have a big sister, which is like a rare Akarsha fact cuz she's so much older than me." + AkarshaT "Ella sabe que tengo una hermana mayor, lo cual es un dato inusual de mi porque es mucho mayor que yo." + +# game/1_akarsha.rpy:1233 +translate spanish reportCard_3915db1b: + + # AkarshaT "Heck, she's met my parents already...That's a couple-y thing, right??" + AkarshaT "Diablos, hasta conoce a mis padres ya...¿¿Eso es algo de parejas, cierto??" + +# game/1_akarsha.rpy:1236 +translate spanish reportCard_1ab0bdd0: + + # Min "The heck are you doing?" + Min "¿Qué carajo estás haciendo?" + +# game/1_akarsha.rpy:1238 +translate spanish reportCard_092378f2: + + # Akarsha "Gyah!" with sshake + Akarsha "¡Gyah!" with sshake + +# game/1_akarsha.rpy:1240 +translate spanish reportCard_8f4abf06: + + # Akarsha "You scared me!" + Akarsha "¡Me asustaste!" + +# game/1_akarsha.rpy:1243 +translate spanish reportCard_126b0236: + + # Min "I said hi like, twice. You must really be out of it." + Min "Te dije hola como, dos veces. Debes estar realmente fuera de esta realidad." + +# game/1_akarsha.rpy:1245 +translate spanish reportCard_fe2d32ae: + + # Akarsha "I-I was just focused on the computer!" + Akarsha "¡E-Estaba concentrada en el computador!" + +# game/1_akarsha.rpy:1247 +translate spanish reportCard_713e8f10: + + # "Akarsha points to the screen to try to sell her point." + "Akarsha apunta a la pantalla para tratar de defender su punto." + +# game/1_akarsha.rpy:1249 +translate spanish reportCard_63556d05: + + # Akarsha "I'm editing my report card in MS Paint. I intercepted it before my parents checked the mail yesterday." + Akarsha "Estoy editando mi informe de notas en Paint. Lo intercepté antes de que mis padres revisaran el correo ayer." + +# game/1_akarsha.rpy:1251 +translate spanish reportCard_84aea908: + + # Akarsha "Watch this!" + Akarsha "¡Mira esto!" + +# game/1_akarsha.rpy:1253 +translate spanish reportCard_d1c9ced7: + + # "On the computer, Akarsha photoshops her B+ in English into an A-." + "En el computador, Akarsha edita su 70 en Inglés a un 80." + +# game/1_akarsha.rpy:1255 +translate spanish reportCard_1a72b921: + + # Min "A-? Why not just change it to an A+?" + Min "¿80? ¿Por qué no solo cambiarlo a un 100?" + +# game/1_akarsha.rpy:1257 +translate spanish reportCard_75533aa2: + + # Akarsha "Naw, A- is more realistic." + Akarsha "Nah, un 80 es más realista." + +# game/1_akarsha.rpy:1258 +translate spanish reportCard_f3146869: + + # Akarsha "Now I just gotta print this out." + Akarsha "Ahora solo tengo que imprimir esto." + +# game/1_akarsha.rpy:1260 +translate spanish reportCard_8548c193: + + # Akarsha "Don't tell anyone I did this, okay?" + Akarsha "No le digas a nadie que hice esto, ¿ok?" + +# game/1_akarsha.rpy:1263 +translate spanish reportCard_9acc7390: + + # Min "Who do you think I am? Noelle?" + Min "¿Quién crees que soy? ¿Noelle?" + +# game/1_akarsha.rpy:1264 +translate spanish reportCard_6488e183: + + # Min "You're not even changing your actual grades, so you're not REALLY cheating." + Min "Ni siquiera estás cambiando tus notas reales, así que no estas REALMENTE haciendo trampa." + +# game/1_akarsha.rpy:1266 +translate spanish reportCard_6c2de530: + + # Akarsha "You're right...I'm just cheating my parents' brains! Mind hack..." + Akarsha "Tienes razón...¡Solo estoy haciendo trampa en los cerebros de mis padres! Hackeo mental..." + +# game/1_akarsha.rpy:1271 +translate spanish reportCard_9eccf2de: + + # "Akarsha pulls her new and improved report card from the tray. It's still warm from the machinery, like fresh laundry." + "Akarsha saca su nuevo y mejorado informe de la bandeja de la impresora. Todavía está tibio, como ropa recién lavada." + +# game/1_akarsha.rpy:1273 +translate spanish reportCard_3d882072: + + # Akarsha "I'll do your report card too if you give me $20." + Akarsha "Haré tu informe si me das $20." + +# game/1_akarsha.rpy:1276 +translate spanish reportCard_efea0c1d: + + # Min "Nah, can't be bothered. I don't care what my parents think." + Min "Nah, no me puedo molestar. No me importa lo que piensen mis padres." + +# game/1_akarsha.rpy:1278 +translate spanish reportCard_eb254ac7: + + # Akarsha "Wow. You're not worried about disappointing them?" + Akarsha "Vaya. ¿No te preocupa decepcionarlos?" + +# game/1_akarsha.rpy:1281 +translate spanish reportCard_4e950494: + + # Min "Why should I be? They don't seem that worried about disappointing ME." + Min "¿Por qué debería? Ellos no se ven muy preocupados en decepcionarme a MÍ." + +# game/1_akarsha.rpy:1283 +translate spanish reportCard_7f044445: + + # Akarsha "Dude, that's deep..." + Akarsha "Hombre, eso es profundo..." + +# game/1_akarsha.rpy:1288 +translate spanish reportCard_d5472351: + + # AkarshaT "Even though Min gets horrifying grades, she's pretty smart in some other ways." + AkarshaT "Aunque Min tenga calificaciones horribles, es bastante lista en otros aspectos." + +# game/1_akarsha.rpy:1289 +translate spanish reportCard_8f7794b6: + + # AkarshaT "She DID manage to get together with Diya, after all. Maybe she has tips for this kinda thing." + AkarshaT "Ella SÍ se las arregló para salir con Diya, después de todo. Quizás ella tenga consejos para ese tipo de cosas." + +# game/1_akarsha.rpy:1290 +translate spanish reportCard_7f27ae5d: + + # Akarsha "Actually...Can I ask you a question?" + Akarsha "La verdad...¿Puedo hacerte una pregunta?" + +# game/1_akarsha.rpy:1293 +translate spanish reportCard_f4f403e1: + + # Min "Yeah, what?" + Min "Si, ¿qué pasa?" + +# game/1_akarsha.rpy:1295 +translate spanish reportCard_08c826f1: + + # Akarsha "Hypothetically...if you had a crush on a friend, what would you do?" + Akarsha "Hipotéticamente...si te enamoras de una amiga tuya, ¿qué es lo que haces?" + +# game/1_akarsha.rpy:1298 +translate spanish reportCard_532ac4e9: + + # Min "You have a crush?! Who is it?" + Min "¡¿Te gusta alguien?! ¿Quién es?" + +# game/1_akarsha.rpy:1300 +translate spanish reportCard_b5df3a9d: + + # Akarsha "I can't tell you, it's embarrassing!" + Akarsha "No te puedo decir, ¡es vergonzoso!" + +# game/1_akarsha.rpy:1302 +translate spanish reportCard_e9437091: + + # Min "Is it someone I know?" + Min "¿La conozco?" + +# game/1_akarsha.rpy:1304 +translate spanish reportCard_17131380: + + # Akarsha "Seriously, I'm not tellin' you! NO ONE can know." + Akarsha "En serio, ¡no te voy a decir! NADIE puede saber." + +# game/1_akarsha.rpy:1307 +translate spanish reportCard_ec50de6c: + + # Min "Is it Diya??????" + Min "¿¿¿¿¿Acaso es Diya?????" + +# game/1_akarsha.rpy:1309 +translate spanish reportCard_2d96b0b3: + + # Akarsha "WHAT???? No, I'm not trying to get my throat slit by you." with sshake + Akarsha "¿¿¿¿QUÉ???? No, no estoy tratando de que me cortes la garganta." with sshake + +# game/1_akarsha.rpy:1312 +translate spanish reportCard_cdd46e9b: + + # Min "Is it me???" + Min "¿¿¿Soy yo???" + +# game/1_akarsha.rpy:1314 +translate spanish reportCard_c42306dc: + + # Akarsha "No, but no more questions! I'm not exposing myself!" + Akarsha "No, ¡pero no más preguntas! ¡No me voy a exponer!" + +# game/1_akarsha.rpy:1317 +translate spanish reportCard_81492b54: + + # Min "What happened to being a \"love expert\" or whatever when I was trying to kiss Diya?" + Min "¿Qué paso con la \"experta en amor\" o lo que sea cuando estaba tratando de besar a Diya?" + +# game/1_akarsha.rpy:1318 +translate spanish reportCard_096d9044: + + # Min "Why don't you just follow your own shitty advice?" + Min "¿Por qué no sigues tus propios consejos de mierda?" + +# game/1_akarsha.rpy:1320 +translate spanish reportCard_06ef2d91: + + # Akarsha "Admitedly, it's easier said than done..." + Akarsha "Hay que reconocer que es más fácil decirlo que hacerlo." + +# game/1_akarsha.rpy:1323 +translate spanish reportCard_43bf9372: + + # Min "Look, it's exactly like what you guys said when I was on that date. Don't overthink it." + Min "Mira, es exactamente lo que ustedes dijeron cuando yo estaba en esa cita. No le des tantas vueltas." + +# game/1_akarsha.rpy:1324 +translate spanish reportCard_652883b9: + + # Min "Just be straightforward and tell them how you feel." + Min "Solo se directa y diles como te sientes." + +# game/1_akarsha.rpy:1326 +translate spanish reportCard_441a7109: + + # Akarsha "You sure?? They don't feel the same way, this could end up destroying our friendship." + Akarsha "¿¿Estás segura?? Si no sienten lo mismo, eso podría terminar destruyendo nuestra amistad." + +# game/1_akarsha.rpy:1328 +translate spanish reportCard_e6ddad4a: + + # Min "Yeah, just do it." + Min "Sí, solo hazlo." + +# game/1_akarsha.rpy:1329 +translate spanish reportCard_2b0cf7a0: + + # Min "You can even try one of the stupid fucking pickup lines you keep \"practicing\" on my girlfriend." + Min "Incluso puedes intentar una de las jodidamente estúpidas frases para ligar que sigues \"practicando\" con mi novia." + +# game/1_akarsha.rpy:1331 +translate spanish reportCard_43f1ecd7: + + # Akarsha "Okay, okay, I promise I'll stop doing that for real!" + Akarsha "Ok, ok, ¡prometo que dejaré de hacer eso de verdad!" + +# game/1_akarsha.rpy:1333 +translate spanish reportCard_29a4d8a8: + + # Akarsha "I just feel like hitting on my crush directly is a massive risk though..." + Akarsha "Solo siento que ligar directamente con la que me gusta es un riesgo enorme..." + +# game/1_akarsha.rpy:1336 +translate spanish reportCard_61dfb67e: + + # Min "Well, it worked out for me. You'll never know unless you go for it." + Min "Bueno, funcionó para mí. Nunca sabrás hasta que lo intentes." + +# game/1_akarsha.rpy:1342 +translate spanish reportCard_e890ab93: + + # Min "What's the worst thing that could happen? They reject you?" + Min "¿Qué es lo peor que podría pasar? ¿Qué te rechacen?" + +# game/1_akarsha.rpy:1344 +translate spanish reportCard_18aa897e: + + # Akarsha "Getting rejected is a huge deal! It'll make everything so awkward!" + Akarsha "¡Que te rechacen es un problema grande! ¡Hace que todo sea tan incómodo!" + +# game/1_akarsha.rpy:1347 +translate spanish reportCard_7f1f59e0: + + # Min "I mean, yeah, but that's just a risk you gotta take." + Min "Osea, si, pero eso solo es un riesgo que tienes que tomar." + +# game/1_akarsha.rpy:1351 +translate spanish reportCard_75bd8113: + + # Akarsha "You don't get it, this isn't just me being paranoid. This has literally happened to me before." + Akarsha "No lo entiendes, esto no es solo yo siendo paranoica. Literalmente me ha pasado antes." + +# game/1_akarsha.rpy:1352 +translate spanish reportCard_3619ca6b: + + # Akarsha "None of you went to the same middle school as me, so you don't know." + Akarsha "Ninguna de ustedes fue a la misma primaria que yo, así que no saben." + +# game/1_akarsha.rpy:1353 +translate spanish reportCard_e501540a: + + # Akarsha "Not only did my crush start avoiding me, but she told the rest of our friend group and they stopped talking to me, too." + Akarsha "No solo la que me gustaba me comenzó a evitar, si no que le contó al resto de nuestro grupo y ellas me dejaron de hablar, también." + +# game/1_akarsha.rpy:1360 +translate spanish reportCard_952c5f37: + + # Min "What the? That sucks." + Min "¿Pero qué? Eso apesta." + +# game/1_akarsha.rpy:1362 +translate spanish reportCard_16ce1577: + + # Akarsha "Yeah, no kidding. I try not to think about it much." + Akarsha "Si, no bromeo. Trato de no pensar mucho en ello." + +# game/1_akarsha.rpy:1365 +translate spanish reportCard_e7535f28: + + # Min "Well, that wouldn't happen this time." + Min "Bueno, eso no va a pasar esta vez." + +# game/1_akarsha.rpy:1366 +translate spanish reportCard_bbc264ec: + + # Min "Even if it blows up in your face, you'd still have me, Diya, and Noelle." + Min "Incluso si te explota en la cara, aún me vas a tener a mí, a Diya, y a Noelle." + +# game/1_akarsha.rpy:1368 +translate spanish reportCard_8fc5087c: + + # Akarsha "Haha, right, obviously..." + Akarsha "Jaja, cierto, obviamente..." + +# game/1_akarsha.rpy:1380 +translate spanish reportCard_1243a22f: + + # "The bell rings." + "La campana suena." + +# game/1_akarsha.rpy:1382 +translate spanish reportCard_926a2bb7: + + # AkarshaT "Nah, being direct about it still feels too risky..." + AkarshaT "Nah, ser directa con eso se siente muy arriesgado..." + +# game/1_akarsha.rpy:1384 +translate spanish reportCard_7488d994: + + # AkarshaT "I'm not even sure Noelle likes girls." + AkarshaT "Ni siquiera se si a Noelle le gustan las chicas." + +# game/1_akarsha.rpy:1387 +translate spanish reportCard_0bfeb704: + + # AkarshaT "Heck, I've never seen her express any kind of attraction to anyone at all. Is she just hella repressed?" + AkarshaT "Diablos, nunca la he visto expresar cualquier tipo de atracción hacia nadie del todo. ¿Acaso ella solo está sumamente reprimida?" + +# game/1_akarsha.rpy:1390 +translate spanish reportCard_cd6a50e6: + + # AkarshaT "In any case, I don't wanna embarrass myself..." + AkarshaT "En cualquier caso, no quiero avergonzarme..." + +# game/1_akarsha.rpy:1392 +translate spanish reportCard_9cfe8b49: + + # AkarshaT "The only safe way to do this is to seduce Noelle so hard, she's compelled to confess to me first!" + AkarshaT "La única manera segura de hacer esto seguramente es seducir a Noelle tan intensamente, ¡que ella se vea obligada a confesarse conmigo primero!" + +# game/1_akarsha.rpy:1393 +translate spanish reportCard_28dcccec: + + # AkarshaT "That way, if it doesn't work, I can write off all the flirting as a joke." + AkarshaT "De esa manera, si no funciona, puedo descartar todo el coqueteo como un chiste." + +# game/1_akarsha.rpy:1394 +translate spanish reportCard_80744984: + + # AkarshaT "There's no way this can go wrong." + AkarshaT "No hay manera de que esto pueda salir mal." + +# game/1_akarsha.rpy:1397 +translate spanish reportCard_623a92a3: + + # "(Use the mouse to interact!)" + "(¡Usa el mouse para interactuar!)" + +# game/1_akarsha.rpy:1457 +translate spanish lookShelves_2dedcddf: + + # "Min crosses her arms as Akarsha browses through the shelves." + "Min cruza los brazos mientras Akarsha curiosea por las estanterías." + +# game/1_akarsha.rpy:1459 +translate spanish lookShelves_803d902f: + + # Min "I fucking hate libraries." + Min "Odio las putas bibliotecas." + +# game/1_akarsha.rpy:1461 +translate spanish lookShelves_38ca9eee: + + # Akarsha "Wh.......Wha?? What's there to hate about libraries?" + Akarsha "Q.......¿¿Qué?? ¿Qué hay de odiar sobre las bibliotecas?" + +# game/1_akarsha.rpy:1462 +translate spanish lookShelves_7b3ef5f3: + + # Akarsha "It's free books?" + Akarsha "¿Son libros gratis?" + +# game/1_akarsha.rpy:1465 +translate spanish lookShelves_a154e3a5: + + # Min "Well, I guess the books are okay, but librarians are the worst." + Min "Bueno, supongo que lo de los libros está bien, pero los bibliotecarios son los peores." + +# game/1_akarsha.rpy:1467 +translate spanish lookShelves_21776c72: + + # Akarsha "Why?" + Akarsha "¿Por qué?" + +# game/1_akarsha.rpy:1470 +translate spanish lookShelves_de33c78f: + + # Min "This one time when I was like seven, I looked up a bunch of bad words on the school library's computer." + Min "Una vez que tenia como siete, busqué un montón de malas palabras en el computador de la biblioteca de la escuela." + +# game/1_akarsha.rpy:1471 +translate spanish lookShelves_701a2ce0: + + # Min "The librarian saw my search history and got me banned from there for a month!" + Min "¡La bibliotecaria vio mi historial de búsquedas y me prohibió la entrada por como un mes!" + +# game/1_akarsha.rpy:1473 +translate spanish lookShelves_728546c3: + + # Akarsha "What words did you look up??" + Akarsha "¿¿Qué palabras buscaste??" + +# game/1_akarsha.rpy:1476 +translate spanish lookShelves_ba07a92a: + + # Min "It was just a bunch of swears I was curious about! Like \"damn\" and \"fuck\"." + Min "¡Fue un montón de insultos que me daban curiosidad! Como \"maldito\" y \"joder\"." + +# game/1_akarsha.rpy:1477 +translate spanish lookShelves_65095dca: + + # Min "I remember I searched \"middle finger\" too." + Min "Recuerdo haber buscado \"dedo medio\" también." + +# game/1_akarsha.rpy:1479 +translate spanish lookShelves_39518c50: + + # Akarsha "I love that you thought \"middle finger\" was a bad word." + Akarsha "Amo que pensaste que \"dedo medio\" era una mala palabra." + +# game/1_akarsha.rpy:1482 +translate spanish lookShelves_10bac246: + + # Min "Yeah, I was so innocent as a kid." + Min "Si, era tan inocente de pequeña." + +# game/1_akarsha.rpy:1484 +translate spanish lookShelves_56723252: + + # Akarsha "Hrm...I'm not sure \"innocent\" is the right word." + Akarsha "Mmm...No estoy segura si \"inocente\" es la palabra correcta." + +# game/1_akarsha.rpy:1490 +translate spanish lookDesk_0999fc0d: + + # Akarsha "Is Noelle still fake-tutoring you to trick your parents into letting you out of the house?" + Akarsha "¿Noelle aún te hace clases particulares falsas para engañar a tus padres a que te dejen salir de casa?" + +# game/1_akarsha.rpy:1493 +translate spanish lookDesk_450270ef: + + # Min "She actually tutors me for real sometimes." + Min "De hecho ella me hace clases de verdad a veces." + +# game/1_akarsha.rpy:1495 +translate spanish lookDesk_eda4d60e: + + # Akarsha "Wow, really?" + Akarsha "Vaya, ¿en serio?" + +# game/1_akarsha.rpy:1498 +translate spanish lookDesk_818e5bbf: + + # Min "I haven't failed a single test since we started!" + Min "¡No he fallado un solo examen desde que comenzamos!" + +# game/1_akarsha.rpy:1500 +translate spanish lookDesk_5bf49514: + + # AkarshaT "She looks so proud, but not getting an F is a super low hurdle..." + AkarshaT "Se ve tan orgullosa, pero no sacar menos de un 10 es un obstáculo súper bajo..." + +# game/1_akarsha.rpy:1506 +translate spanish leaveLibrary_654ed6ea: + + # Akarsha "Alright, protect your hearing." + Akarsha "Ok, protege tu audición." + +# game/1_akarsha.rpy:1508 +translate spanish leaveLibrary_b789999a: + + # "Min nods and covers her ears as Akarsha walks through the library scanners by the door." + "Min asiente y se cubre los oídos mientras Akarsha camina por los escáners de la biblioteca por la puerta." + +# game/1_akarsha.rpy:1510 +translate spanish leaveLibrary_77784f5f: + + # "The book scanner alarms go off!" with sshake + "¡Las alarmas del escáner se activan!" with sshake + +# game/1_akarsha.rpy:1511 +translate spanish leaveLibrary_70f9873d: + + # "The librarian looks up, sees that it's Akarsha, and impatiently waves her through." + "La bibliotecaria levanta la vista, ve que se trata de Akarsha, y la hace pasar con impaciencia." + +# game/1_akarsha.rpy:1516 +translate spanish leaveLibrary_6f7ef528: + + # Min "That seriously happens every single time you walk through the scanners?" + Min "¿De verdad eso pasa cada vez que caminas por los escáners?" + +# game/1_akarsha.rpy:1518 +translate spanish leaveLibrary_b50f4b11: + + # Min "Are you {i}sure{/i} you don't have any library books on you?" + Min "¿Estás {i}segura{/i} de que no tienes ningún libro de la biblioteca contigo?" + +# game/1_akarsha.rpy:1520 +translate spanish leaveLibrary_6657a164: + + # Akarsha "Of course. There's even a photo of me taped by the door now because after the first few times they searched me, they confirmed I don't have any." + Akarsha "Por supuesto. Incluso hay una foto mía pegada al lado de la pared ahora porque la primera vez en la que me inspeccionaron, confirmaron que no tengo nada." + +# game/1_akarsha.rpy:1521 +translate spanish leaveLibrary_b2d9da48: + + # Akarsha "It almost feels like my backpack is haunted by the ghost of a library book." + Akarsha "Es como si mi mochila estuviera siendo acechada por el fantasma de un libro de la biblioteca." + +# game/1_akarsha.rpy:1524 +translate spanish leaveLibrary_09e19479: + + # Min "How would that happen? Pissed off any books lately?" + Min "¿Cómo pasaría eso? ¿Molestaste a algún libro recientemente?" + +# game/1_akarsha.rpy:1526 +translate spanish leaveLibrary_930e6940: + + # Akarsha "No...Unless maybe Noelle counts as a book...?" + Akarsha "No...¿A menos que Noelle cuente como un libro...?" + +# game/1_akarsha.rpy:1527 +translate spanish leaveLibrary_5f041e0c: + + # Akarsha "And because I annoy her daily the books are...mad at me...?" + Akarsha "Y por que la molesto a diario los libros están...¿enojados conmigo...?" + +# game/1_akarsha.rpy:1529 +translate spanish leaveLibrary_3ea5cd03: + + # Min "Are you hearing how crazy you sound right now?" + Min "¿Estás escuchando lo loca que suenas ahora mismo?" + +# game/1_akarsha.rpy:1531 +translate spanish leaveLibrary_9f824791: + + # Akarsha "Yeah, I'm embarrassed I even said that out loud." + Akarsha "Si, estoy avergonzada de siquiera haber dicho eso en voz alta." + +# game/1_akarsha.rpy:1532 +translate spanish leaveLibrary_e087bd8f: + + # Akarsha "It's probably just one of those things. Like my magic rosin." + Akarsha "Es probablemente una de esas cosas. Como mi resina mágica." + +# game/1_akarsha.rpy:1535 +translate spanish leaveLibrary_e45b1a32: + + # Min "Your what??" + Min "¿¿Tu qué??" + +# game/1_akarsha.rpy:1537 +translate spanish leaveLibrary_c3fee831: + + # Akarsha "Never mind, forget I mentioned it." + Akarsha "Olvídalo, olvida que la mencioné." + +# game/1_akarsha.rpy:1540 +translate spanish leaveLibrary_25dfe662: + + # "The librarian gives Akarsha a death glare from behind the counter as the alarms go off again." + "La bibliotecaria le da a Akarsha una mirada asesina desde detrás del mostrador mientras las alarmas vuelven a sonar." + +# game/1_akarsha.rpy:1542 +translate spanish leaveLibrary_d2728151: + + # AkarshaT "Is that really necessary? It's not like I can help it!" + AkarshaT "¿Es eso realmente necesario? ¡No es como que pueda hacer algo al respecto!" + +# game/1_akarsha.rpy:1550 +translate spanish leaveLibrary_9b3ac1d0: + + # AkarshaT "Here goes nothing! Sorry, librarian lady!" + AkarshaT "¡Aquí vamos! ¡Lo siento, señora bibliotecaria!" + +# game/1_akarsha.rpy:1553 +translate spanish leaveLibrary_77784f5f_1: + + # "The book scanner alarms go off!" with sshake + "¡Las alarmas del escáner se encienden!" with sshake + +# game/1_akarsha.rpy:1554 +translate spanish leaveLibrary_ec0135c1: + + # "The librarian leaves the counter and begins powerwalking at Min and Akarsha!" + "¡La bibliotecaria abandona el mostrador y comienza a caminar con energía hacia Min y Akarsha!" + +# game/1_akarsha.rpy:1556 +translate spanish leaveLibrary_9ca3459f: + + # Min "Oh crap!" with sshake + Min "¡Oh mierda!" with sshake + +# game/1_akarsha.rpy:1559 +translate spanish leaveLibrary_4a391afa: + + # Akarsha "We are SPEED!!! RUN!!!" with sshake + Akarsha "¡¡¡Somos VELOCIDAD!!! ¡¡¡CORRE!!!" with sshake + +# game/1_akarsha.rpy:1564 +translate spanish leaveLibrary_c3be00f6: + + # "Akarsha and Min sprint out of the library in a panic." + "Akarsha y Min salen corriendo de la biblioteca en pánico." + +# game/1_akarsha.rpy:1566 +translate spanish leaveLibrary_cb5c6988: + + # "As they escape, Akarsha trips over her own flip-flops." + "En el escape, Akarsha se tropieza con sus propias sandalias." + +# game/1_akarsha.rpy:1569 +translate spanish leaveLibrary_106db544: + + # Akarsha "AAUUGH!!" with sshake + Akarsha "¡¡AAAUUGH!!" with sshake + +# game/1_akarsha.rpy:1572 +translate spanish leaveLibrary_1c7c7458: + + # "Akarsha throws her hands forward to break her fall onto the hard concrete." + "Akarsha lanza las manos adelante para frenar su caída sobre el concreto duro." + +# game/1_akarsha.rpy:1574 +translate spanish leaveLibrary_fbb805ca: + + # Akarsha "MAMA MIA!! OW!!" with sshake + Akarsha "¡¡MAMA MIA!! ¡¡AUCH!!" with sshake + +# game/1_akarsha.rpy:1575 +translate spanish leaveLibrary_a9d9620e: + + # Akarsha "This is SO typical! Why do these things always happen to me?" + Akarsha "¡¡Esto es TAN típico!! ¿Por qué estas cosas siempre me pasan a mi?" + +# game/1_akarsha.rpy:1578 +translate spanish leaveLibrary_1018543f: + + # Min "Shit, dude. You okay?" + Min "Mierda, hombre. ¿Estás bien?" + +# game/1_akarsha.rpy:1579 +translate spanish leaveLibrary_5324ffa8: + + # "Akarsha stops sobbing for a second to assess the damage." + "Akarsha deja de sollozar por un segundo para evaluar los daños." + +# game/1_akarsha.rpy:1581 +translate spanish leaveLibrary_a5203a50: + + # Akarsha "Oh. Actually, I'm fine." + Akarsha "Ah. En realidad, estoy bien." + +# game/1_akarsha.rpy:1636 +translate spanish lookLockerRoom_0e73fed3: + + # AkarshaT "I don't have gym until later in the day. And the baseball club doesn't meet til after school." + AkarshaT "No tengo gimnasia hasta más tarde. Y el club de béisbol no es hasta después de clase." + +# game/1_akarsha.rpy:1638 +translate spanish lookLockerRoom_85eb36d5: + + # AkarshaT "By the way, our baseball team is called..." + AkarshaT "Por cierto, nuestro equipo se llama..." + +# game/1_akarsha.rpy:1640 +translate spanish lookLockerRoom_5cedd033: + + # AkarshaT "{cps=0}By the way, our baseball team is called...{/cps}" nointeract + AkarshaT "{cps=0}Por cierto, nuestro equipo se llama...{/cps}" nointeract + +# game/1_akarsha.rpy:1645 +translate spanish lookLockerRoom_7af4c5fb: + + # AkarshaT "That name was Diya's idea. We sound so friendly and tasty." + AkarshaT "Ese nombre fue idea de Diya. Sonamos muy amigables y sabrosas." + +# game/1_akarsha.rpy:1650 +translate spanish lookLockerRoom_7af4c5fb_1: + + # AkarshaT "That name was Diya's idea. We sound so friendly and tasty." + AkarshaT "Ese nombre fue idea de Diya. Sonamos muy amigables y sabrosas." + +# game/1_akarsha.rpy:1655 +translate spanish lookLockerRoom_e796b9a4: + + # AkarshaT "That name was Noelle's idea. I bet the more time passes, the scarier our team name will be." + AkarshaT "Ese nombre fue idea de Noelle. Apuesto que cuanto más tiempo pase, más miedo va a dar nuestro nombre." + +# game/1_akarsha.rpy:1659 +translate spanish lookLockerRoom_cb10e227: + + # AkarshaT "That name was Diya and Min's idea. Personally, I think it sounds pretty corny." + AkarshaT "Ese nombre fue idea de Diya y Min. Personalmente, creo que suena bastante cursi." + +# game/1_akarsha.rpy:1664 +translate spanish lookLockerRoom_f4de7d44: + + # AkarshaT "That name was my idea. I'm glad our team is so cultured." + AkarshaT "Ese nombre fue mi idea. Me alegra que nuestro equipo tenga tanta cultura." + +# game/1_akarsha.rpy:1669 +translate spanish lookLockerRoom_40c6037a: + + # AkarshaT "Right now, I need to go to first period and terrorize Noelle." + AkarshaT "Ahora mismo, tengo que ir a mi primera clase y aterrorizar a Noelle." + +# game/1_akarsha.rpy:1677 +translate spanish bathroom_084db483: + + # AkarshaT "Ah, the public school girls restroom. Possibly the most disgusting place on earth." + AkarshaT "Ah, el baño de chicas de una escuela pública. Posiblemente el lugar más asqueroso del planeta." + +# game/1_akarsha.rpy:1684 +translate spanish noLibrary_1b907331: + + # Min "You're going back to the library? The alarms will go off again." + Min "¿Vas a ir devuelta a la biblioteca? Las alarmas van a sonar de nuevo." + +# game/1_akarsha.rpy:1686 +translate spanish noLibrary_6a027f72: + + # Akarsha "So? I'm nothing if not an agent of chaos." + Akarsha "¿Y? No soy nada si no soy una agente del caos." + +# game/1_akarsha.rpy:1687 +translate spanish noLibrary_73a39d98: + + # Akarsha "Ready or not, here I come!" + Akarsha "¡Listos o no, aquí voy!" + +# game/1_akarsha.rpy:1692 +translate spanish noLibrary_596b6728: + + # "The book scanner alarms sound as Akarsha and Min reenter the libary." + "Las alarmas del escáner se activan mientras Akarsha y Min entran otra vez a la biblioteca." + +# game/1_akarsha.rpy:1694 +translate spanish noLibrary_5d206dcc: + + # AkarshaT "Sounds like the library ghosts haunting me are alive and well." + AkarshaT "Parece que los fantasmas de la biblioteca acechándome están con vida y están bien." + +# game/1_akarsha.rpy:1699 +translate spanish noLibrary_c7ac8d7a: + + # Min "Again? You're kidding." + Min "¿Otra vez? Estás bromeando." + +# game/1_akarsha.rpy:1701 +translate spanish noLibrary_754acafd: + + # Akarsha "I've never been more serious in my life." + Akarsha "Nunca he sido más seria en mi vida." + +# game/1_akarsha.rpy:1707 +translate spanish noLibrary_124b1f30: + + # "The blare of the book scanner alarm announces Akarsha and Min's return to the library." + "El estruendo de la alarma del escáner de libros anuncia el regreso de Akarsha y Min a la biblioteca." + +# game/1_akarsha.rpy:1708 +translate spanish noLibrary_9566aadf: + + # "The librarian looks up, sees that it's Akarsha yet again, and slams her fist onto the countertop with surprising force." + "La bibliotecaria levanta la vista, ve que es Akarsha otra vez, y estrella el puño contra el mostrador con una fuerza sorprendente." + +# game/1_akarsha.rpy:1710 +translate spanish noLibrary_2c7ff487: + + # Min "Oh, that librarian is definitely pissed now." + Min "Oh, la bibliotecaria definitivamente está furiosa ahora." + +# game/1_akarsha.rpy:1715 +translate spanish noLibrary_907ac1be: + + # AkarshaT "My life will probably be in danger if I go back again." + AkarshaT "Mi vida probablemente estará en peligro si vuelvo." + +# game/1_akarsha.rpy:1716 +translate spanish noLibrary_f530d61a: + + # AkarshaT "Maybe tomorrow." + AkarshaT "Quizás mañana." + +# game/1_akarsha.rpy:1752 +translate spanish minLeaves_b82cc7bd: + + # Akarsha "Aight, imma head to class now." + Akarsha "Ok, me voy a clase ahora." + +# game/1_akarsha.rpy:1755 +translate spanish minLeaves_7efdbfd4: + + # Min "Adios, bitch." + Min "Farewell, perra." + +# game/1_akarsha.rpy:1758 +translate spanish minLeaves_ef146a68: + + # AkarshaT "She's probably gonna go find Diya now." + AkarshaT "Ella probablemente se irá a buscar a Diya ahora." + +# game/1_akarsha.rpy:1760 +translate spanish minLeaves_984eaaa4: + + # AkarshaT "I feel like she's chilled out a lot since they started dating." + AkarshaT "Siento que ella se ha calmado un montón desde que comenzaron a salir." + +# game/1_akarsha.rpy:1761 +translate spanish minLeaves_14a923b0: + + # AkarshaT "I guess knifing people is less exciting than kissing your girlfriend." + AkarshaT "Supongo que acuchillar a personas es menos emocionante que besar a tu novia." + +# game/1_akarsha.rpy:1810 +translate spanish reflection_449d8bf0: + + # AkarshaT "How is it that everyone else has bomb-ass hair while mine's all sad and thin?" + AkarshaT "¿Cómo es que todos tienen un pelo de puta madre y yo lo tenga tan lamentable y finito?" + +# game/1_akarsha.rpy:1811 +translate spanish reflection_3e5b6e66: + + # AkarshaT "What happened??? Gene catastrophe..." + AkarshaT "¿¿¿Qué pasó??? Catástrofe genética..." + +# game/1_akarsha.rpy:1814 +translate spanish reflection_8383e575: + + # AkarshaT "The other day I saw my side profile in a photo and was like, \"wugh!\"" + AkarshaT "El otro dia vi mi lado de perfil en una foto y estaba como, \"¡wugh!\"" + +# game/1_akarsha.rpy:1815 +translate spanish reflection_66b48fe9: + + # AkarshaT "I really go around looking like that all day?" + AkarshaT "¿De verdad voy por ahí con ese aspecto todo el día?" + +# game/1_akarsha.rpy:1816 +translate spanish reflection_d0d5949c: + + # AkarshaT "Wish I could get plastic surgery..." + AkarshaT "Ojalá pudiera hacerme una cirugía plástica..." + +# game/1_akarsha.rpy:1819 +translate spanish reflection_8c3b4e81: + + # AkarshaT "Dat me." + AkarshaT "Tan yo." + +# game/1_akarsha.rpy:1826 +translate spanish eavesdrop_8aa96022: + + # NPC "I hate how my parents yell at me for studying late at night." + NPC "Odio como mis padres me gritan por estudiar muy tarde." + +# game/1_akarsha.rpy:1827 +translate spanish eavesdrop_10640260: + + # NPC "If I slept early instead of cramming, I'd probably fail! And then I'd get yelled at for not studying." + NPC "¡Si me duermo temprano en vez de repasar, reprobaría! Y luego me gritarían por no estudiar." + +# game/1_akarsha.rpy:1828 +translate spanish eavesdrop_68fb5019: + + # NPC2 "Ugh! That's so gay." + NPC2 "¡Agh! Qué gay." + +# game/1_akarsha.rpy:1830 +translate spanish eavesdrop_13f73749: + + # AkarshaT "At our school, it's really popular to say \"gay\" when you mean \"stupid\" or \"uncool\"." + AkarshaT "En nuestra escuela, es bastante popular decir \"gay\" cuando quieres decir \"estúpido\" o \"desagradable\"." + +# game/1_akarsha.rpy:1831 +translate spanish eavesdrop_66cc766d: + + # AkarshaT "So you hear it all the time. Whenever people don't like something, they go \"that's so gay.\"" + AkarshaT "Así que lo escuchas todo el tiempo. Cuando a alguien no le gusta alguien, dices \"qué gay.\"" + +# game/1_akarsha.rpy:1839 +translate spanish enterClass_0422fa01: + + # AkarshaT "Noelle and Diya aren't here yet." + AkarshaT "Noelle y Diya no han llegado todavía." + +# game/1_akarsha.rpy:1840 +translate spanish enterClass_6cc4b96f: + + # AkarshaT "I managed to set up a special surprise the other day. Hopefully everything's still in place." + AkarshaT "Me las arreglé para preparar una sorpresa especial el otro día. Con suerte todo seguirá en su lugar." + +# game/1_akarsha.rpy:1843 +translate spanish enterClass_e60dfba0: + + # "A few minutes later, Akarsha looks through the window. Outside, Noelle and Diya are approaching the classroom." + "Unos minutos después, Akarsha mira por la ventana. Afuera, Noelle y Diya se acercan al aula." + +# game/1_akarsha.rpy:1845 +translate spanish enterClass_2ca93b2b: + + # AkarshaT "Yes...Come, my here, my sweet..." + AkarshaT "Si...Ven, ven aquí, mi dulzura..." + +# game/1_akarsha.rpy:1850 +translate spanish enterClass_4aac2b36: + + # "Suddenly, a water bottle whizzes through the open door and hits the floor with a loud smack!" + "De repente, ¡una botella de agua atraviesa por la puerta abierta y cae en el suelo con un fuerte estruendo!" + +# game/1_akarsha.rpy:1851 +translate spanish enterClass_f33054b2: + + # "It rolls across the classroom until it hits the wall." + "Esta rueda a través del aula hasta chocar contra la pared." + +# game/1_akarsha.rpy:1853 +translate spanish enterClass_205db760: + + # Akarsha "Uh?!" + Akarsha "¡¿Eh?!" + +# game/1_akarsha.rpy:1856 +translate spanish enterClass_ff0c9ffd: + + # Noelle "So it's not saran wrap today..." + Noelle "Así que no es film transparente hoy..." + +# game/1_akarsha.rpy:1857 +translate spanish enterClass_f6aae711: + + # "Noelle peers suspiciously into the classroom from the doorway. She experimentally reaches one hand inside and feels along the doorframe, apparently searching for abnormalities." + "Noelle mira con sospecha dentro del aula desde la puerta. Mete una mano adentro y recorre el marco de la puerta, aparentemente en busca de anomalías." + +# game/1_akarsha.rpy:1859 +translate spanish enterClass_28da2846: + + # Akarsha "What's wrong, Frenchman? Afraid to come in?" + Akarsha "¿Qué pasa, francesa? ¿Tienes miedo de entrar?" + +# game/1_akarsha.rpy:1862 +translate spanish enterClass_a215863a: + + # Noelle "What did you do this time?" + Noelle "¿Qué hiciste esta vez?" + +# game/1_akarsha.rpy:1864 +translate spanish enterClass_79fa1a83: + + # Akarsha "What makes you think I did anything?" + Akarsha "¿Qué te hace creer que hice algo?" + +# game/1_akarsha.rpy:1867 +translate spanish enterClass_bb4bfbb2: + + # Diya "Maybe the fact that you've done something every morning this month." + Diya "Quizás el hecho de que hayas hecho algo todas las mañanas este mes." + +# game/1_akarsha.rpy:1869 +translate spanish enterClass_b9979491: + + # Akarsha "Two against one! Cheater! Cheater!!" with sshake + Akarsha "¡Dos contra uno! ¡Tramposa! ¡¡Tramposa!!" with sshake + +# game/1_akarsha.rpy:1872 +translate spanish enterClass_8516b24b: + + # Noelle "That's what you get! You worthless pest!" + Noelle "¡Eso es lo que te pasa! ¡Maldita peste!" + +# game/1_akarsha.rpy:1874 +translate spanish enterClass_3192a8d1: + + # "Diya retrieves the sacrificial water bottle." + "Diya recupera la botella de agua sacrificada." + +# game/1_akarsha.rpy:1875 +translate spanish enterClass_a286302e: + + # "Meanwhile, Noelle haltingly walks to her desk with an arm outstretched ahead of her, bracing for all manner of assault, whether it be liquid, solid, gaseous, or psychological in form." + "Mientras tanto, Noelle camina vacilante hacia su mesa con un brazo extendido por delante, preparándose para cualquier tipo de asalto, ya sea líquido, sólido, gaseoso, o psicológico." + +# game/1_akarsha.rpy:1876 +translate spanish enterClass_5b0540bc: + + # "After thoroughly inspecting her desk, she apprehensively sits." + "Después de inspeccionar su mesa minuciosamente, se sienta con aprensión." + +# game/1_akarsha.rpy:1878 +translate spanish enterClass_7cb501c7: + + # Noelle "....." + Noelle "....." + +# game/1_akarsha.rpy:1880 +translate spanish enterClass_079b08de: + + # Akarsha "....." + Akarsha "....." + +# game/1_akarsha.rpy:1883 +translate spanish enterClass_3a9bb13e: + + # "After a few tense seconds, Noelle seems satisfied that the act of sitting down didn't trigger anything." + "Después de unos segundos de tensión, Noelle parece satisfecha de que el acto de sentarse no desencadenó nada." + +# game/1_akarsha.rpy:1885 +translate spanish enterClass_ca0e3721: + + # "Breathing a sigh a relief, she hefts a bulky laptop from her messenger bag." + "Con un suspiro de alivio, ella saca una voluminosa laptop de su bolso." + +# game/1_akarsha.rpy:1887 +translate spanish enterClass_c1532ca6: + + # AkarshaT "Yes! She didn't notice the extra wireless mouse USB I plugged into her computer last Friday." + AkarshaT "¡Vamos! No notó el mouse inalámbrico extra que le conecte al computador el viernes pasado." + +# game/1_akarsha.rpy:1888 +translate spanish enterClass_03319502: + + # AkarshaT "I have the mouse hidden in my pocket." + AkarshaT "Tengo el mouse escondido en mi bolsillo." + +# game/1_akarsha.rpy:1890 +translate spanish enterClass_6fc9b2ce: + + # "Diya takes a thin plastic folder from her backpack and flops it back and forth so it makes a wopwopwopwop sound." + "Diya toma una carpeta de plástico delgado de su mochila y la agita de un lado a otro para que haga un sonido de wopwopwopwop." + +# game/1_akarsha.rpy:1892 +translate spanish enterClass_6e8840cd: + + # Diya "............" + Diya "............" + +# game/1_akarsha.rpy:1894 +translate spanish enterClass_1d1e4040: + + # Diya "Did you work on the PowerPoint?" + Diya "¿Trabajaste en el PowerPoint?" + +# game/1_akarsha.rpy:1896 +translate spanish enterClass_8fef91cb: + + # Noelle "I added a slide on sharks and dolphins as another example of convergent evolution." + Noelle "Añadí una diapositiva sobre tiburones y delfines como otro ejemplo de evolución convergente." + +# game/1_akarsha.rpy:1898 +translate spanish enterClass_a701e9b0: + + # "Noelle scrolls to the slide in question. It's a solid wall of text with no images." + "Noelle se desplaza a la diapositiva en cuestión. Es un sólido muro de texto sin imágenes." + +# game/1_akarsha.rpy:1900 +translate spanish enterClass_433298f9: + + # AkarshaT "This is gonna put everyone to sleep!" with sshake + AkarshaT "¡Esto va a dormir a todos!" with sshake + +# game/1_akarsha.rpy:1902 +translate spanish enterClass_05d11a96: + + # AkarshaT "Noelle's so confident that she's good at public speaking, but she has zero charisma or self-awareness." + AkarshaT "Noelle es muy confiada de que es buena hablando a un público, pero tiene cero carisma o conciencia de sí misma." + +# game/1_akarsha.rpy:1903 +translate spanish enterClass_0c42e2b0: + + # AkarshaT "She just drones on and on forever, oblivious that she lost the audience ten minutes ago." + AkarshaT "No para de hablar, inconsciente de que ya perdió al público hace diez minutos." + +# game/1_akarsha.rpy:1904 +translate spanish enterClass_aa8d9e0a: + + # AkarshaT "I love her..." + AkarshaT "La amo..." + +# game/1_akarsha.rpy:1907 +translate spanish enterClass_96199214: + + # Diya "Wait. I already made a slide about that. Swimming." + Diya "Espera. Ya hice una diapositiva sobre eso. Nadar." + +# game/1_akarsha.rpy:1908 +translate spanish enterClass_31d17409: + + # "Diya scrolls to the previous slide." + "Diya se desplaza a la diapositiva previa." + +# game/1_akarsha.rpy:1909 +translate spanish enterClass_171f9d94: + + # "It features a photo of dozens of fish and dolphins swimming in the ocean, cryptically captioned \"Good shape\"." + "Esta presenta una foto de docenas de peces y delfines nadando en el océano, enigmáticamente titulada \"Buena forma\"." + +# game/1_akarsha.rpy:1911 +translate spanish enterClass_3910690d: + + # AkarshaT "Good shape..." + AkarshaT "Buena forma..." + +# game/1_akarsha.rpy:1914 +translate spanish enterClass_7ff6debf: + + # Noelle "I hate to break this to you, Diya, but literally no one but you is going to understand this." + Noelle "Odio decirte esto, Diya, pero literalmente nadie más que tú va a entender esto." + +# game/1_akarsha.rpy:1916 +translate spanish enterClass_38127587: + + # AkarshaT "Neither of them are paying attention to me right now. Time to shine." + AkarshaT "Ninguna de las dos me está prestando atención ahora mismo. Hora de lucirse." + +# game/1_akarsha.rpy:1921 +translate spanish enterClass_5b55ce9e: + + # "Akarsha jiggles the mouse in her pocket as Noelle tries to edit the slide." + "Akarsha agita el cursor en su bolsillo mientras Noelle intenta editar la diapositiva." + +# game/1_akarsha.rpy:1923 +translate spanish enterClass_320efa19: + + # Noelle "........" + Noelle "........" + +# game/1_akarsha.rpy:1925 +translate spanish enterClass_9ca460a6: + + # Diya "What was that?" + Diya "¿Qué fue eso?" + +# game/1_akarsha.rpy:1927 +translate spanish enterClass_d6f7de1a: + + # Akarsha "What was what?" + Akarsha "¿Qué fue eso?" + +# game/1_akarsha.rpy:1930 +translate spanish enterClass_7fcafa01: + + # Noelle "Didn't you see it? The cursor just jerked on its own." + Noelle "¿No lo vieron? El cursor se desplazó solo." + +# game/1_akarsha.rpy:1932 +translate spanish enterClass_43192074: + + # Akarsha "Maybe it's lag?" + Akarsha "¿Quizás sea el lag?" + +# game/1_akarsha.rpy:1934 +translate spanish enterClass_1b37d396: + + # Akarsha "I bet it's 'cause you typed too many words on one slide." + Akarsha "Apuesto que es porque escribiste demasiadas palabras en una sola diapositiva." + +# game/1_akarsha.rpy:1935 +translate spanish enterClass_de12e604: + + # Akarsha "Even Bill Gates didn't see this coming." + Akarsha "Ni Bill Gates se la vio venir." + +# game/1_akarsha.rpy:1938 +translate spanish enterClass_bfc3fcab: + + # Noelle "That can't be it. I've fit more words than this on one slide before." + Noelle "Eso no puede ser. He puesto más palabras que esto en una diapositiva antes." + +# game/1_akarsha.rpy:1940 +translate spanish enterClass_b87430c1: + + # Diya "...You have?" + Diya "...¿Lo has hecho?" + +# game/1_akarsha.rpy:1942 +translate spanish enterClass_9d9cb269: + + # "Noelle moves the mouse again. This time Akarsha does nothing." + "Noelle mueve el mouse devuelta. Esta vez Akarsha no hace nada." + +# game/1_akarsha.rpy:1944 +translate spanish enterClass_f85c2ba7: + + # Akarsha "Looks fine to me." + Akarsha "Parece estar bien." + +# game/1_akarsha.rpy:1947 +translate spanish enterClass_02bf7d15: + + # Noelle "How strange..." + Noelle "Qué extraño..." + +# game/1_akarsha.rpy:1949 +translate spanish enterClass_c5d12d80: + + # "While Noelle is busy typing an essay-length caption, Akarsha clicks another textbox so she's editing the wrong part of the slide." + "Mientras Noelle está ocupada escribiendo un titulo más largo que un manuscrito, Akarsha hace clic en otro cuadro de texto para que ella esté editando la parte equivocada de la diapositiva." + +# game/1_akarsha.rpy:1952 +translate spanish enterClass_5ae75f68: + + # "Akarsha swiftly moves the cursor to the X button and closes the document." + "Akarsha mueve rápidamente el cursor al botón X y cierra el documento." + +# game/1_akarsha.rpy:1954 +translate spanish enterClass_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/1_akarsha.rpy:1956 +translate spanish enterClass_e88d1310: + + # Noelle "What was that?" + Noelle "¿Qué fue eso?" + +# game/1_akarsha.rpy:1958 +translate spanish enterClass_c3d98c71: + + # Diya "Think it crashed." + Diya "Parece que se colgó." + +# game/1_akarsha.rpy:1960 +translate spanish enterClass_d5dbe4d9: + + # Akarsha "I bet it's 'cause you typed too many words on one slide, Noelle." + Akarsha "Apuesto que es porque escribiste demasiadas palabras en una sola diapositiva, Noelle." + +# game/1_akarsha.rpy:1961 +translate spanish enterClass_de12e604_1: + + # Akarsha "Even Bill Gates didn't see this coming." + Akarsha "Ni Bill Gates se la vio venir." + +# game/1_akarsha.rpy:1964 +translate spanish enterClass_1f82eb38: + + # "Noelle re-opens PowerPoint and squints suspiciously at the slide in question." + "Noelle vuelve a abrir el PowerPoint y mira con desconfianza a la diapositiva en cuestión." + +# game/1_akarsha.rpy:1966 +translate spanish enterClass_bfc3fcab_1: + + # Noelle "That can't be it. I've fit more words than this on one slide before." + Noelle "Eso no puede ser. He puesto más palabras que esto en una diapositiva antes." + +# game/1_akarsha.rpy:1968 +translate spanish enterClass_b87430c1_1: + + # Diya "...You have?" + Diya "...¿Lo has hecho?" + +# game/1_akarsha.rpy:1970 +translate spanish enterClass_3bcd5c4c: + + # Noelle "Good thing we just saved. We didn't lose any significant progress." + Noelle "Menos mal que justo lo guardé. Así que no perdimos ningún progreso significante." + +# game/1_akarsha.rpy:1971 +translate spanish enterClass_47d9d161: + + # "While Noelle is busy typing an essay-length caption, Akarsha quickly closes the program again." + "Mientras Noelle está ocupada escribiendo un titulo más largo que un manuscrito, Akarsha inmediatamente vuelve a cerrar el programa." + +# game/1_akarsha.rpy:1974 +translate spanish enterClass_4a0e45f0: + + # Diya "??!" with sshake + Diya "¡¿¿??!" with sshake + +# game/1_akarsha.rpy:1977 +translate spanish enterClass_07bf97c1: + + # Noelle "SEE, THERE IT IS AGAIN! WHAT IS GOING ON?!" with sshake + Noelle "VES, ¡AHÍ ESTÁ DEVUELTA! ¡¿QUÉ ESTÁ PASANDO?!" with sshake + +# game/1_akarsha.rpy:1979 +translate spanish enterClass_4951309a: + + # Akarsha "You've been hacked, Noelle!" + Akarsha "¡Te han hackeado, Noelle!" + +# game/1_akarsha.rpy:1980 +translate spanish enterClass_177fe19a: + + # Akarsha "Don't tell me...You fell for those pop-ups advertising hot single ladies in your area?!" + Akarsha "No me digas...¡¿Que caíste por uno de esos pop-ups anunciando chicas solteras en tu área?!" + +# game/1_akarsha.rpy:1983 +translate spanish enterClass_e254c7d0: + + # Noelle "As if! Look, it's moving on its own again!" + Noelle "¡Qué va! Mira, ¡se está moviendo solo devuelta!" + +# game/1_akarsha.rpy:1984 +translate spanish enterClass_520ba0ce: + + # "Noelle clenches her mouse harder, as if that'll help her regain control of the rogue cursor." + "Noelle aprieta su mouse con más fuerza, como si eso fuera a ayudarla a recuperar control sobre el cursor rebelde." + +# game/1_akarsha.rpy:1985 +translate spanish enterClass_8d4df3d7: + + # "Akarsha makes it drift toward the Control Panel..." + "Akarsha lo desvía hacia el Panel de Control..." + +# game/1_akarsha.rpy:1987 +translate spanish enterClass_231e821a: + + # AkarshaT "Heheheh..." + AkarshaT "Jejejejej..." + +# game/1_akarsha.rpy:1990 +translate spanish enterClass_96b04fa2: + + # "Akarsha wiggles the mouse in her pocket. Diya's eyes flicker to the movement of fabric on Akarsha's windbreaker." + "Akarsha agita el mouse en su bolsillo. Los ojos de Diya se fijan al movimiento en la tela del cortavientos de Akarsha." + +# game/1_akarsha.rpy:1992 +translate spanish enterClass_58f85320: + + # Diya "......" + Diya "......" + +# game/1_akarsha.rpy:1994 +translate spanish enterClass_b60fd453: + + # AkarshaT "Oh shit! Oh no!!!" with sshake + AkarshaT "¡Oh mierda! ¡¡¡Oh no!!!" with sshake + +# game/1_akarsha.rpy:1996 +translate spanish enterClass_6a90bbf3: + + # "Diya grabs Akarsha's wrist and yanks it out of the pocket, revealing the wireless mouse in her hand." + "Diya agarra la muñeca de Akarsha y la retira del bolsillo, revelando el mouse inalámbrico en su mano." + +# game/1_akarsha.rpy:1999 +translate spanish enterClass_8f687294: + + # Noelle "It was yoOOOUU!!!" with sshake + Noelle "¡¡¡Fuiste tuUUUUUU!!!" with sshake + +# game/1_akarsha.rpy:2001 +translate spanish enterClass_5192cf78: + + # Akarsha "Wait, I just happened to have a mouse in my pocket! There's no proof this is connected at all!" + Akarsha "Espera, ¡solo es que justo tenía un mouse en mi bolsillo! ¡No hay pruebas de que está conectado del todo!" + +# game/1_akarsha.rpy:2004 +translate spanish enterClass_4943807b: + + # "Diya wrenches the mouse from Akarsha's hand, but not before Akarsha uses her precious final moments to click on the Control Panel and change the mouse speed to the slowest setting." + "Diya arranca el ratón de la mano de Akarsha, pero no antes de que Akarsha use sus valiosos últimos momentos para hacer clic en el Panel de Control y cambiar la velocidad del mouse al ajuste más lento." + +# game/1_akarsha.rpy:2006 +translate spanish enterClass_b8780fd8: + + # Noelle "Pathetic. I can revert your changes within moments." + Noelle "Patético. Puedo revertir tus cambios en solo segundos." + +# game/1_akarsha.rpy:2008 +translate spanish enterClass_c21059a2: + + # Akarsha "You sure about that? Why don't you go ahead and try it?" + Akarsha "¿Estás segura de eso? ¿Por qué no vas y lo intentas?" + +# game/1_akarsha.rpy:2011 +translate spanish enterClass_26c68486: + + # "Noelle tries to navigate back to the Control Panel. The cursor inches across the screen so slowly, the movement is barely perceptible..." + "Noelle intenta navegar devuelta al Panel de Control. El cursor se desplaza por la pantalla tan lentamente, que el movimiento apenas es perceptible..." + +# game/1_akarsha.rpy:2014 +translate spanish enterClass_323c9b15: + + # Noelle "AKARSHAAAAAAAA!!!" with sshake + Noelle "¡¡¡AKARSHAAAAAAAA!!!" with sshake + +# game/1_akarsha.rpy:2018 +translate spanish enterClass_9c25b8d0: + + # "The bell rings! This concludes Noelle and Akarsha's daily morning scream fest." + "¡La campana suena! Esto concluye el festival de gritos matutino de Noelle y Akarsha." + +# game/1_akarsha.rpy:2019 +translate spanish enterClass_8ebf669b: + + # "Once everyone is seated, the morning announcements play over the intercom." + "Una vez que todos están sentados, suenan los anuncios de la mañana por el interlocutor." + +# game/1_akarsha.rpy:2022 +translate spanish enterClass_88d9b479: + + # NPC "The first practice session for Senior Bhangra is today after school in the gym. Don't forget your t-shirt order forms." + NPC "La primera sesión de práctica para el Bhangra de cuarto año es hoy después de clase en el gimnasio. No olviden sus formularios para el pedido de camisetas." + +# game/1_akarsha.rpy:2024 +translate spanish enterClass_b7ebec79: + + # AkarshaT "Our school has this tradition where the seniors do a bhangra dance at the end of Multicultural Week." + AkarshaT "Nuestra escuela tiene esta tradición donde los de cuarto año hacen un baile bhangra al final de la Semana Multicultural." + +# game/1_akarsha.rpy:2025 +translate spanish enterClass_7f35a1fa: + + # AkarshaT "Guess that means we'll get to see Chryssa and Liz dance." + AkarshaT "Supongo que eso significa que podremos ver a Chryssa y a Liz bailar." + +# game/1_akarsha.rpy:2031 +translate spanish enterClass_be36b530: + + # NPC "The Japan Club's first meeting is today after school in N6." + NPC "La primera reunión del Club de Japón es hoy después de clase en el aula N6." + +# game/1_akarsha.rpy:2032 +translate spanish enterClass_cf2a1758: + + # NPC "Unlike the Anime Club, besides discussing anime, we ALSO eat Japanese snacks and learn Japanese manners and language." + NPC "A diferencia del Club de Anime, aparte de discutir anime, TAMBIÉN comemos aperitivos japoneses y aprendemos los modales e idioma de japón." + +# game/1_akarsha.rpy:2034 +translate spanish enterClass_ef132c1f: + + # AkarshaT "That doesn't sound like that significant of a difference..." + AkarshaT "Eso no suena como una diferencia muy significante..." + +# game/1_akarsha.rpy:2035 +translate spanish enterClass_ff45d2e0: + + # AkarshaT "Our school may not have a football or baseball team anymore, but it does have hella new clubs popping up all the time." + AkarshaT "Nuestra escuela quizás ya no tenga un club de fútbol o béisbol, pero si que tiene un montón de clubes nuevos todo el tiempo." + +# game/1_akarsha.rpy:2036 +translate spanish enterClass_e0115e41: + + # AkarshaT "It's 'cause everyone wants to be able to put \"founder and president\" on their college apps." + AkarshaT "Es porque todos quieren poner \"fundador y presidente\" en sus aplicaciones para la universidad." + +# game/1_akarsha.rpy:2038 +translate spanish enterClass_4b84d250: + + # AkarshaT "Come to think of it...Didn't Chryssa and Liz start the baseball club during application season?" + AkarshaT "Ahora que lo pienso...¿No era que Chryssa y Liz comenzaron el club de béisbol durante una temporada de aplicaciones?" + +# game/1_akarsha.rpy:2040 +translate spanish enterClass_22e2f25c: + + # AkarshaT "No way..." + AkarshaT "No puede ser..." + +# game/1_akarsha.rpy:2042 +translate spanish enterClass_b9915e92: + + # AkarshaT "Well, good for them. Even if they had ulterior motives, it's been fun." + AkarshaT "Bueno, bien por ellas. Incluso si tenían motivos ocultos, ha sido divertido." + +# game/1_akarsha.rpy:2044 +translate spanish enterClass_c71f63e3: + + # NPC "This Valentine's Day, the Muslim Student Association is kicking off their annual rose fundraiser." + NPC "Este dia de San Valentín, la Asociación Estudiante Musulmana pone en marcha su campaña anual de rosas." + +# game/1_akarsha.rpy:2045 +translate spanish enterClass_f59fb956: + + # NPC "For $5, we'll deliver a rose to your special someone with a message of your choice." + NPC "Por $5, le daremos una rosa a tu alguien especial con un mensaje a tu elección." + +# game/1_akarsha.rpy:2046 +translate spanish enterClass_c84dc711: + + # NPC "You can even make it a bouquet for $20. Order forms will be distributed in 3rd period today." + NPC "Incluso puedes hacerlo un ramo por $20. Los formularios de pedido se distribuirán en la tercera hora de hoy." + +# game/1_akarsha.rpy:2048 +translate spanish enterClass_7bef3f84: + + # AkarshaT "Hah, like anybody's getting me one of those..." + AkarshaT "Ja, como si alguien me fuera a conseguir una de esas..." + +# game/1_akarsha.rpy:2050 +translate spanish enterClass_cafc5abf: + + # "Akarsha surreptiously glances at Noelle, who's sitting beside her." + "Akarsha lanza una disimulada mirada a Noelle, quien está sentada a su lado." + +# game/1_akarsha.rpy:2052 +translate spanish enterClass_c6fccc94: + + # "To her surprise, Noelle is listening to the intercom as intently as if she were being graded on it." + "Para su sorpresa, Noelle está escuchando al interlocutor con tanta atención como si la estuvieran calificando por ello." + +# game/1_akarsha.rpy:2054 +translate spanish enterClass_18bb8955: + + # AkarshaT "Wait, maybe this is my chance!" + AkarshaT "Espera, ¡quizás esta sea mi chance!" + +# game/1_akarsha.rpy:2055 +translate spanish enterClass_ef09f05a: + + # AkarshaT "I should act {i}really{/i} pitifully down about being single and drop hints that getting a rose would make me happy." + AkarshaT "Debería actuar {i}realmente{/i} lamentable por estar soltera y dar pistas de que conseguir una rosa me haría feliz." + +# game/1_akarsha.rpy:2056 +translate spanish enterClass_78478c8e: + + # AkarshaT "After seeing the love of her life (me) in such a miserable state, Noelle will feel guilty that she hasn’t gotten me one!" + AkarshaT "Después de ver al amor de su vida (yo) en un estado tan miserable, ¡Noelle se sentirá culpable por no conseguirme una!" + +# game/1_akarsha.rpy:2058 +translate spanish enterClass_b98b5e2e: + + # "Akarsha sighs heavily and slumps in her desk." + "Akarsha suspira con peso y se desploma en su mesa." + +# game/1_akarsha.rpy:2061 +translate spanish enterClass_9abcface: + + # Noelle "What's the matter with you?" + Noelle "¿Qué pasa contigo?" + +# game/1_akarsha.rpy:2063 +translate spanish enterClass_464d72c6: + + # Akarsha "I always feel the the worst about being single on holidays where I have no one to celebrate with." + Akarsha "Siempre me siento lo peor estando soltera en los días festivos con los que no tengo a nadie para celebrar." + +# game/1_akarsha.rpy:2064 +translate spanish enterClass_b48fabaa: + + # Akarsha "Like, Valentine's Day is supposed to be the happiest, most romantic time of the year, but it just reminds me of how no one's ever loved me..." + Akarsha "Onda, se supone que el día de San Valentín es el momento más feliz y romántico del año, pero solo me recuerda a como nadie jamás me ha amado..." + +# game/1_akarsha.rpy:2065 +translate spanish enterClass_9095d2b2: + + # Akarsha "I bet Diya's getting roses this year. Must be nice..." + Akarsha "Apuesto que Diya va a recibir rosas este año. Debe ser lindo..." + +# game/1_akarsha.rpy:2068 +translate spanish enterClass_e6e396e4: + + # Noelle "What is there to envy? Flowers serve no practical purpose." + Noelle "¿Qué hay para envidiar? Las flores no sirven ningún propósito práctico." + +# game/1_akarsha.rpy:2069 +translate spanish enterClass_9062dddf: + + # Noelle "They wither up within days and wind up in the garbage. What a waste of money." + Noelle "Se marchitan en un par de días y terminan en la basura. Que malgasto de dinero." + +# game/1_akarsha.rpy:2071 +translate spanish enterClass_453b6b38: + + # AkarshaT "Of course you would think so, you uptight spoilsport..." + AkarshaT "Por supuesto que lo pensarías de esa manera, aguafiestas arrogante..." + +# game/1_akarsha.rpy:2073 +translate spanish enterClass_c67395a6: + + # Akarsha "It's the thought that counts, though." + Akarsha "Es la intención lo que cuenta, igual." + +# game/1_akarsha.rpy:2074 +translate spanish enterClass_a74f23fa: + + # Akarsha "I, personally, wish someone would send me a rose..." + Akarsha "Yo, personalmente, desearía que alguien me mandara una rosa..." + +# game/1_akarsha.rpy:2077 +translate spanish enterClass_317f7c2b: + + # Noelle "Heh..." + Noelle "Je..." + +# game/1_akarsha.rpy:2079 +translate spanish enterClass_2d688340: + + # Akarsha "What? Did I say something funny?" + Akarsha "¿Qué? ¿Dije algo chistoso?" + +# game/1_akarsha.rpy:2083 +translate spanish enterClass_d2ea13d6: + + # Noelle "Not at all." + Noelle "No del todo." + +# game/1_akarsha.rpy:2085 +translate spanish enterClass_b04b2fbc: + + # "Noelle goes back to reading her metamathematics puzzle book." + "Noelle vuelve a leer su libro de puzzles matemáticos." + +# game/1_akarsha.rpy:2087 +translate spanish enterClass_53eebf77: + + # AkarshaT "Hm. So that didn't go as expected..." + AkarshaT "Hm. Así que eso no fue como esperaba..." + +# game/1_akarsha.rpy:2090 +translate spanish enterClass_a53b8e22: + + # AkarshaT "Time to revisit my tactics. Improvise. Adapt. Overcome." + AkarshaT "Hora de repasar mis tácticas. Improvisar. Adaptarse. Superar." + +# game/1_akarsha.rpy:2093 +translate spanish enterClass_c528e6d5: + + # "After the day's usual math lesson, the teacher brings out a stack of test papers." + "Después de la lección usual de matemáticas, el profesor saca una pila de exámenes." + +# game/1_akarsha.rpy:2095 +translate spanish enterClass_e2e84762: + + # NPC "Alright everyone, clear your desks." + NPC "Muy bien todos, despejen sus mesas." + +# game/1_akarsha.rpy:2097 +translate spanish enterClass_3b71d0de: + + # Diya "!" + Diya "¡!" + +# game/1_akarsha.rpy:2100 +translate spanish enterClass_8d8f54a7: + + # Akarsha "Aw, what, a pop quiz?" + Akarsha "¿Ah, qué, un examen sorpresa?" + +# game/1_akarsha.rpy:2102 +translate spanish enterClass_9b119156: + + # NPC "You know, I should've done that. But no, it's just a CAML today." + NPC "Sabes, debí haber hecho eso. Pero no, es solo un examen CAML." + +# game/1_akarsha.rpy:2104 +translate spanish enterClass_8e79f867: + + # AkarshaT "Oh, thank god." + AkarshaT "Oh, gracias a dios." + +# game/1_akarsha.rpy:2105 +translate spanish enterClass_191ff62d: + + # AkarshaT "The CAMLs are these Math League contests we do every few months." + AkarshaT "Los CAMLs son estos concursos de la Liga de Matemáticas que hacemos cada cuantos meses." + +# game/1_akarsha.rpy:2106 +translate spanish enterClass_b68adf7e: + + # AkarshaT "They're 30-minute tests consisting of weird problems that don't have much to do with our current course material." + AkarshaT "Son exámenes de 30 minutos que consisten en problemas raros que no tienen mucho que ver con lo que estamos pasando actualmente en clase." + +# game/1_akarsha.rpy:2107 +translate spanish enterClass_9e938f2c: + + # AkarshaT "It's just for fun, so they don't affect our grades or anything." + AkarshaT "Es solo por diversión, así que no afectan nuestras calificaciones ni nada." + +# game/1_akarsha.rpy:2110 +translate spanish enterClass_9de1f04a: + + # "Akarsha scans the 6 problems on her test." + "Akarsha analiza los 6 problemas en su examen." + +# game/1_akarsha.rpy:2112 +translate spanish enterClass_38e0597a: + + # AkarshaT "Usually three of the problems are freebies you'll get right if you have a brain." + AkarshaT "Usualmente tres de los problemas son regalados y los tendrás bien si tienes un cerebro." + +# game/1_akarsha.rpy:2113 +translate spanish enterClass_d5338a19: + + # AkarshaT "And then there's two you have to think about, and one hella tough one." + AkarshaT "Y luego hay dos de los que tienes que pensar un poco, y uno complicadísimo." + +# game/1_akarsha.rpy:2114 +translate spanish enterClass_19131eac: + + # AkarshaT "Better get to work..." + AkarshaT "Más me vale ponerme manos a la obra..." + +# game/1_akarsha.rpy:2125 +translate spanish lunch_7c9aa6b8: + + # "On the way to lunch, Akarsha, Noelle, and Diya check notes on their answers." + "De camino a almorzar, Akarsha, Noelle, y Diya revisan sus respuestas." + +# game/1_akarsha.rpy:2128 +translate spanish lunch_24ea0491: + + # Noelle "What did you all get on the last question?" + Noelle "¿Qué les dio la última pregunta?" + +# game/1_akarsha.rpy:2129 +translate spanish lunch_15019b05: + + # Noelle "The one about the diagonal passing through the 2012 x 2015 unit grid." + Noelle "La de una diagonal pasando por una cuadrícula de 2012 x 2015 unidades." + +# game/1_akarsha.rpy:2131 +translate spanish lunch_072b652f: + + # Diya "I drew the whole grid the best I could. Guessed 3800 based on that." + Diya "Dibujé la cuadrícula entera lo mejor que pude. Supuse que era 3800 en base a eso." + +# game/1_akarsha.rpy:2134 +translate spanish lunch_e2e1a16d: + + # "Aghast, Noelle drops her lunchbox as she pulls it from her locker, but Diya manages to catch it before it hits the ground." + "Atónita, Noelle deja caer su lonchera al sacarla de su casillero, pero Diya logra atraparla antes de que caiga al suelo." + +# game/1_akarsha.rpy:2137 +translate spanish lunch_f2411a7e: + + # Noelle "You DREW the grid?! There were thousands of units on each side!" with sshake + Noelle "¡¿DIBUJASTE la cuadrícula?! ¡Habían miles de unidades en cada lado!" with sshake + +# game/1_akarsha.rpy:2139 +translate spanish lunch_478831a3: + + # Diya "Only roughly. I was running out of time." + Diya "Solo a lo brusco. Se me estaba acabando el tiempo." + +# game/1_akarsha.rpy:2141 +translate spanish lunch_4401decd: + + # Diya "Had one minute left and didn't know where to start." + Diya "Me quedaba un minuto y no sabía donde comenzar." + +# game/1_akarsha.rpy:2143 +translate spanish lunch_8c92c322: + + # Akarsha "The answer was 4026, right?" + Akarsha "La respuesta era 4026, ¿cierto?" + +# game/1_akarsha.rpy:2144 +translate spanish lunch_99368bea: + + # Akarsha "The diagonal goes through the first square at (0,0), and then another 2014 squares horizontally and 2011 squares vertically." + Akarsha "La diagonal pasa por el primer cuadrado en (0,0), y luego otros 2014 cuadrados horizontalmente y 2011 cuadrados verticalmente." + +# game/1_akarsha.rpy:2147 +translate spanish lunch_cae22d3a: + + # Noelle "That's what I got too!" + Noelle "¡Eso es lo que me dio también!" + +# game/1_akarsha.rpy:2149 +translate spanish lunch_ee3280f5: + + # Akarsha "Yes! If {i}you{/i} got that, it's gotta be right." + Akarsha "¡Sí! Si a {i}ti{/i} te dio eso, tiene que estar correcto." + +# game/1_akarsha.rpy:2152 +translate spanish lunch_1716c340: + + # "Min gives them a weird look as she joins them." + "Min les da una mirada extraña mientras se une al grupo." + +# game/1_akarsha.rpy:2154 +translate spanish lunch_2cadbb36: + + # Min "The fuck's wrong with you...How excited can you get over a math problem?" + Min "Qué mierda les pasa...¿Qué tan emocionadas pueden estar por un problema de matemáticas?" + +# game/1_akarsha.rpy:2156 +translate spanish lunch_f6750dcd: + + # Akarsha "Clearly you've never known the high of finding out you got the same answer as the smartest kid in the class." + Akarsha "Claramente nunca has conocido el subidón de descubrir has dado con la misma respuesta que la más lista de tu clase." + +# game/1_akarsha.rpy:2159 +translate spanish lunch_c4416f5a: + + # "Noelle preens a little at the compliment." + "Noelle se acicala un poco ante el cumplido." + +# game/1_akarsha.rpy:2160 +translate spanish lunch_aa1e598c: + + # Noelle "That's an exaggeration." + Noelle "Eso es una exageración." + +# game/1_akarsha.rpy:2162 +translate spanish lunch_6505de42: + + # Diya "No, it's not." + Diya "No, no lo es." + +# game/1_akarsha.rpy:2163 +translate spanish lunch_58714698: + + # Diya "No one else in our class got all six right last time." + Diya "Nadie más en nuestra clase tuvo las seis correctas la última vez." + +# game/1_akarsha.rpy:2165 +translate spanish lunch_0699e4d5: + + # Akarsha "Wait, you got all six?!" + Akarsha "Espera, ¡¿tuviste las seis?!" + +# game/1_akarsha.rpy:2166 +translate spanish lunch_d9fe49c8: + + # Akarsha "Don't they publish your name on a list or something online when that happens?" + Akarsha "¿No era que publicaban tu nombre en una lista o algo online cuando eso pasaba?" + +# game/1_akarsha.rpy:2169 +translate spanish lunch_89bece13: + + # Noelle "They do." + Noelle "Lo hacen." + +# game/1_akarsha.rpy:2171 +translate spanish lunch_c53ddf8d: + + # Akarsha "Dude, that's so impressive. The most I've ever managed was five." + Akarsha "Hombre, que impresionante. Lo más que he logrado fueron como cinco." + +# game/1_akarsha.rpy:2174 +translate spanish lunch_46a539b6: + + # Noelle "Five is still perfectly respectable, though." + Noelle "Cinco es perfectamente respetable, igual." + +# game/1_akarsha.rpy:2175 +translate spanish lunch_34642e66: + + # Noelle "It means you're better at math than the vast majority of high schoolers. And that's including all the way up to grade twelve, not just our grade." + Noelle "Significa que eres mejor en las matemáticas que la gran mayoría de los estudiantes. Y eso incluyendo hasta los de cuarto año, no solo nuestro grado." + +# game/1_akarsha.rpy:2177 +translate spanish lunch_a76d6fad: + + # Akarsha "Yeah, I guess so..." + Akarsha "Sí, supongo..." + +# game/1_akarsha.rpy:2179 +translate spanish lunch_bcbac494: + + # AkarshaT "It's seriously amazing that she's basically one of the smartest kids in the whole state." + AkarshaT "Es realmente asombroso como ella es básicamente una de las chicas más inteligentes de todo el estado." + +# game/1_akarsha.rpy:2180 +translate spanish lunch_020e483d: + + # AkarshaT "We're so different, but at the same time there's so many ways we're alike??" + AkarshaT "Somos tan distintas, ¿¿pero al mismo tiempo hay tantas formas en las que somos similares??" + +# game/1_akarsha.rpy:2181 +translate spanish lunch_3ceeef09: + + # AkarshaT "We're so compatible with each other...We're so perfect for each other..." + AkarshaT "Somos tan compatibles la una con la otra...Tan perfectas para la otra..." + +# game/1_akarsha.rpy:2185 +translate spanish lunch_38ac0506: + + # "Min holds a door open for Diya as they walk over to their usual table." + "Min le sostiene la puerta abierta a Diya mientras caminan a su mesa usual." + +# game/1_akarsha.rpy:2189 +translate spanish lunch_bcc9caf2: + + # Min "After you, princess." + Min "Después de ti, princesa." + +# game/1_akarsha.rpy:2191 +translate spanish lunch_35d02abf: + + # Diya "Thanks..." + Diya "Gracias..." + +# game/1_akarsha.rpy:2194 +translate spanish lunch_f4ec5db7: + + # AkarshaT "Hmm...Min always treats Diya like this even though Diya's strong enough to just smash a hole through the wall like the Kool-Aid Man." + AkarshaT "Hmm...Min siempre trata a Diya de esta forma incluso considerando que Diya es lo suficientemente fuerte para atravesar la pared como el Kool-Aid Man." + +# game/1_akarsha.rpy:2197 +translate spanish lunch_94039918: + + # AkarshaT "I guess Diya finds it romantic that Min is protective of her and stuff?" + AkarshaT "¿Supongo que Diya encuentra romántico que Min la proteja y todo eso?" + +# game/1_akarsha.rpy:2201 +translate spanish lunch_29c28bd5: + + # AkarshaT "Maybe if I try a move like that, Noelle'll fall for me!" + AkarshaT "Quizás si intento algo como eso, ¡Noelle caerá por mi!" + +# game/1_akarsha.rpy:2205 +translate spanish lunch_99efb999: + + # "Once they've sat down, Noelle struggles to open her water bottle." + "Una vez se sentaron, Noelle lucha para abrir su botella de agua." + +# game/1_akarsha.rpy:2207 +translate spanish lunch_48ba9bfe: + + # Noelle "Ugh!" with sshake + Noelle "¡Agh!" with sshake + +# game/1_akarsha.rpy:2210 +translate spanish lunch_e3cd6245: + + # AkarshaT "Diya must not have opened it for her like usual this morning! This is my chance!" + AkarshaT "¡Diya no debe haberla abierto por ella como es usual esta mañana! ¡Está es mi chance!" + +# game/1_akarsha.rpy:2213 +translate spanish lunch_c84f1211: + + # Akarsha "Here, I got this babe." + Akarsha "Yo me encargo, nena." + +# game/1_akarsha.rpy:2215 +translate spanish lunch_6b20a26c: + + # "Akarsha snatches the bottle away from Noelle and tries to open it." + "Akarsha le arrebata la botella a Noelle e intenta abrirla." + +# game/1_akarsha.rpy:2218 +translate spanish lunch_8df7ba92: + + # Akarsha "*grunts* Nrg! Shit!" with sshake + Akarsha "*gruñe* ¡Nrg! ¡Mierda!" with sshake + +# game/1_akarsha.rpy:2220 +translate spanish lunch_ad16aeec: + + # AkarshaT "Urk! This is surprisingly hard!" + AkarshaT "¡Ack! ¡Esto sorprendentemente difícil!" + +# game/1_akarsha.rpy:2223 +translate spanish lunch_f81e7602: + + # Noelle "And they say chivalry is dead." + Noelle "Y dicen que la caballerosidad está muerta." + +# game/1_akarsha.rpy:2226 +translate spanish lunch_61fd0b77: + + # Noelle "You disgust me." + Noelle "Me das asco." + +# game/1_akarsha.rpy:2229 +translate spanish lunch_b8b94652: + + # Akarsha "Whuh?! I was just tryin' to help!" with sshake + Akarsha "¡¿Wheh?! ¡Solo estaba tratando de ayudar!" with sshake + +# game/1_akarsha.rpy:2232 +translate spanish lunch_288bdbe9: + + # Noelle "You were smirking condescendingly as you took the bottle from me!" + Noelle "¡Sonreías con condescendencia mientras me quitabas la botella!" + +# game/1_akarsha.rpy:2235 +translate spanish lunch_2e1e23c6: + + # Akarsha "Was not!" + Akarsha "¡No fui!" + +# game/1_akarsha.rpy:2238 +translate spanish lunch_8cfa65ca: + + # Diya "Was too. You were smiling weird." + Diya "Lo fuiste. Estabas sonriendo de una manera extraña." + +# game/1_akarsha.rpy:2241 +translate spanish lunch_56a8d058: + + # Akarsha "Wha...was I?!" + Akarsha "Qué...¡¿lo estaba?!" + +# game/1_akarsha.rpy:2243 +translate spanish lunch_f2d68ebe: + + # "Noelle hands the water bottle to Diya with a huff." + "Noelle le pasa la botella de agua a Diya con un resoplido." + +# game/1_akarsha.rpy:2245 +translate spanish lunch_4dff044a: + + # AkarshaT "Okay, that could've gone better." + AkarshaT "Bueno, eso pudo haber ido mejor." + +# game/1_akarsha.rpy:2247 +translate spanish lunch_bc4bbe0d: + + # AkarshaT "Luckily, I've got one last trick up my sleeve." + AkarshaT "Afortunadamente, tengo un último truco bajo la manga." + +# game/1_akarsha.rpy:2252 +translate spanish earthquake_3a869810: + + # "Before fifth period begins, Akarsha schemes at her desk." + "Antes de empezar la quinta clase, Akarsha hace planes en su mesa." + +# game/1_akarsha.rpy:2254 +translate spanish earthquake_77b3c7e3: + + # AkarshaT "Acting sad 'cause no one was into me didn't work, so I should try the opposite tactic." + AkarshaT "Actuar triste porque no le gusto a nadie no funcionó, así que debería intentar la táctica opuesta." + +# game/1_akarsha.rpy:2256 +translate spanish earthquake_11f810d9: + + # AkarshaT "I'll make Noelle think dudes are falling for me left and right." + AkarshaT "Haré que Noelle piensa que hay chicos cayendo por mi al revés y al derecho." + +# game/1_akarsha.rpy:2257 +translate spanish earthquake_c675a3f9: + + # AkarshaT "So if she likes me, she'll feel pressured to take action or else I'll be stolen from right under her nose!" + AkarshaT "Así que, si le gusto, ¡se sentirá presionada a tomar acción o me robarán delante de sus narices!" + +# game/1_akarsha.rpy:2258 +translate spanish earthquake_6919113d: + + # AkarshaT "I won't be on the market for long. I'm a limited time offer!" + AkarshaT "No estaré en el mercado por mucho tiempo. ¡Soy una oferta de tiempo limitado!" + +# game/1_akarsha.rpy:2260 +translate spanish earthquake_ac3c7a41: + + # "Akarsha goes over to annoy Noelle at her desk. Noelle puts down the thick tome she's reading to give Akarsha her undivided attention." + "Akarsha se acerca a molestar a Noelle en su mesa. Noelle deja el grueso tomo que estaba leyendo para prestarle toda su atención a Akarsha." + +# game/1_akarsha.rpy:2262 +translate spanish earthquake_f4a86317: + + # Noelle "Yes?" + Noelle "¿Sí?" + +# game/1_akarsha.rpy:2264 +translate spanish earthquake_af835787: + + # Akarsha "Can I tell you something?" + Akarsha "¿Puedo contarte algo?" + +# game/1_akarsha.rpy:2267 +translate spanish earthquake_7d9228ae: + + # Noelle "...I'll allow it." + Noelle "...Lo permitiré." + +# game/1_akarsha.rpy:2269 +translate spanish earthquake_6f7a4ad5: + + # AkarshaT "\"I'll allow it\"?? Who talks like that? What are you, a judge?" + AkarshaT "¿¿\"Lo permitiré\"?? ¿Quién habla así? Quién eres, ¿una jueza?" + +# game/1_akarsha.rpy:2270 +translate spanish earthquake_e6dd7ed8: + + # AkarshaT "I love you..." + AkarshaT "Te amo..." + +# game/1_akarsha.rpy:2272 +translate spanish earthquake_bff47ae5: + + # Akarsha "So yesterday, I was RPing with one of my online pals, Xx_ChibiAzn_xX, on AnimeCrazy.net. And he asked me to be his forum GF!" + Akarsha "Así que ayer, estaba roleando con uno de mis amigos online, Xx_ChibiAzn_xX, en AnimeCrazy.net. ¡Y me preguntó que fuera su novia de foro!" + +# game/1_akarsha.rpy:2273 +translate spanish earthquake_e7c10606: + + # Akarsha "I turned him down, of course." + Akarsha "Lo rechazé, por supuesto." + +# game/1_akarsha.rpy:2274 +translate spanish earthquake_6aa88510: + + # Akarsha "But I'm so popular, this happens all the time!" + Akarsha "Pero soy tan popular, ¡esto pasa todo el tiempo!" + +# game/1_akarsha.rpy:2277 +translate spanish earthquake_723df941: + + # Noelle "...Never mind. Forget I asked." + Noelle "...Olvídalo. Olvida que te pregunté." + +# game/1_akarsha.rpy:2279 +translate spanish earthquake_08756f27: + + # AkarshaT "Huh?! She doesn't sound remotely interested!" + AkarshaT "¡¿Eh?! ¡Ella no suena remotamente interesada!" + +# game/1_akarsha.rpy:2286 +translate spanish earthquake_e133cd0d: + + # "Suddenly, a sharp tremor rattles Noelle's desk." + "De repente, un fuerte temblor sacude la mesa de Noelle." + +# game/1_akarsha.rpy:2288 +translate spanish earthquake_161b5f64: + + # Noelle "Quit shaking my desk." + Noelle "Deja de sacudir mi mesa." + +# game/1_akarsha.rpy:2290 +translate spanish earthquake_2c061390: + + # Akarsha "But I'm NOT shaking it?" + Akarsha "¿Pero NO LA ESTOY sacudiendo?" + +# game/1_akarsha.rpy:2293 +translate spanish earthquake_1c4539df: + + # "Noelle and Akarsha look at one another, then at their violently shaking surroundings." + "Noelle y Akarsha se miran la una a la otra, y luego a sus alrededores que tiemblan violentamente." + +# game/1_akarsha.rpy:2296 +translate spanish earthquake_3afcd917: + + # Akarsha "{big=+20}THERE'S A GHOST?!?{/big}" with sshake + Akarsha "{big=+20}¿¡¿HAY UN FANTASMA?!?{/big}" with sshake + +# game/1_akarsha.rpy:2300 +translate spanish earthquake_f5344444: + + # Noelle "YOU MEAN {big=+20}{i}EARTHQUAKE???{/i}{/big}" with sshake + Noelle "¿¿¿QUIERES DECIR {big=+20}{i}TERREMOTO???{/i}{/big}" with sshake + +# game/1_akarsha.rpy:2302 +translate spanish earthquake_ef9c0a7c: + + # Akarsha "Oh, yeah, earthquake!" + Akarsha "¡Ah, sí, terremoto!" + +# game/1_akarsha.rpy:2305 +translate spanish earthquake_ec81b4bf: + + # "There's a commotion as Diya and the others crawl under their desks for cover as taught by years of earthquake drills." + "Se produce una conmoción mientras Diya y los demás se meten debajo de sus mesas para ponerse a cubierto como les han enseñado años de simulacros de terremotos." + +# game/1_akarsha.rpy:2306 +translate spanish earthquake_e281d936: + + # "Without thinking, Akarsha dives under Noelle's desk, leaving Noelle sitting dumbly in her chair." + "Sin pensarlo, Akarsha se zambulle bajo la mesa de Noelle, dejando a Noelle sentada tontamente en su silla." + +# game/1_akarsha.rpy:2309 +translate spanish earthquake_35112c36: + + # Noelle "AKARSHA!!! WHAT AM I SUPPOSED TO HIDE UNDER NOW??!" with sshake + Noelle "¡¡¡AKARSHA!!! ¡¿¿DONDE SE SUPONE QUE ME VOY A ESCONDER AHORA??!" with sshake + +# game/1_akarsha.rpy:2311 +translate spanish earthquake_2995ef0c: + + # Akarsha "Oops! Why don't you squeeze under here, too?" + Akarsha "¡Ups! ¿Por qué no te cuelas aquí debajo, también?" + +# game/1_akarsha.rpy:2316 +translate spanish earthquake_4d5645d6: + + # "Akarsha tries to make room for Noelle as she stiffly crawls under the desk." + "Akarsha intenta hacer espacio para Noelle mientras ella se arrastra rígidamente debajo de la mesa." + +# game/1_akarsha.rpy:2317 +translate spanish earthquake_d619d7bb: + + # "Every single one of Noelle's joints pop as she crouches into place. They're so close, Akarsha can feel the heat radiating off Noelle's skin." + "Cada una de las articulaciones de Noelle chasquea mientras ella se agacha en su lugar. Están tan cerca, que Akarsha puede sentir el calor que irradia la piel de Noelle." + +# game/1_akarsha.rpy:2318 +translate spanish earthquake_48035f81: + + # AkarshaT "Is it just me, or is this like, really romantic??" + AkarshaT "¿¿Soy yo, o es esto como, muy romántico??" + +# game/1_akarsha.rpy:2319 +translate spanish earthquake_2c17bfd3: + + # AkarshaT "Nah, I'm just overthinking it...I gotta look at this objectively..." + AkarshaT "Nah, solo lo estoy pensando demasiado...Tengo que ver esto objetivamente..." + +# game/1_akarsha.rpy:2320 +translate spanish earthquake_e35dbd6b: + + # "Scowling, Noelle readjusts herself and brushes her hand against Akarsha's." + "Con el ceño fruncido, Noelle se reajusta y roza su mano con la de Akarsha." + +# game/1_akarsha.rpy:2321 +translate spanish earthquake_ab0fbc8b: + + # AkarshaT "No way...Does this mean what I think it means?!" + AkarshaT "No puede ser...¡¿Significa esto lo que yo creo que significa?!" + +# game/1_akarsha.rpy:2322 +translate spanish earthquake_24dbfb0b: + + # AkarshaT "She must've done that because she secretly likes me! Confirmed!!" with sshake + AkarshaT "¡Debe hacerlo porque le gusto en secreto! ¡¡Confirmado!!" with sshake + +# game/1_akarsha.rpy:2327 +translate spanish earthquake_1478c377: + + # Noelle "......." + Noelle "......." + +# game/1_akarsha.rpy:2328 +translate spanish earthquake_117be23f: + + # Akarsha "......." + Akarsha "......." + +# game/1_akarsha.rpy:2329 +translate spanish earthquake_cd62d3b0: + + # Noelle "I think it's stopped." + Noelle "Creo que se detuvo." + +# game/1_akarsha.rpy:2335 +translate spanish earthquake_8e7e717f: + + # "Noelle clambers back to her feet in a hurry." + "Noelle se levanta a toda prisa." + +# game/1_akarsha.rpy:2336 +translate spanish earthquake_3b7b1b5c: + + # Noelle "I can't believe you!" + Noelle "¡No te lo puedo creer!" + +# game/1_akarsha.rpy:2337 +translate spanish earthquake_a7edef31: + + # Noelle "I could have perished because of your selfishness!" + Noelle "¡Pude haber perecido por tu egoísmo!" + +# game/1_akarsha.rpy:2339 +translate spanish earthquake_8b07ae0f: + + # Akarsha "But you didn't! Talk about a win-win situation." + Akarsha "¡Pero no lo hiciste! Todos ganamos." + +# game/1_akarsha.rpy:2341 +translate spanish earthquake_b7a60ec3: + + # AkarshaT "What're the odds of an earthquake happening right as we were talking to each other?" + AkarshaT "¿Qué probabilidad hay de que se provoque un terremoto justo cuando estamos hablando las dos?" + +# game/1_akarsha.rpy:2342 +translate spanish earthquake_2037cd4d: + + # AkarshaT "Maybe it's a sign from the universe that we're soul mates!" + AkarshaT "¡Quizás es una señal del universo que somos almas gemelas!" + +# game/1_akarsha.rpy:2344 +translate spanish earthquake_397d0fad: + + # AkarshaT "I mean, think about it. What's more likely, that this was a coincidence? Or that the world revolves around me, and it's trying to tell me something?" + AkarshaT "Digo, piénsalo. ¿Qué es más probable, que esto sea una coincidencia? ¿O que el mundo gire en torno a mi, y este tratando de decirme algo?" + +# game/1_akarsha.rpy:2345 +translate spanish earthquake_3bf97989: + + # AkarshaT "It's obviously the second one!" + AkarshaT "¡Obviamente es la segunda opción!" + +# game/1_akarsha.rpy:2356 +translate spanish failedConfession_5ada2de0: + + # "Akarsha comes home giddy with the private conviction that Noelle likes her back." + "Akarsha vuelve a casa atolondrada con la convicción privada de que Noelle también le gusta." + +# game/1_akarsha.rpy:2357 +translate spanish failedConfession_b5391cc2: + + # "In spurt of reckless courage, she boots up the family desktop in the computer room after dinner." + "En un arrebato de valentía temeraria, ella arranca el ordenador familiar en la sala de oficina después de cenar." + +# game/1_akarsha.rpy:2359 +translate spanish failedConfession_a8c4d599: + + # AkarshaT "Okay...I'm gonna confess my love to her!" + AkarshaT "Ok...¡Voy a confesar mi amor por ella!" + +# game/1_akarsha.rpy:2360 +translate spanish failedConfession_d589feac: + + # AkarshaT "I have a really good feeling about this!" + AkarshaT "¡Tengo un buen presentimiento sobre esto!" + +# game/1_akarsha.rpy:2364 +translate spanish failedConfession_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/1_akarsha.rpy:2365 +translate spanish failedConfession_f7b39a74: + + # cAkarsha "hey" + cAkarsha "ey" + +# game/1_akarsha.rpy:2366 +translate spanish failedConfession_52b966ff: + + # cSame "do u have a minute" + cSame "tienes un minuto" + +# game/1_akarsha.rpy:2367 +translate spanish failedConfession_4530ee73: + + # cNoelle "Why is your display name \"Certified Brain Genius\"?" + cNoelle "¿Por qué tu apodo es \"Genio Cerebral Certificado\"?" + +# game/1_akarsha.rpy:2368 +translate spanish failedConfession_2bebd93c: + + # cAkarsha "uh becuase i am one? duh" + cAkarsha "eh porque soy uno? duh" + +# game/1_akarsha.rpy:2369 +translate spanish failedConfession_915918f1: + + # cNoelle "WHAT DIFFERENCE IS THERE BETWEEN A GENIUS AND A \"BRAIN GENIUS\"??" + cNoelle "¿¿CUÁL ES LA DIFERENCIA ENTRE UN GENIO Y UN \"GENIO CEREBRAL\"??" + +# game/1_akarsha.rpy:2370 +translate spanish failedConfession_8a8d4a43: + + # cSame "IT'S A POINTLESS DISTINCTION!" + cSame "¡ES UNA DISTINCIÓN SIN SENTIDO!" + +# game/1_akarsha.rpy:2371 +translate spanish failedConfession_8a0b245d: + + # cAkarsha "no no they're obviously different" + cAkarsha "no no obviamente son distintos" + +# game/1_akarsha.rpy:2372 +translate spanish failedConfession_0355095c: + + # cNoelle "Did you change it to this just to annoy me?!" + cNoelle "¡¿Acaso lo cambiaste solo para molestarme?!" + +# game/1_akarsha.rpy:2373 +translate spanish failedConfession_e1b4617c: + + # cAkarsha "idk what ur talking about and i dont appreciate u questioning my certification -_-" + cAkarsha "ns de que estás hablando y no aprecio que cuestiones mi certificación -_-" + +# game/1_akarsha.rpy:2374 +translate spanish failedConfession_12824d77: + + # cSame "we ladies need to uplift each other!!" + cSame "nosotras damas tenemos que animarnos la una a la otra!!" + +# game/1_akarsha.rpy:2375 +translate spanish failedConfession_a659f2fc: + + # cSame "no point in having 2 queens fight" + cSame "no hay punto en que 2 reinas peleen" + +# game/1_akarsha.rpy:2376 +translate spanish failedConfession_6f670f39: + + # cNoelle "QUEENS??" + cNoelle "¿¿REINAS??" + +# game/1_akarsha.rpy:2377 +translate spanish failedConfession_28bbe7c8: + + # cSame "RIGHT NOW I SEE YOU AS NOTHING BUT AN ENEMY TO BE OBLITERATED." + cSame "AHORA MISMO NO TE VEO MÁS QUE COMO UN ENEMIGO AL QUE ANIQUILAR." + +# game/1_akarsha.rpy:2378 +translate spanish failedConfession_966a93ca: + + # cAkarsha "ok can we circle back to this later?" + cAkarsha "ok podemos volver a esto más tarde?" + +# game/1_akarsha.rpy:2379 +translate spanish failedConfession_138a3bd5: + + # cSame "thats not why messaged you" + cSame "esa no es la razón por la que te mandé un mensaje" + +# game/1_akarsha.rpy:2380 +translate spanish failedConfession_9a2ad2c6: + + # cNoelle "Why did you message me, then?" + cNoelle "¿Para qué me mandaste un mensaje, entonces?" + +# game/1_akarsha.rpy:2381 +translate spanish failedConfession_ba708bd3: + + # cAkarsha "i have to tell yuo something" + cAkarsha "te tengo qeu decir algo" + +# game/1_akarsha.rpy:2382 +translate spanish failedConfession_4d722a60: + + # cNoelle "What is it?" + cNoelle "¿Qué pasa?" + +# game/1_akarsha.rpy:2383 +translate spanish failedConfession_6d80717c: + + # cAkarsha "i" + cAkarsha "yo" + +# game/1_akarsha.rpy:2384 +translate spanish failedConfession_a82300be: + + # cSame "uh" + cSame "eh" + +# game/1_akarsha.rpy:2385 +translate spanish failedConfession_23c5da08: + + # cSame "man this is hard to say" + cSame "hombre es dificil decirlo" + +# game/1_akarsha.rpy:2386 +translate spanish failedConfession_d2d4ebc1: + + # cSame "^__^;;;;;;" + cSame "^__^;;;;;;" + +# game/1_akarsha.rpy:2387 +translate spanish failedConfession_f5702156: + + # cSame "i kinda have a crush on you" + cSame "estoy un poco enamorada de ti" + +# game/1_akarsha.rpy:2388 +translate spanish failedConfession_0381fa1b: + + # cNoelle "Er..." + cNoelle "Em..." + +# game/1_akarsha.rpy:2389 +translate spanish failedConfession_16eac652: + + # cSame "What?" + cSame "¿Qué?" + +# game/1_akarsha.rpy:2390 +translate spanish failedConfession_20630ef3: + + # cSame "You're joking, right?" + cSame "¿Estás bromeando, verdad?" + +# game/1_akarsha.rpy:2394 +translate spanish failedConfession_2476b152: + + # "Akarsha's stomach drops as Noelle's flat response flashes on the screen." + "A Akarsha se le revuelve el estómago al ver la respuesta tajante de Noelle en la pantalla." + +# game/1_akarsha.rpy:2396 +translate spanish failedConfession_9bdb57eb: + + # AkarshaT "Crap. That's not what I was expecting..." + AkarshaT "Mierda. Esto no es lo que estaba esperando..." + +# game/1_akarsha.rpy:2397 +translate spanish failedConfession_d7779c0a: + + # AkarshaT "If she really liked me, she would've jumped at the chance to say she felt the same way!" + AkarshaT "Si de verdad le gustara, ¡ella habría aprovechado la oportunidad para decir que sentía lo mismo!" + +# game/1_akarsha.rpy:2398 +translate spanish failedConfession_1152899f: + + # AkarshaT "I know {i}I{/i} would've..." + AkarshaT "Sé que {i}yo{/i} lo haría..." + +# game/1_akarsha.rpy:2400 +translate spanish failedConfession_2b0fa1e5: + + # AkarshaT "Which means...I was overthinking all our interactions after all..." + AkarshaT "Lo que significa...Que yo estaba sobre pensando nuestras interacciones después de todo..." + +# game/1_akarsha.rpy:2401 +translate spanish failedConfession_771d952f: + + # AkarshaT "I'm not a certified brain genius anymore. I've made a grave mistake!!" + AkarshaT "Ya no soy una genio cerebral certificada. ¡¡He hecho un grave error!!" + +# game/1_akarsha.rpy:2404 +translate spanish failedConfession_bef5eee4: + + # AkarshaT "Abort mission! Abort!!" with sshake + AkarshaT "¡Abortar mission! ¡¡Abortar!!" with sshake + +# game/1_akarsha.rpy:2408 +translate spanish failedConfession_6c898b58: + + # cAkarsha "uh" + cAkarsha "eh" + +# game/1_akarsha.rpy:2409 +translate spanish failedConfession_cfab3a9e: + + # cSame "just kidding!!!" + cSame "solo bromeo!!!" + +# game/1_akarsha.rpy:2410 +translate spanish failedConfession_2823a0a8: + + # cSame "that was my brother xD" + cSame "ese fue mi hermano xD" + +# game/1_akarsha.rpy:2411 +translate spanish failedConfession_d6ca2fcc: + + # cNoelle "Your brother...?" + cNoelle "¿Tu hermano...?" + +# game/1_akarsha.rpy:2412 +translate spanish failedConfession_72118dc4: + + # cAkarsha "ya he took the keyboard and typed that as a joke" + cAkarsha "si me agarró el teclado y escribió eso como chiste" + +# game/1_akarsha.rpy:2413 +translate spanish failedConfession_0f8056f0: + + # cSame "i cant believe he did that o.O" + cSame "no puedo creer que hizo eso o.O" + +# game/1_akarsha.rpy:2414 +translate spanish failedConfession_ba10194c: + + # cSame "like id ever say anything that crazeh! e_e" + cSame "yo nunca diría algo tan locoh! e_e" + +# game/1_akarsha.rpy:2415 +translate spanish failedConfession_3779265e: + + # cNoelle "I see..." + cNoelle "Ya veo..." + +# game/1_akarsha.rpy:2416 +translate spanish failedConfession_06bdf062: + + # cAkarsha "just forget this ever happened ok? my bros so random lolll" + cAkarsha "solo olvida que esto pasó ok? mi hermano es tan random lolll" + +# game/1_akarsha.rpy:2417 +translate spanish failedConfession_c2256f7d: + + # cSame "i gtg now bye!!" + cSame "me tengo q ir ahora chau!!" + +# game/1_akarsha.rpy:2419 +translate spanish failedConfession_76b2fe88: + + # nvl clear + nvl clear + +# game/1_akarsha.rpy:2423 +translate spanish shesTheMan_d1ee50bf: + + # "Akarsha powers the family desktop off, her heart pounding a mile a minute." + "Akarsha apaga el computador familiar, con el corazón a mil por hora." + +# game/1_akarsha.rpy:2425 +translate spanish shesTheMan_c5600f8a: + + # AkarshaT "That was a close one...I somehow salvaged that and escaped unscathed..." + AkarshaT "Eso estuvo cerca...De alguna manera logré salvarlo y escapar sin ningún rasguño..." + +# game/1_akarsha.rpy:2426 +translate spanish shesTheMan_f455912c: + + # AkarshaT "Apart from my heart being broken into a thousand smithereens, I mean..." + AkarshaT "Aparte de mi corazón rompiéndose en mil pedazos, supongo..." + +# game/1_akarsha.rpy:2432 +translate spanish shesTheMan_066ee45b: + + # "Akarsha dramatically throws herself onto the sofa in the living room." + "Akarsha dramáticamente se lanza en el sofá del salón." + +# game/1_akarsha.rpy:2434 +translate spanish shesTheMan_40499fe6: + + # "Used to this, her brother offers her a piece of candy." + "Acostumbrado a esto, su hermano le ofrece un dulce." + +# game/1_akarsha.rpy:2436 +translate spanish shesTheMan_cb1c371e: + + # Pratik "Want a Hi-Chew?" + Pratik "¿Quieres un Hi-Chew?" + +# game/1_akarsha.rpy:2438 +translate spanish shesTheMan_105f20af: + + # Akarsha "No, thanks." + Akarsha "No, gracias." + +# game/1_akarsha.rpy:2441 +translate spanish shesTheMan_b4e41abc: + + # Dad "Don't eat too many of those. They have dangerous oils in them." + Dad "No comas muchos de esos. Tienen aceites peligrosos adentro." + +# game/1_akarsha.rpy:2443 +translate spanish shesTheMan_1ad54d6f: + + # Pratik "Okay, Dad..." + Pratik "Ok, Papá..." + +# game/1_akarsha.rpy:2447 +translate spanish shesTheMan_c432da8e: + + # "Her mom goes into the room Akarsha just left to switch off the light." + "Su madre va a la habitación de la que acaba de salir Akarsha solo para apagar la luz." + +# game/1_akarsha.rpy:2449 +translate spanish shesTheMan_72012e2a: + + # Mom "What is this — Diwali?!" + Mom "¡¿Qué es esto — Diwali?!" + +# game/1_akarsha.rpy:2451 +translate spanish shesTheMan_5f9074e2: + + # Akarsha "Oops. Sorry, I was having a meltdown and forgot..." + Akarsha "Ups. Lo siento, estaba teniendo un colapso y se me olvidó..." + +# game/1_akarsha.rpy:2454 +translate spanish shesTheMan_5e684a65: + + # Dad "Want to watch a funny movie with us? It'll make you feel better." + Dad "¿Quieres ver una comedia con nosotros? Te hará sentir mejor." + +# game/1_akarsha.rpy:2456 +translate spanish shesTheMan_c36f4f16: + + # Akarsha "What's the movie?" + Akarsha "¿Qué película es?" + +# game/1_akarsha.rpy:2458 +translate spanish shesTheMan_3cdc0ede: + + # Dad "She's the Man. We just need to wait two minutes, it starts on TV at seven." + Dad "Una chica en apuros. Solo tenemos que esperar dos minutos, comienza en la tele a las siete." + +# game/1_akarsha.rpy:2460 +translate spanish shesTheMan_d7e4f85e: + + # "The movie kicks off with the teenage heroine making out with her boyfriend." + "La película empieza con la heroína adolescente besándose con su novio." + +# game/1_akarsha.rpy:2462 +translate spanish shesTheMan_54605496: + + # Mom "Ew. Gross." + Mom "Puaj. Que asco." + +# game/1_akarsha.rpy:2465 +translate spanish shesTheMan_eabf9a22: + + # Akarsha "I dunno...{w=0.35}Wish that were me..." + Akarsha "No sé...{w=0.35}Ojalá esa fuera yo..." + +# game/1_akarsha.rpy:2466 +translate spanish shesTheMan_aa9127ac: + + # AkarshaT "We would've been so cute together......" + AkarshaT "Habríamos sido tan lindas juntas......" + +# game/1_akarsha.rpy:2467 +translate spanish shesTheMan_8c6abdb4: + + # AkarshaT "We belong together! We should be dating!" + AkarshaT "¡Pertenecemos juntas! ¡Deberíamos estar saliendo!" + +# game/1_akarsha.rpy:2468 +translate spanish shesTheMan_2d918274: + + # AkarshaT "I was hoping so bad Noelle could see that, too." + AkarshaT "Tenía tantas ganas de que Noelle viera eso, también." + +# game/1_akarsha.rpy:2469 +translate spanish shesTheMan_212f9084: + + # AkarshaT "It just really hurts to know she doesn't feel the same way." + AkarshaT "De verdad duele saber que ella no siente lo mismo." + +# game/1_akarsha.rpy:2472 +translate spanish shesTheMan_660e1415: + + # Dad "Oh! This actress makes a very handsome boy." + Dad "¡Oh! Esta actriz hace un muy lindo chico." + +# game/1_akarsha.rpy:2473 +translate spanish shesTheMan_79ab8c2d: + + # Dad "She would've tricked me." + Dad "Me habría engañado." + +# game/1_akarsha.rpy:2475 +translate spanish shesTheMan_66a57bf1: + + # Mom "She would've tricked you?!" + Mom "¡¿Te hubiera engañado?!" + +# game/1_akarsha.rpy:2477 +translate spanish shesTheMan_d84c92f1: + + # Dad "Beti, do you know how to do this?" + Dad "¿Beti, sabes como hacer esto?" + +# game/1_akarsha.rpy:2479 +translate spanish shesTheMan_6798b12e: + + # Akarsha "Do what? Disguise myself as a guy?" + Akarsha "¿Hacer qué? ¿Disfrazarme como un chico?" + +# game/1_akarsha.rpy:2482 +translate spanish shesTheMan_819ac32d: + + # Mom "What kind of question is that? You're so weird." + Mom "¿Qué tipo de pregunta es esa? Eres tan raro." + +# game/1_akarsha.rpy:2484 +translate spanish shesTheMan_fa7e6773: + + # "It's a fun movie, but watching all the characters happily pair up after their wacky teen hijinks just makes Akarsha's chest ache even more." + "Es una peli divertida, pero ver a todos los personajes felizmente emparejados después de sus disparatadas aventuras adolescentes solo hace que a Akarsha le duela más el pecho." + +# game/1_akarsha.rpy:2485 +translate spanish shesTheMan_1bda8106: + + # "Seeing the forlorn expression on her face, her dad pats her on the shoulder." + "Al ver la expresión desolada en su rostro, su padre le da una palmada en el hombro." + +# game/1_akarsha.rpy:2487 +translate spanish shesTheMan_2c2f9fbc: + + # Dad "Cheer up." + Dad "Anímate." + +# game/1_akarsha.rpy:2488 +translate spanish shesTheMan_ca9bee84: + + # Dad "If you really don't want to be a doctor, you can become a movie star instead." + Dad "Si realmente no quieres ser doctora, puedes volverte una estrella de cine a cambio." + +# game/1_akarsha.rpy:2490 +translate spanish shesTheMan_bab2621b: + + # Mom "What are you saying?!" + Mom "¡¿Qué estás diciendo?!" + +# game/1_akarsha.rpy:2492 +translate spanish shesTheMan_3a244893: + + # Dad "I think it will be cool if Akarsha becomes a famous movie star. If she's rich, we can live in the mountains." + Dad "Creo que sería genial si Akarsha se convierte en una estrella del cine famosa. Si es millonaria, podemos ir a vivir a las montañas." + +# game/1_akarsha.rpy:2493 +translate spanish shesTheMan_676955c7: + + # Dad "We can be like, in the wild." + Dad "Podemos estar como, en la naturaleza." + +# game/1_akarsha.rpy:2496 +translate spanish shesTheMan_5188f404: + + # Mom "Why would we want that???" with sshake + Mom "¿¿¿Por qué querríamos eso???" with sshake + +# game/1_akarsha.rpy:2498 +translate spanish shesTheMan_59d75ac0: + + # Dad "You can do it, beti. I believe." + Dad "Puedes hacerlo, beti. Creo en ti." + +# game/1_akarsha.rpy:2501 +translate spanish shesTheMan_6e91f369: + + # AkarshaT "My parents have such high hopes for me, but all I do is waste the opportunities they worked so hard to give me." + AkarshaT "Mis padres tienen esperanzas tan altas en mi, pero todo lo que hago es malgastar las oportunidades por las que trabajaron tan duro para darme." + +# game/1_akarsha.rpy:2503 +translate spanish shesTheMan_e935c49c: + + # AkarshaT "I have literally nothing going for me...I'm legitimately such a waste of time and resources." + AkarshaT "Literalmente no tengo nada a mi favor...Soy una auténtica pérdida de tiempo y recursos." + +# game/1_akarsha.rpy:2508 +translate spanish shesTheMan_803db465: + + # AkarshaT "How do people manage to have their first kiss in kindergarten and stuff?" + AkarshaT "¿Cómo le hace la gente para dar su primer beso en preescolar y todo eso?" + +# game/1_akarsha.rpy:2509 +translate spanish shesTheMan_c9c8d844: + + # AkarshaT "Why doesn't anyone wanna kiss {i}me{/i}?? Am I that unlikeable?" + AkarshaT "¿¿Cómo es que nadie me quiere besar a {i}mi{/i}?? ¿Acaso soy así de desagradable?" + +# game/1_akarsha.rpy:2510 +translate spanish shesTheMan_541c1f9b: + + # AkarshaT "It feels like such a remote thing that I can't imagine it {i}ever{/i} happening to me." + AkarshaT "Es un sentimiento tan remoto que no puedo ni imaginar que me pase a mi {i}jamás{/i}." + +# game/1_akarsha.rpy:2511 +translate spanish shesTheMan_97f655d7: + + # AkarshaT "I've never even held someone's hand or been in any kind of relationship." + AkarshaT "Nunca le he tomado la mano a alguien ni he estado en cualquier tipo de relación." + +# game/1_akarsha.rpy:2512 +translate spanish shesTheMan_fc963cdb: + + # AkarshaT "At this rate I'm gonna go through my entire life without ever getting kissed." + AkarshaT "A este punto voy a pasar mi vida entera sin que siquiera me lleguen a besar." + +# game/1_akarsha.rpy:2513 +translate spanish shesTheMan_e8918134: + + # AkarshaT "What's even the point of me staying alive? There's nothing for me to look forward to." + AkarshaT "¿Cuál es el punto de seguir viva? No tengo nada que esperar de la vida." + +# game/1_akarsha.rpy:2514 +translate spanish shesTheMan_e8e3d7eb: + + # AkarshaT "Everything just feels so unattainable." + AkarshaT "Todo se siente tan inalcanzable." + +# game/1_akarsha.rpy:2524 +translate spanish minChat_c034540d: + + # "Once the end credits roll, she dejectedly texts Min on her phone." + "Cuando terminan los créditos, abatida, le manda un mensaje de texto a Min." + +# game/1_akarsha.rpy:2526 +translate spanish minChat_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/1_akarsha.rpy:2528 +translate spanish minChat_277bb270: + + # cAkarsha "i read online that its healthy to wallow in sadness" + cAkarsha "leí online que es saludable revolcarse en la tristeza" + +# game/1_akarsha.rpy:2529 +translate spanish minChat_7dc1384b: + + # cSame "for up to 1 hour a day" + cSame "por hasta 1 hora al dia" + +# game/1_akarsha.rpy:2530 +translate spanish minChat_65b74ae8: + + # cSame "and that hour begins nOW YAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + cSame "y esa hora comienza ahORA WAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + +# game/1_akarsha.rpy:2531 +translate spanish minChat_f1a4dee5: + + # cMin "WTF" + cMin "WTF" + +# game/1_akarsha.rpy:2532 +translate spanish minChat_ce2ded25: + + # cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + +# game/1_akarsha.rpy:2533 +translate spanish minChat_c01a69d0: + + # cMin "SHUT UP" + cMin "CÁLLATE" + +# game/1_akarsha.rpy:2535 +translate spanish minChat_3aca3c73: + + # cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + +# game/1_akarsha.rpy:2536 +translate spanish minChat_8edaa407: + + # cMin "what happened???????" + cMin "que pasó????????" + +# game/1_akarsha.rpy:2537 +translate spanish minChat_daea2865: + + # cAkarsha "I CONFESSED AND IT DIDNT GO WELL TT_____TT" + cAkarsha "ME CONFESÉ Y NO FUE BIEN TT_____TT" + +# game/1_akarsha.rpy:2538 +translate spanish minChat_fe37d991: + + # cMin "o shit" + cMin "o mierda" + +# game/1_akarsha.rpy:2539 +translate spanish minChat_d330fcf4: + + # cAkarsha "luckily the second i saw things were going south" + cAkarsha "afortunadamente el segundo que vi que las cosas estaban yendo mal" + +# game/1_akarsha.rpy:2540 +translate spanish minChat_16373f43: + + # cSame "i was able to backtrack n play it off as a joke" + cSame "logré retroceder y tomarlo como broma" + +# game/1_akarsha.rpy:2541 +translate spanish minChat_dc67c551: + + # cSame "i said it was my brother pranking me" + cSame "dije que fue mi hermano gastándome una broma" + +# game/1_akarsha.rpy:2542 +translate spanish minChat_c5123885: + + # cMin "wait" + cMin "espera" + +# game/1_akarsha.rpy:2543 +translate spanish minChat_c377e49a: + + # cSame "hold on" + cSame "espera" + +# game/1_akarsha.rpy:2544 +translate spanish minChat_45468177: + + # cSame "you did it thru TEXT???" + cSame "lo hiciste por TEXTO???" + +# game/1_akarsha.rpy:2545 +translate spanish minChat_742a148d: + + # cAkarsha "ya" + cAkarsha "sep" + +# game/1_akarsha.rpy:2546 +translate spanish minChat_bd81765c: + + # cMin "why???" + cMin "por qué???" + +# game/1_akarsha.rpy:2547 +translate spanish minChat_87c2ccd5: + + # cAkarsha "idk it seemed like a good idea at the time :(" + cAkarsha "no sé parecía una buena idea en el momento :(" + +# game/1_akarsha.rpy:2548 +translate spanish minChat_b9f08306: + + # cSame "and that way I could say it wasnt me if i chickened out" + cSame "y de esa forma podía decir que no fui yo si me arrepentía" + +# game/1_akarsha.rpy:2549 +translate spanish minChat_f57a085c: + + # cMin "wtf" + cMin "wtf" + +# game/1_akarsha.rpy:2550 +translate spanish minChat_11dbd69b: + + # cSame "DO IT PROPERLY" + cSame "HAZLO CORRECTAMENTE" + +# game/1_akarsha.rpy:2551 +translate spanish minChat_00989fc5: + + # cSame "IN PERSON" + cSame "EN PERSONA" + +# game/1_akarsha.rpy:2552 +translate spanish minChat_3297aa4c: + + # cAkarsha "and deal with the consequences of my actions??" + cAkarsha "y lidiar con las consecuencias de mis acciones??" + +# game/1_akarsha.rpy:2553 +translate spanish minChat_ec07712c: + + # cSame "no thank u" + cSame "no gracias" + +# game/1_akarsha.rpy:2554 +translate spanish minChat_3b27b2c2: + + # cMin "well if your not sinsere about it, then what you get back isnt going to be real either" + cMin "bueno si no eres sinsera, lo que vas a recibir devuelta no va a ser real tampoco" + +# game/1_akarsha.rpy:2555 +translate spanish minChat_672019b9: + + # cSame "your like someone who went to vegas, spent 1 penny and got spooked and left" + cSame "eres como alguien que fue a las vegas, gastó 1 centavo y se asustó y se fue" + +# game/1_akarsha.rpy:2556 +translate spanish minChat_9a1586da: + + # cSame "You need to take risks if you wanna win anything" + cSame "Tienes que tomar riesgos si quieres ganar en algo" + +# game/1_akarsha.rpy:2557 +translate spanish minChat_94319816: + + # cAkarsha "too scawwy :(" + cAkarsha "me da miedito :(" + +# game/1_akarsha.rpy:2558 +translate spanish minChat_52ec776d: + + # cMin "coward" + cMin "cobarde" + +# game/1_akarsha.rpy:2559 +translate spanish minChat_5de190f3: + + # cAkarsha "whats the point? i know theyre not interested in me anyway" + cAkarsha "cuál es el punto? ya se que no está interesada en mi de igual manera" + +# game/1_akarsha.rpy:2560 +translate spanish minChat_c1c3d86e: + + # cMin "weaksauce move" + cMin "jugada pacotilla" + +# game/1_akarsha.rpy:2561 +translate spanish minChat_42390620: + + # cAkarsha "and i cant even blame them" + cAkarsha "y ni siquiera le puedo echar la culpa" + +# game/1_akarsha.rpy:2562 +translate spanish minChat_25b3ce3a: + + # cSame "who'd wanna waste time with a loser like me ;___;" + cSame "quien querría gastar su tiempo con una perdedora como yo ;___;" + +# game/1_akarsha.rpy:2563 +translate spanish minChat_107fd2e5: + + # cMin "what am i then motherfuker?? chopped liver?" + cMin "y yo que entonces hija de puta?? estoy pintada?" + +# game/1_akarsha.rpy:2564 +translate spanish minChat_a6f65b94: + + # cSame "IM wasting time with yuo right now" + cSame "ESTOY gastando mi tiempo cotnigo ahora mismo" + +# game/1_akarsha.rpy:2565 +translate spanish minChat_842b81b3: + + # cAkarsha "but u like wasting time with diya MORE" + cAkarsha "pero te gusta MÁS gastar el tiempo con diya" + +# game/1_akarsha.rpy:2566 +translate spanish minChat_36326adf: + + # cSame "see??" + cSame "ves??" + +# game/1_akarsha.rpy:2567 +translate spanish minChat_5d8f8657: + + # cSame "*is die*" + cSame "*muerte*" + +# game/1_akarsha.rpy:2568 +translate spanish minChat_d7459e62: + + # cMin "well its not a contest" + cMin "bueno no es una competición" + +# game/1_akarsha.rpy:2569 +translate spanish minChat_6c8e4583: + + # cAkarsha "ok but it kinda is??" + cAkarsha "pero lo es??" + +# game/1_akarsha.rpy:2570 +translate spanish minChat_cb1e4453: + + # cSame "idk like...having 1 person in the world think im worth loving would be nice" + cSame "ns como...tener a 1 persona en el mundo que piense que vale la pena amarme sería bonito" + +# game/1_akarsha.rpy:2571 +translate spanish minChat_3c0f13f4: + + # cSame "i feel like i've spent my entire life wanting people and being rejected while nobodys ever felt anything for me" + cSame "siento que he gastado mi vida entera queriendo a gente que me rechaza mientras nadie siente nada por mi" + +# game/1_akarsha.rpy:2572 +translate spanish minChat_c7ed8e59: + + # cSame "like am i really that ugly and boring that no one would ever fall in love with me" + cSame "onda de verdad soy tan fea y aburrida que nadie nunca se va a enamorar de mi" + +# game/1_akarsha.rpy:2573 +translate spanish minChat_b5e1753d: + + # cSame "im just a waste of space" + cSame "solo soy un malgasto de espacio" + +# game/1_akarsha.rpy:2574 +translate spanish minChat_66444cea: + + # cMin "seriosly stop saying shit like that" + cMin "de verdad para de decirlo así" + +# game/1_akarsha.rpy:2575 +translate spanish minChat_29f87937: + + # cAkarsha "i was just kidding XD im so random" + cAkarsha "solo bromeaba XD soy tan random" + +# game/1_akarsha.rpy:2576 +translate spanish minChat_0189b1b0: + + # cMin "its not funny" + cMin "no es divertido" + +# game/1_akarsha.rpy:2577 +translate spanish minChat_2b7e21c2: + + # cAkarsha "xD" + cAkarsha "xD" + +# game/1_akarsha.rpy:2578 +translate spanish minChat_aee2d5a6: + + # cMin "dont xD me you son of a bitch" + cMin "no me vengas con tu xD maldita bastarda" + +# game/1_akarsha.rpy:2579 +translate spanish minChat_83c89496: + + # cAkarsha "i just wanna do normal high school things" + cAkarsha "solo quiero hacer cosas de secundaria normales" + +# game/1_akarsha.rpy:2580 +translate spanish minChat_9df2dc8f: + + # cSame "like date and go to parties n stuff...." + cSame "como ligar e ir a fiestas y todo..." + +# game/1_akarsha.rpy:2581 +translate spanish minChat_0a77cc85: + + # cSame "i feel like im missing out on this whole fun exp everyone else is having" + cSame "siento que me estoy perdiendo en todas las experiencias divertidas que todos los demás están teniendo" + +# game/1_akarsha.rpy:2583 +translate spanish minChat_05f6d02c: + + # cMin "look dumbass" + cMin "mira estúpida" + +# game/1_akarsha.rpy:2584 +translate spanish minChat_dc360268: + + # cSame "theres probably like 3 couples in our entire grade including me and diya" + cSame "probablemente hay como 3 parejas en nuestro grado entero incluyéndome a mi y a diya" + +# game/1_akarsha.rpy:2585 +translate spanish minChat_7962fd3f: + + # cSame "bunch of socially stunted fob nerds" + cSame "un montón de nerds socialmente atrofiados" + +# game/1_akarsha.rpy:2586 +translate spanish minChat_2152bddb: + + # cSame "most of us arent even allowed to date until college anyways" + cSame "de igual manera la mayoría de nosotras ni siquiera nos tienen permitido el ligar antes de la universidad" + +# game/1_akarsha.rpy:2587 +translate spanish minChat_acaf7d6b: + + # cAkarsha "great" + cAkarsha "genial" + +# game/1_akarsha.rpy:2588 +translate spanish minChat_20ce56ba: + + # cSame "so not only am i an undesirable weirdo but im not even special" + cSame "así que no solo soy una rarita indeseable pero ni siquiera soy especial" + +# game/1_akarsha.rpy:2589 +translate spanish minChat_336630ff: + + # cMin "not special is good sometimes" + cMin "no ser especial es bueno a veces" + +# game/1_akarsha.rpy:2590 +translate spanish minChat_153175b8: + + # cSame "if your not special it means your not alone" + cSame "si no eres especial significa que no estás sola" + +# game/1_akarsha.rpy:2591 +translate spanish minChat_04c0c377: + + # cAkarsha "ok yeah yeah i get it" + cAkarsha "ok sí sí lo entiendo" + +# game/1_akarsha.rpy:2592 +translate spanish minChat_f94b0df6: + + # cSame "u right" + cSame "tienes razón" + +# game/1_akarsha.rpy:2593 +translate spanish minChat_898f94f8: + + # cSame "did you wanna play maplestory tonight?" + cSame "querías jugar maplestory esta noche?" + +# game/1_akarsha.rpy:2594 +translate spanish minChat_9c1e4858: + + # cSame "i need a distraction to stop thinking about my epic fail OTL" + cSame "necesito una distracción para dejar de pensar en mi épico fracaso online" + +# game/1_akarsha.rpy:2596 +translate spanish minChat_fa1cc125: + + # cMin "sry i cant" + cMin "lo siento no puedo" + +# game/1_akarsha.rpy:2597 +translate spanish minChat_26bbef17: + + # cSame "juns using the computer right now" + cSame "jun está usando la computadora ahora mismo" + +# game/1_akarsha.rpy:2598 +translate spanish minChat_8eb7eae2: + + # cAkarsha ":/" + cAkarsha ":/" + +# game/1_akarsha.rpy:2600 +translate spanish minChat_87c1d523: + + # cSame "how about we play through text then?" + cSame "qué te parece jugarlo por texto entonces?" + +# game/1_akarsha.rpy:2601 +translate spanish minChat_6a2d52ff: + + # cMin "what do you mean through text" + cMin "a qué te refieres con texto" + +# game/1_akarsha.rpy:2606 +translate spanish minChat_35d239d6: + + # cAkarsha " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + cAkarsha " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + +# game/1_akarsha.rpy:2607 +translate spanish minChat_652cb31f: + + # cSame "its a snail" + cSame "es un caracol" + +# game/1_akarsha.rpy:2608 +translate spanish minChat_266a1334: + + # cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" + +# game/1_akarsha.rpy:2609 +translate spanish minChat_99c72437: + + # cMin "oh ok" + cMin "ah ok" + +# game/1_akarsha.rpy:2610 +translate spanish minChat_4ffd774c: + + # cSame "attack" + cSame "atacar" + +# game/1_akarsha.rpy:2611 +translate spanish minChat_72b64b15: + + # cSame "ninja star" + cSame "estrella ninja" + +# game/1_akarsha.rpy:2612 +translate spanish minChat_bb958b57: + + # cAkarsha "it's hitting you!!!!" + cAkarsha "te está golpeando!!!!" + +# game/1_akarsha.rpy:2613 +translate spanish minChat_692421ce: + + # cSame "-5 HP" + cSame "-5 HP" + +# game/1_akarsha.rpy:2614 +translate spanish minChat_12e60c51: + + # cMin "HUH" + cMin "EH" + +# game/1_akarsha.rpy:2615 +translate spanish minChat_b1429f8f: + + # cSame "WHY" + cSame "POR QUÉ" + +# game/1_akarsha.rpy:2616 +translate spanish minChat_954f0529: + + # cAkarsha "use emoticons like me" + cAkarsha "usa emoticonos como yo" + +# game/1_akarsha.rpy:2617 +translate spanish minChat_4d8c8f35: + + # cMin "oh" + cMin "ah" + +# game/1_akarsha.rpy:2618 +translate spanish minChat_a82300be: + + # cSame "uh" + cSame "eh" + +# game/1_akarsha.rpy:2619 +translate spanish minChat_4dcd8658: + + # cSame "*" + cSame "*" + +# game/1_akarsha.rpy:2620 +translate spanish minChat_b75672a5: + + # cAkarsha "wuts that supposed to be" + cAkarsha "q se supone que es eso" + +# game/1_akarsha.rpy:2621 +translate spanish minChat_0e36ce0e: + + # cSame "your butthole??" + cSame "tu trasero??" + +# game/1_akarsha.rpy:2622 +translate spanish minChat_8c727764: + + # cMin "WHY WOULD IT BE MNY BUTTHOLE?????" + cMin "PORQUE SERÍA MNI TRASERO?????" + +# game/1_akarsha.rpy:2624 +translate spanish minChat_559b5944: + + # cSame "ITS THE NINJA STAR" + cSame "ES LA ESTRELLA NINJA" + +# game/1_akarsha.rpy:2625 +translate spanish minChat_74563b79: + + # cSame "SICKO" + cSame "ENFERMA" + +# game/1_akarsha.rpy:2626 +translate spanish minChat_dc69304d: + + # cAkarsha "oh ok" + cAkarsha "ah ok" + +# game/1_akarsha.rpy:2627 +translate spanish minChat_f255ca1e: + + # cSame "22 damage" + cSame "22 de daño" + +# game/1_akarsha.rpy:2628 +translate spanish minChat_66dcd7f3: + + # cMin "*" + cMin "*" + +# game/1_akarsha.rpy:2629 +translate spanish minChat_09c9146a: + + # cAkarsha "25 damage" + cAkarsha "25 de daño" + +# game/1_akarsha.rpy:2630 +translate spanish minChat_50676960: + + # cSame " \ \ \ \ \ \ \ \ \ ‘-‘_@_" + cSame " \ \ \ \ \ \ \ \ \ ‘-‘_@_" + +# game/1_akarsha.rpy:2631 +translate spanish minChat_c653de34: + + # cSame "ITS COMIG CLOSER AND CLOSER AGAIN" + cSame "SE ESTÁ ACERCANDO MÁS Y MÁS DE NUEVO" + +# game/1_akarsha.rpy:2632 +translate spanish minChat_9910eb26: + + # cMin "=O" + cMin "=O" + +# game/1_akarsha.rpy:2633 +translate spanish minChat_22400f16: + + # cSame "thats my fist punching" + cSame "ese es mi puño haciendo un golpe" + +# game/1_akarsha.rpy:2634 +translate spanish minChat_d34dae4d: + + # cAkarsha "2 damage" + cAkarsha "2 de daño" + +# game/1_akarsha.rpy:2635 +translate spanish minChat_9910eb26_1: + + # cMin "=O" + cMin "=O" + +# game/1_akarsha.rpy:2636 +translate spanish minChat_6222a582: + + # cAkarsha "4 damage" + cAkarsha "4 de daño" + +# game/1_akarsha.rpy:2637 +translate spanish minChat_207bc430: + + # cSame "-3 HP" + cSame "-3 HP" + +# game/1_akarsha.rpy:2638 +translate spanish minChat_62fa7222: + + # cMin "what the..the snail should be dead by now" + cMin "pero que..ese caracol debería estar muerto ya" + +# game/1_akarsha.rpy:2639 +translate spanish minChat_89c3be2a: + + # cSame "they dont have that much hp" + cSame "no tienen tanta vida" + +# game/1_akarsha.rpy:2640 +translate spanish minChat_5100dfb8: + + # cSame "F9" + cSame "F9" + +# game/1_akarsha.rpy:2641 +translate spanish minChat_e368a74a: + + # cAkarsha "fine ur not damaged" + cAkarsha "bueno ya no te hizo daño" + +# game/1_akarsha.rpy:2642 +translate spanish minChat_e48cd0bc: + + # cSame "($)" + cSame "($)" + +# game/1_akarsha.rpy:2643 +translate spanish minChat_07672532: + + # cMin "ok great" + cMin "ok bien" + +# game/1_akarsha.rpy:2644 +translate spanish minChat_43eeb1b1: + + # cSame "im gonna try doing the kerning city pq" + cSame "voy a tratar de hacer el PQ de kerning city" + +# game/1_akarsha.rpy:2646 +translate spanish minChat_45521bab: + + # cAkarsha "yee good choice" + cAkarsha "seh buena opcion" + +# game/1_akarsha.rpy:2648 +translate spanish minChat_76b2fe88: + + # nvl clear + nvl clear + +# game/1_akarsha.rpy:2653 +translate spanish classNextDay_7fcce648: + + # "Akarsha feels a bit better after talking to Min, but once she's logged off, the heartache in her chest returns." + "Akarsha se siente un poco mejor después de hablar con Min, pero una vez se desconecta, vuelve la angustia en su pecho." + +# game/1_akarsha.rpy:2654 +translate spanish classNextDay_8f89a031: + + # "That night, Akarsha reads the entirety of Azumanga Daioh for the first time on an illegal manga scanlation site in an effort to forget about everything." + "Esa noche, Akarsha se lee la totalidad de Azumanga Daioh por la primera vez en un sitio de traducciones ilegales de manga en un esfuerzo de olvidarse de todo." + +# game/1_akarsha.rpy:2655 +translate spanish classNextDay_3df640b9: + + # "It doesn't work." + "No funciona." + +# game/1_akarsha.rpy:2669 +translate spanish classNextDay_7494a18f: + + # "Akarsha cracks a weak smile as Diya answers the door." + "Akarsha esboza una débil sonrisa mientras Diya le abre la puerta." + +# game/1_akarsha.rpy:2671 +translate spanish classNextDay_5a1e57f8: + + # Akarsha "Ayyy...Ready to walk to school together?" + Akarsha "Eyyy...¿Lista para caminar a la escuela juntas?" + +# game/1_akarsha.rpy:2674 +translate spanish classNextDay_2ebe0f92: + + # "Diya gives her an odd look as they start heading down the sidewalk." + "Diya le da una mirada extraña mientras comienzan a bajar por la vereda." + +# game/1_akarsha.rpy:2675 +translate spanish classNextDay_47e6dcd3: + + # Diya "Are you okay?" + Diya "¿Estás bien?" + +# game/1_akarsha.rpy:2677 +translate spanish classNextDay_94522bab: + + # Akarsha "Y-yeah?? Why do you ask??" + Akarsha "¿¿S-sí?? ¿¿Por qué preguntas??" + +# game/1_akarsha.rpy:2680 +translate spanish classNextDay_5fac5ccc: + + # Diya "You didn't send me a weird message this morning like usual." + Diya "No me mandaste un mensaje raro esta mañana como es usual." + +# game/1_akarsha.rpy:2681 +translate spanish classNextDay_346c4e17: + + # Diya "Also, your eyes are red." + Diya "Y también, tus ojos están rojos." + +# game/1_akarsha.rpy:2683 +translate spanish classNextDay_e0c8f799: + + # Akarsha "Oh, that's nothing! I got shampoo in them while showering." + Akarsha "Ah, ¡eso no es nada! Se me cayó el champú en ellos mientras me duchaba." + +# game/1_akarsha.rpy:2686 +translate spanish classNextDay_c60e0424: + + # Diya "You should get L’Oréal Kids. No tears." + Diya "Deberías comprar L’Oréal Kids. Sin lágrimas." + +# game/1_akarsha.rpy:2688 +translate spanish classNextDay_6af96e1f: + + # Akarsha "Are you making fun of me??" + Akarsha "¿¿Te estás divirtiendo de mi??" + +# game/1_akarsha.rpy:2691 +translate spanish classNextDay_9cbab985: + + # Diya "Yeah." + Diya "Sí." + +# game/1_akarsha.rpy:2693 +translate spanish classNextDay_3cf0b26c: + + # Akarsha "Oh. All your jokes are so deadpan it's hard to tell sometimes..." + Akarsha "Ah. Todos tus chistes son tan inexpresivos que a veces es difícil saber..." + +# game/1_akarsha.rpy:2694 +translate spanish classNextDay_8cb75bfb: + + # AkarshaT "It must be nice to be pretty. I wish I didn't have to be funny all the time to get people to like me." + AkarshaT "Debe ser agradable ser linda. Ojalá no tuviera que ser chistosa todo el tiempo para agradarle a la gente." + +# game/1_akarsha.rpy:2700 +translate spanish classNextDay_5d40ef3c: + + # AkarshaT "It sucks being so pathetic that you fall hopelessly in love with anyone who pays even the slightest bit of attention to you." + AkarshaT "Apesta ser tan patética que te enamoras perdidamente de cualquiera que te preste la más mínima atención." + +# game/1_akarsha.rpy:2701 +translate spanish classNextDay_d5687377: + + # AkarshaT "Especially unattainable straight girls. God, I'm stupid..." + AkarshaT "Especialmente chicas hetero inalcanzables. Dios, soy una idiota..." + +# game/1_akarsha.rpy:2702 +translate spanish classNextDay_e431b19f: + + # AkarshaT "I can't believe I was so desperate that I convinced myself she liked me back. Literally delusional..." + AkarshaT "No puedo creer que fui tan desesperada que me convencí a mi misma de que le gustaba a ella. Literalmente delirante..." + +# game/1_akarsha.rpy:2703 +translate spanish classNextDay_ddca5d96: + + # AkarshaT "Sigh..." + AkarshaT "Ahh..." + +# game/1_akarsha.rpy:2708 +translate spanish classNextDay_8034c3bd: + + # "At school, Akarsha nervously waits in the first period classroom before Noelle and Diya arrive." + "En la escuela, Akarsha nerviosamente espera en el aula de la primera clase antes de que Noelle y Diya lleguen." + +# game/1_akarsha.rpy:2710 +translate spanish classNextDay_c9ec69a0: + + # AkarshaT "I wonder how facing Noelle again will go..." + AkarshaT "Me pregunto como enfrentar denuevo a Noelle va a ser." + +# game/1_akarsha.rpy:2713 +translate spanish classNextDay_937a9cb8: + + # "A water bottle flies through the doorway and ricochets off the floor." with sshake + "Una botella de agua sale volando por la entrada y rebota en el piso." with sshake + +# game/1_akarsha.rpy:2715 +translate spanish classNextDay_57a9577d: + + # Diya "Coast is clear." + Diya "No hay moros en la costa." + +# game/1_akarsha.rpy:2717 +translate spanish classNextDay_0492fd95: + + # Akarsha "You don't need to keep doing that, y'know. I wouldn't reuse the same set-up twice." + Akarsha "No tienen que seguir haciendo eso, saben. No usaría el mismo montaje dos veces." + +# game/1_akarsha.rpy:2720 +translate spanish classNextDay_c2954df2: + + # "Noelle cautiously sticks a long twig through the doorframe, her eyes narrowed at Akarsha." + "Noelle introduce cautelosamente una larga ramita por el marco de la puerta, con los ojos fijados en Akarsha." + +# game/1_akarsha.rpy:2722 +translate spanish classNextDay_ca34614f: + + # Noelle "Then what is it this time, you putrid worm?" + Noelle "¿Entonces que es esta vez, gusano pútrido?" + +# game/1_akarsha.rpy:2724 +translate spanish classNextDay_7fbb76ee: + + # Akarsha "Wouldn't you like to know?" + Akarsha "¿No te gustaría saber?" + +# game/1_akarsha.rpy:2726 +translate spanish classNextDay_5b5f864f: + + # AkarshaT "Phew...She's acting like nothing happened last night!" + AkarshaT "Uff...¡Está actuando como si nada hubiera pasado anoche!" + +# game/1_akarsha.rpy:2727 +translate spanish classNextDay_31940d17: + + # AkarshaT "She must've believed what I said about my little brother sending the message." + AkarshaT "Debió haber creído lo que dije sobre mi hermano pequeño mandando el mensaje." + +# game/1_akarsha.rpy:2729 +translate spanish classNextDay_413c3127: + + # AkarshaT "Thank god. Sorry, Pratik." + AkarshaT "Gracias a dios. Lo siento, Pratik." + +# game/1_akarsha.rpy:2730 +translate spanish classNextDay_1cb1d653: + + # AkarshaT "Now I just gotta ignore my feelings until they eventually die out." + AkarshaT "Ahora solo tengo que ignorar mis sentimientos hasta que eventualmente se extingan." + +# game/1_akarsha.rpy:2732 +translate spanish classNextDay_8dd5a8f1: + + # Akarsha "I have a special present for you, Frenchman. Come closer..." + Akarsha "Tengo un regalo especial para ti, francesa. Acércate..." + +# game/1_akarsha.rpy:2735 +translate spanish classNextDay_352d97e8: + + # Noelle "What? No, keep it to yourself." + Noelle "¿Qué? No, quédatelo tú." + +# game/1_akarsha.rpy:2737 +translate spanish classNextDay_156f7308: + + # Akarsha "Don't be shy! I know you want your very special present!" + Akarsha "¡No seas tímida! ¡Sé que quieres tu regalo muy especial!" + +# game/1_akarsha.rpy:2741 +translate spanish classNextDay_d0f3a88e: + + # Noelle "I DON'T WANT THIS \"PRESENT\"! DON'T COME NEAR ME!" with sshake + Noelle "¡NO QUIERO ESTE \"REGALO\"! ¡NO TE ME ACERQUES!" with sshake + +# game/1_akarsha.rpy:2742 +translate spanish classNextDay_512087e5: + + # "As Noelle enters the classroom suspiciously, she tries to give Akarsha a wide berth. Akarsha discreetly pulls her secret weapon out of her pocket..." + "Mientras Noelle entra al aula con sospecha, ella intenta mantener la distancia con Akarsha. Pero Akarsha discretamente saca su arma secreta de su bolsillo..." + +# game/1_akarsha.rpy:2744 +translate spanish classNextDay_6cb78dac: + + # Akarsha "HERE YOU GO!!!!" with sshake + Akarsha "¡¡¡¡¡AQUÍ TIENES!!!!!" with sshake + +# game/1_akarsha.rpy:2751 +translate spanish classNextDay_eef7b906: + + # "It's a spinning light toy Akarsha got from Disneyland in elementary school." + "Es un juguete luminoso giratorio que Akarsha obtuvo en Disneyland en la escuela primaria." + +# game/1_akarsha.rpy:2754 +translate spanish classNextDay_a512908a: + + # "Noelle recoils as its rubber arms repeatedly whack her face." + "Noelle retrocede mientras los brazos de goma le golpean repetidamente la cara." + +# game/1_akarsha.rpy:2755 +translate spanish classNextDay_1da8e443: + + # Noelle "GYAHHHH!!!!!!!" with sshake + Noelle "¡¡¡¡¡¡¡GYAHHHH!!!!!!!" with sshake + +# game/1_akarsha.rpy:2757 +translate spanish classNextDay_8d489cc9: + + # Akarsha "THOUSAND ENERGY BEAMS ATTACK!!!" with sshake + Akarsha "¡¡¡ATAQUE DE MIL RAYOS DE ENERGÍA!!!" with sshake + +# game/1_akarsha.rpy:2758 +translate spanish classNextDay_20b65587: + + # AkarshaT "I used to annoy my brother like this all the time." + AkarshaT "Solía molestar a mi hermano de esta manera todo el tiempo." + +# game/1_akarsha.rpy:2760 +translate spanish classNextDay_a157c8f5: + + # Noelle "AKARSHAAAAAA!!! I HATE YOU!!!!" with sshake + Noelle "¡¡¡AKARSHAAAAAA!!! ¡¡¡¡TE ODIO!!!!" with sshake + +# game/1_akarsha.rpy:2762 +translate spanish classNextDay_a69cd5c0: + + # "Akarsha gulps as Diya approaches the crime scene and towers over her." + "Akarsha traga saliva cuando Diya se acerca a la escena del crimen y se eleva sobre ella." + +# game/1_akarsha.rpy:2764 +translate spanish classNextDay_1b803a12: + + # Diya "....." + Diya "....." + +# game/1_akarsha.rpy:2766 +translate spanish classNextDay_eb95c536: + + # Akarsha "C'maaahn, this isn't fair!" + Akarsha "¡Vamoossss, esto no es justo!" + +# game/1_akarsha.rpy:2767 +translate spanish classNextDay_8587b638: + + # Akarsha "Just look! I'm so small, look how small I am compared to you!" + Akarsha "¡Solo mira! Soy tan pequeña, ¡mira lo pequeña que me veo comparada contigo!" + +# game/1_akarsha.rpy:2769 +translate spanish classNextDay_1512a0cb: + + # Akarsha "Noooo, it's also my birthday, you can't be mean on my birthday!" + Akarsha "Noooo, también es mi cumpleaños, ¡no puedes ser tan mala conmigo en mi cumpleaños!" + +# game/1_akarsha.rpy:2771 +translate spanish classNextDay_6e8840cd: + + # Diya "............" + Diya "............" + +# game/1_akarsha.rpy:2773 +translate spanish classNextDay_b119ea2d: + + # Diya "Is that true?" + Diya "¿Es eso verdad?" + +# game/1_akarsha.rpy:2775 +translate spanish classNextDay_86a9817f: + + # Noelle "She's lying. Her birthday isn't until April." + Noelle "Miente. Su cumpleaños no es hasta Abril." + +# game/1_akarsha.rpy:2777 +translate spanish classNextDay_676c4073: + + # "Akarsha yelps as Diya snatches the spinny toy out of her grasp." + "Akarsha chilla mientras Diya le arrebata el juguete giratorio de las manos." + +# game/1_akarsha.rpy:2779 +translate spanish classNextDay_72cf31d4: + + # "Seeing that Akarsha's unarmed, Noelle menacingly starts walking toward her." + "Viendo a Akarsha desarmada, Noelle camina amenazadoramente hacia ella." + +# game/1_akarsha.rpy:2781 +translate spanish classNextDay_143ee593: + + # Akarsha "Hey, calm down!" + Akarsha "¡Hey, calma!" + +# game/1_akarsha.rpy:2782 +translate spanish classNextDay_5fd962e9: + + # Akarsha "I was doin' you a favor, testing your reflexes for you! Like at the doctor!" + Akarsha "¡Te estaba haciendo un favor, poniendo tus reflejos a prueba! ¡Cómo un doctor!" + +# game/1_akarsha.rpy:2784 +translate spanish classNextDay_320efa19: + + # Noelle "........" + Noelle "........" + +# game/1_akarsha.rpy:2786 +translate spanish classNextDay_c5ebffdc: + + # Akarsha "F-free! Free reflex test!" with sshake + Akarsha "¡G-gratis! ¡Prueba de reflejos gratis!" with sshake + +# game/1_akarsha.rpy:2788 +translate spanish classNextDay_e126f388: + + # "Akarsha breaks into a run as Noelle chases after her." + "Akarsha se echa a correr mientras Noelle la persigue." + +# game/1_akarsha.rpy:2790 +translate spanish classNextDay_d6b89395: + + # Noelle "COME BACK HERE!! YOU CRETIN!!!" with sshake + Noelle "¡¡VUELVE AQUÍ!! ¡¡¡MALDITA CRETINA!!!" with sshake + +# game/1_akarsha.rpy:2792 +translate spanish classNextDay_5c96f3a2: + + # AkarshaT "Oh shit, baseball practice actually made her faster!" + AkarshaT "Oh mierda, ¡entrenando béisbol ella se volvió mucho más rápida!" + +# game/1_akarsha.rpy:2794 +translate spanish classNextDay_7cb5f942: + + # AkarshaT "Oh shit, she's catching up to me. Oh shit!!!" with sshake + AkarshaT "Oh mierda, me está alcanzando. ¡¡¡Oh mierda!!!" with sshake + +# game/1_akarsha.rpy:2805 +translate spanish lockerRoom_3dd85446: + + # "When Akarsha comes to baseball practice, she hears whispering in the locker room." + "Cuando Akarsha llega a la práctica de béisbol, escucha susurros en el vestuario." + +# game/1_akarsha.rpy:2807 +translate spanish lockerRoom_93db2795: + + # Liz "{i}(...So the plan is, we all pitch in?){/i}" + Liz "{i}(...¿Así que el plan es, contribuir todas?){/i}" + +# game/1_akarsha.rpy:2809 +translate spanish lockerRoom_fa748ae6: + + # Noelle "{i}(If we split it up eight ways, it's only $1.50 per person.){/i}" + Noelle "{i}(Si lo dividimos en ocho, es solo $1.50 por persona.){/i}" + +# game/1_akarsha.rpy:2811 +translate spanish lockerRoom_8d9eff1b: + + # Min "{big=+20}But I don't see why I should have to pay.{/big}" + Min "{big=+20}Pero no veo por qué yo tengo que pagar.{/big}" + +# game/1_akarsha.rpy:2813 +translate spanish lockerRoom_2ef57e72: + + # Sayeeda "{i}Shhh!{/i}" with sshake + Sayeeda "{i}¡Shhh!{/i}" with sshake + +# game/1_akarsha.rpy:2815 +translate spanish lockerRoom_ce1ccb9c: + + # Noelle "{i}(You have to pay because it'll be hilarious. She'll never guess who it is.){/i}" + Noelle "{i}(Tienes que pagar porque va a ser hilarante. Ella nunca sabrá quien fue.){/i}" + +# game/1_akarsha.rpy:2817 +translate spanish lockerRoom_8b97f375: + + # Chryssa "{i}(And here I thought we were trying to do a good deed.){/i}" + Chryssa "{i}(Y yo aquí pensando que estábamos haciendo una buena causa.){/i}" + +# game/1_akarsha.rpy:2818 +translate spanish lockerRoom_bf5a3598: + + # Chryssa "{i}(Do you ALWAYS have to be engaging in some kind of psychic mind battle with her?){/i}" + Chryssa "{i}(¿Tú SIEMPRE tienes que estar en algún tipo de batalla psicológica mental con ella?){/i}" + +# game/1_akarsha.rpy:2822 +translate spanish lockerRoom_09e1595e: + + # AkarshaT "What're they scheming about? I want in." + AkarshaT "¿De qué están tramando? Quiero saber." + +# game/1_akarsha.rpy:2824 +translate spanish lockerRoom_c0f9b9cb: + + # "Akarsha walks over to where the others are furtively huddled together. A hush falls over the team..." + "Akarsha camina hacia donde los demás están furtivamente agrupados. El silencio cae sobre todo el equipo..." + +# game/1_akarsha.rpy:2826 +translate spanish lockerRoom_d11361e6: + + # Diya "........." + Diya "........." + +# game/1_akarsha.rpy:2828 +translate spanish lockerRoom_9256b846: + + # Liz "Why, hello there, Akarsha!" + Liz "¡Vaya, hola, Akarsha!" + +# game/1_akarsha.rpy:2830 +translate spanish lockerRoom_f5f717ec: + + # Ester "We were just talking about..." + Ester "Solo estábamos hablando de..." + +# game/1_akarsha.rpy:2832 +translate spanish lockerRoom_1f0ed54e: + + # Grace "...how Vampire Knight is getting an anime." + Grace "...como Vampire Knight va a tener un anime." + +# game/1_akarsha.rpy:2834 +translate spanish lockerRoom_d3d1d5c1: + + # Chryssa ".............." + Chryssa ".............." + +# game/1_akarsha.rpy:2836 +translate spanish lockerRoom_3238a880: + + # Min "We're acting so natural right now." + Min "Estamos actuando muy natural ahora mismo." + +# game/1_akarsha.rpy:2838 +translate spanish lockerRoom_f7343e09: + + # AkarshaT "Okay, clearly they're up to something..." + AkarshaT "Ok, está claro que algo se traen entre manos..." + +# game/1_akarsha.rpy:2840 +translate spanish lockerRoom_50dedb56: + + # AkarshaT "The question is, what?" + AkarshaT "La pregunta es, ¿qué cosa?" + +# game/1_akarsha.rpy:2850 +translate spanish sakuraUnrequitedLove_e4ec3c9e: + + # "After jogging around the track and stretching, [teamName!t] runs fielding drills." + "Después de correr a través de la pista y estirarse, el [teamName!t] realizan ejercicios de campo." + +# game/1_akarsha.rpy:2852 +translate spanish sakuraUnrequitedLove_cdbde622: + + # "After jogging around the track and stretching, the [teamName!t] run fielding drills." + "Después de correr a través de la pista y estirarse, los [teamName!t] realiza ejercicios de campo." + +# game/1_akarsha.rpy:2855 +translate spanish sakuraUnrequitedLove_16ca5deb: + + # "While Akarsha takes a breather in the dugout, she watches Noelle haplessly flail about on the field." + "Mientras Akarsha toma un respiro en el dugout, observa como Noelle se tambalea desventuradamente en el campo." + +# game/1_akarsha.rpy:2856 +translate spanish sakuraUnrequitedLove_7025b00d: + + # "Within moments, the object of her affection misjudges the trajectory of a fly ball and gets bonked on the head." + "En unos instantes, el objecto de su afecto juzga mal la trayectoria de una pelota y recibe un pelotazo en la cabeza." + +# game/1_akarsha.rpy:2859 +translate spanish sakuraUnrequitedLove_644a0f1c: + + # Noelle "Ow!!" with sshake + Noelle "¡¡Auch!!" with sshake + +# game/1_akarsha.rpy:2862 +translate spanish sakuraUnrequitedLove_edb63d00: + + # AkarshaT "Baseball champion..." + AkarshaT "Campeona del béisbol..." + +# game/1_akarsha.rpy:2864 +translate spanish sakuraUnrequitedLove_c86eca2d: + + # AkarshaT "I would do anything for you...If only you'd let me..." + AkarshaT "Haría lo que fuera por ti...Si tan solo me dejaras..." + +# game/1_akarsha.rpy:2866 +translate spanish sakuraUnrequitedLove_52a656e2: + + # "Akarsha lets out a wistful sigh as Noelle performs her signature move, throwing the ball almost directly into the ground." + "Akarsha deja caer un suspiro de melancolía mientras Noelle ejecuta su clásico movimiento, tirar la pelota casi directamente al piso." + +# game/1_akarsha.rpy:2869 +translate spanish sakuraUnrequitedLove_bdaef4c6: + + # Akarsha "It sucks having a sad hopeless crush...I just want gorlfriend..." + Akarsha "Es una mierda tener un enamoramiento tan triste y desesperanzado...Solo quiero una noviesita..." + +# game/1_akarsha.rpy:2872 +translate spanish sakuraUnrequitedLove_8e9a9e3c: + + # Grace "So dramatic. Konnichiwhat's up?" + Grace "Que dramática. ¿Konnichiwa-qué pasa?" + +# game/1_akarsha.rpy:2874 +translate spanish sakuraUnrequitedLove_9ef3948b: + + # Akarsha "I'm just bummed 'cause I've never experienced love." + Akarsha "Solo ando deprimida porque nunca he experimentado el amor." + +# game/1_akarsha.rpy:2875 +translate spanish sakuraUnrequitedLove_a97f4283: + + # Akarsha "No one ever likes me back. I feel like I'm missing out on so much..." + Akarsha "Nunca le he gustado a nadie. Siento que me estoy perdiendo mucho..." + +# game/1_akarsha.rpy:2879 +translate spanish sakuraUnrequitedLove_4b801579: + + # Sayeeda "It's okay, being rejected is a part of life." + Sayeeda "Está bien, ser rechazada es parte de la vida." + +# game/1_akarsha.rpy:2880 +translate spanish sakuraUnrequitedLove_dc3fb0ac: + + # Sayeeda "You should learn to love yourself. It's a lie that people can only be happy when they're in a relationship." + Sayeeda "Deberías aprender a amarte a ti misma. Es una mentira que la gente solo puede ser feliz en una relación." + +# game/1_akarsha.rpy:2884 +translate spanish sakuraUnrequitedLove_1381634a: + + # "Ester glances up from the drawing she's scribbling on her sketchbook." + "Ester levanta la vista del dibujo que está trazando en su cuaderno." + +# game/1_akarsha.rpy:2885 +translate spanish sakuraUnrequitedLove_30756baa: + + # Ester "Those are surprisingly wise words coming from someone with zero love experience." + Ester "Esas son palabras sorprendentemente sabias viniendo de alguien con cero experiencia en amor." + +# game/1_akarsha.rpy:2887 +translate spanish sakuraUnrequitedLove_38901edd: + + # Sayeeda "I learned that life lesson from Card Captor Sakura." + Sayeeda "Aprendí esa lección sobre la vida en Card Captor Sakura." + +# game/1_akarsha.rpy:2888 +translate spanish sakuraUnrequitedLove_b54308dc: + + # Sayeeda "The main character experiences unrequited love even though she's a great person. That means it can happen to anyone." + Sayeeda "La protagonista experimenta un amor no correspondido a pesar de ser una gran persona. Lo que significa que le puede pasar a cualquiera." + +# game/1_akarsha.rpy:2889 +translate spanish sakuraUnrequitedLove_c2036789: + + # Sayeeda "Even our sugoi Akarsha-chan." + Sayeeda "Incluso a nuestra sugoi Akarsha-chan." + +# game/1_akarsha.rpy:2891 +translate spanish sakuraUnrequitedLove_ee7a144d: + + # Akarsha "That does make me feel less alone. Thanks, senpai..." + Akarsha "Eso si me hace sentir menos solitaria. Gracias, senpai..." + +# game/1_akarsha.rpy:2894 +translate spanish sakuraUnrequitedLove_ac71f100: + + # Ester "Ugh." + Ester "Agh." + +# game/1_akarsha.rpy:2895 +translate spanish sakuraUnrequitedLove_391c1f0a: + + # "Ester vigorously erases something on her page, making countless grey eraser shavings rain down on the dirt beneath the bench." + "Ester vigorosamente borra algo en su pagina, haciendo que incontables raspaduras grises de goma de borrar lluevan sobre la tierra debajo de la banca." + +# game/1_akarsha.rpy:2897 +translate spanish sakuraUnrequitedLove_4f729466: + + # Grace "Ester, what're you drawing?" + Grace "Ester, ¿qué estás dibujando?" + +# game/1_akarsha.rpy:2899 +translate spanish sakuraUnrequitedLove_023b03db: + + # Ester "A chapter title page for a webcomic I'm starting." + Ester "La portada de capítulo de un webcomic que estoy comenzando." + +# game/1_akarsha.rpy:2901 +translate spanish sakuraUnrequitedLove_3a7943d9: + + # Grace "A webcomic? Like on SmackJeeves?" + Grace "¿Un webcomic? ¿Cómo en SmackJeeves?" + +# game/1_akarsha.rpy:2902 +translate spanish sakuraUnrequitedLove_44c078ec: + + # "Akarsha peers over at Ester's sketchbook, but she recoils, looking bashful." + "Akarsha echa un vistazo al cuaderno de Ester, pero ella retrocede, pareciendo avergonzada." + +# game/1_akarsha.rpy:2904 +translate spanish sakuraUnrequitedLove_b9ad10bc: + + # Ester "Don't look, I'm not done yet!" + Ester "¡No mires, aún no termino!" + +# game/1_akarsha.rpy:2905 +translate spanish sakuraUnrequitedLove_da15fcee: + + # "Akarsha manages to glimpse a spiky-haired character on the page before Ester angles her sketchbook away from prying eyes." + "Akarsha consigue vislumbrar a un personaje con pelo puntiagudo en la página antes de que Ester aparte el cuaderno de miradas indiscretas." + +# game/1_akarsha.rpy:2907 +translate spanish sakuraUnrequitedLove_e41d13b9: + + # AkarshaT "She's pretty good though...If she posted that on DeviantArt I bet she'd get like, two hundred views." + AkarshaT "Ella es bastante buena eso sí...Si publica eso en DeviantArt apuesto que obtendría como, doscientas visitas." + +# game/1_akarsha.rpy:2908 +translate spanish sakuraUnrequitedLove_ef9bcacf: + + # Akarsha "Is that from an anime?" + Akarsha "¿Es eso de un anime?" + +# game/1_akarsha.rpy:2910 +translate spanish sakuraUnrequitedLove_9ca8d259: + + # "Ester frowns, aghast." + "Ester frunce el ceño, atónita." + +# game/1_akarsha.rpy:2912 +translate spanish sakuraUnrequitedLove_a441ccd6: + + # Ester "No, it's just a regular guy." + Ester "No, es solo un chico regular." + +# game/1_akarsha.rpy:2913 +translate spanish sakuraUnrequitedLove_d7925785: + + # Ester "It's like those iPod ads, see? He's wearing white earbuds, and I colored his silhouette in black." + Ester "Es como esos anuncios de iPod, ¿ves? Está usando audífonos blancos, y pinté su silueta con negro." + +# game/1_akarsha.rpy:2915 +translate spanish sakuraUnrequitedLove_c7b44ff7: + + # AkarshaT "Ester is the type of weeaboo who tries to hide the fact that she likes anime because she's embarrassed by it, but it's still super obvious." + AkarshaT "Ester es la tipo de otaku que trata de ocultar el echo de que le gusta el anime porque le da vergüenza, pero aún es super obvio." + +# game/1_akarsha.rpy:2918 +translate spanish sakuraUnrequitedLove_8e2f7084: + + # Grace "I hate to break it to you, but even from his silhouette you can tell it's an anime guy." + Grace "Odio tener que decírtelo, pero incluso con su silueta se nota que es un chico de anime." + +# game/1_akarsha.rpy:2920 +translate spanish sakuraUnrequitedLove_f7376a2c: + + # Sayeeda "It's probably his hairdo. No real guys have bangs that go down to their chin." + Sayeeda "Quizás sea su peinado. Ningún chico de verdad tiene flequillos que le lleguen al mentón." + +# game/1_akarsha.rpy:2922 +translate spanish sakuraUnrequitedLove_e67219a8: + + # Akarsha "They should, though. Life would be way less boring." + Akarsha "Deberían, eso sí. La vida sería mucho menos aburrida." + +# game/1_akarsha.rpy:2925 +translate spanish sakuraUnrequitedLove_e9ac9bd5: + + # Ester "Ugh. Guys with short hair are so hard to draw..." + Ester "Agh. Los chicos con pelo corto son tan difíciles de dibujar..." + +# game/1_akarsha.rpy:2927 +translate spanish sakuraUnrequitedLove_91531e7b: + + # "Akarsha turns her attention back to the field, where Diya and Min are passionately kissing." + "Akarsha devuelve su atención al campo, donde Diya y Min se están besando apasionadamente." + +# game/1_akarsha.rpy:2929 +translate spanish sakuraUnrequitedLove_0a15b427: + + # AkarshaT "I think they're trying to keep their relationship a secret, but they keep forgetting." + AkarshaT "Creo que están tratando de mantener su relación en secreto, pero se les termina olvidando." + +# game/1_akarsha.rpy:2934 +translate spanish sakuraUnrequitedLove_0bb6a284: + + # Noelle "Do you have to do that in front of us?" + Noelle "¿Tienen que hacer eso en frente de nosotras?" + +# game/1_akarsha.rpy:2936 +translate spanish sakuraUnrequitedLove_367462cb: + + # Min "Just you watch. I'm gonna rub my gay hands all over her." + Min "Sólo mira. Voy a frotar todas mis homosexuales manos sobre ella." + +# game/1_akarsha.rpy:2938 +translate spanish sakuraUnrequitedLove_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/1_akarsha.rpy:2941 +translate spanish sakuraUnrequitedLove_587864aa: + + # Akarsha "I'm so jealous...I wanna be in love too..." + Akarsha "Estoy tan celosa...Yo también quiero estar enamorada..." + +# game/1_akarsha.rpy:2942 +translate spanish sakuraUnrequitedLove_625ecf42: + + # Akarsha "Someday everyone else is gonna get married except me, and I'll be the one sad single friend." + Akarsha "Algún dia todos se van a casar excepto yo, y voy a ser la típica amiga triste y soltera." + +# game/1_akarsha.rpy:2945 +translate spanish sakuraUnrequitedLove_142358ac: + + # Ester "Me too..." + Ester "Por dos..." + +# game/1_akarsha.rpy:2947 +translate spanish sakuraUnrequitedLove_6f5916d6: + + # Sayeeda "Me three..." + Sayeeda "Por tres..." + +# game/1_akarsha.rpy:2949 +translate spanish sakuraUnrequitedLove_0dcd5547: + + # Grace "If that happens, we should all pitch in to buy a mansion and live as otaku together." + Grace "Si eso pasa, deberíamos todas echar una mano para comprar una mansión y vivir como otakus juntas." + +# game/1_akarsha.rpy:2951 +translate spanish sakuraUnrequitedLove_7bc3fc64: + + # Akarsha "That definitely doesn't sound like the kind of life my parents were envisioning for me when they immigrated here...." + Akarsha "Eso definitivamente no suena como el tipo de vida que mis padres imaginaron para mí cuando emigraron aquí...." + +# game/1_akarsha.rpy:2952 +translate spanish sakuraUnrequitedLove_f6cbe096: + + # Akarsha "But that sounds incredible." + Akarsha "Pero eso suena increíble." + +# game/1_akarsha.rpy:2955 +translate spanish sakuraUnrequitedLove_f42f7889: + + # Grace "Doesn't it? We could put up all our anime prints and display our figurines with no shame." + Grace "¿A que sí? Podríamos poner todos nuestros posters de anime y exhibir nuestras figuritas sin ningún pudor." + +# game/1_akarsha.rpy:2957 +translate spanish sakuraUnrequitedLove_18d50448: + + # Ester "Speak for yourself. I don't have any of that stuff, my room is normal." + Ester "Habla por ti misma. Yo no tengo nada de eso, mi habitación es normal." + +# game/1_akarsha.rpy:2959 +translate spanish sakuraUnrequitedLove_6cb05e52: + + # Akarsha "You don't have anything?? You've never been to an anime convention before?" + Akarsha "¿¿No tienes nada?? ¿Nunca has ido a una convención de anime antes?" + +# game/1_akarsha.rpy:2962 +translate spanish sakuraUnrequitedLove_e474ea94: + + # Sayeeda "Fanime is like, right there in San Jose..." + Sayeeda "Fanime queda como, justo allí en San Jose..." + +# game/1_akarsha.rpy:2964 +translate spanish sakuraUnrequitedLove_f9ecda1e: + + # Grace "Ooh, we should all go together this year! We can all cosplay the same series!" + Grace "Ooh, ¡deberíamos ir todas juntas este año! ¡Podemos hacer todas cosplay de la misma serie!" + +# game/1_akarsha.rpy:2966 +translate spanish sakuraUnrequitedLove_2e045ee4: + + # Akarsha "Yeah!! Maybe like, Soul Eater or Haruhi Suzumiya!" with sshake + Akarsha "¡¡Sí!! ¡Quizás como, Soul Eater o Haruhi Suzumiya!" with sshake + +# game/1_akarsha.rpy:2969 +translate spanish sakuraUnrequitedLove_8766d806: + + # Ester "What, at Fanime? Admission is probably too expensive anyway." + Ester "¿Qué, en Fanime? La admisión probablemente es muy cara de todas formas." + +# game/1_akarsha.rpy:2971 +translate spanish sakuraUnrequitedLove_d9f3c67d: + + # "Ester scoffs like she's not interested before furtively writing something tiny on the side of her sketchbook page." + "Ester se burla como si no estuviera interesada antes de furtivamente escribir algo diminuto a un lado de la página de su cuaderno." + +# game/1_akarsha.rpy:2973 +translate spanish sakuraUnrequitedLove_c84ff8af: + + # AkarshaT "She didn't write small enough...It says \"Fanime\"..." + AkarshaT "No lo escribió lo suficientemente pequeño...Dice \"Fanime\"..." + +# game/1_akarsha.rpy:2974 +translate spanish sakuraUnrequitedLove_d273748f: + + # AkarshaT "She's probably gonna Google it later." + AkarshaT "Probablemente lo va a googlear más tarde." + +# game/1_akarsha.rpy:2977 +translate spanish sakuraUnrequitedLove_bf7aae1d: + + # Chryssa "Hey, all you slackers sitting down doing nothing! Get over here and practice!" with sshake + Chryssa "¡Hey, todas las holgazanes sentadas ahí haciendo nada! ¡Vengan acá y practiquen!" with sshake + +# game/1_akarsha.rpy:2980 +translate spanish sakuraUnrequitedLove_9718ed1f: + + # Akarsha "Ya!!" + Akarsha "¡¡Ok!!" + +# game/1_akarsha.rpy:2992 +translate spanish secretAdmirer_becd0fa6: + + # "Akarsha scoffs as a few upperclassmen come in to deliver the goodies people ordered." + "Akarsha se burla mientras unos cuantos alumnos de cursos superiores entran para entregar cosas que la gente ha pedido." + +# game/1_akarsha.rpy:2994 +translate spanish secretAdmirer_90e6531c: + + # Akarsha "We should have a reverse Valentine's Day where we give annoying, terrible gifts to our enemies on purpose." + Akarsha "Deberíamos tener un día de San Valentín reverso, donde le damos regalos molestos y terribles a nuestros enemigos a propósito." + +# game/1_akarsha.rpy:2997 +translate spanish secretAdmirer_4610cf63: + + # Noelle "You mean, {i}what you already do to me every single day of my life?{/i}" + Noelle "Quieres decir, {i}¿lo que ya haces conmigo cada día de mi vida?{/i}" + +# game/1_akarsha.rpy:2999 +translate spanish secretAdmirer_a76b1dd2: + + # Akarsha "Oh, true..." + Akarsha "Ah, cierto..." + +# game/1_akarsha.rpy:3002 +translate spanish secretAdmirer_4b9acf29: + + # "A few of their classmates receive ribboned roses, but someone comes in holding an entire bouquet..." + "Algunos compañeros de clase reciben rosas con un lazo, pero alguien entra sosteniendo un ramo entero..." + +# game/1_akarsha.rpy:3003 +translate spanish secretAdmirer_4221da9c: + + # NPC "Are you Akarsha? This is yours." + NPC "¿Eres tú Akarsha? Esto es para ti." + +# game/1_akarsha.rpy:3006 +translate spanish secretAdmirer_282d0a77: + + # Akarsha "Huh????" with sshake + Akarsha "¿¿¿¿Eh????" with sshake + +# game/1_akarsha.rpy:3007 +translate spanish secretAdmirer_1209c8c2: + + # "Bewildered, Akarsha accepts the bouquet and notices there's a note tied to it with a ribbon." + "Desconcertada, Akarsha acepta el ramo y nota que hay una nota atada a este con un lazo." + +# game/1_akarsha.rpy:3008 +translate spanish secretAdmirer_d4dac99f: + + # "It reads:" + "Esta lee:" + +# game/1_akarsha.rpy:3009 +translate spanish secretAdmirer_0206a05b: + + # "{i}Roses are red\nViolets are blue{/i}" + "{i}Las rosas son rojas\nUna lila es azul{/i}" + +# game/1_akarsha.rpy:3010 +translate spanish secretAdmirer_5109809c: + + # "{i}Love never crossed my mind\nUntil the day I met you{/i}" + "{i}El amor nunca cruzó mi mente\nHasta el día en el que llegaste a mi vida como una luz{/i}" + +# game/1_akarsha.rpy:3011 +translate spanish secretAdmirer_6904403e: + + # "{i}-Your secret admirer{/i}" + "{i}-Tu admirador secreto{/i}" + +# game/1_akarsha.rpy:3012 +translate spanish secretAdmirer_ef5acfe9: + + # AkarshaT "Secret admirer? Who???" with sshake + AkarshaT "¿Admirador secreto? ¿¿¿Quién???" with sshake + +# game/1_akarsha.rpy:3013 +translate spanish secretAdmirer_82e5b490: + + # AkarshaT "I can't believe it...Is this some kinda joke??" + AkarshaT "No me lo puedo creer...¿¿es esto algún tipo de chiste??" + +# game/1_akarsha.rpy:3015 +translate spanish secretAdmirer_c4a987c9: + + # "Akarsha looks wildly around the room in case her paramour is watching her reaction from afar." + "Akarsha mira enloquecida alrededor del aula en caso de que su pretendiente esté viendo su reacción desde lejos." + +# game/1_akarsha.rpy:3016 +translate spanish secretAdmirer_e0106150: + + # "But no one seems to be acting out of the ordinary except Diya and Noelle, who are beside themselves with amusement." + "Pero nadie parece estar actuando fuera de lo normal excepto Diya y Noelle, que se divierten como locas." + +# game/1_akarsha.rpy:3018 +translate spanish secretAdmirer_58b8c0e4: + + # Noelle "Someone sent {i}you{/i} flowers?" + Noelle "¿Alguien te mandó a {i}ti{/i} flores?" + +# game/1_akarsha.rpy:3020 +translate spanish secretAdmirer_2eb41fdf: + + # Akarsha "I told you I was a hot commodity! I charmed the pants off someone without even knowing it!" + Akarsha "¡Te dije que era mercancía apetecible! ¡Encanté hasta las tantas a alguien sin siquiera saberlo!" + +# game/1_akarsha.rpy:3024 +translate spanish secretAdmirer_6ab4ab5e: + + # Noelle "What's the note say? Let me read it." + Noelle "¿Qué dice la nota? Déjame leerla." + +# game/1_akarsha.rpy:3026 +translate spanish secretAdmirer_3a9108b9: + + # Akarsha "Wh-why do you care? You jealous?" + Akarsha "¿P-por qué te importa? ¿Tienes envidia?" + +# game/1_akarsha.rpy:3029 +translate spanish secretAdmirer_794cdb6c: + + # Noelle "In your dreams." + Noelle "En tus sueños." + +# game/1_akarsha.rpy:3031 +translate spanish secretAdmirer_5133a537: + + # Diya "I bet she won't show us because they misspelled her name as \"Arkasha\"." + Diya "Apuesto que no nos quieres mostrar porque escribieron mal tu nombre como \"Arkasha\"." + +# game/1_akarsha.rpy:3034 +translate spanish secretAdmirer_e715eb06: + + # Akarsha "Why're you so mean today?! I'm gonna tell the teacher you're bullying me!" with sshake + Akarsha "¿¡Por qué están tan pesadas hoy?! ¡Le diré a la profe que me están haciendo bullying!" with sshake + +# game/1_akarsha.rpy:3036 +translate spanish secretAdmirer_10cbb649: + + # AkarshaT "Maybe I can deduce who the sender is like a detective!" + AkarshaT "¡Quizás puedo deducir quien me envió esto como una detective!" + +# game/1_akarsha.rpy:3037 +translate spanish secretAdmirer_029021ff: + + # AkarshaT "The poem is one hint. There's gotta be others." + AkarshaT "El poema es una pista. Tienen que haber otras." + +# game/1_akarsha.rpy:3040 +translate spanish secretAdmirer_77b467f2: + + # "Akarsha flips the note over. It's blank...except for a small dark smudge on the back." + "Akarsha da la vuelta a la nota. Está en blanco...excepto por una pequeña marca oscura en el reverso." + +# game/1_akarsha.rpy:3042 +translate spanish secretAdmirer_8d44ca18: + + # AkarshaT "Clue??" + AkarshaT "¿¿Pista??" + +# game/1_akarsha.rpy:3043 +translate spanish secretAdmirer_fb651e4d: + + # AkarshaT "Maybe it's from food? Like blackberries?" + AkarshaT "¿Quizás es de comida? ¿Como moras?" + +# game/1_akarsha.rpy:3045 +translate spanish secretAdmirer_bb9aa6ff: + + # "Akarsha sniffs the note, but it's hard to single out any scent over the fragrance of the roses." + "Akarsha olfatea la nota, pero es difícil distinguir cualquier aroma por encima de la fragancia de las rosas." + +# game/1_akarsha.rpy:3047 +translate spanish secretAdmirer_5692934d: + + # Diya "What're you doing." + Diya "Qué estás haciendo." + +# game/1_akarsha.rpy:3049 +translate spanish secretAdmirer_a8fd5a51: + + # Akarsha "Quiet, meanie!! I'm trying to crack the code!" with sshake + Akarsha "¡¡Calla, pesadita!! ¡Estoy tratando de descifrar el código!" with sshake + +# game/1_akarsha.rpy:3050 +translate spanish secretAdmirer_0db32d7c: + + # Akarsha "You're interrupting my mind palace technique!!!" + Akarsha "¡¡¡Estás interrumpiendo mi técnica de palacio mental!!!" + +# game/1_akarsha.rpy:3052 +translate spanish secretAdmirer_6b9ec6df: + + # AkarshaT "There's only two possibilities here. Either someone is secretly in love with me..." + AkarshaT "Solo hay dos posibilidades aquí. O alguien está secretamente enamorado de mí..." + +# game/1_akarsha.rpy:3053 +translate spanish secretAdmirer_4666bb8f: + + # AkarshaT "Or it's a prank. But it's kinda a lot of money to spend on a prank...?" + AkarshaT "O es una broma. ¿Pero es un montón de dinero que gastar en solo una broma...?" + +# game/1_akarsha.rpy:3055 +translate spanish secretAdmirer_407b602e: + + # Akarsha "It's either fake or real." + Akarsha "O es falso o es real." + +# game/1_akarsha.rpy:3058 +translate spanish secretAdmirer_93219209: + + # Noelle "You don't say? Thanks for narrowing it down for us." + Noelle "¿No me digas? Gracias por reducirlo para nosotras." + +# game/1_akarsha.rpy:3060 +translate spanish secretAdmirer_21d23280: + + # Akarsha "B-be quiet!" with sshake + Akarsha "¡Q-que te calles!" with sshake + +# game/1_akarsha.rpy:3062 +translate spanish secretAdmirer_568a2f6d: + + # "Flustered, Akarsha scans the room one more time for good measure." + "Nerviosa, Akarsha escanea el aula una vez más para asegurarse." + +# game/1_akarsha.rpy:3063 +translate spanish secretAdmirer_6187d603: + + # "She catches Diya looking away a beat too late, smiling to herself." + "Se da cuenta de que Diya mira al otro lado un instante demasiado tarde, sonriendo a si misma." + +# game/1_akarsha.rpy:3065 +translate spanish secretAdmirer_17cf63b0: + + # Diya "..." + Diya "..." + +# game/1_akarsha.rpy:3067 +translate spanish secretAdmirer_eeeff9c5: + + # Akarsha "What're you smiling about?" + Akarsha "¿Y por qué andas sonriendo tú?" + +# game/1_akarsha.rpy:3070 +translate spanish secretAdmirer_12f7ad31: + + # Diya "Nothing. Just happy for you." + Diya "Nada. Solo estoy feliz por ti." + +translate spanish strings: + + # game/1_akarsha.rpy:4 + old "Min-seo" + new "Min-seo" + + # game/1_akarsha.rpy:6 + old "Akarsha" + new "Akarsha" + + # game/1_akarsha.rpy:9 + old "Ester" + new "Ester" + + # game/1_akarsha.rpy:10 + old "\"Yuki\"" + new "\"Yuki\"" + + # game/1_akarsha.rpy:11 + old "\"Sakura\"" + new "\"Sakura\"" + + # game/1_akarsha.rpy:12 + old "Dad" + new "Papá" + + # game/1_akarsha.rpy:14 + old "Pratik" + new "Pratik" + + # game/1_akarsha.rpy:15 + old "Amma" + new "Amma" + + # game/1_akarsha.rpy:17 + old "Chun-hua" + new "Chun-hua" + + # game/1_akarsha.rpy:18 + old "Ah-gong" + new "Ah-gong" + + # game/1_akarsha.rpy:19 + old "???" + new "???" + + # game/1_akarsha.rpy:22 + old "Jun-seo" + new "Jun-seo" + + # game/1_akarsha.rpy:23 + old "Hayden" + new "Hayden" + + # game/1_akarsha.rpy:25 + old "npc" + new "npc" + + # game/1_akarsha.rpy:26 + old "npc2" + new "npc2" + + # game/1_akarsha.rpy:28 + old "Global Warming" + new "Calentamiento global" + + # game/1_akarsha.rpy:83 + old "9th grade" + new "Primer año" + + # game/1_akarsha.rpy:192 + old "Fake your own death" + new "Fingir tu propia muerte" + + # game/1_akarsha.rpy:192 + old "Propose to her" + new "Proponerle matrimonio" + + # game/1_akarsha.rpy:566 + old "\"Accidentally\" press A as you take the controller" + new "Presiona A \"accidentalmente\" mientras agarras el control" + + # game/1_akarsha.rpy:890 + old "Roll the dice" + new "Lanzar los dados" + + # game/1_akarsha.rpy:1219 + old "Monday, before school" + new "Lunes, antes de la escuela" + + # game/1_akarsha.rpy:1432 + old "Examine bookshelves" + new "Examinar las estanterías" + + # game/1_akarsha.rpy:1441 + old "Look at desk" + new "Mirar la mesa" + + # game/1_akarsha.rpy:1449 + old "Leave library" + new "Salir de la biblioteca" + + # game/1_akarsha.rpy:1602 + old "Look at the locker room" + new "Mirar en el vestuario" + + # game/1_akarsha.rpy:1611 + old "Go to the bathroom" + new "Ir al baño" + + # game/1_akarsha.rpy:1619 + old "Walk to the courtyard" + new "Caminar al patio" + + # game/1_akarsha.rpy:1627 + old "Return to the school library" + new "Volver a la biblioteca" + + # game/1_akarsha.rpy:1639 + old "The Bagels" + new "Los Bagels" + + # game/1_akarsha.rpy:1639 + old "The Chicken Nuggets" + new "Los Nuggets de Pollo" + + # game/1_akarsha.rpy:1639 + old "The Death Bagels" + new "Los Bagels de la Muerte" + + # game/1_akarsha.rpy:1639 + old "Semes" + new "Semes" + + # game/1_akarsha.rpy:1642 + old "Bagels" + new "Bagels" + + # game/1_akarsha.rpy:1647 + old "Chicken Nuggets" + new "Nuggets de Pollo" + + # game/1_akarsha.rpy:1657 + old "Death Bagels" + new "Bagels de la Muerte" + + # game/1_akarsha.rpy:1736 + old "Look outside the locker room" + new "Mirar fuera del vestuario" + + # game/1_akarsha.rpy:1744 + old "Go to class" + new "Ir a clase" + + # game/1_akarsha.rpy:1786 + old "Look at your reflection" + new "Ver tu reflejo" + + # game/1_akarsha.rpy:1794 + old "Eavesdrop on classmates" + new "Espiar a tus compañeros de clase" + + # game/1_akarsha.rpy:1802 + old "Enter classroom" + new "Entrar al aula" + + # game/1_akarsha.rpy:1824 + old "Male student" + new "Estudiante varón" + + # game/1_akarsha.rpy:1825 + old "Female student" + new "Estudiante mujer" + + # game/1_akarsha.rpy:1919 + old "Jiggle the cursor" + new "Agitar el cursor" + + # game/1_akarsha.rpy:1919 + old "Close the PowerPoint presentation" + new "Cerrar la presentación de PowerPoint" + + # game/1_akarsha.rpy:2021 + old "Morning announcements" + new "Anuncios matutinos" + + # game/1_akarsha.rpy:2094 + old "Teacher" + new "Profesor" + + # game/1_akarsha.rpy:2659 + old "The next morning" + new "La mañana siguiente" + + # game/1_akarsha.rpy:2662 + old "Diya's house" + new "Casa de Diya" + + # game/1_akarsha.rpy:2984 + old "Upperclassman" + new "Estudiantes superiores" + + # game/1_akarsha.rpy:2987 + old "Valentine's Day" + new "Dia de San Valentín" diff --git a/game/tl/spanish/2_diya.rpy b/game/tl/spanish/2_diya.rpy new file mode 100644 index 0000000..6065ead --- /dev/null +++ b/game/tl/spanish/2_diya.rpy @@ -0,0 +1,5992 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +# game/2_diya.rpy:37 +translate spanish diya2_5614e719: + + # "Diya, Min, and Jun wait at the horseshoe for their parents to pick them up from school." + "Diya, Min, y Jun esperan en la rotonda a que sus padres los vengan a recoger de la escuela." + +# game/2_diya.rpy:39 +translate spanish diya2_3761fe1d: + + # Jun "Why does it always take Mom so long to get here?" + Jun "¿Por qué siempre se demora mamá en llegar aquí?" + +# game/2_diya.rpy:41 +translate spanish diya2_e65c74ea: + + # Min "I'm so hungry I would even eat a pizza with pineapple!" with sshake + Min "¡Tengo tanta hambre que me comería hasta una pizza con piña!" with sshake + +# game/2_diya.rpy:42 +translate spanish diya2_593a8c0d: + + # Min "Mom should just let us walk home ourselves! It'd be way faster." + Min "¡Mamá simplemente nos debería dejar caminar a casa a solas! Sería mucho más rápido." + +# game/2_diya.rpy:44 +translate spanish diya2_a084d18a: + + # Min "Especially if she buys us Heelys!" + Min "¡Especialmente si nos compra Heelys!" + +# game/2_diya.rpy:46 +translate spanish diya2_953c7098: + + # Diya "But if you did that, I'd have to wait for my mom alone. It'd be so boring." + Diya "Pero si hacen eso, tendría que esperar a mi mamá sola. Sería muy aburrido." + +# game/2_diya.rpy:49 +translate spanish diya2_55fff62d: + + # Min "Oh, I thought of that already. We can chat on walkie-talkies while I'm rolling away on my Heelys." + Min "Oh, ya pensé en eso. Podemos hablar por walkie-talkies mientras ruedo en mis Heelys." + +# game/2_diya.rpy:51 +translate spanish diya2_b6c9c63e: + + # DiyaT "That sounds fun..." + DiyaT "Eso suena divertido..." + +# game/2_diya.rpy:54 +translate spanish diya2_3aa6dd71: + + # "The three of them peer down the horseshoe at the long line of cars, hoping to catch sight of their rides." + "Los tres miran a la larga fila de autos por la rotonda, con la esperanza de ver a sus autos." + +# game/2_diya.rpy:56 +translate spanish diya2_05cb2594: + + # DiyaT "My mom's car is tan colored." + DiyaT "El auto de mi mamá es de color canela." + +# game/2_diya.rpy:58 +translate spanish diya2_b6439225: + + # Diya "They should make cars in better colors like sky blue or pink." + Diya "Deberían hacer autos en mejores colores como azul cielo o rosado." + +# game/2_diya.rpy:61 +translate spanish diya2_202a8646: + + # Jun "Yeah...I bet if they did, they'd sell a lot more." + Jun "Sí...Apuesto que si lo hicieran, venderían muchos más." + +# game/2_diya.rpy:63 +translate spanish diya2_d771036b: + + # Min "It's 'cause adults are boring and have bad taste." + Min "Es porque los adultos son aburridos y tienen mal gusto." + +# game/2_diya.rpy:65 +translate spanish diya2_bdf3c4ba: + + # Diya "They should sell cars with pictures of dolphins on them. Everyone would want one." + Diya "Deberían vender autos con imágenes de delfines en ellos. Todos querrían uno." + +# game/2_diya.rpy:68 +translate spanish diya2_556c0bac: + + # "Diya perks up as a beige Toyota drives into the horseshoe, but it's the wrong model." + "Diya se levanta al ver un Toyota beige manejar por la rotonda, pero es el modelo equivocado." + +# game/2_diya.rpy:70 +translate spanish diya2_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/2_diya.rpy:73 +translate spanish diya2_7f54c815: + + # Min "Did you hear about Barry Bonds? He's in trouble because he did steroids!" + Min "¿Escuchaste acerca de Barry Bonds? ¡Está en problemas por usar esteroides!" + +# game/2_diya.rpy:75 +translate spanish diya2_7f1c9c11: + + # Diya "What're \"steroids\"?" + Diya "¿Qué son los \"esteroides\"?" + +# game/2_diya.rpy:78 +translate spanish diya2_1f0ca8bc: + + # Jun "They're drugs that make you really buff. It's cheating." + Jun "Son drogas que te hacen muy fuerte. Es hacer trampa." + +# game/2_diya.rpy:80 +translate spanish diya2_5cd5782f: + + # Min "I don't see why they don't let you use them. If they're so good, everyone should use steroids." + Min "No entiendo por qué no te dejarían usarlos. Si son tan buenos, todos deberían usar esteroides." + +# game/2_diya.rpy:81 +translate spanish diya2_166168fb: + + # Min "Baseball would be more fun if everyone was super strong and super fast." + Min "El béisbol sería mucho más divertido si todos fueran super fuertes y super veloces." + +# game/2_diya.rpy:82 +translate spanish diya2_10229788: + + # "Suddenly, Min jolts upright and shouts as a silver sedan pulls up to the curb." + "De repente, Min se levanta sobresaltada y grita al ver a un sedán plateado acercase a la curva." + +# game/2_diya.rpy:84 +translate spanish diya2_71949a57: + + # Min "I see our car! Bye Diya!" + Min "¡Veo nuestro auto! ¡Chao Diya!" + +# game/2_diya.rpy:86 +translate spanish diya2_01cd9713: + + # "Heat rushes to Diya's face as Min hugs her tightly before dashing off." + "El calor se apodera de la cara de Diya mientras Min la abraza con fuerza antes de salir corriendo." + +# game/2_diya.rpy:88 +translate spanish diya2_e4772281: + + # Diya "Bye..." + Diya "Adiós..." + +# game/2_diya.rpy:91 +translate spanish diya2_4407c343: + + # Jun "Wait, that car has a side thingy under the door that ours doesn't have!" + Jun "Espera, ¡ese auto tiene algo a un lado bajo la puerta que el nuestro no tiene!" + +# game/2_diya.rpy:93 +translate spanish diya2_dd1a57e0: + + # "Min flings the car's passenger seat door open, revealing a stranger inside." + "Min abre de un tirón la puerta del asiento del copiloto, revelando a un extraño adentro." + +# game/2_diya.rpy:96 +translate spanish diya2_c9085bac: + + # Min "{big=+20}WHO'RE YOU??!!{/big}" with sshake + Min "{big=+20}¡¡¿¿QUIÉN ERES TÚ??!!{/big}" with sshake + +# game/2_diya.rpy:97 +translate spanish diya2_f4939c01: + + # "Min hastily slams the car door shut and stomps back to Diya and Jun, who are both wheezing with laughter." + "Min se apresura a cerrar la puerta y pisotea devuelta hacia Diya y Jun, quienes se están riendo a carcajadas." + +# game/2_diya.rpy:100 +translate spanish diya2_ff384520: + + # Min "THAT WAS THE WRONG CAR!" with sshake + Min "¡ESE ERA EL AUTO EQUIVOCADO!" with sshake + +# game/2_diya.rpy:102 +translate spanish diya2_5c47aeaf: + + # Jun "I told you!" + Jun "¡Te dije!" + +# game/2_diya.rpy:104 +translate spanish diya2_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:107 +translate spanish diya2_42861aae: + + # Jun "Diya, I think your car is over there, though." + Jun "Diya, creo que tu auto está ahí, eso sí." + +# game/2_diya.rpy:109 +translate spanish diya2_3b71d0de: + + # Diya "!" + Diya "¡!" + +# game/2_diya.rpy:111 +translate spanish diya2_100ad9fc: + + # Diya "Thanks. Bye for real this time." + Diya "Gracias. Adiós de verdad esta vez." + +# game/2_diya.rpy:114 +translate spanish diya2_79b16fed: + + # Min "See you tomorrow!!!" + Min "¡¡¡Te veo mañana!!!" + +# game/2_diya.rpy:119 +translate spanish momFindsOut_d8018892: + + # "As Diya buckles up in her mom's sedan, she peers out the window, smiling a little when she sees Min waving frenetically at her outside." + "Mientras Diya se abrocha el cinturón en el sedán de su madre, ella mira por la ventana, sonriendo un poco al ver a Min despidiéndose frenéticamente afuera." + +# game/2_diya.rpy:121 +translate spanish momFindsOut_c0d265fa: + + # Amma "How was your day at school?" + Amma "¿Cómo estuvo tu día en la escuela?" + +# game/2_diya.rpy:124 +translate spanish momFindsOut_fd841d5d: + + # Diya "Okay." + Diya "Bien." + +# game/2_diya.rpy:125 +translate spanish momFindsOut_16ea65b3: + + # Diya "We had to write about an invention we'd make in class today." + Diya "Tuvimos que escribir sobre una invención que haríamos en clase hoy." + +# game/2_diya.rpy:128 +translate spanish momFindsOut_db05797a: + + # Amma "What did you invent?" + Amma "¿Y qué inventaste tú?" + +# game/2_diya.rpy:131 +translate spanish momFindsOut_25e28d97: + + # Diya "A better bed that makes it so your stuffed animals can never accidentally roll off it." + Diya "Una cama mejor que hace que tus peluches nunca puedan rodar fuera de ella accidentalmente." + +# game/2_diya.rpy:132 +translate spanish momFindsOut_64a03780: + + # Diya "I thought of it because last night while I was sleeping, Horny fell on the floor." + Diya "Pensé en ello por que anoche mientras dormía, Conchudo se cayó al piso." + +# game/2_diya.rpy:135 +translate spanish momFindsOut_dfab704e: + + # Amma "H-horny?? Who's that?" + Amma "¿¿C-Conchudo?? ¿Quién es ese?" + +# game/2_diya.rpy:138 +translate spanish momFindsOut_c572ca6d: + + # Diya "My cow plushie. He's one of Snakey's older brothers." + Diya "Mi peluche de ostra. Es uno de los hermanos mayores de Serpientina." + +# game/2_diya.rpy:140 +translate spanish momFindsOut_08ebad6d: + + # Diya "He was all cold and alone for hours and I didn't know." + Diya "Estuvo frío y solo por horas y no sabía." + +# game/2_diya.rpy:143 +translate spanish momFindsOut_2fd5caf5: + + # Amma "Maybe you should give \"Horny\" a different name, like Moo Moo." + Amma "Quizás le deberías dar un nombre distinto a \"Conchudo\", como Almejín." + +# game/2_diya.rpy:147 +translate spanish momFindsOut_97cd2629: + + # Diya "Why? It'll be hard for him to get used to it." + Diya "¿Por qué? Se le haría difícil acostumbrarse." + +# game/2_diya.rpy:150 +translate spanish momFindsOut_71175cbd: + + # Amma "You must have the most loved stuffed animals in the entire world." + Amma "Debes ser la persona que más ama a los peluches en todo el mundo." + +# game/2_diya.rpy:154 +translate spanish momFindsOut_96c5885e: + + # Amma "What else did you do at school?" + Amma "¿Qué más hiciste en la escuela?" + +# game/2_diya.rpy:157 +translate spanish momFindsOut_e7f06594: + + # Diya "I tried to take an Accelerated Reader quiz on the Boxcar Children book I read." + Diya "Intenté tomar un quiz de comprensión lectora sobre el libro de Boxcar Children que leí." + +# game/2_diya.rpy:158 +translate spanish momFindsOut_75dd8763: + + # Diya "But I accidentally clicked the wrong book. So it made me take the quiz of a book I never read before." + Diya "Pero accidentalmente hice clic en el libro equivocado. Así que me hizo tomar un quiz de un libro que nunca leí antes." + +# game/2_diya.rpy:161 +translate spanish momFindsOut_c16fccd2: + + # Amma "It didn't let you quit out? What bad design." + Amma "¿Y no te dejó salir? Que diseño más malo." + +# game/2_diya.rpy:164 +translate spanish momFindsOut_94a7fa72: + + # Diya "Yeah. My classmates all tried to help me, though." + Diya "Sí. Todos mis compañeros intentaron ayudarme, eso sí." + +# game/2_diya.rpy:165 +translate spanish momFindsOut_4cb9f449: + + # Diya "Hayden read the book a year ago, but he could barely remember anything." + Diya "Hayden leyó ese libro hace un año, pero apenas pudo recordar algo." + +# game/2_diya.rpy:167 +translate spanish momFindsOut_6ce3e682: + + # Diya "So even with everyone's help I got a 2/10." + Diya "Así que incluso con la ayuda de todos saqué un 2/10." + +# game/2_diya.rpy:170 +translate spanish momFindsOut_1c2e11e0: + + # Amma "Oh no!" + Amma "¡Oh no!" + +# game/2_diya.rpy:173 +translate spanish momFindsOut_dbfeaf23: + + # Diya "Mr. Armstrong said he wouldn't count it for my grade, though." + Diya "Mr. Armstrong dijo que no iba a contar en mis calificaciones, por lo menos." + +# game/2_diya.rpy:176 +translate spanish momFindsOut_0f1f30bd: + + # Amma "That's a relief." + Amma "Eso es un alivio." + +# game/2_diya.rpy:177 +translate spanish momFindsOut_995c76b2: + + # Amma "The boy waving at you earlier — was that Hayden? The classmate who helped you?" + Amma "El chico despidiéndose de ti antes — ¿ese era Hayden? ¿El compañero que te ayudó?" + +# game/2_diya.rpy:181 +translate spanish momFindsOut_f102a355: + + # Diya "You mean Min? She's not a boy." + Diya "¿Te refieres a Min? Ella no es un chico." + +# game/2_diya.rpy:184 +translate spanish momFindsOut_e384fdca: + + # Amma "Huh? The one wearing a hoodie?" + Amma "¿Ah? ¿Él que llevaba una sudadera?" + +# game/2_diya.rpy:187 +translate spanish momFindsOut_14524745: + + # Diya "Yeah. She's a girl." + Diya "Sí. Es una chica." + +# game/2_diya.rpy:191 +translate spanish momFindsOut_cf17036b: + + # "To Diya's surprise, her mom wrinkles her nose in disgust." + "Para la sorpresa de Diya, su madre arruga la nariz con disgusto." + +# game/2_diya.rpy:193 +translate spanish momFindsOut_ce01c86e: + + # Amma "That was a girl?! She's a freak." with sshake + Amma "¡¿Esa era una chica?! Es un bicho raro." with sshake + +# game/2_diya.rpy:194 +translate spanish momFindsOut_d52e79b5: + + # Amma "You should make friends with more normal girls." + Amma "Deberías hacerte amiga de chicas más normales." + +# game/2_diya.rpy:197 +translate spanish momFindsOut_c9e926bc: + + # DiyaT "Huh??" with sshake + DiyaT "¿¿Eh??" with sshake + +# game/2_diya.rpy:199 +translate spanish momFindsOut_f9ab01e4: + + # Diya "That's not very nice." + Diya "Eso no es muy amable." + +# game/2_diya.rpy:202 +translate spanish momFindsOut_ee8c71bf: + + # Amma "But it's true, she looks like a boy. Stay away from her or you'll catch it, too." + Amma "Pero es verdad, si parece un chico. Aléjate de ella, o te vas a contagiar también." + +# game/2_diya.rpy:205 +translate spanish momFindsOut_3c4bb630: + + # Diya "Catch what? It's not like she has a disease." + Diya "¿Contagiarme de qué? No es como ella tuviera una enfermedad." + +# game/2_diya.rpy:208 +translate spanish momFindsOut_bdadfb1e: + + # Amma "You're too young to understand. Only freaks look like that." + Amma "Eres muy joven para entenderlo. Solo los bichos raros hacen eso." + +# game/2_diya.rpy:211 +translate spanish momFindsOut_0b9bec5d: + + # Diya "It's bad to judge people by what they look like." + Diya "Es malo juzgar a las personas por su apariencia." + +# game/2_diya.rpy:212 +translate spanish momFindsOut_dd9b892a: + + # Diya "You don't even know her. She's really nice to me." + Diya "Ni siquiera la conoces. Ella es muy amigable conmigo." + +# game/2_diya.rpy:216 +translate spanish momFindsOut_2aa42d3d: + + # Amma "I don't need to know her, there's clearly something wrong with her." + Amma "No tengo que conocerla, claramente algo malo le pasa a ella." + +# game/2_diya.rpy:217 +translate spanish momFindsOut_6a7fafb9: + + # Amma "She's only acting nice because she has impure thoughts toward you." + Amma "Solo actúa amigable contigo porque tiene pensamientos impuros hacia ti." + +# game/2_diya.rpy:220 +translate spanish momFindsOut_a4e80611: + + # DiyaT "What's that supposed to mean?" + DiyaT "¿Qué se supone que significa eso?" + +# game/2_diya.rpy:221 +translate spanish momFindsOut_e33e598b: + + # Diya "Even if she has problems, I can tell her and she'll fix them." + Diya "Incluso si tiene problemas, yo se los puedo decir y ella los arreglará." + +# game/2_diya.rpy:222 +translate spanish momFindsOut_1887cee7: + + # Diya "We're friends, so she'll listen to me." + Diya "Somos amigas, así que ella me escuchará." + +# game/2_diya.rpy:225 +translate spanish momFindsOut_f39fd010: + + # Amma "You can't change people. Especially not weirdos like that." + Amma "No puedes cambiar a las personas. Especialmente a bichos raros como ella." + +# game/2_diya.rpy:226 +translate spanish momFindsOut_29e6916a: + + # Amma "If they're bad, they're bad. It's a waste of time to try." + Amma "Si son malas, son malas. Es una pérdida de tiempo intentarlo." + +# game/2_diya.rpy:229 +translate spanish momFindsOut_94246a28: + + # DiyaT "If you can't change people, then how can she change me into looking like a boy?" + DiyaT "Si no puedes cambiar a las personas, ¿cómo me podrá cambiar a que parezca un chico?" + +# game/2_diya.rpy:230 +translate spanish momFindsOut_8f3aea0c: + + # DiyaT "You can't have it both ways." + DiyaT "No puedes tener las cosas de dos formas." + +# game/2_diya.rpy:233 +translate spanish momFindsOut_e073ab30: + + # Amma "You're normal, so you have to stay away from weirdos like that." + Amma "Eres normal, así que te tienes que alejar de raritos como ella." + +# game/2_diya.rpy:237 +translate spanish momFindsOut_4a26d649: + + # Diya "I don't care. She's my friend." + Diya "No me importa. Ella es mi amiga." + +# game/2_diya.rpy:240 +translate spanish momFindsOut_d32f9fe3: + + # Amma "No, you can't be friends with her anymore." + Amma "No, ya no puedes ser amiga de ella." + +# game/2_diya.rpy:241 +translate spanish momFindsOut_4416ae00: + + # Amma "If I see you talking to her again, you're in big trouble." + Amma "Si te veo hablando con ella de nuevo, estarás en grandes problemas." + +# game/2_diya.rpy:244 +translate spanish momFindsOut_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:261 +translate spanish diyaminMakeout_98ad2140: + + # "Min pushes Diya back against the locker room wall, kissing her again and again." with sshake + "Min empuja a Diya en contra de la pared del vestuario, besándola una y otra vez." with sshake + +# game/2_diya.rpy:264 +translate spanish diyaminMakeout_9a441086: + + # DiyaT "JSFDAKJJJK??!! DFJSKJHFJ!!!!!" with sshake + DiyaT "¡¡¿¿JSFDAKJJJK??!! ¡¡¡¡¡DFJSKJHFJ!!!!!" with sshake + +# game/2_diya.rpy:265 +translate spanish diyaminMakeout_083b6375: + + # DiyaT "Wow!!! This is great!!!!!" + DiyaT "¡¡¡Wow!!! ¡¡¡¡¡¡Esto es genial!!!!!!" + +# game/2_diya.rpy:266 +translate spanish diyaminMakeout_aad687cd: + + # "They break apart, both panting for air." + "Las dos se separan, jadeando por aire." + +# game/2_diya.rpy:267 +translate spanish diyaminMakeout_61f9f6f8: + + # "A pleasant shiver runs down Diya's spine as Min grins sharply at her." + "Un agradable escalofrío recorre la espalda de Diya mientras Min le sonríe secamente." + +# game/2_diya.rpy:268 +translate spanish diyaminMakeout_8320e2d5: + + # Min "Oh, you like this, don't you?" + Min "Oh, te gusta esto, ¿a que no?" + +# game/2_diya.rpy:269 +translate spanish diyaminMakeout_20408dbb: + + # Diya "......................." + Diya "......................." + +# game/2_diya.rpy:270 +translate spanish diyaminMakeout_a340acd9: + + # "Diya is too embarrassed to admit it, so she just nods, her cheeks blazing." + "Diya está demasiado avergonzada para admitirlo, así que ella solo asiente, con las mejillas ardiendo." + +# game/2_diya.rpy:271 +translate spanish diyaminMakeout_4ade39cb: + + # Min "You don't need to be shy." + Min "No tienes que ser tan tímida." + +# game/2_diya.rpy:272 +translate spanish diyaminMakeout_105b42a5: + + # Min "It's just me." + Min "Solo soy yo." + +# game/2_diya.rpy:273 +translate spanish diyaminMakeout_a8cd2a98: + + # Diya "I feel like I absolutely can't say it aloud though." + Diya "Pero siento que no puedo decirlo en voz alta del todo." + +# game/2_diya.rpy:274 +translate spanish diyaminMakeout_bdfc509b: + + # Diya "Sorry..." + Diya "Lo siento..." + +# game/2_diya.rpy:275 +translate spanish diyaminMakeout_748f867e: + + # "Min presses a kiss to her cheek and whispers in her ear, voice low. Diya can feel her smiling, her breath warm on her cheek." + "Min le coloca un beso en la mejilla y le susurra al oído, en voz baja. Diya puede sentirla sonreír, su cálido aliento en su mejilla." + +# game/2_diya.rpy:276 +translate spanish diyaminMakeout_db9dddf7: + + # Min "It's okay, you're so cute when you're like this. I almost can't stand it." + Min "Está bien, eres tan tierna cuando estás así. Que casi no puedo soportarlo." + +# game/2_diya.rpy:277 +translate spanish diyaminMakeout_6276c5a5: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:278 +translate spanish diyaminMakeout_f532acd0: + + # DiyaT "It's so surreal dating a friend you've had a crush on forever." + DiyaT "Es tán irreal salir con una amiga de la que siempre has estado enamorada." + +# game/2_diya.rpy:279 +translate spanish diyaminMakeout_ff1558fa: + + # DiyaT "Sometimes I get scared that us getting together was just a dream, and when I wake up we'll just be friends again." + DiyaT "A veces me da miedo de que nosotras estando juntas solo haya sido un sueño, y que amaneceré con nosotras solo siendo amigas devuelta." + +# game/2_diya.rpy:280 +translate spanish diyaminMakeout_fad63573: + + # DiyaT "But it's real! Somehow a miracle happened and now I'm her girlfriend!" + DiyaT "¡Pero es real! ¡De alguna manera un milagro ocurrió y ahora soy su novia!" + +# game/2_diya.rpy:284 +translate spanish diyaminMakeout_2f7f9b90: + + # "Min holds Diya's hand as they wait for their rides home." + "Min le toma la mano a Diya mientras esperan a que las lleven a casa." + +# game/2_diya.rpy:286 +translate spanish diyaminMakeout_6b288e75: + + # DiyaT "No one knows about us except the baseball club. And maybe the workers at the dessert place we had our first date at." + DiyaT "Nadie sabe sobre lo de nosotras excepto el club de béisbol. Y quizás los trabajadores del lugar de postre donde tuvimos nuestra primera cita." + +# game/2_diya.rpy:287 +translate spanish diyaminMakeout_f43e8973: + + # DiyaT "So we end up kissing in the locker room a lot because the lockers block the view, and you can hear if other people walk in." + DiyaT "Así que nos terminamos besando en el vestuario bastante por que los casilleros bloquean la vista, y puedes escuchar si es que entra gente." + +# game/2_diya.rpy:289 +translate spanish diyaminMakeout_ccf84402: + + # DiyaT "But it's still fun. I love spending time with Min..." + DiyaT "Pero aún es divertido. Amo pasar el tiempo con Min..." + +# game/2_diya.rpy:292 +translate spanish diyaminMakeout_dfcef687: + + # DiyaT "She can almost even make me forget I have a presentation tomorrow in Biology." + DiyaT "Ella casi puede hacer que me olvide de la presentación que tengo mañana en Biología." + +# game/2_diya.rpy:294 +translate spanish diyaminMakeout_20ad44a0: + + # DiyaT "Assignments that make you talk in front of the class should be outlawed." + DiyaT "Los trabajos que te obligan a hablar en frente de toda la clase deberían estar prohibidos." + +# game/2_diya.rpy:297 +translate spanish diyaminMakeout_4bba70e5: + + # Min "What's wrong? You look worried about something." + Min "¿Qué pasa? Te ves preocupada por algo." + +# game/2_diya.rpy:299 +translate spanish diyaminMakeout_a014ade9: + + # Diya "?!" + Diya "¡¿?!" + +# game/2_diya.rpy:300 +translate spanish diyaminMakeout_b40f519a: + + # Diya "You can tell?" + Diya "¿Puedes notarlo?" + +# game/2_diya.rpy:304 +translate spanish diyaminMakeout_168abe59: + + # Min "Of course I can. What kind of girlfriend would I be if I couldn't even tell if something was bothering you?" + Min "Por supuesto que puedo. ¿Qué tipo de novia sería si ni siquiera pudiera notar si algo te estaba molestando?" + +# game/2_diya.rpy:306 +translate spanish diyaminMakeout_f3255287: + + # Diya "You're like a mind reader. Psychic." + Diya "Eres como una adivina. Psíquica." + +# game/2_diya.rpy:309 +translate spanish diyaminMakeout_85b224ec: + + # Min "Nah, I just know you. You got all tense and quiet." + Min "Nah, solo te conozco. Te pusiste toda tensa y callada." + +# game/2_diya.rpy:312 +translate spanish diyaminMakeout_47f5a33a: + + # Min "So what's up?" + Min "Entonces, ¿qué pasa?" + +# game/2_diya.rpy:314 +translate spanish diyaminMakeout_19316019: + + # Min "If someone's bothering you, I'll kill them, no questions asked." + Min "Si alguien te está fastidiando, lo mataré, sin hacer preguntas." + +# game/2_diya.rpy:316 +translate spanish diyaminMakeout_cc77507c: + + # Diya "You probably should at least ask one or two questions." + Diya "Probablemente deberías hacer al menos una o dos preguntas." + +# game/2_diya.rpy:317 +translate spanish diyaminMakeout_49ea05a4: + + # Diya "Killing people is wrong." + Diya "Matar gente está mal." + +# game/2_diya.rpy:320 +translate spanish diyaminMakeout_7908dc24: + + # Min "Okay. Then if someone's bothering you, I'll...be really mean to them." + Min "Bueno. Si alguien te está fastidiado, seré...muy pesada con ellos." + +# game/2_diya.rpy:321 +translate spanish diyaminMakeout_8db767f4: + + # Min "So who is it?" + Min "¿Así que quien es?" + +# game/2_diya.rpy:323 +translate spanish diyaminMakeout_27ce6f11: + + # Diya "It isn't anyone." + Diya "No es nadie." + +# game/2_diya.rpy:324 +translate spanish diyaminMakeout_2daf28cd: + + # Diya "It's just that my group presentation is tomorrow. In Biology." + Diya "Es solo que mi presentación grupal es mañana. En Biología." + +# game/2_diya.rpy:327 +translate spanish diyaminMakeout_32d480d4: + + # Min "Oh, that PowerPoint you've been working on with Akarsha and Noelle?" + Min "Oh, ¿ese PowerPoint en el que has estado trabajando con Akarsha y Noelle?" + +# game/2_diya.rpy:328 +translate spanish diyaminMakeout_5b580689: + + # "Diya nods." + "Diya asiente." + +# game/2_diya.rpy:330 +translate spanish diyaminMakeout_43bb64cd: + + # Diya "We're supposed to elaborate on what we put on our slides." + Diya "Se supone que debemos explicar lo que ponemos en nuestras diapositivas." + +# game/2_diya.rpy:331 +translate spanish diyaminMakeout_def8c7aa: + + # Diya "But I get so nervous in front of everyone that I blank out." + Diya "Pero me pongo tan nerviosa en frente de todos que me quedo en blanco." + +# game/2_diya.rpy:334 +translate spanish diyaminMakeout_0ab0e34b: + + # Min "What's there to be nervous about? You know all the stuff, don't you?" + Min "¿Por qué habría que estar nerviosa? Te lo sabes todo, ¿o no?" + +# game/2_diya.rpy:336 +translate spanish diyaminMakeout_e6baae6d: + + # Diya "Even if I know all the facts in my head, I can't improvise at all." + Diya "Incluso si conociera todos los datos de memoria, no puedo improvisar del todo." + +# game/2_diya.rpy:337 +translate spanish diyaminMakeout_8ee030b0: + + # Diya "It's hard to string words together on the spot." + Diya "Es difícil encadenar las palabras en el acto." + +# game/2_diya.rpy:338 +translate spanish diyaminMakeout_3ae639a7: + + # Diya "I always have to write out everything I'm going to say word-for-word beforehand, and memorize it." + Diya "Siempre tengo que escribir todo lo que voy a decir letra por letra de antemano, y memorizarlo." + +# game/2_diya.rpy:341 +translate spanish diyaminMakeout_e9710239: + + # "Their conversation is abruptly cut short when a beige sedan turns the corner into the school." + "Su conversación es interrumpida abruptamente cuando un sedán beige dobla la esquina hacia la escuela." + +# game/2_diya.rpy:346 +translate spanish diyaminMakeout_33c42458: + + # Diya "My mom's here!" with sshake + Diya "¡Mi madre está aquí!" with sshake + +# game/2_diya.rpy:347 +translate spanish diyaminMakeout_ce7c944e: + + # DiyaT "She picks me up after the baseball club if it ends late enough for her to be done with work." + DiyaT "Ella me recoge después del club de béisbol si finaliza lo suficientemente tarde como para que ella este lista con su trabajo." + +# game/2_diya.rpy:350 +translate spanish diyaminMakeout_3e38cf32: + + # Min "I'll hide!" with sshake + Min "¡Me esconderé!" with sshake + +# game/2_diya.rpy:352 +translate spanish diyaminMakeout_946776b5: + + # Min "Bye!!!" + Min "¡¡¡Adiós!!!" + +# game/2_diya.rpy:356 +translate spanish diyaminMakeout_5cc8501a: + + # "Min roughly pulls Diya close for one last kiss before dashing out of sight." + "Min acerca a Diya bruscamente para darle un último beso antes de perderse de vista." + +# game/2_diya.rpy:358 +translate spanish diyaminMakeout_017df041: + + # Diya "!!!!!!!!" with sshake + Diya "¡¡¡¡¡¡¡!!!!!!!!!" with sshake + +# game/2_diya.rpy:360 +translate spanish diyaminMakeout_de9bf50f: + + # "Diya tries to slow her shaky breathing to a normal pace." + "Diya intenta ralentizar su agitada respiración a un ritmo normal." + +# game/2_diya.rpy:362 +translate spanish diyaminMakeout_dbf55227: + + # DiyaT "I'm calm...I need to look normal..." + DiyaT "Estoy calmada...Tengo que verme normal..." + +# game/2_diya.rpy:364 +translate spanish diyaminMakeout_407abcf5: + + # "Diya gets uncharacteristically clumsy after making out with Min, like a dog who's still woozy after surgery." + "Diya se vuelve inusualmente torpe después de besarse con Min, como un perro que sigue mareado después de una cirugía." + +# game/2_diya.rpy:365 +translate spanish diyaminMakeout_798b1d57: + + # "She staggers over to her mom's car as it pulls up to the curb." + "Ella se tambalea hacia el auto de su madre cuando este se detiene por la curva." + +# game/2_diya.rpy:367 +translate spanish diyaminMakeout_4c0a9333: + + # DiyaT "I'm scared of how my mom will react if she finds out I'm talking to Min again. Let alone that I'm dating her..." + DiyaT "Tengo miedo de saber como reaccionaría mi mamá si es que se entera de que estoy hablando con Min de nuevo. Y mucho menos de que estoy saliendo con ella..." + +# game/2_diya.rpy:368 +translate spanish diyaminMakeout_4385005a: + + # DiyaT "So it's a secret for now." + DiyaT "Así que es un secreto por ahora." + +# game/2_diya.rpy:376 +translate spanish diyaminMakeout_ffd59bb1: + + # "Diya reaches for the door handle, misses, and slams her hand directly into the side of the car." with sshake + "Diya intenta alcanzar la manilla de la puerta, falla, y golpea la mano directamente a un lado del auto." with sshake + +# game/2_diya.rpy:378 +translate spanish diyaminMakeout_1c63452a: + + # Diya "!!!" + Diya "¡¡¡!!!" + +# game/2_diya.rpy:381 +translate spanish diyaminMakeout_1fa56419: + + # Amma "What's the matter with you?" + Amma "¿Qué pasa contigo?" + +# game/2_diya.rpy:384 +translate spanish diyaminMakeout_2292f35a: + + # Diya "Nothing." + Diya "Nada." + +# game/2_diya.rpy:386 +translate spanish diyaminMakeout_864367a9: + + # "Diya hastily pulls the door open and gets into the passenger seat, trying to look natural." + "Diya se apresura en abrir la puerta y entra al asiento del copiloto, tratando parecer natural." + +# game/2_diya.rpy:388 +translate spanish diyaminMakeout_c5df2f04: + + # Amma ".........." + Amma ".........." + +# game/2_diya.rpy:391 +translate spanish diyaminMakeout_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:394 +translate spanish diyaminMakeout_c0d265fa: + + # Amma "How was your day at school?" + Amma "¿Cómo estuvo tu día en la escuela?" + +# game/2_diya.rpy:397 +translate spanish diyaminMakeout_fd841d5d: + + # Diya "Okay." + Diya "Bien." + +# game/2_diya.rpy:400 +translate spanish diyaminMakeout_c5df2f04_1: + + # Amma ".........." + Amma ".........." + +# game/2_diya.rpy:403 +translate spanish diyaminMakeout_a9db357b_1: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:406 +translate spanish diyaminMakeout_2ec24062: + + # "On the radio, a woman sings to a catchy beat." + "En la radio, una mujer canta a un ritmo pegadizo." + +# game/2_diya.rpy:407 +translate spanish diyaminMakeout_709c4c46: + + # NPC "{font=times.ttf}♫{/font} I'm curious for you...Caught my attention... {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} I'm curious for you...Caught my attention... {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:409 +translate spanish diyaminMakeout_21f461b8: + + # NPC "{font=times.ttf}♫{/font} I kissed a girl and I liked it! {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} I kissed a girl and I liked it! {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:411 +translate spanish diyaminMakeout_fac6057a: + + # DiyaT "What the...?? Did she really just say that?" with sshake + DiyaT "¿¿Pero qué...?? ¿De verdad ella acaba de decir eso?" with sshake + +# game/2_diya.rpy:413 +translate spanish diyaminMakeout_38b7b305: + + # NPC "{font=times.ttf}♫{/font} The taste of her cherry chapstick... {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} The taste of her cherry chapstick... {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:414 +translate spanish diyaminMakeout_df8cff63: + + # NPC "{font=times.ttf}♫{/font} I kissed a girl just to try it! {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} I kissed a girl just to try it! {font=times.ttf}♫{/font}" + +# game/2_diya.rpy:416 +translate spanish diyaminMakeout_d8d58d7d: + + # DiyaT "Is she allowed to say that on the radio? It doesn't break any laws?" + DiyaT "¿Tiene permitido decir eso en la radio? ¿No rompe ninguna ley?" + +# game/2_diya.rpy:419 +translate spanish diyaminMakeout_93676a39: + + # "Diya shifts uncomfortably in her seat as her mom frowns at the lyrics." + "Diya se mueve incómoda en su asiento mientras su madre frunce el ceño escuchando la letra." + +# game/2_diya.rpy:421 +translate spanish diyaminMakeout_0496c141: + + # Amma "\"I kissed a girl...?\" What kind of terrible song is this?" + Amma "\"Besé a una chica...?\" ¿Qué tipo de canción más terrible es esta?" + +# game/2_diya.rpy:423 +translate spanish diyaminMakeout_ed7b6b6e: + + # "Disgusted, Diya's mom changes the station." + "Disgustada, la madre de Diya cambia la estación." + +# game/2_diya.rpy:425 +translate spanish diyaminMakeout_0a338741: + + # Amma "............" + Amma "............" + +# game/2_diya.rpy:428 +translate spanish diyaminMakeout_136db9e2: + + # Diya "..........." + Diya "..........." + +# game/2_diya.rpy:429 +translate spanish diyaminMakeout_564fbf6c: + + # DiyaT "You know how in the movies, superheroes have to hide their identity to their families?" + DiyaT "Sabes como en las películas, ¿los super héroes tienen que esconder su identidad de sus familias?" + +# game/2_diya.rpy:430 +translate spanish diyaminMakeout_12490488: + + # DiyaT "I'm doing that in real life, all the time." + DiyaT "Estoy haciendo eso en la vida real, todo el tiempo." + +# game/2_diya.rpy:433 +translate spanish diyaminMakeout_0a338741_1: + + # Amma "............" + Amma "............" + +# game/2_diya.rpy:436 +translate spanish diyaminMakeout_6e8840cd: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:439 +translate spanish diyaminMakeout_574adbd7: + + # Amma "The other day, I saw Akarsha and her mom at Safeway." + Amma "El otro día, vi a Akarsha y su madre en el Safeway." + +# game/2_diya.rpy:440 +translate spanish diyaminMakeout_0d05c55c: + + # Amma "She was so outgoing! She even told me about the Biology project you're working on together." + Amma "¡Era tan extrovertida! Incluso me contó sobre el proyecto de Biología en el que están trabajando juntas." + +# game/2_diya.rpy:442 +translate spanish diyaminMakeout_763acd1c: + + # Amma "I didn't even know you were doing a project until Akarsha said so." + Amma "Ni siquiera sabía que estabas haciendo un proyecto hasta que Akarsha me lo dijo." + +# game/2_diya.rpy:443 +translate spanish diyaminMakeout_66924745: + + # Amma "Why can't you be more like her? I like knowing things about you." + Amma "¿Por qué no puedes ser más como ella? Me gusta saber cosas sobre ti." + +# game/2_diya.rpy:447 +translate spanish diyaminMakeout_f51c4191: + + # DiyaT "If Akarsha was her daughter, she'd disown her for being bi. Not that she'd know that." + DiyaT "Si Akarsha fuera su hija, la repudiaría por ser bisexual. No es que ella lo supiera." + +# game/2_diya.rpy:450 +translate spanish diyaminMakeout_0a338741_2: + + # Amma "............" + Amma "............" + +# game/2_diya.rpy:453 +translate spanish diyaminMakeout_6e8840cd_1: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:454 +translate spanish diyaminMakeout_8c2f566c: + + # DiyaT "I never really know how to fill the silence when I'm with my mom." + DiyaT "Nunca se cómo llenar el silencio cuando estoy con mi mamá." + +# game/2_diya.rpy:455 +translate spanish diyaminMakeout_3221dc43: + + # DiyaT "I don't know what I can talk about with her." + DiyaT "No se de qué puedo hablar cuando estoy con ella." + +# game/2_diya.rpy:456 +translate spanish diyaminMakeout_937040d2: + + # DiyaT "She really loves me, but she comes from such a different time and culture that talking to her feels kind of unpredictable." + DiyaT "Ella me quiere mucho, pero viene de una época y cultura tan distinta que hablar con ella se siente algo impredecible." + +# game/2_diya.rpy:457 +translate spanish diyaminMakeout_42caec75: + + # DiyaT "Sometimes, she'll surprise me by getting upset over something I didn't expect would cause problems at all." + DiyaT "A veces, ella me sorprenderá enojándose con algo que no esperaba que causara algún tipo de problema." + +# game/2_diya.rpy:458 +translate spanish diyaminMakeout_0c6a9cce: + + # DiyaT "So my safest bet most of the time is just to stay quiet." + DiyaT "Así que mi apuesta más segura la mayoría de las veces es solo quedarme callada." + +# game/2_diya.rpy:459 +translate spanish diyaminMakeout_62218652: + + # DiyaT "It's annoying how she's raised me to be afraid of talking, yet expects me to magically turn out like a child who was raised normally." + DiyaT "Es molesto como me educó para tener el miedo de hablar, pero espera que mágicamente me convierta en una niña educada normalmente." + +# game/2_diya.rpy:470 +translate spanish cantSleep_6ebcb658: + + # "That night, Diya tosses and turns in bed, anxious about her presentation the next day." + "Esa noche, Diya da vueltas en cama, inquieta por su presentación de mañana." + +# game/2_diya.rpy:472 +translate spanish cantSleep_75b1b4cf: + + # DiyaT "I wish I could time travel to this time tomorrow, after the Biology presentation is already over." + DiyaT "Ojalá pudiera viajar en el tiempo hacia mañana, cuando ya se haya terminado la presentación de Biología." + +# game/2_diya.rpy:474 +translate spanish cantSleep_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:475 +translate spanish cantSleep_59110b5a: + + # DiyaT "I need to stop thinking about this. It's making my mind race. I can't relax enough to sleep." + DiyaT "Tengo que dejar de pensar en esto. Me está acelerando la mente. No puedo relajarme lo suficiente para dormir." + +# game/2_diya.rpy:477 +translate spanish cantSleep_d55ec1c4: + + # "Diya checks her alarm clock." + "Diya revisa el reloj de su alarma." + +# game/2_diya.rpy:479 +translate spanish cantSleep_3dfbec86: + + # DiyaT "It's midnight already. And I need to wake up at seven tomorrow!" + DiyaT "Ya es medianoche. ¡Y tengo que levantarme a las siete mañana!" + +# game/2_diya.rpy:480 +translate spanish cantSleep_5e1bc799: + + # DiyaT "I need to fall asleep right now! Or else I'll get less than seven hours of sleep." + DiyaT "¡Tengo que dormirme ahora! Si no, dormiré por menos de siete horas." + +# game/2_diya.rpy:485 +translate spanish cantSleep_93cccaa1: + + # "Diya squeezes her eyes shut and starts counting." + "Diya cierra los ojos con fuerza y comienza a contar." + +# game/2_diya.rpy:486 +translate spanish cantSleep_76824bf3: + + # DiyaT "One...two...three..." + DiyaT "Uno...dos...tres..." + +# game/2_diya.rpy:487 +translate spanish cantSleep_eb27997a: + + # DiyaT "Four...five...six..." + DiyaT "Cuatro...cinco...seis..." + +# game/2_diya.rpy:488 +translate spanish cantSleep_7f5f05d9: + + # DiyaT "Six...Giant pandas have six fingers..." + DiyaT "Seis...Los pandas gigantes tienen seis dedos..." + +# game/2_diya.rpy:489 +translate spanish cantSleep_fd90cf8b: + + # DiyaT "And their thumbs are opposable like primates' thumbs. These similar features are called analogous structures." + DiyaT "Y sus pulgares son oponibles como los de los primates. Estas características similares se denominan estructuras análogas." + +# game/2_diya.rpy:490 +translate spanish cantSleep_f81ccd64: + + # DiyaT "...Shoot, I was supposed to be counting sheep." + DiyaT "...Rayos, se supone que debía estar contando ovejas." + +# game/2_diya.rpy:491 +translate spanish cantSleep_ef5ede6c: + + # DiyaT "What number was I on again?" + DiyaT "¿En qué número estaba otra vez?" + +# game/2_diya.rpy:492 +translate spanish cantSleep_6a15702b: + + # DiyaT "Let's start over." + DiyaT "Volvamos a empezar." + +# game/2_diya.rpy:493 +translate spanish cantSleep_41606471: + + # DiyaT "One...two..." + DiyaT "Uno...dos..." + +# game/2_diya.rpy:494 +translate spanish cantSleep_5ebeb388: + + # DiyaT "Two...Birds and bats are two groups that evolved flight independently..." + DiyaT "Dos..Los pájaros y los murciélagos son dos grupos que evolucionaron el vuelo de forma independiente..." + +# game/2_diya.rpy:496 +translate spanish cantSleep_7f9fc011: + + # "Diya keeps trying to count without getting sidetracked, but after an hour, she's more awake and frustrated than ever." + "Diya sigue intentado contar sin despistarse, pero al cabo de una hora, ella está más despierta y frustrada que nunca." + +# game/2_diya.rpy:500 +translate spanish cantSleep_931923aa: + + # DiyaT "I looked up some breathing exercises that're supposed to make you sleepier." + DiyaT "Busqué algunos ejercicios de respiración que supuestamente te darán más sueño." + +# game/2_diya.rpy:503 +translate spanish cantSleep_05c23eaf: + + # "Diya squeezes her eyes shut, inhaling slowly and steadily..." + "Diya cierra los ojos con fuerza, inhalando lenta y constantemente..." + +# game/2_diya.rpy:504 +translate spanish cantSleep_e160f932: + + # DiyaT "Now I'll breathe out on a count of one...two...three..." + DiyaT "Ahora exhalaré a la cuenta de uno...dos...tres..." + +# game/2_diya.rpy:505 +translate spanish cantSleep_eb27997a_1: + + # DiyaT "Four...five...six..." + DiyaT "Cuatro...cinco...seis..." + +# game/2_diya.rpy:506 +translate spanish cantSleep_7f5f05d9_1: + + # DiyaT "Six...Giant pandas have six fingers..." + DiyaT "Seis...Los pandas gigantes tienen seis dedos..." + +# game/2_diya.rpy:507 +translate spanish cantSleep_69a0994f: + + # DiyaT "And their thumbs are opposable like primates' thumbs. These similar features are called analogous structures..." + DiyaT "Y sus pulgares son oponibles como los de los primates. Estas características similares se denominan estructuras análogas." + +# game/2_diya.rpy:508 +translate spanish cantSleep_2238904f: + + # DiyaT "Shoot, I started thinking about the presentation again." + DiyaT "Rayos, comencé a pensar en la presentación de nuevo." + +# game/2_diya.rpy:509 +translate spanish cantSleep_6a15702b_1: + + # DiyaT "Let's start over." + DiyaT "Volvamos a empezar." + +# game/2_diya.rpy:510 +translate spanish cantSleep_41606471_1: + + # DiyaT "One...two..." + DiyaT "Uno...dos..." + +# game/2_diya.rpy:511 +translate spanish cantSleep_5ebeb388_1: + + # DiyaT "Two...Birds and bats are two groups that evolved flight independently..." + DiyaT "Dos..Los pájaros y los murciélagos son dos grupos que evolucionaron el vuelo de forma independiente..." + +# game/2_diya.rpy:513 +translate spanish cantSleep_c0e290ab: + + # "Diya keeps trying to breathe without getting sidetracked, but after an hour, she's more awake and frustrated than ever." + "Diya sigue intentado contar sin despistarse, pero al cabo de una hora, ella está más despierta y frustrada que nunca." + +# game/2_diya.rpy:517 +translate spanish cantSleep_41b15885: + + # DiyaT "Sometimes when I can't sleep, I fantasize that Min is hugging me and saying nice things to me." + DiyaT "A veces cuando no puedo dormir, me imagino a Min abrazándome y diciéndome cosas bonitas." + +# game/2_diya.rpy:518 +translate spanish cantSleep_c465dc33: + + # DiyaT "Usually this works." + DiyaT "Usualmente esto funciona." + +# game/2_diya.rpy:521 +translate spanish cantSleep_2c997994: + + # "Diya hugs herself with one arm and squeezes her eyes shut." + "Diya se abraza a ella misma con un brazo y cierra los ojos con fuerza." + +# game/2_diya.rpy:522 +translate spanish cantSleep_60da6008: + + # DiyaT "Min is holding me really close, and telling me I'm going to fall asleep in her arms..." + DiyaT "Min me abraza muy apretada, y me dice que me voy a dormir en sus brazos..." + +# game/2_diya.rpy:523 +translate spanish cantSleep_454b4cad: + + # DiyaT "And she's stroking my side with her hand..." + DiyaT "Y me acaricia a un costado con la mano..." + +# game/2_diya.rpy:524 +translate spanish cantSleep_cd554f01: + + # DiyaT "Hands...Primates have hands, too..." + DiyaT "Manos...Los primates tienen manos, también..." + +# game/2_diya.rpy:525 +translate spanish cantSleep_bd342a52: + + # DiyaT "And their thumbs are opposable like pandas' thumbs. These similar features are called analogous structures..." + DiyaT "Y sus pulgares son oponibles como los de los pandas gigantes. Estas características similares se denominan estructuras análogas." + +# game/2_diya.rpy:526 +translate spanish cantSleep_2238904f_1: + + # DiyaT "Shoot, I started thinking about the presentation again." + DiyaT "Rayos, comencé a pensar en la presentación de nuevo." + +# game/2_diya.rpy:527 +translate spanish cantSleep_9d0b4e2c: + + # DiyaT "Forget the presentation! Just think about Min." + DiyaT "¡Olvidate de la presentación! Solo piensa en Min." + +# game/2_diya.rpy:528 +translate spanish cantSleep_31c3235b: + + # DiyaT "Min is holding me really tight and saying nice things to me..." + DiyaT "Min me abraza muy apretada y me dice cosas bonitas..." + +# game/2_diya.rpy:529 +translate spanish cantSleep_f1d9c561: + + # DiyaT "And we're all alone together...It's just the two of us..." + DiyaT "Y estamos solas juntas...Sólo nosotras dos..." + +# game/2_diya.rpy:530 +translate spanish cantSleep_5ebeb388_2: + + # DiyaT "Two...Birds and bats are two groups that evolved flight independently..." + DiyaT "Dos..Los pájaros y los murciélagos son dos grupos que evolucionaron el vuelo de forma independiente..." + +# game/2_diya.rpy:532 +translate spanish cantSleep_6b6e27a0: + + # "Diya keeps trying to imagine Min comforting her without getting sidetracked, but after an hour, she's more awake and frustrated than ever." + "Diya sigue intentando imaginar a Min reconfortándola sin despistarse, pero al cabo de una hora, ella está más despierta y frustrada que nunca." + +# game/2_diya.rpy:535 +translate spanish cantSleep_683e4a28: + + # DiyaT "There's so much anxious energy pent up in my body, I feel like running a marathon." + DiyaT "Tengo tanta energía ansiosa acumulada en mi cuerpo, me siento como para correr una maratón." + +# game/2_diya.rpy:536 +translate spanish cantSleep_36545e38: + + # DiyaT "Maybe if I release all that energy, I can finally doze off." + DiyaT "Quizás si libero toda esa energía, por fin pueda dormir." + +# game/2_diya.rpy:538 +translate spanish cantSleep_1fe83fc1: + + # "Diya frantically starts doing sit-ups in bed." + "Diya frenéticamente empieza a hacer abdominales en la cama." + +# game/2_diya.rpy:539 +translate spanish cantSleep_c8e75ce4: + + # "After a few sets, she switches to doing jumping jacks in the middle of her room." + "Después de unas cuantas repeticiones, pasa a hacer saltos de tijera en medio de su habitación." + +# game/2_diya.rpy:541 +translate spanish cantSleep_17c8d0d8: + + # DiyaT "Yeah! Become tired!!" with sshake + DiyaT "¡Sí! ¡Cansate!" with sshake + +# game/2_diya.rpy:543 +translate spanish cantSleep_1e7c91f9: + + # "After several minutes of frenzied exercise, Diya lies back down in bed, her heart pounding..." + "Tras varios minutos de ejercicio desenfrenado, Diya vuelve a tumbarse en la cama, con el corazón latiéndole con fuerza..." + +# game/2_diya.rpy:545 +translate spanish cantSleep_82c9b998: + + # DiyaT "Phew. Hopefully that didn't just make me even more awake." + DiyaT "Uff. Espero que eso no me haya desvelado aún más." + +# game/2_diya.rpy:547 +translate spanish cantSleep_6a5492a9: + + # "Diya wearily checks her clock again." + "Diya vuelve a mirar su reloj con cansancio." + +# game/2_diya.rpy:550 +translate spanish cantSleep_79ebbaf5: + + # DiyaT "It's two in the morning! I need to fall asleep right now so I can at least get five hours of sleep!!!" with sshake + DiyaT "¡Son las dos de la mañana! ¡¡¡Necesito dormirme ya para por lo menos dormir cinco horas!!!" with sshake + +# game/2_diya.rpy:552 +translate spanish cantSleep_50ca3195: + + # "Diya ends up lying awake for a few more hours..." + "Diya acaba despierta unas horas más..." + +# game/2_diya.rpy:554 +translate spanish cantSleep_adeb99a8: + + # "Just as the sun begins coming up, she loses consciousness from sheer exhaustion..." + "Justo cuando empieza a salir el sol, pierde el conocimiento de puro agotamiento..." + +# game/2_diya.rpy:560 +translate spanish walkToSchool_8411a72f: + + # "After what feels like a few minutes of sleep, Diya's alarms go off." + "Después de lo que parecieron ser unos minutos de sueño, suena la alarma de Diya." + +# game/2_diya.rpy:562 +translate spanish walkToSchool_b15a9f05: + + # Diya "...................." + Diya "...................." + +# game/2_diya.rpy:568 +translate spanish walkToSchool_7a62121c: + + # "Diya hits all her alarms without even bothering to open her eyes." + "Diya pulsa todas sus alarmas sin molestarse siquiera de abrir los ojos." + +# game/2_diya.rpy:569 +translate spanish walkToSchool_c8e9f276: + + # DiyaT "I don't feel rested at all...Barely got any sleep." + DiyaT "No me siento descansada del todo...Apenas pude dormir." + +# game/2_diya.rpy:570 +translate spanish walkToSchool_d59b9df3: + + # "Her morning routine includes lying in bed for ten minutes thinking about how tired she is. " + "Su rutina de las mañanas incluye tumbarse en la cama durante diez minutos pensando en lo cansada que está. " + +# game/2_diya.rpy:575 +translate spanish walkToSchool_f3981de6: + + # DiyaT "Nnnnnooooooooo..." + DiyaT "Nnnnnooooooooo..." + +# game/2_diya.rpy:576 +translate spanish walkToSchool_1256ede9: + + # DiyaT "I'm so anxious I feel like I'm gonna explode..." + DiyaT "Estoy tan nerviosa que siento que voy a explotar..." + +# game/2_diya.rpy:577 +translate spanish walkToSchool_97f55faf: + + # DiyaT "I don't have Biology till fifth period. So I'm going to be stewing in this dread for hours..." + DiyaT "No tengo Biología hasta la quinta hora. Así que voy a estar revolcándome en este pavor por horas..." + +# game/2_diya.rpy:578 +translate spanish walkToSchool_f28d8787: + + # DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + +# game/2_diya.rpy:579 +translate spanish walkToSchool_97ac099b: + + # "Ten minutes pass like this." + "Diez minutos pasan así." + +# game/2_diya.rpy:580 +translate spanish walkToSchool_5dcf543b: + + # "Finally, Diya drags herself out of bed and steels herself for the terrifying day ahead." + "Finalmente, Diya se arrastra fuera de la cama y se prepara para el aterrador día que le espera." + +# game/2_diya.rpy:585 +translate spanish walkToSchool_7fb840fd: + + # DiyaT "Akarsha messaged me. That normally means she's on her way to my house." + DiyaT "Akarsha me mandó un mensaje. Eso usualmente significa que está en camino a mi casa." + +# game/2_diya.rpy:597 +translate spanish ay_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/2_diya.rpy:598 +translate spanish ay_6ffc76d4: + + # cAkarsha "ay diya" + cAkarsha "ey diya" + +# game/2_diya.rpy:599 +translate spanish ay_81ffa3a4: + + # cSame ":^)" + cSame ":^)" + +# game/2_diya.rpy:600 +translate spanish ay_e169e266: + + # cSame "{image=diyaTheHedgehog.png}" + cSame "{image=diyaTheHedgehog.png}" + +# game/2_diya.rpy:601 +translate spanish ay_1ad5fa81: + + # cDiya "????" + cDiya "????" + +# game/2_diya.rpy:602 +translate spanish ay_95ee6139: + + # cSame "What is that" + cSame "Qué es eso" + +# game/2_diya.rpy:603 +translate spanish ay_01dfaa00: + + # cAkarsha "i googled Diya the Hedgehog and thats what came up" + cAkarsha "busqué Diya the Hedgehog en google y eso es lo que salió" + +# game/2_diya.rpy:604 +translate spanish ay_3a028725: + + # cNarrator "Diya has gone offline." + cNarrator "Diya se ha desconectado." + +# game/2_diya.rpy:606 +translate spanish ay_76b2fe88: + + # nvl clear + nvl clear + +# game/2_diya.rpy:608 +translate spanish ay_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:610 +translate spanish ay_c39e5151: + + # DiyaT "How can she act so normal on a day like this?" + DiyaT "¿Cómo es que ella puede actuar tan normal en un día como este?" + +# game/2_diya.rpy:611 +translate spanish ay_06f35054: + + # DiyaT "I wish I was all outgoing and good at talking like her..." + DiyaT "Ojalá pudiera ser tan extrovertida y bien hablada como ella..." + +# game/2_diya.rpy:619 +translate spanish ay_fdd5289a: + + # "Diya goes outside." + "Diya sale de casa." + +# game/2_diya.rpy:622 +translate spanish ay_8758287b: + + # Akarsha "Yo! Ready to blow everyone outta the water with our amazing group presentation?" + Akarsha "¡Ey! ¿Lista para dejar a todos boquiabiertos con nuestra increíble presentación de grupo?" + +# game/2_diya.rpy:624 +translate spanish ay_32295165: + + # DiyaT "No......" + DiyaT "No......" + +# game/2_diya.rpy:627 +translate spanish ay_9d3fca05: + + # "Diya nervously strides off, forcing Akarsha to jog to keep up with her." + "Diya se aleja nerviosa, forzando a Akarsha a trotar para seguirle el paso." + +# game/2_diya.rpy:629 +translate spanish ay_e5262ecf: + + # Akarsha "Hey, hold your horses!" + Akarsha "¡Hey, alto ahí!" + +# game/2_diya.rpy:635 +translate spanish ay_defb4d52: + + # Akarsha "Slow down! Some of us have average-length legs, yanno!" + Akarsha "¡Más despacio! ¡Algunas personas tenemos piernas de longitud promedio, sabes!" + +# game/2_diya.rpy:637 +translate spanish ay_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:640 +translate spanish ay_39068577: + + # Akarsha "Miss long legs..." + Akarsha "Señorita piernas largas..." + +# game/2_diya.rpy:642 +translate spanish ay_3bc934a7: + + # Akarsha "Or should I say Daddy Long Legs..." + Akarsha "O debería decir Daddy Long Legs..." + +# game/2_diya.rpy:644 +translate spanish ay_4ed38bca: + + # Diya "Don't call me that." + Diya "No me llames así." + +# game/2_diya.rpy:647 +translate spanish ay_489657f7: + + # Akarsha "You're so cold to me, bro. I'm dyin' here..." + Akarsha "Eres tan fría conmigo, bro. Me estoy muriendo aquí..." + +# game/2_diya.rpy:650 +translate spanish ay_56549d98: + + # Diya "Why would you die if you can't call me Daddy Long Legs. Weirdo." with sshake + Diya "¿Por qué te morirías por no poder llamarme Daddy Long Legs. Rarita." with sshake + +# game/2_diya.rpy:655 +translate spanish ay_06ad00e4: + + # DiyaT "So dark and cloudy today. Think it's gonna rain..." + DiyaT "Tan oscuro y nublado hoy. Creo que va a llover..." + +# game/2_diya.rpy:658 +translate spanish ay_2ae13b79: + + # Akarsha "Ay Diya..." + Akarsha "Ey Diya..." + +# game/2_diya.rpy:659 +translate spanish ay_b090fe88: + + # Akarsha "What do you think {incoherent}( ? ? ? ){/incoherent}" + Akarsha "Qué crees que {incoherent}( ? ? ? ){/incoherent}" + +# game/2_diya.rpy:662 +translate spanish ay_3c7f4aa8: + + # DiyaT "I wish real life had captions like on TV. No clue what anyone's ever saying to me." + DiyaT "Ojalá la vida tuviera subtítulos como en la tele. No tengo ni idea de lo que la gente me dice." + +# game/2_diya.rpy:664 +translate spanish ay_f2fff244: + + # Diya "What?" + Diya "¿Qué?" + +# game/2_diya.rpy:667 +translate spanish ay_20dd4491: + + # Akarsha "What do {incoherent}( ? ? ? ){/incoherent}" + Akarsha "Qué {incoherent}( ? ? ? ){/incoherent}" + +# game/2_diya.rpy:670 +translate spanish ay_f2fff244_1: + + # Diya "What?" + Diya "¿Qué?" + +# game/2_diya.rpy:673 +translate spanish ay_a77cb5f0: + + # Akarsha "What do you think happens {incoherent}( ? ? ? ){/incoherent}" + Akarsha "Qué crees que pasa {incoherent}( ? ? ? ){/incoherent}" + +# game/2_diya.rpy:676 +translate spanish ay_6e8840cd: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:679 +translate spanish ay_9c3d5435: + + # Akarsha "Oh wait, sorry. I forgot about your ear..." + Akarsha "Ah espera, perdón. Se me olvidó lo de tu oído..." + +# game/2_diya.rpy:681 +translate spanish ay_0f456459: + + # "Akarsha switches to Diya's other side so she can hear her over the sound of traffic." + "Akarsha se cambia al otro lado de Diya para que ella pueda oírla por encima del ruido del tráfico." + +# game/2_diya.rpy:683 +translate spanish ay_541d5e56: + + # Akarsha "What do you think happens to a Teletubby when its screen gets destroyed?" + Akarsha "¿Qué crees que le pasa a un Teletubbie cuando se le rompe su pantalla?" + +# game/2_diya.rpy:686 +translate spanish ay_2a4f8191: + + # Akarsha "{cps=0}What do you think happens to a Teletubby when its screen gets destroyed?{/cps}" nointeract + Akarsha "{cps=0}¿Qué crees que le pasa a un Teletubbie cuando se le rompe su pantalla? {/cps}" nointeract + +# game/2_diya.rpy:691 +translate spanish ay_d2ea1eeb: + + # Diya "Why would anything happen?" + Diya "¿Por qué pasaría algo?" + +# game/2_diya.rpy:692 +translate spanish ay_37bf183b: + + # Diya "It's not like it needs the screen to live." + Diya "No es como que necesiten la pantalla para sobrevivir." + +# game/2_diya.rpy:695 +translate spanish ay_25f50ab4: + + # Akarsha "But the fact that it's called a Teletubby implies the television is part of its body, doesn't it?" + Akarsha "El hecho de que se llame Teletubbie implica que la televisión es parte de su cuerpo, ¿no?" + +# game/2_diya.rpy:698 +translate spanish ay_01d57425: + + # Diya "That doesn't mean it needs it to live." + Diya "Eso no significa que lo necesita para vivir." + +# game/2_diya.rpy:699 +translate spanish ay_8058be95: + + # Diya "You could dye a bluebird pink and it'd still survive. It'd just be a pinkbird." + Diya "Podrías teñir a un azulejo de rosado y aún sobreviviría. Solo que sería un rosalejo." + +# game/2_diya.rpy:700 +translate spanish ay_ee74818f: + + # Diya "If you get rid of a Teletubby's screen it just becomes a Tubby." + Diya "Si le quitas la pantalla a un Teletubbie solo se convertiría en un Tubbie." + +# game/2_diya.rpy:703 +translate spanish ay_dc5557bf: + + # Akarsha "Destroying the screen is a way bigger change than changing something's color, though. It's like, built into its stomach." + Akarsha "Destruir la pantalla es un cambio mucho más grande que cambiarle el color a algo, eso sí. Está como, construida a su estómago." + +# game/2_diya.rpy:706 +translate spanish ay_a6591d1e: + + # Diya "So? TV's not a living part with cells and stuff. More like hair or fingernails." + Diya "¿Y? La tele no es una parte viviente con células y todo eso. Es más como el pelo o las uñas." + +# game/2_diya.rpy:707 +translate spanish ay_d843fed1: + + # Diya "It's not painful to get haircuts." + Diya "No duele que te corten el pelo." + +# game/2_diya.rpy:710 +translate spanish ay_8eec4652: + + # Akarsha "Speak for yourself. I've gotten some extremely catastrophic ones before." + Akarsha "Habla por ti misma. He tenido algunos extremadamente catastróficos antes." + +# game/2_diya.rpy:713 +translate spanish ay_33c3415a: + + # Diya "Okay...But you can't die from it." + Diya "Ya...Pero no puedes morir de ello." + +# game/2_diya.rpy:716 +translate spanish ay_5a2e6abd: + + # Akarsha "...Or can I? Challenge accepted." + Akarsha "...¿O sí? Reto aceptado." + +# game/2_diya.rpy:719 +translate spanish ay_cd9457b4: + + # Diya "That wasn't a challenge." with sshake + Diya "Eso no era un reto." with sshake + +# game/2_diya.rpy:726 +translate spanish ay_c28c6006: + + # Diya "It'd be like punching it in the heart or something." + Diya "Sería como darle un puñetazo en el corazón o algo." + +# game/2_diya.rpy:729 +translate spanish ay_89a1f811: + + # Akarsha "Damn, that's dark." + Akarsha "Joder, eso es tétrico." + +# game/2_diya.rpy:732 +translate spanish ay_4be652f2: + + # Diya "You asked." + Diya "Tu preguntaste." + +# game/2_diya.rpy:735 +translate spanish ay_68d032d6: + + # Akarsha "I dunno...Screens are so fragile, though." + Akarsha "No sé...Las pantallas son tan frágiles, eso sí." + +# game/2_diya.rpy:736 +translate spanish ay_837f83a6: + + # Akarsha "If it's that important, you'd think the Teletubbies would've evolved a ribcage over it or something to protect it." + Akarsha "Si es tan importante, pensarías que los Teletubbies hubieran evolucionado una caja torácica alrededor o algo para protegerla." + +# game/2_diya.rpy:739 +translate spanish ay_c1f53a19: + + # Diya "But they can't. They couldn't see what's on the screens if they were covered." + Diya "Pero no pueden. No podrían ver lo que está en las pantallas si estuvieran cubiertas." + +# game/2_diya.rpy:740 +translate spanish ay_c786b2a2: + + # Diya "Must be like why our eyes don't have bones over them even though they're delicate." + Diya "Debe ser como el por qué nuestros ojos no tienen huesos sobre ellos a pesar de ser delicados." + +# game/2_diya.rpy:741 +translate spanish ay_6840a761: + + # Diya "We wouldn't be able to see." + Diya "No podríamos ver." + +# game/2_diya.rpy:744 +translate spanish ay_ca778994: + + # Akarsha "Whoa, you might be onto something." + Akarsha "Vaya, parece que estás en lo cierto." + +# game/2_diya.rpy:746 +translate spanish ay_776d297d: + + # Akarsha "You should become a scientist. A Teletubby scientist." + Akarsha "Deberías convertirte en científica. Una científica de Teletubbies." + +# game/2_diya.rpy:749 +translate spanish ay_78219d12: + + # DiyaT "I doubt the world really needs Teletubby scientists..." + DiyaT "Dudo que el mundo de verdad necesite científicos de Teletubbies..." + +# game/2_diya.rpy:755 +translate spanish ay_ac67eed5: + + # Diya "Where is this even coming from." + Diya "De dónde viene esto siquiera." + +# game/2_diya.rpy:756 +translate spanish ay_e1a639c2: + + # Diya "Have you been watching Teletubbies lately or something?" + Diya "¿Has estado viendo Teletubbies últimamente o algo así?" + +# game/2_diya.rpy:759 +translate spanish ay_e5f92918: + + # Akarsha "What? No!" + Akarsha "¿Qué? ¡No!" + +# game/2_diya.rpy:761 +translate spanish ay_1007674f: + + # Akarsha "It's called having a healthy curiosity about the world around us, my friend." + Akarsha "Se llama tener una curiosidad sana por el mundo que nos rodea, amiga mía." + +# game/2_diya.rpy:764 +translate spanish ay_2b6532d0: + + # Diya "Doesn't sound healthy to me. What kind of person thinks of destroying Teletubbies." + Diya "No me suena sano a mí. Qué tipo de persona piensa en destruir Teletubbies." + +# game/2_diya.rpy:765 +translate spanish ay_0160ef68: + + # Diya "They're so colorful and friendly. Messed up." + Diya "Son tan coloridos y amigables. Qué desastre." + +# game/2_diya.rpy:768 +translate spanish ay_2e63c206: + + # Akarsha "Wow, geez! I see you're not ready for my cutting-edge Dragon Tales theories, either." + Akarsha "¡Wow, vaya! Veo que tampoco estás preparada para mis teorías vanguardistas sobre Dragon Tales." + +# game/2_diya.rpy:781 +translate spanish courtyardArrive_e929e2da: + + # "As Diya and Akarsha arrive at school, Diya feels something cold and wet drop onto her shoulder." + "Mientras Diya y Akarsha llegan a la escuela, Diya siente algo frío y mojado caerle en el hombro." + +# game/2_diya.rpy:784 +translate spanish courtyardArrive_17a03cd6: + + # DiyaT "It's raining!" with sshake + DiyaT "¡Está lloviendo!" with sshake + +# game/2_diya.rpy:787 +translate spanish courtyardArrive_b67dd80a: + + # Akarsha "Gah! I'm heading inside." + Akarsha "¡Gah! Me voy adentro." + +# game/2_diya.rpy:793 +translate spanish courtyardArrive_d68491ce: + + # "Akarsha scurries off as the rain picks up. Soon, torrents of water are pelting the ground." + "Akarsha se escabulle mientras la lluvia aumenta. Pronto, torrentes de agua caen sobre el suelo." + +# game/2_diya.rpy:795 +translate spanish courtyardArrive_7b89a5fd: + + # DiyaT "I still need to get my things from my locker." + DiyaT "Todavía tengo que sacar mis cosas de mi casillero." + +# game/2_diya.rpy:846 +translate spanish cantGoRain_930e7787: + + # DiyaT "I need to get my stuff from the locker first." + DiyaT "Primero tengo que sacar mis cosas de mi casillero." + +# game/2_diya.rpy:865 +translate spanish useLockerRain_29aa0f49: + + # "Noelle is hunched over in front of their shared locker and frowning at its contents." + "Noelle está encorvada frente al casillero que comparten y frunce el ceño ante su contenido." + +# game/2_diya.rpy:867 +translate spanish useLockerRain_cfab172b: + + # Noelle "Good morning." + Noelle "Buenos días." + +# game/2_diya.rpy:868 +translate spanish useLockerRain_a536cdaf: + + # Noelle "We need to remove our books from the locker or they'll get soaked in the rain." + Noelle "Tenemos que sacar nuestros libros del casillero o se van a empapar con la lluvia." + +# game/2_diya.rpy:871 +translate spanish useLockerRain_1f767bb1: + + # Diya "Oh, no." + Diya "Oh, no." + +# game/2_diya.rpy:872 +translate spanish useLockerRain_cd87ecd6: + + # Diya "Won't the roof overhang block it?" + Diya "¿No lo bloqueará el saliente del tejado?" + +# game/2_diya.rpy:875 +translate spanish useLockerRain_63801ce4: + + # Noelle "No, look at it. The wind's blowing the rain inward." + Noelle "No, mira. El viento está soplando la lluvia hacia adentro." + +# game/2_diya.rpy:878 +translate spanish useLockerRain_e53a30d8: + + # DiyaT "Yeah...We're even getting damp standing here right now." + DiyaT "Sí...Incluso nos estamos mojando aquí de pie ahora mismo." + +# game/2_diya.rpy:881 +translate spanish useLockerRain_24435af4: + + # "Diya takes a mini travel umbrella from her backpack and opens it." + "Diya saca un mini paraguas de viaje desde su mochila y lo abre." + +# game/2_diya.rpy:882 +translate spanish useLockerRain_a99a0d46: + + # "As Diya diligently holds it over the two of them, Noelle holds her daily water bottle out to her without looking." + "Mientras Diya lo sostiene diligentemente sobre las dos, Noelle le tiende su botella de agua diaria sin mirar." + +# game/2_diya.rpy:884 +translate spanish useLockerRain_bf3184e4: + + # Noelle "Also, can you open this water bottle?" + Noelle "También, ¿puedes abrir esta botella de agua?" + +# game/2_diya.rpy:888 +translate spanish useLockerRain_86b9d457: + + # "Diya holds the umbrella with one hand and grabs the water bottle with the other." + "Diya sostiene el paraguas con una mano y toma la botella de agua con la otra." + +# game/2_diya.rpy:890 +translate spanish useLockerRain_db5d3b58: + + # DiyaT "Don't have enough hands to open it..." + DiyaT "No tengo las suficientes manos para abrirla..." + +# game/2_diya.rpy:892 +translate spanish useLockerRain_b5595463: + + # "Diya carefully balances the water bottle on top of Noelle's head as she continues pulling her library books from their locker." + "Diya equilibra la botella de agua cuidadosamente sobre la cabeza de Noelle mientras ella sigue sacando sus libros de la biblioteca de su casillero." + +# game/2_diya.rpy:894 +translate spanish useLockerRain_d61ce29e: + + # Noelle "......" + Noelle "......" + +# game/2_diya.rpy:897 +translate spanish useLockerRain_58f85320: + + # Diya "......" + Diya "......" + +# game/2_diya.rpy:899 +translate spanish useLockerRain_edc4d25a: + + # "Diya grips the bottle's cap with her index finger and thumb while pressing the bottle down on Noelle's head with the rest of her hand." + "Diya agarra la tapa de la botella con el dedo índice y pulgar mientras presiona la botella contra la cabeza de Noelle con el resto de su mano." + +# game/2_diya.rpy:900 +translate spanish useLockerRain_7f3b02dd: + + # "She manages to twist it open without spilling any of the water." + "Ella logra abrirla sin derramar el agua." + +# game/2_diya.rpy:902 +translate spanish useLockerRain_57537cff: + + # Diya "....!" + Diya "¡....!" + +# game/2_diya.rpy:904 +translate spanish useLockerRain_a747211b: + + # DiyaT "I'm pretty proud of myself for pulling that off." + DiyaT "Estoy bastante orgullosa de mi misma por haber conseguido eso." + +# game/2_diya.rpy:906 +translate spanish useLockerRain_55e67ecc: + + # "She closes the cap and gives it back to Noelle as she slots the last of her novels into her bookbag." + "Ella cierra la tapa y se la devuelve a Noelle mientras ella mete la última de sus novelas en su mochila." + +# game/2_diya.rpy:908 +translate spanish useLockerRain_c728b2c9: + + # Noelle "Thank you." + Noelle "Gracias." + +# game/2_diya.rpy:909 +translate spanish useLockerRain_97c1d6b5: + + # Noelle "I've finished rescuing all my water-sensitive items. It's your turn." + Noelle "He terminado de rescatar todos mis objetos sensibles al agua. Es tu turno." + +# game/2_diya.rpy:911 +translate spanish useLockerRain_e6cc2f6a: + + # "Diya peers into her and Noelle's shared locker." + "Diya se asoma al casillero que comparten ella y Noelle." + +# game/2_diya.rpy:914 +translate spanish useLockerRain_9953c53a: + + # "Diya opens her and Noelle's shared locker." + "Diya abre el casillero compartido de ella y Noelle." + +# game/2_diya.rpy:987 +translate spanish closeLocker_4f5b729c: + + # Noelle "I'm ready to head to class when you are." + Noelle "Estoy lista para ir a clase cuando tú lo estés." + +# game/2_diya.rpy:989 +translate spanish closeLocker_d98abe15: + + # DiyaT "Wish I could just head home and go to bed..." + DiyaT "Ojalá pudiera solo irme a casa y acostarme en mi cama..." + +# game/2_diya.rpy:996 +translate spanish getStuff_039fc582: + + # "Diya slips her books and binders into her backpack." + "Diya mete sus libros y carpetas en su mochila." + +# game/2_diya.rpy:1004 +translate spanish rosin_d147eb49: + + # DiyaT "This is rosin for string instruments." + DiyaT "Esto es resina para instrumentos de cuerda." + +# game/2_diya.rpy:1006 +translate spanish rosin_8212b0ee: + + # DiyaT "The first time Noelle showed it to me,{w=0.10} I tried to eat it." + DiyaT "La primera vez que Noelle me la mostro,{w=0.10} me la intenté comer." + +# game/2_diya.rpy:1008 +translate spanish rosin_204a6640: + + # Diya "Why do you have this, anyway?" + Diya "¿Por qué tienes esto, de igual manera?" + +# game/2_diya.rpy:1009 +translate spanish rosin_74b66178: + + # Diya "You only play piano." + Diya "Tú solo tocas el piano." + +# game/2_diya.rpy:1012 +translate spanish rosin_1798290a: + + # Noelle "It's the same kind Akarsha uses. She plays the cello in her orchestra class." + Noelle "Es el mismo tipo que usa Akarsha. Ella toca el violonchelo en su clase de orquestra." + +# game/2_diya.rpy:1014 +translate spanish rosin_f212fb94: + + # Noelle "Whenever she drops and cracks the one she's using, she leaves it in her locker, and I secretly replace it with an identical copy." + Noelle "Cada vez que se le cae y rompe la que está usando, la deja en su casillero, y yo secretamente la sustituyo por una copia idéntica." + +# game/2_diya.rpy:1017 +translate spanish rosin_7928b0c2: + + # Diya ".....?" + Diya "¿.....?" + +# game/2_diya.rpy:1018 +translate spanish rosin_bfe81bfe: + + # Diya "How do you get it in her locker?" + Diya "¿Cómo puedes entrar a su casillero?" + +# game/2_diya.rpy:1021 +translate spanish rosin_043b3598: + + # Noelle "I figured out her locker combination." + Noelle "Averigüé la combinación de su casillero." + +# game/2_diya.rpy:1024 +translate spanish rosin_88602f9d: + + # Diya "Can't she tell it's just new rosin?" + Diya "¿No se da cuenta de que solo es colofonia nueva?" + +# game/2_diya.rpy:1027 +translate spanish rosin_5809549c: + + # Noelle "No, I always scratch up the top and make it look worn, so it looks identical to the one she dropped." + Noelle "No, siempre la rayo por encima y la hago parecer usada, así que parece idéntica a la que acababa de romper." + +# game/2_diya.rpy:1028 +translate spanish rosin_331962a5: + + # Noelle "This is the third one." + Noelle "Esta es la tercera." + +# game/2_diya.rpy:1029 +translate spanish rosin_3c49d11c: + + # Noelle "By now, she's convinced her rosin has self-healing abilities." + Noelle "A estas alturas, está convencida de que su resina tiene habilidades autocurativas." + +# game/2_diya.rpy:1032 +translate spanish rosin_78e8a409: + + # DiyaT "Noelle goes to such lengths just to mess with Akarsha sometimes..." + DiyaT "Noelle llega tan lejos solo para molestar a Akarsha a veces..." + +# game/2_diya.rpy:1033 +translate spanish rosin_766ac751: + + # DiyaT "I don't really know what to make of it." + DiyaT "No sé muy bien que pensar de ello." + +# game/2_diya.rpy:1038 +translate spanish rosin_d147eb49_1: + + # DiyaT "This is rosin for string instruments." + DiyaT "Esto es resina para instrumentos de cuerda." + +# game/2_diya.rpy:1041 +translate spanish rosin_3b5af64f: + + # DiyaT "It looks like you can eat it,{w=0.10} but you can't." + DiyaT "Parece como que te la puedes comer,{w=0.10} pero no puedes." + +# game/2_diya.rpy:1048 +translate spanish lunchbox_1b3baa2a: + + # "Out of curiosity, Diya checks what Noelle has for lunch today." + "Por curiosidad, Diya revisa qué trajo Noelle para comer hoy." + +# game/2_diya.rpy:1050 +translate spanish lunchbox_6609ae50: + + # DiyaT "Rice porridge. Noelle really likes this." + DiyaT "Gachas de arroz. A Noelle de verdad le gusta esto." + +# game/2_diya.rpy:1052 +translate spanish lunchbox_8696af9c: + + # DiyaT "I shouldn't eat it. I don't have much of an appetite today, anyway." + DiyaT "No me lo debería comer. No tengo mucho apetito hoy, igualmente." + +# game/2_diya.rpy:1054 +translate spanish lunchbox_af1cb536: + + # "Deeper in the lunchbox, there's also a Ziploc bag of neatly peeled apple slices." + "Más al fondo de la lonchera, también hay una bolsa Ziploc con rodajas de manzana bien peladas." + +# game/2_diya.rpy:1056 +translate spanish lunchbox_6c242f84: + + # Diya "Thoughtful of your mom to do that." + Diya "Muy considerado por parte de tu madre." + +# game/2_diya.rpy:1059 +translate spanish lunchbox_4a7dec73: + + # Noelle "Do what?" + Noelle "¿Qué cosa?" + +# game/2_diya.rpy:1062 +translate spanish lunchbox_d3824bb4: + + # Diya "Peel the apple and slice it." + Diya "Pelarte una manzana y cortarla." + +# game/2_diya.rpy:1063 +translate spanish lunchbox_e7e8ca00: + + # Diya "Most people just eat them whole." + Diya "La mayoría de las personas se las comen enteras." + +# game/2_diya.rpy:1067 +translate spanish lunchbox_c7d771eb: + + # Noelle "I guess she has to show me she loves me somehow." + Noelle "Supongo que tiene que demostrar que me quiere de alguna manera." + +# game/2_diya.rpy:1068 +translate spanish lunchbox_376a63fe: + + # Noelle "Since she lacks the emotional maturity to communicate it through words, she's left to express it through actions." + Noelle "Como carece de madurez emocional para comunicarlo por palabras, sólo le queda hacerlo mediante acciones." + +# game/2_diya.rpy:1071 +translate spanish lunchbox_39e04216: + + # Diya "Funny, that sounds like someone else I know." + Diya "Gracioso, eso suena a alguien que conozco." + +# game/2_diya.rpy:1074 +translate spanish lunchbox_ac4215eb: + + # Noelle "Are you insinuating I'm the same as her?" + Noelle "¿Estás insinuando de que soy igual a ella?" + +# game/2_diya.rpy:1077 +translate spanish lunchbox_9449eb74: + + # Diya "Maybe." + Diya "Quizás." + +# game/2_diya.rpy:1080 +translate spanish lunchbox_c16ac829: + + # Noelle "I wish I could deny it..." + Noelle "Ojalá te lo pudiera negar..." + +# game/2_diya.rpy:1082 +translate spanish lunchbox_0699384c: + + # Noelle "Does your mother do the thing too, where after you have an argument, instead of apologizing, she just silently leaves you a plate of fruit to eat?" + Noelle "Tu madre también hace eso de que, después de discutir, en lugar de disculparse, ¿solo te deja silenciosamente un plato de fruta para que comas?" + +# game/2_diya.rpy:1085 +translate spanish lunchbox_3b71d0de: + + # Diya "!" + Diya "¡!" + +# game/2_diya.rpy:1086 +translate spanish lunchbox_6b59f3cd: + + # Diya "I thought it was just my mom who did that." + Diya "Pensé que solo mi mamá hacía eso." + +# game/2_diya.rpy:1089 +translate spanish lunchbox_8483185b: + + # Noelle "It must be an immigrant mother thing." + Noelle "Debe ser una cosa de madres inmigrantes." + +# game/2_diya.rpy:1092 +translate spanish lunchbox_eaf0852c: + + # Diya "This is waterproof, right?" + Diya "Esto es aprueba de agua, ¿cierto?" + +# game/2_diya.rpy:1095 +translate spanish lunchbox_a4430859: + + # Noelle "If not waterproof, at least water-resistant." + Noelle "Si no es aprueba de agua, al menos es resistente al agua." + +# game/2_diya.rpy:1098 +translate spanish lunchbox_5ca7d674: + + # Diya "Okay. Just checking." + Diya "Ok. Solo comprobaba." + +# game/2_diya.rpy:1106 +translate spanish valentinesDayCard_ea3a0a07: + + # DiyaT "It's the Valentine's Day card Min made for me this year." + DiyaT "Es la carta de San Valentín que Min me hizo este año." + +# game/2_diya.rpy:1107 +translate spanish valentinesDayCard_d87997d9: + + # DiyaT "Every time I see it, I feel happy." + DiyaT "Cada vez que la veo, me siento feliz." + +# game/2_diya.rpy:1110 +translate spanish valentinesDayCard_9d52754a: + + # Noelle "You still haven't taken that home?" + Noelle "¿Todavía no te has llevado eso a casa?" + +# game/2_diya.rpy:1113 +translate spanish valentinesDayCard_2dbe76f5: + + # Diya "I'm paranoid my parents will find it if I do." + Diya "Tengo paranoia de que mis papás la encuentren." + +# game/2_diya.rpy:1115 +translate spanish valentinesDayCard_d7481b0f: + + # Diya "Min said a lot of stuff in it...Even if she were a boy, I don't think they'd be okay with it." + Diya "Min dijo un montón de cosas en ella...Incluso si ella fuera un chico, no creo que les parezca bien." + +# game/2_diya.rpy:1118 +translate spanish valentinesDayCard_4755412e: + + # Noelle "I see..." + Noelle "Ya veo..." + +# game/2_diya.rpy:1121 +translate spanish valentinesDayCard_21fa634c: + + # Diya "Guess I have to move it out of the locker or it'll get soaked and wrinkly, though..." + Diya "Aunque supongo que tendré que sacarla del casillero o quedará empapada y arrugada..." + +# game/2_diya.rpy:1124 +translate spanish valentinesDayCard_29509ad1: + + # "Diya carefully slips it into her binder's inside pocket." + "Diya la mete con cuidado al bolsillo interior de su carpeta." + +# game/2_diya.rpy:1126 +translate spanish valentinesDayCard_79c49cd2: + + # Diya "Speaking of Valentine's Day. How's Akarsha's investigation of her secret admirer going." + Diya "Hablando de San Valentín. Cómo va la investigación de Akarsha sobre su admirador secreto." + +# game/2_diya.rpy:1129 +translate spanish valentinesDayCard_4e369802: + + # Noelle "Awful. And by that, I mean wonderful." + Noelle "Horrible. Y con eso, quiero decir maravilloso." + +# game/2_diya.rpy:1130 +translate spanish valentinesDayCard_9e3e17f1: + + # Noelle "She's utterly lost." + Noelle "Está totalmente perdida." + +# game/2_diya.rpy:1132 +translate spanish valentinesDayCard_0c3973ce: + + # Noelle "Her list of suspects includes a random guy in our History class, a sophomore she's never uttered a word to before..." + Noelle "Su lista de sospechosos incluyen a un chico cualquiera de nuestra clase de Historia, un estudiante de segundo al que nunca le ha dirigido la palabra..." + +# game/2_diya.rpy:1133 +translate spanish valentinesDayCard_b8352cb1: + + # Noelle "...And even the lunch lady who once gave her two slices of pizza that were stuck together instead of one." + Noelle "...E incluso la señora del almuerzo que una vez le dio dos rebanadas de pizza que estaban pegadas en vez de una." + +# game/2_diya.rpy:1136 +translate spanish valentinesDayCard_91a0726b: + + # Diya "Wow." + Diya "Wow." + +# game/2_diya.rpy:1137 +translate spanish valentinesDayCard_95ad896e: + + # Diya "We really can keep this up every Valentine's Day without her realizing it's us." + Diya "Podemos seguir así cada día de San Valentín sin que se de cuenta de que somos nosotras." + +# game/2_diya.rpy:1140 +translate spanish valentinesDayCard_a96af3d3: + + # Noelle "Yes, as long as we don't accidentally let it slip at some point." + Noelle "Sí, siempre que no se nos escape accidentalmente en algún momento." + +# game/2_diya.rpy:1148 +translate spanish groupPresentation_0e5a5750: + + # "Diya loves the sound of rain when she's indoors, especially the drum of water on metal." + "Diya ama el sonido de la lluvia cuando está en espacio cerrado, sobre todo el tambor del agua con el metal." + +# game/2_diya.rpy:1150 +translate spanish groupPresentation_f0231efa: + + # "Unfortunately, today she's so consumed with dread over her presentation that she's totally unable to enjoy it." + "Desafortunadamente, hoy está tan consumida por el miedo a su presentación que es totalmente incapaz de disfrutarlo." + +# game/2_diya.rpy:1151 +translate spanish groupPresentation_2497ed9b: + + # "Her next few hours pass in a sleep-deprived haze..." + "Las siguientes horas transcurren en una neblina de somnolencia..." + +# game/2_diya.rpy:1155 +translate spanish groupPresentation_4ce93a06: + + # "Diya's stomach churns with dread as she finally walks into her Biology class." + "El estómago de Diya se revuelve del miedo cuando por fin entra a su clase de Biología." + +# game/2_diya.rpy:1157 +translate spanish groupPresentation_53ded5ef: + + # DiyaT "It's here...The period of doom..." + DiyaT "Ya está aquí...La hora de la desgracia..." + +# game/2_diya.rpy:1160 +translate spanish groupPresentation_b636eaf4: + + # "To her surprise, she finds Min leaning against her desk, waiting for her." + "Para su sorpresa, ella encuentra a Min apoyada en su escritorio, esperándola." + +# game/2_diya.rpy:1162 +translate spanish groupPresentation_a16d98d6: + + # Diya "?" + Diya "¿?" + +# game/2_diya.rpy:1163 +translate spanish groupPresentation_c1ebecb7: + + # Diya "Why're you here?" + Diya "¿Por qué estás aquí?" + +# game/2_diya.rpy:1166 +translate spanish groupPresentation_fe88a18e: + + # Min "You're about to do your presentation, right?" + Min "Estás a punto de hacer tu presentación, ¿cierto?" + +# game/2_diya.rpy:1167 +translate spanish groupPresentation_df2a23f6: + + # Min "I thought I'd swing by and try to pump you up for it." + Min "Pensé en pasarme por aquí e intentar animarte." + +# game/2_diya.rpy:1169 +translate spanish groupPresentation_ee47853e: + + # Diya "Oh. Thanks." + Diya "Oh. Gracias." + +# game/2_diya.rpy:1172 +translate spanish groupPresentation_222b2d2f: + + # Min "How do you feel?" + Min "¿Cómo te sientes?" + +# game/2_diya.rpy:1174 +translate spanish groupPresentation_9f0a3026: + + # Diya "I'm so nervous, my stomach hurts." + Diya "Estoy tan nerviosa, me duele el estómago." + +# game/2_diya.rpy:1175 +translate spanish groupPresentation_eac54f3a: + + # Diya "I even forgot to eat my gummy vitamins this morning." + Diya "Hasta se me olvido comerme mis gomitas de vitaminas esta mañana." + +# game/2_diya.rpy:1177 +translate spanish groupPresentation_96574918: + + # "Each day, Diya looks forward to eating two gummy vitamins." + "Cada día, Diya espera con impaciencia comer dos gomitas de vitaminas." + +# game/2_diya.rpy:1178 +translate spanish groupPresentation_19c8b611: + + # "Min gives her hand a reassuring squeeze." + "Min le da a ella un apretón reconfortante en su mano." + +# game/2_diya.rpy:1180 +translate spanish groupPresentation_3fcf3d50: + + # Min "It'll be okay! You're gonna kill it." + Min "¡Va a estar bien! Vas a arrasar." + +# game/2_diya.rpy:1182 +translate spanish groupPresentation_6f45b738: + + # Min "You're so cute, there's no way the teacher can give you a bad grade." + Min "Eres tan tierna, no hay manera de que el profesor te de una mala calificación." + +# game/2_diya.rpy:1184 +translate spanish groupPresentation_8d4276d1: + + # Diya "If the teacher really graded like that he'd be in jail." with sshake + Diya "Si el profesor calificara de esa manera él estaría en la cárcel." with sshake + +# game/2_diya.rpy:1187 +translate spanish groupPresentation_c3e17c8f: + + # Min "Well, if I were in charge, I'd give you an A." + Min "Bueno, si yo estuviera a cargo, te daría un 100." + +# game/2_diya.rpy:1188 +translate spanish groupPresentation_cd55756a: + + # Min "Anything I can do to help?" + Min "¿Hay algo que pueda hacer para ayudar?" + +# game/2_diya.rpy:1190 +translate spanish groupPresentation_bc465d24: + + # Diya "Can I have a hug? And a kiss." + Diya "¿Puedo tener un abrazo? Y un beso." + +# game/2_diya.rpy:1193 +translate spanish groupPresentation_d2cd0d1a: + + # Min "Yeah! Of course!!!" + Min "¡Claro! ¡¡¡Por supuesto!!!" + +# game/2_diya.rpy:1195 +translate spanish groupPresentation_49103a38: + + # Min "Won't people see, though?" + Min "¿Pero, no lo verá la gente?" + +# game/2_diya.rpy:1197 +translate spanish groupPresentation_a31b7f14: + + # Diya "It's an emergency." + Diya "Es una emergencia." + +# game/2_diya.rpy:1202 +translate spanish groupPresentation_80aea148: + + # "Min's face lights up, and she eagerly envelopes Diya in a tight, warm hug." + "La cara de Min se ilumina, y enseguida envuelve a Diya en un fuerte y cálido abrazo." + +# game/2_diya.rpy:1204 +translate spanish groupPresentation_dbf4ab57: + + # Min ".........." + Min ".........." + +# game/2_diya.rpy:1207 +translate spanish groupPresentation_2d39e9ce: + + # DiyaT ".........." + DiyaT ".........." + +# game/2_diya.rpy:1209 +translate spanish groupPresentation_e52c9a00: + + # "Min pulls her in for a kiss, but Diya rears back when she smells cigarette smoke on her breath." + "Min la acerca para darle un beso, pero Diya se echa para atrás al oler el humo de tabaco en su aliento." + +# game/2_diya.rpy:1213 +translate spanish groupPresentation_f6f78fca: + + # "Because Diya's so tall, when she doesn't want Min to kiss her, all she has to do is stand up straight." + "Como Diya es tan alta, cuando no quiere que Min la bese, lo único que tiene que hacer es ponerse derecha." + +# game/2_diya.rpy:1215 +translate spanish groupPresentation_293ce648: + + # Diya "Yuck. Were you smoking again?" + Diya "Puaj. ¿Estuviste fumando de nuevo?" + +# game/2_diya.rpy:1218 +translate spanish groupPresentation_3b94c336: + + # Min "Huh? Yeah..." + Min "¿Ah? Sí..." + +# game/2_diya.rpy:1221 +translate spanish groupPresentation_f9a77a42: + + # Diya "You should stop." + Diya "Deberías parar." + +# game/2_diya.rpy:1222 +translate spanish groupPresentation_85e31259: + + # Diya "It's bad for you. Didn't you ever see a D.A.R.E. presentation in elementary school?" + Diya "Es malo para tí. ¿Nunca viste una presentación de D.A.R.E. en la primaria?" + +# game/2_diya.rpy:1223 +translate spanish groupPresentation_4b145e8f: + + # Diya "They came to my class, and it was so scary I pledged not to do drugs or peer pressure forever." + Diya "Vinieron a mi clase, y me dio tanto miedo que me comprometí a nunca consumir drogas ni ser presionada a hacerlo jamás." + +# game/2_diya.rpy:1227 +translate spanish groupPresentation_79b7b8ca: + + # Min "You don't think it looks badass?" + Min "¿No crees que se ve espectacular?" + +# game/2_diya.rpy:1229 +translate spanish groupPresentation_ae978c88: + + # Diya "No. Dare to resist drugs and violence." + Diya "No. Atrévete a oponerte a las drogas y a la violencia." + +# game/2_diya.rpy:1230 +translate spanish groupPresentation_b2722daa: + + # Diya "How'd you even start doing it?" + Diya "¿Cómo es que empezaste a hacerlo en primer lugar?" + +# game/2_diya.rpy:1233 +translate spanish groupPresentation_c2acf22c: + + # Min "Back in Florida, I mostly hung out with a group of guys who smoked." + Min "En Florida, me juntaba con un grupo de chicos que fumaban." + +# game/2_diya.rpy:1234 +translate spanish groupPresentation_58253c4c: + + # Min "And we'd set things on fire and do other dangerous stuff." + Min "Y prendíamos fuego a cosas y otras tonterías peligrosas." + +# game/2_diya.rpy:1236 +translate spanish groupPresentation_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/2_diya.rpy:1237 +translate spanish groupPresentation_3b525454: + + # DiyaT "I'm really glad she's over here with me now..." + DiyaT "Estoy muy agradecida de que está aquí conmigo ahora..." + +# game/2_diya.rpy:1239 +translate spanish groupPresentation_48739928: + + # Diya "But those guys aren't here anymore. So why keep doing it." + Diya "Pero esos chicos ya no están aquí. Así que por qué seguir haciéndolo." + +# game/2_diya.rpy:1242 +translate spanish groupPresentation_d66fbbc3: + + # Min "It was a pain to get the cigarettes in the first place, since stores won't sell them to people under 18." + Min "Primero que todo fue un fastidio conseguir los cigarrillos, ya que las tiendas no los venden a menores de 18." + +# game/2_diya.rpy:1243 +translate spanish groupPresentation_839bef83: + + # Min "So it feels like a waste not to use them." + Min "Así que se siente como un desperdicio el no usarlos." + +# game/2_diya.rpy:1244 +translate spanish groupPresentation_15787a4a: + + # Min "And I thought it'd make me look hot." + Min "Y pensé que me harían ver atractiva." + +# game/2_diya.rpy:1246 +translate spanish groupPresentation_35adc5c0: + + # Diya "You look hot when your hair's all messed up from kissing me." + Diya "Te ves atractiva cuando tu pelo está todo desordenado por estar besándome." + +# game/2_diya.rpy:1247 +translate spanish groupPresentation_c22b0b6b: + + # Diya "Not when your mouth tastes bad and I can't even kiss you." + Diya "No cuando tu boca sabe mal y ni siquiera te puedo besar." + +# game/2_diya.rpy:1250 +translate spanish groupPresentation_031de3e0: + + # "Noelle scowls as she sits down at her desk." + "Noelle frunce el ceño mientras se sienta en su mesa." + +# game/2_diya.rpy:1252 +translate spanish groupPresentation_e7b4f3c9: + + # Noelle "You're seriously still smoking?! You need to get your life in order." with sshake + Noelle "¡¿De verdad aún estás fumando?! Necesitas poner tu vida en orden." with sshake + +# game/2_diya.rpy:1255 +translate spanish groupPresentation_4de9623a: + + # Min "I don't need to hear it from you, too!" with sshake + Min "¡No necesito que me lo digas tú, también!" with sshake + +# game/2_diya.rpy:1256 +translate spanish groupPresentation_8339edc1: + + # Min "I don't even do it that often!" + Min "¡Ni siquiera lo hago tan seguido!" + +# game/2_diya.rpy:1258 +translate spanish groupPresentation_16b8d15e: + + # Noelle "Aren't you going to be tardy for your class? The bell's going to ring in about a minute." + Noelle "¿No vas a llegar tarde a clase? La campana va a sonar en como un minuto." + +# game/2_diya.rpy:1260 +translate spanish groupPresentation_98b3c9df: + + # Min "Oh, shit! I better run." + Min "¡Oh, mierda! Mejor corro." + +# game/2_diya.rpy:1262 +translate spanish groupPresentation_08aba0eb: + + # Diya "Go, I'll live. Probably." + Diya "Ve, sobreviviré. Probablemente." + +# game/2_diya.rpy:1265 +translate spanish groupPresentation_7ed99984: + + # Min "Tell me how it goes later!" + Min "¡Dime cómo te fue más tarde!" + +# game/2_diya.rpy:1267 +translate spanish groupPresentation_85f6845f: + + # "Min sprints off!" + "¡Min sale a toda velocidad!" + +# game/2_diya.rpy:1269 +translate spanish groupPresentation_3f96d67c: + + # "Seconds later, the bell rings." + "Unos segundos después, la campana suena." + +# game/2_diya.rpy:1271 +translate spanish groupPresentation_d818c884: + + # Akarsha "D'you think she made it?" + Akarsha "¿Crees que alcanzó a llegar?" + +# game/2_diya.rpy:1273 +translate spanish groupPresentation_6ffc2435: + + # Noelle "I couldn't care less." + Noelle "No me podría importar menos." + +# game/2_diya.rpy:1275 +translate spanish groupPresentation_229266ff: + + # DiyaT "Min is so cool. But I hope she stops smoking..." + DiyaT "Min es tan genial. Pero espero que deje de fumar..." + +# game/2_diya.rpy:1276 +translate spanish groupPresentation_3152ad47: + + # DiyaT "They say people don't change, but I hope that's not true." + DiyaT "Dicen que la gente no cambia, espero que eso no sea verdad." + +# game/2_diya.rpy:1277 +translate spanish groupPresentation_bfc3a2d4: + + # DiyaT "It's too sad if it is." + DiyaT "Sería muy triste si lo fuera." + +# game/2_diya.rpy:1280 +translate spanish groupPresentation_b8ab9ed8: + + # "As another group starts presenting at the front of the class, Diya wipes her clammy palms on her hoodie." + "Mientras otro grupo comienza a presentar en frente de la clase, Diya se limpia las palmas húmedas en su sudadera." + +# game/2_diya.rpy:1282 +translate spanish groupPresentation_1bdb8412: + + # DiyaT "We're gonna get called up any minute now..." + DiyaT "Nos harán presentar en cualquier minuto ahora..." + +# game/2_diya.rpy:1285 +translate spanish groupPresentation_7a852c06: + + # Noelle "Diya, please try not to panic." + Noelle "Diya, por favor intenta no entrar en pánico." + +# game/2_diya.rpy:1286 +translate spanish groupPresentation_d45211ae: + + # Noelle "When you're not speaking, you can hide behind me if you have to. Just don't bolt off." + Noelle "Cuando no estés hablando, te puedes esconder detrás de mí si quieres. Solo no salgas corriendo." + +# game/2_diya.rpy:1288 +translate spanish groupPresentation_fd841d5d: + + # Diya "Okay." + Diya "Ok." + +# game/2_diya.rpy:1291 +translate spanish groupPresentation_dabe388c: + + # Akarsha "Can I hide behind you too?" + Akarsha "¿Puedo esconderme detrás tuyo también?" + +# game/2_diya.rpy:1293 +translate spanish groupPresentation_6432009a: + + # Noelle "NO." with sshake + Noelle "NO." with sshake + +# game/2_diya.rpy:1295 +translate spanish groupPresentation_9e2da100: + + # Akarsha "No fair! How come Diya gets to, but not me?" + Akarsha "¡No es justo! ¿Por que Diya si, pero yo no?" + +# game/2_diya.rpy:1297 +translate spanish groupPresentation_8f827f52: + + # Noelle "There's no reason for you to! We'll look like we're doing those dances where everyone's standing behind one person and waving their arms!" with sshake + Noelle "¡No hay razón para que tú lo hagas! ¡Parecerá que estamos haciendo esos bailes en los que todos están detrás de una persona agitando los brazos!" with sshake + +# game/2_diya.rpy:1299 +translate spanish groupPresentation_2d4f495d: + + # Noelle "And you'd better not do that horrendous British accent." + Noelle "Y más te vale no hacer ese horrendo acento Mexicano." + +# game/2_diya.rpy:1303 +translate spanish groupPresentation_bcc6b05e: + + # Akarsha "Why not? It'll be a hit." + Akarsha "¿Por qué no? Va a ser un bombazo." + +# game/2_diya.rpy:1305 +translate spanish groupPresentation_3663e674: + + # Noelle "More like a hit on our grade. Accents aren't a proper example of divergent evolution." + Noelle "Más como un bombazo en nuestra calificación. Los acentos no son un buen ejemplo de evolución divergente." + +# game/2_diya.rpy:1307 +translate spanish groupPresentation_b48a4da0: + + # Akarsha "But we need stuff to spice our presentation up. It's drier than the Sahara Desert." + Akarsha "Pero necesitamos cosas para animar nuestra presentación. Está más seca que el Desierto del Sahara." + +# game/2_diya.rpy:1309 +translate spanish groupPresentation_efd81981: + + # Noelle "So? This is a Biology project, not a circus performance." + Noelle "¿Y? Esto es un proyecto de Biología, no un espectáculo de circo." + +# game/2_diya.rpy:1311 +translate spanish groupPresentation_7fee5448: + + # "Before Noelle can press Akarsha any further, the first group finishes their presentation to scattered applause." + "Antes de que Noelle pueda presionar más a Akarsha, el primer grupo finaliza su presentación entre aplausos dispersos." + +# game/2_diya.rpy:1313 +translate spanish groupPresentation_66f79292: + + # Noelle "Alright, it's our turn." + Noelle "Ok, es nuestro turno." + +# game/2_diya.rpy:1314 +translate spanish groupPresentation_38aabfa7: + + # Noelle "Come on, Diya, let's do this." + Noelle "Vamos, Diya, hagamos esto." + +# game/2_diya.rpy:1317 +translate spanish groupPresentation_54bd219f: + + # Diya "!!!!!!!!!!!" with sshake + Diya "¡¡¡¡¡¡¡¡¡!!!!!!!!!!!" with sshake + +# game/2_diya.rpy:1320 +translate spanish groupPresentation_36048212: + + # "Diya feels like she's having an out-of-body experience as she follows Noelle and Akarsha to the front of the class." + "Diya siente como si tuviera una experiencia extracorporal mientras sigue a Noelle y a Akarsha al frente de la clase." + +# game/2_diya.rpy:1321 +translate spanish groupPresentation_fda9ee0e: + + # "As Noelle brings up their PowerPoint on the computer, Diya hides behind her and nervously looks out at the class sitting before them..." + "Mientras Noelle abre su PowerPoint en el computador, Diya se esconde detrás de ella y observa nerviosamente a la clase que tienen delante..." + +# game/2_diya.rpy:1323 +translate spanish groupPresentation_24fc417d: + + # DiyaT "I should've worn clothes that blended in with the classroom better so no one can see me!" + DiyaT "¡Debería haberme puesto ropa que se mezclara mejor con el aula para que nadie me pueda ver!" + +# game/2_diya.rpy:1324 +translate spanish groupPresentation_ea31da1e: + + # DiyaT "Like beige colored! I should've thought of that earlier!" + DiyaT "¡Como de color beige! ¡Debí haber pensado en eso antes!" + +# game/2_diya.rpy:1325 +translate spanish groupPresentation_e24f73a7: + + # DiyaT "It's over...It's curtains for me..." + DiyaT "Se acabó...Este es el telón para mí..." + +# game/2_diya.rpy:1328 +translate spanish groupPresentation_b636f965: + + # Noelle "Hello, everyone. We've been tasked with reviewing the patterns of macroevolution." + Noelle "Hola a todos. Nos han encargado con revisar los patrones de la macroevolución." + +# game/2_diya.rpy:1329 +translate spanish groupPresentation_20a3c2c3: + + # "The audience begins to nod off as soon as Noelle flicks to a slide with an essay crammed onto it in ten point font." + "El público comienza a dormirse en cuanto Noelle pasa a una diapositiva con un artículo entero metido en letra de tamaño diez." + +# game/2_diya.rpy:1331 +translate spanish groupPresentation_d7d697e8: + + # Noelle "Let's begin with the obvious question...What is macroevolution? To understand this, we must first consider..." + Noelle "Comencemos con la pregunta más obvia...¿Qué es la macroevolución? Para entender esto, tenemos que considerar..." + +# game/2_diya.rpy:1333 +translate spanish groupPresentation_8ffbed84: + + # "By the time Noelle is done droning through her last tome of a slide, half the classroom is asleep." + "Para cuando Noelle termina de zumbar con su último tomo de diapositivas, la mitad de la clase está dormida." + +# game/2_diya.rpy:1335 +translate spanish groupPresentation_e10fc324: + + # "Akarsha shakes her head and sighs as she clicks to her first slide. It opens with an illustration of a finch's head." + "Akarsha sacude la cabeza y suspira mientras hace clic en su primera diapositiva. Esta abre con la ilustración de la cabeza de un pinzón." + +# game/2_diya.rpy:1337 +translate spanish groupPresentation_3574f4f7: + + # Akarsha "Aight. So, divergent evolution..." + Akarsha "Haber. Entonces, evolución divergente..." + +# game/2_diya.rpy:1341 +translate spanish groupPresentation_8c4a4b0b: + + # "An explosion sound effect plays as five more finches with different beak shapes blast onto the screen, jolting their classmates back awake." + "Un efecto de sonido de explosión suena mientras cinco pinzones más con formas de pico distintas aparecen en pantalla, despertando a sus compañeros." + +# game/2_diya.rpy:1343 +translate spanish groupPresentation_b3b3c33d: + + # Akarsha "It's when populations from a common ancestor adapt to different pressures and become more different over time." + Akarsha "Es cuando las poblaciones de un ancestro común se adaptan a diferentes presiones y se vuelven más diferentes con el tiempo." + +# game/2_diya.rpy:1345 +translate spanish groupPresentation_def2987c: + + # Akarsha "Just like how yer average New Yawker tawks like dis! Different from ova heah!" + Akarsha "¡Jushto cómo tu Eshpañol promedioh habla asthi! ¡Dishtintoh de cómo esth acá!" + +# game/2_diya.rpy:1348 +translate spanish groupPresentation_cbf894ed: + + # DiyaT "She just switched it from a British accent to a New York one..." + DiyaT "Ella solo cambió el acento Mexicano por uno Español Castellano..." + +# game/2_diya.rpy:1350 +translate spanish groupPresentation_b8e2796a: + + # DiyaT "Oh, well. Maybe the teacher will think it's funny." + DiyaT "Ah, bueno. Quizás al profesor le parezca gracioso." + +# game/2_diya.rpy:1353 +translate spanish groupPresentation_f14a5a8a: + + # Noelle "..................." + Noelle "..................." + +# game/2_diya.rpy:1356 +translate spanish groupPresentation_1cb4edbd: + + # DiyaT "You can let this slide, Noelle. Just hold it in until after the presentation's over." + DiyaT "Puedes dejar esto pasar, Noelle. Solo mantenlo hasta que se termine la presentación." + +# game/2_diya.rpy:1360 +translate spanish groupPresentation_039ba0f0: + + # Noelle "ACTUALLY, accents don't count as divergent evolution. New Yorkers aren't another species from us!" + Noelle "EN REALIDAD, los acentos no cuentan como evolución divergente. ¡Los Españoles no son otra especie que nosotros!" + +# game/2_diya.rpy:1361 +translate spanish groupPresentation_99f77a2c: + + # Noelle "They're not so different they can't produce fertile offspring with other humans!" + Noelle "¡No son diferentes hasta el punto que no puedan tener descendencia fértil con otros humanos!" + +# game/2_diya.rpy:1363 +translate spanish groupPresentation_f054465a: + + # Akarsha "But if dey keep tings up at dis rate, dat might change." + Akarsha "Pero shi sthe mantienen ah esthe punto, quizthás eso cambie." + +# game/2_diya.rpy:1364 +translate spanish groupPresentation_8b322e41: + + # Akarsha "Dink about it. Would {i}you{/i} reproduce wit someone who tawks like dis??" + Akarsha "Pienshalo. ¿Acasho {i}tú{/i} querríash reproduthir con alguien que habla athi?" + +# game/2_diya.rpy:1367 +translate spanish groupPresentation_1f0fed32: + + # Noelle "Wh...what?! I don't see how that's relevant!" with sshake + Noelle "¡¿Q...qué?! ¡No veo como eso es algo relevante!" with sshake + +# game/2_diya.rpy:1368 +translate spanish groupPresentation_e4863b9f: + + # Noelle "Just admit your example is invalid already!" + Noelle "¡Solo admite que tu ejemplo es inválido ya!" + +# game/2_diya.rpy:1371 +translate spanish groupPresentation_f32506b4: + + # Akarsha "Oh, yeah?" + Akarsha "¿Ah, sí?" + +# game/2_diya.rpy:1374 +translate spanish groupPresentation_6dedcee7: + + # "Akarsha clicks the mouse. A stock photo of a gravestone appears on the slide with the pinwheel transition." + "Akarsha hace clic con el mouse. Aparece una imagen de stock de una lápida en la diapositiva con una transición de molinillo." + +# game/2_diya.rpy:1376 +translate spanish groupPresentation_43799d67: + + # Akarsha "What if dat was your gravestone? What then?" + Akarsha "¿Y thi eshta fuera túh lápida? ¿Qué pasharia entonthesh?" + +# game/2_diya.rpy:1379 +translate spanish groupPresentation_3ec20868: + + # Noelle "DID YOU ADD THIS TO THE POWERPOINT JUST TO USE AS A COMEBACK?!" with sshake + Noelle "¡¿ACASO AÑADISTE ESTO AL POWERPOINT SOLO PARA USARLO COMO RESPUESTA?!" with sshake + +# game/2_diya.rpy:1382 +translate spanish groupPresentation_3f82b796: + + # "The class giggles as Akarsha clowns through her slides, but Diya's stomach churns as they stare at the front of the room with renewed interest..." + "La clase se ríe mientras Akarsha hace el payaso por sus diapositivas, pero a Diya se le revuelve el estómago mientras todos miran al frente de la sala con renovado interés..." + +# game/2_diya.rpy:1384 +translate spanish groupPresentation_7ed879af: + + # DiyaT "I don't wanna be here...I wish I could time travel to 30 minutes from now..." + DiyaT "No quiero estar aquí...Ojalá pudiera viajar en el tiempo a 30 minutos desde ahora..." + +# game/2_diya.rpy:1387 +translate spanish groupPresentation_a3652e0c: + + # Akarsha "And wit dat, I pass tings ova to my buddy Diya." + Akarsha "Y con esho, sthe lo pasho a mi colega Diya." + +# game/2_diya.rpy:1390 +translate spanish groupPresentation_480f82d9: + + # Diya ".........!!!!" with sshake + Diya "¡¡¡¡.........!!!!" with sshake + +# game/2_diya.rpy:1392 +translate spanish groupPresentation_58285619: + + # "When Diya doesn't move from her hiding spot behind Noelle, Noelle steps to the side, exposing her to the audience's view." + "Cuando Diya no se mueve de su escondite detrás de Noelle, Noelle se echa a un lado, exponiéndola a la vista de la audiencia." + +# game/2_diya.rpy:1393 +translate spanish groupPresentation_5baefc79: + + # "Diya takes a deep shaky breath before quickly rattling off the speech she's mentally rehearsed hundreds of times over the past 24 hours." + "Diya respira entrecortadamente antes de rápidamente pronunciar el discurso que ha ensayado mentalmente cientos de veces en las últimas 24 horas." + +# game/2_diya.rpy:1395 +translate spanish groupPresentation_b204fa04: + + # Diya "{small}Convergent evolution is the independent evolution of similar traits in species that are only distantly related. For example, giant pandas have six fingers and their thumbs are opposable like primates' thumbs. These similar features are called analogous structures.{/small}" + Diya "{small}La evolución convergente es la evolución independiente de aspectos similares en especies que solo están relacionadas distantemente. Por ejemplo, los pandas gigantes tienen seis dedos y sus pulgares son oponibles como los pulgares de los primates. Estas características similares se denominan estructuras análogas.{/small}" + +# game/2_diya.rpy:1397 +translate spanish groupPresentation_a99f0cde: + + # "After barrelling through the slide in a matter of seconds, Diya quickly flips to the next one, her hands shaking from nerves." + "Tras pasar por la diapositiva en cosa de segundos, Diya pasa rápidamente a la siguiente, con las manos temblando de los nervios." + +# game/2_diya.rpy:1399 +translate spanish groupPresentation_c815b6b0: + + # Diya "{small}Another example of convergent evolution are birds and bats. Birds and bats are two groups that evolved flight independently...{/small}" + Diya "{small}Otro ejemplo de evolución convergente son los pájaros y los murciélagos. Los pájaros y los murciélagos son dos grupos que evolucionaron el vuelo independientemente...{/small}" + +# game/2_diya.rpy:1401 +translate spanish groupPresentation_6fac2152: + + # "She manages to zoom through the rest of the presentation in about a minute flat." + "Ella se las arregla para pasar por el resto de toda la presentación en cosa de un minuto." + +# game/2_diya.rpy:1402 +translate spanish groupPresentation_a60512ef: + + # "After their classmates give them a tepid round of applause, Diya follows Noelle and Akarsha back to her seat in a daze..." + "Después de que sus compañeros les den un caluroso aplauso, Diya aturdida sigue a Noelle y Akarsha devuelta a sus asientos..." + +# game/2_diya.rpy:1404 +translate spanish groupPresentation_48a0c270: + + # Noelle "Well, at least that's over with..." + Noelle "Bueno, al menos eso se acabó..." + +# game/2_diya.rpy:1406 +translate spanish groupPresentation_42bd8044: + + # DiyaT "It's over!!! I'm free!!!!" + DiyaT "¡¡¡Se acabó!!! ¡¡¡¡Soy libre!!!!" + +# game/2_diya.rpy:1409 +translate spanish groupPresentation_2b530b42: + + # Noelle "See? That wasn't so bad, was it?" + Noelle "¿Ves? No fue tan malo, ¿no?" + +# game/2_diya.rpy:1411 +translate spanish groupPresentation_df6988ce: + + # Diya "Actually, it was." + Diya "De hecho, si lo fue." + +# game/2_diya.rpy:1412 +translate spanish groupPresentation_6f328515: + + # Diya "Think I'll be quiet for the rest of the day to recover from that..." + Diya "Creo que estaré callada por el resto del dia para recuperarme de eso..." + +# game/2_diya.rpy:1429 +translate spanish lockerRoomCrisis_4ed721a6: + + # "To Diya's relief, the weather clears up just in time for the baseball club meeting." + "Para el alivio de Diya, el clima mejora justo a tiempo para la reunión del club de béisbol." + +# game/2_diya.rpy:1431 +translate spanish lockerRoomCrisis_2a7ab66f: + + # "\"Sakura\" goes up to bat, and Diya readies herself to catch Min's next pitch." + "\"Sakura\" sube a batear, y Diya se prepara para atrapar el próximo tiro de Min." + +# game/2_diya.rpy:1433 +translate spanish lockerRoomCrisis_6c8376ee: + + # DiyaT "Besides Min's signature knuckler, the only pitch she knows is a fastball." + DiyaT "Aparte de la knuckleball característica de Min, el único lanzamiento que conoce es una fastball." + +# game/2_diya.rpy:1434 +translate spanish lockerRoomCrisis_0183c039: + + # DiyaT "It's pretty mediocre compared to her knuckleball, so she rarely uses it except during practice like this." + DiyaT "Es bastante mediocre en comparación a su knuckleball, así que raramente la usa excepto en entrenamientos como este." + +# game/2_diya.rpy:1440 +translate spanish lockerRoomCrisis_923bc197: + + # "Min hurls one of those fastballs to \"Sakura\"..." + "Min arroja una de esas fastballs a \"Sakura\"..." + +# game/2_diya.rpy:1443 +translate spanish lockerRoomCrisis_3b71d0de: + + # Diya "!" + Diya "¡!" + +# game/2_diya.rpy:1445 +translate spanish lockerRoomCrisis_318de709: + + # "\"Sakura\" flinches as she gets drilled on the shoulder by the baseball." + "\"Sakura\" se sobresalta al ser golpeada en el hombro por la pelota de béisbol." + +# game/2_diya.rpy:1452 +translate spanish lockerRoomCrisis_ef0da7a0: + + # Sayeeda "Ow!" with sshake + Sayeeda "¡Auch!" with sshake + +# game/2_diya.rpy:1454 +translate spanish lockerRoomCrisis_10a2af6a: + + # Min "Shit, oops..." + Min "Mierda, ups..." + +# game/2_diya.rpy:1456 +translate spanish lockerRoomCrisis_b4bf2395: + + # Chryssa "You okay over there?" + Chryssa "¿Estás bien allá?" + +# game/2_diya.rpy:1459 +translate spanish lockerRoomCrisis_b9e19109: + + # Sayeeda "Yeah, I'm good. I don't think that broke anything." + Sayeeda "Si, estoy bien. No creo que eso haya roto algo." + +# game/2_diya.rpy:1461 +translate spanish lockerRoomCrisis_9352b73b: + + # Liz "Walk it off!" + Liz "¡Camínala!" + +# game/2_diya.rpy:1462 +translate spanish lockerRoomCrisis_f587210a: + + # Liz "At least if this were a game, you'd get to head over to first base as a consolation prize." + Liz "Por lo menos si esto fuera un juego, tendrías que ir a primera base como premio de consuelo." + +# game/2_diya.rpy:1464 +translate spanish lockerRoomCrisis_8d0e5a86: + + # Akarsha "Wait...So getting hit is like a free pass to first base?" + Akarsha "Espera...¿Entonces que te golpeen es un pase gratis a primera base?" + +# game/2_diya.rpy:1466 +translate spanish lockerRoomCrisis_d3784eb3: + + # Sayeeda "It's not free. It hurts!" + Sayeeda "No es gratis. ¡Duele!" + +# game/2_diya.rpy:1468 +translate spanish lockerRoomCrisis_46a6642c: + + # "\"Sakura\" walks off, rubbing her shoulder. Akarsha eagerly takes her place at the plate." + "\"Sakura\" se va caminando, frotándose el hombro. Akarsha toma su lugar en la caja de bateo con entusiasmo." + +# game/2_diya.rpy:1472 +translate spanish lockerRoomCrisis_8d4fdef9: + + # "Min throws a pitch her way..." + "Min hace un lanzamiento hacia ella..." + +# game/2_diya.rpy:1475 +translate spanish lockerRoomCrisis_e7305c84: + + # "But instead of swinging the bat, Akarsha purposefully leans in toward the ball!" + "Pero en lugar de batear, ¡Akarsha se inclina hacia la pelota a propósito!" + +# game/2_diya.rpy:1477 +translate spanish lockerRoomCrisis_7af3c61f: + + # Diya "?!" with sshake + Diya "¡¿?!" with sshake + +# game/2_diya.rpy:1480 +translate spanish lockerRoomCrisis_faad2885: + + # "It narrowly misses her, and Diya manages to recover from her surprise in time to catch it." + "No le da por poco, y Diya logra recuperarse de la sorpresa a tiempo para atraparla." + +# game/2_diya.rpy:1483 +translate spanish lockerRoomCrisis_cd92da81: + + # Min "The fuck's wrong with you?!" with sshake + Min "¡¿Qué mierda te pasa?!" with sshake + +# game/2_diya.rpy:1485 +translate spanish lockerRoomCrisis_c4dfd038: + + # Akarsha "I'm becoming a hit-by-pitch specialist." + Akarsha "Me estoy convirtiendo en una especialista en golpearse con los tiros." + +# game/2_diya.rpy:1486 +translate spanish lockerRoomCrisis_b0852beb: + + # Akarsha "If I can master getting beaned as much as possible, it'll guarantee I always make it to first base." + Akarsha "Si consigo dominar el que me golpeen lo más posible, garantizaré que siempre llegaré a primera base." + +# game/2_diya.rpy:1488 +translate spanish lockerRoomCrisis_6449d48b: + + # DiyaT "Why would you do that instead of just hitting the ball?" + DiyaT "¿Por qué harías eso en vez de solo darle a la pelota?" + +# game/2_diya.rpy:1489 +translate spanish lockerRoomCrisis_bc103205: + + # DiyaT "Hitting the ball is so fun." + DiyaT "Golpear la pelota es tan divertido." + +# game/2_diya.rpy:1492 +translate spanish lockerRoomCrisis_a2140c13: + + # Akarsha "Hit me! I know you wanna!" with sshake + Akarsha "¡Golpéame! ¡Sé que quieres!" with sshake + +# game/2_diya.rpy:1494 +translate spanish lockerRoomCrisis_33f8f61d: + + # Min "Stop making this weird!" with sshake + Min "¡Deja de hacer esto raro!" with sshake + +# game/2_diya.rpy:1496 +translate spanish lockerRoomCrisis_b960e07c: + + # Akarsha "Homophobic hate crime..." + Akarsha "Crimen de odio homofóbico..." + +# game/2_diya.rpy:1498 +translate spanish lockerRoomCrisis_8f615655: + + # Min "What???" with sshake + Min "¿¿Qué??" with sshake + +# game/2_diya.rpy:1500 +translate spanish lockerRoomCrisis_df2011f3: + + # Akarsha "The B in LGBT stands for Baseball. Just sayin'..." + Akarsha "La B en LGBT significa Béisbol. Solo digo..." + +# game/2_diya.rpy:1503 +translate spanish lockerRoomCrisis_ab01a9c0: + + # Min "Yeah??! WELL I THINK THE B IS FOR BITCH!!!" with sshake + Min "¡¿¿Ah sí??! ¡¡¡BUENO YO CREO QUE LA B SIGNIFICA BOLUDA!!!" with sshake + +# game/2_diya.rpy:1504 +translate spanish lockerRoomCrisis_38e92cf9: + + # "Having lost her patience, Min beans Akarsha on purpose." + "Habiendo perdido la paciencia, Min golpea a Akarsha a propósito." + +# game/2_diya.rpy:1511 +translate spanish lockerRoomCrisis_917053dc: + + # Akarsha "Owie!!!" with sshake + Akarsha "¡¡¡Auchi!!!" with sshake + +# game/2_diya.rpy:1513 +translate spanish lockerRoomCrisis_2be40045: + + # Liz "........." + Liz "........." + +# game/2_diya.rpy:1515 +translate spanish lockerRoomCrisis_a07535f2: + + # Chryssa "If you keep this up, the B in LGBT is gonna stand for Broken Bones..." + Chryssa "Si sigues así, la B en LGBT va a significar Baticor..." + +# game/2_diya.rpy:1524 +translate spanish lockerRoomCrisis_1babdd01: + + # "After practice, Diya slings a big equipment bag over each of her shoulders and hauls them to the locker room." + "Después de practica, Diya se lleva una gran bolsa de equipamiento al hombro y la lleva a los vestuarios." + +# game/2_diya.rpy:1526 +translate spanish lockerRoomCrisis_355acbd0: + + # DiyaT "I'm being so helpful." + DiyaT "Estoy siendo muy útil." + +# game/2_diya.rpy:1527 +translate spanish lockerRoomCrisis_4261b028: + + # DiyaT "I hope someone notices how many bags I'm carrying." + DiyaT "Espero que alguien note cuantas bolsas estoy llevando." + +# game/2_diya.rpy:1530 +translate spanish lockerRoomCrisis_faf7a587: + + # Chryssa "Wow, Diya, you're carrying two bags at once!" + Chryssa "Wow, Diya, ¡estás llevando dos bolsas a la vez!" + +# game/2_diya.rpy:1532 +translate spanish lockerRoomCrisis_f38463dc: + + # Liz "Thank you for helping!" + Liz "¡Gracias por tu ayuda!" + +# game/2_diya.rpy:1534 +translate spanish lockerRoomCrisis_d11361e6: + + # Diya "........." + Diya "........." + +# game/2_diya.rpy:1537 +translate spanish lockerRoomCrisis_80d8d5cf: + + # "Diya happily heads up the hill with a spring in her step." + "Diya sube alegremente por la colina." + +# game/2_diya.rpy:1539 +translate spanish lockerRoomCrisis_dce242f5: + + # Chryssa "Say, Diya, do you watch The Bachelor?" + Chryssa "Dime, Diya, ¿ves The Bachelor?" + +# game/2_diya.rpy:1540 +translate spanish lockerRoomCrisis_b8901342: + + # "Bewildered, Diya shakes her head." + "Perpleja, Diya niega con la cabeza." + +# game/2_diya.rpy:1542 +translate spanish lockerRoomCrisis_ae139415: + + # DiyaT "What is that? A show?" + DiyaT "¿Qué es eso? ¿Un show?" + +# game/2_diya.rpy:1543 +translate spanish lockerRoomCrisis_2122e203: + + # DiyaT "I don't watch much TV except sports, Animal Planet, and the Discovery Channel." + DiyaT "No veo mucha tele excepto deportes, Animal Planet, y el Discovery Channel." + +# game/2_diya.rpy:1544 +translate spanish lockerRoomCrisis_6196b5ee: + + # DiyaT "So when people talk about movies and shows, I usually don't know any of them." + DiyaT "Así que cuando la gente habla de películas y shows, usualmente no conozco ninguno." + +# game/2_diya.rpy:1547 +translate spanish lockerRoomCrisis_cdc09c36: + + # Liz "You should try it, we need more people to talk about it with!" + Liz "Deberías verla, ¡necesitamos más gente con la que hablar de ella!" + +# game/2_diya.rpy:1549 +translate spanish lockerRoomCrisis_8634402b: + + # Chryssa "My mom and I started watching it this season and we're obsessed." + Chryssa "Mi mamá y yo la comenzamos a ver esta temporada y estamos obsesionadas." + +# game/2_diya.rpy:1552 +translate spanish lockerRoomCrisis_e8264793: + + # Diya "What's it about?" + Diya "¿De qué trata?" + +# game/2_diya.rpy:1554 +translate spanish lockerRoomCrisis_8fb8178f: + + # Chryssa "Basically, thirty women try to date the same guy at the same time." + Chryssa "Básicamente, treinta mujeres intentan salir con el mismo tipo a la vez." + +# game/2_diya.rpy:1555 +translate spanish lockerRoomCrisis_8e4bf7d9: + + # Chryssa "Each week, the guy eliminates some of them until finally, he proposes to the last one standing." + Chryssa "Cada semana, el chico elimina a algunas hasta que finalmente, se declara a la última que quede en pie." + +# game/2_diya.rpy:1557 +translate spanish lockerRoomCrisis_5ec90c72: + + # DiyaT "My mom would definitely never watch that with me. She'd be so scandalized." + DiyaT "Mi madre definitivamente nunca vería eso conmigo. Ella estaría tan escandalizada." + +# game/2_diya.rpy:1559 +translate spanish lockerRoomCrisis_70eb6dee: + + # Diya "Your mom likes watching shows like this?" + Diya "¿A tu mamá le gustan ver shows de ese tipo?" + +# game/2_diya.rpy:1562 +translate spanish lockerRoomCrisis_09409dc2: + + # Chryssa "Yeah, she's the one who got into it first." + Chryssa "Sí, ella es la que se metió primero en esto." + +# game/2_diya.rpy:1563 +translate spanish lockerRoomCrisis_26cb60bd: + + # Chryssa "She spread it to us like a virus and now we're infected too." + Chryssa "Y luego nos lo contagió como un virus y ahora estamos infectados también." + +# game/2_diya.rpy:1565 +translate spanish lockerRoomCrisis_14c0bd57: + + # Liz "The way you put that makes it sound like a zombie apocalypse..." + Liz "La forma en la que lo dices lo hace sonar como un apocalipsis zombie..." + +# game/2_diya.rpy:1567 +translate spanish lockerRoomCrisis_68fbed01: + + # Diya "Wish I had something like that with my parents." + Diya "Ojalá tuviera algo así con mis papás." + +# game/2_diya.rpy:1568 +translate spanish lockerRoomCrisis_ab880946: + + # Diya "I feel like I have nothing in common with them." + Diya "Siento que no tengo nada en común con ellos." + +# game/2_diya.rpy:1571 +translate spanish lockerRoomCrisis_10a270ae: + + # Liz "They don't try to get you into the things they like?" + Liz "¿No intentan meterte en lo que les gusta?" + +# game/2_diya.rpy:1573 +translate spanish lockerRoomCrisis_ee8acb85: + + # Diya "Not really." + Diya "No realmente." + +# game/2_diya.rpy:1576 +translate spanish lockerRoomCrisis_2372a043: + + # Liz "For instance, I initially got into baseball 'cause my dad is...well..." + Liz "Por ejemplo, al principio me aficioné del béisbol porque mi papá es...bueno..." + +# game/2_diya.rpy:1578 +translate spanish lockerRoomCrisis_cfc0cf1d: + + # Liz "Alright, there's no nice way to put this. My dad's really weird." + Liz "Bueno, no hay manera amable de poner esto. Mi papá es muy raro." + +# game/2_diya.rpy:1580 +translate spanish lockerRoomCrisis_33b52e97: + + # DiyaT "There definitely could've been a nicer way to put that." with sshake + DiyaT "Definitivamente pudo haber una forma más amable de decir eso." with sshake + +# game/2_diya.rpy:1583 +translate spanish lockerRoomCrisis_94aaa5a6: + + # Liz "Whenever he drives, he makes us listen to radio broadcasts of Mariners games." + Liz "Siempre que conduce, nos hace escuchar las emisiones de radio de los partidos de los Mariners." + +# game/2_diya.rpy:1585 +translate spanish lockerRoomCrisis_b1cfa060: + + # Chryssa "The Mariners? You're not even from Seattle." + Chryssa "¿Los Mariners? Ni siquiera eres de Seattle." + +# game/2_diya.rpy:1587 +translate spanish lockerRoomCrisis_07b3cfe9: + + # Diya "Ichiro is an incredible player, though." + Diya "Ichiro es un jugador increíble, eso sí." + +# game/2_diya.rpy:1590 +translate spanish lockerRoomCrisis_d6dda255: + + # Chryssa "But he's a weirdo...The guy only decided to stay in Seattle because his dog told him to." + Chryssa "Pero un rarito...Él decidió quedarse en Seattle solo porque su perro le dijo que lo hiciera." + +# game/2_diya.rpy:1592 +translate spanish lockerRoomCrisis_eb952597: + + # Diya "So? I would stay in Seattle if my dog told me to, too." + Diya "¿Y qué? Yo me quedaría en Seattle si mi perro me lo pidiera, también." + +# game/2_diya.rpy:1595 +translate spanish lockerRoomCrisis_8ee946df: + + # Liz "He does grow on you. They're all such strange lil' guys." + Liz "Él si que crece en ti. Son todos unos chicos tan extraños." + +# game/2_diya.rpy:1602 +translate spanish lockerRoomCrisis_c0dd266c: + + # Chryssa "I think that's just your Stockholm Syndrome speaking." + Chryssa "Creo que ese es tu Síndrome de Estocolmo hablando." + +# game/2_diya.rpy:1604 +translate spanish lockerRoomCrisis_88511d46: + + # Liz "Who knows, maybe it is." + Liz "Quién sabe, quizás lo es." + +# game/2_diya.rpy:1607 +translate spanish lockerRoomCrisis_2d409519: + + # Liz "As for my mom, her thing is Madonna CDs. I could sing every word of True Blue since kindergarten." + Liz "En cuanto a mi mamá, lo suyo son los CDs de Madonna. Podía cantar cada palabra de True Blue desde preescolar." + +# game/2_diya.rpy:1609 +translate spanish lockerRoomCrisis_afdc401d: + + # Chryssa "Isn't the first song about a teenage girl not wanting to get an abortion?!" with sshake + Chryssa "¡¿No es la primera canción sobre una chica adolescente que no quiere hacerse un aborto?!" with sshake + +# game/2_diya.rpy:1611 +translate spanish lockerRoomCrisis_2d22ca6b: + + # Liz "I didn't say I {i}understood{/i} every word." + Liz "No dije que yo {i}entendía{/i} cada palabra." + +# game/2_diya.rpy:1613 +translate spanish lockerRoomCrisis_fe6d4469: + + # Chryssa "Maybe listening to all that Madonna did something to you as a little kid." + Chryssa "Quizás escuchar a tanta Madonna te hizo algo de pequeña." + +# game/2_diya.rpy:1615 +translate spanish lockerRoomCrisis_7a379e5e: + + # Liz "Excuse me? What was that?" + Liz "¿Perdón? ¿Qué fue eso?" + +# game/2_diya.rpy:1617 +translate spanish lockerRoomCrisis_6993ff52: + + # Chryssa "I take it back! I take it back!" with sshake + Chryssa "¡Lo retiro! ¡Lo retiro!" with sshake + +# game/2_diya.rpy:1622 +translate spanish lockerRoomCrisis_d8ccb53e: + + # DiyaT "I have no clue what kind of music my mom likes. All I know are which songs she hates on the radio." + DiyaT "No tengo ni idea de que tipo de música le gusta a mi mamá. Lo único que se son las canciones que odia en la radio." + +# game/2_diya.rpy:1623 +translate spanish lockerRoomCrisis_4670263c: + + # DiyaT "And she doesn't know what kind of music I like, either. Or my favorite movie, or favorite color, anything like that." + DiyaT "Y ella tampoco sabe que tipo de música me gusta a mí. O mi película favorita, o color favorito, nada de eso." + +# game/2_diya.rpy:1624 +translate spanish lockerRoomCrisis_2a04f44e: + + # DiyaT "I've known her my whole life and we still don't even know basic facts about each other." + DiyaT "La conozco de toda la vida y aún no sabemos ni lo más basico la una de la otra." + +# game/2_diya.rpy:1626 +translate spanish lockerRoomCrisis_288b9b62: + + # DiyaT "That's so sad. I wanna have a good relationship with my parents, too..." + DiyaT "Que triste. Yo también quiero tener una buena relación con mis padres..." + +# game/2_diya.rpy:1630 +translate spanish lockerRoomCrisis_8ec61c43: + + # "Diya listens to her teammates chat as she changes out of her baseball uniform." + "Diya escucha la charla entre sus compañeras mientras se quita el uniforme de béisbol." + +# game/2_diya.rpy:1632 +translate spanish lockerRoomCrisis_cc5cb972: + + # Grace "Kyaaa! Don't look at my hairy legs!" with sshake + Grace "¡Kyaaa! ¡No me mires las piernas peludas!" with sshake + +# game/2_diya.rpy:1633 +translate spanish lockerRoomCrisis_56a8eb20: + + # Grace "I haven't shaved for like, two days." + Grace "No me he depilado en como, dos días." + +# game/2_diya.rpy:1635 +translate spanish lockerRoomCrisis_9abb0b84: + + # Ester "You shave that often? I just do it when it starts looking gnarly." + Ester "¿Te depilas tan a menudo? Yo solo lo hago cuando se comienza a ver feo." + +# game/2_diya.rpy:1637 +translate spanish lockerRoomCrisis_e8ebda14: + + # Grace "Your hair's not all coarse and gross like mine." + Grace "Tu pelo no es tan grueso y asqueroso como el mio." + +# game/2_diya.rpy:1638 +translate spanish lockerRoomCrisis_17576898: + + # Grace "I have to do it every other day or I start looking like a gorilla." + Grace "Tengo que hacerlo dos días o empiezo a verme como un gorila." + +# game/2_diya.rpy:1640 +translate spanish lockerRoomCrisis_b4b334ae: + + # DiyaT "Girls are supposed to shave...??!" + DiyaT "¡¿¿Se supone que las chicas deben depilarse...??!" + +# game/2_diya.rpy:1641 +translate spanish lockerRoomCrisis_0d60492f: + + # Diya "????????????????????" with sshake + Diya "¿¿¿¿¿¿¿¿¿¿¿¿¿¿????????????????????" with sshake + +# game/2_diya.rpy:1643 +translate spanish lockerRoomCrisis_dd0c9cb9: + + # DiyaT "I've always wondered why no one's leg hair is really obvious except for mine." + DiyaT "Siempre me he preguntado por qué el pelo de las piernas de nadie es tan obvio como el mio." + +# game/2_diya.rpy:1644 +translate spanish lockerRoomCrisis_13b1017a: + + # DiyaT "That must be the secret..." + DiyaT "Ese debe ser el secreto..." + +# game/2_diya.rpy:1645 +translate spanish lockerRoomCrisis_1654c1d7: + + # DiyaT "Good thing I'm wearing long pants that cover up my legs." + DiyaT "Menos mal llevo pantalones que me cubren las piernas." + +# game/2_diya.rpy:1648 +translate spanish lockerRoomCrisis_1e71fbf8: + + # "Suddenly self-conscious, Diya inspects her arm hair..." + "Súbitamente cohibida, Diya inspecciona el pelo de su brazo..." + +# game/2_diya.rpy:1650 +translate spanish lockerRoomCrisis_8e2bd4b8: + + # DiyaT "Even my arm hair is pretty obvious. My hair's just all really thick and dark..." + DiyaT "Incluso el pelo de mis brazos es bastante obvio. Mi pelo es muy grueso y oscuro." + +# game/2_diya.rpy:1651 +translate spanish lockerRoomCrisis_7791b6a8: + + # DiyaT "There's even hair on my fingers...Is that normal?!" + DiyaT "Tengo hasta pelo en los dedos...¡¿Es eso normal?!" + +# game/2_diya.rpy:1652 +translate spanish lockerRoomCrisis_237a1797: + + # DiyaT "Maybe everyone's secretly judging me when they see it..." + DiyaT "Quizás todos están juzgándome en secreto cuando lo ven..." + +# game/2_diya.rpy:1661 +translate spanish razorDenial_4ca85b0c: + + # "After the club meeting, Diya gets into her mom's car with renewed determination." + "Después de la reunión del club, Diya se sube al auto de su madre con renovada determinación." + +# game/2_diya.rpy:1663 +translate spanish razorDenial_c0d265fa: + + # Amma "How was your day at school?" + Amma "¿Cómo estuvo tu día en la escuela?" + +# game/2_diya.rpy:1666 +translate spanish razorDenial_fd841d5d: + + # Diya "Okay." + Diya "Bien." + +# game/2_diya.rpy:1669 +translate spanish razorDenial_1b22f6e5: + + # Amma "Did the presentation go well?" + Amma "¿Te fue bien en la presentación?" + +# game/2_diya.rpy:1672 +translate spanish razorDenial_bb645261: + + # Diya "Think so. Just glad it's over." + Diya "Creo. Solo me alegro de que haya terminado." + +# game/2_diya.rpy:1673 +translate spanish razorDenial_eb82292f: + + # Diya "When I grow up I'm going to find a job where I never have to talk to people." + Diya "Cuando sea mayor voy a buscar un trabajo en el que nunca le tenga que hablar a las personas." + +# game/2_diya.rpy:1675 +translate spanish razorDenial_2c2e707e: + + # "Diya's mom smiles knowingly and shakes her head." + "La madre de Diya sonríe con complicidad y sacude la cabeza." + +# game/2_diya.rpy:1677 +translate spanish razorDenial_ab92acf8: + + # Amma "I'm the same way. I'm embarrassed of my accent, and it makes phone calls so scary." + Amma "Me pasa lo mismo. Me da vergüenza mi acento, y hace que las llamadas por teléfono me den mucho miedo." + +# game/2_diya.rpy:1678 +translate spanish razorDenial_40dda33b: + + # Amma "Talking to workers in stores makes me so nervous, too." + Amma "Hablar con los trabajadores de las tiendas me pone nerviosa, también." + +# game/2_diya.rpy:1681 +translate spanish razorDenial_d2f454fd: + + # Diya "Me, too. I wish we could write questions on a piece of paper and they have to write their answer back, too." + Diya "Yo, también. Desearía que tan solo pudiéramos escribir las preguntas en un papel y que ellos escriban las respuestas devuelta, también." + +# game/2_diya.rpy:1684 +translate spanish razorDenial_9d184c3a: + + # Amma "Yes! It'd be the best if you could slip the paper through an opening in the wall, so they don't even know what you look like." + Amma "¡Sí! Sería mejor si pudieras pasar el papel por una apertura en la pared, para que ni siquiera sepan cuál es tu apariencia." + +# game/2_diya.rpy:1687 +translate spanish razorDenial_58a4d576: + + # DiyaT "Wow...I'm enjoying talking to my mom!" + DiyaT "Vaya...¡Estoy disfrutando el hablar con mi mamá!" + +# game/2_diya.rpy:1690 +translate spanish razorDenial_3f8b18b1: + + # DiyaT "I guess it's only natural that we have some things in common. I forget that sometimes." + DiyaT "Supongo que solo es natural que tengamos algunas cosas en común. Eso se me olvida a veces." + +# game/2_diya.rpy:1691 +translate spanish razorDenial_d6b4ec76: + + # DiyaT "She used to do long-distance running in India, and she always encouraged me to play sports because it was good for my health." + DiyaT "Ella solía hacer carreras de larga distancia en India, y siempre me animaba a hacer deporte porque era bueno para mi salud." + +# game/2_diya.rpy:1693 +translate spanish razorDenial_125c3066: + + # DiyaT "Maybe I can ask her about something else that's been bothering me." + DiyaT "Quizás le pueda preguntar sobre otra cosa que me ha estado molestando." + +# game/2_diya.rpy:1695 +translate spanish razorDenial_20611021: + + # "Emboldened by her success, Diya speaks up as they sit at a red light." + "Envalentonada por su éxito, Diya toma la palabra en un semáforo en rojo." + +# game/2_diya.rpy:1697 +translate spanish razorDenial_ea2de6ce: + + # Diya "Can you get razors next time you go shopping?" + Diya "¿Puedes conseguir cuchillas de afeitar la próxima vez que vayas de compras?" + +# game/2_diya.rpy:1700 +translate spanish razorDenial_aa66fff6: + + # Amma "Razors?! What for?" with sshake + Amma "¡¿Cuchillas de afeitar?! ¿Para qué?" with sshake + +# game/2_diya.rpy:1703 +translate spanish razorDenial_3124ce29: + + # Diya "To shave. My leg hair is really long." + Diya "Para depilarme. El pelo de mis piernas está muy largo." + +# game/2_diya.rpy:1705 +translate spanish razorDenial_dade00ab: + + # "Diya's heart sinks as her mom wrinkles her nose with distaste." + "A Diya se le encoge el corazón cuando su madre arruga la nariz con desagrado." + +# game/2_diya.rpy:1707 +translate spanish razorDenial_935a4dcd: + + # Amma "Don't do it. Shaving will make the hair grow back thicker and darker." + Amma "No lo hagas. Depilarte solo hará que el pelo crezca más grueso y oscuro." + +# game/2_diya.rpy:1710 +translate spanish razorDenial_ba0650e5: + + # Diya "That doesn't sound true. Pretty sure that's a myth." + Diya "Eso no suena verdadero. Estoy bastante segura que es un mito." + +# game/2_diya.rpy:1713 +translate spanish razorDenial_ddce5355: + + # Amma "No, it's true. Shaving is a terrible idea." + Amma "No, es verdad. Depilarse es una idea terrible." + +# game/2_diya.rpy:1716 +translate spanish razorDenial_81d3a090: + + # Diya "But all the other girls at school are doing it." + Diya "Pero todas las demás chicas en la escuela lo hacen." + +# game/2_diya.rpy:1719 +translate spanish razorDenial_23ce2598: + + # Amma "That's because it's Christian culture. Our family doesn't follow those rules." + Amma "Eso es porque es cultura Cristiana. Nuestra familia no sigue esas reglas." + +# game/2_diya.rpy:1722 +translate spanish razorDenial_3ee406d1: + + # Amma "Why do you want to shave so bad, anyway?" + Amma "¿Por qué te quieres depilar tanto, de todas formas?" + +# game/2_diya.rpy:1723 +translate spanish razorDenial_5ef72085: + + # Amma "Are you trying to show yourself off to boys?" + Amma "¿Acaso quieres lucirte ante los chicos?" + +# game/2_diya.rpy:1726 +translate spanish razorDenial_66ab7694: + + # Diya "??? No..." + Diya "¿¿¿??? No..." + +# game/2_diya.rpy:1729 +translate spanish razorDenial_cafbf4fb: + + # Amma "You're too young. Who is it for?" + Amma "Eres demasiado joven. ¿Para quién es?" + +# game/2_diya.rpy:1731 +translate spanish razorDenial_43edf060: + + # Amma "Do you have a boyfriend?!" with sshake + Amma "¡¿Acaso tienes novio?!" with sshake + +# game/2_diya.rpy:1734 +translate spanish razorDenial_a2dbca39: + + # Diya "No." + Diya "No." + +# game/2_diya.rpy:1737 +translate spanish razorDenial_ac30e7a8: + + # Amma "Are you sure?? Look at me." + Amma "¿¿Estás segura?? Mírame a la cara." + +# game/2_diya.rpy:1740 +translate spanish razorDenial_9d2f8c56: + + # DiyaT "Good thing I can actually answer this honestly." + DiyaT "Que bueno que puedo contestar esto honestamente." + +# game/2_diya.rpy:1742 +translate spanish razorDenial_b6667e4f: + + # Diya "I'm not lying. I don't have a boyfriend." + Diya "No estoy mintiendo. No tengo novio." + +# game/2_diya.rpy:1744 +translate spanish razorDenial_0401ce28: + + # "Her mom scrutinizes Diya's face for a moment before turning away, seemingly satisfied." + "Su madre escruta el rostro de Diya por un momento antes de darse la vuelta, pareciendo satisfecha." + +# game/2_diya.rpy:1746 +translate spanish razorDenial_d0c4a349: + + # Amma "Good, because you need to focus on school. The right time to date is in college." + Amma "Bien, por que te tienes que concentrar en la escuela. El momento adecuado para encontrar pareja es la universidad." + +# game/2_diya.rpy:1747 +translate spanish razorDenial_a05c034a: + + # Amma "That's when you'll be able to find a nice boy who meets all the requirements." + Amma "Ahí es cuando podrás encontrar a un buen chico que cumpla todos los requisitos." + +# game/2_diya.rpy:1750 +translate spanish razorDenial_855ec182: + + # Diya "...Requirements? What requirements." + Diya "...¿Requisitos? Qué requisitos." + +# game/2_diya.rpy:1753 +translate spanish razorDenial_aec1bdb7: + + # Amma "You know, just the regular ones." + Amma "Tu sabes, solo los regulares." + +# game/2_diya.rpy:1754 +translate spanish razorDenial_32c5bd5a: + + # Amma "Someone who's Hindu like us, doesn't smoke, and has high income." + Amma "Alguien que es Hindú como nosotros, no fuma, y tenga ingresos altos." + +# game/2_diya.rpy:1757 +translate spanish razorDenial_dffe6691: + + # DiyaT "...Yeah, I definitely can't tell her about Min." + DiyaT "...Sí, definitivamente no le puedo contar acerca de Min." + +# game/2_diya.rpy:1758 +translate spanish razorDenial_a713cefd: + + # Diya "What if I wanted to date someone different? Like a non-Indian person?" + Diya "¿Y si quisiera salir con alguien diferente? ¿Como una persona no India?" + +# game/2_diya.rpy:1761 +translate spanish razorDenial_440c347e: + + # Amma "No, a white person wouldn't understand our culture." + Amma "No, alguien blanco no entendería nuestra cultura." + +# game/2_diya.rpy:1762 +translate spanish razorDenial_c87954ad: + + # Amma "Plus, whites do drugs and don't know how to save money." + Amma "Además, los blancos toman drogas y no saben ahorrar dinero." + +# game/2_diya.rpy:1765 +translate spanish razorDenial_2b1e46c5: + + # Amma "Just remember no BMWs. No Blacks, Muslims, or Whites." + Amma "Solo recuerda nada de BMWes. Ni negros, Musulmanes, o Blancos." + +# game/2_diya.rpy:1768 +translate spanish razorDenial_e0ba593e: + + # DiyaT "That's so racist...I don't even wanna know what she thinks of Korean people." + DiyaT "Qué racista...Ni siquiera quiero saber que piensa de la gente coreana." + +# game/2_diya.rpy:1769 +translate spanish razorDenial_da49636f: + + # Diya "What you want is unrealistic." + Diya "Lo que quieres es poco realista." + +# game/2_diya.rpy:1770 +translate spanish razorDenial_5bd7c65e: + + # Diya "How can you immigrate to a country where we're less than 1%% of the population and then expect me to marry the way you did in India?" + Diya "¿Cómo puedes inmigrar a un país donde somos menos del 1%% de la población y esperar a que me case de la manera en la que lo hiciste en India?" + +# game/2_diya.rpy:1773 +translate spanish razorDenial_ab1a2ca6: + + # Amma "It's not unrealistic, my friend Himaja's daughter did it." + Amma "No es poco realista, la hija de mi amiga Himaja lo hizo." + +# game/2_diya.rpy:1775 +translate spanish razorDenial_0d190fd9: + + # Amma "You're not any less pretty or smart than she is! You can find a way too." + Amma "¡No eres ni menos guapa ni menos lista que ella! Tú también puedes encontrar la manera." + +# game/2_diya.rpy:1778 +translate spanish razorDenial_621fdd1f: + + # Diya "It's not that easy. I can't control who I fall in love with." + Diya "No es tan fácil. No puedo controlar de quien me enamoro." + +# game/2_diya.rpy:1779 +translate spanish razorDenial_d2c4bab7: + + # Diya "If I fall in love with someone who doesn't match your criteria, I'm not going to turn them away just for you." + Diya "Si me enamoro de alguien que no se ajusta a tu criterio, no lo voy a rechazar solo por ti." + +# game/2_diya.rpy:1782 +translate spanish razorDenial_7413e04a: + + # Amma "No, that's not right. If you marry a waste fellow, what will other people think?" + Amma "No, eso no es correcto. Si te casas con un desecho, ¿qué pensarán los demás?" + +# game/2_diya.rpy:1785 +translate spanish razorDenial_fcb26bc7: + + # Diya "Wh...Why does it matter what \"other people\" think?" + Diya "Po...¿Por qué importa lo que \"los demás\" piensen?" + +# game/2_diya.rpy:1786 +translate spanish razorDenial_cd5bfb84: + + # Diya "My opinion should be the most important one." + Diya "Mi opinión debería ser la más importante." + +# game/2_diya.rpy:1789 +translate spanish razorDenial_49056b20: + + # Amma "No, this is bigger than just you. You have to consider how it affects everyone, like your parents." + Amma "No, esto va más allá de ti. Tienes que considerar cómo esto afecta a todos, como a tus padres." + +# game/2_diya.rpy:1790 +translate spanish razorDenial_c2a6869a: + + # Amma "If you marry a white man, everyone will think you're a self-hating Indian, and your parents didn't raise you with correct values." + Amma "Si te casas con un hombre blanco, todos van a pensar que eres una india que se odia a si misma, y que tus padres no te educaron con los valores correctos." + +# game/2_diya.rpy:1791 +translate spanish razorDenial_7756c6fd: + + # Amma "It already looks bad enough that we let you quit Carnatic music because you wanted to play baseball." + Amma "Ya parece bastante malo que te dejamos abandonar la música Carnática porque querías jugar béisbol." + +# game/2_diya.rpy:1794 +translate spanish razorDenial_40a037a5: + + # Diya "So you're asking me to give up my whole life in exchange for ten seconds of approval from some aunties??" + Diya "¿¿Así que me estás pidiendo que renuncie a mi vida entera a cambio de diez segundos de aprobación de algunas tías??" + +# game/2_diya.rpy:1797 +translate spanish razorDenial_e8a08e0f: + + # Amma "I had to marry within my parents' requirements too." + Amma "Yo me tuve que casar dentro de los requisitos de mis padres, también." + +# game/2_diya.rpy:1800 +translate spanish razorDenial_3eb4e69d: + + # Diya "Just because you put up with mistreatment from them doesn't mean I should put up with the same thing from you." + Diya "Solo que tú te hayas aguantado el maltrato de ellos no significa que yo debería aguantar lo mismo de ti." + +# game/2_diya.rpy:1803 +translate spanish razorDenial_c69eb7ee: + + # Amma "{i}Mistreatment?{/i} I turned out perfectly fine, how can it be mistreatment?" + Amma "{i}¿Maltrato?{/i} Salí perfectamente bien, ¿cómo puede ser maltrato?" + +# game/2_diya.rpy:1806 +translate spanish razorDenial_bf17619a: + + # DiyaT "I don't think you turned out fine at all..." + DiyaT "No creo que hayas salido bien del todo..." + +# game/2_diya.rpy:1809 +translate spanish razorDenial_e27e14c2: + + # Amma "Your way of thinking about this, that's the way of thinking from Christian countries." + Amma "Tu forma de pensar sobre esto, es la forma de pensar de los países Cristianos." + +# game/2_diya.rpy:1810 +translate spanish razorDenial_ffe842cf: + + # Amma "Indians aren't like that. They're not so selfish." + Amma "Los Indios no son así. No son tan egoístas." + +# game/2_diya.rpy:1813 +translate spanish razorDenial_fa1e713b: + + # Diya "Well, this isn't India. I'm American." + Diya "Bueno, esto no es India. Soy Estadounidense." + +# game/2_diya.rpy:1816 +translate spanish razorDenial_858a07d9: + + # Amma "What, you think you're white?" + Amma "Y qué, ¿crees que eres blanca?" + +# game/2_diya.rpy:1817 +translate spanish razorDenial_13a9699d: + + # Amma "It doesn't matter where you are, you're still Indian. You have to honor your culture." + Amma "No importa donde estés, aún eres India. Tienes que honrar a tu cultura." + +# game/2_diya.rpy:1821 +translate spanish razorDenial_38015576: + + # Diya "Why do I have to follow the rules of a country I've never lived in before?" + Diya "¿Por qué tengo que seguir las reglas de un país en el que nunca he vivido antes?" + +# game/2_diya.rpy:1824 +translate spanish razorDenial_e09c2052: + + # Amma "As long as you're under our roof, you will. This is an Indian household." + Amma "Mientras estés bajo nuestro techo, lo harás. Este es un hogar indio." + +# game/2_diya.rpy:1827 +translate spanish razorDenial_1612cdcc: + + # Diya "..............." + Diya "..............." + +# game/2_diya.rpy:1828 +translate spanish razorDenial_d167e98f: + + # DiyaT "Could it be that my mom thinks people don't change...because SHE doesn't change?" + DiyaT "¿Será que mi mamá piensa que la gente no cambia...porque ELLA no cambia?" + +# game/2_diya.rpy:1829 +translate spanish razorDenial_1a2c15ae: + + # DiyaT "It's like her opinions are frozen in time, from twenty years ago when she left India." + DiyaT "Es como si sus opiniones estuvieran congeladas en el tiempo, desde hace viente años cuando dejó la India." + +# game/2_diya.rpy:1830 +translate spanish razorDenial_25fdea9f: + + # DiyaT "And they never shifted to match the world around her. They're just stuck." + DiyaT "Y nunca cambiaron para adaptarse al mundo que la rodea. Simplemente están atascadas." + +# game/2_diya.rpy:1832 +translate spanish razorDenial_e1979c96: + + # "They spend the rest of the drive home in stony silence." + "Las dos pasan el resto del trayecto a casa en un silencio sepulcral." + +# game/2_diya.rpy:1845 +translate spanish morning2_195f9520: + + # Diya ".......!!!!!" with sshake + Diya "¡¡¡¡¡.......!!!!!" with sshake + +# game/2_diya.rpy:1848 +translate spanish morning2_8ff00029: + + # "Diya hits her alarms and flops back in bed." + "Diya apaga sus alarmas y se tira devuelta a la cama." + +# game/2_diya.rpy:1851 +translate spanish morning2_5b07bfc9: + + # "Her morning routine includes lying in bed for 10 minutes thinking about how tired she is. " + "Su rutina de las mañanas incluye tumbarse en la cama por 10 minutos pensando en lo cansada que está. " + +# game/2_diya.rpy:1856 +translate spanish morning2_f28d8787: + + # DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + DiyaT "Ugghhhhhghghhhghhh...Ggggggh..." + +# game/2_diya.rpy:1858 +translate spanish morning2_bcf60a61: + + # "Suddenly, her bedroom door squeaks open." + "De repente, la puerta de su habitación se abre con un chirrido." + +# game/2_diya.rpy:1861 +translate spanish morning2_5efb28ac: + + # Amma "I need to head out early today." + Amma "Tengo que salir temprano hoy." + +# game/2_diya.rpy:1862 +translate spanish morning2_cb9f6102: + + # Amma "Here, I'll put your lunch into your backpack." + Amma "Toma, te pondré el almuerzo en tu mochila." + +# game/2_diya.rpy:1864 +translate spanish morning2_419561ce: + + # "Diya's blood runs cold as her mom unzips her backpack." + "A Diya se le hiela la sangre al ver a su madre abrir su mochila." + +# game/2_diya.rpy:1867 +translate spanish morning2_1d74dd58: + + # Diya "!!!" with sshake + Diya "¡¡¡!!!" with sshake + +# game/2_diya.rpy:1868 +translate spanish morning2_eb3ddbae: + + # DiyaT "She'll see the Valentine's Day card!" + DiyaT "¡Va a ver la carta de San Valentín!" + +# game/2_diya.rpy:1871 +translate spanish morning2_ded431da: + + # "Diya bolts upright and snatches the backpack from her mom's grasp." with sshake + "Diya se levanta de golpe y arrebata la mochila de las manos de su madre." with sshake + +# game/2_diya.rpy:1873 +translate spanish morning2_bbaaf8c3: + + # Diya "I'll put it in myself." + Diya "La pondré yo." + +# game/2_diya.rpy:1876 +translate spanish morning2_726b88f7: + + # Amma "Why are you being so secretive?" + Amma "¿Por qué estás siendo tan reservada?" + +# game/2_diya.rpy:1877 +translate spanish morning2_4986f4f2: + + # Amma "I can't even look in my own child's backpack anymore?" + Amma "¿Acaso ya ni siquiera puedo ver en la mochila de mi propia hija?" + +# game/2_diya.rpy:1879 +translate spanish morning2_744ddc6e: + + # Diya "I'm not a baby. I should get to have privacy, too." + Diya "No soy una bebé. Yo también debería tener privacidad." + +# game/2_diya.rpy:1881 +translate spanish morning2_39c2d9ab: + + # "Diya's mom sighs as Diya puts her bagged lunch into her backpack." + "La madre de Diya suspira mientras Diya mete su almuerzo en su mochila." + +# game/2_diya.rpy:1883 +translate spanish morning2_817881f9: + + # Amma "You know, it's really hurtful that you hide everything from me." + Amma "Sabes, es realmente hiriente que tengas que ocultar todo de mí." + +# game/2_diya.rpy:1884 +translate spanish morning2_9e8c7367: + + # Amma "You're so quiet. I wish you would talk to me like my friends’ kids talk to them." + Amma "Eres tan callada. Ojalá me hablaras como los hijos de mis amigas les hablan a ellas." + +# game/2_diya.rpy:1885 +translate spanish morning2_5cc27bd8: + + # Amma "My friend’s son even tells them about the girls he likes. He tells them everything!" + Amma "El hijo de mi amiga le dice hasta de las chicas que le gustan. ¡Le cuenta todo!" + +# game/2_diya.rpy:1886 +translate spanish morning2_4cf0336e: + + # Amma "It makes me sad. I wish we had that kind of relationship." + Amma "Me pone triste. Desearía que pudiéramos tener ese tipo de relación." + +# game/2_diya.rpy:1888 +translate spanish morning2_ccdcd50b: + + # Diya "You think I wanted it to be like this?" + Diya "¿Crees que yo quiero que sea así?" + +# game/2_diya.rpy:1889 +translate spanish morning2_b6e3e0d1: + + # Diya "I didn't just decide not to talk to you all on my own." + Diya "No decidí totalmente por mi cuenta no hablar contigo." + +# game/2_diya.rpy:1892 +translate spanish morning2_c1008079: + + # Amma "What're you going on about?" + Amma "¿A qué viene eso?" + +# game/2_diya.rpy:1894 +translate spanish morning2_6efe99b5: + + # DiyaT "How are you not able to put two and two together??" with sshake + DiyaT "¿¿Cómo no puedes ser capaz de sumar dos y dos??" with sshake + +# game/2_diya.rpy:1895 +translate spanish morning2_48c03458: + + # Diya "I want to be able to talk to you, too." + Diya "Quiero ser capaz de hablar contigo, también." + +# game/2_diya.rpy:1896 +translate spanish morning2_63d5fdd8: + + # Diya "But I don’t feel like I can. Every time I open up to you, I regret it." + Diya "Pero no siento como que pueda. Cada vez que me abro a ti, me arrepiento." + +# game/2_diya.rpy:1897 +translate spanish morning2_c07ac0d7: + + # Diya "You always have some bad reaction to something I say." + Diya "Siempre tienes una mala reacción a lo que digo." + +# game/2_diya.rpy:1900 +translate spanish morning2_243fab25: + + # Amma "Huh? Like what?" + Amma "¿Ah? ¿Cómo qué?" + +# game/2_diya.rpy:1902 +translate spanish morning2_4ff9821d: + + # Diya "Like...like the time I told you about my friend, and you said I wasn't allowed to talk to her anymore." + Diya "Como...como la vez en la que te conté sobre mi amiga, y me dijiste que no podía hablar más con ella." + +# game/2_diya.rpy:1905 +translate spanish morning2_a240112e: + + # Amma "What are you talking about? That never happened." + Amma "¿De qué estás hablando? Eso nunca pasó." + +# game/2_diya.rpy:1907 +translate spanish morning2_22b7d099: + + # Diya "Yes, it did. After school, when I was in third grade." + Diya "Si, si pasó. Después de la escuela, cuando estaba en tercer grado." + +# game/2_diya.rpy:1910 +translate spanish morning2_1ce7c407: + + # Amma "Third grade?! You really go through life collecting pointless grudges from years ago?" with sshake + Amma "¡¿Tercer grado?! ¿De verdad vas por la vida acumulando rencores sin sentido de hace años?" with sshake + +# game/2_diya.rpy:1911 +translate spanish morning2_11bdff59: + + # Amma "How can you use something I don't even remember to argue against me?" + Amma "¿Cómo puedes usar algo que ni siquiera recuerdo para argumentar en mi contra?" + +# game/2_diya.rpy:1913 +translate spanish morning2_9b8a76b1: + + # DiyaT "How can two people perceive the same conversation so differently?" + DiyaT "¿Cómo pueden dos personas percibir la misma conversación de forma tan diferente?" + +# game/2_diya.rpy:1915 +translate spanish morning2_6cacd7ee: + + # DiyaT "To me, it was one of the worst memories of my life, one that still affects how I act around her every day." + DiyaT "Para mí, fue uno de los peores recuerdos de mi vida, uno que todavía afecta como actúo con ella cada día." + +# game/2_diya.rpy:1916 +translate spanish morning2_bc323872: + + # DiyaT "But to her, it was an uneventful car ride." + DiyaT "Pero para ella, fue un viaje en auto sin problemas." + +# game/2_diya.rpy:1917 +translate spanish morning2_6c9c3336: + + # DiyaT "I need to give a different example." + DiyaT "Tengo que poner otro ejemplo." + +# game/2_diya.rpy:1919 +translate spanish morning2_b997e9c5: + + # Diya "You didn't only make mistakes in the past, you never changed." + Diya "No solo cometiste errores en el pasado, tú nunca cambiaste." + +# game/2_diya.rpy:1920 +translate spanish morning2_f11207e7: + + # Diya "Like yesterday, I asked you to buy razors for me and you lectured me about dating." + Diya "Como ayer, te pedí que compraras cuchillas de afeitar para mí y me sermoneaste sobre tener pareja." + +# game/2_diya.rpy:1923 +translate spanish morning2_20cd0151: + + # Amma "I'm your mom, I'm supposed to say no when you want something that's bad for you." + Amma "Soy tu madre, se supone que tengo que decir que no cuando quieres algo que es malo para ti." + +# game/2_diya.rpy:1924 +translate spanish morning2_fae0e674: + + # Amma "If your own parents won't tell you when you're doing something wrong, who will?" + Amma "Si tus propios padres no te dicen cuándo estás haciendo algo mal, ¿quién lo hará?" + +# game/2_diya.rpy:1926 +translate spanish morning2_8527eed5: + + # Diya "Of course you're supposed to stop me from doing really bad things." + Diya "Por supuesto que debes impedir que haga cosas realmente malas." + +# game/2_diya.rpy:1927 +translate spanish morning2_25896080: + + # Diya "But I feel like you think your only job as a parent is to lecture me every chance you see." + Diya "Pero siento que tu único trabajo como madre es sermonearme cada ves que puedes." + +# game/2_diya.rpy:1928 +translate spanish morning2_8746128a: + + # Diya "Sometimes I just want to have a normal, not-negative conversation." + Diya "A veces solo quiero tener una conversación normal, no negativa." + +# game/2_diya.rpy:1932 +translate spanish morning2_6db5145a: + + # Amma "What do you want me to do, just keep my opinion to myself and agree with everything you say?" + Amma "Qué quieres que haga, ¿que me guarde mi opinión y solo esté de acuerdo con todo lo que dices?" + +# game/2_diya.rpy:1933 +translate spanish morning2_2810a305: + + # Amma "If I were your friend, sure, I could do that." + Amma "Si fuera tu amiga, claro, podría hacer eso." + +# game/2_diya.rpy:1934 +translate spanish morning2_ad96a3a5: + + # Amma "But that's not my role. I'm your mother, I'm supposed to help you." + Amma "Pero ese no es mi papel. Soy tu madre, se supone que debo ayudarte." + +# game/2_diya.rpy:1935 +translate spanish morning2_49a50f8f: + + # "Tears well up in Diya's eyes from frustration." + "Los ojos de Diya se llenan de lágrimas de frustración." + +# game/2_diya.rpy:1937 +translate spanish morning2_0dd3655c: + + # DiyaT "Oh, great. Not now!" + DiyaT "Oh, genial. ¡Ahora no!" + +# game/2_diya.rpy:1938 +translate spanish morning2_7cbc61ec: + + # DiyaT "I hate how I can't argue with anyone without crying." + DiyaT "Odio como no puedo discutir con nadie sin llorar." + +# game/2_diya.rpy:1939 +translate spanish morning2_cc7df293: + + # Diya "You think you're helping me, but all you do is give me anxiety." + Diya "Crees que me estás ayudando, pero lo único que haces es darme ansiedad." + +# game/2_diya.rpy:1941 +translate spanish morning2_e8808ecf: + + # Diya "I feel like every time I speak to you honestly, I'm punished for it." + Diya "Siento que cada vez que te hablo con honestidad, me castigas por ello." + +# game/2_diya.rpy:1943 +translate spanish morning2_f9055843: + + # Amma "So me speaking my mind is \"punishing\" you?" + Amma "¿Así que yo diciendo lo que pienso es \"castigarte\"?" + +# game/2_diya.rpy:1944 +translate spanish morning2_29bf7500: + + # Amma "How can you not allow me to say what I think? How do you think that makes {i}me{/i} feel?" + Amma "¿Cómo no me puedes permitir decir lo que pienso? ¿Cómo crees que eso me hace sentir a {i}mí{/i}?" + +# game/2_diya.rpy:1946 +translate spanish morning2_a3767029: + + # "Both of them freeze as the doorbell rings." + "Ambas quedan paralizadas cuando suena el timbre." + +# game/2_diya.rpy:1948 +translate spanish morning2_e2a967e6: + + # DiyaT "It's Akarsha!" + DiyaT "¡Es Akarsha!" + +# game/2_diya.rpy:1949 +translate spanish morning2_c59dfe4f: + + # DiyaT "I can't let her see me like this!" + DiyaT "¡No puedo dejar que ella me vea así!" + +# game/2_diya.rpy:1955 +translate spanish morning2_c7acf589: + + # Akarsha "Yo..." + Akarsha "Ey..." + +# game/2_diya.rpy:1958 +translate spanish morning2_ccf0c64d: + + # "Diya flings open the door and darts past Akarsha." + "Diya abre la puerta de un tirón y sale corriendo pasando a Akarsha." + +# game/2_diya.rpy:1960 +translate spanish morning2_18cba65b: + + # Akarsha "Whoa!" with sshake + Akarsha "¡Hey!" with sshake + +# game/2_diya.rpy:1961 +translate spanish morning2_17601718: + + # Akarsha "Homie, wait up!" + Akarsha "¡Homie, espera!" + +# game/2_diya.rpy:1968 +translate spanish morning2_bd34c969: + + # "Diya ignores her and sprints down the sidewalk." + "Diya la ignora y se echa a correr por la vereda." + +# game/2_diya.rpy:1969 +translate spanish morning2_92e48d77: + + # "The frenetic slap of flip-flops on concrete behind her gets louder and louder until suddenly, a hand grabs her forearm!" with sshake + "El frenético golpe de sandalias en concreto detrás de ella se vuelve más y más fuerte hasta que de repente, ¡una mano la agarra del antebrazo!" with sshake + +# game/2_diya.rpy:1972 +translate spanish morning2_97c1055c: + + # Akarsha "*Wheeze* Gotcha!" with sshake + Akarsha "*Jadeo* ¡Te pille!" with sshake + +# game/2_diya.rpy:1975 +translate spanish morning2_40731160: + + # Diya "!!!!" + Diya "¡¡¡¡!!!!" + +# game/2_diya.rpy:1977 +translate spanish morning2_618ca7c2: + + # "Diya reluctantly slows to a stop and lets Akarsha catch her breath." + "Diya se detiene de mala gana y deja que Akarsha recupere el aliento." + +# game/2_diya.rpy:1979 +translate spanish morning2_f8a6ffa1: + + # Akarsha "*Gasp* *Wheeze*" with sshake + Akarsha "*Suspiro* *Jadeo*" with sshake + +# game/2_diya.rpy:1980 +translate spanish morning2_d08845de: + + # Akarsha "....HA....HAH....." with sshake + Akarsha "...JA....JAH....." with sshake + +# game/2_diya.rpy:1982 +translate spanish morning2_6e8840cd: + + # Diya "............" + Diya "............" + +# game/2_diya.rpy:1985 +translate spanish morning2_44f3ca1b: + + # Akarsha "What's with you today? Usain Bolt..." + Akarsha "¿Qué te sucede hoy? Usain Bolt..." + +# game/2_diya.rpy:1988 +translate spanish morning2_4fb91a37: + + # Diya "Got in a fight with my mom..." + Diya "Tuve una pelea con mi mamá..." + +# game/2_diya.rpy:1992 +translate spanish morning2_17afcca6: + + # "Diya wipes her tear-streaked face with a sniffle." + "Diya se limpia la cara llena de lágrimas con un resoplido." + +# game/2_diya.rpy:1994 +translate spanish morning2_ebbedf19: + + # Diya "She gave up her whole life for me. I'm the person she loves the most in the world." + Diya "Renunció a su vida entera por mí. Soy la persona que más ama en el mundo." + +# game/2_diya.rpy:1995 +translate spanish morning2_dd47607d: + + # Diya "But we can't even have a normal conversation without hurting each other." + Diya "Pero ni siquiera podemos tener una conversación normal sin herirnos la una a la otra." + +# game/2_diya.rpy:1996 +translate spanish morning2_cbc6f92b: + + # Diya "It's just sad." + Diya "Es simplemente triste." + +# game/2_diya.rpy:1998 +translate spanish morning2_b10d69e1: + + # "It takes a few seconds for Akarsha to recover enough to choke out a response." + "Le toma unos segundos a Akarsha para recuperarse lo suficiente como para atragantar una respuesta." + +# game/2_diya.rpy:2000 +translate spanish morning2_69d71949: + + # Akarsha "Bro...that sucks." + Akarsha "Hombre...qué horrible." + +# game/2_diya.rpy:2002 +translate spanish morning2_780dcc17: + + # Diya "........................" + Diya "........................" + +# game/2_diya.rpy:2003 +translate spanish morning2_98d5971c: + + # Diya "Do your parents know you're bi?" + Diya "¿Tus padres saben que eres bi?" + +# game/2_diya.rpy:2006 +translate spanish morning2_e207eff5: + + # Akarsha "Sorta?" + Akarsha "¿Un poco?" + +# game/2_diya.rpy:2007 +translate spanish morning2_eba0acdb: + + # Akarsha "We haven't really had that conversation yet, but they definitely know I'm a lil funky." + Akarsha "Aún no hemos tenido esa conversación, pero definitivamente saben que soy un poquito peculiar." + +# game/2_diya.rpy:2009 +translate spanish morning2_5acd4f7f: + + # Diya "How do you think they'll react when you tell them?" + Diya "¿Cómo crees que reaccionarán cuando les digas?" + +# game/2_diya.rpy:2012 +translate spanish morning2_79e9c48a: + + # Akarsha "I dunno...But they're pretty open-minded, so I think they'll get over it." + Akarsha "No lo sé...Pero son bastante abiertos de mente, así que creo que lo acabarán superando." + +# game/2_diya.rpy:2020 +translate spanish morning2_8d7fc1b8: + + # Diya "Lucky..." + Diya "Afortunada..." + +# game/2_diya.rpy:2021 +translate spanish morning2_fca0006d: + + # Diya "My parents will freak out if I come out." + Diya "Mis padres se volverán locos si salgo del closet." + +# game/2_diya.rpy:2022 +translate spanish morning2_d3c3d0ad: + + # Diya "But I feel like a bad gay person for hiding it." + Diya "Pero me siento como una mala persona gay por ocultarlo." + +# game/2_diya.rpy:2025 +translate spanish morning2_21776c72: + + # Akarsha "Why?" + Akarsha "¿Por qué?" + +# game/2_diya.rpy:2027 +translate spanish morning2_8ad87c32: + + # Diya "Instead of trying to educate them, I'm living a lie." + Diya "En vez de intentar educarlos, estoy viviendo una mentira." + +# game/2_diya.rpy:2030 +translate spanish morning2_f79cfa2d: + + # Akarsha "Dude, it's not your job to educate your parents if it'll ruin your life." + Akarsha "Hombre, no es tu trabajo educar a tus padres si eso va a arruinar tu vida." + +# game/2_diya.rpy:2031 +translate spanish morning2_16e2f399: + + # Akarsha "The gays aren't gonna come arrest you." + Akarsha "Los gays no van a venir a arrestarte." + +# game/2_diya.rpy:2032 +translate spanish morning2_043a2c73: + + # Akarsha "It's not bad to, like, worry about surviving first." + Akarsha "No es malo, onda, preocuparse de sobrevivir primero." + +# game/2_diya.rpy:2034 +translate spanish morning2_6276c5a5: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:2035 +translate spanish morning2_5e0ba626: + + # Diya "Sooner or later we're gonna get caught, though. We're so bad at keeping things secret." + Diya "Pero, tarde o temprano nos van a atrapar. Somos tan malas manteniendo las cosas en secreto." + +# game/2_diya.rpy:2036 +translate spanish morning2_5e185822: + + # Diya "And if I wanna live with Min someday, that's going to be impossible to hide." + Diya "Y si quiero vivir con Min algún dia, eso va a ser imposible de esconder." + +# game/2_diya.rpy:2037 +translate spanish morning2_14b8415d: + + # Diya "Especially since we're gonna move really far away." + Diya "Sobre todo porque nos iremos a vivir muy lejos." + +# game/2_diya.rpy:2040 +translate spanish morning2_7c7d3c9b: + + # Akarsha "Huh? Where are you going?" + Akarsha "¿Ah? ¿A dónde van a ir?" + +# game/2_diya.rpy:2042 +translate spanish morning2_454efe4c: + + # Diya "Don't know yet. But somewhere far from her parents, so she doesn't have to see them unless she wants to." + Diya "No lo sé todavía. Pero en algún lugar lejos de sus padres, para que no los tenga que ver a menos que ella quiera." + +# game/2_diya.rpy:2044 +translate spanish morning2_f351a809: + + # Diya "When we do that, my parents will notice I'm gone, too." + Diya "Cuando hagamos eso, mis padres notarán que me fui, también." + +# game/2_diya.rpy:2047 +translate spanish morning2_ea8bb694: + + # Akarsha "Ya, but by then you'll be an adult. They won't be able to stop you from doing anything." + Akarsha "Seh, pero para cuando seas adulta. No podrán detenerte de hacer cualquier cosa." + +# game/2_diya.rpy:2049 +translate spanish morning2_b3f57d8f: + + # Diya "But they'll still be really upset, and I don't want that either." + Diya "Pero van a estar muy enojados, y no quiero eso tampoco." + +# game/2_diya.rpy:2052 +translate spanish morning2_72138b33: + + # Akarsha "They'll get over it eventually." + Akarsha "Al final se les pasará." + +# game/2_diya.rpy:2053 +translate spanish morning2_d913c44e: + + # Akarsha "Dealing with desi parents is like the five stages of grief. Denial, anger, bargaining, depression, and acceptance." + Akarsha "Lidiar con padres desi es como las cinco etapas del duelo. Negación, ira, negociación, depresión, y aceptación." + +# game/2_diya.rpy:2056 +translate spanish morning2_cd4c4d7c: + + # Diya "You don't know that. My parents aren't like yours." + Diya "Eso no lo sabes. Mis papás no son como los tuyos." + +# game/2_diya.rpy:2059 +translate spanish morning2_c28eaf06: + + # Akarsha "Do your parents really love you?" + Akarsha "¿Tus padres te quieren de verdad?" + +# game/2_diya.rpy:2061 +translate spanish morning2_40f5853e: + + # Diya "Yes." + Diya "Sí." + +# game/2_diya.rpy:2064 +translate spanish morning2_35c1c515: + + # Akarsha "Then it's still the same. It might take ages, but they'll get over it eventually." + Akarsha "Entonces sigue siendo lo mismo. Puede que tarde años, pero al final lo superarán." + +# game/2_diya.rpy:2067 +translate spanish morning2_78923e16: + + # Akarsha "Like...in baseball speak, you're not tryin' to hit a home run off a single pitch. It's more like a nine inning baseball game." + Akarsha "Como...en términos de béisbol, no intentas hacer un home run de un solo lanzamiento. Es más como un partido de béisbol de nueve entradas." + +# game/2_diya.rpy:2068 +translate spanish morning2_8f0769f5: + + # Akarsha "You gotta be in it for the long haul and wear them down over time." + Akarsha "Tienes que estar en ello a largo plazo y desgastarlos con el tiempo." + +# game/2_diya.rpy:2070 +translate spanish morning2_6276c5a5_1: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:2071 +translate spanish morning2_db4b106d: + + # DiyaT "Is that the best I can hope for, though?" + DiyaT "¿Pero, es eso lo mejor que puedo esperar?" + +# game/2_diya.rpy:2072 +translate spanish morning2_4cb6147c: + + # DiyaT "I wish I were closer to my mom." + DiyaT "Ojalá pudiera ser más cercana a mi madre." + +# game/2_diya.rpy:2073 +translate spanish morning2_82b6e284: + + # DiyaT "But it's hard to feel loved by someone who doesn't really know you." + DiyaT "Pero es difícil sentirte querido por alguien que no te conoce realmente." + +# game/2_diya.rpy:2076 +translate spanish morning2_0b1354b2: + + # DiyaT "It's like our relationship was built on air. There's nothing there, because she's always loved a version of me that doesn't exist." + DiyaT "Es como si nuestra relación se hubiera construido en el aire. No hay nada ahí, porque ella siempre amó una version de mí que no existe." + +# game/2_diya.rpy:2079 +translate spanish morning2_f121bd9c: + + # "When they're waiting at a crosswalk, Diya takes the chance to dig a tissue out of her pocket and blow her nose." + "Cuando esperan en un paso de peatones, Diya aprovecha la oportunidad para sacar un pañuelo de su bolsillo y sonarse la nariz." + +# game/2_diya.rpy:2083 +translate spanish morning2_90165af1: + + # DiyaT "It's not even like my parents are as bad as Min's." + DiyaT "Ni siquiera es como si mis padres fueran tan malos como los de Min." + +# game/2_diya.rpy:2084 +translate spanish morning2_f41ce934: + + # DiyaT "They're not violent or abusive, and they try to support my interests." + DiyaT "No son violentos ni abusivos, e intentan apoyar mis intereses." + +# game/2_diya.rpy:2085 +translate spanish morning2_c2b3a7ed: + + # DiyaT "My mom was never trying to hurt me. She just doesn't know any better." + DiyaT "Mi madre nunca intentó dañarme. Ella simplemente no sabe nada mejor." + +# game/2_diya.rpy:2087 +translate spanish morning2_cad8b546: + + # DiyaT "In the grand scheme of things, I'm spoiled. I live in a nice house and my mom cooks me delicious food every day." + DiyaT "En el gran esquema de las cosas, soy una mimada. Vivo en una casa bonita y mi mamá me prepara comida deliciosa todos los días." + +# game/2_diya.rpy:2088 +translate spanish morning2_5049e58e: + + # DiyaT "But it still hurts to think about the kind of parents I COULD have had." + DiyaT "Pero aún me duele pensar sobre el tipo de padres que PUDE haber tenido." + +# game/2_diya.rpy:2091 +translate spanish morning2_017b80cc: + + # "Akarsha smacks Diya on the back as they near the school." + "Akarsha le da una palmada a Diya en la espalda mientras se van acercando a la escuela." + +# game/2_diya.rpy:2093 +translate spanish morning2_37979b52: + + # Akarsha "C'mon, dude, cheer up." + Akarsha "Vamos, hombre, anímate." + +# game/2_diya.rpy:2095 +translate spanish morning2_306eac5d: + + # Akarsha "10,000 gay people are born every second." + Akarsha "Cada segundo nacen 10,000 homosexuales." + +# game/2_diya.rpy:2096 +translate spanish morning2_fbf160e5: + + # Akarsha "In the time since we left your house, three million gay people drew their first breath." + Akarsha "Desde que salimos de tu casa, tres millones de gays han respirado por primera vez." + +# game/2_diya.rpy:2098 +translate spanish morning2_e6a54fae: + + # DiyaT "That can't be right..." + DiyaT "Eso no puede ser correcto..." + +# game/2_diya.rpy:2099 +translate spanish morning2_0525775b: + + # Diya "If people were born that fast, the population would grow by billions every month." + Diya "Si la gente naciera así de rápido, la población crecería por billones cada mes." + +# game/2_diya.rpy:2101 +translate spanish morning2_738a369e: + + # Diya "Where'd you get those numbers from." + Diya "De dónde sacaste esas cifras." + +# game/2_diya.rpy:2104 +translate spanish morning2_7e23263e: + + # Akarsha "I made them up for dramatic effect." + Akarsha "Me las inventé para un efecto dramático." + +# game/2_diya.rpy:2106 +translate spanish morning2_93212e9d: + + # Diya "............." + Diya "............." + +# game/2_diya.rpy:2113 +translate spanish morning2_df3f6405: + + # Akarsha "Hey, Diya..." + Akarsha "Oye, Diya..." + +# game/2_diya.rpy:2115 +translate spanish morning2_056a1b0b: + + # Akarsha "Do you think it's possible for a baseball player to mold her hair into a huge bowl shape, and use it to catch the ball?" + Akarsha "¿Crees que sería posible que una jugadora de béisbol moldee su pelo en forma de un tazón enorme y lo utilize para atrapar la pelota?" + +# game/2_diya.rpy:2118 +translate spanish morning2_a3253ca8: + + # Akarsha "{cps=0}Do you think it's possible for a baseball player to mold her hair into a huge bowl shape, and use it to catch the ball?{/cps}" nointeract + Akarsha "{cps=0}¿Crees que sería posible que una jugadora de béisbol moldee su pelo en forma de un tazón enorme y lo utilize para atrapar la pelota?{/cps}" nointeract + +# game/2_diya.rpy:2122 +translate spanish morning2_2bd7d207: + + # "Diya nods!" + "¡Diya asiente!" + +# game/2_diya.rpy:2124 +translate spanish morning2_0bf0a4e6: + + # Diya "Why not." + Diya "Por qué no." + +# game/2_diya.rpy:2127 +translate spanish morning2_0ada1528: + + # Akarsha "Right??" + Akarsha "¿¿Cierto??" + +# game/2_diya.rpy:2129 +translate spanish morning2_09f8fdd3: + + # Akarsha "It'd make fielding grounders way easier. We'd just have to lie facedown on the dirt and wait for the ball to roll in." + Akarsha "Sería mucho más fácil recibir una pelota por el piso del campo. Simplemente tendríamos que echarnos boca abajo en la tierra y esperar a que la pelota ruede adentro." + +# game/2_diya.rpy:2130 +translate spanish morning2_ec077bb7: + + # Akarsha "Maybe our whole team should grow our hair out and try this." + Akarsha "Quizás nuestro equipo entero debería dejarse crecer el pelo para que intentemos esto." + +# game/2_diya.rpy:2133 +translate spanish morning2_c1180ee6: + + # DiyaT "I feel like between this, the gene doping, and Min's steroids idea, the sport of baseball isn't ready for us." + DiyaT "Siento que entre esto, el dopaje de genes, y la idea de Min con los esteroides, el deporte del béisbol no está listo para nosotras." + +# game/2_diya.rpy:2138 +translate spanish morning2_57e599f4: + + # "Diya shakes her head." + "Diya niega con la cabeza." + +# game/2_diya.rpy:2140 +translate spanish morning2_f35afa93: + + # Akarsha "Why not?" + Akarsha "¿Por qué no?" + +# game/2_diya.rpy:2143 +translate spanish morning2_14891c6b: + + # Diya "What do you mean why not. It'd look so dumb." + Diya "Cómo que por qué no. Se vería tan tonto." + +# game/2_diya.rpy:2146 +translate spanish morning2_657662e5: + + # Akarsha "But it'd be convenient!" + Akarsha "¡Pero sería conveniente!" + +# game/2_diya.rpy:2149 +translate spanish morning2_ada1fd00: + + # Diya "How would they fit the batting helmet over it?" + Diya "¿Cómo se colocarían el caso de bateo encima?" + +# game/2_diya.rpy:2152 +translate spanish morning2_c4f4767d: + + # Akarsha "They can mold their hair into the batting helmet shape when they're on offense." + Akarsha "Pueden moldear su pelo en forma de casco de bateo cuando estén en ofensiva." + +# game/2_diya.rpy:2155 +translate spanish morning2_da87f06c: + + # Diya "What kind of weirdo would do that." with sshake + Diya "Qué tipo de rarito haría eso." with sshake + +# game/2_diya.rpy:2160 +translate spanish morning2_a3f474cb: + + # "Akarsha grimaces as they reach the school campus." + "Akarsha hace una mueca mientras llegan recinto escolar." + +# game/2_diya.rpy:2162 +translate spanish morning2_4216c318: + + # Akarsha "I have this huge cramp from chasin' you earlier..." + Akarsha "Tengo un calambre enorme por haberte perseguido antes..." + +# game/2_diya.rpy:2163 +translate spanish morning2_b0c5b8c7: + + # Akarsha "I'm all sweaty now too..." + Akarsha "Estoy toda sudada ahora también..." + +# game/2_diya.rpy:2165 +translate spanish morning2_3dfcdbab: + + # Diya "Not my fault. Get in shape." + Diya "No es mi culpa. Ponte en forma." + +# game/2_diya.rpy:2168 +translate spanish morning2_95ec98ba: + + # Akarsha "I'm gonna go wash up and take a tinkle." + Akarsha "Me ire a lavar y echar una meadita." + +# game/2_diya.rpy:2170 +translate spanish morning2_6afaa131: + + # Diya "...Can you not say it like that........" + Diya "...Puedes no decirlo así........" + +# game/2_diya.rpy:2173 +translate spanish morning2_fa6bd99f: + + # Akarsha "Not say it like what?" + Akarsha "¿No decirlo como qué?" + +# game/2_diya.rpy:2175 +translate spanish morning2_330fd07c: + + # Diya "The \"tinkle\" thing." + Diya "Lo de \"echar una meadita.\"" + +# game/2_diya.rpy:2176 +translate spanish morning2_119767d7: + + # Diya "Too descriptive." + Diya "Muy descriptivo." + +# game/2_diya.rpy:2180 +translate spanish morning2_f62cdffe: + + # "Unfortunately, Akarsha is already out of earshot and saunters off without answering." + "Desgraciadamente, Akarsha ya está fuera de alcance y se marcha sin contestar." + +# game/2_diya.rpy:2217 +translate spanish cantGo_930e7787: + + # DiyaT "I need to get my stuff from the locker first." + DiyaT "Primero tengo que sacar mis cosas de mi casillero." + +# game/2_diya.rpy:2223 +translate spanish diyaMinEndConvo_81de1661: + + # "As she opens her locker, Min comes up behind her." + "Cuando ella abre su casillero, Min se le acerca por detrás." + +# game/2_diya.rpy:2228 +translate spanish diyaMinEndConvo_c2f5255a: + + # Min "{font=tamil.ttf}காலை வணக்கம்!{/font}" + Min "{font=tamil.ttf}காலை வணக்கம்!{/font}" + +# game/2_diya.rpy:2232 +translate spanish diyaMinEndConvo_3236f926: + + # Diya "{font=korean.ttf}사랑해...{/font}" + Diya "{font=korean.ttf}사랑해...{/font}" + +# game/2_diya.rpy:2235 +translate spanish diyaMinEndConvo_aa8e1491: + + # Min "........" + Min "........" + +# game/2_diya.rpy:2238 +translate spanish diyaMinEndConvo_177631e3: + + # DiyaT "Min taught me that phrase a long time ago. It means \"hi\" in Korean." + DiyaT "Min me enseñó esa frase hace mucho tiempo. Significa \"hola\" en coreano." + +# game/2_diya.rpy:2240 +translate spanish diyaMinEndConvo_8a7b82de: + + # DiyaT "Maybe she's touched that I still remember it?" + DiyaT "¿Quizás le conmueve que aún lo recuerde?" + +# game/2_diya.rpy:2242 +translate spanish diyaMinEndConvo_f622d2be: + + # "Diya laces their hands together." + "Diya junta las manos de las dos." + +# game/2_diya.rpy:2244 +translate spanish diyaMinEndConvo_1774640e: + + # Diya "I like teaching each other all these phrases." + Diya "Me gusta enseñarnos todas estas frases." + +# game/2_diya.rpy:2245 +translate spanish diyaMinEndConvo_33812e5e: + + # Diya "It's like a secret code." + Diya "Es como un código secreto." + +# game/2_diya.rpy:2248 +translate spanish diyaMinEndConvo_5d8354ad: + + # Min "Yeah! We can even say romantic stuff without other people knowing." + Min "¡Sí! Incluso podemos decir cosas románticas sin los demás se den cuenta." + +# game/2_diya.rpy:2249 +translate spanish diyaMinEndConvo_f8d07367: + + # Min "Like spies." + Min "Como espías." + +# game/2_diya.rpy:2250 +translate spanish diyaMinEndConvo_a48e2ae6: + + # "Min brings Diya's hand to her lips and presses a kiss to her knuckles." + "Min se lleva la mano de Diya a los labios y le coloca un beso en los nudillos." + +# game/2_diya.rpy:2252 +translate spanish diyaMinEndConvo_6b0d3a7e: + + # DiyaT "KGHSFDH?? FGFJH!!!" with sshake + DiyaT "¿¿KGHSFDH?? ¡¡¡FGFJH!!!" with sshake + +# game/2_diya.rpy:2256 +translate spanish diyaMinEndConvo_aaef5a5c: + + # DiyaT "Min is so romantic...She's like a prince..." + DiyaT "Min es tan romántica...Ella es como un príncipe..." + +# game/2_diya.rpy:2258 +translate spanish diyaMinEndConvo_fcdd1960: + + # "Suddenly, Diya realizes how close of a view Min is getting of her hand." + "De repente, Diya se da cuenta de lo cerca que Min está viendo su mano." + +# game/2_diya.rpy:2260 +translate spanish diyaMinEndConvo_95028567: + + # DiyaT "I have hair on my hands and fingers! She's going to see it!" with sshake + DiyaT "¡Tengo pelo en mis manos y dedos! ¡Lo va a ver!" with sshake + +# game/2_diya.rpy:2262 +translate spanish diyaMinEndConvo_07860534: + + # "Diya frantically wrenches her hand out of Min's grip." + "Diya arranca bruscamente su mano del agarre de Min." + +# game/2_diya.rpy:2264 +translate spanish diyaMinEndConvo_3a27df9b: + + # Min "Huh???" + Min "¿¿¿Ah???" + +# game/2_diya.rpy:2265 +translate spanish diyaMinEndConvo_68f8e2f6: + + # Min "What's wrong?" + Min "¿Qué pasa?" + +# game/2_diya.rpy:2267 +translate spanish diyaMinEndConvo_136db9e2: + + # Diya "..........." + Diya "..........." + +# game/2_diya.rpy:2268 +translate spanish diyaMinEndConvo_39d4dc30: + + # DiyaT "I guess Min likes me so much, nothing bad's gonna happen if I tell her." + DiyaT "Supongo que le gusto tanto a Min, que no pasará nada malo si le digo." + +# game/2_diya.rpy:2269 +translate spanish diyaMinEndConvo_d5af1292: + + # Diya "There's hair on my hands...I didn't want you to see..." + Diya "Hay pelo en mis manos...No quería que lo vieras..." + +# game/2_diya.rpy:2271 +translate spanish diyaMinEndConvo_f2a6dcdb: + + # "Min looks utterly dumbfounded." + "Min parece totalmente estupefacta." + +# game/2_diya.rpy:2273 +translate spanish diyaMinEndConvo_d3c8dde3: + + # Min "...What???" + Min "...¿¿¿Qué???" + +# game/2_diya.rpy:2275 +translate spanish diyaMinEndConvo_2117a5f7: + + # Diya "They're hairy. My arms, too. When I wear short sleeves, you can even see it from far away." + Diya "Son peludas. Mis brazos, también. Cuando uso mangas cortas, lo puedes ver hasta de lejos." + +# game/2_diya.rpy:2278 +translate spanish diyaMinEndConvo_c22a7d92: + + # Min "Really? I never noticed." + Min "¿De veras? Nunca lo noté." + +# game/2_diya.rpy:2280 +translate spanish diyaMinEndConvo_4a0e45f0: + + # Diya "??!" with sshake + Diya "¡¿¿??!" with sshake + +# game/2_diya.rpy:2281 +translate spanish diyaMinEndConvo_1b0e7336: + + # DiyaT "I thought Min of all people would've noticed. She spends so much time staring at me." + DiyaT "Pensé que Min más que nadie lo habría notado. Ella pasa mucho tiempo mirándome." + +# game/2_diya.rpy:2283 +translate spanish diyaMinEndConvo_e3564add: + + # Diya "I'll show you, my leg hair is even worse." + Diya "Te mostraré, el pelo de mis piernas es aún peor." + +# game/2_diya.rpy:2285 +translate spanish diyaMinEndConvo_fd795ef3: + + # "Diya nervously rolls up one of her leggings to reveal her hairy legs." + "Diya nerviosamente se arremanga uno de sus leggings para revelar sus piernas peludas." + +# game/2_diya.rpy:2287 +translate spanish diyaMinEndConvo_a84b46bd: + + # Min "I mean, yeah, I see it now...But it's just hair." + Min "Osea, si, ahora lo veo...Pero solo es pelo." + +# game/2_diya.rpy:2290 +translate spanish diyaMinEndConvo_80c2f505: + + # Diya "I'm glad you're not grossed out by it." + Diya "Me alegro de que no te dé asco." + +# game/2_diya.rpy:2291 +translate spanish diyaMinEndConvo_9d298a00: + + # Diya "But it still might make me feel better to shave it." + Diya "Pero igual me haría sentir mejor depilarlo." + +# game/2_diya.rpy:2294 +translate spanish diyaMinEndConvo_646de515: + + # Min "I won't stop you, but you really don't have to..." + Min "No te detendré, pero no es necesario hacerlo..." + +# game/2_diya.rpy:2296 +translate spanish diyaMinEndConvo_277b6091: + + # Min "You're drop-dead gorgeous with or without it." + Min "Eres totalmente preciosa con o sin pelo." + +# game/2_diya.rpy:2298 +translate spanish diyaMinEndConvo_f1ad4b49: + + # Min "Like, think about those poodles you like. The ones with curly hair." + Min "Onda, piensa en esos perros que a ti te gustan. Los con pelo enrulado." + +# game/2_diya.rpy:2300 +translate spanish diyaMinEndConvo_1c63452a: + + # Diya "!!!" + Diya "¡¡¡!!!" + +# game/2_diya.rpy:2302 +translate spanish diyaMinEndConvo_267f14ed: + + # Diya "Carpet dogs." + Diya "Perros alfombra." + +# game/2_diya.rpy:2305 +translate spanish diyaMinEndConvo_816d6628: + + # Min "Yeah, whatever you wanna call them." + Min "Sí, como sea que quieras llamarlos." + +# game/2_diya.rpy:2306 +translate spanish diyaMinEndConvo_bea95af9: + + # Min "They have fur all over their legs, don't they?" + Min "Tienen pelo por todas las patas, ¿o no?" + +# game/2_diya.rpy:2307 +translate spanish diyaMinEndConvo_0b0c9d5d: + + # Min "Doesn't it look so bad and weird when people shave their legs bare?" + Min "¿No es que se ve tan mal y extraño cuando la gente se depila las piernas por completo?" + +# game/2_diya.rpy:2309 +translate spanish diyaMinEndConvo_8050f8f8: + + # Diya "Yeah..." + Diya "Cierto..." + +# game/2_diya.rpy:2312 +translate spanish diyaMinEndConvo_11f63d2c: + + # Min "How's your leg hair any different? It's just a normal part of you, it doesn't make you any less cute." + Min "¿Qué diferencia tiene el pelo de tus piernas? Es solo una parte normal de ti, no te hace menos guapa del todo." + +# game/2_diya.rpy:2314 +translate spanish diyaMinEndConvo_8f357b7c: + + # Diya "I guess that kinda makes sense." + Diya "Supongo que eso tiene sentido." + +# game/2_diya.rpy:2317 +translate spanish diyaMinEndConvo_d16ff837: + + # Min "It makes total sense! It's the other way around that doesn't make sense!" with sshake + Min "¡Tiene todo el sentido! ¡Es al revés lo que no tiene sentido!" with sshake + +# game/2_diya.rpy:2318 +translate spanish diyaMinEndConvo_6c65873c: + + # Min "It really pisses me off when I notice all the crap the world tries to force on girls." + Min "De verdad me enfurece ver toda la porquería que el mundo intenta imponer en las chicas." + +# game/2_diya.rpy:2320 +translate spanish diyaMinEndConvo_4d50b6bc: + + # DiyaT "Min gets really fired up when she talks about this stuff." + DiyaT "Min se enardece mucho hablando de este tipo de cosas." + +# game/2_diya.rpy:2323 +translate spanish diyaMinEndConvo_3e066eff: + + # Min "Like this leg and armpit shaving shit, and making them think they have to like pink and have long hair." + Min "Cómo la mierda de depilarse las piernas y axilas, y hacerlas creer que les tiene que gustar el rosado y tener pelo largo." + +# game/2_diya.rpy:2324 +translate spanish diyaMinEndConvo_c681f2e0: + + # Min "If you have a brother like I do, the difference is really obvious." + Min "Si tienes un hermano como yo, la diferencia es realmente obvia." + +# game/2_diya.rpy:2325 +translate spanish diyaMinEndConvo_78d225e3: + + # Min "It's all fake." + Min "Es todo una mentira." + +# game/2_diya.rpy:2327 +translate spanish diyaMinEndConvo_ce39401c: + + # DiyaT "Min is so smart..." + DiyaT "Min es tan inteligente..." + +# game/2_diya.rpy:2329 +translate spanish diyaMinEndConvo_6b6719e3: + + # Diya "Thanks. I feel a little better now." + Diya "Gracias. Me siento un poco mejor ahora." + +# game/2_diya.rpy:2332 +translate spanish diyaMinEndConvo_8db41a79: + + # Min "Good." + Min "Qué bueno." + +# game/2_diya.rpy:2333 +translate spanish diyaMinEndConvo_d50af330: + + # Min "If anyone makes fun of you for it, I'll kill...I mean, be really, really mean to them." + Min "Si alguien se burla de ti por ello, los mata...digo, seré muy, muy cruel con ellos." + +# game/2_diya.rpy:2335 +translate spanish diyaMinEndConvo_b27556f2: + + # DiyaT "No one's around right now...I really wanna kiss her..." + DiyaT "No hay nadie alrededor ahora mismo...Realmente quiero besarla..." + +# game/2_diya.rpy:2337 +translate spanish diyaMinEndConvo_83d366a4: + + # "Diya leans in, and Min catches her lips in a fierce kiss." + "Diya se inclina, y Min atrapa sus labios con un feroz beso." + +# game/2_diya.rpy:2338 +translate spanish diyaMinEndConvo_ea12b625: + + # "When they break apart, Min looks very proud of herself." + "Cuando se separan, Min parece muy orgullosa de sí misma." + +# game/2_diya.rpy:2340 +translate spanish diyaMinEndConvo_5c6d234f: + + # Min "Notice anything different?" + Min "¿Notas algo distinto?" + +# game/2_diya.rpy:2342 +translate spanish diyaMinEndConvo_d4a222d8: + + # DiyaT "That was a really nice kiss? But I have no idea what she's talking about..." + DiyaT "¿Ese fue un beso muy bonito? Pero no tengo idea de qué está hablando..." + +# game/2_diya.rpy:2345 +translate spanish diyaMinEndConvo_10cd38a3: + + # Min "I got rid of the rest of my cigarettes!" + Min "¡Me deshice del resto de mis cigarrillos!" + +# game/2_diya.rpy:2347 +translate spanish diyaMinEndConvo_74181b05: + + # Diya "You threw them away?" + Diya "¿Los tiraste a la basura?" + +# game/2_diya.rpy:2350 +translate spanish diyaMinEndConvo_a4e68f4a: + + # Min "No way, I sold them to some junior for fifteen bucks." with sshake + Min "De ninguna manera, se los vendí a un tipo de tercer año por 15 pavos." with sshake + +# game/2_diya.rpy:2352 +translate spanish diyaMinEndConvo_804d9770: + + # Diya "That's not good..." + Diya "Eso no es bueno..." + +# game/2_diya.rpy:2355 +translate spanish diyaMinEndConvo_4254a4c1: + + # Min "Well, at least it's not me smoking them anymore." + Min "Bueno, al menos ya no soy yo quien los fuma." + +# game/2_diya.rpy:2357 +translate spanish diyaMinEndConvo_1fcb1ecd: + + # Diya "That's true...Was it hard to quit?" + Diya "Eso es cierto...¿Fue difícil dejarlos?" + +# game/2_diya.rpy:2360 +translate spanish diyaMinEndConvo_0867727d: + + # Min "I mean, it's not like I was addicted, so it wasn't that bad." + Min "Osea, no es como que estuviera adicta, así que no fue tan terrible." + +# game/2_diya.rpy:2362 +translate spanish diyaMinEndConvo_88d433a4: + + # DiyaT "I was a little worried she wouldn't listen, but now that she did, I almost feel guilty." + DiyaT "Estaba un poco preocupada de que no me escuchara, pero ahora que lo hizo, me siento hasta culpable." + +# game/2_diya.rpy:2364 +translate spanish diyaMinEndConvo_35d02abf: + + # Diya "Thanks..." + Diya "Gracias..." + +# game/2_diya.rpy:2365 +translate spanish diyaMinEndConvo_f67c5f87: + + # Diya "...But I feel a bit bad I made you change just for me." + Diya "...Pero me siento un poco mal de que hiciste el cambio solo por mí." + +# game/2_diya.rpy:2368 +translate spanish diyaMinEndConvo_64f35087: + + # Min "Huh?" + Min "¿Ah?" + +# game/2_diya.rpy:2369 +translate spanish diyaMinEndConvo_13b366e4: + + # Min "You didn't make me do anything. I decided to quit 'cause I figured it'd make me happier if I got to kiss you more." + Min "No me hiciste hacer nada. Decidí dejarlos porque supuse que me haría más feliz si conseguía besarte más." + +# game/2_diya.rpy:2372 +translate spanish diyaMinEndConvo_42201239: + + # Min "Noelle kept sending me these annoying as fuck studies gloating that she was gonna live longer than me, too." + Min "Noelle no paraba de enviarme esos estudios molestos de mierda regodeando de que ella iba a vivir más que yo, también." + +# game/2_diya.rpy:2373 +translate spanish diyaMinEndConvo_cfd780dc: + + # Min "Honestly, it was worth it just to make her shut up about it." + Min "Honestamente, el solo hecho de hacer que se calle ya valió la pena." + +# game/2_diya.rpy:2375 +translate spanish diyaMinEndConvo_29783615: + + # Diya "But still...If you weren't dating me, you wouldn't have quit." + Diya "Pero aún así...Si no estuvieras saliendo conmigo, no los habrías dejado." + +# game/2_diya.rpy:2378 +translate spanish diyaMinEndConvo_1bc44a26: + + # Min "I guess not?" + Min "¿Supongo que no?" + +# game/2_diya.rpy:2379 +translate spanish diyaMinEndConvo_a61fe60c: + + # Min "But isn't that what people mean when they say a couple's good for each other?" + Min "¿Pero no es eso a lo que se refiere la gente con que una pareja es buena el uno para el otro?" + +# game/2_diya.rpy:2380 +translate spanish diyaMinEndConvo_36c72f10: + + # Min "Like, they bring out the best in each other." + Min "Onda, sacan lo mejor de sí mismos." + +# game/2_diya.rpy:2382 +translate spanish diyaMinEndConvo_b3ac2b8b: + + # Diya "Oh." + Diya "Oh." + +# game/2_diya.rpy:2383 +translate spanish diyaMinEndConvo_78a18d97: + + # Diya "I guess people do say that too." + Diya "Supongo que la gente dice eso también." + +# game/2_diya.rpy:2385 +translate spanish diyaMinEndConvo_66235dac: + + # Diya "I'm happy you quit. Think I'm just not used to being listened to like this." + Diya "Me alegro de que los hayas dejado. Solo creo que no estoy acostumbrada a que escuchen así." + +# game/2_diya.rpy:2388 +translate spanish diyaMinEndConvo_ba6140bb: + + # Min "I mean, I'd be a pretty shitty girlfriend if I didn't care when something was bothering you." + Min "Osea, sería una novia bastante de mierda si no me preocupara cuando algo te está molestando." + +# game/2_diya.rpy:2390 +translate spanish diyaMinEndConvo_f4f40a1d: + + # Min "I know you'd do the same for me." + Min "Sé que harías lo mismo por mí." + +# game/2_diya.rpy:2392 +translate spanish diyaMinEndConvo_053f6060: + + # Diya "That's true." + Diya "Eso es verdad." + +# game/2_diya.rpy:2393 +translate spanish diyaMinEndConvo_adcb5031: + + # Diya "I can't believe that worked. I'm glad I said something." + Diya "No puedo creer que funcionó. Menos mal que dije algo." + +# game/2_diya.rpy:2395 +translate spanish diyaMinEndConvo_e629b0d2: + + # Diya "........" + Diya "........" + +# game/2_diya.rpy:2396 +translate spanish diyaMinEndConvo_4ded6921: + + # Diya "But isn't it common sense? That you can't change people." + Diya "¿Pero no es sentido común? De que no puedes cambiar a las personas." + +# game/2_diya.rpy:2399 +translate spanish diyaMinEndConvo_d9cf79f9: + + # Min "Huh? That sounds so cynical." + Min "¿Ah? Eso suena tan cínico." + +# game/2_diya.rpy:2401 +translate spanish diyaMinEndConvo_37476970: + + # Diya "But sometimes it does happen. Sometimes you want someone to change, and they won't." + Diya "Pero a veces si que pasa. Cuando quieres que alguien cambie, y no lo hace." + +# game/2_diya.rpy:2404 +translate spanish diyaMinEndConvo_c6b3b7a1: + + # Min "I mean, I guess it's TECHNICALLY true. You can't change people." + Min "Osea, supongo que TÉCNICAMENTE es verdad. No puedes cambiar a las personas." + +# game/2_diya.rpy:2405 +translate spanish diyaMinEndConvo_566bc3e4: + + # Min "All you can do is tell them how they make you feel, and then it's up to them to change." + Min "Todo lo que puedes hacer es decirles como te sientes, y luego ya depende de ellos cambiar." + +# game/2_diya.rpy:2406 +translate spanish diyaMinEndConvo_538c9a32: + + # Min "Some people will make that leap for you, but others won't." + Min "Algunas personas harán ese salto por ti, pero otras no." + +# game/2_diya.rpy:2408 +translate spanish diyaMinEndConvo_8050f8f8_1: + + # Diya "Yeah..." + Diya "Básicamente..." + +# game/2_diya.rpy:2409 +translate spanish diyaMinEndConvo_88c2bed4: + + # Diya "I think I just need to make my peace with that." + Diya "Creo que tengo que hacer las paces con eso." + +# game/2_diya.rpy:2412 +translate spanish diyaMinEndConvo_d1f2d431: + + # Min "I'll always make that leap for you!" + Min "¡Yo siempre haré ese salto por ti!" + +# game/2_diya.rpy:2413 +translate spanish diyaMinEndConvo_7b76a3c2: + + # Min "Even if it was from a car to a truck while they're still driving really fast, like in The Matrix." + Min "Incluso si tiene que ser de un auto a un camión mientras manejan muy rápido, como en Matrix." + +# game/2_diya.rpy:2415 +translate spanish diyaMinEndConvo_a96e8bcc: + + # Diya "...That sounds scary. I hope that never happens." + Diya "...Eso suena aterrador. Espero que eso nunca ocurra." + +# game/2_diya.rpy:2418 +translate spanish diyaMinEndConvo_9d68a281: + + # Min "But I wouldn't get hurt at all, and I'd look really badass doing it." + Min "Pero no me lastimaré en absoluto, y me vería muy genial haciéndolo." + +# game/2_diya.rpy:2421 +translate spanish diyaMinEndConvo_2803168a: + + # Diya "You already look badass doing normal stuff like pitching. Why this." + Diya "Ya te ves genial haciendo cosas normales como lanzar pelotas de béisbol. Por qué esto." + +# game/2_diya.rpy:2423 +translate spanish diyaMinEndConvo_78ed2cb2: + + # "Diya's heartrate quickens with excitement as Min pulls her into another kiss." + "El ritmo cardíaco de Diya se acelera con emoción cuando Min tira de ella para darle otro beso." + +# game/2_diya.rpy:2429 +translate spanish diyaMinEndConvo_7ddf12d7: + + # "Diya shudders as Min slips a hand up her shirt, sliding her warm palm across the small of her back." + "Diya se estremece cuando Min mete una mano por su camisa, deslizando su cálida palma por la parte baja de su espalda." + +# game/2_diya.rpy:2431 +translate spanish diyaMinEndConvo_f6505d80: + + # DiyaT "GFKJGJK;LKK????????" with sshake + DiyaT "¿¿¿¿¿¿¿¿GFKJGJK;LKK????????" with sshake + +# game/2_diya.rpy:2434 +translate spanish diyaMinEndConvo_9f7b91ba: + + # Min "Is this okay?" + Min "¿Está bien esto?" + +# game/2_diya.rpy:2436 +translate spanish diyaMinEndConvo_6276c5a5: + + # Diya "................" + Diya "................" + +# game/2_diya.rpy:2438 +translate spanish diyaMinEndConvo_136847bb: + + # "Min's hand is hot against her bare skin." + "La mano de Min está caliente contra su piel desnuda." + +# game/2_diya.rpy:2440 +translate spanish diyaMinEndConvo_56f36eec: + + # DiyaT "Once you get over the initial shock of it, it feels nice..." + DiyaT "Una vez superas el shock inicial, se siente bien..." + +# game/2_diya.rpy:2444 +translate spanish diyaMinEndConvo_0f19fde4: + + # Min "Want me to stop?" + Min "¿Quieres que me detenga?" + +# game/2_diya.rpy:2445 +translate spanish diyaMinEndConvo_aabc4abc: + + # "Diya shakes her head, hiding her burning face in the crook of Min's neck." + "Diya niega con la cabeza, ocultando su rostro ardiente en el cuello de Min." + +# game/2_diya.rpy:2446 +translate spanish diyaMinEndConvo_8b539179: + + # "Min withdraws her hand, looking uncertain." + "Min retira la mano, con aire inseguro." + +# game/2_diya.rpy:2448 +translate spanish diyaMinEndConvo_31dc688e: + + # Min "I'm not gonna do it unless you say you want me to." + Min "No voy a hacerlo a menos que digas que quieres que lo haga." + +# game/2_diya.rpy:2450 +translate spanish diyaMinEndConvo_03c3af3b: + + # DiyaT "I just need to spit it out...It's not fair to always make her guess whether I'm having fun or not." + DiyaT "Solo necesito decirlo...No es justo que siempre la haga adivinar si me estoy divirtiendo o no." + +# game/2_diya.rpy:2451 +translate spanish diyaMinEndConvo_0fa9844c: + + # DiyaT "Even if she's good at it, I need to help her out sometimes..." + DiyaT "Aunque se le dé bien, a veces tengo que ayudarla..." + +# game/2_diya.rpy:2452 +translate spanish diyaMinEndConvo_8a11162c: + + # DiyaT "It's just Min, nothing bad's gonna happen..." + DiyaT "Solo es Min, nada malo va a pasar..." + +# game/2_diya.rpy:2454 +translate spanish diyaMinEndConvo_574bf6ef: + + # Diya "...Please don't stop..." + Diya "...Por favor no pares..." + +# game/2_diya.rpy:2456 +translate spanish diyaMinEndConvo_7972356c: + + # "A wicked grin crosses Min's face, sending a rush of heat through Diya's body." + "Una sonrisa perversa se dibuja en el rostro de Min, provocando una ráfaga de calor en el cuerpo de Diya." + +# game/2_diya.rpy:2458 +translate spanish diyaMinEndConvo_12ac997d: + + # Min "Good. Then I won't." + Min "Bien. Entonces no lo haré." + +# game/2_diya.rpy:2461 +translate spanish diyaMinEndConvo_749b6429: + + # Noelle "May I PLEASE get my textbooks?" with sshake + Noelle "¿Puedo POR FAVOR sacar mis libros de texto?" with sshake + +# game/2_diya.rpy:2462 +translate spanish diyaMinEndConvo_716fff95: + + # Noelle "You're blocking the locker." + Noelle "Están bloqueando el casillero." + +# game/2_diya.rpy:2464 +translate spanish diyaMinEndConvo_e3900d78: + + # Diya "!!! Sorry." with sshake + Diya "¡¡¡!!! Lo siento." with sshake + +# game/2_diya.rpy:2473 +translate spanish momApology_c01cb1b7: + + # "That evening, Diya is doing her homework when her bedroom door opens." + "Esa tarde, Diya está haciendo su tarea cuando se abre la puerta de su habitación." + +# game/2_diya.rpy:2476 +translate spanish momApology_04647dcf: + + # Amma "............." + Amma "............." + +# game/2_diya.rpy:2478 +translate spanish momApology_93212e9d: + + # Diya "............." + Diya "............." + +# game/2_diya.rpy:2481 +translate spanish momApology_112eeabc: + + # "Her mom silently places a bowl of sliced mango on Diya's desk and leaves the room." + "Su madre silenciosamente coloca un tazón de rodajas de mango sobre el escritorio de Diya y sale de la habitación." + +# game/2_diya.rpy:2482 +translate spanish momApology_a0fc5322: + + # "Diya nibbles on the fruit and continues working on her assignment." + "Diya mordisquea la fruta y sigue trabajando en su tarea." + +# game/2_diya.rpy:2484 +translate spanish momApology_93212e9d_1: + + # Diya "............." + Diya "............." + +translate spanish strings: + + # game/2_diya.rpy:30 + old "3rd grade" + new "Tercer grado" + + # game/2_diya.rpy:252 + old "6 years later" + new "6 años después" + + # game/2_diya.rpy:255 + old "After baseball practice" + new "Después de la práctica de béisbol" + + # game/2_diya.rpy:372 + old "Pop song" + new "Canción de pop" + + # game/2_diya.rpy:482 + old "Count sheep" + new "Contar ovejas" + + # game/2_diya.rpy:482 + old "Take deep, calming breaths" + new "Respirar profunda y calmadamente" + + # game/2_diya.rpy:482 + old "Imagine being hugged by Min" + new "Imaginar ser abrazada por Min" + + # game/2_diya.rpy:572 + old "{cps=0}Her morning routine includes lying in bed for ten minutes thinking about how tired she is. {/cps}" + new "{cps=0}Su rutina de las mañanas incluye tumbarse en la cama durante diez minutos pensando en lo cansada que está. {/cps}" + + # game/2_diya.rpy:572 + old "Do it" + new "Hazlo" + + # game/2_diya.rpy:591 + old "Check your computer" + new "Revisar tu computador" + + # game/2_diya.rpy:685 + old "Nothing" + new "Nada" + + # game/2_diya.rpy:685 + old "It dies" + new "Se muere" + + # game/2_diya.rpy:685 + old "Why..." + new "Por qué..." + + # game/2_diya.rpy:820 + old "Use locker" + new "Usar casillero" + + # game/2_diya.rpy:886 + old "Take the water bottle" + new "Tomar la botella" + + # game/2_diya.rpy:939 + old "Get your school stuff" + new "Recoger tu material escolar" + + # game/2_diya.rpy:949 + old "Look in Noelle's lunchbox" + new "Ver dentro de la lonchera de Noelle" + + # game/2_diya.rpy:958 + old "Take Valentine's Day card" + new "Tomar la carta de San Valentín" + + # game/2_diya.rpy:967 + old "Look at rosin" + new "Ver la resina" + + # game/2_diya.rpy:976 + old "Close locker door" + new "Cerrar la puerta del casillero" + + # game/2_diya.rpy:1421 + old "After school" + new "Después de clase" + + # game/2_diya.rpy:1838 + old "The next day" + new "El día siguiente" + + # game/2_diya.rpy:1853 + old "{cps=0}Her morning routine includes lying in bed for 10 minutes thinking about how tired she is. {/cps}" + new "{cps=0}Su rutina de las mañanas incluye tumbarse en la cama por 10 minutos pensando en lo cansada que está. {/cps}" + + # game/2_diya.rpy:2226 + old "Good morning!" + new "¡Buenos días!" + diff --git a/game/tl/spanish/3_min.rpy b/game/tl/spanish/3_min.rpy new file mode 100644 index 0000000..966bdf7 --- /dev/null +++ b/game/tl/spanish/3_min.rpy @@ -0,0 +1,8070 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +# game/3_min.rpy:40 +translate spanish min3_190a7661: + + # NPC "Don't get too close to the water!" + NPC "¡No se acerquen demasiado al agua!" + +# game/3_min.rpy:42 +translate spanish min3_6279ba71: + + # Min "Oh, c'mon! What's the point of a field trip to a bayou if we don't even get to splash around in it a little?" + Min "¡Oh, vamos! ¿Cuál es el punto de una excursión a un pantano si ni siquiera podemos chapotear un poco en él?" + +# game/3_min.rpy:45 +translate spanish min3_65177aed: + + # Jun "I mean, there might be alligators in there...It's probably dangerous." + Jun "Osea, podrían haber caimanes ahí...Probablemente sea peligroso." + +# game/3_min.rpy:47 +translate spanish min3_71b45864: + + # "Min sullenly trudges along the edge of the bayou with the rest of her classmates." + "Min camina hoscamente por la orilla del pantano con el resto de sus compañeros." + +# game/3_min.rpy:49 +translate spanish min3_ebbd26cd: + + # MinT "I miss California..." + MinT "Echo de menos California..." + +# game/3_min.rpy:50 +translate spanish min3_ee506316: + + # MinT "We just moved here a couple months ago." + MinT "Nos acabamos de mudar aquí hace un par de meses." + +# game/3_min.rpy:51 +translate spanish min3_27422de2: + + # MinT "Before, the only white people I knew were Hayden and my teachers." + MinT "Antes, los únicos blancos que conocía eran Hayden y mis profesores." + +# game/3_min.rpy:52 +translate spanish min3_387d7847: + + # MinT "But now, everyone single kid in our class is white except me and Jun." + MinT "Pero ahora, casi todos los chicos en nuestra clase son blancos excepto Jun y yo." + +# game/3_min.rpy:53 +translate spanish min3_6847e8b3: + + # MinT "I can't believe Hayden was right! Our school in California really {i}wasn't{/i} anything like the rest of America." + MinT "¡No puedo creer que Hayden tenía razón! Nuestra escuela en California {i}no{/i} era nada como el resto de America." + +# game/3_min.rpy:55 +translate spanish min3_3e86b676: + + # NPC "This bayou has a lot of biodiversity. Does anyone know what that means?" + NPC "Este pantano tiene mucha biodiversidad. ¿Alguien sabe lo que eso significa?" + +# game/3_min.rpy:56 +translate spanish min3_192cdb2a: + + # "Jun-seo raises his hand. Their teacher pauses awkwardly before nodding to him." + "Jun-seo levanta la mano. Su profesora hace una pausa incómoda antes de asentirle a él." + +# game/3_min.rpy:57 +translate spanish min3_0c0d22fe: + + # NPC "Er, sorry, how do you pronounce your name again?" + NPC "Em, lo siento, ¿cómo se pronunciaba tu nombre devuelta?" + +# game/3_min.rpy:59 +translate spanish min3_f354d953: + + # Jun "Jun-seo." + Jun "Jun-seo." + +# game/3_min.rpy:60 +translate spanish min3_bf6cde1f: + + # NPC "Can you repeat that?" + NPC "¿Puedes repetir eso?" + +# game/3_min.rpy:61 +translate spanish min3_51c9f761: + + # Jun "Yeah, Jun-seo." + Jun "Claro, Jun-seo." + +# game/3_min.rpy:62 +translate spanish min3_fb9f138b: + + # "She nods with her brows furrowed, still looking lost." + "Ella asiente con las cejas fruncidas, aún con la mirada perdida." + +# game/3_min.rpy:64 +translate spanish min3_0880fe2b: + + # NPC "Uh...Is it okay if I call you John instead?" + NPC "Eh...¿Está bien si en su lugar te llamo John?" + +# game/3_min.rpy:66 +translate spanish min3_9d85e579: + + # Jun "...Okay..." + Jun "...Bueno..." + +# game/3_min.rpy:68 +translate spanish min3_7579ce34: + + # Min "Okay??!" with sshake + Min "¡¿¿Bueno??!" with sshake + +# game/3_min.rpy:70 +translate spanish min3_b5abe017: + + # "Looking embarrassed, Jun ignores her and answers the question like nothing happened." + "Con cara avergonzada, Jun la ignora y responde la pregunta como si nada hubiera pasado." + +# game/3_min.rpy:72 +translate spanish min3_d870e57c: + + # Jun "Biodiversity is when there's a lot of different kinds of plants and animals living somewhere." + Jun "La biodiversidad es cuando hay varios tipos de plantas y animales viviendo en un lugar." + +# game/3_min.rpy:74 +translate spanish min3_dbeef711: + + # NPC "That's right, John!" + NPC "¡Así es, John!" + +# game/3_min.rpy:75 +translate spanish min3_fd3e7f35: + + # NPC "A variety of animals thrive in this habitat...Let's see which ones we can spot from here." + NPC "Una gran variedad de animales prosperan en este hábitat...Veamos cuáles podemos ver desde aquí." + +# game/3_min.rpy:76 +translate spanish min3_51ebcca6: + + # NPC "Yes, Sarah?" + NPC "¿Dime, Sarah?" + +# game/3_min.rpy:78 +translate spanish min3_59a5e928: + + # NPC2 "I see a fish in the water!" + NPC2 "¡Veo un pez en el agua!" + +# game/3_min.rpy:79 +translate spanish min3_23a9106b: + + # "Min hisses to her twin under her breath as the lesson continues." + "Min le sisea a su gemelo en voz baja mientras la lección continúa." + +# game/3_min.rpy:81 +translate spanish min3_fc4d73eb: + + # Min "What was that?! Now the teacher's gonna think it's ok to call me Minnie or something!" with sshake + Min "¡¿Qué fue eso?! ¡Ahora la profesora va a pensar que está bien llamarme Minnie o algo así!" with sshake + +# game/3_min.rpy:82 +translate spanish min3_fec36688: + + # Min "If people start calling me Minnie Mouse, that'll be the absolute worst!" with sshake + Min "Si me comienzan a llamar Minnie Mouse, ¡eso será absolutamente lo peor!" with sshake + +# game/3_min.rpy:85 +translate spanish min3_3c6d7def: + + # Jun "I don't think that's gonna happen..." + Jun "No creo que eso vaya a pasar..." + +# game/3_min.rpy:88 +translate spanish min3_6d6e0c9a: + + # Min "It better not, I hate Minnie Mouse! She's weak and wimpy looking." with sshake + Min "¡Que así sea, odio a Minnie Mouse! Ella es débil y una cobarde." with sshake + +# game/3_min.rpy:89 +translate spanish min3_6b13c43c: + + # Min "I bet if someone punched her in the gut, she'd just DIE." + Min "Apuesto que si alguien le da un puñetazo en la barriga, simplemente se MORIRÍA." + +# game/3_min.rpy:91 +translate spanish min3_c7d1d099: + + # Min "I'll go make the teacher call you the right name." + Min "Voy a hacer que la profesora te llame por tu nombre correcto." + +# game/3_min.rpy:94 +translate spanish min3_62e712b1: + + # Jun "No, don't! I don't wanna make a huge deal out of it." + Jun "¡No, no lo hagas! No quiero hacer un escándalo de esto." + +# game/3_min.rpy:96 +translate spanish min3_0a5185e5: + + # Min "But you SHOULD make a huge deal out of it! It's your name!" + Min "¡Pero DEBERÍAS hacer un escándalo de esto! ¡Es tu nombre!" + +# game/3_min.rpy:99 +translate spanish min3_079a6946: + + # Jun "It's fine, John's close enough..." + Jun "Está bien, John está lo suficientemente cerca." + +# game/3_min.rpy:100 +translate spanish min3_cfaa2157: + + # NPC "It looks like the Ant Walk is ready for us now. Everyone, follow me!" + NPC "Parece que la caminata de hormigas está lista para nosotros ahora. ¡Todos, síganme!" + +# game/3_min.rpy:103 +translate spanish min3_3c260918: + + # "Their class continues down the trail, passing a group from another school. Many of the kids gawk at her and Jun with unabashed curiosity as they pass by." + "La clase continúa bajo el sendero, pasando por un grupo de otra escuela. Muchos de los niños se quedan mirando a Jun y a ella con descarada curiosidad mientras pasan." + +# game/3_min.rpy:104 +translate spanish min3_75e549b6: + + # "One boy pulls his eyes into slits with his fingers as his friends giggle." + "Un chico estira los ojos como ranuras con sus dedos mientras sus amigos se ríen." + +# game/3_min.rpy:106 +translate spanish min3_29764687: + + # NPC2 "Herro!" + NPC2 "¡Horá!" + +# game/3_min.rpy:107 +translate spanish min3_251629be: + + # NPC2 "Me no speak Engrish..." + NPC2 "Yo no hablar Espanol..." + +# game/3_min.rpy:109 +translate spanish min3_b2189fb1: + + # MinT "WHAT THE..." + MinT "PERO QUÉ..." + +# game/3_min.rpy:114 +translate spanish min3_e16e6617: + + # Min "You wanna go, dickhead!? FIGHT ME!" with sshake + Min "¿Te quieres ir, imbécil? ¡PELEA CONMIGO!" with sshake + +# game/3_min.rpy:116 +translate spanish min3_6a0df382: + + # NPC2 "Oh, he's mad! Me no rikey!" + NPC2 "Oh, ¡el estar enojado! ¡A mi no gustar!" + +# game/3_min.rpy:119 +translate spanish min3_be630d44: + + # Min "I DON'T SOUND LIKE THAT! BITCH!!!" with sshake + Min "¡YO NO SUENO ASÍ! ¡¡¡PERRA!!!" with sshake + +# game/3_min.rpy:126 +translate spanish min3_6ee9acba: + + # "Enraged, Min punches the kid in the face!" + "¡Enfurecida, Min golpea al chico en la cara!" + +# game/3_min.rpy:127 +translate spanish min3_2cfe8e7a: + + # "He topples backward! There's a huge splash as he lands on his butt in the shallows of the bayou." + "¡Él cae hacia atrás! Con un gran chapoteo cuando este aterriza de espaldas en las orillas del pantano." + +# game/3_min.rpy:128 +translate spanish min3_d83b58ed: + + # NPC2 "Oof!" with sshake + NPC2 "¡Ay!" with sshake + +# game/3_min.rpy:129 +translate spanish min3_384df7f5: + + # "Min seizes his head before he can get up and dunks it into the muddy water." + "Min le agarra la cabeza antes de que pueda levantarse y la zambulle en el agua fangosa." + +# game/3_min.rpy:132 +translate spanish min3_60179875: + + # Min "Get him, gators!!!" with sshake + Min "¡¡¡A por él, caimanes!!!" with sshake + +# game/3_min.rpy:135 +translate spanish min3_cadfb3f1: + + # Jun "Min, stop it!" + Jun "Min, ¡detente!" + +# game/3_min.rpy:136 +translate spanish min3_02ff3c33: + + # NPC "Hey, get off him!" + NPC "¡Oye, suéltalo!" + +# game/3_min.rpy:149 +translate spanish minDadCarRide_22a315b5: + + # "Min sits seething in the backseat as her dad drives her and Jun home." + "Min se sienta furiosa en el asiento trasero mientras su padre lleva a Jun y a ella a casa." + +# game/3_min.rpy:152 +translate spanish minDadCarRide_226b3ed4: + + # Dad "WHAT'S WRONG WITH YOU!? ARE YOU BRAIN DAMAGED??" with sshake + Dad "¿¡CUÁL ES TU PROBLEMA!? ¿¿TIENES DAÑO CEREBRAL??" with sshake + +# game/3_min.rpy:153 +translate spanish minDadCarRide_46c664c7: + + # Dad "Now look, I have to pick you up in the middle of work because you couldn't behave yourself!" + Dad "¡Ahora mira, los tengo que recoger a mitad del trabajo porque no se pueden comportar!" + +# game/3_min.rpy:155 +translate spanish minDadCarRide_eb9dfbc4: + + # Jun "I was good...I don't see why {i}I{/i} have to be punished, too." + Jun "Yo fui bueno...No entiendo por que {i}yo{/i} tengo que ser castigado, también." + +# game/3_min.rpy:158 +translate spanish minDadCarRide_a26eaef4: + + # Min "I didn't do anything wrong either!" + Min "¡Yo no hice nada malo tampoco!" + +# game/3_min.rpy:161 +translate spanish minDadCarRide_507258e9: + + # Dad "Your teacher said you tried to drown a boy!" + Dad "¡Tu profesora dijo que intentaste ahogar a un niño!" + +# game/3_min.rpy:165 +translate spanish minDadCarRide_7715c50e: + + # Min "HUH?? THAT'S A LIE!!!" with sshake + Min "¿¿AH?? ¡¡¡ESO ES UNA MENTIRA!!!" with sshake + +# game/3_min.rpy:166 +translate spanish minDadCarRide_b5fe93f5: + + # Min "I was only holding him underwater so the alligators would bite him!" + Min "¡Lo estaba manteniendo bajo el agua para que se lo coman los caimanes!" + +# game/3_min.rpy:169 +translate spanish minDadCarRide_0cae7255: + + # Jun "That's not any better..." + Jun "Eso no es nada mejor..." + +# game/3_min.rpy:171 +translate spanish minDadCarRide_f0829b9a: + + # "Their dad curses and lays down the horn as a Honda changes into their lane." + "Su padre maldice y aprieta la bocina cuando un Honda se cruza a su carril." + +# game/3_min.rpy:176 +translate spanish minDadCarRide_29e0b6b4: + + # Dad "{font=korean.ttf}개새끼!{/font} HE CUT ME OFF!" with sshake + Dad "{font=korean.ttf}개새끼!{/font} ¡ME CORTÓ!" with sshake + +# game/3_min.rpy:180 +translate spanish minDadCarRide_cea56fbb: + + # "The car lurches forward with squealing tires. Her dad is racing to catch up to the offending Honda, his eyes wild." + "El coche avanza dando sacudidas con los neumáticos chirriando. Su padre se apresura en alcanzar al Honda infractor, con los ojos enloquecidos." + +# game/3_min.rpy:182 +translate spanish minDadCarRide_091bb1b3: + + # MinT "What's he doing?! He's gone nuts!" + MinT "¡¿Qué está haciendo?! ¡Se ha vuelto loco!" + +# game/3_min.rpy:185 +translate spanish minDadCarRide_f9c0566c: + + # "A horrible cold wash runs down Min's spine as her dad maintains his breakneck speed beside the Honda and lays down the horn." + "Un frío horrible recorre la columna vertebral de Min mientras su padre mantiene su vertiginosa velocidad junto al Honda y aprieta la bocina." + +# game/3_min.rpy:189 +translate spanish minDadCarRide_0e4c2645: + + # Jun "AaaAAAH!" with sshake + Jun "¡AaaAAAH!" with sshake + +# game/3_min.rpy:193 +translate spanish minDadCarRide_475efe46: + + # "Jun screams as their dad violently swerves into the Honda, threatening to collide with them. The other driver is forced to veer off the road to avoid crashing." + "Jun grita mientras su padre se desvía violentamente hacia el Honda, amenazando chocar con este. El otro conductor se ve obligado a desviarse de la carretera para evitar un choque." + +# game/3_min.rpy:197 +translate spanish minDadCarRide_da52f95f: + + # Min "What's wrong with you?!" with sshake + Min "¡¿Qué te pasa?!" with sshake + +# game/3_min.rpy:201 +translate spanish minDadCarRide_0dadc546: + + # Dad "He was at fault! I wasn't going to let him get away with it!" with sshake + Dad "¡Él tenía la culpa! ¡No iba a dejar que se saliera con la suya!" with sshake + +# game/3_min.rpy:204 +translate spanish minDadCarRide_d8f3ae3f: + + # Min "What're you, crazy?! You could've crashed!" with sshake + Min "¡¿Qué?! ¡¿Estás loco?! ¡Te pudiste haber estrellado!" with sshake + +# game/3_min.rpy:208 +translate spanish minDadCarRide_a39afe31: + + # Dad "IT'S YOUR FAULT FOR MAKING ME SO MAD IN THE FIRST PLACE!" with sshake + Dad "¡ES TU CULPA POR HACERME ENOJAR TANTO EN PRIMER LUGAR!" with sshake + +# game/3_min.rpy:210 +translate spanish minDadCarRide_06d6aa68: + + # Dad "IT'S BULLSHIT! HOW COME NO ONE ELSE HAS KIDS AS BRAIN DAMAGED AS YOU?!" with sshake + Dad "¡ES UNA MIERDA! ¡¿COMO ES QUE NADIE MÁS TIENE HIJOS TAN DAÑADOS CEREBRALMENTE COMO USTEDES?!" with sshake + +# game/3_min.rpy:211 +translate spanish minDadCarRide_3ceb223f: + + # Dad "Disrespect me again and I'll really make you regret it!" + Dad "¡Fáltame el respeto devuelta y haré que te arrepientas de verdad!" + +# game/3_min.rpy:213 +translate spanish minDadCarRide_1c85a2e3: + + # "Min remembers the time her dad threw a three pound paperweight at her head because she cut her hair short, and goes quiet." + "Min recuerda la vez en la que su padre le tiró un pisapapeles de un kilo a la cabeza por cortarse el pelo corto, y se calla." + +# game/3_min.rpy:215 +translate spanish minDadCarRide_cd0ceb9b: + + # "Fuming, her dad pulls over on the side of the road so he can focus on yelling at them." + "Furioso, su padre se detiene a un lado de la carretera para poder concentrarse en gritarles." + +# game/3_min.rpy:217 +translate spanish minDadCarRide_5d59fcfb: + + # Dad "Tomorrow at school, you say sorry to your teacher for causing so much trouble!" with sshake + Dad "Mañana en la escuela, ¡le pedirás perdón a tu profesora por haber causado tantos problemas!" with sshake + +# game/3_min.rpy:221 +translate spanish minDadCarRide_58eba440: + + # Min "WHY SHOULD I HAVE TO APOLOGIZE?! I DIDN'T DO ANYTHING WRONG!" with sshake + Min "¡¿POR QUÉ DEBERÍA DISCULPARME?! ¡NO HICE NADA MALO!" with sshake + +# game/3_min.rpy:222 +translate spanish minDadCarRide_8ae02113: + + # Min "That jerk was asking for it! He was being racist and saying we didn't know English!" + Min "¡Ese idiota se lo estaba buscando! ¡Él estaba siendo racista y diciendo que no sabíamos español!" + +# game/3_min.rpy:226 +translate spanish minDadCarRide_22656979: + + # Dad "It doesn't matter what he said! What's gonna happen, you'll lose an arm if you don't hit him?!" with sshake + Dad "¡No importa lo que haya dicho! ¡¿Qué va a pasar, perderás un brazo si no lo golpeas?!" with sshake + +# game/3_min.rpy:227 +translate spanish minDadCarRide_22449170: + + # Dad "Don't go crazy when things like that happen!" + Dad "¡No te vuelvas loca cuando ocurren cosas así!" + +# game/3_min.rpy:230 +translate spanish minDadCarRide_75b5737c: + + # MinT "What about what YOU just did?! You just went ballistic five minutes ago!" + MinT "¡¿Qué pasa con lo que TÚ acabas de hacer?! ¡Te volviste una fiera hace cinco minutos!" + +# game/3_min.rpy:233 +translate spanish minDadCarRide_1362f0aa: + + # Dad "Can't you be more like your brother?" + Dad "¿Por qué no puedes ser más como tu hermano?" + +# game/3_min.rpy:234 +translate spanish minDadCarRide_32a1e6fc: + + # Dad "Jun is so well-behaved." + Dad "Jun es tan bien comportado." + +# game/3_min.rpy:237 +translate spanish minDadCarRide_3bf5b6dc: + + # Min "You don't understand! You weren't there!" + Min "¡Tú no lo entiendes! ¡No estuviste ahí!" + +# game/3_min.rpy:240 +translate spanish minDadCarRide_34185c04: + + # Dad "You think you're the only one who's had a hard time in the world?!" with sshake + Dad "¿¡Crees que eres la única que lo ha pasado mal en el mundo?!" with sshake + +# game/3_min.rpy:241 +translate spanish minDadCarRide_3c36f258: + + # Dad "People wouldn't even hire me because of my accent! Who wants a manager who's an immigrant?" + Dad "¡La gente ni siquiera me contrataba por mi acento! ¿Quién quiere a un directivo que es inmigrante?" + +# game/3_min.rpy:242 +translate spanish minDadCarRide_c31fcda9: + + # Dad "When I got rejected from job after job, what was I gonna do? Complain? Cry like a baby?" + Dad "Cuando me rechazaban de un trabajo tras otro, ¿que iba a hacer? ¿Quejarme? ¿Llorar como un bebé?" + +# game/3_min.rpy:244 +translate spanish minDadCarRide_d3779d3e: + + # Jun "Why do I have to sit through this lecture, too? I didn't even do anything..." + Jun "¿Por qué tengo que escuchar este sermón, también? Ni siquiera hice nada..." + +# game/3_min.rpy:247 +translate spanish minDadCarRide_d9bef003: + + # Dad "Be quiet, it's an important life lesson. Just listen." + Dad "Quédate callado, es una lección de vida importante. Solo escucha." + +# game/3_min.rpy:248 +translate spanish minDadCarRide_237a82d6: + + # Dad "If I got mad like Min-seo and beat up all the people who rejected me, you know what would've happened?" + Dad "Si me enfadara como Min y golpeara a todos los que me rechazaban, ¿saben lo que habría pasado?" + +# game/3_min.rpy:249 +translate spanish minDadCarRide_7003c942: + + # Dad "I would've landed in jail and you'd all starve to death!" + Dad "¡Habría ido a parar a la cárcel y todos ustedes morirían de hambre!" + +# game/3_min.rpy:250 +translate spanish minDadCarRide_e7a6ff1f: + + # Dad "But that's not what happened. Instead I just worked harder." + Dad "Pero eso no es lo que pasó. A cambio solo trabajé más duro." + +# game/3_min.rpy:251 +translate spanish minDadCarRide_71282329: + + # Dad "I got certifications, studied day and night, and got rid of my accent." + Dad "Obtuve certificaciones, estudié día y noche, y me deshice de mi acento." + +# game/3_min.rpy:252 +translate spanish minDadCarRide_a1d6ceb9: + + # Dad "And then I was so much more qualified than all the white guys, companies were forced to see how skilled I was." + Dad "Y entonces estaba mucho más cualificado que todos los tipos blancos, que las empresas se vieron obligadas a ver lo capacitado que era." + +# game/3_min.rpy:253 +translate spanish minDadCarRide_25b59e05: + + # Dad "See? You have to be smart." + Dad "¿Ves? Tienes que ser inteligente." + +# game/3_min.rpy:254 +translate spanish minDadCarRide_5633641d: + + # Dad "Wasting time whining about it is never going to solve anything." + Dad "Perder el tiempo lloriqueando acerca de ello nunca va a resolver nada." + +# game/3_min.rpy:255 +translate spanish minDadCarRide_6b7a16cf: + + # Dad "This is you, whining!" + Dad "¡Esta eres tú, lloriqueando!" + +# game/3_min.rpy:257 +translate spanish minDadCarRide_5c35666c: + + # "Min's dad imitates her in a high-pitched voice." + "El padre de Min la imita con una voz aguda." + +# game/3_min.rpy:259 +translate spanish minDadCarRide_40c66218: + + # Dad "\"Wah, so unfair! No fair!\"" + Dad "\"¡Wah, tan injusto! ¡No es justo!\"" + +# game/3_min.rpy:260 +translate spanish minDadCarRide_6df898cf: + + # Dad "\"Wah! Wahhh! Crybaby!\"" with sshake + Dad "\"¡Wah! ¡Wahhh! ¡Llorona!\"" with sshake + +# game/3_min.rpy:263 +translate spanish minDadCarRide_1b734232: + + # MinT "Someday I'm going to kill you...{w=0.35}Someday I'm going to kill you..." + MinT "Algún día te voy a matar...{w=0.35}Algún día te voy a matar..." + +# game/3_min.rpy:272 +translate spanish iHateDadClub_75aa012c: + + # "At home, Min and Jun hold an emergency meeting in their room." + "En casa, Min y Jun realizan una reunión de emergencia en su habitación." + +# game/3_min.rpy:274 +translate spanish iHateDadClub_1ea6ec33: + + # Jun "This is an emergency meeting of the \"I Hate Dad\" Club." + Jun "Esta en una reunión de emergencia del Club \"Odio a Papá\"." + +# game/3_min.rpy:275 +translate spanish iHateDadClub_a9de3dd2: + + # Jun "Club President and Strike Force Commander Min will read out our agenda today." + Jun "Presidente del Club y Comandante de la Fuerza de Asalto Min leerá nuestra agenda de hoy." + +# game/3_min.rpy:277 +translate spanish iHateDadClub_f2c78cef: + + # Min "Our agenda today is, COMPLAIN ABOUT HOW MUCH DAD SUCKS!!!!!" with sshake + Min "Nuestra agenda hoy es, ¡¡¡¡¡QUEJARSE DE LO MUCHO QUE PAPÁ APESTA!!!!!" with sshake + +# game/3_min.rpy:279 +translate spanish iHateDadClub_d3f0ea0a: + + # Min "If he's so good at not getting mad at work, how come he gets mad at {i}us{/i} all the time?!" with sshake + Min "Si él es tan bueno para no enojarse en el trabajo, ¡¿cómo es que él siempre se enoja con {i}nosotros{/i}?!" with sshake + +# game/3_min.rpy:282 +translate spanish iHateDadClub_0a691eb4: + + # Jun "I mean...I feel like it's all connected." + Jun "Osea...siento que todo está conectado." + +# game/3_min.rpy:284 +translate spanish iHateDadClub_2c14fd61: + + # Min "Whaddya mean?" + Min "¿A qué te refieres?" + +# game/3_min.rpy:287 +translate spanish iHateDadClub_a20e361e: + + # Jun "Maybe he bottles up all his bad feelings at work, so when we do anything, he blows up on us." + Jun "Quizás reprime todos sus malos sentimientos en el trabajo, así que cuando hacemos cualquier cosa, él estalla con nosotros." + +# game/3_min.rpy:288 +translate spanish iHateDadClub_3f17948c: + + # Jun "In his head, maybe it's okay for him to yell at us because he's our dad." + Jun "En su cabeza, quizás está bien para él gritarnos porque es nuestro papá." + +# game/3_min.rpy:291 +translate spanish iHateDadClub_ddafc9e1: + + # Min "Well, he's not allowed to yell at me for getting mad when he's not any better!" with sshake + Min "¡Bueno, él no puede gritarme por haberme enfadado si el no es nada mejor!" with sshake + +# game/3_min.rpy:293 +translate spanish iHateDadClub_dbe900e1: + + # Min "I can't believe he sided with the teacher instead of me! Coward!!" + Min "¡No puedo creer que se haya puesto en el lado de la profesora en vez del mío! ¡¡Cobarde!!" + +# game/3_min.rpy:294 +translate spanish iHateDadClub_109c98fd: + + # Min "I hate racists! They should all die!" + Min "¡Odio a los racistas! ¡Se deberían morir!" + +# game/3_min.rpy:297 +translate spanish iHateDadClub_2b067b6d: + + # Jun "I feel like he had a point about the fight you got into, though..." + Jun "Siento que tiene un buen punto sobre la pelea en la que te metiste, eso sí..." + +# game/3_min.rpy:300 +translate spanish iHateDadClub_fd86a533: + + # Min "WHAT?!! You're demoted!" with sshake + Min "¡¡¿QUÉ?!! ¡Estás rebajado!" with sshake + +# game/3_min.rpy:303 +translate spanish iHateDadClub_38f5b644: + + # Jun "You can't demote me! I'm the Chief Demoter, remember?" + Jun "¡No me puedes rebajar! Soy el Director de Rebajas, ¿recuerdas?" + +# game/3_min.rpy:305 +translate spanish iHateDadClub_ec600dc2: + + # Min "Screw that! You're my own twin and you're betraying me?!" + Min "¡Al diablo con eso! ¡¿Eres mi propio gemelo y me estás traicionando?!" + +# game/3_min.rpy:306 +translate spanish iHateDadClub_2081c598: + + # Min "You were there too! You of all people should get how I feel!" + Min "¡Tu estuviste ahí también! ¡Tú más que nadie debería entender cómo me siento!" + +# game/3_min.rpy:310 +translate spanish iHateDadClub_2f9b3cf7: + + # Jun "It's your fault I got in trouble!" with sshake + Jun "¡Es tu culpa que me metí en problemas!" with sshake + +# game/3_min.rpy:312 +translate spanish iHateDadClub_2e18baae: + + # Jun "Dad's right that we shouldn't react like that to bullies. We should try to be the bigger person." + Jun "Papá tenía la razón de que no deberíamos reaccionar así con los que nos molestan. Deberíamos intentar ser la persona más madura." + +# game/3_min.rpy:315 +translate spanish iHateDadClub_584dd09f: + + # Min "NO!!! THEY HAVE TO DIE!!!" with sshake + Min "¡¡¡NO!!! ¡¡¡SE TIENEN QUE MORIR!!!" with sshake + +# game/3_min.rpy:316 +translate spanish iHateDadClub_6fb1d509: + + # Min "If other people are bad, we should get to be just as bad." + Min "Si los demás son malos, entonces nosotros deberíamos ser igual de malos." + +# game/3_min.rpy:319 +translate spanish iHateDadClub_9337c469: + + # Jun "Didn't you learn anything today?! We don't {i}get{/i} to be bad!" + Jun "¡¿No aprendiste nada hoy?! ¡No {i}podemos{/i} ser malos!" + +# game/3_min.rpy:320 +translate spanish iHateDadClub_87dfd45d: + + # Jun "It'll just get us in trouble!" + Jun "¡Sólo nos meterá en problemas!" + +# game/3_min.rpy:321 +translate spanish iHateDadClub_60b5f091: + + # Jun "And when you talk back to Dad, it just makes him go crazy! When're you gonna learn?" + Jun "Y cuando le hablas devuelta a papá, ¡solo lo hace volverse loco! ¿Cuándo vas a aprender?" + +# game/3_min.rpy:323 +translate spanish iHateDadClub_333d174a: + + # MinT "He's just like Mom. How come no one will stand up against him except me?" + MinT "Él es igual que mamá. ¿Cómo es que nadie se va a parar en su contra excepto yo?" + +# game/3_min.rpy:325 +translate spanish iHateDadClub_4b85dc60: + + # Min "What's your idea then, genius? Be a wimpy loser like him??" + Min "¿Cuál es tu idea entonces, genio? ¿¿Ser un perdedor debilucho como él??" + +# game/3_min.rpy:328 +translate spanish iHateDadClub_35b09fd3: + + # Jun "I dunno..." + Jun "No lo sé..." + +# game/3_min.rpy:329 +translate spanish iHateDadClub_4fb7e02a: + + # Jun "Maybe if we just laugh along, the other kids will wanna be our friends." + Jun "Tal vez si sólo nos reímos, los otros chicos van a querer ser nuestros amigos." + +# game/3_min.rpy:331 +translate spanish iHateDadClub_8683854e: + + # Min "..........." + Min "..........." + +# game/3_min.rpy:351 +translate spanish forum_4c75dc1d: + + # Diya "Min. Can you act?" + Diya "Min. ¿Puedes actuar?" + +# game/3_min.rpy:354 +translate spanish forum_30974b76: + + # Min "I guess. Why?" + Min "Supongo. ¿Por qué?" + +# game/3_min.rpy:356 +translate spanish forum_82b5c54f: + + # Diya "Can you be in a video we're making? For English." + Diya "¿Puedes estar en un video que estamos haciendo? Para la clase de Español." + +# game/3_min.rpy:358 +translate spanish forum_ac8c281d: + + # Min "Sure, what's the video?" + Min "Claro, ¿de qué es el video?" + +# game/3_min.rpy:360 +translate spanish forum_8612b787: + + # "Diya reties her ponytail, but most of her short hair immediately falls out of the elastic and ends up framing her face." + "Diya se anuda de nuevo su coleta, pero gran parte de su pelo corto inmediatamente se sale del elástico y acaban enmarcándole la cara." + +# game/3_min.rpy:361 +translate spanish forum_105bd59f: + + # "Min gently tucks a curly lock behind Diya's ear, making her girlfriend blush as her fingertips brush her skin." + "Min coloca suavemente un mechón ondulado detrás de la oreja de Diya, haciendo que su novia se sonroje mientras roza su piel con las yemas de sus dedos." + +# game/3_min.rpy:366 +translate spanish forum_21d95075: + + # Diya "We have to make a video about current events." + Diya "Tenemos que hacer un video sobre eventos actuales." + +# game/3_min.rpy:367 +translate spanish forum_ccab6fbc: + + # Diya "So we chose saving the gray wolves." + Diya "Así que decidimos salvar a los lobos." + +# game/3_min.rpy:370 +translate spanish forum_9b0c02a5: + + # Min "Who's \"we\"?" + Min "¿Quienes?" + +# game/3_min.rpy:373 +translate spanish forum_c187c340: + + # Akarsha "Us and Noelle." + Akarsha "Nosotras y Noelle." + +# game/3_min.rpy:376 +translate spanish forum_d26232e9: + + # Min "How come you guys keep getting these three person group projects?" + Min "¿Cómo es que ustedes siguen teniendo estos proyectos de a tres?" + +# game/3_min.rpy:377 +translate spanish forum_a6efced4: + + # Min "My teachers usually do groups of four." + Min "Mis profesores usualmente hacen grupos de cuatro." + +# game/3_min.rpy:380 +translate spanish forum_74b34011: + + # Noelle "They {i}are{/i} four person projects. It's just that usually, no one else wants to be in our group." + Noelle "Si {i}son{/i} proyectos de a cuatro. Es solo que usualmente, nadie más quiere estar en nuestro grupo." + +# game/3_min.rpy:383 +translate spanish forum_23d29ba9: + + # Min "Oh." + Min "Oh." + +# game/3_min.rpy:386 +translate spanish forum_9abf1de4: + + # Diya "That's why we need more people to act out the skit we wrote." + Diya "Por eso es que necesitamos a más personas para hacer la obra que escribimos." + +# game/3_min.rpy:388 +translate spanish forum_fe8b8aba: + + # Noelle "Actually, if we just made a few simple cuts to the script, three people would be more than enough." + Noelle "En realidad, si hiciéramos un par de cortes simples al guión, tres personas sería más que suficiente." + +# game/3_min.rpy:389 +translate spanish forum_12a19419: + + # Noelle "Your feelings on the subject matter are distorting your judgement." + Noelle "Tus sentimientos sobre el tema están distorsionando tu juicio." + +# game/3_min.rpy:391 +translate spanish forum_21db1bee: + + # Diya "No. We need three people for the wolf family alone." + Diya "No. Necesitamos tres personas solo para la familia de lobos." + +# game/3_min.rpy:394 +translate spanish forum_69c09f0e: + + # Noelle "There's no point in showing an entire family of wolves! Just a single wolf will suffice!" with sshake + Noelle "¡No hay punto en mostrar una familia entera de lobos! ¡Sólo basta con un lobo!" with sshake + +# game/3_min.rpy:396 +translate spanish forum_7b455e87: + + # Diya "No. It's more sad if there's also a mommy and daddy." + Diya "No. Es más triste si hay una mamá y un papá." + +# game/3_min.rpy:398 +translate spanish forum_ffde6a64: + + # Akarsha "Yeah, stop censoring our artistic vision!" + Akarsha "Sí, ¡deja de censurar nuestra visión artística!" + +# game/3_min.rpy:401 +translate spanish forum_4b1df493: + + # Min "I've never seen you two gang up on Noelle like this before." + Min "Nunca las he visto a ustedes dos atacar a Noelle juntas de esta manera." + +# game/3_min.rpy:404 +translate spanish forum_e18d8e19: + + # Diya "It's because she's wrong about this." + Diya "Es porque ella está equivocada en esto." + +# game/3_min.rpy:406 +translate spanish forum_a661cddf: + + # Akarsha "If we're gonna make a video, it's our chance to create a masterpiece!" + Akarsha "Si vamos a hacer un video, ¡es nuestra chance para hacer una obra maestra!" + +# game/3_min.rpy:407 +translate spanish forum_60498574: + + # Akarsha "We can make it so funny!" + Akarsha "¡Lo podemos hacer tan gracioso!" + +# game/3_min.rpy:410 +translate spanish forum_afd2e269: + + # MinT "...Funny? That doesn't sound like the same thing Diya's going for." + MinT "...¿Gracioso? Eso no suena como lo mismo que Diya está tratando de hacer." + +# game/3_min.rpy:413 +translate spanish forum_70b140b7: + + # Akarsha "I want it to be like How to be Ninja." + Akarsha "Quiero que sea parecido a Cómo ser Ninja." + +# game/3_min.rpy:416 +translate spanish forum_b6045cf1: + + # Min "What's that?" + Min "¿Qué es eso?" + +# game/3_min.rpy:419 +translate spanish forum_cbde1b7d: + + # Akarsha "You haven't seen it?" + Akarsha "¿No lo has visto?" + +# game/3_min.rpy:422 +translate spanish forum_2f341b42: + + # Min "No?" + Min "¿No?" + +# game/3_min.rpy:425 +translate spanish forum_cf8db200: + + # Akarsha "You have to watch it!" with sshake + Akarsha "¡Tienes que verlo!" with sshake + +# game/3_min.rpy:426 +translate spanish forum_9cd98d5b: + + # Akarsha "It's the funniest video I've ever seen! I found it on this website called YouTube yesterday." + Akarsha "¡Es el video más chistoso que he visto! Lo encontré en un sitio llamado YouTube ayer." + +# game/3_min.rpy:427 +translate spanish forum_330eb18c: + + # Akarsha "I even converted it to mp4 online so I could watch it on my iPod!" + Akarsha "¡Incluso lo convertí a mp4 online para poder verlo en mi iPod!" + +# game/3_min.rpy:434 +translate spanish forum_2b85f334: + + # "Min puts in one of Akarsha's earbuds so she can hear the video. Akarsha takes the other." + "Min se pone uno de los audífonos de Akarsha para poder escuchar el video. Akarsha toma el otro." + +# game/3_min.rpy:435 +translate spanish forum_9293adbc: + + # "In a living room, two teenage boys do cartwheels and kip ups to the song \"Kung Fu Fighting\"." + "En un salón, dos adolescentes dan volteretas y hacen abdominales al ritmo de la canción \"Kung Fu Fighting\"." + +# game/3_min.rpy:437 +translate spanish forum_23b92ecf: + + # MinT "Oh, they're both Asian? They look about our age." + MinT "Oh, ¿son los dos asiáticos? Se ven como de nuestra edad." + +# game/3_min.rpy:439 +translate spanish forum_1bdc4f1f: + + # NPC "Hey you! Wanna learn how to defend yourself?" + NPC "¡Hey tú! ¿Quieres aprender a defenderte?" + +# game/3_min.rpy:440 +translate spanish forum_446ca96c: + + # NPC "Aren't you tired of bullies picking on you all the time?" + NPC "¿No estás cansado de que los abusones se metan contigo a cada rato?" + +# game/3_min.rpy:441 +translate spanish forum_f82e6944: + + # NPC "Well, then...How To Be Ninja is the DVD for you." + NPC "Bueno, entonces...Como ser Ninja es el DVD para ti." + +# game/3_min.rpy:443 +translate spanish forum_d86a4248: + + # "A boy in the video bows." + "Un chico en el video hace una reverencia." + +# game/3_min.rpy:444 +translate spanish forum_7894c119: + + # NPC "Herro everyone....My name is Hanete wakuso shiseo tadashite teriyaki suzuki honda civic." + NPC "Horá a todos...Mi nombre es Hanete wakuso shiseo tadashite teriyaki suzuki honda civic." + +# game/3_min.rpy:445 +translate spanish forum_940cbf07: + + # NPC2 "Herro...My name is Bob." + NPC2 "Horá...Mi nombre es Bob." + +# game/3_min.rpy:447 +translate spanish forum_51156260: + + # MinT "I dunno if I've ever seen two Asian kids like me starring in anything before." + MinT "No sé si he visto a dos niños asiáticos como yo protagonizando algo." + +# game/3_min.rpy:448 +translate spanish forum_c6915b47: + + # MinT "And they're being funny and everything!" + MinT "¡Y están siendo chistosos y todo!" + +# game/3_min.rpy:452 +translate spanish forum_45ff230b: + + # NPC "The first {i}resson{/i} in being a ninja..." + NPC "La primera {i}rección{/i} para ser un ninja..." + +# game/3_min.rpy:453 +translate spanish forum_71775d28: + + # "Already, Akarsha is cracking up so hard at the kid's line delivery, the iPod is quaking in her hands." + "Akarsha ya se está partiendo tanto de la risa con las frases del chico, que su iPod le tiembla en las manos." + +# game/3_min.rpy:454 +translate spanish forum_4ecc75d8: + + # NPC "Is to make loud, unnecessary sounds when you hit things." + NPC "Es hacer sonidos ruidosos e innecesarios cuando golpeas cosas." + +# game/3_min.rpy:456 +translate spanish forum_6579fb44: + + # NPC "Hoo! Kikiki YAH! Wah! Hooooo!" with sshake + NPC "¡Huu! ¡Kikiki! ¡YIAH! ¡Wah! ¡Huuuuu!" with sshake + +# game/3_min.rpy:458 +translate spanish forum_d1fee176: + + # MinT "I've never seen a video like this my whole life! It's hilarious!" with sshake + MinT "¡Nunca he visto un video como éste en toda mi vida! ¡Es hilarante!" with sshake + +# game/3_min.rpy:460 +translate spanish forum_1f77fe53: + + # NPC2 "You must be able to transform into anything." + NPC2 "Debes ser capaz de transformarte en cualquier cosa." + +# game/3_min.rpy:461 +translate spanish forum_30c964c7: + + # NPC2 "An animal...a tree...a fag...You must be able to imitate ANYONE!" + NPC2 "Un animal...un arbol...un maricón...¡Tienes que ser capaz de imitar a CUALQUIERA!" + +# game/3_min.rpy:462 +translate spanish forum_1f1c3d9c: + + # "After a kung-fu battle that culminates in one of the kids resorting to using fake gun, the bloopers play." + "Después de una batalla de kung-fu que culmina en uno de los niños recurriendo al uso de una pistola falsa, se reproducen los bloopers." + +# game/3_min.rpy:463 +translate spanish forum_74db277d: + + # NPC "And we will be teaching {i}youuuuuuu...{/i}" + NPC "Y te enseñaremos a {i}tiiiiiiiiiii...{/i}" + +# game/3_min.rpy:464 +translate spanish forum_3e87fb14: + + # "The boys repeatedly dissolve into laughter over the accent they're doing." + "Los chicos se disuelven repetidamente en la risa por el acento que están poniendo." + +# game/3_min.rpy:467 +translate spanish forum_5a5b1cfb: + + # Min "They look like they had so much fun making this." + Min "Parece que se divirtieron mucho haciendo esto." + +# game/3_min.rpy:470 +translate spanish forum_e549b7f9: + + # Akarsha "Right? It's so inspirational!" + Akarsha "¿Cierto? ¡Es tan inspirador!" + +# game/3_min.rpy:471 +translate spanish forum_86563519: + + # Akarsha "They're, like, our age, and they made such an awesome video." + Akarsha "Son, como, de nuestra edad, e hicieron un video tan genial." + +# game/3_min.rpy:473 +translate spanish forum_9d137c46: + + # Akarsha "If they can create something that iconic, so can we!" + Akarsha "Si ellos crearon algo tan icónico, ¡también podemos nosotras!" + +# game/3_min.rpy:475 +translate spanish forum_9fe61e3a: + + # Noelle "Must I remind you that this is a school assignment? That we're being GRADED on?" + Noelle "¿Tengo que recordarte que esto es un proyecto escolar? ¿En el que nos están CALIFICANDO?" + +# game/3_min.rpy:477 +translate spanish forum_537201f1: + + # Diya "We're still following the grading rubric." + Diya "Aún estamos siguiendo la rúbrica de calificación." + +# game/3_min.rpy:479 +translate spanish forum_70dbacca: + + # Noelle "Are you? I didn't see \"gun for an Academy Award\" on there." + Noelle "¿Lo están? No vi \"aspirar para un Oscar\" ahí." + +# game/3_min.rpy:480 +translate spanish forum_96cb62f9: + + # Noelle "The script you two have written is wildly overambitious." + Noelle "El guión que ustedes dos escribieron es excesivamente ambicioso." + +# game/3_min.rpy:482 +translate spanish forum_e7631105: + + # Akarsha "Nyeh!" + Akarsha "¡Nyeh!" + +# game/3_min.rpy:484 +translate spanish forum_d74f5b0e: + + # "Under the table, Akarsha immobilizes one of Noelle's feet by sandwiching it between two of her own feet like tongs." + "Bajo la mesa, Akarsha inmoviliza uno de los pies de Noelle intercalándolo entre sus propios pies como si fueran pinzas." + +# game/3_min.rpy:486 +translate spanish forum_29a86697: + + # Akarsha "Gotchu. Captured." + Akarsha "Te tengo. Capturada." + +# game/3_min.rpy:489 +translate spanish forum_ed734dd9: + + # Noelle "I'm not captured!" with sshake + Noelle "¡No estoy capturada!" with sshake + +# game/3_min.rpy:491 +translate spanish forum_86a51b78: + + # "Noelle wriggles her foot free. When Akarsha tries to trap it again, Noelle retaliates by pinning one of Akarsha's feet against the leg of the table." + "Noelle libera su pie. Cuando Akarsha intenta atraparlo de nuevo, Noelle toma represalias inmovilizando uno de los pies de Akarsha contra la pata de la mesa." + +# game/3_min.rpy:493 +translate spanish forum_1d82f671: + + # Akarsha "No fair, I'm wearing flip-flops while you have real shoes. You gotta go easy on me." + Akarsha "No es justo, estoy usando sandalias mientras tú llevas zapatos de verdad. Tienes que ser más suave conmigo." + +# game/3_min.rpy:496 +translate spanish forum_6d0ff943: + + # Noelle "YOU CHOSE THE BATTLEGROUND! YOU DON'T GET TO COMPLAIN!" with sshake + Noelle "¡TÚ ELEGISTE EL CAMPO DE BATALLA! ¡NO PUEDES QUEJARTE!" with sshake + +# game/3_min.rpy:500 +translate spanish forum_95425805: + + # MinT "What the hell? They always act so demented around each other." + MinT "¿Qué diablos? Siempre actúan de manera tan demencial entre ellas." + +# game/3_min.rpy:501 +translate spanish forum_9ec63d39: + + # Min "When you're done playing footsies, can we talk about what you guys actually need from me?" + Min "Cuando terminen de jugar guerras de pies, ¿podemos hablar de lo que ustedes necesitan de mí?" + +# game/3_min.rpy:503 +translate spanish forum_278e2756: + + # "Akarsha and Noelle freeze, looking embarrassed." + "Akarsha y Noelle se congelan, pareciendo avergonzadas." + +# game/3_min.rpy:505 +translate spanish forum_9d73f57c: + + # Noelle "What?" + Noelle "¿Qué?" + +# game/3_min.rpy:508 +translate spanish forum_a0dbc321: + + # Min "Hello? Because I'm acting in your project?" + Min "¿Hola? ¿Por qué estoy en tu proyecto?" + +# game/3_min.rpy:511 +translate spanish forum_e94b895d: + + # Diya "Can you meet us at the park this weekend?" + Diya "¿Nos vemos en el parque este fin de semana?" + +# game/3_min.rpy:513 +translate spanish forum_fbb8b2ba: + + # Akarsha "Ya, that's where we're filming. There's a kinda woodsy lookin' spot at the edge of it." + Akarsha "Seh, ahí es donde vamos a filmar. Hay una especie de bosque en el borde de ahí." + +# game/3_min.rpy:516 +translate spanish forum_2f27ad6f: + + # Min "Do I need to bring anything?" + Min "¿Tengo que llevar algo?" + +# game/3_min.rpy:519 +translate spanish forum_5aa51999: + + # Diya "No, just you." + Diya "No, sólo tú." + +# game/3_min.rpy:520 +translate spanish forum_8c4f3265: + + # Diya "We're still working on the script, so we'll give it to you there." + Diya "Todavía estamos trabajando en el guión, así que te lo daremos ahí." + +# game/3_min.rpy:522 +translate spanish forum_e8777567: + + # Akarsha "We'll take care of the costumes, too." + Akarsha "Nosotras nos encargaremos de los disfraces, también." + +# game/3_min.rpy:523 +translate spanish forum_9ef61b99: + + # Akarsha "\"Sakura\" and \"Yuki\" have a ton of stuff we can use, so they're gonna bring it all." + Akarsha "\"Sakura\" y \"Yuki\" tienen un montón de cosas que podemos usar, así que lo van a llevar todo." + +# game/3_min.rpy:526 +translate spanish forum_c6816527: + + # Min "Cool, I'll be there." + Min "Ok, estaré allí." + +# game/3_min.rpy:540 +translate spanish arriveAtPark_4052c578: + + # "When Min gets there, she spots Akarsha waiting in the shade under a tree." + "Cuando Min llega ahí, ubica a Akarsha esperando en la sombra bajo un árbol." + +# game/3_min.rpy:542 +translate spanish arriveAtPark_5304c5f6: + + # Min "Where is everyone?" + Min "¿Dónde están todos?" + +# game/3_min.rpy:545 +translate spanish arriveAtPark_b3040db2: + + # Akarsha "Noelle said Diya's mom just picked her up." + Akarsha "Noelle dijo que la mamá de Diya la acaba de recoger." + +# game/3_min.rpy:547 +translate spanish arriveAtPark_16812407: + + # MinT "It's so annoying how Diya's mom has always been fine with Noelle but not me." + MinT "Es tan molesto como la mamá de Diya siempre ha estado bien con Noelle pero nunca conmigo." + +# game/3_min.rpy:550 +translate spanish arriveAtPark_7198329f: + + # Akarsha "And \"Sakura\" and \"Yuki\" are running late 'cuz they couldn't find a hat they wanted to bring." + Akarsha "\"Sakura\" y \"Yuki\" vienen tarde porque no podían encontrar un sombrero que querían llevar." + +# game/3_min.rpy:551 +translate spanish arriveAtPark_e0d7c963: + + # Akarsha "We don't need Chryssa and Liz til the fourth scene or so, so I told them they could show up whenever." + Akarsha "No necesitaremos a Chryssa o a Liz hasta la cuarta escena más o menos, así que les dije que podían venir cuando quieran." + +# game/3_min.rpy:553 +translate spanish arriveAtPark_cfa3f7f6: + + # Min "Wait, they're acting in it, too?" + Min "Espera, ¿ellas van a actuar, también?" + +# game/3_min.rpy:556 +translate spanish arriveAtPark_f2e125aa: + + # Akarsha "Ya, we pretty much ended up summoning the entire baseball club to help." + Akarsha "Sep, al final terminamos invocando a todo el club de béisbol para ayudar." + +# game/3_min.rpy:557 +translate spanish arriveAtPark_d2dbf788: + + # "Min joins Akarsha under the shade." + "Min se une a Akarsha bajo la sombra." + +# game/3_min.rpy:559 +translate spanish arriveAtPark_53230d9b: + + # Min "So any progress on your crush?" + Min "¿Algún progreso con tu enamoramiento?" + +# game/3_min.rpy:562 +translate spanish arriveAtPark_d5734261: + + # Akarsha "Didn't I already tell you I got rejected?" + Akarsha "¿No te había dicho que me rechazaron?" + +# game/3_min.rpy:564 +translate spanish arriveAtPark_1a493960: + + # Min "You told me you half-assed a confession through fucking TEXT before chickening out and passing it off as a joke." + Min "Me dijiste que te habías confesado a medias por TEXTO antes de acobardarte y hacerlo pasar como una broma." + +# game/3_min.rpy:567 +translate spanish arriveAtPark_3ed3fdac: + + # Akarsha "Well, I was flirting pretty hard before that happened. So either way, they should've gotten the message, at least subliminally." + Akarsha "Bueno, estuve coqueteando bastante antes de que eso sucediera. Así que de igual manera, debieron haber captado el mensaje, al menos subliminalmente." + +# game/3_min.rpy:569 +translate spanish arriveAtPark_11cb613f: + + # Min "Subliminally?!" with sshake + Min "¡¿Subliminalmente?!" with sshake + +# game/3_min.rpy:570 +translate spanish arriveAtPark_b9f60542: + + # Min "Have you been listening to a thing I've been saying?! Go big or go home!" with sshake + Min "¿¡Has escuchado algo de lo que te he estado diciendo?! ¡Ve a lo grande o vete a casa!" with sshake + +# game/3_min.rpy:571 +translate spanish arriveAtPark_c3fec1b8: + + # Min "I literally can't even tell who it was you were flirting with." + Min "Ni siquiera he podido notar con quien has estado coqueteando." + +# game/3_min.rpy:574 +translate spanish arriveAtPark_b6904d65: + + # Akarsha "Okay, I know, I know..." + Akarsha "Ok, lo sé, lo sé..." + +# game/3_min.rpy:576 +translate spanish arriveAtPark_561048cb: + + # Min "What's next? Confessing to them on April Fool's Day?" + Min "¿Qué va después? ¿Confesárselo el Día de los Inocentes?" + +# game/3_min.rpy:579 +translate spanish arriveAtPark_0bd68738: + + # Akarsha "Actually, that's not a bad idea..." + Akarsha "De hecho, esa no es una mala idea..." + +# game/3_min.rpy:581 +translate spanish arriveAtPark_d9357b66: + + # Min "You've got to be kidding me..." + Min "Tienes que estar bromeando..." + +# game/3_min.rpy:584 +translate spanish arriveAtPark_6cda128a: + + # "When Diya and Noelle show up, Min runs over and presses a kiss to Diya's cheek." + "Cuando Diya y Noelle aparecen, Min se acerca corriendo y le da un beso a Diya en la mejilla." + +# game/3_min.rpy:586 +translate spanish arriveAtPark_56bfc018: + + # Diya "...!" + Diya "...!" + +# game/3_min.rpy:589 +translate spanish arriveAtPark_3a2190bc: + + # Diya "{font=korean.ttf}사랑해.{/font}" + Diya "{font=korean.ttf}사랑해.{/font}" + +# game/3_min.rpy:592 +translate spanish arriveAtPark_3bda0bc4: + + # MinT "I told Diya that phrase meant \"Hi\" a really long time ago." + MinT "Le dije a Diya que esa frase significaba \"Hola\" hace mucho tiempo." + +# game/3_min.rpy:593 +translate spanish arriveAtPark_1e862705: + + # MinT "Maybe I should come clean about it now that we're actually dating." + MinT "Quizás debería decir la verdad ahora que estamos realmente saliendo." + +# game/3_min.rpy:594 +translate spanish arriveAtPark_ef814e6a: + + # MinT "I don't want her to stop saying, it, though..." + MinT "No quiero que ella pare de decirlo, eso sí..." + +# game/3_min.rpy:596 +translate spanish arriveAtPark_0241d1fa: + + # "Noelle wearily hands Min her script." + "Noelle le entrega su guión a Min con cansancio." + +# game/3_min.rpy:598 +translate spanish arriveAtPark_347bfbc2: + + # Noelle "While we're waiting for the others, you can at least familiarize yourself with your lines." + Noelle "Mientras esperamos a los demás, puedes al menos familiarizarte con tus líneas." + +# game/3_min.rpy:600 +translate spanish arriveAtPark_6ff61860: + + # "It's unseasonally hot out, so Min fans Diya with the script." + "Hace un calor inusual, así que Min abanica a Diya con el guión." + +# game/3_min.rpy:602 +translate spanish arriveAtPark_14d186b1: + + # Min "Who am I playing?" + Min "¿A quién interpreto?" + +# game/3_min.rpy:605 +translate spanish arriveAtPark_d17156da: + + # Diya "The Evil Hunter." + Diya "Al Cazador Malvado." + +# game/3_min.rpy:607 +translate spanish arriveAtPark_febee0ea: + + # Min "Whoa, sick!" with sshake + Min "¡Vaya, genial!" with sshake + +# game/3_min.rpy:608 +translate spanish arriveAtPark_4591733a: + + # Min "So what do I do?" + Min "¿Entonces qué tengo que hacer?" + +# game/3_min.rpy:611 +translate spanish arriveAtPark_4d7f0bc2: + + # Noelle "Are you illiterate? Just read the script." + Noelle "¿Eres analfabeta? Sólo lee el guión." + +# game/3_min.rpy:613 +translate spanish arriveAtPark_453e74b0: + + # Min "I will, just gimme the SparkNotes version first." + Min "Lo haré, solo dame una version resumida primero." + +# game/3_min.rpy:618 +translate spanish arriveAtPark_fa39483c: + + # Noelle "To summarize, gray wolves are set to be removed from the Endangered species list." + Noelle "En síntesis, los lobos van a ser retirados de la lista de especies en peligro de extinción." + +# game/3_min.rpy:620 +translate spanish arriveAtPark_e327324a: + + # Noelle "I'll be playing a reporter. First, I'll interview an environmentalist, Diya." + Noelle "Haré de reportera. Primero, entrevistaré a una ecologista, Diya." + +# game/3_min.rpy:621 +translate spanish arriveAtPark_ef894fe8: + + # Noelle "Next, I'll interview you, an Evil Hunter." + Noelle "A continuación, te entrevistaré a ti, una Cazadora Malvada." + +# game/3_min.rpy:623 +translate spanish arriveAtPark_d1a75455: + + # Noelle "Lastly, I'll interview a...family of wolves on their opinion." + Noelle "Por último, entrevistaré a una...familia de lobos para saber sus opiniones." + +# game/3_min.rpy:624 +translate spanish arriveAtPark_c6ec21a4: + + # Noelle "During this last interview, the Evil Hunter kills the Wolf Pup, played by Akarsha." + Noelle "Durante esta última entrevista, la Cazadora Malvada mata a la Loba Cachorra, interpretado por Akarsha." + +# game/3_min.rpy:626 +translate spanish arriveAtPark_8899ba10: + + # Min "You {i}really{/i} don't like this script, huh?" + Min "{i}Realmente{/i} no te gusta este guión, ¿eh?" + +# game/3_min.rpy:629 +translate spanish arriveAtPark_9af66b9d: + + # Noelle "It's clearly biased." + Noelle "Está claramente sesgado." + +# game/3_min.rpy:630 +translate spanish arriveAtPark_003234df: + + # Noelle "It doesn't make sense to extend special treatment to wolves just because they're \"cute\" and \"fuzzy\"." + Noelle "No tiene sentido el extender el trato especial a los lobos solo por que son \"tiernos\" y \"peludos\"." + +# game/3_min.rpy:632 +translate spanish arriveAtPark_5c101b57: + + # Diya "It makes sense in my heart." + Diya "Tiene sentido en mi corazón." + +# game/3_min.rpy:635 +translate spanish arriveAtPark_7d7b950b: + + # Noelle "From an objective, numerical standpoint, their populations have recovered enough that these protections are no longer needed." + Noelle "Desde un punto de vista objetivo y numérico, sus poblaciones se han recuperado lo suficiente como para que estas protecciones ya no sean necesarias." + +# game/3_min.rpy:637 +translate spanish arriveAtPark_50ed93cb: + + # Akarsha "Humans have a thriving population, too. Does that mean aliens are allowed to hunt us for sport?" + Akarsha "Los humanos tienen una población próspera, también. ¿Significa eso que los alienígenas tienen permitido cazarnos como deporte?" + +# game/3_min.rpy:639 +translate spanish arriveAtPark_ccb17978: + + # "Min reads the script as they argue. It's physically battered and marked with edits." + "Min lee el guión mientras discuten. Está físicamente maltratado y marcado con ediciones." + +# game/3_min.rpy:641 +translate spanish arriveAtPark_cacc47e0: + + # MinT "They must've been fighting over this for hours." + MinT "Debieron haber estado peleando sobre esto por horas." + +# game/3_min.rpy:649 +translate spanish arriveAtPark_bda37ffe: + + # Akarsha "Guys, wait, I have another idea." + Akarsha "Chicas, esperen, tengo otra idea." + +# game/3_min.rpy:651 +translate spanish arriveAtPark_7c22f177: + + # Akarsha "I just saw a video of a guy setting a pile of leaves on fire, and it exploded." + Akarsha "Acabo de ver un video de un tipo prendiendo fuego a un montón de hojas, y explotaron." + +# game/3_min.rpy:652 +translate spanish arriveAtPark_e2e69b6c: + + # Akarsha "Can we try to work that into the video too?" + Akarsha "¿Podemos intentar incluir eso en el video también?" + +# game/3_min.rpy:654 +translate spanish arriveAtPark_9a53d3f8: + + # Noelle "NO." + Noelle "NO." + +# game/3_min.rpy:656 +translate spanish arriveAtPark_7f6cabfd: + + # "Diya slips her hand into Min's as Akarsha and Noelle argue." + "Diya desliza su mano a la de Min mientras Akarsha y Noelle discuten." + +# game/3_min.rpy:658 +translate spanish arriveAtPark_d11361e6: + + # Diya "........." + Diya "........." + +# game/3_min.rpy:660 +translate spanish arriveAtPark_297e5006: + + # MinT "Looks like we have some time to kill before everyone else arrives." + MinT "Parece que tenemos algo de tiempo que perder antes de que lleguen todos los demás." + +# game/3_min.rpy:663 +translate spanish arriveAtPark_a5170143: + + # "Min looks around the park..." + "Min mira alrededor del parque..." + +# game/3_min.rpy:763 +translate spanish lookPlayground_2eec2a30: + + # MinT "There's just sand here. No rocks." + MinT "Solo hay arena ahí. Nada de piedras." + +# game/3_min.rpy:768 +translate spanish lookPlayground_cdd5d3f5: + + # Diya "I'm sad we're too big for playgrounds now. They should make playgrounds for teens and adults." + Diya "Me da pena que ya seamos demasiado mayores para los parques de juegos. Deberían hacer parques de juegos para jóvenes y adultos." + +# game/3_min.rpy:770 +translate spanish lookPlayground_12c9a2b4: + + # Min "Yeah, all the scenarios we'd come up with while playing pretend were so fun!" + Min "Sí, ¡todos los escenarios que nos inventábamos jugando a fingir eran tan divertidos!" + +# game/3_min.rpy:773 +translate spanish lookPlayground_2f9e580d: + + # Diya "My favorite was the one where we pretended we were runaways starting our own clan." + Diya "Mi favorita era aquella en la que pretendíamos que eramos fugitivas empezando nuestro propio clan." + +# game/3_min.rpy:774 +translate spanish lookPlayground_01d5d020: + + # Diya "That one was so popular, some of the kids joining in weren't even our friends." + Diya "Ese fue tan popular, algunos de los niños que se unían ni siquiera eran amigos nuestros." + +# game/3_min.rpy:776 +translate spanish lookPlayground_968bdc9b: + + # Min "Sucks that the teachers made us stop because everyone was digging huge holes in the ground and making stuff out of mud." + Min "Fue una pena que los profesores nos hicieron parar porque todo el mundo estaba cavando agujeros enormes en el suelo y haciendo cosas con barro." + +# game/3_min.rpy:779 +translate spanish lookPlayground_cbad1927: + + # Diya "Was that why? I thought it was because it got too big." + Diya "¿Fue eso el por qué? Pensé que era porque se volvió demasiado grande." + +# game/3_min.rpy:781 +translate spanish lookPlayground_e7f10277: + + # Diya "I remember like, thirty of us were doing it." + Diya "Recuerdo que éramos como, treinta de nosotros haciéndolo." + +# game/3_min.rpy:783 +translate spanish lookPlayground_e0bd12c9: + + # Min "Maybe it was a combination of both? I dunno." + Min "¿Quizás sea una combinación de ambos? No lo sé." + +# game/3_min.rpy:786 +translate spanish lookPlayground_a5efd930: + + # Diya "I didn't even dig anything. My house was just a bunch of pine needles I arranged in a circle shape." + Diya "Ni siquiera cavé nada. Mi casa solo era un montón de ramas de pino que acomodé en forma de círculo." + +# game/3_min.rpy:788 +translate spanish lookPlayground_a8b5db4e: + + # Min "You mean OUR house? We were married." + Min "¿Quieres decir NUESTRA casa? Estábamos casadas." + +# game/3_min.rpy:789 +translate spanish lookPlayground_bb13ee02: + + # Min "In the pretend world, I mean." + Min "En el mundo imaginario, quiero decir." + +# game/3_min.rpy:792 +translate spanish lookPlayground_5569b316: + + # Diya "?????" + Diya "¿¿¿¿¿?????" + +# game/3_min.rpy:793 +translate spanish lookPlayground_c73ef23f: + + # Diya "We were?" + Diya "¿Lo estábamos?" + +# game/3_min.rpy:795 +translate spanish lookPlayground_b5877694: + + # Min "I saved you from being kidnapped by bandits and I made you marry me as a reward." + Min "Te salvé de ser raptada por los bandidos y hice que te casaras conmigo como recompensa." + +# game/3_min.rpy:798 +translate spanish lookPlayground_5c0ccd0e: + + # Diya "You did the exact same thing as the bandits then." with sshake + Diya "Entonces hiciste exactamente lo mismo que los bandidos." with sshake + +# game/3_min.rpy:800 +translate spanish lookPlayground_9edbec9c: + + # Min "No, I didn't! The bandits wanted you for bad reasons, but I wanted you for nice reasons ONLY." with sshake + Min "¡No, no lo hice! Los bandidos te querían por razones malas, pero yo te quería SÓLO por buenas razones." with sshake + +# game/3_min.rpy:801 +translate spanish lookPlayground_dc82f841: + + # Min "And didn't you say this game was your favorite? You must've liked it." + Min "¿Y no dijiste que este juego era tu favorito? Te debió haber gustado." + +# game/3_min.rpy:804 +translate spanish lookPlayground_1612cdcc: + + # Diya "..............." + Diya "..............." + +# game/3_min.rpy:805 +translate spanish lookPlayground_f7d32d48: + + # "Realizing that Min's right, Diya is so embarrassed that she doesn't respond." + "Al darse cuenta que Min tiene razón, Diya está tan avergonzada que no responde." + +# game/3_min.rpy:814 +translate spanish lookDog_90231585: + + # "Min scours the ground for rocks. Meanwhile, Diya is almost in tears watching a dog run in circles round the park." + "Min busca piedras por el suelo. Mientras tanto, Diya está a punto de llorar viendo a un perro correr en círculos alrededor del parque." + +# game/3_min.rpy:816 +translate spanish lookDog_c8c0970c: + + # "Diya is almost in tears watching the dog run in circles round the park." + "Diya está a punto de llorar viendo a un perro correr en círculos alrededor del parque." + +# game/3_min.rpy:818 +translate spanish lookDog_68141d62: + + # Diya "He looks like a banana dipped in chocolate and he doesn't even know it." + Diya "Parece un plátano cubierto en chocolate y ni siquiera lo sabe." + +# game/3_min.rpy:820 +translate spanish lookDog_51cc5aef: + + # Min "God, the way you think is so fucking cute..." + Min "Dios, la manera en la que piensas es tan tierna..." + +# game/3_min.rpy:823 +translate spanish lookDog_67863566: + + # "The dog catches a frisbee with its mouth and brings it to its owner." + "El perro atrapa un frisbee con la boca y se lo lleva a su dueño." + +# game/3_min.rpy:824 +translate spanish lookDog_94823f24: + + # NPC "Bucket! Good boy!" + NPC "¡Bucket! ¡Buen chico!" + +# game/3_min.rpy:826 +translate spanish lookDog_d1d0e51a: + + # Diya "Bucket..." + Diya "Bucket..." + +# game/3_min.rpy:828 +translate spanish lookDog_dca53baa: + + # Min "Want me to ask if we can pet it?" + Min "¿Quieres que pregunte si lo podemos acariciar?" + +# game/3_min.rpy:831 +translate spanish lookDog_167b0ab8: + + # Diya "No, I think I can do it. Thanks." + Diya "No, creo que yo puedo hacerlo. Gracias." + +# game/3_min.rpy:833 +translate spanish lookDog_2ab8852d: + + # Min "Oh, sure. Go for it!" + Min "Oh, claro. ¡Ve a por ello!" + +# game/3_min.rpy:835 +translate spanish lookDog_129a989a: + + # Min "Don't worry, I'll take over if they don't let you pet it." + Min "No te preocupes, me haré cargo si no te dejan acariciarlo." + +# game/3_min.rpy:838 +translate spanish lookDog_22539d23: + + # "Diya nods and hesitantly approaches the dog's owner." + "Diya asiente y se acerca vacilante al dueño del perro." + +# game/3_min.rpy:839 +translate spanish lookDog_5d787a52: + + # "She stands about a foot behind him, unnoticed." + "Ella se queda medio metro detrás de él, sin que se note." + +# game/3_min.rpy:841 +translate spanish lookDog_74a1a48c: + + # Diya "...." + Diya "...." + +# game/3_min.rpy:842 +translate spanish lookDog_d11361e6: + + # Diya "........." + Diya "........." + +# game/3_min.rpy:844 +translate spanish lookDog_142cedcc: + + # MinT "She must be psyching herself up to do it." + MinT "Debe estar mentalizándose para hacerlo." + +# game/3_min.rpy:847 +translate spanish lookDog_6e8840cd: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:848 +translate spanish lookDog_73c5644b: + + # Diya "....................." + Diya "....................." + +# game/3_min.rpy:849 +translate spanish lookDog_18e2faae: + + # Diya "Can I pet your dog?" + Diya "¿Puedo acariciar a tu perro?" + +# game/3_min.rpy:851 +translate spanish lookDog_71c831ed: + + # NPC "Wugh!" with sshake + NPC "¡Wugh!" with sshake + +# game/3_min.rpy:852 +translate spanish lookDog_e934c1c9: + + # NPC "You scared me!" + NPC "¡Me asustaste!" + +# game/3_min.rpy:853 +translate spanish lookDog_af9990e7: + + # NPC "Sure, you can pet him." + NPC "Claro, puedes acariciarlo." + +# game/3_min.rpy:855 +translate spanish lookDog_c94a2d0d: + + # "Bucket happily rolls over on his back, exposing his belly." + "Bucket rueda felizmente sobre su espalda, exponiendo su barriga." + +# game/3_min.rpy:857 +translate spanish lookDog_cfdf7c17: + + # Diya "!!!!!" with sshake + Diya "¡¡¡¡¡!!!!!" with sshake + +# game/3_min.rpy:858 +translate spanish lookDog_ace278a0: + + # "Diya gives the dog a hearty belly rub as he blissfully writhes around in the grass." + "Diya le da al perro masaje en la barriga mientras él se revuelve gozosamente en la hierba." + +# game/3_min.rpy:861 +translate spanish lookDog_c244f93a: + + # Diya "{font=korean.ttf}자기야.{/font} " + Diya "{font=korean.ttf}자기야.{/font} " + +# game/3_min.rpy:863 +translate spanish lookDog_212e2c22: + + # Diya "Do you wanna pet it too." + Diya "Quieres acariciarlo también." + +# game/3_min.rpy:865 +translate spanish lookDog_2b73b2b5: + + # MinT "She's talking to me!" + MinT "¡Me está hablando!" + +# game/3_min.rpy:869 +translate spanish lookDog_f6e76337: + + # "Min rubs the dog's belly with both hands. His rough fur is a little smelly." + "Min acaricia la barriga del perro con ambas manos. Su pelaje áspero huele un poco mal." + +# game/3_min.rpy:870 +translate spanish lookDog_f9baa254: + + # "When she stops, the dog looks up at her expectantly." + "Cuando ella se detiene, el perro la mira con expectación." + +# game/3_min.rpy:872 +translate spanish lookDog_25d2f904: + + # Diya "He's asking for more." + Diya "Está pidiendo más." + +# game/3_min.rpy:874 +translate spanish lookDog_d4166857: + + # Min "You're still petting him, too! He really wants a whole crew massaging him at once?" + Min "¡Todavía lo estás acariciando, también! ¿Él de verdad quiere a un equipo entero dándole masajes a la vez?" + +# game/3_min.rpy:878 +translate spanish lookDog_bcd2afde: + + # Min "It's okay. I'm happy just watching you." + Min "Está bien. Estoy feliz con solo verte." + +# game/3_min.rpy:880 +translate spanish lookDog_7ef784a5: + + # "Diya keeps rubbing Bucket's belly with both hands, but he keeps looking up at Min expectantly." + "Diya sigue masajeando la barriga de Bucket con ambas manos, pero él sigue mirando a Min con expectación." + +# game/3_min.rpy:882 +translate spanish lookDog_c28f951a: + + # Diya "He's asking you to join." + Diya "Está pidiendo que te unas." + +# game/3_min.rpy:884 +translate spanish lookDog_493641b9: + + # Min "You're already petting him! He really wants a whole crew massaging him at once?" + Min "¡Tú ya lo estás acariciando! ¿Él de verdad quiere a un equipo entero dándole masajes a la vez?" + +# game/3_min.rpy:888 +translate spanish lookDog_5b10a15b: + + # "After a solid five minutes, Bucket still hasn't had enough pets." + "Después de cinco minutos, Bucket aún no ha tenido suficientes caricias." + +# game/3_min.rpy:889 +translate spanish lookDog_a5b1b65c: + + # NPC "It's okay, you can stop...I don't wanna keep you guys all day..." + NPC "Está bien, pueden parar...No quiero retenerlas todo el día..." + +# game/3_min.rpy:891 +translate spanish lookDog_28c59322: + + # Diya "Oh, okay. Thanks." + Diya "Oh, ok. Gracias." + +# game/3_min.rpy:894 +translate spanish lookDog_23f01675: + + # Min "Wait, have you seen any huge rocks around here?" + Min "Espera, ¿has visto rocas grandes por aquí?" + +# game/3_min.rpy:896 +translate spanish lookDog_05fed681: + + # NPC "Uh...How about the one over there?" + NPC "Eh...¿Que tal esa de ahí?" + +# game/3_min.rpy:897 +translate spanish lookDog_022c559d: + + # "He points at a slab of rock lying in the dirt." + "Él apunta a una trozo de roca tirado en el suelo." + +# game/3_min.rpy:899 +translate spanish lookDog_37af7df1: + + # Min "Yeah, perfect!" with sshake + Min "¡Sí, perfecto!" with sshake + +# game/3_min.rpy:901 +translate spanish lookDog_e7859f4d: + + # Min "Now we just need to find a rock for me, too." + Min "Ahora solo tenemos que encontrar una roca para mí, también." + +# game/3_min.rpy:904 +translate spanish lookDog_13b767b1: + + # Diya "This one's for me?" + Diya "¿Esta es para mí?" + +# game/3_min.rpy:906 +translate spanish lookDog_c98a4a9b: + + # Min "This one's for you." + Min "Esta es para ti." + +# game/3_min.rpy:912 +translate spanish lookDog_c7e26434: + + # "Min squeezes Diya's hand as the guy walks off with his dog." + "Min aprieta la mano de Diya mientras el tipo de marcha con su perro." + +# game/3_min.rpy:914 +translate spanish lookDog_8b4db3d2: + + # Min "You did good talking to that guy!" + Min "¡Lo hiciste bien hablando con ese tipo!" + +# game/3_min.rpy:923 +translate spanish lookDog_e90f77f4: + + # Diya "I'm trying to get better at it." + Diya "Estoy tratando de mejorar en ello." + +# game/3_min.rpy:925 +translate spanish lookDog_a48cf38f: + + # Diya "Used to think I was just awkward because of my ear, but I think I partially picked it up from my mom." + Diya "Solía pensar que solo era torpe por mi oreja, pero creo que en parte lo heredé de mi madre." + +# game/3_min.rpy:926 +translate spanish lookDog_8397f695: + + # Diya "She's old and still scared of answering the phone and talking to strangers." + Diya "Es vieja y aún le da miedo contestar llamadas telefónicas y hablar con extraños." + +# game/3_min.rpy:927 +translate spanish lookDog_fabb8b25: + + # Diya "I wanna be different." + Diya "Quiero ser diferente." + +# game/3_min.rpy:929 +translate spanish lookDog_7cf22a3e: + + # Min "Oh, I get that feeling. I don't want to be like my dad, no matter what." + Min "Oh, entiendo esa sensación. No quiero ser como mi padre, pase lo que pase." + +# game/3_min.rpy:930 +translate spanish lookDog_abf36819: + + # Min "That's why I'll never have kids. I'd never wanna do the things he did to me, to someone else." + Min "Por eso es que nunca tendré hijos. No quiero hacer las cosas que él me hizo, a alguien más." + +# game/3_min.rpy:933 +translate spanish lookDog_98ffeab0: + + # Diya "You wouldn't be like him. You're not a bad person." + Diya "Tú no serías como él. No eres una mala persona." + +# game/3_min.rpy:935 +translate spanish lookDog_0f877d1f: + + # MinT "But I'm worried it's easy to do it by accident..." + MinT "Pero me preocupa que sea fácil hacerlo por accidente..." + +# game/3_min.rpy:940 +translate spanish lookDog_d67389fe: + + # "Min scours the ground for rocks. Meanwhile, Diya watches the dog running around." + "Min rastrea el suelo en busca de piedras. Mientras tanto, Diya ve al perro corriendo por el alrededor." + +# game/3_min.rpy:943 +translate spanish lookDog_dd0251b7: + + # MinT "I don't see any more rocks around here." + MinT "No veo más piedras por aquí." + +# game/3_min.rpy:944 +translate spanish lookDog_423c1cc3: + + # MinT "We should look somewhere else." + MinT "Deberíamos buscar en algún otro lugar." + +# game/3_min.rpy:948 +translate spanish lookDog_c67fded3: + + # Diya "If I were in charge of naming that dog, I'd name him \"Banana Dipped in Chocolate\"." + Diya "Si estuviera a cargo de nombrar a ese perro, lo llamaría \"Plátano Bañado en Chocolate\"." + +# game/3_min.rpy:950 +translate spanish lookDog_b29da34a: + + # Min "That's way too long!" + Min "¡Eso es demasiado largo!" + +# game/3_min.rpy:953 +translate spanish lookDog_93ea0b1c: + + # Diya "His first name can be Banana. Middle name Diptin, last name Chocolate." + Diya "Su primer nombre puede ser Plátano. Segundo nombre Bañadoen, apellido Chocolate." + +# game/3_min.rpy:955 +translate spanish lookDog_c78dcf9c: + + # Min "That's still the exact same length!" with sshake + Min "¡Eso sigue teniendo la misma longitud!" with sshake + +# game/3_min.rpy:960 +translate spanish lookDog_3c9fef1f: + + # "There's a decently big slab lying in the dirt." + "Hay una placa decentemente grande tirada en la tierra." + +# game/3_min.rpy:963 +translate spanish lookDog_3adcd0c5: + + # Min "We both have rocks now!" + Min "¡Ahora las dos tenemos piedras!" + +# game/3_min.rpy:964 +translate spanish lookDog_5a8baaa8: + + # Min "Let's go throw them at the tree stump!" + Min "¡Vamos a tirarlas al tocón del árbol!" + +# game/3_min.rpy:967 +translate spanish lookDog_fd841d5d: + + # Diya "Okay." + Diya "Ok." + +# game/3_min.rpy:972 +translate spanish lookDog_560734c3: + + # Min "This rock'll work!" with sshake + Min "¡Esta roca funcionará!" with sshake + +# game/3_min.rpy:973 +translate spanish lookDog_0a69a111: + + # Min "Now we just need to find one for me, too." + Min "Ahora solo tenemos que encontrar una para mí, también." + +# game/3_min.rpy:976 +translate spanish lookDog_13b767b1_1: + + # Diya "This one's for me?" + Diya "¿Esta es para mí?" + +# game/3_min.rpy:978 +translate spanish lookDog_c98a4a9b_1: + + # Min "This one's for you." + Min "Esta es para ti." + +# game/3_min.rpy:984 +translate spanish lookTreeStump_69d82d93: + + # "It's a dead husk of a tree stump." + "Es la corteza muerta del tocón de un árbol." + +# game/3_min.rpy:987 +translate spanish lookTreeStump_61bddd31: + + # Min "Diya! Let's throw rocks at this tree stump!!!" with sshake + Min "¡Diya! ¡¡¡Tirémosle piedras a este tocón de árbol!!!" with sshake + +# game/3_min.rpy:988 +translate spanish lookTreeStump_130f41b7: + + # Min "I bet we can knock the bark off of it!!!" with sshake + Min "¡¡¡Apuesto que le podemos quitar la corteza!!!" with sshake + +# game/3_min.rpy:991 +translate spanish lookTreeStump_712cbc7c: + + # Diya "Okay." with sshake + Diya "Ok." with sshake + +# game/3_min.rpy:992 +translate spanish lookTreeStump_f2fc0b3b: + + # "They survey the ground for rocks to throw, but there's only dirt and twigs." + "Ellas registran el suelo en busca de piedras que lanzar, pero solo hay tierras y ramas." + +# game/3_min.rpy:994 +translate spanish lookTreeStump_5ded775b: + + # Min "We should look around for big rocks." + Min "Deberíamos buscar alrededor por rocas grandes." + +# game/3_min.rpy:997 +translate spanish lookTreeStump_9f9f901b: + + # Diya "Good idea." + Diya "Buena idea." + +# game/3_min.rpy:1001 +translate spanish lookTreeStump_69d82d93_1: + + # "It's a dead husk of a tree stump." + "Es la corteza muerta del tocón de un árbol." + +# game/3_min.rpy:1004 +translate spanish lookTreeStump_d4bc595f: + + # MinT "We don't have enough rocks to throw at this yet." + MinT "No tenemos suficientes rocas para lanzarle todavía." + +# game/3_min.rpy:1005 +translate spanish lookTreeStump_69ff2e48: + + # MinT "Diya and I each need one, otherwise it's not fair." + MinT "Diya y yo necesitamos una cada una, si no, no es justo." + +# game/3_min.rpy:1007 +translate spanish lookTreeStump_ab6ae0ab: + + # MinT "We still need to find some big rocks to throw at it." + MinT "Todavía tenemos que encontrar piedras grandes que lanzarle." + +# game/3_min.rpy:1018 +translate spanish lookTable_0cd56851: + + # "Ester is seated at the bench, fiddling with a camcorder." + "Ester está sentada en la banca, jugueteando con una videocámara." + +# game/3_min.rpy:1020 +translate spanish lookTable_c759473b: + + # Min "Oh, you're here too?" + Min "Oh, ¿estás aquí también?" + +# game/3_min.rpy:1023 +translate spanish lookTable_7e69aa21: + + # Ester "Yeah, I'm being the cameraman." + Ester "Si, voy a ser la camarógrafa." + +# game/3_min.rpy:1024 +translate spanish lookTable_aabb031a: + + # Ester "Akarsha kept insisting I'd be good at it 'cause I'm \"artsy\", so..." + Ester "Akarsha insistía en que se me daría bien porque soy \"artística\", así que..." + +# game/3_min.rpy:1027 +translate spanish lookTable_001fa505: + + # MinT "Did she do something to her hair? It looks way different than usual." + MinT "¿Se ha hecho algo en el pelo? Parece muy diferente de lo usual." + +# game/3_min.rpy:1028 +translate spanish lookTable_34cefbad: + + # Min "Wow, your hair's so flat today." + Min "Vaya, tu pelo está tan plano hoy." + +# game/3_min.rpy:1031 +translate spanish lookTable_8315b0a3: + + # Ester "........Thanks...???" + Ester "........¿¿¿Gracias...???" + +# game/3_min.rpy:1033 +translate spanish lookTable_4e211978: + + # "Ester gives her a weird look." + "Ester la mira con extrañeza." + +# game/3_min.rpy:1035 +translate spanish lookTable_0214b30b: + + # "Meanwhile, Diya searches the ground for big rocks." + "Mientras tanto, Diya busca en el suelo por piedras grandes." + +# game/3_min.rpy:1039 +translate spanish lookTable_96414982: + + # "Ester raises her eyebrows as Diya and Min search the ground for big rocks." + "Ester levanta las cejas mientras Diya y Min buscan en el suelo por piedras grandes." + +# game/3_min.rpy:1042 +translate spanish lookTable_449bce92: + + # MinT "Ester's playing with the camcorder settings." + MinT "Ester está jugueteando con la configuración de la videocámara." + +# game/3_min.rpy:1048 +translate spanish lookTable_a5bd083b: + + # Ester "What're you doing?" + Ester "¿Qué están haciendo?" + +# game/3_min.rpy:1050 +translate spanish lookTable_4d5817e5: + + # Diya "Looking for rocks." + Diya "Buscando por piedras." + +# game/3_min.rpy:1052 +translate spanish lookTable_4f0927d2: + + # Diya "Have you seen any." + Diya "Has visto alguna." + +# game/3_min.rpy:1054 +translate spanish lookTable_238a6418: + + # Ester "There's a pretty big one over there." + Ester "Hay una bastante grande por ahí." + +# game/3_min.rpy:1055 +translate spanish lookTable_efe28e22: + + # "Ester points to a large stone on the ground." + "Ester señala una gran roca en el suelo." + +# game/3_min.rpy:1057 +translate spanish lookTable_1c63452a: + + # Diya "!!!" + Diya "¡¡¡!!!" + +# game/3_min.rpy:1059 +translate spanish lookTable_46384388: + + # Diya "Thanks." + Diya "Gracias." + +# game/3_min.rpy:1062 +translate spanish lookTable_ac7a7501: + + # Min "This one's as big as my fist!!!" with sshake + Min "¡¡¡Esta es tan grande como mi puño!!!" with sshake + +# game/3_min.rpy:1063 +translate spanish lookTable_bbf09ab7: + + # Min "Yeah, this'll work!" + Min "Sí, ¡esto va a funcionar!" + +# game/3_min.rpy:1066 +translate spanish lookTable_45295c61: + + # Ester "Work for what...??" + Ester "¿¿Funcionar para qué...??" + +# game/3_min.rpy:1088 +translate spanish throwRocks_ec7c0a35: + + # Min "YAAAAAAAAAAA!!!!!!" with sshake + Min "¡¡¡¡¡¡¡YAAAAAAAAAAA!!!!!!" with sshake + +# game/3_min.rpy:1090 +translate spanish throwRocks_66fbc48e: + + # "Min hurls a rock at the dead stump!" + "¡Min arroja una piedra al tocón muerto!" + +# game/3_min.rpy:1096 +translate spanish throwRocks_c1756dad: + + # "It hits it with a {i}thwack{/i}, causing a small piece of dry bark to fly off." + "La golpea con un {i}thwack{/i}, causando que un pequeño pedazo de corteza salga volando." + +# game/3_min.rpy:1098 +translate spanish throwRocks_17e6d0f5: + + # Diya "!!" with sshake + Diya "¡¡!!" with sshake + +# game/3_min.rpy:1100 +translate spanish throwRocks_fce94912: + + # Diya "Cool." + Diya "Genial." + +# game/3_min.rpy:1102 +translate spanish throwRocks_94e6279b: + + # MinT "Yeah...She's so impressed by me!" + MinT "Sí...¡Ella está tan impresionada por mí!" + +# game/3_min.rpy:1103 +translate spanish throwRocks_7442e1da: + + # MinT "I bet she wants to kiss me so bad." + MinT "Apuesto que tiene demasiadas ganas de besarme." + +# game/3_min.rpy:1105 +translate spanish throwRocks_8aa1189f: + + # "Diya follows Min's lead and fires a rock at the stump!" + "¡Diya sigue los pasos de Min y dispara una piedra contra el tocón!" + +# game/3_min.rpy:1111 +translate spanish throwRocks_8e170b09: + + # "It slams into the stump so hard, its top half explodes in a shower of bark shards." + "Esta choca contra el tocón con tanta fuerza, que su mitad superior estalla en una lluvia de fragmentos de corteza." + +# game/3_min.rpy:1114 +translate spanish throwRocks_60adc3e5: + + # Min "WHOA!!!!!" with sshake + Min "¡¡¡¡¡WOA!!!!!" with sshake + +# game/3_min.rpy:1115 +translate spanish throwRocks_88c49064: + + # Min "THAT WAS SO BADASS!" with sshake + Min "¡ESO FUE TAN GENIAL!" with sshake + +# game/3_min.rpy:1118 +translate spanish throwRocks_46384388: + + # Diya "Thanks." + Diya "Gracias." + +# game/3_min.rpy:1121 +translate spanish throwRocks_6eee7108: + + # MinT "She's the most perfect girl in the world!" with sshake + MinT "¡Ella es la chica más perfecta del mundo!" with sshake + +# game/3_min.rpy:1124 +translate spanish throwRocks_99546783: + + # "Min has to hold herself back from grabbing Diya and kissing her senseless." + "Min tiene que contenerse para no agarrar a Diya y besarla hasta perder el sentido." + +# game/3_min.rpy:1126 +translate spanish throwRocks_55cd44bb: + + # Min "I wish we didn't have to hide that we're dating." + Min "Ojalá no tuviéramos que esconder que estamos saliendo." + +# game/3_min.rpy:1127 +translate spanish throwRocks_aa0ff165: + + # Min "I get why we have to. But I wish I could just shout it from the mountaintops, that you're my girlfriend." + Min "Entiendo por qué lo tenemos que hacer. Pero ojalá pudiera gritar a los cuatro vientos, que eres mi novia." + +# game/3_min.rpy:1130 +translate spanish throwRocks_79927a97: + + # Diya "It's still true even if you can't say it." + Diya "Aún es verdad incluso si no puedes decirlo." + +# game/3_min.rpy:1132 +translate spanish throwRocks_0155f964: + + # Min "But it'd be nice to say it so everyone knows." + Min "Pero sería bueno decirlo para que todos lo sepan." + +# game/3_min.rpy:1135 +translate spanish throwRocks_46b53d09: + + # Diya "Yeah...I know what you mean." + Diya "Sí...Sé a lo que te refieres." + +# game/3_min.rpy:1137 +translate spanish throwRocks_3166228c: + + # Diya "I wish we could go on more dates. I want to go everywhere with you." + Diya "Ojalá pudiéramos tener más citas. Quiero ir a todas partes contigo." + +# game/3_min.rpy:1138 +translate spanish throwRocks_716cdb21: + + # Diya "The aquarium, PetSmart...Home Depot lights section...Airplane..." + Diya "El acuario, PetSmart...La sección de luces del Home Depot...Avión..." + +# game/3_min.rpy:1140 +translate spanish throwRocks_74888653: + + # Min "Airplane?? Why, do you like flying?" + Min "¿¿¿Avión??? Por qué, ¿te gusta volar?" + +# game/3_min.rpy:1143 +translate spanish throwRocks_3d67dcd5: + + # Diya "Not really. I like looking out the window and eating the pretzel packet." + Diya "No realmente. Me gusta ver afuera y comerme el paquete de pretzels." + +# game/3_min.rpy:1144 +translate spanish throwRocks_00a8bda1: + + # Diya "And Southwest gives you a little stirrer with your drink that's shaped like a heart. But that's it." + Diya "Y Southwest te da un pequeño revolvedor para tu bebida que tiene forma de corazón. Pero eso es todo." + +# game/3_min.rpy:1146 +translate spanish throwRocks_0e22d11e: + + # Diya "We haven't done it together before though, so I think it'd be fun." + Diya "Pero nunca lo hemos hecho juntas antes, así que creo que sería divertido." + +# game/3_min.rpy:1147 +translate spanish throwRocks_83222f81: + + # Diya "I wanna see how you react to it." + Diya "Quiero ver como reaccionas con eso." + +# game/3_min.rpy:1149 +translate spanish throwRocks_57d4c7d6: + + # Min "Me, too. I want to see your face when they give you the heart-shaped stirrer thing." + Min "Yo, también. Quiero ver tu cara cuando te den el revolvedor ese con forma de corazón." + +# game/3_min.rpy:1151 +translate spanish throwRocks_0649bd1b: + + # Diya "We should each ask for a different free beverage and share, so I get to try two drinks instead of just one." + Diya "Deberíamos pedir cada una bebida gratis distinta y compartir, así puedo probar dos bebidas en vez de una." + +# game/3_min.rpy:1153 +translate spanish throwRocks_61fe04ac: + + # "Imagining it makes Min's heart feel like it's going to explode." + "Imaginarlo hace que el corazón de Min sienta que va a explotar." + +# game/3_min.rpy:1154 +translate spanish throwRocks_1bff94ee: + + # "Forgetting her surroundings, Min surges forward to kiss her just as Diya does the same, causing their mouths to crash together unexpectedly hard." + "Olvidándose de su entorno, Min se lanza a besarla justo cuando Diya hace lo mismo, causando que sus bocas choquen con inesperada fuerza." + +# game/3_min.rpy:1156 +translate spanish throwRocks_c2ed57d6: + + # Min "Ough!" with sshake + Min "¡Ough!" with sshake + +# game/3_min.rpy:1159 +translate spanish throwRocks_e5ea3ecd: + + # Diya "Sorry. Got too excited." + Diya "Lo siento. Me emocioné demasiado." + +# game/3_min.rpy:1161 +translate spanish throwRocks_096b1014: + + # Min "That was the worst kiss ever." + Min "Ese fue el peor beso de la historia." + +# game/3_min.rpy:1164 +translate spanish throwRocks_878addcb: + + # Diya "Let's redo it." + Diya "Hagámoslo de nuevo." + +# game/3_min.rpy:1166 +translate spanish throwRocks_d64bbec5: + + # Min "Wait, won't people see us?" + Min "Espera, ¿no nos verán los demás?" + +# game/3_min.rpy:1169 +translate spanish throwRocks_4dec9333: + + # Diya "Oops. I forgot." + Diya "Ups. Se me olvidó." + +# game/3_min.rpy:1170 +translate spanish throwRocks_337a739e: + + # Diya "Maybe we should lie down in the grass." + Diya "Quizás deberíamos acostarnos en el pasto." + +# game/3_min.rpy:1172 +translate spanish throwRocks_27016a3a: + + # Min "Huh? Why?" + Min "¿Ah? ¿Por qué?" + +# game/3_min.rpy:1175 +translate spanish throwRocks_c8233d6f: + + # Diya "That way, it'll look like we're just wrestling." + Diya "De esa manera, se verá como que solo estamos luchando." + +# game/3_min.rpy:1180 +translate spanish throwRocks_74c55366: + + # "Diya lies down, and Min gets on top of her and starts making out with her. It doesn't look anything like wrestling." + "Diya se recuesta, y Min se coloca encima de ella y la empieza a besar. No parece ser una lucha del todo." + +# game/3_min.rpy:1184 +translate spanish throwRocks_95df8240: + + # "Diya clutches at Min's back as Min presses kiss after kiss to her lips." + "Diya se aferra de la espalda de Min mientras Min presiona beso tras beso en sus labios." + +# game/3_min.rpy:1186 +translate spanish throwRocks_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/3_min.rpy:1189 +translate spanish throwRocks_aebb3501: + + # Min "You're so cute. Do you know that?" + Min "Eres tan tierna. ¿Sabes eso?" + +# game/3_min.rpy:1192 +translate spanish throwRocks_d9fba49c: + + # Diya "Maybe a little..." + Diya "Quizás un poco..." + +# game/3_min.rpy:1199 +translate spanish throwRocks_91a04faf: + + # "Diya goes still underneath her, suddenly looking uncomfortable." + "Diya se queda quieta bajo ella, de repente pareciendo incómoda." + +# game/3_min.rpy:1201 +translate spanish throwRocks_68f8e2f6: + + # Min "What's wrong?" + Min "¿Qué pasa?" + +# game/3_min.rpy:1204 +translate spanish throwRocks_758cad04: + + # Diya "A bug crawled under my shirt." + Diya "Un bicho se metió bajo mi camisa." + +# game/3_min.rpy:1208 +translate spanish throwRocks_12adc847: + + # "Diya sits up and unsuccessfully gropes around under her hoodie for the bug." + "Diya se sienta y toquetea sin éxito alrededor de su sudadera en busca del bicho." + +# game/3_min.rpy:1211 +translate spanish throwRocks_397554da: + + # "Every neuron in Min's brain misfires as Diya hikes her hoodie all the way up over her bra, exposing her bare torso." + "Cada neurona en el cerebro de Min fallan cuando Diya se sube la sudadera por encima del sujetador, dejando expuesto su torso desnudo." + +# game/3_min.rpy:1214 +translate spanish throwRocks_ae66778d: + + # MinT "Oohhhhhh........" + MinT "Oohhhhhh........" + +# game/3_min.rpy:1215 +translate spanish throwRocks_ea3cad4b: + + # MinT "I'm looking respectfully...I'm looking respectfully..." + MinT "Estoy mirando con respeto...Estoy mirando con respeto..." + +# game/3_min.rpy:1218 +translate spanish throwRocks_caa5d9ae: + + # Diya "Don't know where it went..." + Diya "No sé adónde se fue..." + +# game/3_min.rpy:1221 +translate spanish throwRocks_360bbf83: + + # "Min is so distracted that it takes her a few seconds to notice the bug crawling on Diya's chest." + "Min está tan distraída que se tarda unos segundos en darse cuenta del bicho arrastrándose por el pecho de Diya." + +# game/3_min.rpy:1224 +translate spanish throwRocks_2f0a03e1: + + # Min "Oh, it's just a beetle. I got it." + Min "Oh, es solo un escarabajo. Lo tengo." + +# game/3_min.rpy:1227 +translate spanish throwRocks_4a22cc1c: + + # "She grabs hold of it just as Akarsha and Noelle come jogging up to them." + "Ella lo agarra justo cuando Akarsha y Noelle se acercan corriendo a ellas." + +# game/3_min.rpy:1233 +translate spanish throwRocks_df9c5e37: + + # Noelle "Everyone has arrived. We should get in costume now." + Noelle "Llegaron todos. Deberíamos ponernos los disfraces ahora." + +# game/3_min.rpy:1237 +translate spanish throwRocks_ec41a1b2: + + # Diya "...!!!" with sshake + Diya "¡¡¡...!!!" with sshake + +# game/3_min.rpy:1240 +translate spanish throwRocks_ebaddf5d: + + # "Diya frantically pulls her hoodie back on." with sshake + "Diya desesperadamente se vuelve a poner la sudadera." with sshake + +# game/3_min.rpy:1242 +translate spanish throwRocks_5194910a: + + # Akarsha "Uh...Whoa..." + Akarsha "Eh...Wow..." + +# game/3_min.rpy:1246 +translate spanish throwRocks_e18f38cc: + + # Min "I was just helping her, a bug crawled up her shirt." + Min "Solo la estaba ayudando, un bicho se le metió a la camisa." + +# game/3_min.rpy:1249 +translate spanish throwRocks_e4ea5d5d: + + # Akarsha "...Where was it gonna crawl next? Down her pants??" + Akarsha "...¿Dónde iba a meterse después? ¿¿Bajo sus pantalones??" + +# game/3_min.rpy:1253 +translate spanish throwRocks_bc969ea4: + + # Min "What the fuck? That's not what was happening!" with sshake + Min "¿Pero que mierda? ¡Eso no era lo que estaba pasando!" with sshake + +# game/3_min.rpy:1256 +translate spanish throwRocks_2745a350: + + # Min "Look, the bug's right here!" + Min "¡Mira, el bicho está justo aquí!" + +# game/3_min.rpy:1258 +translate spanish throwRocks_b4d32823: + + # "Min raises her hand to show it to them, but it's gone." + "Min levanta la mano para mostrárselo, pero se ha ido." + +# game/3_min.rpy:1260 +translate spanish throwRocks_93192951: + + # Noelle "............" + Noelle "............" + +# game/3_min.rpy:1262 +translate spanish throwRocks_605cc9e8: + + # Diya "It must've flown off." + Diya "Debió haber salido volando." + +# game/3_min.rpy:1264 +translate spanish throwRocks_511a36bc: + + # Akarsha "I mean, I'm not judging. If I had a ticket to Boobs City I know what I'd be doing too..." + Akarsha "Digo, no estoy juzgando. Si tuviera un ticket a la Ciudad de los Pechos sé lo que yo haría también..." + +# game/3_min.rpy:1265 +translate spanish throwRocks_eeb683cf: + + # Akarsha "But literally HERE, in broad daylight? Really??" + Akarsha "¿Pero literalmente AQUÍ, a plena luz de día? ¿¿En serio??" + +# game/3_min.rpy:1270 +translate spanish throwRocks_5714678a: + + # Min "Oh, for fuck's sake! We literally weren't doing anything!" with sshake + Min "¡Oh, por el amor de dios! ¡Literalmente no estábamos haciendo nada!" with sshake + +# game/3_min.rpy:1274 +translate spanish throwRocks_6e69f18c: + + # "Diya's face is still flushed pink as they walk over to the others, hand in hand." + "La cara de Diya sigue sonrojada mientras caminan hacia los demás, tomadas de la mano." + +# game/3_min.rpy:1276 +translate spanish throwRocks_a9db357b_1: + + # Diya ".........." + Diya ".........." + +# game/3_min.rpy:1278 +translate spanish throwRocks_06cb1222: + + # Min "Hey, was she making you uncomfortable?" + Min "Oye, ¿te estaba incomodando ella?" + +# game/3_min.rpy:1279 +translate spanish throwRocks_ae579e84: + + # Min "I can make her stop." + Min "Puedo hacer que se detenga." + +# game/3_min.rpy:1282 +translate spanish throwRocks_7be70874: + + # Diya "...No, it's okay." + Diya "...No, está bien." + +# game/3_min.rpy:1284 +translate spanish throwRocks_8a8a550e: + + # Diya "Thanks for asking. I feel pampered with you." + Diya "Gracias por preguntar. Me siento mimada contigo." + +# game/3_min.rpy:1286 +translate spanish throwRocks_c8eb346b: + + # Min "Good, 'cause you deserve to be pampered." + Min "Bien, porque mereces ser mimada." + +# game/3_min.rpy:1297 +translate spanish throwRocks_d7e84fd6: + + # "The group gathers around \"Sakura\" and \"Yuki\" as they haul a pile of clothes and props out of a duffel bag." + "El grupo se reúne en torno a \"Sakura\" y \"Yuki\" mientras sacan un montón de ropa y objetos fuera de un bolso de viaje." + +# game/3_min.rpy:1299 +translate spanish throwRocks_fcd3bdb4: + + # Sayeeda "Sorry we're late, I was turning my closet upside down trying to find everything." + Sayeeda "Lo siento por el atraso, estaba poniendo mi armario patas arriba intentando encontrar todo." + +# game/3_min.rpy:1300 +translate spanish throwRocks_52afa313: + + # Sayeeda "Any objections if I play music from my phone?" + Sayeeda "¿Alguna objeción si pongo música desde mi teléfono?" + +# game/3_min.rpy:1302 +translate spanish throwRocks_0dd9615f: + + # Chryssa "Are you gonna play anime openings?" + Chryssa "¿Vas a poner openings de anime?" + +# game/3_min.rpy:1304 +translate spanish throwRocks_b008e4fc: + + # Sayeeda ".........Maybe........." + Sayeeda ".........Quizás........." + +# game/3_min.rpy:1306 +translate spanish throwRocks_4e7dee9f: + + # Chryssa "Then yes." + Chryssa "Entonces sí." + +# game/3_min.rpy:1308 +translate spanish throwRocks_7c2e9979: + + # Grace "How about K-Pop?" + Grace "¿Qué tal K-Pop?" + +# game/3_min.rpy:1309 +translate spanish throwRocks_9c66af13: + + # Grace "I just discovered this amazing group called Super Junior." + Grace "Acabo de descubrir este asombroso grupo llamado Super Junior." + +# game/3_min.rpy:1311 +translate spanish throwRocks_76279548: + + # Chryssa "I don't know what that is. You can play ONE song." + Chryssa "No sé lo que es eso. Puedes poner UNA canción." + +# game/3_min.rpy:1313 +translate spanish throwRocks_5b85eb31: + + # Grace "Yosh!" + Grace "¡Shí!" + +# game/3_min.rpy:1315 +translate spanish throwRocks_9705e1fb: + + # "She plays a song from her phone speakers and tries to untangle a Nerf gun from a coat belt." + "Ella pone una canción en los altavoces de su teléfono e intenta desenredar una pistola Nerf del cinturón de un abrigo." + +# game/3_min.rpy:1318 +translate spanish throwRocks_60243f2b: + + # NPC "{font=times.ttf}♫{/font} {font=korean.ttf}주변 사람들은 말해{/font} {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} {font=korean.ttf}주변 사람들은 말해{/font} {font=times.ttf}♫{/font}" + +# game/3_min.rpy:1320 +translate spanish throwRocks_caa70cc6: + + # NPC "{font=times.ttf}♫{/font} {font=korean.ttf}내가 너무 적극적{/font} {font=times.ttf}♫{/font}" + NPC "{font=times.ttf}♫{/font} {font=korean.ttf}내가 너무 적극적{/font} {font=times.ttf}♫{/font}" + +# game/3_min.rpy:1323 +translate spanish throwRocks_cc159e1e: + + # Min "............" + Min "............" + +# game/3_min.rpy:1326 +translate spanish throwRocks_26a47e53: + + # Liz "Oh, this isn't so bad." + Liz "Oh, esto no está tan mal." + +# game/3_min.rpy:1328 +translate spanish throwRocks_5daf043b: + + # Grace "Isn't it great? Korean guys are so much better than American guys." + Grace "¿No es genial? Los chicos coreanos son mucho mejores que los chicos estadounidenses." + +# game/3_min.rpy:1330 +translate spanish throwRocks_5d8c72f6: + + # Chryssa "How so?" + Chryssa "¿Cómo así?" + +# game/3_min.rpy:1332 +translate spanish throwRocks_c3287312: + + # Grace "They're all so beautiful and kind-hearted. Not smelly pervs like the guys here." + Grace "Son todos tan guapos y de buen corazón. No pervertidos malolientes como los chicos de aquí." + +# game/3_min.rpy:1333 +translate spanish throwRocks_57afc8c0: + + # Grace "I need to find myself an Oppa..." + Grace "Necesito encontrarme un Oppa..." + +# game/3_min.rpy:1335 +translate spanish throwRocks_3f1e9fa1: + + # MinT "This is weird...Should I say something?" + MinT "Esto es raro...¿Debería decir algo?" + +# game/3_min.rpy:1337 +translate spanish throwRocks_8718e251: + + # MinT "I guess she doesn't mean any harm by it...She's trying to appreciate the culture." + MinT "Supongo que ella no lo hace con mala intención..Está intentando apreciar la cultura." + +# game/3_min.rpy:1344 +translate spanish throwRocks_ac4224b2: + + # Sayeeda "Here, Min, this trenchcoat's yours." + Sayeeda "Toma, Min, esta gabardina es tuya." + +# game/3_min.rpy:1345 +translate spanish throwRocks_948a2913: + + # Sayeeda "It's my brother's Yoite costume. It's supposed to have a hat too, but I think he lost it." + Sayeeda "Es del disfraz de Yoite de mi hermano. Se suponía que tenía un sombrero también, pero creo que él lo perdió." + +# game/3_min.rpy:1348 +translate spanish throwRocks_6dd5c849: + + # Min "Yo-eeteh...? The fuck is that?" + Min "Llo-iteh...? ¿Qué mierda es eso?" + +# game/3_min.rpy:1350 +translate spanish throwRocks_d8f230a4: + + # Sayeeda "From the amazing series Nabari no Ou, duh." + Sayeeda "De la increíble serie Nabari no Ou, obvio." + +# game/3_min.rpy:1352 +translate spanish throwRocks_81b885ba: + + # Ester "Wait a minute...Is this all anime stuff?!" with sshake + Ester "Espera un minuto...¡¿Es todo esto cosas de anime?!" with sshake + +# game/3_min.rpy:1354 +translate spanish throwRocks_6caf358d: + + # Sayeeda "I believe the correct term is \"cosplay\"." + Sayeeda "Creo que el término correcto es \"cosplay\"." + +# game/3_min.rpy:1357 +translate spanish throwRocks_6f5040a8: + + # Noelle "WHAT?!" with sshake + Noelle "¡¿QUÉ?!" with sshake + +# game/3_min.rpy:1359 +translate spanish throwRocks_0f0c6e1f: + + # Noelle "Akarsha! I thought you meant normal costumes! Like Halloween costumes!!" with sshake + Noelle "¡Akarsha! Pensé que te referías a disfraces normales! ¡¡Cómo disfraces de Halloween!!" with sshake + +# game/3_min.rpy:1361 +translate spanish throwRocks_be0fa6d3: + + # Akarsha "You didn't ask, so..." + Akarsha "No preguntaste, así que..." + +# game/3_min.rpy:1364 +translate spanish throwRocks_53ad4253: + + # Min "WHAT THE FUCK ARE YOU WEARING?" with sshake + Min "¿QUÉ MIERDA ESTÁS USANDO?" with sshake + +# game/3_min.rpy:1367 +translate spanish throwRocks_24503fca: + + # Akarsha "My baby wolf costume." + Akarsha "Mi disfraz de lobo bebé." + +# game/3_min.rpy:1371 +translate spanish throwRocks_3804130e: + + # Liz "How do I look?" + Liz "¿Cómo me veo?" + +# game/3_min.rpy:1373 +translate spanish throwRocks_1a8c451a: + + # Chryssa "Like someone wearing cat ears. Is this really gonna come across as \"wolf\"?" + Chryssa "Como alguien usando orejas de gato. ¿De verdad esto va a parecer como un \"lobo\"?" + +# game/3_min.rpy:1375 +translate spanish throwRocks_bf56bd9b: + + # Akarsha "Yuki, this would've been more convincing if you had fursuits." + Akarsha "Yuki, esto hubiera sido más convincente si tuvieras fursuits." + +# game/3_min.rpy:1377 +translate spanish throwRocks_c72a3300: + + # Grace "Fursuits are so expensive, though. I might become a doctor just to be able to afford them someday." + Grace "Los fursuits son tan caros, eso sí. Quizás sea doctora algún día solo para poder comprar uno algún día." + +# game/3_min.rpy:1378 +translate spanish throwRocks_c6bfc638: + + # Grace "Also, you guys don't have to call me Yuki anymore." + Grace "También, ustedes ya no tienen que llamarme Yuki." + +# game/3_min.rpy:1379 +translate spanish throwRocks_dfe6a1ea: + + # Grace "I realized a few days ago that going by a Japanese name in real life is kinda weird if you're not actually Japanese." + Grace "Me di cuenta hace unos días que usar un nombre japonés en la vida real es un poco raro si no eres japonés de verdad." + +# game/3_min.rpy:1381 +translate spanish throwRocks_ef94a58f: + + # Sayeeda "Me too, actually. Even if we love anime, it's a bit much." + Sayeeda "Yo también, de hecho. Incluso si amamos el anime, es un poco demasiado." + +# game/3_min.rpy:1383 +translate spanish throwRocks_642e3850: + + # Ester "It took you all the way til now to realize that...?" + Ester "¿Se tardaron hasta ahora en darse cuenta...?" + +# game/3_min.rpy:1385 +translate spanish throwRocks_8e99a7f3: + + # Chryssa "Well, better late than never. Thank god." + Chryssa "Bueno, mejor tarde que nunca. Gracias a dios." + +# game/3_min.rpy:1387 +translate spanish throwRocks_59a9d51a: + + # Min "So what {i}are{/i} your names?" + Min "¿Así que cuales {i}son{/i} sus nombres?" + +# game/3_min.rpy:1392 +translate spanish throwRocks_2bf93e29: + + # Grace "Grace." + Grace "Grace." + +# game/3_min.rpy:1394 +translate spanish throwRocks_f2f448d6: + + # Min "Grace?! What the..." with sshake + Min "¡¿Grace?! Pero que..." with sshake + +# game/3_min.rpy:1397 +translate spanish throwRocks_b9cdd7f0: + + # Sayeeda "And my real name is Sayeeda." + Sayeeda "Y mi nombre real es Sayeeda." + +# game/3_min.rpy:1399 +translate spanish throwRocks_a7f24050: + + # Akarsha "At least that one sounds {i}kinda{/i} like Sakura." + Akarsha "Al menos eso suena {i}algo{/i} parecido a Sakura." + +# game/3_min.rpy:1401 +translate spanish throwRocks_886bb1d2: + + # Noelle "Akarsha, what does your outfit have to do with being a wolf?" + Noelle "Akarsha, ¿que tiene que ver tu atuendo con ser un lobo?" + +# game/3_min.rpy:1403 +translate spanish throwRocks_34ad825b: + + # Noelle "You only need the ears and paws to get the point across." + Noelle "Solo necesitas las orejas y las zarpas para captar el punto." + +# game/3_min.rpy:1405 +translate spanish throwRocks_a77489b5: + + # Akarsha "So you're saying I should be naked?" + Akarsha "¿Así que estás diciendo que debería estar desnuda?" + +# game/3_min.rpy:1408 +translate spanish throwRocks_08326d3f: + + # Noelle "NO, I'M NOT!" with sshake + Noelle "¡NO, NO LO ESTOY!" with sshake + +# game/3_min.rpy:1415 +translate spanish throwRocks_8c9e3d3b: + + # "Diya holds up her \"environmentalist\" costume." + "Diya sostiene su disfraz de \"ecologista\"." + +# game/3_min.rpy:1417 +translate spanish throwRocks_ad29a7d4: + + # Diya "Where do I change?" + Diya "¿Dónde me cambio?" + +# game/3_min.rpy:1419 +translate spanish throwRocks_bc175177: + + # Akarsha "I used the restroom over there. It's just the one family room, so you'll all have to take turns getting changed." + Akarsha "Yo usé el baño de ahí. Es sólo una baño familiar, así que se tendrán que cambiar por turnos." + +# game/3_min.rpy:1421 +translate spanish throwRocks_224ebcca: + + # Akarsha "Unless, y'know, you want Min to \"get more bugs off you\"..." + Akarsha "A menos que, ya sabes, quieras que Min te \"saque más bichos\"..." + +# game/3_min.rpy:1426 +translate spanish throwRocks_07b08dec: + + # Min "YOU FREAK WHORE!!! YOU'RE DERANGED IF YOU THINK I'M FUCKING HER IN A PARK BATHROOM!!!" with sshake + Min "¡¡¡MALDITA ZORRA LOCA!!! ¡¡¡ESTÁS TRASTORNADA SI CREES QUE ME LA ESTOY COGIENDO EN EL BAÑO DE UN PARQUE!!!" with sshake + +# game/3_min.rpy:1429 +translate spanish throwRocks_461440e7: + + # Akarsha "One way ticket to Boobs City..." + Akarsha "Ticket de vuelo a la Ciudad de los Pechos..." + +# game/3_min.rpy:1432 +translate spanish throwRocks_db95ce5d: + + # Min "WHA— STOP CALLING MY GIRLFRIEND \"BOOBS CITY\"??!" with sshake + Min "QUE— ¡¿¿DEJA DE LLAMAR A MI NOVIA \"CIUDAD DE LOS PECHOS\"??!" with sshake + +# game/3_min.rpy:1433 +translate spanish throwRocks_ad6f92b7: + + # Min "WHY'RE YOU SO OBSESSED WITH THAT PHRASE NOW?" + Min "¿POR QUÉ ESTÁS TAN OBSESIONADA CON ESA FRASE AHORA?" + +# game/3_min.rpy:1438 +translate spanish throwRocks_78a34330: + + # Diya "...I'll go now..." + Diya "...Yo me iré ahora..." + +# game/3_min.rpy:1442 +translate spanish tentSetup_4a8d0550: + + # Noelle "In the meantime, Min, can you help me pitch this tent? It's going to be the setting of your first scene." + Noelle "Mientras tanto, Min, me puedes ayudar a levantar esta carpa? Va a ser el escenario de tu primera escena." + +# game/3_min.rpy:1444 +translate spanish tentSetup_40eb1b47: + + # Min "Ugh, fine." + Min "Agh, bueno." + +# game/3_min.rpy:1447 +translate spanish tentSetup_573d85bc: + + # Ester "I can help, too. Since I don't need to get in costume." + Ester "Yo puedo ayudar, también. Como no necesito disfrazarme." + +# game/3_min.rpy:1452 +translate spanish tentSetup_f4085432: + + # "Min helps Ester and Noelle carry the box with the tent in it." + "Min ayuda a Ester y a Noelle a cargar la caja con la carpa adentro." + +# game/3_min.rpy:1454 +translate spanish tentSetup_cfdc74a3: + + # Noelle "I don't understand why Akarsha keeps making those crass jokes about you two." + Noelle "No entiendo por qué Akarsha no para de hacer esos chistes burdos sobre ustedes dos." + +# game/3_min.rpy:1455 +translate spanish tentSetup_f70e41fc: + + # Noelle "It's not as if two girls can actually have sexual relations." + Noelle "No es como si dos chicas pudieran tener relaciones sexuales." + +# game/3_min.rpy:1457 +translate spanish tentSetup_f51af07c: + + # Min "...What the hell are you talking about? Yes they can?" + Min "...¿De que diablos estás hablando? ¿Si que pueden?" + +# game/3_min.rpy:1460 +translate spanish tentSetup_42a5c4ee: + + # Noelle "Are you dense? Humans weren't evolved for that." + Noelle "¿Eres tonta? Los humanos no evolucionaron para eso." + +# game/3_min.rpy:1461 +translate spanish tentSetup_b2467397: + + # Noelle "The anatomy makes it impossible." + Noelle "La anatomía lo hace imposible." + +# game/3_min.rpy:1463 +translate spanish tentSetup_3ba51377: + + # Min "How's it impossible? You can use other body parts, like your fingers." + Min "¿Cómo es imposible? Puedes usar otras partes del cuerpo, como tus dedos." + +# game/3_min.rpy:1466 +translate spanish tentSetup_36077f63: + + # Noelle "Fingers?! You must be mistaken." with sshake + Noelle "¡¿Dedos?! Debes estar equivocada." with sshake + +# game/3_min.rpy:1468 +translate spanish tentSetup_9a824c2d: + + # MinT "Are we really having this conversation right now?!" with sshake + MinT "¡¿De verdad estamos teniendo esta conversación ahora mismo?!" with sshake + +# game/3_min.rpy:1471 +translate spanish tentSetup_9e2b4a86: + + # Ester "No, it's true. I mean, girls' love manga is a thing..." + Ester "No, es verdad. Quiero decir, el manga de amor entre chicas es una cosa..." + +# game/3_min.rpy:1473 +translate spanish tentSetup_f0dcbbb0: + + # Noelle "...What...?" + Noelle "¿...Qué...?" + +# game/3_min.rpy:1475 +translate spanish tentSetup_13424b19: + + # Min "Did you think lesbians gave up sex for life???" + Min "¿¿¿Acaso crees que las lesbianas renunciaron al sexo de por vida???" + +# game/3_min.rpy:1479 +translate spanish tentSetup_9ec3f8f5: + + # Noelle "...................." + Noelle "...................." + +# game/3_min.rpy:1481 +translate spanish tentSetup_a771c146: + + # MinT "Is she serious?! How sheltered is she??" + MinT "¡¿Ella va en serio?! ¿¿Qué tan aislada está??" + +# game/3_min.rpy:1483 +translate spanish tentSetup_808918e2: + + # "Noelle is so shocked that she doesn't speak for a while." + "Noelle está tan impactada que no habla por un rato." + +# game/3_min.rpy:1485 +translate spanish tentSetup_f633f2bb: + + # "Ester wipes sweat off her brow and points at a clearing in the dry grass." + "Ester se seca el sudor de la frente y señala a un espacio en el pasto seco." + +# game/3_min.rpy:1488 +translate spanish tentSetup_544920f4: + + # Ester "That spot over there might look nice on film." + Ester "Ese lugar por ahí podría verse bien en cámara." + +# game/3_min.rpy:1490 +translate spanish tentSetup_e2a72253: + + # Noelle "Isn't it a bit close to the ravine, though? There's a steep downhill slope right behind it." + Noelle "¿Pero, no está un poco cerca del barranco? Hay una empinada cuesta abajo detrás de él." + +# game/3_min.rpy:1492 +translate spanish tentSetup_1d8a13c5: + + # Min "So? It's not like the tent's gonna teleport backwards after we've nailed it down." + Min "¿Y? No es como que la carpa se vaya a teletransportar hacia atrás una vez la hayamos clavado." + +# game/3_min.rpy:1495 +translate spanish tentSetup_ba296298: + + # Ester "Yeah, unless a typhoon blows us over I think it'll be fine." + Ester "Sí, a menos que un tifón nos vuele creo que estará bien." + +# game/3_min.rpy:1497 +translate spanish tentSetup_ae002321: + + # Noelle "Alright, I see that I'm outnumbered." + Noelle "De acuerdo, veo que me superan en número." + +# game/3_min.rpy:1498 +translate spanish tentSetup_2191a65c: + + # Noelle "But don't say I didn't warn you." + Noelle "Pero no digan que no les advertí." + +# game/3_min.rpy:1500 +translate spanish tentSetup_df6d78e5: + + # "Min hears rustling behind her. She turns around and sees Akarsha making a leaf pile." + "Min escucha crujidos detrás de ella. Se da la vuelta y ve a Akarsha haciendo un montículo de hojas." + +# game/3_min.rpy:1502 +translate spanish tentSetup_c19b46b4: + + # Akarsha "Heheheh..." + Akarsha "Jejejej..." + +# game/3_min.rpy:1504 +translate spanish tentSetup_82b1e7e4: + + # Min "Wait, is she trying the exploding leaf thing?" + Min "Espera, ¿está ella tratando lo de las hojas explosivas?" + +# game/3_min.rpy:1507 +translate spanish tentSetup_fb98b2ef: + + # Noelle "AKARSHA!!! THAT'S NOT ALLOWED!!!" with sshake + Noelle "¡¡¡AKARSHA!!! ¡¡¡ESO NO ESTÁ PERMITIDO!!!" with sshake + +# game/3_min.rpy:1509 +translate spanish tentSetup_1695b964: + + # "As Noelle chases after Akarsha, Min and Ester lay out their tent in the spot they picked." + "Mientras Noelle persigue a Akarsha, Min y Ester despliegan la carpa en el lugar que eligieron." + +# game/3_min.rpy:1511 +translate spanish tentSetup_8d68842b: + + # Min "She's so friggin' anal. She's probably sexually attracted to laws." + Min "Ella es tan malditamente molesta. Probablemente se siente atraída sexualmente por las leyes." + +# game/3_min.rpy:1515 +translate spanish tentSetup_71fde46a: + + # Ester "I bet she loses her mind whenever she sees jaywalkers." + Ester "Apuesto que pierde la cabeza cada vez que ve a alguien caminar fuera de la vereda." + +# game/3_min.rpy:1517 +translate spanish tentSetup_f661a447: + + # Min "She DOES!" + Min "¡Lo HACE!" + +# game/3_min.rpy:1519 +translate spanish tentSetup_ecbbf2dc: + + # Min "It's like she thinks someone's gonna go \"Good job Noelle, you're the best at following the rules!\" and give her a gold star for it." + Min "Es como si ella pensara que alguien va a decir \"¡Buen trabajo Noelle, eres la mejor en seguir las reglas!\" y darle una estrella dorada por ello." + +# game/3_min.rpy:1523 +translate spanish tentSetup_b1ff732e: + + # "Min squints in confusion at the steps to set up the tent." + "Min mira los pasos para levantar la carpa con confusión." + +# game/3_min.rpy:1525 +translate spanish tentSetup_c3c931f6: + + # Min "I can't picture this shit...Where do the poles go?" + Min "No puedo visualizar esta mierda...¿Adónde van los postes?" + +# game/3_min.rpy:1527 +translate spanish tentSetup_299fae68: + + # Ester "They criss-cross in the middle, see?" + Ester "Se entrecruzan en el medio, ¿lo ves?" + +# game/3_min.rpy:1528 +translate spanish tentSetup_dc1c073e: + + # Ester "Here, just hold that end and stick it through the metal ring." + Ester "Toma, solo sujeta ese extremo y mételo por el anillo de metal." + +# game/3_min.rpy:1532 +translate spanish tentSetup_883944e9: + + # "Like magic, the tent pops out into the third dimension." + "Como magia, la carpa salta a la tercera dimensión." + +# game/3_min.rpy:1534 +translate spanish tentSetup_d80291e8: + + # Min "Holy shit. You're like a camping progidy." + Min "Santa mierda. Eres como una progidio del campismo." + +# game/3_min.rpy:1537 +translate spanish tentSetup_64818bfe: + + # Ester "I mean, all I did was follow the instructions..." + Ester "Osea, todo lo que hice fue seguir las instrucciones..." + +# game/3_min.rpy:1538 +translate spanish tentSetup_836584e0: + + # Ester "Now we just have to drive the stakes into the ground." + Ester "Ahora solo tenemos que clavar las estacas en el piso." + +# game/3_min.rpy:1545 +translate spanish tentSetup_d3f91bdb: + + # "Min pounds each stake into the dirt with a large stone, enthralled that hitting something is actually constructive for once." + "Min clava cada estaca en la tierra con una gran piedra, cautivada por el hecho de que golpear algo por fin sea realmente constructivo." + +# game/3_min.rpy:1547 +translate spanish tentSetup_5207af29: + + # Min "Fuck yeah!!!" with sshake + Min "¡¡¡Joder sí!!!" with sshake + +# game/3_min.rpy:1550 +translate spanish tentSetup_ef2c1ec3: + + # "Meanwhile, Ester takes her sketchbook out of her backpack and starts writing in it." + "Mientras tanto, Ester saca su cuaderno de su mochila y comienza a escribir en él." + +# game/3_min.rpy:1552 +translate spanish tentSetup_8071f618: + + # Min "What're you doing?" + Min "¿Qué estás haciendo?" + +# game/3_min.rpy:1555 +translate spanish tentSetup_4bf12a9a: + + # "Ester stops, looking embarrassed." + "Ester se detiene, pareciendo avergonzada." + +# game/3_min.rpy:1557 +translate spanish tentSetup_df55a730: + + # Ester "I'm writing down what you said earlier as inspiration for my webcomic. Like, for character dialogue." + Ester "Estoy escribiendo lo que dijiste antes como inspiración para mi websomic. Como, para el dialogo de personajes." + +# game/3_min.rpy:1558 +translate spanish tentSetup_9305989f: + + # Ester "I've started doing this whenever something interesting happens so I can remember later." + Ester "He comenzado a hacer esto cada vez que alguien dice algo interesante para que lo pueda recordar más tarde." + +# game/3_min.rpy:1560 +translate spanish tentSetup_105f727a: + + # Min "Huh? What'd I say that was interesting?" + Min "¿Ah? ¿Qué dije que fue interesante?" + +# game/3_min.rpy:1563 +translate spanish tentSetup_f8c54461: + + # Ester "You said I was a camping \"progidy.\" Y'know, instead of a \"prodigy.\"" + Ester "Dijiste que era una \"progidio\" del campismo. Sabes, en vez de \"prodigio.\"" + +# game/3_min.rpy:1565 +translate spanish tentSetup_9c36f691: + + # Min "What's so special about that? They're pretty much the same anyway." + Min "¿Qué es tan especial sobre eso? Son básicamente lo mismo de igual manera." + +# game/3_min.rpy:1567 +translate spanish tentSetup_0682b348: + + # Ester "I dunno, I just thought it was a neat detail." + Ester "No lo sé, solo pensé que era un buen detalle." + +# game/3_min.rpy:1569 +translate spanish tentSetup_66b52d10: + + # Ester "Obviously I'll only use it if you're okay with it, though!" + Ester "¡Obviamente solo lo usaré si estás bien con eso, por supuesto!" + +# game/3_min.rpy:1571 +translate spanish tentSetup_add2ee5d: + + # Min "I mean, sure, I don't really care." + Min "Osea, claro, realmente no me importa." + +# game/3_min.rpy:1572 +translate spanish tentSetup_edaf9f90: + + # Min "What's it for, again? A comic?" + Min "¿Para qué era, de nuevo? Un comic?" + +# game/3_min.rpy:1575 +translate spanish tentSetup_d5569e27: + + # Ester "Yep." + Ester "Sep." + +# game/3_min.rpy:1577 +translate spanish tentSetup_158a47c2: + + # Min "What, like Garfield?" + Min "Qué, ¿como Garfield?" + +# game/3_min.rpy:1580 +translate spanish tentSetup_b19809b9: + + # Ester "Huh?? No, it's nothing like that." + Ester "¿¿Ah?? No, no es nada como eso." + +# game/3_min.rpy:1582 +translate spanish tentSetup_bab514a0: + + # Ester "It's still a work in progress, but basically...it's about a bunch of teenagers who have the power to shift into alternate dimensions." + Ester "Todavía está en progreso, pero básicamente...es sobre un montón de adolescentes que tienen el poder de cambiar a dimensiones alternas." + +# game/3_min.rpy:1583 +translate spanish tentSetup_d2828dba: + + # Ester "It's kinda sci-fi-y, I guess." + Ester "Es como de ciencia ficción, supongo." + +# game/3_min.rpy:1585 +translate spanish tentSetup_2bdf49e9: + + # Min "Oh, so like a superhero comic?" + Min "Oh, ¿entonces como un comic de superhéroes?" + +# game/3_min.rpy:1588 +translate spanish tentSetup_9d39fd8e: + + # Ester "No, there's no supervillains or anything. All their problems come from the way they use their own powers." + Ester "No, no hay supervillanos ni nada. Todos sus problemas vienen de la manera en la que usan sus propios poderes." + +# game/3_min.rpy:1589 +translate spanish tentSetup_478f9a7f: + + # Ester "Like, while you're in the parallel universe, you're gone from your original universe, right?" + Ester "Como, mientras estás en el universo paralelo, te has ido de tu universo original, ¿cierto?" + +# game/3_min.rpy:1590 +translate spanish tentSetup_b609438b: + + # Ester "But what if you get tied up with something while there, and can't come back?" + Ester "¿Pero qué pasa si te enredas con algo mientras estás ahí, y no puedes volver?" + +# game/3_min.rpy:1592 +translate spanish tentSetup_b2777b84: + + # Min "That'd suck ass." + Min "Eso sería una mierda." + +# game/3_min.rpy:1593 +translate spanish tentSetup_9303f566: + + # Min "I wouldn't get to see Diya or my friends anymore." + Min "Ya no podría ver a Diya o a mis amigos." + +# game/3_min.rpy:1595 +translate spanish tentSetup_99996007: + + # Ester "Exactly! No one from the world you left behind would know why you disappeared, and you'd become a missing person there." + Ester "¡Exacto! Nadie en este mundo que dejaste atrás sabría por qué desapareciste, y te convertirías en alguien extraviado ahí." + +# game/3_min.rpy:1597 +translate spanish tentSetup_67782cae: + + # Ester "I always get so stressed out about that when reading Narnia and time travel stories." + Ester "Siempre me estreso tanto cuando leo los libros de Narnia e historias de viaje en el tiempo." + +# game/3_min.rpy:1599 +translate spanish tentSetup_8824f780: + + # MinT "I've never heard her talk this much before." + MinT "Nunca la he escuchado hablar tanto antes." + +# game/3_min.rpy:1600 +translate spanish tentSetup_efe2d9c4: + + # MinT "She must really be hyped about her webcomic." + MinT "Debe de estar realmente entusiasmada sobre su webcomic." + +# game/3_min.rpy:1604 +translate spanish tentSetup_47d136fb: + + # Ester "...Anyway, a lot of miscommunication happens between the characters because of issues like that." + Ester "...De todos modos, un montón de falta de comunicación pasa entre los personajes por problemas como ese." + +# game/3_min.rpy:1606 +translate spanish tentSetup_0ed7dee7: + + # Min "No offense, but I can't stand stories that revolve around misunderstandings." + Min "Sin ofender, pero no puedo soportar las historias que giran en torno a malentendidos." + +# game/3_min.rpy:1607 +translate spanish tentSetup_2930870d: + + # Min "It's so frustrating when the whole problem is literally just people being bad at talking." + Min "Es tan frustrante cuando todo el problema es literalmente personas siendo malas hablando." + +# game/3_min.rpy:1608 +translate spanish tentSetup_518310bf: + + # Min "If you hurt someone, it should be on purpose." + Min "Si dañas a alguien, debería ser a propósito." + +# game/3_min.rpy:1611 +translate spanish tentSetup_cd8132e3: + + # Ester "But those kinds of problems are the most realistic." + Ester "Pero ese tipo de problemas son los más realistas." + +# game/3_min.rpy:1612 +translate spanish tentSetup_6f085abb: + + # Ester "In real life, people hurt each other by accident all the time." + Ester "En la vida real, la gente se daña la una a la otra accidentalmente todo el tiempo." + +# game/3_min.rpy:1614 +translate spanish tentSetup_98ede5fe: + + # Min "Like how?" + Min "¿De qué manera?" + +# game/3_min.rpy:1616 +translate spanish tentSetup_50827634: + + # Ester "You know how before our school became 93%% Asian, it used to have a football team?" + Ester "¿Sabes como antes de que nuestra escuela se volviera 93%% asiática, solíamos tener un equipo de fútbol?" + +# game/3_min.rpy:1618 +translate spanish tentSetup_23a0f71a: + + # Min "They died 'cause Asians don't care about football, right? Same as the real baseball team." + Min "Murieron porque a los asiáticos no les importa el fútbol, ¿cierto? Lo mismo con el equipo de béisbol verdadero." + +# game/3_min.rpy:1620 +translate spanish tentSetup_fce7622d: + + # Ester "Yeah. No one would go to the games." + Ester "Sí. Nadie iba a los juegos." + +# game/3_min.rpy:1621 +translate spanish tentSetup_bcef91e3: + + # Ester "As a last-ditch effort to help them last year, my math teacher offered us two points of extra credit for coming to a football game." + Ester "Como último esfuerzo para ayudarlos el año pasado, mi profesor de matemáticas nos ofreció dos puntos de crédito extra por ir a un partido de fútbol." + +# game/3_min.rpy:1622 +translate spanish tentSetup_2834b316: + + # Ester "So I went, to help my grade." + Ester "Así que fui, para subir mi calificación." + +# game/3_min.rpy:1624 +translate spanish tentSetup_d5565b46: + + # Ester "But as soon as I got home, my dad yelled at me for going to a game instead of studying." + Ester "Pero apenas llegué a casa, mi papá me gritó por ir a un partido en vez de estudiar." + +# game/3_min.rpy:1625 +translate spanish tentSetup_17062820: + + # Ester "He didn't get that we had the exact same goal, me getting good grades." + Ester "No sabía que teníamos exactamente el mismo objetivo, que yo obtuviera buenas calificaciones." + +# game/3_min.rpy:1627 +translate spanish tentSetup_a4d68e38: + + # Min "Wait, what ethnicity are you?" + Min "Espera, ¿de que etnia eres?" + +# game/3_min.rpy:1630 +translate spanish tentSetup_8244b788: + + # Ester "Huh? I'm Black and Chinese." + Ester "¿Ah? Soy negra y china." + +# game/3_min.rpy:1632 +translate spanish tentSetup_56b73bb0: + + # Min "And your dad's the Black one?" + Min "¿Y tu padre es el negro?" + +# game/3_min.rpy:1635 +translate spanish tentSetup_0c32ea41: + + # Ester "Uh...Yeah, he is?" + Ester "Eh...¿Sí, lo es?" + +# game/3_min.rpy:1639 +translate spanish tentSetup_5b084916: + + # Min "I didn't know Black people cared about grades." + Min "No sabía que a la gente negra les importaban las calificaciones." + +# game/3_min.rpy:1642 +translate spanish tentSetup_b2d7d155: + + # Ester ".......That's like...pretty racist of you to say..." + Ester ".......Eso es como...bastante racista de tu parte..." + +# game/3_min.rpy:1644 +translate spanish tentSetup_82bf8bdf: + + # "Bewildered, Min completely misses the tent stake she was trying to hit." + "Desconcertada, Min completamente falla la estaca de la carpa que intentaba golpear." + +# game/3_min.rpy:1647 +translate spanish tentSetup_b6166736: + + # Min "Huh?! How is it racist??" with sshake + Min "¡¿Ah?! ¿¿Cómo es racista??" with sshake + +# game/3_min.rpy:1650 +translate spanish tentSetup_ec27cf6b: + + # Ester "Why would you assume Black people don't care about their grades?" + Ester "¿Por qué asumirías que a la gente negra no le importan las calificaciones?" + +# game/3_min.rpy:1652 +translate spanish tentSetup_285d2fb2: + + # Min "I didn't mean it as a diss or anything." + Min "No lo decía como una crítica ni nada por el estilo." + +# game/3_min.rpy:1653 +translate spanish tentSetup_4294eee2: + + # Min "{i}I{/i} don't care about grades either, it's not like I was looking down on them." + Min "A {i}mi{/i} tampoco me importan las calificaciones, no es como que los menospreciara." + +# game/3_min.rpy:1658 +translate spanish tentSetup_7b4b47fe: + + # Ester "But...but why even bring my race into it like that??" + Ester "Pero...¿¿pero por qué meter mi raza en esto de esa manera??" + +# game/3_min.rpy:1663 +translate spanish tentSetup_05ad1e2a: + + # Min "I was just asking a question!" + Min "¡Solo estaba haciendo una pregunta!" + +# game/3_min.rpy:1664 +translate spanish tentSetup_4918ead3: + + # Min "Didn't {i}you{/i} bring up race first? You were talking about Asians!" + Min "¿No fuiste {i}tu{/i} la que hablo de raza primero? ¡Estabas hablando sobre asiáticos!" + +# game/3_min.rpy:1667 +translate spanish tentSetup_7158a414: + + # Ester "I'm Asian so I'm allowed to say that!" + Ester "¡Soy asiática así que puedo decir eso!" + +# game/3_min.rpy:1669 +translate spanish tentSetup_cf437258: + + # Min "Sure, whatever. If I knew you'd be so fucking sensitive about it, I wouldn't have asked in the first place." + Min "Claro, lo que sea. Si hubiera sabido que serías tan jodidamente sensible al respecto, no te lo habría preguntado en primer lugar." + +# game/3_min.rpy:1672 +translate spanish tentSetup_a6d85178: + + # Ester "Wow...So instead of saying sorry, you're insulting me?" + Ester "Wow...Entonces en vez de disculparte, ¿me estás insultando?" + +# game/3_min.rpy:1675 +translate spanish tentSetup_ad760c80: + + # Min "Wh—Why the hell should I apologize?" + Min "Q—¿Por qué diablos debería disculparme?" + +# game/3_min.rpy:1676 +translate spanish tentSetup_34aa301b: + + # Min "I wasn't even trying to be offensive! It's not like I purposefully called you the N word or something." + Min "¡Ni siquiera estaba intentando ser ofensiva! No es como que te haya llamado la palabra con N o algo." + +# game/3_min.rpy:1682 +translate spanish tentSetup_72284568: + + # Ester "WOW, THANKS FOR NOT CALLING ME THE N WORD????" with sshake + Ester "WOW, ¿¿¿¿GRACIAS POR NO LLAMARME LA PALABRA CON N?????" with sshake + +# game/3_min.rpy:1684 +translate spanish tentSetup_8a1fa158: + + # Min "I'm just saying you're overreacting!" + Min "¡Sólo estoy diciendo que estás exagerando!" + +# game/3_min.rpy:1686 +translate spanish tentSetup_960e5227: + + # Min "There's REAL racist people out there who hate minorities, and you're calling ME racist just because I accidentally made one little mistake?!" with sshake + Min "Hay gente ahí fuera que es racista DE VERDAD que odian a las minorías, ¡¿y me estás llamando a MÍ racista solo porque hice un pequeño error accidental?!" with sshake + +# game/3_min.rpy:1689 +translate spanish tentSetup_cf299bd6: + + # Ester "It's not just one little mistake! You say weird, ignorant stuff like this all the time!" + Ester "¡No es solo un pequeño error! ¡Dices cosas raras e ignorantes como estas todo el tiempo!" + +# game/3_min.rpy:1691 +translate spanish tentSetup_ab2f5b38: + + # Min "No, I don't! Like what?" with sshake + Min "¡No, no lo hago! ¿Cómo qué?" with sshake + +# game/3_min.rpy:1694 +translate spanish tentSetup_47cd9eda: + + # Ester "Like when you randomly told me my hair was flat!" + Ester "¡Cómo cuando de la nada me dijiste que mi pelo estaba plano!" + +# game/3_min.rpy:1695 +translate spanish tentSetup_552df9b6: + + # Ester "What was I even supposed to say to that?? \"Yours too\"???" + Ester "¿¿Qué se suponía que debía decir a eso?? ¿¿¿\"El tuyo también\"???" + +# game/3_min.rpy:1698 +translate spanish tentSetup_1530318e: + + # Min "GET A GRIP! THAT'S NOT EVEN REAL RACISM!!!" with sshake + Min "¡TRANQUILÍZATE HOMBRE! ¡¡¡ESO NI SIQUIERA ES RACISMO DE VERDAD!!!" with sshake + +# game/3_min.rpy:1701 +translate spanish tentSetup_25304de0: + + # Ester "You're seriously trying to explain what racism is to ME? A Black and Chinese person???" + Ester "¿En serio estás intentando explicar lo que el racismo es a MÍ? ¿¿¿Una persona negra y china???" + +# game/3_min.rpy:1703 +translate spanish tentSetup_c61d7eb7: + + # Min "Look, I'm a minority too! Us even fighting is so dumb!" + Min "¡Mira, soy una minoría también! ¡Nosotras incluso peleando es estúpido!" + +# game/3_min.rpy:1706 +translate spanish tentSetup_83b0d045: + + # Ester "You being Asian doesn't mean you're not racist!" + Ester "¡Qué tú seas asiática no significa que no seas racista!" + +# game/3_min.rpy:1707 +translate spanish tentSetup_71203f4b: + + # Ester "The worst racism I've EVER seen was when I went to China!" + Ester "¡El peor racismo que JAMÁS he visto fue cuando fui a China!" + +# game/3_min.rpy:1708 +translate spanish tentSetup_3f6dd090: + + # Ester "God, you're being so stupid!" + Ester "¡Dios, estás siendo tan idiota!" + +# game/3_min.rpy:1714 +translate spanish tentSetup_263574d4: + + # "Ester throws her stake down and storms off!" + "¡Ester tira su estaca al suelo y se marcha!" + +# game/3_min.rpy:1715 +translate spanish tentSetup_e873c094: + + # "Dumbfounded, Min just stands there with her heart racing a mile a minute." + "Atónita, Min solo se queda de pie con el corazón a mil por hora." + +# game/3_min.rpy:1719 +translate spanish tentSetup_70207210: + + # MinT "How did it blow up like this?! I wasn't even trying to start something!" with sshake + MinT "¡¿Cómo explotaron las cosas así?! ¡Ni siquiera estaba tratando de comenzar algo!" with sshake + +# game/3_min.rpy:1721 +translate spanish tentSetup_13f66042: + + # MinT "Shit! Did anyone else hear us fighting?" + MinT "¡Mierda! ¿Nos habrá escuchado alguien pelear?" + +# game/3_min.rpy:1723 +translate spanish tentSetup_66de9dbf: + + # "Min nervously looks around, paranoid that her friends heard what happened." + "Min mira nerviosa a su alrededor, con la paranoia de que sus amigas hayan oído lo que ocurrió." + +# game/3_min.rpy:1725 +translate spanish tentSetup_8253b44a: + + # MinT "It's hard to tell if they did..." + MinT "Es difícil saber si lo hicieron..." + +# game/3_min.rpy:1727 +translate spanish tentSetup_9ff588d1: + + # "Min frantically hammers the last stake in place, her stomach churning with a mixture of shame and panic." + "Min clava frenéticamente la ultima estaca en su lugar, con el estómago revuelto en una mezcla de vergüenza y pánico." + +# game/3_min.rpy:1729 +translate spanish tentSetup_b7a91e98: + + # "She hears footsteps behind her, and nearly has a heart attack when she turns to see Chryssa walking over." + "Escucha pasos detrás de ella, y casi le da un ataque al corazón cuando se da la vuelta para ver a Chryssa acercándose." + +# game/3_min.rpy:1733 +translate spanish tentSetup_a665fcbc: + + # MinT "OH FUCK!!!" with sshake + MinT "¡¡¡OH MIERDA!!!" with sshake + +# game/3_min.rpy:1735 +translate spanish tentSetup_d2975cf8: + + # MinT "What if Ester told Chryssa I'm racist against Black people? She's Black too!" with sshake + MinT "Qué pasa si Ester le dijo a Chryssa que soy racista contra la gente negra? ¡Ella es negra también!" with sshake + +# game/3_min.rpy:1736 +translate spanish tentSetup_610a4580: + + # MinT "I don't want her to hate me! She might even kick me off the team!" + MinT "¡No quiero que ella me odie! ¡Incluso podría echarme del equipo!" + +# game/3_min.rpy:1738 +translate spanish tentSetup_cfb0ae50: + + # Chryssa "Need any help with the tent?" + Chryssa "¿Necesitas ayuda con la carpa?" + +# game/3_min.rpy:1740 +translate spanish tentSetup_55cdc447: + + # Min "Nah, I'm good." + Min "Nah, estoy bien." + +# game/3_min.rpy:1743 +translate spanish tentSetup_310b769d: + + # Chryssa "I guess you could say it's...not tent to be." + Chryssa "Supongo que podrías decir que...no fui carpáz." + +# game/3_min.rpy:1746 +translate spanish tentSetup_6b4e2716: + + # MinT "I should be extra careful not to offend her..." + MinT "Debería ser extra cuidadosa para no ofenderla..." + +# game/3_min.rpy:1747 +translate spanish tentSetup_8d9d7544: + + # Min "Ha...ha...Great joke..." + Min "Ja..ja...Buen chiste..." + +# game/3_min.rpy:1749 +translate spanish tentSetup_3856dab5: + + # Chryssa "Thank you! I feel like not enough people appreciate my puns." + Chryssa "¡Gracias! Siento que no hay suficientes personas que aprecien mis juegos de palabras." + +# game/3_min.rpy:1751 +translate spanish tentSetup_6d240c86: + + # "Having donned her \"reporter\" costume, Noelle returns to place a sleeping bag inside the tent." + "Tras ponerse su disfraz de \"reportera\", Noelle vuelve al lugar a colocar un saco de dormir dentro de la carpa." + +# game/3_min.rpy:1753 +translate spanish tentSetup_ba27bc3a: + + # Noelle "Min, it's your turn to get changed." + Noelle "Min, es tu turno de cambiarte." + +# game/3_min.rpy:1754 +translate spanish tentSetup_42e4a361: + + # Noelle "Where did Ester go? We're about to start shooting." + Noelle "¿Adónde se fue Ester? Estamos a punto de comenzar a filmar." + +# game/3_min.rpy:1756 +translate spanish tentSetup_ca5841a2: + + # MinT "I can't tell her Ester left because she thinks I'm racist!" with sshake + MinT "¡No puedo saber que Ester se fue porque piensa que soy racista!" with sshake + +# game/3_min.rpy:1757 +translate spanish tentSetup_6b1bde83: + + # Min "Uh......She just randomly walked off." + Min "Eh......Ella solo se fue de la nada." + +# game/3_min.rpy:1760 +translate spanish tentSetup_97c12971: + + # Noelle "What? How come?" + Noelle "¿Qué? ¿Cómo así?" + +# game/3_min.rpy:1762 +translate spanish tentSetup_dbb27c2d: + + # Min "Who knows? She's so weird." + Min "¿Quién sabe? Ella es tan rara." + +# game/3_min.rpy:1766 +translate spanish tentSetup_864e18ee: + + # "In the park's restroom, Min quickly changes into her \"Evil Hunter\" get-up." + "En el baño del parque, Min rápidamente se cambia a su atuendo de \"Cazadora Malvada\"." + +# game/3_min.rpy:1770 +translate spanish tentSetup_db896ab2: + + # MinT "I'm going to be sweating buckets wearing all this in this weather." + MinT "Voy a estar sudando mares con todo esto puesto en este clima." + +# game/3_min.rpy:1771 +translate spanish tentSetup_68d87d64: + + # MinT "Thank god they couldn't find the hat, or it would've been even worse." + MinT "Gracias a dios no pudieron encontrar el sombrero, o sería aún peor." + +# game/3_min.rpy:1774 +translate spanish tentSetup_a98d0354: + + # "Diya perks up when Min rejoins the group." + "Diya se anima al ver a Min reincorporarse al grupo." + +# game/3_min.rpy:1776 +translate spanish tentSetup_97c9496d: + + # Diya "You look cool." + Diya "Te ves genial." + +# game/3_min.rpy:1777 +translate spanish tentSetup_0ea68809: + + # Diya "You should get a coat like that for real." + Diya "Deberías conseguirte un abrigo así de verdad." + +# game/3_min.rpy:1778 +translate spanish tentSetup_a753cac9: + + # "Normally, this would send Min over the moon, but she feels so sick to her stomach, she can't properly appreciate it." + "Normalmente, esto haría explotar de emoción a Min, pero se siente tan mal del estómago, que no puede apreciarlo adecuadamente." + +# game/3_min.rpy:1780 +translate spanish tentSetup_ada8bd3f: + + # Min "Thanks..." + Min "Gracias..." + +# game/3_min.rpy:1781 +translate spanish tentSetup_de100dce: + + # MinT "It's me, your racist girlfriend..." + MinT "Soy yo, tu novia racista..." + +# game/3_min.rpy:1782 +translate spanish tentSetup_a72e8425: + + # MinT "Diya definitely wouldn't want to be with me anymore if she found out I was racist..." + MinT "Diya definitivamente ya no va a querer estar conmigo si se entera que soy racista..." + +# game/3_min.rpy:1787 +translate spanish tentSetup_3f9f3825: + + # Diya "Do I look okay?" + Diya "¿Me veo bien?" + +# game/3_min.rpy:1789 +translate spanish tentSetup_7cbee8e1: + + # Min "You look so cute in glasses." + Min "Te ves tan bonita con lentes." + +# game/3_min.rpy:1794 +translate spanish tentSetup_8b147583: + + # Min "Is this a character from something? It does kinda give off \"nerdy animal lover\" energy." + Min "¿Es esa una personaje de algo? Da un poco de energía de \"nerd amante de los animales\"." + +# game/3_min.rpy:1797 +translate spanish tentSetup_59d997a3: + + # Diya "No idea." + Diya "Ni idea." + +# game/3_min.rpy:1799 +translate spanish tentSetup_337f4cd4: + + # Akarsha "Ester, I like your hair." + Akarsha "Ester, me gusta tu pelo." + +# game/3_min.rpy:1801 +translate spanish tentSetup_2bb8da75: + + # Ester "Oh yeah? Thanks." + Ester "¿Ah sí? Gracias." + +# game/3_min.rpy:1803 +translate spanish tentSetup_92027f60: + + # Akarsha "Bun buddies." + Akarsha "Amigas bollo." + +# game/3_min.rpy:1805 +translate spanish tentSetup_8940ef8e: + + # Ester "Bun buddies..." + Ester "Amigas bollo..." + +# game/3_min.rpy:1809 +translate spanish tentSetup_44e5944d: + + # "They begin shooting the first scene in front of some trees." + "Comienzan a filmar la primera escena en frente de unos árboles." + +# game/3_min.rpy:1812 +translate spanish tentSetup_e4c63115: + + # Noelle "This is the Channel 2 News, reporting from Boise, Idaho." + Noelle "Estas son las noticias del Canal 2, reportando desde Boise, Idaho." + +# game/3_min.rpy:1813 +translate spanish tentSetup_9143a6a2: + + # Noelle "Environmentalists have been in an uproar ever since the Obama Administration approved the delisting of gray wolves from the Endangered Species list..." + Noelle "Los ecologistas han estado en cólera desde que la Administración de Obama aprobó la exclusión de los lobos de la lista de Especies en Peligro de Extinción..." + +# game/3_min.rpy:1816 +translate spanish tentSetup_d1c3c888: + + # "Even replaying the conversation in her mind is getting Min worked up again." + "Incluso repetir la conversación en su mente está poniendo a Min nerviosa de nuevo." + +# game/3_min.rpy:1818 +translate spanish tentSetup_e07fdc0c: + + # MinT "I can't believe Ester had the nerve to call me racist!" + MinT "¡No puedo creer que Ester tuvo el descaro de llamarme racista!" + +# game/3_min.rpy:1819 +translate spanish tentSetup_264b310c: + + # MinT "When we were in Florida, kids used to call me and my brother Chinks, and tried to beat us up!" + MinT "Cuando estábamos en Florida, los niños solían llamarme a mi hermano y a mí Chinitos, ¡e intentaban golpearnos!" + +# game/3_min.rpy:1820 +translate spanish tentSetup_691850bc: + + # MinT "Why would I be racist when I hate racists more than anyone?! It doesn't make sense!" + MinT "¡¿Por qué yo sería racista cuando odio a los racistas más que nadie?! ¡No tiene sentido!" + +# game/3_min.rpy:1821 +translate spanish tentSetup_92e40bc8: + + # MinT "I wasn't even trying to insult her!" + MinT "¡Ni siquiera estaba intentando insultarla!" + +# game/3_min.rpy:1823 +translate spanish tentSetup_415f7d9a: + + # MinT "Like, good luck going through life getting offended by every tiny thing you see." + MinT "Onda, buena suerte yendo por la vida ofendiéndote de cada minúscula cosa que ves." + +# game/3_min.rpy:1825 +translate spanish tentSetup_f51c66bc: + + # MinT "Right?! Are my standards just totally messed up or something?" + MinT "¡¿Cierto?! ¿Están mis normas simplemente hechas un desastre o algo?" + +# game/3_min.rpy:1827 +translate spanish tentSetup_687424a0: + + # "Min stomps on a random twig and crushes it into tiny pieces beneath her combat boots." + "Min pisotea una rama al azar y la aplasta en pedacitos bajo sus botas de combate." + +# game/3_min.rpy:1829 +translate spanish tentSetup_93212e9d: + + # Diya "............." + Diya "............." + +# game/3_min.rpy:1830 +translate spanish tentSetup_a7740241: + + # Diya "What's wrong?" + Diya "¿Qué pasa?" + +# game/3_min.rpy:1832 +translate spanish tentSetup_46482b0f: + + # Min "Ugh. I'm just having a weird day..." + Min "Agh. Sólo estoy teniendo un día extraño..." + +# game/3_min.rpy:1833 +translate spanish tentSetup_30ac089c: + + # Min "Do you think I'm racist?" + Min "¿Crees tú que soy racista?" + +# game/3_min.rpy:1836 +translate spanish tentSetup_8832a7e5: + + # Diya "...??" + Diya "¿¿...??" + +# game/3_min.rpy:1837 +translate spanish tentSetup_d97ca938: + + # Diya "No...?" + Diya "¿No...?" + +# game/3_min.rpy:1839 +translate spanish tentSetup_cbb26eb1: + + # Min "How come?" + Min "¿Cómo así?" + +# game/3_min.rpy:1842 +translate spanish tentSetup_a48f9d8d: + + # Diya "You're good to me, and curious about other cultures." + Diya "Eres buena conmigo, y curiosa sobre otras culturas." + +# game/3_min.rpy:1843 +translate spanish tentSetup_da6af4d3: + + # Diya "Why?" + Diya "¿Por qué?" + +# game/3_min.rpy:1853 +translate spanish tentSetup_3d72744b: + + # Min "No reason. Just checking..." + Min "Por nada. Sólo verificaba..." + +# game/3_min.rpy:1859 +translate spanish sceneFilming_4edca091: + + # Akarsha "Okay, we got it. Let's move on to the next shot." + Akarsha "Ok, lo tenemos. Pasemos a la siguiente toma." + +# game/3_min.rpy:1861 +translate spanish sceneFilming_0a718e0d: + + # "Diya goes over to stand in front of the camera." + "Diya se dirige a ponerse delante de la cámara." + +# game/3_min.rpy:1863 +translate spanish sceneFilming_240f4ebe: + + # Noelle "Ma'am, can you introduce yourself?" + Noelle "Señorita, ¿podría presentarse?" + +# game/3_min.rpy:1866 +translate spanish sceneFilming_e5ddf59d: + + # Diya "{small}I'm an environmentalist with a degree in wildlife ecology. My research has led me to believe that...{/small}" + Diya "{small}Soy una ecologista con un título en vida silvestre. Mi investigación me ha llevado a creer que...{/small}" + +# game/3_min.rpy:1868 +translate spanish sceneFilming_3ef92d85: + + # Akarsha "Bro, can you speak up a little?" + Akarsha "Hombre, ¿puedes hablar un poco más alto?" + +# game/3_min.rpy:1871 +translate spanish sceneFilming_3b5ceff8: + + # "After a few takes, they manage to capture a halfway audible clip of Diya talking. They move on to the next scene..." + "Después de un par de tomas, ellas logran capturar un clip medio audible de Diya hablando. Pasan a la siguiente escena..." + +# game/3_min.rpy:1878 +translate spanish sceneFilming_76d54d49: + + # "Soon, it's time for the Evil Hunter's interview. Min reviews her lines before getting into place." + "Pronto, llega el momento de la entrevista de la Cazadora Malvada. Min repasa sus líneas antes de colocarse en su sitio." + +# game/3_min.rpy:1880 +translate spanish sceneFilming_99b8bb76: + + # Ester "Okay, I'm set up. Action." + Ester "Bien, estoy lista. Acción." + +# game/3_min.rpy:1883 +translate spanish sceneFilming_6d71d9bc: + + # Noelle "Next, I'm interviewing a hunter who's camped out in the Idaho wilderness." + Noelle "A continuación, entrevistaré a una cazadora que ha acampado en el bosque de Idaho." + +# game/3_min.rpy:1886 +translate spanish sceneFilming_0d8ed4b7: + + # Noelle "Hello there. How do you feel about the removal of gray wolves from the Endangered Species list?" + Noelle "Hola. ¿Qué le parece la retirada de los lobos de la lista de Especies en Peligro de Extinción?" + +# game/3_min.rpy:1889 +translate spanish sceneFilming_d4a3d328: + + # MinT "Ester could straight up ruin my whole life if she said something right now..." + MinT "Ester ya de plano podría arruinar mi vida entera si dice algo ahora mismo..." + +# game/3_min.rpy:1892 +translate spanish sceneFilming_bc2543cb: + + # Min "I...Uh..." + Min "Yo..Eh..." + +# game/3_min.rpy:1895 +translate spanish sceneFilming_a598523f: + + # Noelle "...Yes?" + Noelle "...¿Sí?" + +# game/3_min.rpy:1897 +translate spanish sceneFilming_67680bca: + + # Min "Gimme a minute, I just woke up." + Min "Dame un minuto, me acabo de levantar." + +# game/3_min.rpy:1900 +translate spanish sceneFilming_0b7c5d3a: + + # Noelle "...It's the afternoon." + Noelle "...Estamos a mitad de la tarde." + +# game/3_min.rpy:1903 +translate spanish sceneFilming_93a52a1b: + + # Min "The sleeping bag I was sleeping on was full of rocks." with sshake + Min "El saco de dormir en el que estaba durmiendo estaba lleno de piedras." with sshake + +# game/3_min.rpy:1906 +translate spanish sceneFilming_1478c377: + + # Noelle "......." + Noelle "......." + +# game/3_min.rpy:1908 +translate spanish sceneFilming_a1234fbf: + + # Min "Anyway, I feel ecstatic about the delisting!" with sshake + Min "En fin, ¡me siento eufórica por la exclusión de la lista!" with sshake + +# game/3_min.rpy:1909 +translate spanish sceneFilming_03b5b8ef: + + # Min "I can't wait to kill tons of wolves!!!" with sshake + Min "¡¡¡No puedo esperar a matar un montón de lobos!!!" with sshake + +# game/3_min.rpy:1912 +translate spanish sceneFilming_38b31407: + + # Akarsha "Hold up, cut!" + Akarsha "¡Espera, corten!" + +# game/3_min.rpy:1913 +translate spanish sceneFilming_3d43bb1c: + + # Akarsha "Ya skipped a line." + Akarsha "Te saltaste una línea." + +# game/3_min.rpy:1916 +translate spanish sceneFilming_5686f4c7: + + # Min "What line?" + Min "¿Qué línea?" + +# game/3_min.rpy:1919 +translate spanish sceneFilming_18eb65a3: + + # Akarsha "The part about how the delisting removed protections for wolves from hunters." + Akarsha "La parte en la que la exclusión remueve las protecciones de los lobos frente a los cazadores." + +# game/3_min.rpy:1921 +translate spanish sceneFilming_1ccea26c: + + # Min "Oh, right." + Min "Oh, cierto." + +# game/3_min.rpy:1925 +translate spanish sceneFilming_0d8ed4b7_1: + + # Noelle "Hello there. How do you feel about the removal of gray wolves from the Endangered Species list?" + Noelle "Hola. ¿Qué le parece la retirada de los lobos de la lista de Especies en Peligro de Extinción?" + +# game/3_min.rpy:1927 +translate spanish sceneFilming_e6b505bd: + + # Min "I feel ecstatic! The delisting removed protections for wolves in Idaho and...and..." + Min "¡Me siento extasiada! La exclusión de la lista eliminó la protección de los lobos en Idaho y...y...." + +# game/3_min.rpy:1929 +translate spanish sceneFilming_3bc58057: + + # "Sweating profusely, Min tries to focus and remember her line..." + "Sudando profusamente, Min intenta concentrarse y recordar su línea..." + +# game/3_min.rpy:1931 +translate spanish sceneFilming_cd2045ac: + + # Min "............." + Min "............." + +# game/3_min.rpy:1934 +translate spanish sceneFilming_3c20f783: + + # Noelle "...Ma'am? Hello?" + Noelle "...¿Señorita? ¿Hola?" + +# game/3_min.rpy:1936 +translate spanish sceneFilming_6c40db0f: + + # Min "Don't call me ma'am." + Min "No me llames señorita." + +# game/3_min.rpy:1939 +translate spanish sceneFilming_f1d86983: + + # Noelle "Wha...Why not?!" with sshake + Noelle "Qué...¡¿Por qué no?!" with sshake + +# game/3_min.rpy:1941 +translate spanish sceneFilming_523bcb09: + + # Min "I don't like it. I'm not a woman or something." + Min "No me gusta. No soy una mujer o algo." + +# game/3_min.rpy:1944 +translate spanish sceneFilming_1f1ab4b5: + + # Noelle "Are we talking about your character, or in real life?!" + Noelle "¡¿Estamos hablando de tu personaje, o en realidad?!" + +# game/3_min.rpy:1946 +translate spanish sceneFilming_376c2e6f: + + # Akarsha "Cut! C'mon, don't break the fourth wall." + Akarsha "¡Corte! Vamos, no rompan la cuarta pared." + +# game/3_min.rpy:1948 +translate spanish sceneFilming_79de35c5: + + # "After Min botches their tenth try, Noelle looks about ready to explode." + "Después de que Min fracase en su décimo intento, Noelle parece a punto de explotar." + +# game/3_min.rpy:1953 +translate spanish sceneFilming_63474c3a: + + # Noelle "Are you even trying right now? We're going to be stuck here all day because of you!" with sshake + Noelle "¿Estás siquiera intentándolo ahora mismo? ¡Vamos a estar atascadas aquí todo el día por tu culpa!" with sshake + +# game/3_min.rpy:1955 +translate spanish sceneFilming_a0b665c3: + + # Min "Shut up! I am too trying!" with sshake + Min "¡Cállate! ¡Yo también estoy intentando!" with sshake + +# game/3_min.rpy:1958 +translate spanish sceneFilming_f4949d32: + + # Liz "Why don't we take a little break? It'll probably help us all reset." + Liz "¿Por qué no tomamos un pequeño descanso? Probablemente nos ayudará a todos a reiniciar." + +# game/3_min.rpy:1960 +translate spanish sceneFilming_073a2994: + + # Chryssa "Yeah, let's go stare at the lake or something." + Chryssa "Sí, vamos a mirar el lago o algo así." + +# game/3_min.rpy:1961 +translate spanish sceneFilming_776e566a: + + # Chryssa "We can hide all our backpacks and stuff in the tent." + Chryssa "Podemos esconder todas nuestras mochilas y cosas en la carpa." + +# game/3_min.rpy:1963 +translate spanish sceneFilming_10b6ec15: + + # Akarsha "I guess it can't hurt..." + Akarsha "Supongo que no hace daño..." + +# game/3_min.rpy:1975 +translate spanish sceneFilming_d3a91f14: + + # "The group trudges over to the lake. Diya sits down with Min by the water's edge..." + "El grupo avanza hacia el lago. Diya se sienta con Min a la orilla del agua..." + +# game/3_min.rpy:1995 +translate spanish lakeLoop_314b2446: + + # Min "Ugh...I hate nature-y lakes like this." + Min "Agh...Odio los lagos natural-escos como este." + +# game/3_min.rpy:1998 +translate spanish lakeLoop_da6af4d3: + + # Diya "Why?" + Diya "¿Por qué?" + +# game/3_min.rpy:1999 +translate spanish lakeLoop_6c271a6a: + + # Diya "It's nice here." + Diya "Es agradable aquí." + +# game/3_min.rpy:2001 +translate spanish lakeLoop_79ad1f16: + + # Min "It just reminds me of shit that happened to me in Florida." + Min "Solo me recuerda de mierda que me pasó en Florida." + +# game/3_min.rpy:2004 +translate spanish lakeLoop_25f1bee1: + + # Diya "What happened?" + Diya "¿Qué pasó?" + +# game/3_min.rpy:2006 +translate spanish lakeLoop_bd237967: + + # Min "I mean, it's pretty much the same as the other stories I told you." + Min "Osea, es básicamente igual a las otras historias que te he contado." + +# game/3_min.rpy:2007 +translate spanish lakeLoop_31029108: + + # Min "I was just on a field trip that got ruined by racists." + Min "Solo estaba en una excursión que fue arruinada por racistas." + +# game/3_min.rpy:2009 +translate spanish lakeLoop_b7bded3c: + + # Min "So now places like this are cursed." + Min "Ahora lugares como este están malditos." + +# game/3_min.rpy:2012 +translate spanish lakeLoop_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/3_min.rpy:2014 +translate spanish lakeLoop_8dd20494: + + # Diya "What did you mean earlier? About not being a woman." + Diya "¿A qué te referías antes? Con lo de no ser una mujer." + +# game/3_min.rpy:2015 +translate spanish lakeLoop_bb7acf7e: + + # Diya "Do you mean age-wise?" + Diya "¿Lo decías respecto a la edad?" + +# game/3_min.rpy:2017 +translate spanish lakeLoop_de568074: + + # Min "Oh...It's hard to explain." + Min "Ah...Es difícil de explicar." + +# game/3_min.rpy:2018 +translate spanish lakeLoop_05eb95f0: + + # Min "I've never really told this to anyone before. It's probably going to be confusing." + Min "Realmente nunca le he dicho esto antes a nadie. Probablemente va a ser confuso." + +# game/3_min.rpy:2020 +translate spanish lakeLoop_057acd98: + + # Diya "That's okay." + Diya "Eso está bien." + +# game/3_min.rpy:2023 +translate spanish lakeLoop_0cd0cf43: + + # Min "I don't really like being thought of as a girl." + Min "Realmente no me gusta que piensen en mí como una chica." + +# game/3_min.rpy:2024 +translate spanish lakeLoop_e07d885e: + + # Min "But I'm not 100%% removed from it, if that makes sense?" + Min "Pero no estoy 100%% alejada de ello, ¿si es que eso tiene sentido?" + +# game/3_min.rpy:2026 +translate spanish lakeLoop_fea033c8: + + # Min "Being called a woman or a lady is way worse. Like, disgusting." + Min "Ser llamada una mujer o señora es mucho peor. Como, asqueroso." + +# game/3_min.rpy:2027 +translate spanish lakeLoop_496bc85b: + + # Min "I definitely don't want strangers seeing me to think \"Oh, that's a woman.\"" + Min "Definitivamente no quiero que desconocidos me vean y piensen \"Oh, esa es una mujer.\"" + +# game/3_min.rpy:2030 +translate spanish lakeLoop_70290ed7: + + # Diya "...What do you want them to think?" + Diya "...¿Qué quieres que piensen ellos?" + +# game/3_min.rpy:2033 +translate spanish lakeLoop_f9ded5f9: + + # Min "...I dunno..." + Min "...No lo sé..." + +# game/3_min.rpy:2035 +translate spanish lakeLoop_2c539344: + + # Min "I'm still figuring that part out." + Min "Aún estoy averiguando esa parte." + +# game/3_min.rpy:2048 +translate spanish lakeLoop_2ced3614: + + # "Diya tilts her head, perplexed." + "Diya ladea la cabeza, perpleja." + +# game/3_min.rpy:2049 +translate spanish lakeLoop_6e8840cd: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:2051 +translate spanish lakeLoop_b8ff68cb: + + # Min "Don't get me wrong, \"girl\" is my favorite gender! Like, you're a girl, and you're the best thing that ever happened to me." + Min "No me malinterpretes, ¡\"chica\" es mi género favorito! Así, tu eres una chica, y eres la mejor cosa que jamás me ha ocurrido." + +# game/3_min.rpy:2054 +translate spanish lakeLoop_d1fa3241: + + # Min "I just only feel any connection to {i}being{/i} a girl in really specific situations." + Min "Es simplemente que yo sólo siento conexión con {i}ser{/i} una chica en situaciones realmente específicas." + +# game/3_min.rpy:2057 +translate spanish lakeLoop_c3d7b6e9: + + # Diya "No, I know." + Diya "No, lo sé." + +# game/3_min.rpy:2058 +translate spanish lakeLoop_38466dfc: + + # Diya "Sorry. Just trying to wrap my head around it." + Diya "Lo siento. Sólo intento hacerme la idea." + +# game/3_min.rpy:2059 +translate spanish lakeLoop_889c2b33: + + # Diya "...Can I still call you my girlfriend?" + Diya "...¿Puedo seguir llamándote mi novia?" + +# game/3_min.rpy:2061 +translate spanish lakeLoop_c0cf9d94: + + # Min "Yeah! I like being your girlfriend." + Min "¡Claro! Me gusta ser tu novia." + +# game/3_min.rpy:2063 +translate spanish lakeLoop_1f4de348: + + # Min "And I like being lesbian. I'm not that into the \"being a girl\" part, but I relate super hard with the \"no interest in men\" part." + Min "Y me gusta ser lesbiana. No me gusta mucho la parte de \"ser una chica\", pero me identifico completamente con la parte de \"no tener interés en los hombres\"." + +# game/3_min.rpy:2065 +translate spanish lakeLoop_1232ee2d: + + # Min "It's more stuff like being called \"ma'am\" or \"Mrs.\" that really skeeves me out." + Min "Son más las cosas como que te llamen \"señorita\" o \"señora\" las que realmente me espantan." + +# game/3_min.rpy:2066 +translate spanish lakeLoop_ee75efa9: + + # Min "I know it doesn't make that much sense. Like, gender's not real in the first place, so..." + Min "Sé que no tiene mucho sentido. Onda, el género no es real en primer lugar, así que..." + +# game/3_min.rpy:2069 +translate spanish lakeLoop_5176ce00: + + # Diya "No, it makes sense." + Diya "No, si tiene sentido." + +# game/3_min.rpy:2070 +translate spanish lakeLoop_f07eb67a: + + # Diya "Feel like I already knew that before you said it." + Diya "Siento que ya sabía eso antes de que tu lo dijeras." + +# game/3_min.rpy:2072 +translate spanish lakeLoop_ae02b5e4: + + # Min "You're okay with it?" + Min "¿Estás bien con eso?" + +# game/3_min.rpy:2074 +translate spanish lakeLoop_601b50f1: + + # "To Min's relief, Diya nods." + "Para el alivio de Min, Diya asiente." + +# game/3_min.rpy:2076 +translate spanish lakeLoop_f213d466: + + # Diya "It's very you." + Diya "Es muy tú." + +# game/3_min.rpy:2077 +translate spanish lakeLoop_53270d4a: + + # Diya "It's kind of cool. You're like a gender outlaw." + Diya "Es medio genial. Eres como un género fuera de la ley." + +# game/3_min.rpy:2079 +translate spanish lakeLoop_86c8bf7b: + + # Min "Yeah! That's me." + Min "¡Sí! Esa soy yo." + +# game/3_min.rpy:2081 +translate spanish lakeLoop_bf6b7fe0: + + # MinT "I'm so lucky to have the sweetest, kindest, purest girlfriend in the world who has to be protected at all costs..." + MinT "Tengo tanta suerte de tener a la novia más dulce, amable, y pura del mundo quien tiene que ser protegida a toda costa..." + +# game/3_min.rpy:2082 +translate spanish lakeLoop_a50f12be: + + # MinT "I definitely can't let her find out about the racist thing..." + MinT "Definitivamente no puedo dejar que se entere sobre lo de ser racista..." + +# game/3_min.rpy:2085 +translate spanish lakeLoop_a50c620d: + + # "Min continues watching the clear, rippling water." + "Min continúa mirando el agua clara, y ondulante." + +# game/3_min.rpy:2086 +translate spanish lakeLoop_5342560b: + + # "All of a sudden, Noelle yelps and turns indignantly to Akarsha." + "De repente, Noelle chilla y se gira indignada hacia Akarsha." + +# game/3_min.rpy:2088 +translate spanish lakeLoop_62a86f59: + + # Noelle "Did you just throw a rock at me?!" with sshake + Noelle "¡¿Me acabas de tirar una piedra?!" with sshake + +# game/3_min.rpy:2090 +translate spanish lakeLoop_4501046c: + + # Akarsha "Nope? Maybe it was the water." + Akarsha "¿Nop? Quizás solo fue el agua." + +# game/3_min.rpy:2093 +translate spanish lakeLoop_cbe2b99b: + + # Noelle "The WATER threw a rock at me??" with sshake + Noelle "¿¿El AGUA me tiró una piedra??" with sshake + +# game/3_min.rpy:2095 +translate spanish lakeLoop_9bda3de1: + + # Akarsha "It was just a lil pebble, right? I bet the waves could've picked it up." + Akarsha "Era solo una piedrecilla, ¿cierto? Apuesto que las olas la pudieron haber recogido." + +# game/3_min.rpy:2097 +translate spanish lakeLoop_828b6b52: + + # MinT "She definitely threw the rock at her." + MinT "Ella definitivamente le tiró la piedra." + +# game/3_min.rpy:2100 +translate spanish lakeLoop_0fa7cb77: + + # "Chryssa sighs from the bench she and Liz are sitting on." + "Chryssa suspira desde la banca en la que están sentadas Liz y ella." + +# game/3_min.rpy:2102 +translate spanish lakeLoop_472cc6ba: + + # Chryssa "Why is it that wherever we go, we end up babysitting people?" + Chryssa "¿Por qué siempre vayamos donde vayamos, terminamos siendo las niñeras?" + +# game/3_min.rpy:2103 +translate spanish lakeLoop_7db3111c: + + # Chryssa "Do you think it's firstborn child syndrome?" + Chryssa "¿Crees que es la síndrome de ser la mayor?" + +# game/3_min.rpy:2105 +translate spanish lakeLoop_2a57457d: + + # Liz "You might be onto something." + Liz "Puede que estés en lo cierto." + +# game/3_min.rpy:2107 +translate spanish lakeLoop_7d5e674e: + + # Liz "My siblings are pretty immature, so it's usually up to me to make sure the house doesn't burn down." + Liz "Mis hermanos son bastante inmaduros, así que es usualmente mi responsabilidad asegurarme de que la casa no se incendie." + +# game/3_min.rpy:2109 +translate spanish lakeLoop_f23ab330: + + # Chryssa "What if we started acting really immature too? Then someone else'll be forced to pick up the slack." + Chryssa "¿Y si empezamos a actuar inmaduras también? Entonces alguien más se verá obligado a tomar el relevo." + +# game/3_min.rpy:2111 +translate spanish lakeLoop_097f8a44: + + # Liz "How do you propose we do that?" + Liz "¿Cómo se supone que haremos eso?" + +# game/3_min.rpy:2113 +translate spanish lakeLoop_b855525f: + + # Chryssa "I dunno...Maybe we should just start talking with no filter." + Chryssa "No lo sé...Quizás deberíamos empezar a hablar sin filtro." + +# game/3_min.rpy:2114 +translate spanish lakeLoop_a4c38da8: + + # Chryssa "Instead of thinking about what we say, we just say whatever pops into our minds first." + Chryssa "En vez de pensar en lo que decimos, sólo diremos lo primero que se nos venga a la cabeza." + +# game/3_min.rpy:2116 +translate spanish lakeLoop_ffb4db93: + + # Liz "Very interesting..." + Liz "Muy interesante..." + +# game/3_min.rpy:2123 +translate spanish lakeLoop_fa874b31: + + # "Min rereads the script." + "Min relee el guión." + +# game/3_min.rpy:2124 +translate spanish lakeLoop_1ab368de: + + # "When she reaches the end of the packet, she flips it over to make sure there's nothing on the back." + "Cuando llega al final del paquete, le da la vuelta para asegurarse de que no hay nada por detrás." + +# game/3_min.rpy:2125 +translate spanish lakeLoop_23bdc032: + + # "To her horror, the backside is covered with a dense array of numbers and numerical operations." + "Para su horror, la parte trasera esta cubierta en una densa serie de números y operaciones numéricas." + +# game/3_min.rpy:2127 +translate spanish lakeLoop_7ceb05a2: + + # Min "The heck is this?! It looks like a serial killer wrote on it." with sshake + Min "¡¿Qué diablos es esto?! Parece como si un asesino serial escribió aquí." with sshake + +# game/3_min.rpy:2130 +translate spanish lakeLoop_b911c4a7: + + # Noelle "Oh, it's just a puzzle I made up." + Noelle "Oh, es solo un puzzle que me inventé." + +# game/3_min.rpy:2132 +translate spanish lakeLoop_f6a35bb5: + + # Noelle "Using the digits 1, 2, 5, and 7 only once each, you create expressions using any operations that result in each integer from 0 to 100." + Noelle "Usando los dígitos 1, 2, 5, y 7 solo una vez cada uno, puedes crear expresiones usando cualquier operación que dé como resultado cada número entero del 0 al 100." + +# game/3_min.rpy:2134 +translate spanish lakeLoop_2b56e591: + + # Min "What in the actual hell would possess you to do that?" + Min "¿Quién diablos te ha poseído para hacer eso?" + +# game/3_min.rpy:2137 +translate spanish lakeLoop_1aa10e98: + + # Noelle "It's called curiosity." + Noelle "Se llama curiosidad." + +# game/3_min.rpy:2139 +translate spanish lakeLoop_0971eb51: + + # Noelle "When I look at a clock, I like to make the numbers do this." + Noelle "Cuando veo un reloj, me gusta hacer que los números hagan esto." + +# game/3_min.rpy:2141 +translate spanish lakeLoop_5df7a18e: + + # Min "When I look at a clock, it's 'cause I wanna know what time it is." + Min "Cuando veo un reloj, es porque quiero ver la hora." + +# game/3_min.rpy:2142 +translate spanish lakeLoop_377d7fc3: + + # Min "God, you're fucked in the head." + Min "Dios, estás jodida de la cabeza." + +# game/3_min.rpy:2146 +translate spanish lakeLoop_f0f40ff7: + + # "Ester is sitting with Grace and Sayeeda on a nearby log." + "Ester está sentada junto a Grace y Sayeeda en un tronco cercano." + +# game/3_min.rpy:2148 +translate spanish lakeLoop_998f9f03: + + # MinT "Should I try to talk to her?" + MinT "¿Debería intentar hablar con ella?" + +# game/3_min.rpy:2149 +translate spanish lakeLoop_f8bdfd54: + + # MinT "That might piss her off even worse. I probably shouldn't." + MinT "Eso podría molestarla aún más. Probablemente no debería." + +# game/3_min.rpy:2152 +translate spanish lakeLoop_97672c96: + + # Grace "I wish my hair would go prematurely grey. Having white hair would be so cool." + Grace "Desearía que mi pelo se fuera gris prematuramente. Tener el pelo blanco sería tan genial." + +# game/3_min.rpy:2154 +translate spanish lakeLoop_45dabef1: + + # Sayeeda "Me too..." + Sayeeda "Yo también..." + +# game/3_min.rpy:2156 +translate spanish lakeLoop_2569a124: + + # Ester "Even though no one else would see it?" + Ester "¿Aunque nadie más lo viera?" + +# game/3_min.rpy:2158 +translate spanish lakeLoop_00318957: + + # Sayeeda "That's not true, I can show my hair to my family and other girls." + Sayeeda "Eso no es verdad, le puedo mostrar mi pelo a mi familia y a otras chicas." + +# game/3_min.rpy:2160 +translate spanish lakeLoop_612a59dd: + + # Grace "It's true, she used to charge other girls $20 to see her hair in the girls bathroom." + Grace "Es verdad, ella solía cobrarle $20 a las otras chicas para ver su pelo en el baño de chicas." + +# game/3_min.rpy:2162 +translate spanish lakeLoop_63458db0: + + # Ester "How'd you know? Did you pay to see it?" + Ester "¿Cómo lo sabes? ¿Pagaste para verlo?" + +# game/3_min.rpy:2164 +translate spanish lakeLoop_79d69818: + + # Grace "Yup." + Grace "Sep." + +# game/3_min.rpy:2166 +translate spanish lakeLoop_dd32070e: + + # Sayeeda "If you're interested, Ester, I'll let you see it for a special discount of $10." + Sayeeda "Si estás interesada, Ester, te dejaré verlo por un descuento especial de $10." + +# game/3_min.rpy:2168 +translate spanish lakeLoop_12445d15: + + # Ester "I'll pass." + Ester "Paso." + +# game/3_min.rpy:2170 +translate spanish lakeLoop_013d972f: + + # Sayeeda "You sure? Limited time offer." + Sayeeda "¿Estás segura? Oferta limitada." + +# game/3_min.rpy:2172 +translate spanish lakeLoop_28580dc6: + + # Grace "Why's it limited time? Your hair's always gonna be there." + Grace "¿Por qué es limitada? Tu pelo siempre estará ahí." + +# game/3_min.rpy:2174 +translate spanish lakeLoop_31b43c53: + + # Sayeeda "For all you know, I could be dyeing it a crazy new color every day." + Sayeeda "Por lo que sabes, podría teñirlo de un color nuevo cada día." + +# game/3_min.rpy:2175 +translate spanish lakeLoop_02864182: + + # Sayeeda "It could be blue, purple, pink...And you'll never know unless you check!" + Sayeeda "Podría ser azul, violeta, rosado...¡Y nunca lo sabrás a menos que revises!" + +# game/3_min.rpy:2177 +translate spanish lakeLoop_a86bdb76: + + # Grace "Oh, crap. Maybe I should pay to see it again..." + Grace "Oh, rayos. Quizás debería pagar para verlo devuelta..." + +# game/3_min.rpy:2179 +translate spanish lakeLoop_4740033f: + + # Ester "You're seriously falling for that?!" with sshake + Ester "¡¿De verdad estás cayendo por eso?!" with sshake + +# game/3_min.rpy:2189 +translate spanish filmingResumes_239300b0: + + # "After the brief break, the group gets back to filming." + "Después de la breve pausa, el grupo vuelve a filmar." + +# game/3_min.rpy:2194 +translate spanish filmingResumes_d7af1875: + + # Ester "Take 11. Action." + Ester "Toma 11. Acción." + +# game/3_min.rpy:2197 +translate spanish filmingResumes_3ff26b17: + + # Noelle "Hello, how do you feel about the removal of gray wolves from the Endangered Species list?" + Noelle "Hola, ¿cómo te sientes sobre acerca de la retirada de los lobos de la lista de Especies en Peligro de Extinción?" + +# game/3_min.rpy:2199 +translate spanish filmingResumes_37788c36: + + # Min "I feel ecstatic! The delisting removed protections for wolves in Idaho and Montana." + Min "¡Me siento eufórica! La exclusión de la lista eliminó la protección para los lobos en Idaho y Montana." + +# game/3_min.rpy:2200 +translate spanish filmingResumes_f6106cae: + + # Min "Now it's legal for me to hunt them. I can't wait to kill tons of wolves!" with sshake + Min "Ahora es legal para mí cazarlos. ¡No puedo esperar a matar toneladas de lobos!" with sshake + +# game/3_min.rpy:2204 +translate spanish filmingResumes_0b686f9f: + + # "When they finally get through the whole scene, Diya rewards Min with a quick peck on the cheek." + "Cuando finalmente terminan toda la escena, Diya recompensa a Min con un rápido besito en la mejilla." + +# game/3_min.rpy:2206 +translate spanish filmingResumes_6b9db326: + + # Diya "Good job." + Diya "Buen trabajo." + +# game/3_min.rpy:2208 +translate spanish filmingResumes_debabce1: + + # Min "I'm all sweaty and nasty right now, you don't have to do that." + Min "Estoy toda sudada y asquerosa ahora mismo, no tienes que hacer eso." + +# game/3_min.rpy:2211 +translate spanish filmingResumes_74ec8a65: + + # Diya "You're not nasty. I don't mind it." + Diya "No eres asquerosa. No me molesta." + +# game/3_min.rpy:2213 +translate spanish filmingResumes_6b387699: + + # "Noelle grumbles as she sits next to Akarsha at the picnic table and takes a sip of water." + "Noelle refunfuña mientras se sienta junto a Akarsha en la mesa de picnic y toma un sorbo de agua." + +# game/3_min.rpy:2216 +translate spanish filmingResumes_a7685040: + + # Noelle "I still can't believe you threw a rock at my face." + Noelle "Todavía no puedo creer que me tiraste una piedra a la cara." + +# game/3_min.rpy:2218 +translate spanish filmingResumes_ce7101eb: + + # Akarsha "Hey, that is a GROSS exaggeration." + Akarsha "Oye, esa es una GRAN exageración." + +# game/3_min.rpy:2220 +translate spanish filmingResumes_113daa53: + + # Min "Wait, so you admit it was you who threw it now?" + Min "Espera, ¿entonces admites que la tiraste tú ahora?" + +# game/3_min.rpy:2223 +translate spanish filmingResumes_73163802: + + # Akarsha "First of all, I LOBBED it. Second of all, I lobbed it at her neck, not her face." + Akarsha "Primero que todo, era un LOB. Segundo que todo, te llegó al cuello, no la cara." + +# game/3_min.rpy:2226 +translate spanish filmingResumes_b88a5000: + + # Noelle "WELL, IT HIT MY FACE!!!" with sshake + Noelle "¡¡¡BUENO, ME DIO EN LA CARA!!!" with sshake + +# game/3_min.rpy:2228 +translate spanish filmingResumes_71f93775: + + # Akarsha "Intent matters here! You're makin' it sound way worse than it really was!" + Akarsha "¡La intención importa aquí! ¡Lo estás haciendo sonar peor de lo que realmente era!" + +# game/3_min.rpy:2230 +translate spanish filmingResumes_67698186: + + # MinT "Yeah, intent does matter! I didn't mean to hurt Ester's feelings either!" + MinT "¡Si, la intención si que importa! ¡Yo tampoco quería herir los sentimientos de Ester!" + +# game/3_min.rpy:2233 +translate spanish filmingResumes_cdfbe147: + + # "Min uneasily glances over at Ester. She's reviewing the footage on the camcorder." + "Min mira a Ester con inquietud. Ella está revisando el metraje de la videocámara." + +# game/3_min.rpy:2235 +translate spanish filmingResumes_f9569271: + + # Ester ".........." + Ester ".........." + +# game/3_min.rpy:2238 +translate spanish filmingResumes_be40f201: + + # MinT "I wish the whole thing never happened..." + MinT "Desearía que todo esto nunca hubiera sucedido..." + +# game/3_min.rpy:2241 +translate spanish filmingResumes_9bfd8423: + + # Ester "Okay, we're good to start the wolf family interview." + Ester "Bien, estamos listas para empezar la entrevista a la familia lobo." + +# game/3_min.rpy:2243 +translate spanish filmingResumes_e94f2b1a: + + # Akarsha "Yiss!!!" with sshake + Akarsha "¡¡¡Chí!!!" with sshake + +# game/3_min.rpy:2245 +translate spanish filmingResumes_463ea715: + + # Liz "I call being the Wolf Mom!" + Liz "¡Seré la Mamá Lobo!" + +# game/3_min.rpy:2247 +translate spanish filmingResumes_4d8ba916: + + # Chryssa "Wait, I wanted to be the mommy, too." + Chryssa "Espera, yo quería ser la mamá, también." + +# game/3_min.rpy:2249 +translate spanish filmingResumes_ad400344: + + # Liz "Well, I definitely don't want to be the dad." + Liz "Bueno, definitivamente no quiero ser el papá." + +# game/3_min.rpy:2251 +translate spanish filmingResumes_e88c995b: + + # Diya "It can be two moms. Adopted." + Diya "Pueden ser dos mamás. Adoptada." + +# game/3_min.rpy:2252 +translate spanish filmingResumes_1fb10ca7: + + # Diya "Wolf Mom and Wolf Mom #2." + Diya "Mamá Lobo y Mamá Lobo #2." + +# game/3_min.rpy:2254 +translate spanish filmingResumes_308d0e26: + + # Chryssa "Wolf Mom #2 definitely sounds like the inferior one, though." + Chryssa "Mamá Lobo #2 definitivamente suena como la inferior, eso sí." + +# game/3_min.rpy:2256 +translate spanish filmingResumes_e4383a9a: + + # Akarsha "There's gotta be a way to make them sound equal." + Akarsha "Tiene que haber una manera de hacerlas sonar iguales." + +# game/3_min.rpy:2257 +translate spanish filmingResumes_4aeeae82: + + # Akarsha "Like how there's always two versions of Pokemon, like Diamond and Pearl." + Akarsha "Como siempre hay dos versiones de Pokemón, como Diamante y Perla." + +# game/3_min.rpy:2259 +translate spanish filmingResumes_cd78833b: + + # Noelle "Does this really matter??" + Noelle "¿¿Realmente importa esto??" + +# game/3_min.rpy:2261 +translate spanish filmingResumes_96f9f0cd: + + # Min "Hey, this is the scene where I kill Akarsha, right?" + Min "Hey, esta es la escena en la que mato a Akarsha, ¿cierto?" + +# game/3_min.rpy:2262 +translate spanish filmingResumes_6856df53: + + # Min "Aren't I supposed to have a gun?" + Min "¿No se supone que debo tener un arma?" + +# game/3_min.rpy:2265 +translate spanish filmingResumes_a0a593ac: + + # Sayeeda "Oh, I brought a Nerf gun you can use." + Sayeeda "Oh, traje una pistola Nerf que puedes usar." + +# game/3_min.rpy:2266 +translate spanish filmingResumes_b772be31: + + # Sayeeda "It's in the tent with the other stuff." + Sayeeda "Está en la carpa con las demás cosas." + +# game/3_min.rpy:2268 +translate spanish filmingResumes_15e276bc: + + # Min "Okay, I'll go get it." + Min "Ok, la iré a buscar." + +# game/3_min.rpy:2275 +translate spanish tentDisaster_996a1f40: + + # "Min rummages through the duffel bag of costumes in search of the Nerf gun." + "Min hurga en la bolsa de disfraces en busca de la pistola Nerf." + +# game/3_min.rpy:2277 +translate spanish tentDisaster_e48b2061: + + # Noelle "Wait, Min-seo, is the microphone in there too?" + Noelle "Espera, Min-seo, ¿está el micrófono ahí también?" + +# game/3_min.rpy:2283 +translate spanish tentDisaster_de59366b: + + # Min "I dunno, look for it yourself." + Min "No lo sé, búscalo tú." + +# game/3_min.rpy:2285 +translate spanish tentDisaster_efbd1af8: + + # "Noelle sneezes as she steps into the dusty tent." + "Noelle estornuda mientras entra a la polvorienta carpa." + +# game/3_min.rpy:2288 +translate spanish tentDisaster_beb2f639: + + # Noelle "Achoo!" with sshake + Noelle "¡Achúu!" with sshake + +# game/3_min.rpy:2290 +translate spanish tentDisaster_dedb7b45: + + # Min "Shut up." + Min "Cállate." + +# game/3_min.rpy:2293 +translate spanish tentDisaster_46bf54ec: + + # Noelle "Shut up???" with sshake + Noelle "¿¿¿Cállate???" with sshake + +# game/3_min.rpy:2295 +translate spanish tentDisaster_8a8f756c: + + # "Noelle joins Min by the duffel bag." + "Noelle se une a Min junto al bolso de viaje." + +# game/3_min.rpy:2297 +translate spanish tentDisaster_ab27f127: + + # "Suddenly, Noelle frowns at her." + "De repente, Noelle la mira con el ceño fruncido." + +# game/3_min.rpy:2299 +translate spanish tentDisaster_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/3_min.rpy:2301 +translate spanish tentDisaster_a73fb87d: + + # Min "What? You got a problem or something?" + Min "¿Qué? ¿Tienes un problema o algo?" + +# game/3_min.rpy:2303 +translate spanish tentDisaster_c68c7897: + + # "For one heart-stopping moment, Min's sure she's been exposed as racist somehow, but she soon realizes Noelle is just glaring at the dirt that she tracked into the tent." + "Por un momento de paro cardíaco, Min está segura de que ha sido descubierta como racista de alguna manera, pero pronto se da cuenta que Noelle sólo está mirando a la suciedad que ella dejó en la carpa." + +# game/3_min.rpy:2306 +translate spanish tentDisaster_6eb7dd12: + + # Noelle "You wore your boots inside?! You're getting dirt everywhere!" + Noelle "¡¿Entraste con las botas puestas?! ¡Estás dejando tierra en todas partes!" + +# game/3_min.rpy:2308 +translate spanish tentDisaster_5f743390: + + # Min "Oh, that's it?" + Min "Oh, ¿eso es todo?" + +# game/3_min.rpy:2309 +translate spanish tentDisaster_f5b88a2f: + + # Min "It's barely anything!" + Min "¡Apenas se nota!" + +# game/3_min.rpy:2313 +translate spanish tentDisaster_4f3da13c: + + # Noelle "You got a leaf on the sleeping bag already. See?" + Noelle "Ya dejaste una hoja en el saco de dormir. ¿Ves?" + +# game/3_min.rpy:2315 +translate spanish tentDisaster_89b9ec81: + + # Min "So brush it off! Who cares?!" + Min "¡Entonces sácala! ¡¿A quien le importa?!" + +# game/3_min.rpy:2318 +translate spanish tentDisaster_0d49c77b: + + # Noelle "I care! You were the one responsible, so {i}you{/i} should be the one to brush it off!" + Noelle "¡A mí me importa! ¡Tu fuiste la responsable, así que {i}TÚ{/i} deberías ser la que la saque!" + +# game/3_min.rpy:2321 +translate spanish tentDisaster_c747d100: + + # Min "It's just one fucking leaf! Stop splitting hairs over nothing!" with sshake + Min "¡Es solo una puta hoja! ¡Deja de volverte loca por nada!" with sshake + +# game/3_min.rpy:2324 +translate spanish tentDisaster_6cbf6d9c: + + # Noelle "You're the one being difficult here! Just apologize and get the leaf off!" with sshake + Noelle "¡Tú eres la que está siendo difícil aquí! ¡Solo discúlpate y quita la hoja!" with sshake + +# game/3_min.rpy:2329 +translate spanish tentDisaster_fed3828e: + + # Min "YOU REALLY WANT ME TO GET THAT LEAF OFF!? TAKE THIS!!!" with sshake + Min "¿¡TANTO QUIERES QUE SAQUE ESA HOJA!? ¡¡¡TOMA ESTO!!!" with sshake + +# game/3_min.rpy:2331 +translate spanish tentDisaster_6a9218fc: + + # "Min grabs one end of the sleeping bag and swings it at Noelle!" + "¡Min agarra un extremo del saco de dormir y se lo lanza a Noelle!" + +# game/3_min.rpy:2338 +translate spanish tentDisaster_aa25d9f1: + + # "It whaps Noelle in the torso!" + "¡Golpea a Noelle en el torso!" + +# game/3_min.rpy:2340 +translate spanish tentDisaster_77d5671b: + + # Noelle "HEY! I'M TELLING ON YOU!!!" with sshake + Noelle "¡EY! ¡¡¡TE VOY A DELATAR!!!" with sshake + +# game/3_min.rpy:2343 +translate spanish tentDisaster_639270aa: + + # Min "{big=+20}GO AHEAD AND TRY IT, TURBONERD!!!!{/big}" + Min "{big=+20}¡¡¡VÉ E INTÉNTALO, TURBONERD!!!!{/big}" + +# game/3_min.rpy:2345 +translate spanish tentDisaster_072b1ebc: + + # "Noelle seizes a handful of the sleeping bag as Min tries to land another blow!" with sshake + "¡Noelle agarra el saco de dormir mientras Min intenta asestar otro golpe!" with sshake + +# game/3_min.rpy:2347 +translate spanish tentDisaster_1a39910a: + + # Noelle "YOU GORMLESS BRUTE!!!" with sshake + Noelle "¡¡¡MALDITA BRUTA GOMOSA!!!" with sshake + +# game/3_min.rpy:2349 +translate spanish tentDisaster_aadb1b6d: + + # Min "THE FUCK YOU MEAN I'M WORMLESS??? TAKE THAT BACK!" with sshake + Min "¿¿¿QUÉ MIERDA QUIERES DECIR CON QUE SOY GRUMOSA??? ¡RETIRA LO DICHO!" with sshake + +# game/3_min.rpy:2352 +translate spanish tentDisaster_45c888f1: + + # "Min yanks on the sleeping bag, hard! It slips from Noelle's grasp, sending Min hurtling backwards." + "Min tira del saco de dormir, con fuerza! Se escapa de las manos de Noelle, lanzando a Min hacia atrás." + +# game/3_min.rpy:2355 +translate spanish tentDisaster_2c42cdae: + + # Min "WHOA!!" with sshake + Min "¡¡WOA!!" with sshake + +# game/3_min.rpy:2358 +translate spanish tentDisaster_9d5c1487: + + # "Min loses her balance completely and falls backwards into the wall of the tent." + "Min pierde completamente el balance y se cae de espaldas a la pared de la carpa." + +# game/3_min.rpy:2359 +translate spanish tentDisaster_8377ab94: + + # "She hits the ground butt-first, pinning the fabric of the tent down with her weight." + "Ella cae al suelo sentada, clavando la tela de la carpa con su peso." + +# game/3_min.rpy:2363 +translate spanish tentDisaster_578ded9f: + + # "The tent collapses, blanketing its occupants in nylon. Min feels herself sliding backwards down a slope..." + "La carpa colapsa, cubriendo a sus ocupantes en nylon. Min siente que se desliza hacia atrás por una pendiente..." + +# game/3_min.rpy:2365 +translate spanish tentDisaster_a0d09d63: + + # Noelle "THE TENT'S ROLLING DOWN THE HILL!" with sshake + Noelle "¡LA CARPA ESTÁ RODANDO COLINA ABAJO!" with sshake + +# game/3_min.rpy:2368 +translate spanish tentDisaster_803c7f9f: + + # "Min and Noelle blindly tumble down the hill with their limbs wrapped in tent, screaming all the way." + "Min y Noelle ciegamente se caen colina abajo con las extremidades cubiertas en la carpa, gritando todo el camino." + +# game/3_min.rpy:2371 +translate spanish tentDisaster_f3bd64bf: + + # NPC "AAAAGHHHHHH!!!!!!!!!!!" with sshake + NPC "¡¡¡¡¡¡¡¡¡¡AAAAAHHHHHH!!!!!!!!!!!" with sshake + +# game/3_min.rpy:2375 +translate spanish tentDisaster_496e736b: + + # "Eventually, they crash into a large bush at the bottom of the ravine." + "Eventualmente, se estrellan contra un gran arbusto al fondo del barranco." + +# game/3_min.rpy:2380 +translate spanish tentDisaster_6c776508: + + # "Min crawls out of the tangled mess, spitting dirt and twigs out of her mouth." + "Min se arrastra fuera del enredo, escupiendo tierra y ramas por la boca." + +# game/3_min.rpy:2382 +translate spanish tentDisaster_74b5f213: + + # Min "Pwah! Pwah!" with sshake + Min "¡Puah! ¡Puah!" with sshake + +# game/3_min.rpy:2385 +translate spanish tentDisaster_b33bcd82: + + # Noelle "Oh, how I despise you..." + Noelle "Oh, cómo te desprecio..." + +# game/3_min.rpy:2386 +translate spanish tentDisaster_cc9c0b01: + + # "Noelle gathers the tent into her arms and tries to trudge back up to the park in her socks." + "Noelle recoge la carpa entre sus brazos e intenta volver al parque en sus calcetines." + +# game/3_min.rpy:2388 +translate spanish tentDisaster_bcd47c97: + + # Min "What happened to your shoes?" + Min "¿Qué pasó con tus zapatos?" + +# game/3_min.rpy:2391 +translate spanish tentDisaster_374bf04c: + + # Noelle "I took them off before coming into the tent, like a civilized person." + Noelle "Me los quité antes de entrar a la carpa, como una persona civilizada." + +# game/3_min.rpy:2393 +translate spanish tentDisaster_1008dd36: + + # Min "See, this is why keeping them on is better." + Min "Ves, esta es la razón por la que es mejor tenerlos puestos." + +# game/3_min.rpy:2394 +translate spanish tentDisaster_7b46c031: + + # Min "I win." + Min "Yo gano." + +# game/3_min.rpy:2397 +translate spanish tentDisaster_3c6158d0: + + # Noelle "No, you don't! This situation would never arise under normal circumstances." with sshake + Noelle "¡No, no ganas! Esta situación nunca se daría bajo circunstancias normales." with sshake + +# game/3_min.rpy:2399 +translate spanish tentDisaster_545057e4: + + # Min "Look how much faster I'm walking than you." + Min "Mira cómo camino mucho más rápido que tú." + +# game/3_min.rpy:2400 +translate spanish tentDisaster_40ec08ce: + + # Min "See? Loser." + Min "¿Ves? Perdedora." + +# game/3_min.rpy:2403 +translate spanish tentDisaster_85f2e307: + + # "Min looks back and sees how far behind Noelle is." + "Min mira hacia atrás y ve lo lejos que está Noelle." + +# game/3_min.rpy:2406 +translate spanish tentDisaster_52988518: + + # MinT "She looks pretty pathetic dragging the tent through the dirt..." + MinT "Se ve bastante patética arrastrando la carpa por la tierra..." + +# game/3_min.rpy:2407 +translate spanish tentDisaster_8683854e: + + # Min "..........." + Min "..........." + +# game/3_min.rpy:2409 +translate spanish tentDisaster_297b978d: + + # "Min reluctantly goes back and yanks the tent away from her." + "Min retrocede a regañadientes y le quita la carpa de un tirón." + +# game/3_min.rpy:2412 +translate spanish tentDisaster_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/3_min.rpy:2414 +translate spanish tentDisaster_e53c2d19: + + # Noelle "What's the matter with you today?" + Noelle "¿Qué es lo que te pasa hoy?" + +# game/3_min.rpy:2416 +translate spanish tentDisaster_3bc705ee: + + # Min "What?" + Min "¿Qué?" + +# game/3_min.rpy:2418 +translate spanish tentDisaster_38077f5b: + + # Noelle "Generally speaking, you strike me as someone who can't take criticism." + Noelle "Generalmente hablando, me pareces como alguien que no acepta bien las críticas." + +# game/3_min.rpy:2420 +translate spanish tentDisaster_8b3adc78: + + # Noelle "But you haven't blown up on me like this for months." + Noelle "Pero hace meses que no explotabas conmigo así." + +# game/3_min.rpy:2423 +translate spanish tentDisaster_70625001: + + # Noelle "Did something happen between you and Ester?" + Noelle "¿Pasó algo entre tú y Ester?" + +# game/3_min.rpy:2425 +translate spanish tentDisaster_379c085f: + + # Min "WHAT?" with sshake + Min "¿QUÉ?" with sshake + +# game/3_min.rpy:2426 +translate spanish tentDisaster_9153c0a6: + + # Min "NO, WHY?" + Min "¿NO, POR QUÉ?" + +# game/3_min.rpy:2429 +translate spanish tentDisaster_f880669b: + + # Noelle "During our scene, you kept eyeing her like she was going to bite you." + Noelle "Durante nuestra escena, no dejabas de mirarla como si te fuera a morder." + +# game/3_min.rpy:2433 +translate spanish tentDisaster_0ae85404: + + # MinT "Oh, hell. If even fucking NOELLE can tell, I might as well be wearing a neon sign around saying what happened." + MinT "Oh, diablos. Si hasta la maldita NOELLE se dio cuenta, bien podría llevar un letrero de neón diciendo lo que pasó." + +# game/3_min.rpy:2434 +translate spanish tentDisaster_c7d5c49b: + + # Min "We sorta got in a fight." + Min "Tuvimos una especie de pelea." + +# game/3_min.rpy:2436 +translate spanish tentDisaster_9814a440: + + # Min "She got all offended by something I said." + Min "Ella se ofendió mucho por algo que dije." + +# game/3_min.rpy:2439 +translate spanish tentDisaster_645c6f64: + + # Noelle "What did you say?" + Noelle "¿Qué dijiste?" + +# game/3_min.rpy:2441 +translate spanish tentDisaster_5d962d29: + + # MinT "...I don't even wanna say it...It's so fucking embarrassing..." + MinT "...Ni siquiera quiero decirlo...Es tan jodidamente vergonzoso..." + +# game/3_min.rpy:2443 +translate spanish tentDisaster_2a7fd8d4: + + # Min "I kinda was like...I didn't know Black people cared about grades..." + Min "Fue algo cómo...No sabía que a la gente negra les importaban las calificaciones..." + +# game/3_min.rpy:2446 +translate spanish tentDisaster_ed835781: + + # Noelle "What?! Why???" with sshake + Noelle "¡¿Qué?! ¿¿¿Por qué???" with sshake + +# game/3_min.rpy:2449 +translate spanish tentDisaster_85226f54: + + # Min "I don't know...None of my classes ever had Black people in them..." + Min "No lo sé...Ninguna de mis clases jamás fueron con gente negra..." + +# game/3_min.rpy:2450 +translate spanish tentDisaster_afa4027c: + + # Min "So I felt like I was learning something new from the story she was telling me. I was just trying to express that." + Min "Así que sentí que estaba aprendiendo algo nuevo de la historia que me estaba contando. Sólo intentaba expresar eso." + +# game/3_min.rpy:2454 +translate spanish tentDisaster_5cbb5c31: + + # Noelle "So you decided to TELL HER you held a bigoted belief that only changed after a random anecdote she shared???" with sshake + Noelle "¿¿¿Así que le DIJISTE A ELLA que tenías una creencia intolerante que sólo cambió después de una anécdota cualquiera que ella compartió???" with sshake + +# game/3_min.rpy:2458 +translate spanish tentDisaster_edc7ecab: + + # Min "I wasn't thinking, okay?! It's easy to pick apart now in hindsight, but the whole thing happened in like five seconds!" with sshake + Min "¡¿No estaba pensando, ok?! Es fácil de entender ahora en retrospectiva, ¡pero todo sucedió en cómo 5 segundos!" with sshake + +# game/3_min.rpy:2460 +translate spanish tentDisaster_c6759fcf: + + # Min "I didn't even have anything against her! Or Black people in general!" + Min "¡Ni siquiera tenía nada en contra de ella! ¡O a los negros en general!" + +# game/3_min.rpy:2461 +translate spanish tentDisaster_cc23f6d8: + + # Min "C'mon, you know me. When I hate someone, I let them know!!!" with sshake + Min "Vamos, tu me conoces. ¡¡¡Cuando odio a alguien, se los hago saber!!!" with sshake + +# game/3_min.rpy:2464 +translate spanish tentDisaster_029d9011: + + # Noelle "Yes, I'm well aware of that." + Noelle "Sí, estoy bastante consciente de eso." + +# game/3_min.rpy:2466 +translate spanish tentDisaster_5b0b80a1: + + # Min "So it should've been obvious I didn't mean anything bad by it!" + Min "¡Así que debió haber sido obvio que no quería decir nada malo con eso!" + +# game/3_min.rpy:2467 +translate spanish tentDisaster_fca5098e: + + # Min "When people do Asian accents or say weird stuff about Koreans, {i}I{/i} don't flip out!" + Min "Cuando la gente hace acentos asiáticos y dicen cosas raras sobre los coreanos, ¡{i}yo{/i} no me enloquezco!" + +# game/3_min.rpy:2470 +translate spanish tentDisaster_ea4e012c: + + # Noelle "You don't...?" + Noelle "¿No lo haces...?" + +# game/3_min.rpy:2471 +translate spanish tentDisaster_e0cffa02: + + # Noelle "That time we were walking around and got Konnichiwa'd, you were furious." + Noelle "Esa vez que íbamos caminando y nos hicieron un \"Konnichiwa\", estabas furiosa." + +# game/3_min.rpy:2473 +translate spanish tentDisaster_1c5df442: + + # Min "That was coming from a white creep, and it was clearly hateful." + Min "Eso venía de un blanco asqueroso, y era claramente odioso." + +# game/3_min.rpy:2474 +translate spanish tentDisaster_52c194b8: + + # Min "But if it's just a joke, or something worded insensitively, it doesn't always mean the person ACTUALLY hates Asians." + Min "Pero si es solo un chiste, o algo dicho de forma insensible, no siempre significa que la persona odie REALMENTE a los asiáticos." + +# game/3_min.rpy:2477 +translate spanish tentDisaster_27e8bd0d: + + # Noelle "I'm not sure I follow your logic here..." + Noelle "No sé si estoy entendiendo tu lógica..." + +# game/3_min.rpy:2478 +translate spanish tentDisaster_32801cdb: + + # Noelle "Are you saying that as long as something's not {i}intentionally{/i} hateful racism, it doesn't bother you?" + Noelle "¿Estás diciendo que mientras algo no sea {i}intencionadamente{/i} racismo odioso, no te molesta?" + +# game/3_min.rpy:2480 +translate spanish tentDisaster_b25774cf: + + # Min "Yeah, it doesn't. 'Cause I'm not a sensitive crybaby." + Min "Sí, no lo hace. Porque no soy una llorona sensible." + +# game/3_min.rpy:2483 +translate spanish tentDisaster_2340a302: + + # Noelle "But if you had a choice, wouldn't you rather they not say those things?" + Noelle "Pero si tuvieras la opción, ¿no preferirías que ellos no dijeran esas cosas?" + +# game/3_min.rpy:2485 +translate spanish tentDisaster_8144d905: + + # Min "Well, duh. If you could press a button and magically no one ever said that stuff again, that'd be cool." + Min "Bueno, duh. Si pudiera presionar un botón y que mágicamente nadie diga esas cosas de nuevo, sería genial." + +# game/3_min.rpy:2488 +translate spanish tentDisaster_1166d28a: + + # Noelle "...Then it {i}does{/i|} bother you?" + Noelle "...¿Entonces {i}sí{/i} te molesta?" + +# game/3_min.rpy:2490 +translate spanish tentDisaster_e70f5c9f: + + # Min "Okay, yeah, maybe it would bother me a little, but I wouldn't make a huge stink about it." + Min "Ok, bueno, quizás me molesta un poco, pero no haría un gran alboroto por eso." + +# game/3_min.rpy:2493 +translate spanish tentDisaster_0081474e: + + # Noelle "If it bothers you, doesn't it make sense to complain about it?" + Noelle "Si te molesta, ¿no crees que tiene sentido quejarse de ello?" + +# game/3_min.rpy:2495 +translate spanish tentDisaster_97e27b9f: + + # Min "If I were some weakass sissy, sure. But I'm not, so I don't sweat that kinda small stuff." + Min "Si fuera una mariquita debilucha, claro. Pero no lo soy, así que no me preocupo por esas minucias." + +# game/3_min.rpy:2498 +translate spanish tentDisaster_217e0c81: + + # Noelle "But we just established that you {i}are{/i} bothered by it." + Noelle "Pero acabamos de establecer que {i}sí{/i} te molesta." + +# game/3_min.rpy:2499 +translate spanish tentDisaster_e7f754cc: + + # Noelle "You just deny it because in your eyes, it's weakness to admit you're hurt. Because of the tough guy act you have going on." + Noelle "Solo lo niegas porque en tus ojos, tu debilidad es admitir que estás herida. Por el acto de tipo duro que tienes en marcha." + +# game/3_min.rpy:2501 +translate spanish tentDisaster_23b38576: + + # "Noelle's got this insufferably smug expression on her face, like she's discovered a misprint in an exam that no one else has found yet." + "Noelle tiene una expresión insufriblemente soberbia en su cara, como si hubiera descubierto un error de imprenta en un examen que nadie ha encontrado todavía." + +# game/3_min.rpy:2503 +translate spanish tentDisaster_a8c2d4b7: + + # Noelle "I think I understand now." + Noelle "Creo que entiendo ahora." + +# game/3_min.rpy:2505 +translate spanish tentDisaster_b877806e: + + # Min "Understand what?? You weren't even there." + Min "¿¿Entender qué?? Ni siquiera estabas ahí." + +# game/3_min.rpy:2509 +translate spanish tentDisaster_0b3ec737: + + # Noelle "You think Ester is overreacting because in similar situations, you do nothing." + Noelle "Piensas que Ester está exagerando por que en situaciones similares, no hiciste nada." + +# game/3_min.rpy:2510 +translate spanish tentDisaster_e368ff3b: + + # Noelle "When she told you your response was racist, you became enraged by her audacity to complain about things you suffered through in silence." + Noelle "Cuando te dijo que tu respuesta era racista, te enfureciste de su audacia para quejarse de cosas de las que sufriste en silencio." + +# game/3_min.rpy:2512 +translate spanish tentDisaster_5f836ad4: + + # Noelle "Admitting that you genuinely hurt her feelings would require the admission that you've been hurt before, too." + Noelle "Admitir que genuinamente heriste sus sentimientos requeriría la admisión de que tú también has sido herida antes, también." + +# game/3_min.rpy:2513 +translate spanish tentDisaster_8395a811: + + # Noelle "And your fragile ego cannot allow that." + Noelle "Y tu frágil ego no puede permitirse eso." + +# game/3_min.rpy:2515 +translate spanish tentDisaster_8eabd16d: + + # Min "..................." + Min "..................." + +# game/3_min.rpy:2516 +translate spanish tentDisaster_994f2541: + + # MinT "Shit...Maybe she's onto something..." + MinT "Mierda...Quizás tiene la razón..." + +# game/3_min.rpy:2519 +translate spanish tentDisaster_aeb8003e: + + # Noelle "In conclusion, Ester's right, you're wrong, and you're racist." + Noelle "En conclusión, Ester está en lo correcto, tu te equivocas, y también eres racista." + +# game/3_min.rpy:2521 +translate spanish tentDisaster_990d6bb0: + + # MinT "This sucks so bad....." + MinT "Esto apesta tanto......" + +# game/3_min.rpy:2531 +translate spanish falseSpring_428669ea: + + # "Covered in dirt and twigs, Min struggles to put the tent back up." + "Cubierta en tierra y ramas, Min se esfuerza para volver a armar la carpa." + +# game/3_min.rpy:2534 +translate spanish falseSpring_a014ade9: + + # Diya "?!" + Diya "¡¿?!" + +# game/3_min.rpy:2535 +translate spanish falseSpring_230ab8af: + + # Diya "Are you okay." + Diya "Te encuentras bien." + +# game/3_min.rpy:2537 +translate spanish falseSpring_0c777aa2: + + # Min "Not really. I feel like absolute dogshit." + Min "No realmente. Me siento como una absoluta mierda." + +# game/3_min.rpy:2540 +translate spanish falseSpring_b1895173: + + # Diya "Oh no." + Diya "Oh no." + +# game/3_min.rpy:2542 +translate spanish falseSpring_50905784: + + # MinT "I just wanna hide what I did." + MinT "Sólo quiero esconder lo que hice." + +# game/3_min.rpy:2543 +translate spanish falseSpring_bcfc82e3: + + # MinT "I wanna dig a hole and bury the terrible truth where no one will ever find it." + MinT "Quiero cavar un hoyo y enterrar la terrible verdad donde nadie jamás la encuentre." + +# game/3_min.rpy:2547 +translate spanish falseSpring_25f1bee1: + + # Diya "What happened?" + Diya "¿Qué paso?" + +# game/3_min.rpy:2549 +translate spanish falseSpring_8a574f6e: + + # Min "I don't really wanna talk about it." + Min "Realmente no quiero hablar de ello." + +# game/3_min.rpy:2552 +translate spanish falseSpring_6e8840cd: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:2555 +translate spanish falseSpring_f8873d7c: + + # "At a loss for how to handle the situation, Diya quietly helps her pitch the tent." + "Sin saber cómo manejar la situación, Diya la ayuda en silencio a armar la carpa." + +# game/3_min.rpy:2563 +translate spanish falseSpring_9fa2cfca: + + # Diya "...?" + Diya "¿...?" + +# game/3_min.rpy:2565 +translate spanish falseSpring_f3df7a6b: + + # Diya "Oh no..." + Diya "Oh no..." + +# game/3_min.rpy:2567 +translate spanish falseSpring_64f35087: + + # Min "Huh?" + Min "¿Ah?" + +# game/3_min.rpy:2569 +translate spanish falseSpring_dc59f035: + + # Diya "Look." + Diya "Mira." + +# game/3_min.rpy:2572 +translate spanish falseSpring_88a89181: + + # "Diya points to a malformed looking butterfly clinging to the tent fabric." + "Diya apunta a una mariposa de aspecto malformado aferrándose a la tela de la carpa." + +# game/3_min.rpy:2574 +translate spanish falseSpring_5680d7da: + + # Min "Oh, ew." + Min "Oh, puaj." + +# game/3_min.rpy:2575 +translate spanish falseSpring_c66da466: + + # Min "What's wrong with its wing? It's all crinkled." + Min "¿Qué le pasó en el ala? Está toda arrugada." + +# game/3_min.rpy:2578 +translate spanish falseSpring_15737f72: + + # Diya "Think it's stuck like that...That's so sad." + Diya "Creo que está estancada así...Qué triste." + +# game/3_min.rpy:2579 +translate spanish falseSpring_59ee4f5f: + + # Diya "Maybe it's because of the false spring." + Diya "Quizás sea por la primavera falsa." + +# game/3_min.rpy:2582 +translate spanish falseSpring_e217d98c: + + # Min "False spring?" + Min "¿Primavera falsa?" + +# game/3_min.rpy:2585 +translate spanish falseSpring_62dbb656: + + # Diya "It's when it's super warm, but it's still winter." + Diya "Es cuando hace mucho calor, pero aún es invierno." + +# game/3_min.rpy:2586 +translate spanish falseSpring_be59f257: + + # Diya "It messes up a lot of animals because they think it's spring when it's not." + Diya "Perturba a muchos animales porque piensan que es primavera cuando no lo es." + +# game/3_min.rpy:2587 +translate spanish falseSpring_194424bd: + + # Diya "Maybe the weird environment messed it up while it was forming." + Diya "Quizás el ambiente extraño la estropeó mientras aún se estaba formando." + +# game/3_min.rpy:2589 +translate spanish falseSpring_aae5bc73: + + # "Diya tries to get the deformed butterfly to crawl onto a twig. It's hard to watch." + "Diya intenta que la mariposa deformada se arrastre a una rama. Es difícil de ver." + +# game/3_min.rpy:2591 +translate spanish falseSpring_1d1f1814: + + # Min "Is that what I'm like? Because I grew up with racists and got taught the worst lessons ever?" + Min "¿Es eso lo que soy? ¿Porque crecí con racistas y me dieron las peores lecciones de la historia?" + +# game/3_min.rpy:2592 +translate spanish falseSpring_00db02c9: + + # Min "I feel like I went through hell and came out the other side in the most monumentally fucked shape." + Min "Siento que pasé por el infierno y salí del otro lado en la forma más monumentalmente jodida." + +# game/3_min.rpy:2597 +translate spanish falseSpring_a16d98d6: + + # Diya "?" + Diya "¿?" + +# game/3_min.rpy:2598 +translate spanish falseSpring_b08fe291: + + # Diya "What do you mean?" + Diya "¿A qué te refieres?" + +# game/3_min.rpy:2600 +translate spanish falseSpring_0732d024: + + # Min "Diya...You wouldn't ever break up with me, right?" + Min "Diya...Tú nunca romperías conmigo, ¿verdad?" + +# game/3_min.rpy:2603 +translate spanish falseSpring_b0ba6750: + + # Diya "? No." + Diya "¿? No." + +# game/3_min.rpy:2605 +translate spanish falseSpring_4cf4e585: + + # Min "What if I did something bad?" + Min "¿Qué pasaría si hice algo malo?" + +# game/3_min.rpy:2606 +translate spanish falseSpring_259be4ec: + + # Min "I mean like, really bad." + Min "Me refiero, realmente malo." + +# game/3_min.rpy:2608 +translate spanish falseSpring_f31af5e7: + + # Diya "What did you do?" + Diya "¿Qué hiciste?" + +# game/3_min.rpy:2610 +translate spanish falseSpring_ea171b06: + + # Min "Are you SURE you wouldn't break up with me, though?" + Min "Pero, ¿estás SEGURA de que no romperías conmigo?" + +# game/3_min.rpy:2613 +translate spanish falseSpring_17a941b7: + + # Diya "What. Did. You. Do." + Diya "Qué. Hiciste." + +# game/3_min.rpy:2614 +translate spanish falseSpring_191f138d: + + # "Min tells Diya what happened, bracing herself for the worst..." + "Min le dice a Diya lo que ocurrió, preparándose para lo peor..." + +# game/3_min.rpy:2616 +translate spanish falseSpring_b051f280: + + # Min "...And that's why Ester is mad at me..." + Min "...Y por eso es que Ester está enojada conmigo..." + +# game/3_min.rpy:2619 +translate spanish falseSpring_6e8840cd_1: + + # Diya "............" + Diya "............" + +# game/3_min.rpy:2620 +translate spanish falseSpring_ac7498bb: + + # Diya "That wasn't very nice of you." + Diya "Eso no fue muy amable de tu parte." + +# game/3_min.rpy:2622 +translate spanish falseSpring_1cca6144: + + # Diya "Sounds like something racist my mom would say." + Diya "Suena cómo algo racista que mi mamá diría." + +# game/3_min.rpy:2624 +translate spanish falseSpring_1fb5d954: + + # Min "Yeah, I know..." + Min "Sí, lo sé..." + +# game/3_min.rpy:2627 +translate spanish falseSpring_61be8584: + + # Diya "Poor Ester. Her comic sounds cool, too." + Diya "Pobre Ester. Su cómic suena genial, también." + +# game/3_min.rpy:2629 +translate spanish falseSpring_6091b526: + + # Min "Do you hate me now?" + Min "¿Me odias ahora?" + +# game/3_min.rpy:2632 +translate spanish falseSpring_5ab80e4d: + + # Diya "I mean...It was bad. But at least you realize it." + Diya "Digo...Fue malo. Pero por lo menos te diste cuenta." + +# game/3_min.rpy:2633 +translate spanish falseSpring_abd8f820: + + # Diya "Everyone makes mistakes." + Diya "Todos cometemos errores." + +# game/3_min.rpy:2642 +translate spanish falseSpring_87b8f861: + + # Min "Not everyone makes RACIST mistakes." + Min "No todos hacen errores RACISTAS." + +# game/3_min.rpy:2644 +translate spanish falseSpring_bcd48ed3: + + # Diya "But it's not like people are born knowing things, either?" + Diya "¿Pero, tampoco es como si la gente naciera sabiendo las cosas?" + +# game/3_min.rpy:2645 +translate spanish falseSpring_973283fc: + + # Diya "Everyone has blind spots." + Diya "Todos tienen puntos ciegos." + +# game/3_min.rpy:2647 +translate spanish falseSpring_36d58946: + + # Min "How come you've never offended someone like I did, then?" + Min "¿Cómo es que nunca has ofendido a alguien como yo, entonces?" + +# game/3_min.rpy:2650 +translate spanish falseSpring_b52f577d: + + # Diya "I don't talk to people very much..." + Diya "No hablo mucho con otras personas..." + +# game/3_min.rpy:2651 +translate spanish falseSpring_1233f699: + + # Diya "So most of the mistakes just happen in my mind." + Diya "Así que la mayoría de los errores solo ocurren en mi cabeza." + +# game/3_min.rpy:2653 +translate spanish falseSpring_da1e7437: + + # Min "Well...then how come Noelle doesn't offend people??" + Min "Bueno...¿¿entonces cómo es que Noelle no ofende a las personas??" + +# game/3_min.rpy:2656 +translate spanish falseSpring_9c40bd12: + + # Diya "I mean...she was pretty ignorant about gay people before we started dating." + Diya "Digo...ella era bastante ignorante sobre las personas homosexuales antes de que comenzamos a salir." + +# game/3_min.rpy:2658 +translate spanish falseSpring_46ab9331: + + # Diya "When people said the narrator of {i}The Great Gatsby{/i} was gay in our English class, she got all scandalized and argued against it." + Diya "Cuando se dijo que el narrador del {i}El Gran Gatsby{/i} era gay en nuestra clase de Inglés, ella se escandalizó y argumentó en contra de ello." + +# game/3_min.rpy:2659 +translate spanish falseSpring_c279a5e4: + + # Diya "She kept insisting there had to be another explanation. But I think she just was grossed out by the thought of it." + Diya "Insistía en que tenía que haber otra explicación. Pero creo que simplemente le daba asco pensarlo." + +# game/3_min.rpy:2668 +translate spanish falseSpring_f36c9ea0: + + # Min "That's not as bad as insulting someone's entire race, though." + Min "Eso no está tan mal como insultar la raza entera de una persona, eso sí." + +# game/3_min.rpy:2675 +translate spanish falseSpring_13f1f1eb: + + # Diya "Not trying to say she messed up worse." + Diya "No estoy tratando de decir que ella lo haya hecho peor." + +# game/3_min.rpy:2676 +translate spanish falseSpring_3872e660: + + # Diya "My point is she got better about it. She wouldn't do that anymore." + Diya "Mi punto es que ella mejoró al respecto. Ya no lo haría más." + +# game/3_min.rpy:2677 +translate spanish falseSpring_c28f76e0: + + # Diya "So I don't hold it against her. Just because you were ignorant about something doesn't mean you're bad forever." + Diya "Así que no se lo reprocho. El hecho de que hayas sido ignorante sobre algo no significa que lo serás para siempre." + +# game/3_min.rpy:2680 +translate spanish falseSpring_17221237: + + # Min "I dunno...It doesn't undo the fact that I was racist to Ester already, and now she hates me." + Min "No lo sé...Eso no deshace el hecho de que ya fui racista con Ester, y ahora ella me odia." + +# game/3_min.rpy:2683 +translate spanish falseSpring_82bb0c07: + + # Diya "Did you say sorry?" + Diya "¿Te disculpaste con ella?" + +# game/3_min.rpy:2685 +translate spanish falseSpring_c312fd0d: + + # Min ".........No....." + Min ".........No....." + +# game/3_min.rpy:2687 +translate spanish falseSpring_43dc424b: + + # Diya "She might not forgive you. But you should at least tell her." + Diya "Puede que no te perdone. Pero por lo menos deberías decirle." + +# game/3_min.rpy:2689 +translate spanish falseSpring_b40b916d: + + # "Min feels such anguish upon hearing Diya's suggestion that it takes her a moment to sputter something out." + "Min siente tal angustia al oír la sugerencia de Diya que se tarde un momento en balbucear algo." + +# game/3_min.rpy:2692 +translate spanish falseSpring_946ae2da: + + # Min "But...But...No one ever apologized to ME!" with sshake + Min "Pero...Pero...¡Nunca nadie se ha disculpado CONMIGO!" with sshake + +# game/3_min.rpy:2694 +translate spanish falseSpring_04563f4f: + + # "To Min's horror, her eyes fill up with tears." + "Para el horror de Min, sus ojos se llenan con lágrimas." + +# game/3_min.rpy:2696 +translate spanish falseSpring_1cf3e1dd: + + # Min "So many people did way worse things to me, and THEY never said sorry!" + Min "¡Tantas personas me hicieron cosas mucho peores, y ELLOS nunca se disculparon!" + +# game/3_min.rpy:2697 +translate spanish falseSpring_81b5fa6b: + + # Min "None of my racist bullies ever said sorry. My dad never said sorry." + Min "Ninguno de los racistas que me hicieron bullying se disculparon. Mi papá nunca se disculpó." + +# game/3_min.rpy:2698 +translate spanish falseSpring_a8ce1bf6: + + # Min "Why is it only ME who has to say sorry, when what I did wasn't even as bad?" + Min "¿Por qué YO tengo que ser la que se disculpa, cuando lo que hice ni siquiera fue tan malo?" + +# game/3_min.rpy:2699 +translate spanish falseSpring_8d60165b: + + # Min "It's not fair!" + Min "¡No es justo!" + +# game/3_min.rpy:2702 +translate spanish falseSpring_0f0ba85c: + + # "Diya pulls her into her arms and hugs her very tightly, as if trying to squeeze all the grief out of her body." + "Diya la lleva a sus brazos y la abraza muy fuerte, como si intentara exprimir toda la pena de su cuerpo." + +# game/3_min.rpy:2705 +translate spanish falseSpring_3c07f8a5: + + # "Min leans into her warmth, letting her familiar touch and the steady rhythm of her heartbeat calm her down." + "Min se apoya en su calor, dejando que su tacto familiar y el ritmo constante de sus latidos la tranquilicen." + +# game/3_min.rpy:2710 +translate spanish falseSpring_aba99f45: + + # Diya "What happened to you wasn't fair." + Diya "Lo que te pasó no fue justo." + +# game/3_min.rpy:2711 +translate spanish falseSpring_cad6e798: + + # Diya "But that doesn't mean you should be unfair, too. Or you'll just continue the cycle." + Diya "Pero eso no significa que tu deberías ser injusta, también. O sólo continuarás el ciclo." + +# game/3_min.rpy:2716 +translate spanish falseSpring_31583ec0: + + # Diya "You can apologize even if they don't." + Diya "Puedes disculparte incluso si ellos no lo hicieron." + +# game/3_min.rpy:2718 +translate spanish falseSpring_6a2b8cc3: + + # Min "But it's not fair..." + Min "Pero no es justo..." + +# game/3_min.rpy:2720 +translate spanish falseSpring_ebcdc98c: + + # Min "I want them to suffer. I want them to die." + Min "Quiero que sufran. Quiero que mueran." + +# game/3_min.rpy:2721 +translate spanish falseSpring_8500f673: + + # Min "If I just forget about them, that means they got away with everything." + Min "Si sólo me olvido de ellos, significa que se salieron con la suya." + +# game/3_min.rpy:2722 +translate spanish falseSpring_d41e5082: + + # Min "That means they won, and I lost." + Min "Eso significa que ganaron, y yo perdí." + +# game/3_min.rpy:2725 +translate spanish falseSpring_e629b0d2: + + # Diya "........" + Diya "........" + +# game/3_min.rpy:2727 +translate spanish falseSpring_f9b439c9: + + # Diya "But isn't it losing {i}worse{/i} to let people you hate keep controlling your life?" + Diya "¿Pero no es {i}peor{/i} perder si dejas que la gente que odias siga controlando tu vida?" + +# game/3_min.rpy:2728 +translate spanish falseSpring_736cb521: + + # Diya "It's like that saying. If you seek revenge, dig two graves." + Diya "Es como ese dicho. Si buscas venganza, cava dos tumbas." + +# game/3_min.rpy:2731 +translate spanish falseSpring_36ca9e81: + + # Diya "Is it worth it? To hurt yourself in the name of fairness." + Diya "¿Vale la pena? Herirte a ti misma en el nombre de la justicia." + +# game/3_min.rpy:2733 +translate spanish falseSpring_ad5b37f0: + + # Min "...................." + Min "...................." + +# game/3_min.rpy:2734 +translate spanish falseSpring_e85e257d: + + # MinT "Is that what I'm doing?" + MinT "¿Es eso lo que estoy haciendo?" + +# game/3_min.rpy:2735 +translate spanish falseSpring_02f0a506: + + # MinT "Crashing the car just to get back at them?" + MinT "¿Estrellar el auto solo para vengarme de ellos?" + +# game/3_min.rpy:2738 +translate spanish falseSpring_50cf4bec: + + # Diya "...The two graves are you and the person you got revenge on, by the way." + Diya "...Las dos tumbas son para ti y la persona de la que te vengaste, por si acaso." + +# game/3_min.rpy:2739 +translate spanish falseSpring_a2ea6216: + + # Diya "Not two different people you killed." + Diya "No dos personas distintas que mataste." + +# game/3_min.rpy:2741 +translate spanish falseSpring_c4825a26: + + # Min "No, I got that." + Min "No, lo entendí." + +# game/3_min.rpy:2742 +translate spanish falseSpring_05aa731e: + + # Min "You're right..." + Min "Tienes razón..." + +# game/3_min.rpy:2744 +translate spanish falseSpring_a0cabc67: + + # Min "Why should I let those pieces of shit keep controlling me even years later?!" with sshake + Min "¡¿Por qué debería dejar que esos pedazos de mierda me sigan controlando incluso años después?!" with sshake + +# game/3_min.rpy:2745 +translate spanish falseSpring_89bd3933: + + # Min "If nothing they did mattered, that'll show them!!" with sshake + Min "Si nada de lo que hicieron importó, ¡¡eso les enseñará!!" with sshake + +# game/3_min.rpy:2747 +translate spanish falseSpring_9cbab985: + + # Diya "Yeah." + Diya "Sí." + +# game/3_min.rpy:2749 +translate spanish falseSpring_60e3a630: + + # Min "Yeah!!!!!" with sshake + Min "¡¡¡¡¡Sí!!!!!!" with sshake + +# game/3_min.rpy:2755 +translate spanish apology_fad126ff: + + # "Min dashes off and finds Ester setting up the next scene." + "Min sale corriendo y encuentra a Ester preparando la siguiente escena." + +# game/3_min.rpy:2757 +translate spanish apology_92b7a62a: + + # Ester "What took you so long?" + Ester "¿Por qué te tardaste tanto?" + +# game/3_min.rpy:2758 +translate spanish apology_515f46e3: + + # Ester "Everyone's ready to do the wolf death scene." + Ester "Todas están listas para hacer la escena de la muerte del lobo." + +# game/3_min.rpy:2761 +translate spanish apology_303fa393: + + # Min "Can we talk first?" + Min "¿Podemos hablar primero?" + +# game/3_min.rpy:2764 +translate spanish apology_021f0e2f: + + # "Ester gives her a guarded look." + "Ester la mira con recelo." + +# game/3_min.rpy:2765 +translate spanish apology_137d1153: + + # Ester "That depends..." + Ester "Eso depende..." + +# game/3_min.rpy:2767 +translate spanish apology_7ccad2c9: + + # Min "Sorry I was an asshole earlier." + Min "Disculpa por haber sido una idiota antes." + +# game/3_min.rpy:2768 +translate spanish apology_fd5e387a: + + # Min "I shouldn't have said that racist stuff about Black people, and the weird stuff about your hair." + Min "No debí haber dicho esas cosas racistas sobre las personas negras, y las cosas raras sobre tu pelo." + +# game/3_min.rpy:2770 +translate spanish apology_a20754a9: + + # Ester "Yeah, you shouldn't have." + Ester "Sí, no debiste." + +# game/3_min.rpy:2772 +translate spanish apology_6a9e24d4: + + # Min "You're right, I should've known better." + Min "Tienes razón, debería haberlo sabido." + +# game/3_min.rpy:2773 +translate spanish apology_bb1746fc: + + # Min "I know how much it sucks looking different from everyone else." + Min "Sé lo horrible que es parecer diferente a los demás." + +# game/3_min.rpy:2775 +translate spanish apology_edb245e5: + + # "Ester lets out a sigh, looking exhausted." + "Ester suspira, pareciendo agotada." + +# game/3_min.rpy:2778 +translate spanish apology_60c5995f: + + # Ester "You'd think people would know, but they don't..." + Ester "Creerías que la gente lo sabría, pero no lo hacen..." + +# game/3_min.rpy:2779 +translate spanish apology_fedec263: + + # Ester "It's like being kicked on both sides. I go through all the same stuff as everyone else at this school, but no one sees me as one of them." + Ester "Es como ser pateada en ambos lados. Paso por las mismas cosas que todos los demás en esta escuela, pero nadie me ve como uno de ellos." + +# game/3_min.rpy:2780 +translate spanish apology_354b1fb4: + + # Ester "Everyone thinks because I'm not \"pure\" Asian, I'm not as smart or I don't study as much." + Ester "Todos piensan que porque no soy asiática \"pura\", no soy igual de inteligente o no estudio lo mismo." + +# game/3_min.rpy:2782 +translate spanish apology_a57e573e: + + # Min "Don't worry, I don't think that." + Min "No te preocupes, yo no pienso eso." + +# game/3_min.rpy:2783 +translate spanish apology_99849440: + + # Min "I learned my lesson. I'm not racist anymore." + Min "Aprendí mi lección. Ya no soy racista." + +# game/3_min.rpy:2787 +translate spanish apology_356bc7ec: + + # Ester "Uh...Yeah, you are?" + Ester "Eh...¿Sí, lo eres?" + +# game/3_min.rpy:2790 +translate spanish apology_24afbb88: + + # Min "Huh......??????" with sshake + Min "¿¿¿¿¿¿¿Ah......??????" with sshake + +# game/3_min.rpy:2792 +translate spanish apology_71ea1396: + + # Ester "You're literally still racist, all you did was apologize for one specific thing." + Ester "Literalmente sigues siendo racista, todo lo que hiciste fue disculparte por una cosa específica." + +# game/3_min.rpy:2800 +translate spanish apology_5c7db639: + + # Min "But...What else am I supposed to do then?!" with sshake + Min "Pero...¡¿Qué se supone que tengo que hacer entonces?!" with sshake + +# game/3_min.rpy:2803 +translate spanish apology_6c5ae857: + + # Ester "Try to educate yourself and not say random crap about other ethnicities?" + Ester "¿Intenta educarte a ti misma y no decir mierdas al azar sobre otras etnias?" + +# game/3_min.rpy:2804 +translate spanish apology_e84bb104: + + # Ester "And say sorry the next time you're racist instead of being all rude and defensive." + Ester "Y pide disculpas la próxima vez que seas racista en vez de actuar grosera y a la defensiva." + +# game/3_min.rpy:2806 +translate spanish apology_db5f320f: + + # Min "Next time?! That makes it sound like this is gonna happen again." with sshake + Min "¡¿La próxima vez?! Eso lo hace sonar como si esto fuera a pasar devuelta." with sshake + +# game/3_min.rpy:2809 +translate spanish apology_e2be2a46: + + # Ester "Honestly, it probably will." + Ester "Honestamente, es probable que sí." + +# game/3_min.rpy:2812 +translate spanish apology_e1c993cb: + + # Min "So...you're saying I'll ALWAYS be racist no matter what I do?!" with sshake + Min "Entonces...¡¿dices que SIEMPRE seré racista haga lo que haga?!" with sshake + +# game/3_min.rpy:2814 +translate spanish apology_13b3b007: + + # "Min looks so horrified that Ester gives her a pitying look." + "Min parece tan horrorizada que Ester le lanza una mirada con lástima." + +# game/3_min.rpy:2816 +translate spanish apology_cf4bf3cd: + + # Ester "I mean, literally everyone on earth is ignorant to some degree about SOMETHING." + Ester "Osea, literalmente todos en esta tierra son ignorantes hasta cierto punto sobre ALGO." + +# game/3_min.rpy:2818 +translate spanish apology_3c389bd2: + + # Ester "For my webcomic, I tried to research albinos and double amputees the best I could, but I'm still not sure I portrayed everything right." + Ester "Para mi webcomic, intenté investigar lo mejor que pude sobre los albinos y amputados dobles, pero aún no estoy segura de haber retratado todo correctamente." + +# game/3_min.rpy:2820 +translate spanish apology_eed6dd1a: + + # MinT "Double amputee...? What the fuck is going on in her comic?" + MinT "¿Amputado doble...? ¿Qué mierda está pasando en su cómic?" + +# game/3_min.rpy:2822 +translate spanish apology_28dcd23e: + + # Ester "No one's perfect. You just gotta do your best and learn from your mistakes." + Ester "Nadie es perfecto. Solo tienes que hacer lo mejor que puedes y aprender de tus errores." + +# game/3_min.rpy:2824 +translate spanish apology_8a6da49d: + + # Min "Oh...okay..." + Min "Oh...ok..." + +# game/3_min.rpy:2826 +translate spanish apology_cdb90e91: + + # Min "But I hate thinking I'm gonna make a DIFFERENT mistake at some point and have to apologize again." + Min "Pero odio pensar que voy a hacer un error DIFERENTE en algún momento y me tendré que disculpar de nuevo." + +# game/3_min.rpy:2827 +translate spanish apology_735c2b8c: + + # Min "It's fucking mortifying." + Min "Sería jodidamente mortificante." + +# game/3_min.rpy:2830 +translate spanish apology_fdaadc25: + + # Ester "I mean, it shouldn't be mortifying to admit you were wrong about something." + Ester "Digo, no debería ser mortificante el admitir que estabas equivocada en algo." + +# game/3_min.rpy:2832 +translate spanish apology_e8b44a30: + + # Min "...I guess it shouldn't be..." + Min "...Supongo que no lo debería ser..." + +# game/3_min.rpy:2835 +translate spanish apology_abe24f78: + + # Akarsha "Ay! Are we ready to party?" with sshake + Akarsha "¡Ey! ¿Listas para la fiesta?" with sshake + +# game/3_min.rpy:2837 +translate spanish apology_090d9f93: + + # Ester "Yeah, let's do it." + Ester "Sí, hagámoslo." + +# game/3_min.rpy:2839 +translate spanish apology_b981817b: + + # Min "So are we good for now?" + Min "¿Entonces estamos bien por ahora?" + +# game/3_min.rpy:2842 +translate spanish apology_ca840e57: + + # Ester "I guess." + Ester "Supongo." + +# game/3_min.rpy:2855 +translate spanish apology_486aef94: + + # Ester "Can I still use the \"progidy\" thing you said earlier?" + Ester "¿Aún puedo usar lo de \"progidio\" que dijiste antes?" + +# game/3_min.rpy:2857 +translate spanish apology_92cbb84c: + + # Min "Huh? Yeah, knock yourself out." + Min "¿Ah? Sí, ve con todo." + +# game/3_min.rpy:2874 +translate spanish wolfDeathScene_cf2105cd: + + # "Min hides behind a tree with her Nerf gun, waiting for her cue." + "Min se esconde detrás de un árbol con su pistola Nerf, esperando su señal." + +# game/3_min.rpy:2881 +translate spanish wolfDeathScene_2e5faefe: + + # Noelle "How has your pack helped balance the ecosystem here?" + Noelle "¿Cómo ha contribuido tu manada a equilibrar el ecosistema aquí?" + +# game/3_min.rpy:2883 +translate spanish wolfDeathScene_65a84993: + + # Chryssa "We prevent the elk population from exploding and overgrazing." + Chryssa "Prevenimos la que la población de alces explotara y pastoree en exceso." + +# game/3_min.rpy:2885 +translate spanish wolfDeathScene_1247589c: + + # Liz "Before we were reintroduced, many biologists were concerned about eroding and plants dying off." + Liz "Antes de nuestra reintroducción, muchos biólogos estaban preocupados por la erosión y la muerte de las plantas." + +# game/3_min.rpy:2886 +translate spanish wolfDeathScene_41747f9c: + + # Liz "Unfortunately, many ranchers and hunters don't understand this." + Liz "Desafortunadamente, muchos ganaderos y cazadores no entienden esto." + +# game/3_min.rpy:2888 +translate spanish wolfDeathScene_dcee2d8e: + + # Chryssa "In fact, the state of Idaho is planning to kill hundreds of wolves this winter." + Chryssa "De hecho, el estado de Idaho está planeando en matar a cientos de lobos este invierno." + +# game/3_min.rpy:2890 +translate spanish wolfDeathScene_ad04d0cd: + + # MinT "This is where we always screw up and have to start over." + MinT "Aquí es donde siempre metemos la pata y tenemos que volver a empezar." + +# game/3_min.rpy:2891 +translate spanish wolfDeathScene_e2e57e0b: + + # MinT "Every time Akarsha makes eye contact with Chryssa, she starts laughing." + MinT "Cada vez que Akarsha hace contacto visual con Chryssa, se pone a reír." + +# game/3_min.rpy:2894 +translate spanish wolfDeathScene_bff292a3: + + # Akarsha "Mom LeafGreen, I'm scared...Are we gonna die?" + Akarsha "Mamá Verde Hoja, tengo miedo...¿Vamos a morir?" + +# game/3_min.rpy:2896 +translate spanish wolfDeathScene_158b51ff: + + # MinT "Holy shit. She finally did it!" with sshake + MinT "Santo cielo. ¡Por fin lo hizo!" with sshake + +# game/3_min.rpy:2899 +translate spanish wolfDeathScene_2a9f3ec7: + + # Akarsha "Goo goo ga ga..." + Akarsha "Gu gu ga ga..." + +# game/3_min.rpy:2900 +translate spanish wolfDeathScene_0ae39160: + + # "Noelle's eye twitches as she recites her next line." + "Noelle tuerce el ojo mientras recita su siguiente frase." + +# game/3_min.rpy:2902 +translate spanish wolfDeathScene_e6ce3bd3: + + # Noelle "Who is this...adorable little thing?" + Noelle "¿Quién es esta...adorable pequeña criatura?" + +# game/3_min.rpy:2904 +translate spanish wolfDeathScene_76fa03c3: + + # Chryssa "This is our wolf puppy! Normally mated pairs produce a litter per year, but we adopted her!" + Chryssa "¡Esta es nuestra cachorra de lobo! Normalmente las parejas apareadas producen una camada al año, ¡pero la adoptamos!" + +# game/3_min.rpy:2906 +translate spanish wolfDeathScene_44280286: + + # Liz "We love her soooooooo much!" + Liz "¡La queremos muchíííísimo!" + +# game/3_min.rpy:2908 +translate spanish wolfDeathScene_62312032: + + # Akarsha "I'm only four months old!" + Akarsha "¡Solo tengo cuatro meses!" + +# game/3_min.rpy:2912 +translate spanish wolfDeathScene_aa95be65: + + # Min "DIEEEEEEEE!!!" with sshake + Min "¡¡¡MUEREEEEEEEE!!!" with sshake + +# game/3_min.rpy:2914 +translate spanish wolfDeathScene_b7a16a66: + + # "Min leaps out from behind the tree and shoots a flurry of Nerf pellets at Akarsha!" + "¡Min sale por detrás del árbol y dispara una ráfaga de balas Nerf a Akarsha!" + +# game/3_min.rpy:2916 +translate spanish wolfDeathScene_5fdbe223: + + # Akarsha "No!!! I only kill a very small number of cattle per year!!!" with sshake + Akarsha "¡¡¡No!!! ¡¡¡Yo solo mato a una muy pequeña cantidad de ganado por año!!!" with sshake + +# game/3_min.rpy:2917 +translate spanish wolfDeathScene_8f9626e7: + + # Akarsha "Urk!" + Akarsha "¡Ark!" + +# game/3_min.rpy:2919 +translate spanish wolfDeathScene_0a4558ab: + + # "Akarsha goes down, and Min continues shooting her ass with the Nerf gun." + "Akarsha cae, y Min continúa disparándole el culo con la pistola Nerf." + +# game/3_min.rpy:2921 +translate spanish wolfDeathScene_570e866a: + + # Chryssa "Nooooo! Our innocent puppy!" with sshake + Chryssa "¡Nooooo! ¡Nuestra inocente cachorra!" with sshake + +# game/3_min.rpy:2923 +translate spanish wolfDeathScene_514b443b: + + # Min "MUAHAHA!" with sshake + Min "¡MUAJAJA!" with sshake + +# game/3_min.rpy:2924 +translate spanish wolfDeathScene_04f8d098: + + # Min "I'll be back to kill the rest of you!!" with sshake + Min "¡¡Volveré para matar al resto de ustedes!!" with sshake + +# game/3_min.rpy:2927 +translate spanish wolfDeathScene_245cb9e2: + + # "Min runs off-screen, leaving Chryssa and Liz crying very unconvincingly over Akarsha's body." + "Min huye fuera de la pantalla, dejando a Chryssa y a Liz llorando muy poco convincentemente sobre el cuerpo de Akarsha." + +# game/3_min.rpy:2929 +translate spanish wolfDeathScene_87abaa37: + + # Liz "How could this happen? If only we were still on the Endangered Species list!" + Liz "¿Cómo es posible? ¡Si tan solo siguiéramos en la lista de Especies en Peligro de Extinción!" + +# game/3_min.rpy:2931 +translate spanish wolfDeathScene_a7320cfc: + + # "Noelle turns solemnly to the camera." + "Noelle se devuelve solemnemente hacia la cámara." + +# game/3_min.rpy:2932 +translate spanish wolfDeathScene_8cdc5d34: + + # Noelle "Today, I learned that delisting of grey wolves from the Endangered Species list would have devastating consequences." + Noelle "Hoy, aprendí que la exclusión de los lobos de la lista de Especies en Peligro de Extinción podría tener devastadoras consecuencias." + +# game/3_min.rpy:2941 +translate spanish wolfDeathScene_1f648426: + + # Ester "...And that's a wrap!" + Ester "...¡Y ya está!" + +# game/3_min.rpy:2945 +translate spanish wolfDeathScene_640228a5: + + # Noelle "FINALLY!!! WE'VE BEEN HERE FOR SIX HOURS!!!" with sshake + Noelle "¡¡¡FINALMENTE!!! ¡¡¡HEMOS ESTADO AQUÍ POR SEIS HORAS!!!" with sshake + +# game/3_min.rpy:2947 +translate spanish wolfDeathScene_cf397324: + + # MinT "And we may have just produced the worst video ever..." + MinT "Y puede que hayamos producido el peor video de la historia..." + +# game/3_min.rpy:2954 +translate spanish wolfDeathScene_1c0cf689: + + # "Relieved to be back in her regular clothes, Min looks around." + "Aliviada de estar devuelta en su ropa habitual, Min mira a su alrededor." + +# game/3_min.rpy:2956 +translate spanish wolfDeathScene_08f9c1d6: + + # MinT "Seems like people are packing up." + MinT "Parece que los demás están empacando." + +# game/3_min.rpy:3013 +translate spanish braidPrank_fcec01b6: + + # "The tent flap's already open." + "La solapa de la carpa ya está abierta." + +# game/3_min.rpy:3014 +translate spanish braidPrank_65b96039: + + # "Min climbs inside. To her surprise, Akarsha's already there." + "Min sube adentro. Para su sorpresa, Akarsha ya está ahí." + +# game/3_min.rpy:3016 +translate spanish braidPrank_d5592bd2: + + # Akarsha "Shhhh, look!" + Akarsha "¡Shhhh, mira!" + +# game/3_min.rpy:3017 +translate spanish braidPrank_989b0795: + + # "She points to Noelle, who's sound asleep on the sleeping bag." + "Ella apunta a Noelle, quien está profundamente dormida en el saco de dormir." + +# game/3_min.rpy:3019 +translate spanish braidPrank_1edc9f8d: + + # Noelle "Zzzzzzzz..." + Noelle "Zzzzzzzz..." + +# game/3_min.rpy:3022 +translate spanish braidPrank_e2d28881: + + # Min "Damn, she must've been pretty tired to just conk out like this." + Min "Diablos, debió haber estado muy cansada como para solo desmayarse así." + +# game/3_min.rpy:3025 +translate spanish braidPrank_214c610d: + + # Akarsha "Listen, I have the biggest brain in the world..." + Akarsha "Escucha, tengo el cerebro más grande del mundo..." + +# game/3_min.rpy:3027 +translate spanish braidPrank_fdae0d99: + + # "Akarsha gleefully lies down on the ground next to Noelle." + "Akarsha se recuesta gozosamente en el suelo junto a Noelle." + +# game/3_min.rpy:3029 +translate spanish braidPrank_10cd3cf1: + + # Akarsha "Help me braid our hair together." + Akarsha "Ayudame a trenzar el pelo de las dos juntas." + +# game/3_min.rpy:3032 +translate spanish braidPrank_12f3aed5: + + # Min "I have short hair, dipshit. Do I look like I know how to braid hair?" + Min "Tengo pelo corto, imbécil. ¿Te parezco como si supiera hacer trenzas?" + +# game/3_min.rpy:3036 +translate spanish braidPrank_35fdfdf8: + + # Akarsha "I can't do it myself, it's too hard when I'm lyin' down like this." + Akarsha "No lo puedo hacer yo sola, es muy difícil cuando estoy echada así." + +# game/3_min.rpy:3038 +translate spanish braidPrank_38f1cd1b: + + # Akarsha "C'mon, pwetty pwease..." + Akarsha "Vamos, porfavorcito..." + +# game/3_min.rpy:3041 +translate spanish braidPrank_757eecad: + + # Min "God, when you talk like that I just wanna smash your head with a rock." with sshake + Min "Dios, cuando hablas así solo me dan ganas de aplastarte la cabeza con una piedra." with sshake + +# game/3_min.rpy:3043 +translate spanish braidPrank_df5605a7: + + # "Min crawls over and grabs a lock of Akarsha and Noelle's hair in each hand." + "Min gatea más cerca y agarra un mechón de pelo de Akarsha y Noelle en cada mano." + +# game/3_min.rpy:3045 +translate spanish braidPrank_ba48efdd: + + # Akarsha "It's easy, ya just gotta split it into three strands and alternate which one goes on top." + Akarsha "Es fácil, solo tienes que dividirlo en tres mechones y alternar cuál va por encima." + +# game/3_min.rpy:3048 +translate spanish braidPrank_c2acfdeb: + + # Min "Like this??" + Min "¿¿De esta manera??" + +# game/3_min.rpy:3050 +translate spanish braidPrank_f249ef82: + + # "Confused, Min just randomly twists their hair together." + "Confundida, Min solo les enrosca el pelo al azar." + +# game/3_min.rpy:3051 +translate spanish braidPrank_ee1acbd4: + + # "The instant she lets go, the \"braid\" loosens and unravels." + "Al instante que lo suelta, la \"trenza\" se afloja y deshace." + +# game/3_min.rpy:3053 +translate spanish braidPrank_d1645b00: + + # MinT "Shit!" + MinT "¡Mierda!" + +# game/3_min.rpy:3055 +translate spanish braidPrank_343a9490: + + # "Noelle scowls in her sleep as Min tries again." + "Noelle frunce el ceño dormida mientras Min vuelve a intentar." + +# game/3_min.rpy:3058 +translate spanish braidPrank_3dd98bff: + + # Noelle "Akarsha!" with sshake + Noelle "¡Akarsha!" with sshake + +# game/3_min.rpy:3061 +translate spanish braidPrank_43d0573e: + + # "Akarsha and Min freeze, but Noelle just turns on her side, mumbling to herself." + "Akarsha y Min se congelan, pero Noelle solo se pone de lado, murmurando a sí misma." + +# game/3_min.rpy:3063 +translate spanish braidPrank_384bd8b5: + + # Noelle "Zzz...Just because it's \"suitable for all large primates\"...doesn't mean you should eat it..." + Noelle "Zzz...Sólo porque es \"apto para todos los grandes primates\"...no significa que te lo deberías comer..." + +# game/3_min.rpy:3067 +translate spanish braidPrank_addbc72f: + + # MinT "What is she dreaming about??" + MinT "¿¿Qué está soñando??" + +# game/3_min.rpy:3069 +translate spanish braidPrank_5f3d28e2: + + # "Ester sticks her head in the tent." + "Ester mete la cabeza en la carpa." + +# game/3_min.rpy:3071 +translate spanish braidPrank_2822124d: + + # Ester "Can you hand me my backpack?" + Ester "¿Puedes pasarme mi mochila?" + +# game/3_min.rpy:3073 +translate spanish braidPrank_c1402810: + + # Ester "...Wait, what're you guys doing?" + Ester "...Espera, ¿qué están haciendo ustedes?" + +# game/3_min.rpy:3075 +translate spanish braidPrank_d0bd7e3e: + + # Akarsha "Psst! Halp..." + Akarsha "¡Psst! Ayuda..." + +# game/3_min.rpy:3078 +translate spanish braidPrank_e6c32360: + + # Min "Ester, do you know how to braid hair?" + Min "Ester, ¿sabes hacer trenzas?" + +# game/3_min.rpy:3080 +translate spanish braidPrank_77ee087b: + + # "Ester assesses the situation for a moment before shrugging." + "Ester evalúa la situación por un momento antes de encogerse de hombros." + +# game/3_min.rpy:3082 +translate spanish braidPrank_990d4ed1: + + # Ester "Okay, why not?" + Ester "Ok, ¿por qué no?" + +# game/3_min.rpy:3084 +translate spanish braidPrank_908ebf86: + + # Akarsha "Thank you!!!" + Akarsha "¡¡¡Gracias!!!" + +# game/3_min.rpy:3087 +translate spanish braidPrank_fdd1371e: + + # "After a few minutes, Ester manages to weave Akarsha and Noelle's hair into one giant, messy braid." + "Después de unos minutos, Ester consigue entrelazar el pelo de Akarsha y Noelle en una gigante, y desordenada trenza." + +# game/3_min.rpy:3088 +translate spanish braidPrank_e04314ff: + + # Min "You did it!" + Min "¡Lo hiciste!" + +# game/3_min.rpy:3091 +translate spanish braidPrank_e203c5f1: + + # Ester "I wonder when she's gonna realize." + Ester "Me pregunto cuándo se dará cuenta." + +# game/3_min.rpy:3093 +translate spanish braidPrank_3e3216c6: + + # "Noelle stirs on the sleeping bag. Her head gets jerked back by her hair, which is now bound to Akarsha's." + "Noelle se revuelve en el saco de dormir. Su cabeza es tirada hacia atrás por su pelo, el cual está ahora atado al de Akarsha." + +# game/3_min.rpy:3095 +translate spanish braidPrank_19ff2db1: + + # Noelle "Mrph..." + Noelle "Mrph..." + +# game/3_min.rpy:3097 +translate spanish braidPrank_dcc48234: + + # "She blearily rubs her eyes." + "Ella se frota los ojos con sueño." + +# game/3_min.rpy:3099 +translate spanish braidPrank_8edad73c: + + # Akarsha "Bonjour..." + Akarsha "Bonjour..." + +# game/3_min.rpy:3105 +translate spanish braidPrank_0afede51: + + # "Noelle bolts upright, screaming." + "Noelle se levanta de un salto, gritando." + +# game/3_min.rpy:3107 +translate spanish braidPrank_bf2d84f5: + + # Noelle "AAAAAAAAAAAAAAAAA!!!!!!" with sshake + Noelle "¡¡¡¡¡¡AAAAAAAAAAAAAAAAA!!!!!!" with sshake + +# game/3_min.rpy:3108 +translate spanish braidPrank_1d85cb4c: + + # Akarsha "What's wrong, Frenchman? Bad hair day?" + Akarsha "¿Qué pasa, francesa? ¿Mal día con el pelo?" + +# game/3_min.rpy:3109 +translate spanish braidPrank_9cff7395: + + # Noelle "AKARSHAaaaAAAA!!!" + Noelle "¡¡¡AKARSHAaaaAAAA!!!" + +# game/3_min.rpy:3110 +translate spanish braidPrank_dea6bfc7: + + # Noelle "WHY?! GET ME OUT OF HEREEEE!!!!" with sshake + Noelle "¡¿POR QUÉ?! ¡¡¡¡SÁCAME DE AQUIIIIIII!!!!" with sshake + +# game/3_min.rpy:3111 +translate spanish braidPrank_961e77cb: + + # Akarsha "Whoa, calm down." + Akarsha "Wow, cálmate." + +# game/3_min.rpy:3113 +translate spanish braidPrank_5944eafd: + + # Noelle "CALM DOWN?! YOU LITERALLY ATTACKED ME IN MY SLEEP!!!" with sshake + Noelle "¡¿CÁLMATE?! ¡¡¡LITERALMENTE ME ATACASTE MIENTRAS DORMÍA!!!" with sshake + +# game/3_min.rpy:3115 +translate spanish braidPrank_67319dc6: + + # Ester "I mean, you can just unbraid it. It's not that bad." + Ester "Digo, solo puedes deshacer la trenza. No es tan malo." + +# game/3_min.rpy:3118 +translate spanish braidPrank_10f67d54: + + # Min "Yeah, tons of people in the world have it way worse than you." + Min "Sí, un montón de personas en el mundo lo tienen peor que tú." + +# game/3_min.rpy:3120 +translate spanish braidPrank_7e5276b0: + + # Noelle "SHUT UP! I HATE ALL OF YOU!!!" with sshake + Noelle "¡CÁLLENSE! ¡¡¡LAS ODIO A TODAS!!!" with sshake + +# game/3_min.rpy:3121 +translate spanish braidPrank_f4523f72: + + # "She surges toward Ester and Min with an aura that can only be described as murderous." + "Ella se dirige a Ester y a Min con un aura que solo puede ser descrita como asesina." + +# game/3_min.rpy:3122 +translate spanish braidPrank_dccbb6ac: + + # "Akarsha calmly lies back down, dragging Noelle down with her." + "Akarsha vuelve a recostarse con tranquilidad, dejando caer a Noelle junto con ella." + +# game/3_min.rpy:3124 +translate spanish braidPrank_d81f40f4: + + # Noelle "AAAAAAAAAAA!!!" with sshake + Noelle "¡¡¡AAAAAAAAAAA!!!" with sshake + +# game/3_min.rpy:3126 +translate spanish braidPrank_8cf9dc1d: + + # Akarsha "I'll hold her back! Run!!" + Akarsha "¡La retendré! ¡¡Corran!!" + +# game/3_min.rpy:3128 +translate spanish braidPrank_e3d04963: + + # Ester "Nice knowing you, bye!" + Ester "¡Encantada de conocerte, adiós!" + +# game/3_min.rpy:3131 +translate spanish braidPrank_adea659b: + + # Min "Bro, I will never forget your sacrifice." + Min "Bro, nunca olvidaré tu sacrificio." + +# game/3_min.rpy:3135 +translate spanish braidPrank_307b8bba: + + # "Ester and Min make their escape." + "Ester y Min hacen su escape." + +# game/3_min.rpy:3137 +translate spanish braidPrank_c6e556b8: + + # "Inside the tent, there's a muffled scream followed by a crash." + "Adentro de la carpa, se oye un grito ahogado seguido de un estruendo." + +# game/3_min.rpy:3139 +translate spanish braidPrank_c3657a2d: + + # "The tent stakes pop out of the ground as the tent rolls over and goes tumbling down the hill again." + "Las estacas de la carpa saltan del suelo cuando la carpa de vuelca y vuelve a caer colina abajo." + +# game/3_min.rpy:3143 +translate spanish braidPrank_5f028e37: + + # NPC "AAAUGHHHH!!!!!!!" with sshake + NPC "¡¡¡¡¡¡¡¡WAAAAAGHHHH!!!!!!!!!" with sshake + +# game/3_min.rpy:3148 +translate spanish braidPrank_3d6050c5: + + # Min "Again?!" + Min "¡¿Otra vez?!" + +# game/3_min.rpy:3151 +translate spanish braidPrank_0315bc8a: + + # Ester "There it goes..." + Ester "Ahí va..." + +# game/3_min.rpy:3153 +translate spanish braidPrank_0f50f2e5: + + # "Min and Ester peer down at the bottom of the hill, where Noelle, Akarsha, and the tent have landed in a tangled heap." + "Min y Ester miran hacia el fondo de la colina, donde Noelle, Akarsha, y la carpa han caído en un montón enredado." + +# game/3_min.rpy:3156 +translate spanish braidPrank_9899a6c1: + + # Noelle ".........." + Noelle ".........." + +# game/3_min.rpy:3158 +translate spanish braidPrank_d1531631: + + # Akarsha ".........." + Akarsha ".........." + +# game/3_min.rpy:3161 +translate spanish braidPrank_f9569271: + + # Ester ".........." + Ester ".........." + +# game/3_min.rpy:3163 +translate spanish braidPrank_393bd77d: + + # "Suddenly, something dawns on Ester and she straightens up, her eyes shining." + "De repente, Ester se da cuenta de algo y se endereza, con los ojos brillantes." + +# game/3_min.rpy:3164 +translate spanish braidPrank_72eb325a: + + # Ester "I can use this!" + Ester "¡Puedo usar esto!" + +# game/3_min.rpy:3166 +translate spanish braidPrank_ff937e23: + + # Ester "In my comic! It totally fixes the part I was stuck on!" + Ester "¡En mi comic! ¡Arregla totalmente la parte en la que estaba atascada!" + +# game/3_min.rpy:3168 +translate spanish braidPrank_ebb27bdb: + + # Min "The hell kind of story are you writing where you can even use this?" + Min "¿Qué maldito tipo de historia estás escribiendo en la que puedes usar esto?" + +# game/3_min.rpy:3169 +translate spanish braidPrank_c57eb156: + + # Min "Some kind of camping disaster?" + Min "¿Algún tipo de desastre de acampada?" + +# game/3_min.rpy:3171 +translate spanish braidPrank_66f922b5: + + # Ester "You don't understand, it's perfect! I gotta write this down!" + Ester "¡Tú no lo entiendes, es perfecto! ¡Tengo que escribir esto!" + +# game/3_min.rpy:3173 +translate spanish braidPrank_6e4a61c0: + + # Min "Isn't your sketchbook and everything down there though? Inside your backpack?" + Min "Pero, ¿no está tu cuaderno y todo lo demás ahí abajo? ¿Adentro de tu mochila?" + +# game/3_min.rpy:3176 +translate spanish braidPrank_e6f0a243: + + # Ester "...Crap, you're right." + Ester "...Mierda, tienes razón." + +# game/3_min.rpy:3177 +translate spanish braidPrank_06126123: + + # Ester "I guess I'll go grab it." + Ester "Supongo que iré a buscarla." + +# game/3_min.rpy:3179 +translate spanish braidPrank_8d01cb51: + + # "Ester sighs and heads down the hill to retrieve her things." + "Ester suspira y comienza a bajar por la colina para recuperar sus cosas." + +# game/3_min.rpy:3181 +translate spanish braidPrank_c531aace: + + # MinT "I don't really get it, but good for her." + MinT "Realmente no lo entiendo, pero bien por ella." + +# game/3_min.rpy:3188 +translate spanish graceCallout_ad0e6df3: + + # "Grace is trying to squeeze the costumes back into her bag." + "Grace está intentando apretujar los disfraces devuelta a su bolso." + +# game/3_min.rpy:3190 +translate spanish graceCallout_55da23ac: + + # Grace "Hey Min!" + Grace "¡Oye Min!" + +# game/3_min.rpy:3191 +translate spanish graceCallout_9dde875a: + + # Grace "Do you know if your brother's single?" + Grace "¿Sabes si tu hermano está soltero?" + +# game/3_min.rpy:3193 +translate spanish graceCallout_2dcd6bb5: + + # MinT "Oh, great." + MinT "Oh, genial." + +# game/3_min.rpy:3196 +translate spanish graceCallout_2ef012d9: + + # Grace "Do you think you could introduce us?" + Grace "¿Crees que podrías presentarnos?" + +# game/3_min.rpy:3198 +translate spanish graceCallout_9ef7462f: + + # Min "I mean, I'm not sure he even likes girls." + Min "Digo, ni siquiera estoy segura si es que le gustan las chicas." + +# game/3_min.rpy:3202 +translate spanish graceCallout_3650ef6f: + + # Grace "Oh...Darn." + Grace "Oh...Maldición." + +# game/3_min.rpy:3204 +translate spanish graceCallout_053eb3f2: + + # Min "What exactly do you like about him?" + Min "¿Qué te gusta exactamente de él?" + +# game/3_min.rpy:3207 +translate spanish graceCallout_ba76409a: + + # Grace "He's so cute. He looks kinda like G-Dragon." + Grace "Es tan tierno. Se parece a G-Dragon." + +# game/3_min.rpy:3209 +translate spanish graceCallout_3cd1a8cb: + + # Min "......." + Min "......." + +# game/3_min.rpy:3210 +translate spanish graceCallout_1099bf1a: + + # Min "Do you like my brother just because he's Korean?" + Min "¿Acaso te gusta mi hermano solo porque es coreano?" + +# game/3_min.rpy:3213 +translate spanish graceCallout_d6bd9f59: + + # Grace "W-what?" + Grace "¿Q-qué?" + +# game/3_min.rpy:3215 +translate spanish graceCallout_4b32822a: + + # Min "Can you chill out a bit with the whole Korea thing?" + Min "¿Te puedes calmar un poco con todo el asunto de Corea?" + +# game/3_min.rpy:3217 +translate spanish graceCallout_98239f21: + + # Grace "Sorry!! I just get so excited about K-Pop..." + Grace "¡¡Lo siento!! Es que solo me emociono tanto sobre el K-Pop..." + +# game/3_min.rpy:3219 +translate spanish graceCallout_e7310a5f: + + # Min "Liking K-Pop is fine, but just...be normal about it." + Min "Que te guste el K-Pop está bien, pero sólo...sé más normal acerca de ello." + +# game/3_min.rpy:3222 +translate spanish graceCallout_74dde5e0: + + # Grace "...Sorry..." + Grace "...Lo siento..." + +# game/3_min.rpy:3224 +translate spanish graceCallout_c771681f: + + # Min "You don't have to keep apologizing, it's annoying." + Min "No tienes que seguir disculpándote, es molesto." + +# game/3_min.rpy:3225 +translate spanish graceCallout_73216c2b: + + # Min "As long as you get it." + Min "Siempre y cuando lo entiendas." + +# game/3_min.rpy:3228 +translate spanish graceCallout_03e04722: + + # Grace "Okay, yeah. I'll be normal now." + Grace "Ok, sí. Seré más normal ahora." + +# game/3_min.rpy:3234 +translate spanish thatWasExhausting_e6943e7f: + + # "Chryssa and Liz are staring at the decimated tree stump." + "Chryssa y Liz están mirando al tocón de árbol destrozado." + +# game/3_min.rpy:3236 +translate spanish thatWasExhausting_6e8fa6f1: + + # Liz "What happened to this? It looks like a cannonball hit it." + Liz "¿Qué le pasó a esto? Parece como si una bola de cañón lo golpeó." + +# game/3_min.rpy:3238 +translate spanish thatWasExhausting_bfde02f0: + + # Chryssa "Beats me." + Chryssa "Ni idea." + +# game/3_min.rpy:3240 +translate spanish thatWasExhausting_f2f22dd9: + + # MinT "I should probably keep my mouth shut." + MinT "Probablemente debería quedarme callada." + +# game/3_min.rpy:3243 +translate spanish thatWasExhausting_4f1b3735: + + # Liz "Well, I suppose it's not our problem." + Liz "Bueno, supongo que no es nuestro problema." + +# game/3_min.rpy:3245 +translate spanish thatWasExhausting_2f41c42b: + + # Chryssa "Speaking of problems...What'd you think of your afternoon as an irresponsible person?" + Chryssa "Hablando de problemas...¿Qué opinas de tu tarde como una persona irresponsable?" + +# game/3_min.rpy:3247 +translate spanish thatWasExhausting_73d07b3f: + + # Liz "That was even more tiring than being responsible." + Liz "Eso fue aún más agotador que ser responsable." + +# game/3_min.rpy:3249 +translate spanish thatWasExhausting_93f38072: + + # Liz "Did you see them knock the tent down the hill? Twice?" + Liz "¿Viste cómo tiraron la carpa bajo la colina? ¿Dos veces?" + +# game/3_min.rpy:3251 +translate spanish thatWasExhausting_83713938: + + # Liz "Did you see them knock the tent down the hill?" + Liz "¿Viste cómo tiraron la carpa bajo la colina?" + +# game/3_min.rpy:3253 +translate spanish thatWasExhausting_7f5af41d: + + # Chryssa "Yeah, I just ignored it." + Chryssa "Sí, simplemente lo ignoré." + +# game/3_min.rpy:3255 +translate spanish thatWasExhausting_3b481bc4: + + # Liz "Me, too." + Liz "Yo, también." + +# game/3_min.rpy:3256 +translate spanish thatWasExhausting_51831d58: + + # Liz "We probably could've finished a couple hours ago if we'd just wrangled them like we normally do." + Liz "Probablemente habríamos finalizado hace un par de horas antes si tan solo hubiéramos lidiado con ellos como normalmente hacemos." + +# game/3_min.rpy:3258 +translate spanish thatWasExhausting_379cf8e5: + + # Chryssa "Yep...Man, I thought I was really onto something." + Chryssa "Sep...Hombre, pensé que realmente estaba en lo cierto." + +# game/3_min.rpy:3261 +translate spanish thatWasExhausting_a53510de: + + # "Min turns to walk away, but to her surprise, she hears footsteps running up behind her." + "Min se da la vuelta para alejarse, pero para su sorpresa, ella escucha pasos corriendo detrás de ella." + +# game/3_min.rpy:3263 +translate spanish thatWasExhausting_65c4afa1: + + # Liz "Wait, Min!" with sshake + Liz "¡Espera, Min!" with sshake + +# game/3_min.rpy:3264 +translate spanish thatWasExhausting_9b98f69e: + + # "Min stops to let her catch up." + "Min se detiene para dejar que la alcancen." + +# game/3_min.rpy:3266 +translate spanish thatWasExhausting_3bc705ee: + + # Min "What?" + Min "¿Qué?" + +# game/3_min.rpy:3269 +translate spanish thatWasExhausting_dba178c6: + + # Liz "I couldn't help but overhear some of what you were saying to Diya. At the lake." + Liz "No pude evitar escuchar parte de lo que le decías a Diya. En el lago." + +# game/3_min.rpy:3274 +translate spanish thatWasExhausting_67fd2126: + + # "Liz scribbles something on a scrap of paper and hands it to Min like a doctor giving a prescription." + "Liz traza algo en un pedazo de papel y se lo entrega a Min como una doctora dando una receta médica." + +# game/3_min.rpy:3276 +translate spanish thatWasExhausting_109e2a98: + + # Liz "You need to go on the internet." + Liz "Tienes que entrar en el internet." + +# game/3_min.rpy:3278 +translate spanish thatWasExhausting_e35dca5b: + + # Min "The internet...?" + Min "¿El internet...?" + +# game/3_min.rpy:3280 +translate spanish thatWasExhausting_1a4a3f70: + + # "Min scrutinizes the scrap of paper. It says \"genderfork.com\"." + "Min analiza el pedazo de papel. Este dice \"genderfork.com\"." + +# game/3_min.rpy:3283 +translate spanish thatWasExhausting_dcd1123a: + + # Liz "It's a blog you might like." + Liz "Es un blog que te podría gustar." + +# game/3_min.rpy:3286 +translate spanish thatWasExhausting_732b7f1e: + + # Min "How the hell would you know what I like?" + Min "¿Cómo diablos sabrías lo que me gusta?" + +# game/3_min.rpy:3289 +translate spanish thatWasExhausting_08640ea6: + + # Liz "I'm trans." + Liz "Soy trans." + +# game/3_min.rpy:3293 +translate spanish thatWasExhausting_638cadaa: + + # Min "HUH?" with sshake + Min "¿AH?" with sshake + +# game/3_min.rpy:3296 +translate spanish thatWasExhausting_3d6d24ee: + + # Liz "I mean, not that being genderqueer is necessarily the same as being trans..." + Liz "Osea, no es como si ser genderqueer fuera necesariamente lo mismo que ser trans..." + +# game/3_min.rpy:3298 +translate spanish thatWasExhausting_3068e8b9: + + # Liz "But I'm here if you'd ever like to talk." + Liz "Pero estoy aquí si alguna vez quieres hablar." + +# game/3_min.rpy:3299 +translate spanish thatWasExhausting_21b4eeca: + + # Liz "Have fun!" + Liz "¡Diviértete!" + +# game/3_min.rpy:3301 +translate spanish thatWasExhausting_7815eb42: + + # "Liz pats Min on the head and leaves her standing there clutching the little scrap of paper in absolute shock." + "Liz le da una palmadita a Min en la cabeza y la deja allí de pie, agarrando el pequeño pedazo de papel en shock." + +# game/3_min.rpy:3314 +translate spanish thatWasExhausting_81b91826: + + # MinT "I guess I should look that up when I get home..." + MinT "Supongo que debería verlo cuando llegue a casa..." + +# game/3_min.rpy:3321 +translate spanish uncurse_947aa79b: + + # "Diya is watching the water." + "Diya está observando el agua." + +# game/3_min.rpy:3322 +translate spanish uncurse_8c3f2e37: + + # "When Min joins her, Diya tilts her head at her." + "Cuando Min se le une, Diya inclina la cabeza hacia ella." + +# game/3_min.rpy:3324 +translate spanish uncurse_453defd7: + + # Diya "You said this place was cursed, right?" + Diya "Tu dijiste que ese lugar estaba maldito, ¿cierto?" + +# game/3_min.rpy:3327 +translate spanish uncurse_24e43a8c: + + # "Min sighs and wraps her arms around Diya's waist." + "Min suspira y envuelve sus brazos alrededor de la cadera de Diya." + +# game/3_min.rpy:3329 +translate spanish uncurse_5bd4174a: + + # Min "Yeah..." + Min "Sí..." + +# game/3_min.rpy:3332 +translate spanish uncurse_06e52471: + + # "Diya rests her forehead against Min's, her long lashes tickling Min's skin as she blinks." + "Diya descansa su frente contra la de Min, sus largas pestañas cosquilleando la piel de Min cuando parpadea." + +# game/3_min.rpy:3334 +translate spanish uncurse_c0af69ce: + + # Diya "What if we uncursed it?" + Diya "¿Y si le quitamos la maldición?" + +# game/3_min.rpy:3336 +translate spanish uncurse_8a23f309: + + # Min "Huh? How?" + Min "¿Ah? ¿Cómo?" + +# game/3_min.rpy:3338 +translate spanish uncurse_79ea3b2e: + + # Diya "By making new memories. Together." + Diya "Creando nuevos recuerdos. Juntas." + +# game/3_min.rpy:3339 +translate spanish uncurse_18951b47: + + # "Diya hugs her tighter, squishing Min's face directly into her chest." + "Diya la abraza más fuerte, aplastando la cara de Min directamente contra su pecho." + +# game/3_min.rpy:3341 +translate spanish uncurse_2cee8bcb: + + # MinT "Oooh..........." + MinT "Oooh..........." + +# game/3_min.rpy:3342 +translate spanish uncurse_19c9c885: + + # MinT "It's so soft............." + MinT "Es tan suave............." + +# game/3_min.rpy:3346 +translate spanish uncurse_3236f926: + + # Diya "{font=korean.ttf}사랑해...{/font}" + Diya "{font=korean.ttf}사랑해...{/font}" + +# game/3_min.rpy:3348 +translate spanish uncurse_e9161552: + + # "Min's mind is in such a state of disarray that it takes her a second to process what Diya is saying." + "La mente de Min está en tal estado de desconcierto que le toma un segundo procesar lo que Diya está diciendo." + +# game/3_min.rpy:3349 +translate spanish uncurse_7f2b68a9: + + # "In a herculean feat of self-control, she manages to stop rubbing her face against Diya's chest and meet her gaze." + "En una hazaña hercúlea de autocontrol, ella logra dejar de frotar su cara contra el pecho de Diya y encontrarse con su mirada." + +# game/3_min.rpy:3352 +translate spanish uncurse_a9c3919c: + + # Min "Wait...You know what that means?" + Min "Espera...¿Sabes lo que eso significa?" + +# game/3_min.rpy:3354 +translate spanish uncurse_4c2598fd: + + # "Diya nods, her cheeks tinged pink." + "Diya asiente, con las mejillas teñidas de rosa." + +# game/3_min.rpy:3356 +translate spanish uncurse_83b6af92: + + # Diya "It was in a lot of the K-pop songs that Yuki...I mean, Grace played." + Diya "Estaba en un montón de las canciones de K-Pop que Yuki...Digo, Grace puso." + +# game/3_min.rpy:3357 +translate spanish uncurse_7c4a2544: + + # Diya "So I asked her." + Diya "Así que le pregunté." + +# game/3_min.rpy:3358 +translate spanish uncurse_f5ba232a: + + # Diya "And found out what it really meant." + Diya "Y descubrí lo que realmente significaba." + +# game/3_min.rpy:3360 +translate spanish uncurse_89b2f576: + + # Min "Sorry I lied to you..." + Min "Disculpa por mentirte..." + +# game/3_min.rpy:3363 +translate spanish uncurse_03a0acd6: + + # Diya "No, it makes me happy you wanted me to say that." + Diya "No, me hace feliz que querías que dijera eso." + +# game/3_min.rpy:3364 +translate spanish uncurse_4395fa23: + + # Diya "Because I do. Love you." + Diya "Porque es verdad. Te amo." + +# game/3_min.rpy:3367 +translate spanish uncurse_dbae3dab: + + # Min "Even now...Now that you know what an asshole I am?" + Min "¿Incluso ahora...Ahora que sabes lo idiota que soy?" + +# game/3_min.rpy:3371 +translate spanish uncurse_e82e00af: + + # Diya "...You think I didn't know that before?" + Diya "...¿Crees que no lo sabía antes?" + +# game/3_min.rpy:3376 +translate spanish uncurse_6b391eaa: + + # MinT "I guess I {i}was{/i} always hitting and threatening people." + MinT "Supongo que yo {i}sí{/i} siempre golpeé y amenacé a personas." + +# game/3_min.rpy:3378 +translate spanish uncurse_ff225181: + + # Min "Then why do you still like me?" + Min "¿Entonces por qué te sigo gustando?" + +# game/3_min.rpy:3381 +translate spanish uncurse_694f76be: + + # Diya "Because you're also really brave and resilient, and cool." + Diya "Porque también eres muy valiente y tenaz, y genial." + +# game/3_min.rpy:3386 +translate spanish uncurse_4322d84a: + + # Diya "I feel like...The world tries to make people into certain shapes." + Diya "Siento que...El mundo intenta hacer a las personas en ciertas formas." + +# game/3_min.rpy:3387 +translate spanish uncurse_93ddd390: + + # Diya "But you fight it on purpose. You try as hard as you can." + Diya "Pero te resistes a propósito. Lo intentas con todas tus fuerzas." + +# game/3_min.rpy:3388 +translate spanish uncurse_22cbdee1: + + # Diya "And I think that's amazing." + Diya "Y creo que eso es increíble." + +# game/3_min.rpy:3390 +translate spanish uncurse_831c6800: + + # Diya "And subconsciously, I think I understood." + Diya "E inconscientemente, creo que lo entendí." + +# game/3_min.rpy:3392 +translate spanish uncurse_3c775dce: + + # Min "Understood what?" + Min "¿Entender qué?" + +# game/3_min.rpy:3395 +translate spanish uncurse_17829299: + + # Diya "You're always telling me you'll protect me and kill the people who hurt me. Because you wish someone did that for you." + Diya "Siempre dices que me protegerás y matarás a las personas que me hagan daño. Porque desearías que alguien hiciera eso por ti." + +# game/3_min.rpy:3396 +translate spanish uncurse_d683e7fe: + + # "Min is stunned speechless. It feels like a curtain was suddenly pulled back on something shameful and hidden, exposing it to the blazing sun." + "Min se queda sin palabras. Es como si de repente se descorriera una cortina sobre algo vergonzoso y oculto, exponiéndolo al ardiente sol." + +# game/3_min.rpy:3397 +translate spanish uncurse_d711c1f9: + + # "But Diya doesn't flinch away, just gazes into her eyes." + "Pero Diya no se inmuta, sólo la mira a los ojos." + +# game/3_min.rpy:3403 +translate spanish uncurse_cf441d0e: + + # Diya "I love you." + Diya "Te amo." + +# game/3_min.rpy:3404 +translate spanish uncurse_266305be: + + # "Blinking hard, Min smiles back at her." + "Parpadeando con fuerza, Min le devuelve la sonrisa." + +# game/3_min.rpy:3407 +translate spanish uncurse_421410a8: + + # Min "I love you, too." + Min "Yo también, te amo." + +# game/3_min.rpy:3409 +translate spanish uncurse_1fac2286: + + # Min "Teach me how to say it?" + Min "¿Enséñame a decirlo?" + +# game/3_min.rpy:3412 +translate spanish uncurse_996c8c4c: + + # Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + +# game/3_min.rpy:3415 +translate spanish uncurse_0001f330: + + # Min "Man, that's a mouthful." + Min "Hombre, qué trabalenguas." + +# game/3_min.rpy:3416 +translate spanish uncurse_fc2469c3: + + # Min "Nan unnai katalikkiren...?" + Min "¿Nan unnai katalikkiren...?" + +# game/3_min.rpy:3419 +translate spanish uncurse_996c8c4c_1: + + # Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + Diya "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்.{/font}" + +# game/3_min.rpy:3422 +translate spanish uncurse_ded0bc6d: + + # Min "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்!{/font}" + Min "{font=tamil.ttf}நான் உன்னை காதலிக்கிறேன்!{/font}" + +translate spanish strings: + + # game/3_min.rpy:28 + old "4th grade" + new "Cuarto grado" + + # game/3_min.rpy:33 + old "Florida" + new "Florida" + + # game/3_min.rpy:77 + old "Classmate" + new "Compañera" + + # game/3_min.rpy:105 + old "Random Boy" + new "Chico Cualquiera" + + # game/3_min.rpy:144 + old "Half an hour later" + new "Media hora después" + + # game/3_min.rpy:174 + old "{font=korean.ttf}개새끼{/font} = Son of a bitch" + new "{font=korean.ttf}개새끼{/font} = Hijo de puta" + + # game/3_min.rpy:339 + old "5 years later" + new "5 años después" + + # game/3_min.rpy:344 + old "California" + new "California" + + # game/3_min.rpy:429 + old "Narrator" + new "Narrador" + + # game/3_min.rpy:430 + old "Second boy in video" + new "2do chico en el video" + + # game/3_min.rpy:442 + old "Boy in video" + new "Chico en el video" + + # game/3_min.rpy:533 + old "The park" + new "El parque" + + # game/3_min.rpy:587 + old "I love you." + new "Te amo." + + # game/3_min.rpy:695 + old "Throw rocks at dead tree stump" + new "Lanzar rocas al tocón de un árbol muerto" + + # game/3_min.rpy:704 + old "Look at dead tree stump" + new "Mirar al tocón de un árbol muerto" + + # game/3_min.rpy:715 + old "Search for rocks" + new "Buscar piedras" + + # game/3_min.rpy:738 + old "Look at picnic table" + new "Buscar en la mesa de picnic" + + # game/3_min.rpy:747 + old "Look at the dog" + new "Mirar al perro" + + # game/3_min.rpy:755 + old "Look at playground" + new "Buscar en el parque de juegos" + + # game/3_min.rpy:811 + old "Dog Owner" + new "Dueño del Perro" + + # game/3_min.rpy:859 + old "Sweetheart/darling; used between lovers" + new "Cariño/corazón; usado entre amantes." + + # game/3_min.rpy:867 + old "Pet the dog" + new "Acariciar al perro" + + # game/3_min.rpy:867 + old "Don't pet the dog" + new "No acariciar al perro" + + # game/3_min.rpy:1316 + old "K-Pop song" + new "Canción de K-Pop" + + # game/3_min.rpy:1317 + old "The people around me tell me..." + new "La gente alrededor me dice..." + + # game/3_min.rpy:1319 + old "I’m too aggressive..." + new "Que soy demasiado agresivo..." + + # game/3_min.rpy:1389 + old "Grace" + new "Grace" + + # game/3_min.rpy:1390 + old "Sayeeda" + new "Sayeeda" + + # game/3_min.rpy:1810 + old "Reporter" + new "Reportera" + + # game/3_min.rpy:1864 + old "Environmentalist" + new "Ecologista" + + # game/3_min.rpy:1891 + old "Evil Hunter" + new "Cazadora Malvada" + + # game/3_min.rpy:1990 + old "Look at the lake" + new "Mirar al lago" + + # game/3_min.rpy:1990 + old "Study your lines again" + new "Estudiar tus líneas devuelta" + + # game/3_min.rpy:1990 + old "Glance over at Ester" + new "Echar un vistazo a Ester" + + # game/3_min.rpy:2369 + old "Min and Noelle" + new "Min y Noelle" + + # game/3_min.rpy:2863 + old "Wolf Pup" + new "Lobo Cachorro" + + # game/3_min.rpy:2864 + old "Wolf Mom LeafGreen" + new "Mamá Lobo Verde Hoja" + + # game/3_min.rpy:2865 + old "Wolf Mom FireRed" + new "Mamá lobo Rojo Fuego" + + # game/3_min.rpy:2977 + old "Look in the tent" + new "Mirar en la carpa" + + # game/3_min.rpy:2987 + old "Sit at the picnic table" + new "Sentarte en la mesa de picnic" + + # game/3_min.rpy:2995 + old "Look at tree stump" + new "Mirar el tocón de árbol" + + # game/3_min.rpy:3003 + old "Walk to the lake" + new "Caminar al lago" + + # game/3_min.rpy:3141 + old "Noelle and Akarsha" + new "Noelle y Akarsha" + + # game/3_min.rpy:3344 + old "I love you..." + new "Te amo..." + diff --git a/game/tl/spanish/4_noelle.rpy b/game/tl/spanish/4_noelle.rpy new file mode 100644 index 0000000..fc5ab67 --- /dev/null +++ b/game/tl/spanish/4_noelle.rpy @@ -0,0 +1,10487 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +# game/4_noelle.rpy:40 +translate spanish noelle4_402aeba0: + + # NPC "{font=traditional_chinese.otf}第一個詞是:「鏡子」。{/font}" + NPC "{font=traditional_chinese.otf}第一個詞是:「鏡子」。{/font}" + +# game/4_noelle.rpy:44 +translate spanish noelle4_d068ac81: + + # "Noelle copies down the unfamiliar characters on the board stroke by stroke." + "Noelle copia caracteres desconocidos en la pizarra trazo por trazo." + +# game/4_noelle.rpy:46 +translate spanish noelle4_4b93a704: + + # NoelleT "What did it look like again?" + NoelleT "¿Cómo era de nuevo?" + +# game/4_noelle.rpy:57 +translate spanish wrongAnswer_93b7ee0f: + + # "Noelle writes it down, then checks it against the writing on the board." + "Noelle la escribe, y luego lo compara con lo escrito en la pizarra." + +# game/4_noelle.rpy:59 +translate spanish wrongAnswer_c03b97fe: + + # NoelleT "I got it wrong..." + NoelleT "Me equivoqué..." + +# game/4_noelle.rpy:63 +translate spanish rightAnswer_a467c77d: + + # "Noelle writes it down, then checks it against the words on the board." + "Noelle la escribe, y luego lo compara con las palabras en la pizarra." + +# game/4_noelle.rpy:65 +translate spanish rightAnswer_2917c5c1: + + # NoelleT "I got it right! Now for the next one..." + NoelleT "¡Acerté! Ahora a por la siguiente..." + +# game/4_noelle.rpy:71 +translate spanish vocab2_6d8dd5e2: + + # NPC "{font=traditional_chinese.otf}第二個詞是:「承認」。{/font}" + NPC "{font=traditional_chinese.otf}第二個詞是:「承認」。{/font}" + +# game/4_noelle.rpy:73 +translate spanish vocab2_19480a01: + + # NPC "{font=traditional_chinese.otf}「認」你們應該已經會了。{/font}" + NPC "{font=traditional_chinese.otf}「認」你們應該已經會了。{/font}" + +# game/4_noelle.rpy:75 +translate spanish vocab2_05b15754: + + # NPC "{font=traditional_chinese.otf}「承」的意思是「to bear」or 「to carry」……{/font}" + NPC "{font=traditional_chinese.otf}「承」的意思是「llevar」o 「cargar」……{/font}" + +# game/4_noelle.rpy:78 +translate spanish vocab2_c73852a8: + + # NoelleT "This would be easier if Chinese words used an alphabet like most languages." + NoelleT "Esto sería más fácil si el chino usara un alfabeto como la mayoría de los lenguajes." + +# game/4_noelle.rpy:79 +translate spanish vocab2_de808ae2: + + # NoelleT "It infuriates me how you can't tell how a Chinese character is pronounced by the way it looks." + NoelleT "Me enfurece que no se pueda saber cómo un carácter chino es pronunciado por la manera en la que se ve." + +# game/4_noelle.rpy:80 +translate spanish vocab2_06fd9642: + + # NoelleT "You're forced to learn every single word twice — how it sounds, AND what it looks like. It's wildly inefficient." + NoelleT "Te ves obligado a aprender cada palabra dos veces — cómo suena, Y qué aspecto tiene. Es tremendamente ineficaz." + +# game/4_noelle.rpy:82 +translate spanish vocab2_5f551e84: + + # "A couple hours into the lesson, a kid toward the back of the room raises his hand." + "Al cabo de un par de horas de clase, un chico al fondo de la sala levanta la mano." + +# game/4_noelle.rpy:84 +translate spanish vocab2_22865170: + + # NPC2 "{font=traditional_chinese.otf}老師,中文字總共有幾個?{/font}" + NPC2 "{font=traditional_chinese.otf}老師,中文字總共有幾個?{/font}" + +# game/4_noelle.rpy:86 +translate spanish vocab2_7a43c459: + + # NPC "{font=traditional_chinese.otf}至少八萬個。{/font}" + NPC "{font=traditional_chinese.otf}至少八萬個。{/font}" + +# game/4_noelle.rpy:89 +translate spanish vocab2_bbf60c54: + + # Noelle "80,000?!" with sshake + Noelle "¡¿80,000?!" with sshake + +# game/4_noelle.rpy:92 +translate spanish vocab2_559a1fce: + + # NPC "{font=traditional_chinese.otf}別擔心,有上過學的人平均也只認得八千個字左右。{/font}" + NPC "{font=traditional_chinese.otf}別擔心,有上過學的人平均也只認得八千個字左右。{/font}" + +# game/4_noelle.rpy:95 +translate spanish vocab2_07b8fe02: + + # NoelleT "8,000 is still a mindboggling number..." + NoelleT "8,000 aún es una cifra alucinante..." + +# game/4_noelle.rpy:103 +translate spanish quittingChineseSchool_fa7ffe50: + + # "After school, Noelle does her weekly packet of Chinese homework at the kitchen table." + "Después de la escuela, Noelle hace sus tareas semanales de chino en la mesa de la cocina." + +# game/4_noelle.rpy:105 +translate spanish quittingChineseSchool_71871670: + + # NoelleT "I've spent every Saturday since kindergarten tediously memorizing a few characters at a time, but it's barely even made a dent." + NoelleT "He pasado todos los sábados desde preescolar memorizando tediosamente unos cuantos caracteres a la vez, pero apenas ha hecho un hueco." + +# game/4_noelle.rpy:106 +translate spanish quittingChineseSchool_391ce961: + + # NoelleT "After all these years, I still can't even read a book or the newspaper." + NoelleT "Después de todos estos años, aún no puedo leer un libro o el periódico." + +# game/4_noelle.rpy:107 +translate spanish quittingChineseSchool_9bebeecd: + + # NoelleT "At this pace, it's hard to imagine I'll ever be able to." + NoelleT "A este ritmo, es difícil imaginar que algún día pueda hacerlo." + +# game/4_noelle.rpy:111 +translate spanish quittingChineseSchool_f238f67a: + + # Mom "Noelle! What is this?!" with sshake + Mom "¡Noelle! ¡¿Qué es esto?!" with sshake + +# game/4_noelle.rpy:112 +translate spanish quittingChineseSchool_aecc8b53: + + # "Noelle looks up to see her Mom holding the sample packet of pads and tampons she got from school." + "Noelle levanta la vista y ve a su madre con el paquete de muestra toallas menstruales y tampones que obtuvo en la escuela." + +# game/4_noelle.rpy:114 +translate spanish quittingChineseSchool_24dc16ca: + + # Noelle "Oh, that's from the Sex Ed talk we had in class. The girls received a presentation about menstruation." + Noelle "Oh, eso es de la charla de Educación Sexual que tuvimos en clase. Las chicas recibieron una presentación sobre la menstruación." + +# game/4_noelle.rpy:117 +translate spanish quittingChineseSchool_49197f77: + + # Mom "The school gave you this?!" with sshake + Mom "¡¿La escuela te dio esto?!" with sshake + +# game/4_noelle.rpy:119 +translate spanish quittingChineseSchool_20b3aafe: + + # Mom "Using a tampon is the same as having sex!" with sshake + Mom "¡Usar un tampon es lo mismo que tener sexo!" with sshake + +# game/4_noelle.rpy:121 +translate spanish quittingChineseSchool_025e0341: + + # Noelle "That's not what the teacher giving the talk said..." + Noelle "Eso no es lo que la profesora haciendo la charla dijo..." + +# game/4_noelle.rpy:122 +translate spanish quittingChineseSchool_94ed728c: + + # Noelle "It's just a tool for absorbing blood." + Noelle "Es solo una herramienta para absorber sangre." + +# game/4_noelle.rpy:125 +translate spanish quittingChineseSchool_b0e8a9c3: + + # Mom "No! You'll be able to feel it the whole time, and it goes into..." + Mom "¡No! Podrás sentirlo todo el tiempo, y entra en la..." + +# game/4_noelle.rpy:126 +translate spanish quittingChineseSchool_79877ce3: + + # "Her mom can't even bear to say it." + "Su madre ni siquiera soporta decirlo." + +# game/4_noelle.rpy:128 +translate spanish quittingChineseSchool_810b11b4: + + # Mom "It's the same as having sex with a man." + Mom "Es lo mismo que tener sexo con un hombre." + +# game/4_noelle.rpy:130 +translate spanish quittingChineseSchool_1eb265dd: + + # Noelle "The woman giving the talk said plenty of girls use it." + Noelle "La mujer dando la charla dijo que bastantes chicas los usan." + +# game/4_noelle.rpy:133 +translate spanish quittingChineseSchool_e76dc2e0: + + # Mom "American girls get their periods so early because they're thinking sexual thoughts at a young age." with sshake + Mom "Las chicas estadounidenses tienen la regla más temprano porque tienen pensamientos sexuales a una edad temprana." with sshake + +# game/4_noelle.rpy:134 +translate spanish quittingChineseSchool_1fc1149b: + + # Mom "It's not natural. You shouldn't be thinking about these things until you're married." + Mom "No es natural. No deberías estar pensando sobre estas cosas hasta que estés casada." + +# game/4_noelle.rpy:136 +translate spanish quittingChineseSchool_e268e56f: + + # "After throwing away the immoral tampons, her mom goes off to the living room to watch a Chinese variety show." + "Después de tirar los tampones inmorales a la basura, su madre se va al salón a ver un programa chino de variedades." + +# game/4_noelle.rpy:142 +translate spanish quittingChineseSchool_2ef4a68f: + + # NoelleT "It's hard growing up trusting very little of your parents' judgment." + NoelleT "Es difícil crecer confiando muy poco en el juicio de tus padres." + +# game/4_noelle.rpy:143 +translate spanish quittingChineseSchool_63cfded1: + + # NoelleT "My mom doesn't believe in mental illness, yet genuinely believes in superstitions like auspicious dates. And no amount of proof or argument can sway her." + NoelleT "Mi madre no cree en las enfermedades mentales, pero sí en supersticiones como las fechas propicias. Y ninguna cantidad de pruebas o argumentos la pueden hacer cambiar de opinión." + +# game/4_noelle.rpy:144 +translate spanish quittingChineseSchool_7a4f4542: + + # NoelleT "Is Chinese society just decades behind the West? I've yet to meet a white person whose mind works this way." + NoelleT "¿Acaso la sociedad china lleva décadas de retraso con respecto al occidente? Aún no he conocido a ningún blanco cuya mente funcione así." + +# game/4_noelle.rpy:150 +translate spanish quittingChineseSchool_2415f932: + + # "Noelle glances over at the show her mom is watching." + "Noelle echa un vistazo al show que su madre está viendo." + +# game/4_noelle.rpy:154 +translate spanish quittingChineseSchool_970f07cb: + + # "Colorful words and cartoons fly across the screen as cheesy sound effects play." + "Palabras y dibujos animados de colores vuelan por la pantalla mientras suenan efectos de sonido chillones." + +# game/4_noelle.rpy:156 +translate spanish quittingChineseSchool_ce9e0b29: + + # NoelleT "So tacky..." + NoelleT "Qué hortero..." + +# game/4_noelle.rpy:157 +translate spanish quittingChineseSchool_705ae7e9: + + # NoelleT "It's one of those shows where they interview a panel of foreigners who can barely speak Mandarin." + NoelleT "Es uno de esos shows donde entrevistan a un panel de extranjeros que apenas pueden hablar Mandarin." + +# game/4_noelle.rpy:159 +translate spanish quittingChineseSchool_192ab582: + + # "Noelle cringes as silly \"boing\" noises are overlaid over the host's jokes." + "Noelle se encoge de la vergüenza mientras sonidos tontos de \"boing\" se sobreponen encima de los chistes del presentador." + +# game/4_noelle.rpy:161 +translate spanish quittingChineseSchool_c1c80572: + + # NoelleT "They're just laughing at the foreigners for not understanding the questions they've been asked..." + NoelleT "Sólo se están riendo de los extranjeros por no entender las preguntas que les están haciendo..." + +# game/4_noelle.rpy:162 +translate spanish quittingChineseSchool_240dfc60: + + # NoelleT "Why is this popular? It's so juvenile and embarrassing." + NoelleT "¿Por qué es esto popular? Es tan infantil y vergonzoso." + +# game/4_noelle.rpy:163 +translate spanish quittingChineseSchool_ee686840: + + # NoelleT "I feel like I'm losing brain cells as I listen to this." + NoelleT "Siento que estoy perdiendo neuronas escuchando esto." + +# game/4_noelle.rpy:165 +translate spanish quittingChineseSchool_2d0852d0: + + # "Disgusted, Noelle returns to scrutinizing the impenetrable paragraph of Chinese she's supposed to be analyzing for homework." + "Asqueada, Noelle vuelve a escudriñar el impenetrable párrafo de chino que se supone que debe analizar para su tarea." + +# game/4_noelle.rpy:167 +translate spanish quittingChineseSchool_64318b69: + + # NoelleT "What am I even going to use Chinese for? Watching drivel like that?" + NoelleT "¿Y para qué voy a usar el chino? ¿Ver tonterías cómo esa?" + +# game/4_noelle.rpy:168 +translate spanish quittingChineseSchool_4168d407: + + # NoelleT "I have no interest in the backwards culture that produced my pathetic, narrow-minded parents." + NoelleT "No tengo interés en la cultura retrógrada que produjeron mis patéticos e intolerantes padres." + +# game/4_noelle.rpy:173 +translate spanish quittingChineseSchool_a6e72de9: + + # "When a commercial break comes on, she throws down her pencil." + "Cuando una pausa publicitaria llega, ella tira su lápiz." + +# game/4_noelle.rpy:175 +translate spanish quittingChineseSchool_0d84afa1: + + # Noelle "I want to quit Chinese school." + Noelle "Quiero dejar la escuela de chino." + +# game/4_noelle.rpy:177 +translate spanish quittingChineseSchool_7c7030e4: + + # "Her mom whirls around from the couch, alarmed." + "Su madre se sobresalta alrededor del sofá, alarmada." + +# game/4_noelle.rpy:180 +translate spanish quittingChineseSchool_923b2d5b: + + # Mom "What?! Why?" with sshake + Mom "¡¿Qué?! ¿Por qué?" with sshake + +# game/4_noelle.rpy:182 +translate spanish quittingChineseSchool_9d357b73: + + # Noelle "I hate it! It always takes up my entire Saturday!" with sshake + Noelle "¡La odio! ¡Siempre me ocupa todo el Sábado!" with sshake + +# game/4_noelle.rpy:183 +translate spanish quittingChineseSchool_6ae43bcf: + + # Noelle "They assign so much homework every week on top of the regular homework I get from school." + Noelle "Me asignan tantas tareas cada semana junto a las tareas normales que obtengo en la escuela." + +# game/4_noelle.rpy:185 +translate spanish quittingChineseSchool_11940e6a: + + # "Noelle's dad looks up disapprovingly from the newspaper he's reading." + "El padre de Noelle levanta la vista con desaprobación desde el periódico que está leyendo." + +# game/4_noelle.rpy:187 +translate spanish quittingChineseSchool_5d4c2936: + + # Dad "Well, you can't quit. What kind of Chinese person can't even speak Chinese?" + Dad "Bueno, no puedes abandonarla. ¿Qué clase de persona china ni siquiera puede hablar chino?" + +# game/4_noelle.rpy:189 +translate spanish quittingChineseSchool_e7c4f9c4: + + # Mom "We'll lose face if you don't learn!" + Mom "¡Perderemos prestigio si no aprendes!" + +# game/4_noelle.rpy:190 +translate spanish quittingChineseSchool_175ca01f: + + # Mom "Other people will think we're bad parents." + Mom "Los demás pensarán que somos malos padres." + +# game/4_noelle.rpy:193 +translate spanish quittingChineseSchool_df6fd973: + + # Noelle "Why does it matter what other people think?!" with sshake + Noelle "¡¿Por qué importa lo que otras personas piensan?!" with sshake + +# game/4_noelle.rpy:194 +translate spanish quittingChineseSchool_1cb9c187: + + # Noelle "{i}I'm{/i} the one whose limited time is being sucked away by it! My opinion should be the one that matters the most!" + Noelle "¡{i}Yo{/i} soy la que está siendo consumida de su limitado tiempo por ello! ¡Mi opinión debería ser la que más importa!" + +# game/4_noelle.rpy:197 +translate spanish quittingChineseSchool_50e0e208: + + # Dad "No, you have to listen to your parents." + Dad "No, tienes que escuchar a tus padres." + +# game/4_noelle.rpy:198 +translate spanish quittingChineseSchool_fb3695d8: + + # Dad "It's for your own good. You're too young to understand." + Dad "Es por tu propio bien. Eres demasiado joven para entender." + +# game/4_noelle.rpy:199 +translate spanish quittingChineseSchool_cf4354fc: + + # "Almost nothing drives Noelle up a wall more than being told she's not old enough to understand something." + "Casi nada saca más de quicio a Noelle que le digan que no es lo suficientemente mayor como para entender algo." + +# game/4_noelle.rpy:201 +translate spanish quittingChineseSchool_15ef46cf: + + # Noelle "Stop treating me like a some feeble-minded little kid. I read at college-level already!" + Noelle "Deja de tratarme como una niña de mente débil. ¡Ya puedo leer a nivel universitario!" + +# game/4_noelle.rpy:204 +translate spanish quittingChineseSchool_56979a78: + + # Dad "It doesn't matter, you don't have the life experience yet." + Dad "No importa, no tienes la experiencia de vida todavía." + +# game/4_noelle.rpy:205 +translate spanish quittingChineseSchool_769f21bd: + + # Dad "Some things you can only know from being as old as your parents are." + Dad "Hay algunas cosas que sólo puedes saber a la edad de tus padres." + +# game/4_noelle.rpy:207 +translate spanish quittingChineseSchool_49a9ddab: + + # Noelle "What, so just because you're older than me you're automatically smarter than I am?" + Noelle "Qué, ¿así que solo porque eres mayor que yo automáticamente eres más listo que yo?" + +# game/4_noelle.rpy:209 +translate spanish quittingChineseSchool_12339536: + + # Dad "Yes." + Dad "Sí." + +# game/4_noelle.rpy:211 +translate spanish quittingChineseSchool_e5a6fc03: + + # Noelle "I don't accept that." + Noelle "Yo no acepto eso." + +# game/4_noelle.rpy:214 +translate spanish quittingChineseSchool_7cc4344e: + + # Mom "It's your culture. You can't just throw it away." + Mom "Es tu cultura. No puedes simplemente deshacerte de ella." + +# game/4_noelle.rpy:216 +translate spanish quittingChineseSchool_f058a4fe: + + # Noelle "Yes, I can. It's a poorly constructed, archaic language." + Noelle "Sí que puedo. Es un lenguaje arcaico y mal construido." + +# game/4_noelle.rpy:225 +translate spanish quittingChineseSchool_cceffd42: + + # Dad "That's not true. If it's so bad, how come it's worked for thousands of years?" + Dad "Eso no es verdad. Si fuera tan malo, ¿cómo es que ha funcionado por miles de años?" + +# game/4_noelle.rpy:226 +translate spanish quittingChineseSchool_0a185075: + + # Dad "You should take more pride in your culture." + Dad "Deberías tener más orgullo en tu cultura." + +# game/4_noelle.rpy:228 +translate spanish quittingChineseSchool_4b18cc59: + + # Noelle "What is there to be proud of?" + Noelle "¿Qué hay para enorgullecerse?" + +# game/4_noelle.rpy:229 +translate spanish quittingChineseSchool_2a1fae47: + + # Noelle "I'm stuck learning the worst, most pointlessly complicated language in the world." + Noelle "Estoy atascada aprendiendo el peor y más inútilmente complicado lenguaje del mundo." + +# game/4_noelle.rpy:232 +translate spanish quittingChineseSchool_30afc93d: + + # "Exasperated, Noelle's parents exchange a look." + "Exasperados, los padres de Noelle intercambian miradas." + +# game/4_noelle.rpy:234 +translate spanish quittingChineseSchool_3f6ea1fa: + + # Mom "You're still going to Chinese school. We already paid for your classes this year." + Mom "Seguirás yendo a la escuela de chino. Ya pagamos por tus clases este año." + +# game/4_noelle.rpy:236 +translate spanish quittingChineseSchool_00518be6: + + # Noelle "Can I quit at the end of the year then?" + Noelle "¿Entonces puedo salir a fin de año?" + +# game/4_noelle.rpy:239 +translate spanish quittingChineseSchool_79c39c4a: + + # Dad "If you still feel this way by the end of the year, fine. You can quit." + Dad "Si todavía te sientes de esta manera al final del año, bueno. Puedes dejarla." + +# game/4_noelle.rpy:241 +translate spanish quittingChineseSchool_88530dcb: + + # Noelle "I can?" + Noelle "¿Puedo?" + +# game/4_noelle.rpy:245 +translate spanish quittingChineseSchool_fbf5cbe0: + + # Mom "Huh?! No, she can't!" with sshake + Mom "¡¿Ah?! ¡No, ella no puede!" with sshake + +# game/4_noelle.rpy:247 +translate spanish quittingChineseSchool_8b77488c: + + # Dad "Think about it. If she goes to Chinese school with that kind of attitude, she won't learn anything anyway." + Dad "Piénsalo. Si ella va a la escuela de chino con ese tipo de actitud, no va a aprender nada de todos modos." + +# game/4_noelle.rpy:248 +translate spanish quittingChineseSchool_13667244: + + # Dad "It's impossible to teach someone who doesn't want to be educated. We might as well at least save money." + Dad "Es imposible educar a alguien que no quiere ser educado. Al menos ahorremos dinero." + +# game/4_noelle.rpy:250 +translate spanish quittingChineseSchool_167e3102: + + # NoelleT "Yes! The end of the year is pretty far away, but at least the end is in sight now!" + NoelleT "¡Sí! El fin de año está bastante lejos, ¡pero al menos el final está a la vista ahora!" + +# game/4_noelle.rpy:251 +translate spanish quittingChineseSchool_f057711d: + + # NoelleT "Quitting Chinese school will significantly free up my schedule. I can probably read a few more books every week!" + NoelleT "Dejar la escuela de chino despejará mucho mi horario. ¡Probablemente pueda leer unos cuantos libros más cada semana!" + +# game/4_noelle.rpy:253 +translate spanish quittingChineseSchool_60d45089: + + # NoelleT "It'll be so worth it. When I'm older, I'll be so thankful that I quit." + NoelleT "Valdrá tanto la pena. Cuando sea mayor, estaré tan agradecida de haberla dejado." + +# game/4_noelle.rpy:261 +translate spanish ranch99_19db2f05: + + # "Noelle is so elated that she doesn't even mind being dragged along to 99 Ranch with her mom, a trip she normally gripes is a waste of time." + "Noelle está tan eufórica que ni siquiera le importa tener que ir arrastrada con su madre a 99 Ranch, un viaje que normalmente considera una pérdida de tiempo." + +# game/4_noelle.rpy:262 +translate spanish ranch99_f7640335: + + # "As they browse the fishball aisle, her mom's Nokia rings. She quickly brings it to her ear." + "Mientras pasan por la fila de bolas de pescado, el Nokia de su madre suena. Ella rápidamente se lo lleva a la oreja." + +# game/4_noelle.rpy:265 +translate spanish ranch99_2a62f33a: + + # Mom "{font=chunhua_chinese.ttf}喂?{/font}" + Mom "{font=chunhua_chinese.ttf}喂?{/font}" + +# game/4_noelle.rpy:268 +translate spanish ranch99_64fb7708: + + # "There's a pause. Her mom's face falls." + "Hay una pausa. A su madre se le cae la cara." + +# game/4_noelle.rpy:270 +translate spanish ranch99_ee89588e: + + # Noelle "What is it?" + Noelle "¿Qué pasó?" + +# game/4_noelle.rpy:273 +translate spanish ranch99_ee25db42: + + # Mom "Ah-ma passed away." + Mom "Ah-ma ha muerto." + +# game/4_noelle.rpy:276 +translate spanish ranch99_11a48459: + + # Noelle "Oh." + Noelle "Oh." + +# game/4_noelle.rpy:278 +translate spanish ranch99_738ac199: + + # NoelleT "I know I should be sad...but I haven't seen my grandmother for years." + NoelleT "Sé que debería estar triste...pero no he visto a mi abuela en años." + +# game/4_noelle.rpy:279 +translate spanish ranch99_4b57cfdb: + + # NoelleT "I've never had a real conversation with her before. It's like being told a stranger died." + NoelleT "Nunca he tenido una conversación real con ella antes. Es cómo que me digan que un desconocido murió." + +# game/4_noelle.rpy:296 +translate spanish wikipedia_57a332ed: + + # "Noelle isn't allowed to close her bedroom door, so she's on high alert as she uses the computer." + "Noelle no tiene permitido cerrar la puerta de su habitación, así que ella está en alerta máxima cuando utiliza el computador." + +# game/4_noelle.rpy:298 +translate spanish wikipedia_6687ecfd: + + # NoelleT "It sounds like my mother's busy washing vegetables in the kitchen. Here's my chance!" + NoelleT "Suena como que mi madre está ocupada lavando verduras en la cocina. ¡Esta es mi oportunidad!" + +# game/4_noelle.rpy:300 +translate spanish wikipedia_9c8bd4d6: + + # "Noelle quickly searches \"Homosexuality\" on Wikipedia." + "Noelle rápidamente busca \"Homosexualidad\" en Wikipedia." + +# game/4_noelle.rpy:303 +translate spanish wikipedia_ad269b95: + + # NoelleT "I skimmed this page once as research, after Akarsha started insisting Diya and Min-seo were romantically involved." + NoelleT "Ojeé esta página una vez como investigación, después de que Akarsha empezara a insistir que Diya y Min tenían una relación romántica." + +# game/4_noelle.rpy:304 +translate spanish wikipedia_9e5a1af6: + + # NoelleT "But I'm POSITIVE there was no mention of it being possible for two women to have sexual relations!" + NoelleT "¡Pero estoy SEGURA de que no mencionaba la posibilidad de que dos mujeres tuvieran relaciones sexuales!" + +# game/4_noelle.rpy:305 +translate spanish wikipedia_858868d6: + + # NoelleT "I would have remembered it!" + NoelleT "¡Lo hubiera recordado!" + +# game/4_noelle.rpy:330 +translate spanish rereadArticle_7371fe69: + + # "Much of the page is devoted to the historic and modern-day oppression of gay men." + "Gran parte de la página está dedicada a la opresión histórica y actual de los hombres homosexuales." + +# game/4_noelle.rpy:331 +translate spanish rereadArticle_ae5cf295: + + # "There's mentions of sodomy being criminalized, along with an image of Ancient Greek pottery depicting of two nude men embracing that Noelle scrolls past very quickly." + "Hay menciones de la sodomía siendo penalizada, junto con una imagen de una cerámica de la antigua Grecia mostrando a dos hombres desnudos abrazándose por la cual Noelle pasa rápidamente." + +# game/4_noelle.rpy:333 +translate spanish rereadArticle_15be6c82: + + # NoelleT "Wait, this might be something." + NoelleT "Espera, esto puede ser algo." + +# game/4_noelle.rpy:335 +translate spanish rereadArticle_5a2d6a23: + + # NPC "Anthropologists Stephen Murray and Will Roscoe reported that women in Lesotho engaged in socially sanctioned \"long term, erotic relationships\"." + NPC "Los antropólogos Murray y Roscoe informaron de que las mujeres en Lesoto establecen relaciones \"duraderas y eróticas\" socialmente aceptadas." + +# game/4_noelle.rpy:337 +translate spanish rereadArticle_ab1b0d2d: + + # NoelleT "What exactly do they mean by \"erotic\"? They need to be more descriptive!" + NoelleT "¿Que quieren decir exactamente con \"eróticas\"? ¡Tienen que ser más descriptivos!" + +# game/4_noelle.rpy:339 +translate spanish rereadArticle_dc68ec25: + + # "She clicks on the citation, but the source is a book called \"Boy Wives and Female Husbands: Studies of African Homosexualities\"." + "Ella hace clic en la citación, pero la fuente es un libro llamado \"Boy Wives and Female Husbands: Studies of African Homosexualities\"." + +# game/4_noelle.rpy:341 +translate spanish rereadArticle_a4ce051a: + + # NoelleT "There's no way the library carries this book..." + NoelleT "No hay manera de que la biblioteca tenga este libro..." + +# game/4_noelle.rpy:346 +translate spanish rereadArticle_b5083046: + + # "Noelle scrolls through the page, but there's no mention of the \"erotic relationships\"." + "Noelle se desplaza por la página, pero no hay mención de las \"relaciones eróticas\"." + +# game/4_noelle.rpy:348 +translate spanish rereadArticle_84884ff1: + + # NoelleT "This is a dead end." + NoelleT "Este es un callejón sin salida." + +# game/4_noelle.rpy:349 +translate spanish rereadArticle_e2550952: + + # NoelleT "I could try googling it, but it might bring up obscene results." + NoelleT "Podría intentar buscarlo en Google, pero eso podría arrojar resultados obscenos." + +# game/4_noelle.rpy:354 +translate spanish sexualBehavior_84c9e81e: + + # "The link leads to a more general page called \"Human sexual intercourse\"." + "El vínculo llena a una página más general llamada \"Relaciones sexuales humanas\"." + +# game/4_noelle.rpy:355 +translate spanish sexualBehavior_fd91fd61: + + # "To Noelle's disgust, it features a painting of a man and woman copulating." + "Para el disgusto de Noelle, este muestra un cuadro de un hombre y una mujer copulando." + +# game/4_noelle.rpy:357 +translate spanish sexualBehavior_ade5cab1: + + # NoelleT "This is repulsive. I'd really rather not stay on this page for long." + NoelleT "Esto es repulsivo. Preferiría no quedarme mucho tiempo en esta página." + +# game/4_noelle.rpy:359 +translate spanish sexualBehavior_28092e9c: + + # NPC "Sexual intercourse commonly refers to the act in which the male reproductive organ enters the female reproductive tract.[[1][[2]" + NPC "Una relación sexual es el conjunto de comportamientos que realizan al menos dos personas con el objetivo de dar o recibir placer sexual.[[1][[2]" + +# game/4_noelle.rpy:360 +translate spanish sexualBehavior_b37784c8: + + # NPC "In recent years penetration of non-sexual organs or by non-sexual organs (fingering, fisting) are also sometimes included in this definition." + NPC "Como primera aproximación, se pueden dividir las prácticas en coitales y no coitales. Dentro de las no coitales podemos mencionar Magreo, Preludios Sexuales, Masturbación Mutua, Sexo Oral o Genital no Penetrativo." + +# game/4_noelle.rpy:362 +translate spanish sexualBehavior_f69f1ae0: + + # NoelleT "What on earth is \"fingering\"? Is this the finger thing Min-seo was referring to?" + NoelleT "¿Qué demonios es \"masturbación mutua\"? ¿Es esto a lo que se refería Min-seo con lo de los dedos?" + +# game/4_noelle.rpy:367 +translate spanish sexualBehavior_d54e51f5: + + # "The page opens. At the top, there's a simple illustration of a naked woman stroking the genitals of another woman." + "La página se abre. En la parte superior, hay una ilustración tradicional de dos mujeres estimulando los genitales de la otra." + +# game/4_noelle.rpy:371 +translate spanish lesbian_2ebef16c: + + # "Noelle scrolls through the page." + "Noelle se desplaza por la página." + +# game/4_noelle.rpy:373 +translate spanish lesbian_84713aca: + + # NoelleT "Most this page just details historical lesbian relationships." + NoelleT "Gran parte de esta página solo detalla relaciones lesbianas históricas." + +# game/4_noelle.rpy:374 +translate spanish lesbian_f5c69fce: + + # NoelleT "They lived such tragic, tortured lives. I hope Diya knows what she's signed up for..." + NoelleT "Vivieron vidas tan trágicas y torturadas. Espero que Diya sepa a lo que se ha comprometido..." + +# game/4_noelle.rpy:376 +translate spanish lesbian_f50f09b7: + + # NPC "Before the late 19th century, the word \"Lesbian\" referred to any derivative or aspect of Lesbos, including a type of wine." + NPC "Antes de finales del siglo XIX, la palabra \"lesbiana\" era un adjetivo que normalmente calificaba a aquello que derivaba de Lesbos, incluyendo un tipo de vino." + +# game/4_noelle.rpy:377 +translate spanish lesbian_4ed2f711: + + # NPC "In 1890, however, the term was used in a medical dictionary as an adjective to describe tribadism (as \"Lesbian love\"): sexual gratification of two women by simulating intercourse." + NPC "En 1890, la palabra fue usada en un diccionario médico como adjetivo para describir el tribadismo (como «amor lésbico»): gratificación sexual de dos mujeres a través de la simulación del coito." + +# game/4_noelle.rpy:379 +translate spanish lesbian_77fff428: + + # NoelleT "What on earth is \"tribadism\"? Is this the finger thing Min-seo was referring to?" + NoelleT "¿Qué demonios es \"tribadismo\"? ¿Es esto a lo que se refería Min-seo con lo de los dedos?" + +# game/4_noelle.rpy:383 +translate spanish lesbian_d6e2e3dd: + + # "The page opens. At the top, there's a simple illustration of two naked women scissoring." + "La página se abre. En la parte superior, hay una ilustración simple de dos mujeres desnudas haciendo las tijeras." + +# game/4_noelle.rpy:391 +translate spanish gayPanic_d184cd61: + + # NoelleT "WHAT IS THIS???!?!!" with sshake + NoelleT "¡¡¿¡¿¿¿QUÉ ES ESTO???!?!!" with sshake + +# game/4_noelle.rpy:392 +translate spanish gayPanic_1b9fb95d: + + # NoelleT "This is...this is so risqué!" + NoelleT "Esto es...¡esto es tan atrevido!" + +# game/4_noelle.rpy:394 +translate spanish gayPanic_552fee87: + + # "Noelle breaks into a feverish sweat as she reads the page as quickly as possible." + "Noelle entra en un sudor febril mientras lee la página lo más rápido posible." + +# game/4_noelle.rpy:395 +translate spanish gayPanic_07f5e7df: + + # "Then, in a panic, Noelle closes the tab, erases her web history, and shuts the computer down." + "Luego, presa del pánico, Noelle cierra la pestaña, borra su historial web, y apaga el computador." + +# game/4_noelle.rpy:397 +translate spanish gayPanic_dea05296: + + # NoelleT "Min-seo was right...I can't believe it..." + NoelleT "Min-seo tenía razón...No puedo creerlo..." + +# game/4_noelle.rpy:402 +translate spanish gayPanic_6ad19c61: + + # NoelleT "Should such erotic content be allowed on Wikipedia?! Anyone can read it!" with sshake + NoelleT "¡¿Debería permitirse tal contenido erótico en Wikipedia?! ¡Cualquiera puede leerlo!" with sshake + +# game/4_noelle.rpy:404 +translate spanish gayPanic_c4137aea: + + # NoelleT "I must destroy all evidence that I've visited that page!" with sshake + NoelleT "¡Debo destruir toda la evidencia de que visité esa página!" with sshake + +# game/4_noelle.rpy:406 +translate spanish gayPanic_5bfc49ea: + + # NoelleT "Should I uninstall the browser? Delete my user profile? Perhaps set the computer on fire for good measure?" + NoelleT "¿Debería desinstalar el navegador? ¿Borrar mi perfil de usuario? ¿Quizás prender fuego al computador por si las dudas?" + +# game/4_noelle.rpy:407 +translate spanish gayPanic_ebc33afb: + + # NoelleT "This better not awaken anything in me..." + NoelleT "Más me vale que esto no despierte nada en mí..." + +# game/4_noelle.rpy:411 +translate spanish gayPanic_c6882aae: + + # "Noelle jumps in her chair when she receives a text." + "Noelle salta en su silla cuando recibe un mensaje de texto." + +# game/4_noelle.rpy:418 +translate spanish kingDedede_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/4_noelle.rpy:419 +translate spanish kingDedede_72a93ac3: + + # cAkarsha "is it just me or does king dedede look kinda sexy in this drawing" + cAkarsha "soy yo o el rey dedede se ve algo sexy en este dibujo" + +# game/4_noelle.rpy:420 +translate spanish kingDedede_b9156edf: + + # cSame "{image=DeviantArt.png}" + cSame "{image=DeviantArt.png}" + +# game/4_noelle.rpy:421 +translate spanish kingDedede_f0700d8e: + + # cDiya "??????" + cDiya "¿¿¿¿¿¿¿????????" + +# game/4_noelle.rpy:422 +translate spanish kingDedede_6e0c3bbd: + + # cAkarsha "anyone else?? hello???" + cAkarsha "alguien más?? hola???" + +# game/4_noelle.rpy:423 +translate spanish kingDedede_9ee59181: + + # cSame "anyone care to raise a hand" + cSame "alguien quiere levantar la mano" + +# game/4_noelle.rpy:424 +translate spanish kingDedede_8c323251: + + # cMin "YOURE INSANE" + cMin "ESTÁS LOCA" + +# game/4_noelle.rpy:425 +translate spanish kingDedede_32e13f02: + + # cAkarsha "WOULD ANYONE ELSE HIT IT??? HELOLO?" + cAkarsha "ALGUIEN MÁS LE DARÍA??? HOALALA?" + +# game/4_noelle.rpy:426 +translate spanish kingDedede_86977d7c: + + # cSame "noelle???" + cSame "noelle???" + +# game/4_noelle.rpy:427 +translate spanish kingDedede_6292d955: + + # cSame "(banging on your door)" + cSame "(golpeando tu puerta)" + +# game/4_noelle.rpy:428 +translate spanish kingDedede_f0ac090f: + + # cSame "if u would fuck king dedede (a penguin?)" + cSame "si te coges al rey dedede (un pinguino?)" + +# game/4_noelle.rpy:429 +translate spanish kingDedede_370027cb: + + # cSame "ur braver than the U.S. marines" + cSame "eres más valiente que los de la marina estadounidese" + +# game/4_noelle.rpy:430 +translate spanish kingDedede_08cc511e: + + # cNarrator "Diya has left the chatroom." + cNarrator "Diya ha salido del chat grupal." + +# game/4_noelle.rpy:431 +translate spanish kingDedede_4440dd7c: + + # cNarrator "Min has left the chatroom." + cNarrator "Min ha salido del chat grupal." + +# game/4_noelle.rpy:432 +translate spanish kingDedede_25211ee5: + + # cAkarsha "welp" + cAkarsha "bue" + +# game/4_noelle.rpy:433 +translate spanish kingDedede_b1ef3526: + + # cNoelle "Why are you like this??" + cNoelle "¿¿Por qué eres así??" + +# game/4_noelle.rpy:435 +translate spanish kingDedede_5532262f: + + # cAkarsha "im so bored TT_TT" + cAkarsha "estoy tan aburrida TT_TT" + +# game/4_noelle.rpy:436 +translate spanish kingDedede_368e20d4: + + # cSame "ive been stuck at home all day" + cSame "he estado encerrada en casa todo el día" + +# game/4_noelle.rpy:437 +translate spanish kingDedede_eb4544d1: + + # cNoelle "Unfortunately for you, I can't entertain you for long either." + cNoelle "Desafortunadamente para ti, no podré entretenerte por mucho tiempo tampoco." + +# game/4_noelle.rpy:438 +translate spanish kingDedede_af03dc10: + + # cSame "I have to leave for the airport soon." + cSame "Tendré que irme pronto al aeropuerto." + +# game/4_noelle.rpy:439 +translate spanish kingDedede_f012b181: + + # cAkarsha "oh yeah ur visiting taiwan right?" + cAkarsha "ah sí estás visitando taiwan, cierto?" + +# game/4_noelle.rpy:440 +translate spanish kingDedede_c4017f90: + + # cSame "how long ru gonna be there again?" + cSame "por cuanto tiempo vas a estar ahí de nuevo?" + +# game/4_noelle.rpy:441 +translate spanish kingDedede_67ba7799: + + # cNoelle "I'll be there for the entire week. My mom and I will return Sunday afternoon." + cNoelle "Estaré ahí por toda la semana. Mi madre y yo volveremos el domingo por la tarde." + +# game/4_noelle.rpy:442 +translate spanish kingDedede_984c520b: + + # cSame "My dad is staying for an additional week there for business purposes." + cSame "Mi padre se quedará allí por una semana más por motivos de trabajo." + +# game/4_noelle.rpy:443 +translate spanish kingDedede_60e34dab: + + # cAkarsha "can i still message u when ur there?" + cAkarsha "aún podré hablarte cuando estés ahí?" + +# game/4_noelle.rpy:444 +translate spanish kingDedede_12e098f2: + + # cSame "do u have to use a vpn or something?" + cSame "o tendrías que usar un vpn o algo?" + +# game/4_noelle.rpy:445 +translate spanish kingDedede_eae8b07e: + + # cNoelle "No, as long as I have internet access, we should be able to chat like usual." + cNoelle "No, mientras tenga acceso a internet, deberíamos poder hablar como es usual." + +# game/4_noelle.rpy:446 +translate spanish kingDedede_c31ebeb5: + + # cAkarsha "rly? but isnt there like hella censorship o_0" + cAkarsha "de vdd? pero no hay como un montón de censura o_0" + +# game/4_noelle.rpy:447 +translate spanish kingDedede_e030cf2a: + + # cNoelle "No, there's nothing like that in Taiwan. It's not as if I'm going to China." + cNoelle "No, no hay nada de eso en Taiwan. No es como si estuviera yendo a China." + +# game/4_noelle.rpy:449 +translate spanish kingDedede_ac46bd27: + + # cAkarsha "right right" + cAkarsha "cierto cierto" + +# game/4_noelle.rpy:450 +translate spanish kingDedede_b4fc6054: + + # cSame "uhhh also" + cSame "ehhh también" + +# game/4_noelle.rpy:451 +translate spanish kingDedede_9683a8bf: + + # cSame "whats the difference between china and taiwan again ^_^;;" + cSame "cuál era la diferencia entre china y taiwan de nuevo ^_^;;" + +# game/4_noelle.rpy:452 +translate spanish kingDedede_40a9a9aa: + + # cSame "/shot" + cSame "/le llega un disparo" + +# game/4_noelle.rpy:453 +translate spanish kingDedede_5195fddb: + + # cSame "i mean i know taiwans an island" + cSame "osea sé que taiwan es una isla" + +# game/4_noelle.rpy:454 +translate spanish kingDedede_55b15a95: + + # cSame "but is it like" + cSame "pero es como" + +# game/4_noelle.rpy:455 +translate spanish kingDedede_a0d5080a: + + # cNoelle "You said you were shot, yet you're still talking like nothing happened?" + cNoelle "Dijiste que te dispararon, ¿pero aún sigues hablando como si nada hubiera pasado?" + +# game/4_noelle.rpy:456 +translate spanish kingDedede_2cfc79dd: + + # cAkarsha "its own country?" + cAkarsha "un país propio?" + +# game/4_noelle.rpy:457 +translate spanish kingDedede_c583399f: + + # cSame "i have high pain tolerance" + cSame "tengo alta tolerancia al dolor" + +# game/4_noelle.rpy:458 +translate spanish kingDedede_24639579: + + # cNoelle "No, you don't." + cNoelle "No, no la tienes." + +# game/4_noelle.rpy:459 +translate spanish kingDedede_c5f3cef2: + + # cAkarsha "anyway i tried to ask in geography class once and everyone started arguing" + cAkarsha "de todas formas una vez intenté preguntar eso en una clase de geografía y todos comenzaron a discutir" + +# game/4_noelle.rpy:460 +translate spanish kingDedede_b9479785: + + # cNoelle "Everyone started arguing because it's a political question." + cNoelle "Todos comenzaron a discutir porque es una pregunta política." + +# game/4_noelle.rpy:461 +translate spanish kingDedede_726cdcad: + + # cSame "Whether Taiwan is a part of China or a separate country is an extremely controversial issue." + cSame "La cuestión de si Taiwan es parte de China o es un país independiente es muy controversial." + +# game/4_noelle.rpy:462 +translate spanish kingDedede_a401d0ef: + + # cAkarsha "y tho?" + cAkarsha "pero pq?" + +# game/4_noelle.rpy:463 +translate spanish kingDedede_9f276d79: + + # cNoelle "To be honest, I'm not clear on the details." + cNoelle "Honestamente, no conozco muy bien los detalles." + +# game/4_noelle.rpy:464 +translate spanish kingDedede_086b534d: + + # cSame "As I understand it, the dispute is the result of a civil war that was never properly resolved." + cSame "Según tengo entendido, la disputa es el resultado de una guerra civil que nunca se resolvió adecuadamente." + +# game/4_noelle.rpy:465 +translate spanish kingDedede_e910bcf1: + + # cAkarsha "huh...." + cAkarsha "ah...." + +# game/4_noelle.rpy:466 +translate spanish kingDedede_6ac1ea57: + + # cSame "so ru taiwanese? or chinese?" + cSame "entonces eres taiwanesa? o china?" + +# game/4_noelle.rpy:467 +translate spanish kingDedede_2f3e553f: + + # cSame "or both?" + cSame "o ambas?" + +# game/4_noelle.rpy:468 +translate spanish kingDedede_da673016: + + # cNoelle "Well," + cNoelle "Bueno," + +# game/4_noelle.rpy:469 +translate spanish kingDedede_516e479b: + + # cSame "I went to Chinese school as a child." + cSame "Fui a una escuela de chino cuando era niña." + +# game/4_noelle.rpy:470 +translate spanish kingDedede_fe1f0c93: + + # cSame "And my parents told me Chinese folktales." + cSame "Y mis padres me contaban cuentos populares chinos." + +# game/4_noelle.rpy:471 +translate spanish kingDedede_b34ad0bd: + + # cAkarsha "is that how it works?" + cAkarsha "es así como funciona?" + +# game/4_noelle.rpy:472 +translate spanish kingDedede_6c6e046b: + + # cSame "just bc i speak english doesnt mean im english" + cSame "solo pq hable español no significa que sea española" + +# game/4_noelle.rpy:473 +translate spanish kingDedede_948847e8: + + # cNoelle "To be frank, I'm floundering because I've never given it any thought." + cNoelle "Para ser sincera, estoy indecisa porque nunca pensé en ello antes." + +# game/4_noelle.rpy:474 +translate spanish kingDedede_cadebc83: + + # cAkarsha "lol oops" + cAkarsha "lol ups" + +# game/4_noelle.rpy:475 +translate spanish kingDedede_ed7f6251: + + # cSame "i didnt mean to give u an identity criss" + cSame "no quería darte una criss de identidad" + +# game/4_noelle.rpy:476 +translate spanish kingDedede_641fcd74: + + # cSame "*crisis" + cSame "*crisis" + +# game/4_noelle.rpy:477 +translate spanish kingDedede_4a9102e9: + + # cNoelle "Even if I say I'm Taiwanese, hardly anyone knows what that means, even other East Asians." + cNoelle "Incluso si digo que soy Taiwanesa, casi nadie sabe lo que eso significa, ni siquiera otros asiáticos orientales." + +# game/4_noelle.rpy:478 +translate spanish kingDedede_720952a6: + + # cAkarsha "hm" + cAkarsha "hm" + +# game/4_noelle.rpy:479 +translate spanish kingDedede_ca53de22: + + # cSame "that kinda sounds like how most americans dont rly get desi identities" + cSame "eso suena un poco como la mayoría de los estadounidenses no entienden realmente las identidades desi" + +# game/4_noelle.rpy:480 +translate spanish kingDedede_9c8b23ad: + + # cNoelle "How so?" + cNoelle "¿Cómo así?" + +# game/4_noelle.rpy:481 +translate spanish kingDedede_21954fa2: + + # cAkarsha "like, they think about it based on country" + cAkarsha "como, piensan en ello basado en países" + +# game/4_noelle.rpy:482 +translate spanish kingDedede_c3dd1e83: + + # cSame "like ur pakistani, or indian, etc" + cSame "como eres paquistaní, o india, etc" + +# game/4_noelle.rpy:483 +translate spanish kingDedede_015099fb: + + # cSame "but the countries werent split on racial lines" + cSame "pero los países no se dividieron por razas" + +# game/4_noelle.rpy:485 +translate spanish kingDedede_4da7203c: + + # cSame "like an indian punjabi isnt rly the same ethnicity as an indian guju" + cSame "como un indio punyabí no es realmente lo mismo que un indio guyaratí" + +# game/4_noelle.rpy:486 +translate spanish kingDedede_9f957323: + + # cSame "but its all the same to nondesis bc they dont know the difference lol xD" + cSame "pero es todo lo mismo para los q no son desis pq no saben la diferencia lol xD" + +# game/4_noelle.rpy:487 +translate spanish kingDedede_8af7d354: + + # cNoelle "Oh...You're right, I don't know the difference." + cNoelle "Oh...Tienes razón, no sé la diferencia." + +# game/4_noelle.rpy:488 +translate spanish kingDedede_d68d4d27: + + # cAkarsha "wait" + cAkarsha "espera" + +# game/4_noelle.rpy:489 +translate spanish kingDedede_78fe1b86: + + # cSame "WAIT I KNOW" + cSame "ESPERA LO SÉ" + +# game/4_noelle.rpy:490 +translate spanish kingDedede_a920e4f2: + + # cSame "the answer to what u are" + cSame "la respuesta a lo tú que eres" + +# game/4_noelle.rpy:491 +translate spanish kingDedede_4d722a60: + + # cNoelle "What is it?" + cNoelle "¿Qué es?" + +# game/4_noelle.rpy:492 +translate spanish kingDedede_0b556f6c: + + # cAkarsha "ur french" + cAkarsha "francia" + +# game/4_noelle.rpy:493 +translate spanish kingDedede_45915650: + + # cSame "bc ur frenchman <3" + cSame "pq eres francesa <3" + +# game/4_noelle.rpy:494 +translate spanish kingDedede_e6646cec: + + # cNoelle "THAT DOESN'T HELP ME AT ALL." + cNoelle "ESO NO ME AYUDA DEL TODO." + +# game/4_noelle.rpy:495 +translate spanish kingDedede_90e94a77: + + # cAkarsha "no?" + cAkarsha "¿no?" + +# game/4_noelle.rpy:496 +translate spanish kingDedede_09cf6bc4: + + # cNoelle "NO." + cNoelle "NO." + +# game/4_noelle.rpy:497 +translate spanish kingDedede_76b2fe88: + + # nvl clear + nvl clear + +# game/4_noelle.rpy:511 +translate spanish airport_8b3b40f5: + + # "Later that day, Noelle sits in the backseat as her dad drives them to the airport." + "Ese mismo día, Noelle se sienta en el asiento trasero mientras su padre maneja al aeropuerto." + +# game/4_noelle.rpy:512 +translate spanish airport_a5909f7f: + + # "She feels a flash of rage when she sees a passing car sporting a \"Proud Parent of an Honor Roll Student\" bumper sticker." + "Ella siente un arrebato de rabia al ver a un auto pasar con una pegatina que dice \"Orgulloso Padre de un Alumno con Matrícula de Honor\"." + +# game/4_noelle.rpy:514 +translate spanish airport_ec916959: + + # NoelleT "Why would you brag about such an unremarkable accomplishment on your car?" + NoelleT "¿Por qué presumirías de un logro tan insignificante en tu auto?" + +# game/4_noelle.rpy:515 +translate spanish airport_7bdafd7a: + + # NoelleT "You're {i}supposed{/i} to be on the Honor Roll. It's like buying a bumper sticker that says, \"My child breathes air.\"" + NoelleT "Se {i}supone{/i} que debes estar en la Lista de Honor. Es como comprar una pegatina que dice, \"Mi hijo respira aire.\"" + +# game/4_noelle.rpy:516 +translate spanish airport_beb1d77d: + + # NoelleT "My parents would never even bother mentioning such a banal thing." + NoelleT "Mis padres nunca se molestarían en mencionar algo tan banal." + +# game/4_noelle.rpy:518 +translate spanish airport_ff663382: + + # "Noelle's mom squints at the airport signage as it passes them by." + "La madre de Noelle entrecierra los ojos al ver la señalización del aeropuerto a su paso." + +# game/4_noelle.rpy:520 +translate spanish airport_69f1c3dc: + + # Mom "Noelle, watch the signs for us." + Mom "Noelle, vigila las señalizaciones por nosotros." + +# game/4_noelle.rpy:523 +translate spanish airport_62c0baee: + + # Noelle "Why me? I don't even know how to drive." + Noelle "¿Por qué yo? Ni siquiera sé como manejar." + +# game/4_noelle.rpy:526 +translate spanish airport_80abf07c: + + # Mom "You were born here, you read faster than us." + Mom "Tú naciste aquí, lees más rápido que nosotros." + +# game/4_noelle.rpy:529 +translate spanish airport_0e7c95de: + + # Noelle "Alright..." + Noelle "Bueno..." + +# game/4_noelle.rpy:530 +translate spanish airport_34dd065f: + + # NoelleT "How is it that after living here for twenty years, they still haven't mastered English?" + NoelleT "¿Cómo es que después de vivir aquí por veinte años, aún no dominen el español?" + +# game/4_noelle.rpy:531 +translate spanish airport_b57b9c07: + + # NoelleT "My mom can't even speak English well enough to carry a conversation with a stranger." + NoelleT "Mi madre ni siquiera puede hablar español lo suficientemente bien como para mantener una conversación con un desconocido." + +# game/4_noelle.rpy:532 +translate spanish airport_165bb090: + + # NoelleT "What have they been doing this whole time?" + NoelleT "¿Qué han estado haciendo todo este tiempo?" + +# game/4_noelle.rpy:536 +translate spanish airport_63be571e: + + # Dad "Which way is parking? Which lane?" + Dad "¿Por dónde se estaciona? ¿Qué vía?" + +# game/4_noelle.rpy:539 +translate spanish airport_9db8deb6: + + # Noelle "Just follow the arrows. Turn right." + Noelle "Solo sigue las flechas. Gira a la derecha." + +# game/4_noelle.rpy:542 +translate spanish airport_66647865: + + # Dad "See? Even though I have a Ph.D, ever since you were in second grade, you could read highway signs faster than me." + Dad "¿Ves? Aunque tenga un doctorado, desde que estabas en segundo grado, podías leer las señales de la autopista más rápido que yo." + +# game/4_noelle.rpy:544 +translate spanish airport_fab3f434: + + # Mom "Good thing we have Noelle with us. The signs go by so fast." + Mom "Que bueno que tenemos a Noelle con nosotros. Las señales pasan tan rápido." + +# game/4_noelle.rpy:546 +translate spanish airport_853f62c4: + + # "Noelle's dad scratches his head as she directs him through the airport's labyrinthian roads." + "El padre de Noelle se rasca la cabeza mientras ella le guía por los laberínticos caminos del aeropuerto." + +# game/4_noelle.rpy:548 +translate spanish airport_edb46e79: + + # Dad "Where is it? It feels like we're just going in circles." + Dad "¿Dónde es? Parece como si estuviéramos dando vueltas en círculos." + +# game/4_noelle.rpy:551 +translate spanish airport_da55faca: + + # Noelle "We're not, see that sign there? The parking's past the cargo area." + Noelle "No lo estamos, ¿ves esa señal ahí? El estacionamiento está pasando la zona de carga." + +# game/4_noelle.rpy:554 +translate spanish airport_f8fabc16: + + # Dad "Do I turn here?" + Dad "¿Doy la vuelta aquí?" + +# game/4_noelle.rpy:556 +translate spanish airport_46fb6cd7: + + # "Noelle's heart stops as her dad starts to turn into a street labeled with \"Do Not Enter.\"" + "El corazón de Noelle se detiene cuando su padre comienza a girar hacia una calle marcada con \"No entrar.\"" + +# game/4_noelle.rpy:559 +translate spanish airport_226a579e: + + # Noelle "IT SAYS \"DO NOT ENTER\"! KEEP STRAIGHT!" with sshake + Noelle "¡DICE \"NO ENTRAR\"! ¡SIGUE DERECHO!" with sshake + +# game/4_noelle.rpy:562 +translate spanish airport_a8a0105f: + + # Dad "Oh!" with sshake + Dad "¡Oh!" with sshake + +# game/4_noelle.rpy:564 +translate spanish airport_1d41a6be: + + # "Her dad swerves sharply to stay in his lane. Noelle massages her temples, her heart pounding." + "Su padre se desvía bruscamente para mantenerse en su carril. Noelle se masajea las sienes, con el corazón latiendo con fuerza." + +# game/4_noelle.rpy:566 +translate spanish airport_955546fc: + + # NoelleT "I'm surrounded by illiterate idiots!" with sshake + NoelleT "¡Estoy rodeada de idiotas analfabetos!" with sshake + +# game/4_noelle.rpy:567 +translate spanish airport_0b56a1b4: + + # NoelleT "Why does it rest on me, a literal child, to ensure we don't drive into oncoming traffic??" + NoelleT "¿¿Por qué recae en mí, literalmente una niña, el asegurarse que no conduzcamos hacia el tráfico en sentido contrario??" + +# game/4_noelle.rpy:568 +translate spanish airport_b42c99c3: + + # NoelleT "They have endless energy when it comes to obsessing over my studies. Why can't they work on their own English instead?!" + NoelleT "Tienen energía infinita cuando se trata de obsesionarse sobre mis estudios. ¡¿Por qué no pueden trabajar en su propio español a cambio?!" + +# game/4_noelle.rpy:572 +translate spanish airport_32a5a98b: + + # "As the car rolls into a parking lot, Noelle jolts up in her seat." + "Mientras el auto entra al estacionamiento, Noelle se sobresalta en su asiento." + +# game/4_noelle.rpy:574 +translate spanish airport_31355c70: + + # Noelle "Wait, this isn't the correct garage! Turn around!" + Noelle "¡Espera, este no es el garaje correcto! ¡Date la vuelta!" + +# game/4_noelle.rpy:577 +translate spanish airport_e44a1494: + + # Dad "Huh? How do you know?" + Dad "¿Ah? ¿Cómo lo sabes?" + +# game/4_noelle.rpy:580 +translate spanish airport_f66a1eea: + + # Noelle "That sign says \"Premium Parking!\"" + Noelle "¡Ese cartel dice \"Estacionamiento Premium\"!" + +# game/4_noelle.rpy:581 +translate spanish airport_0aa4fa00: + + # Noelle "\"Premium\" means something of exceptional quality; superior." + Noelle "\"Premium\" significa algo de calidad excepcional; superior." + +# game/4_noelle.rpy:584 +translate spanish airport_622b9a4d: + + # Mom "So? Isn't that good?" + Mom "¿Entonces? ¿No es eso bueno?" + +# game/4_noelle.rpy:587 +translate spanish airport_044a1a9a: + + # Noelle "Not right now when we are looking for the regular, run-of-the-mill parking lot." + Noelle "No ahora que estamos buscando estacionamiento normal y corriente." + +# game/4_noelle.rpy:588 +translate spanish airport_b610f5c8: + + # Noelle "In this context, premium parking means special parking that's more expensive." + Noelle "En este contexto, estacionamiento premium significa estacionamiento especial que es más caro." + +# game/4_noelle.rpy:593 +translate spanish airport_a8a0105f_1: + + # Dad "Oh!" with sshake + Dad "¡Oh!" with sshake + +# game/4_noelle.rpy:597 +translate spanish airport_68cb6d62: + + # Noelle "Make a U-turn! We're going to miss our flight!" + Noelle "¡Haz un giro en U! ¡Vamos a perder el vuelo!" + +# game/4_noelle.rpy:599 +translate spanish airport_74793e96: + + # "Noelle's mom sighs as the car makes a series of turns." + "La madre de Noelle suspira mientras el coche da una serie de vueltas." + +# game/4_noelle.rpy:601 +translate spanish airport_768d0418: + + # Mom "This would've been easier if you could talk to us in Chinese." + Mom "Esto habría sido más fácil si nos hubieras hablado en chino." + +# game/4_noelle.rpy:604 +translate spanish airport_e337bab4: + + # Noelle "This would've been easier if your English was better, too." + Noelle "Esto hubiera sido más fácil si tu español fuera mejor, también." + +# game/4_noelle.rpy:606 +translate spanish airport_5f29fc3e: + + # "Noelle crosses her arms in the backseat, fuming." + "Noelle se cruza de brazos en el asiento trasero, furiosa." + +# game/4_noelle.rpy:608 +translate spanish airport_1cebe3f6: + + # NoelleT "Why am I the one responsible for making sure we're not separated by a language barrier?" + NoelleT "¿Por qué soy yo la responsable de que no nos separe una barrera lingüística?" + +# game/4_noelle.rpy:609 +translate spanish airport_9fdf010b: + + # NoelleT "You were the ones who chose to move here in the first place." + NoelleT "Ustedes fueron los que decidieron venir aquí en primer lugar." + +# game/4_noelle.rpy:627 +translate spanish arriveTaiwan_3788105e: + + # "Noelle and her parents take a taxi from the airport to an alley lined with parked scooters." + "Noelle y sus padres toman un taxi desde el aeropuerto a un callejón lleno de monopatines aparcados." + +# game/4_noelle.rpy:634 +translate spanish arriveTaiwan_7f92f794: + + # NoelleT "This must be Ah-gong's apartment. We're staying there for the week." + NoelleT "Este debe ser el apartamento de Ah-gong. Nos quedaremos aquí por una semana." + +# game/4_noelle.rpy:638 +translate spanish arriveTaiwan_93edc944: + + # "Her mom presses the buzzer." + "Su madre presiona el timbre." + +# game/4_noelle.rpy:641 +translate spanish arriveTaiwan_af220856: + + # Mom "{font=chunhua_chinese.ttf}我們到了!{/font}" + Mom "{font=chunhua_chinese.ttf}我們到了!{/font}" + +# game/4_noelle.rpy:643 +translate spanish arriveTaiwan_02774806: + + # Aunt "快進來、快進來!" + Aunt "快進來、快進來!" + +# game/4_noelle.rpy:658 +translate spanish arriveTaiwan_d9da2055: + + # "After huffing and puffing up four stories of stairs, Noelle is drenched in sweat." + "Después de subir resoplando por cuatro pisos de escaleras, Noelle está empapada de sudor." + +# game/4_noelle.rpy:671 +translate spanish arriveTaiwan_16364efc: + + # Aunt "哈嘍!" + Aunt "哈嘍!" + +# game/4_noelle.rpy:674 +translate spanish arriveTaiwan_a68d3516: + + # ChunHua "耶!! 你們總算來了!" + ChunHua "耶!! 你們總算來了!" + +# game/4_noelle.rpy:677 +translate spanish arriveTaiwan_dc706e00: + + # Dad "{font=chunhua_chinese.ttf}春花,你長大了!{/font}" + Dad "{font=chunhua_chinese.ttf}春花,你長大了!{/font}" + +# game/4_noelle.rpy:680 +translate spanish arriveTaiwan_98543dbf: + + # ChunHua "對啊!你上次見到我的時候,我還在念小學呢!" + ChunHua "對啊!你上次見到我的時候,我還在念小學呢!" + +# game/4_noelle.rpy:683 +translate spanish arriveTaiwan_66c9e09e: + + # NoelleT "This must be one of my cousins." + NoelleT "Esta debe ser una de mis primas." + +# game/4_noelle.rpy:686 +translate spanish arriveTaiwan_3c7b9919: + + # Mom "Noelle, don't be rude. Introduce yourself in Chinese." + Mom "Noelle, no seas maleducada. Preséntate en chino." + +# game/4_noelle.rpy:692 +translate spanish arriveTaiwan_c5b5094c: + + # Noelle "{font=chunhua_chinese.ttf}大嫁好……我四樂映。{/font}" + Noelle "{font=chunhua_chinese.ttf}大嫁好……我四樂映。{/font}" + +# game/4_noelle.rpy:694 +translate spanish arriveTaiwan_ed639dc1: + + # NoelleT "My pronunciation is so atrocious, I don't know if they can even understand me." + NoelleT "Mi pronunciación es tan atroz, ni siquiera sé si me pueden entender." + +# game/4_noelle.rpy:698 +translate spanish arriveTaiwan_b22c4a45: + + # AhGong "妳說什麼?" + AhGong "妳說什麼?" + +# game/4_noelle.rpy:702 +translate spanish arriveTaiwan_6187e6ae: + + # Noelle "{font=chunhua_chinese.ttf}窩是樂映。{/font}" + Noelle "{font=chunhua_chinese.ttf}窩是樂映。{/font}" + +# game/4_noelle.rpy:705 +translate spanish arriveTaiwan_3bae36d2: + + # Noelle "Can I just talk in English?" + Noelle "¿Podemos simplemente hablar en español?" + +# game/4_noelle.rpy:708 +translate spanish arriveTaiwan_2e947f23: + + # Mom "Ah-gong doesn't speak English. He only knows Japanese, Taiwanese, and Mandarin." + Mom "Ah-gong no habla español. Sólo sabe japonés, taiwanés, y mandarín." + +# game/4_noelle.rpy:711 +translate spanish arriveTaiwan_535140d4: + + # Aunt "他連國語都快要不會講了。" + Aunt "他連國語都快要不會講了。" + +# game/4_noelle.rpy:713 +translate spanish arriveTaiwan_3976cbee: + + # "Da Ah-yi gestures at her daughter. She's wearing thick glasses and carrying a huge brick of a book." + "Da Ah-yi hace un gesto a su hija. Ella lleva lentes gruesos y un ladrillo enorme de libro." + +# game/4_noelle.rpy:715 +translate spanish arriveTaiwan_93127be2: + + # Aunt "Noelle, you speak English with Chun-hua." + Aunt "Noelle, tú habla español con Chun-hua." + +# game/4_noelle.rpy:717 +translate spanish arriveTaiwan_963fe0a9: + + # Aunt "She want go college in America, so she very happy practice speaking." + Aunt "Ella querer ir a universidad en América, así que ella muy feliz practicar hablar." + +# game/4_noelle.rpy:720 +translate spanish arriveTaiwan_6f9c2bb7: + + # ChunHua "Yes! You can call me Literature!" with sshake + ChunHua "¡Sí! ¡Me puedes llamar Literatura!" with sshake + +# game/4_noelle.rpy:722 +translate spanish arriveTaiwan_be438745: + + # NoelleT "Is that a name she chose herself...? Chinese people have such odd taste in English names." + NoelleT "¿Es ese un nombre que ella eligió...? La gente china tiene un gusto muy raro en nombres españoles." + +# game/4_noelle.rpy:723 +translate spanish arriveTaiwan_1c746eb7: + + # Noelle "That's alright, Chun-hua is fine." + Noelle "No te preocupes, Chun-hua está bien." + +# game/4_noelle.rpy:725 +translate spanish arriveTaiwan_1405ce1c: + + # ChunHua "We are the same ages, right? Who do you think is more tall?" + ChunHua "¿Tenemos la misma edad, cierto? ¿Quién crees que es más alta?" + +# game/4_noelle.rpy:726 +translate spanish arriveTaiwan_78564b8f: + + # "Chun-hua eagerly stands back-to-back with Noelle so the others can judge." + "Chun-hua alegremente se pone de espaldas contra Noelle para que los demás puedan juzgar." + +# game/4_noelle.rpy:729 +translate spanish arriveTaiwan_6e0c4691: + + # Noelle "Wait, you're standing on your tip-toes! That's cheating!" + Noelle "Espera, ¡te estás parando de puntitas! ¡Eso es trampa!" + +# game/4_noelle.rpy:732 +translate spanish arriveTaiwan_6a1b337d: + + # ChunHua "Huh? No, I am not." + ChunHua "¿Ah? No, no lo estoy." + +# game/4_noelle.rpy:734 +translate spanish arriveTaiwan_a4855936: + + # Dad "Wow, you two are the exact same height!" + Dad "¡Vaya, ustedes dos tienen exactamente la misma estatura!" + +# game/4_noelle.rpy:738 +translate spanish arriveTaiwan_01291631: + + # Mom "{font=chunhua_chinese.ttf}兩個怎麼都瘦得跟竹竿一樣。果然是表姐妹。{/font}" + Mom "{font=chunhua_chinese.ttf}兩個怎麼都瘦得跟竹竿一樣。果然是表姐妹。{/font}" + +# game/4_noelle.rpy:741 +translate spanish arriveTaiwan_e9740f3b: + + # Aunt "一個美版,一個台版。" + Aunt "一個美版,一個台版。" + +# game/4_noelle.rpy:744 +translate spanish arriveTaiwan_259b536b: + + # "Noelle glances at Chun-hua and realizes with a start that she's right." + "Noelle echa un vistazo a Chun-hua y se da cuenta con sorpresa que ella tiene razón." + +# game/4_noelle.rpy:746 +translate spanish arriveTaiwan_20644726: + + # NoelleT "It's like meeting a version of myself from a universe where my parents never went to America." + NoelleT "Es como conocer una versión de mi misma de un universo en el que mis padres nunca fueron a América." + +# game/4_noelle.rpy:747 +translate spanish arriveTaiwan_48037c57: + + # NoelleT "A stranger with my face." + NoelleT "Una desconocida con mi cara." + +# game/4_noelle.rpy:750 +translate spanish arriveTaiwan_1e413014: + + # ChunHua "You're SURE I'm not taller?" + ChunHua "¿Estás SEGURA de que no soy más alta?" + +# game/4_noelle.rpy:752 +translate spanish arriveTaiwan_ac48d66a: + + # Aunt "Yes, we sure." + Aunt "Sí, seguros." + +# game/4_noelle.rpy:754 +translate spanish arriveTaiwan_903b0fd0: + + # AhGong "{incoherent}( ? ? ? ){/incoherent}" + AhGong "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:756 +translate spanish arriveTaiwan_76d7bbb4: + + # ChunHua "{incoherent}( ? ? ? ){/incoherent}" + ChunHua "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:758 +translate spanish arriveTaiwan_a096e023: + + # NoelleT "That must be Taiwanese..." + NoelleT "Eso debe ser taiwanés..." + +# game/4_noelle.rpy:760 +translate spanish arriveTaiwan_a0d94870: + + # "Chun-hua gives him an affectionate hug as Noelle awkwardly watches from the sidelines." + "Chun-hua le da un cariñoso abrazo mientras Noelle observa incómodamente desde un costado." + +# game/4_noelle.rpy:761 +translate spanish arriveTaiwan_3239fb4e: + + # "Meanwhile, the adults launch into an animated conversation in Taiwanese." + "Mientras tanto, los adultos entablan una animada conversación en taiwanés." + +# game/4_noelle.rpy:763 +translate spanish arriveTaiwan_445a1fe5: + + # Mom "{incoherent}( ? ? ? ){/incoherent}" + Mom "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:765 +translate spanish arriveTaiwan_903b0fd0_1: + + # AhGong "{incoherent}( ? ? ? ){/incoherent}" + AhGong "{incoherent}( ? ? ? ){/incoherent}" + +# game/4_noelle.rpy:768 +translate spanish arriveTaiwan_0ca6e7ab: + + # NoelleT "I wonder what they're talking about." + NoelleT "Me pregunto de que estarán hablando." + +# game/4_noelle.rpy:769 +translate spanish arriveTaiwan_4e796d47: + + # NoelleT "My Taiwanese is even worse than my Mandarin. I don't know a single word." + NoelleT "Mi taiwanés es aún peor que mi mandarín. No me sé una sola palabra." + +# game/4_noelle.rpy:771 +translate spanish arriveTaiwan_1e910eb7: + + # NoelleT "...Actually, wait, isn't \"Ah-gong\" Taiwanese?" + NoelleT "...En realidad, espera, ¿no es \"Ah-gong\" taiwanés?" + +# game/4_noelle.rpy:772 +translate spanish arriveTaiwan_fee606a4: + + # NoelleT "They didn't cover it in Chinese school. Could it be a term exclusively used in Taiwan?" + NoelleT "No lo trataron en la escuela de chino. ¿Podría ser un término usado exclusivamente en Taiwan?" + +# game/4_noelle.rpy:773 +translate spanish arriveTaiwan_22b2693b: + + # NoelleT "It's really a special sort of confusion, not knowing what language you're speaking." + NoelleT "Es realmente un tipo de confusión especial, no saber que lenguaje estás hablando." + +# game/4_noelle.rpy:775 +translate spanish arriveTaiwan_6f0e1813: + + # "Da Ah-yi leads Noelle's parents to the spare bedroom so they can put their luggage away." + "Da Ah-yi lleva a los padres de Noelle a la habitación de invitados para que puedan guardar su equipaje." + +# game/4_noelle.rpy:777 +translate spanish arriveTaiwan_28101f36: + + # NoelleT "This reminds me how I used to assume Japanese curry was a Chinese dish because my mom made it regularly." + NoelleT "Esto me recuerda a cómo solía asumir que el curry japonés era un plato chino porque mi madre lo hacía regularmente." + +# game/4_noelle.rpy:778 +translate spanish arriveTaiwan_038edd65: + + # NoelleT "If you have a distant relationship with your parents, your culture becomes a nebulous cloud." + NoelleT "Si tienes una relación distante con tus padres, tu cultura se convierte en una nube nebulosa." + +# game/4_noelle.rpy:779 +translate spanish arriveTaiwan_fc687714: + + # NoelleT "Is it Chinese to believe pseudoscience? Is it Chinese to have an outdated and sexist worldview?" + NoelleT "¿Es chino creer en la pseudociencia? ¿Es chino tener una vista anticuada y sexista del mundo?" + +# game/4_noelle.rpy:780 +translate spanish arriveTaiwan_cca0f5b6: + + # NoelleT "Or is that just my parents, in my particular?" + NoelleT "¿O son solo mis padres, en mi particular?" + +# game/4_noelle.rpy:781 +translate spanish arriveTaiwan_8f9eedbd: + + # NoelleT "How do I distinguish between things peculiar to my life and Chinese culture?" + NoelleT "¿Cómo distingo entre las cosas propias de mi vida y la cultura china?" + +# game/4_noelle.rpy:783 +translate spanish arriveTaiwan_8c441870: + + # "Chun-hua brightly takes a seat next to Noelle." + "Chun-hua alegremente toma asiento junto a Noelle." + +# game/4_noelle.rpy:785 +translate spanish arriveTaiwan_0fba9566: + + # ChunHua "Anything you have questions about, you can ask me!" + ChunHua "Si tienes alguna duda, ¡puedes preguntarme!" + +# game/4_noelle.rpy:798 +translate spanish chunHuaChoice_6c35f304: + + # Noelle "Tell me about the surrounding area." + Noelle "Cuéntame sobre los alrededores." + +# game/4_noelle.rpy:800 +translate spanish chunHuaChoice_026ab708: + + # ChunHua "Let's look outside!" + ChunHua "¡Miremos afuera!" + +# game/4_noelle.rpy:803 +translate spanish chunHuaChoice_c0ea12d5: + + # "Chun-hua goes over to the window and points as Noelle peers outside at the street below." + "Chun-hua va hacia la ventana y señala mientras Noelle observa a la calle de por abajo." + +# game/4_noelle.rpy:805 +translate spanish chunHuaChoice_75d5683b: + + # ChunHua "That way is my house. Me and my mom, we walk over all the time." + ChunHua "Por ahí es mi casa. Yo y mi mamá, venimos caminando todo el tiempo." + +# game/4_noelle.rpy:808 +translate spanish chunHuaChoice_2e9c5e07: + + # Noelle "You must live pretty close by if you're able to come on foot." + Noelle "Debes vivir bastante cerca si puedes venir a pie." + +# game/4_noelle.rpy:811 +translate spanish chunHuaChoice_596be6a4: + + # ChunHua "Yes, we are only a few streets away from Ah-gong." + ChunHua "Sí, solo estamos a unas pocas cuadras de Ah-gong." + +# game/4_noelle.rpy:812 +translate spanish chunHuaChoice_579fa9db: + + # ChunHua "Every weekend, me and my cousins spend here." + ChunHua "Cada fin de semana, yo y mis primos pasamos aquí." + +# game/4_noelle.rpy:815 +translate spanish chunHuaChoice_a142a286: + + # NoelleT "That's so different from my experience..." + NoelleT "Eso es tan diferente de mi experiencia..." + +# game/4_noelle.rpy:818 +translate spanish chunHuaChoice_9adef006: + + # ChunHua "When you are all settled, the 7-Eleven, we go and grab breakfast." + ChunHua "Cuando estamos todos acomodados, al 7-Eleven, vamos a desayunar." + +# game/4_noelle.rpy:821 +translate spanish chunHuaChoice_84d28ceb: + + # Noelle "Breakfast...from 7-Eleven?" + Noelle "¿Desayuno...del 7-Eleven?" + +# game/4_noelle.rpy:824 +translate spanish chunHuaChoice_e099553e: + + # ChunHua "What, you've never had it? It's good!" + ChunHua "Qué, ¿nunca lo has probado? ¡Es bueno!" + +# game/4_noelle.rpy:827 +translate spanish chunHuaChoice_e2a2d0f5: + + # Noelle "It is...? It won't be all greasy?" + Noelle "¿Lo es...? ¿No estará todo grasoso?" + +# game/4_noelle.rpy:830 +translate spanish chunHuaChoice_6a4e980d: + + # ChunHua "No? They have fresh tea eggs, hot yams, oden...If you want a prepackaged breakfast, they'll heat it for you, too." + ChunHua "¿No? Tienen huevos duros frescos, camotes calientes, oden...Si quieres un desayuno preenvasado, te lo calientan, también." + +# game/4_noelle.rpy:841 +translate spanish chunHuaChoice_c60bf59b: + + # ChunHua "In America is it not like that?" + ChunHua "¿En Estados Unidos no es así?" + +# game/4_noelle.rpy:844 +translate spanish chunHuaChoice_f6e68fa8: + + # Noelle "No, American 7-Elevens are just junk food stores." + Noelle "No, los 7-Elevens estadounidenses son solo tiendas de comida rápida." + +# game/4_noelle.rpy:850 +translate spanish chunHuaChoice_64c20d50: + + # "Chun-hua points at the train as it rushes by." + "Chun-hua señala a un tren mientras este pasa a toda velocidad." + +# game/4_noelle.rpy:852 +translate spanish chunHuaChoice_811322f6: + + # ChunHua "There's a train station near to us. We take it a lot." + ChunHua "Hay una estación de tren cerca de nosotros. La tomamos a menudo." + +# game/4_noelle.rpy:855 +translate spanish chunHuaChoice_8f4e8861: + + # Noelle "You don't use the car to get around?" + Noelle "¿No usan un auto para desplazarse?" + +# game/4_noelle.rpy:858 +translate spanish chunHuaChoice_761ed600: + + # ChunHua "Not much. When we can't use the train, we ride our scooter." + ChunHua "No mucho. Cuando no podemos usar el tren, andamos en monopatín." + +# game/4_noelle.rpy:865 +translate spanish chunHuaChoice_4cb48c0f: + + # Noelle "What are you reading?" + Noelle "¿Qué estás leyendo?" + +# game/4_noelle.rpy:867 +translate spanish chunHuaChoice_9c1571ce: + + # ChunHua "It's a Chinese translation of a Russian novel." + ChunHua "Es una traducción china de una novela rusa." + +# game/4_noelle.rpy:869 +translate spanish chunHuaChoice_ffe61095: + + # ChunHua "What it's called in English, I don't know." + ChunHua "Cómo se llama en inglés, no lo sé." + +# game/4_noelle.rpy:870 +translate spanish chunHuaChoice_240c64e0: + + # ChunHua "「卡拉馬助夫兄弟們」。" + ChunHua "「卡拉馬助夫兄弟們」。" + +# game/4_noelle.rpy:872 +translate spanish chunHuaChoice_e9cb4634: + + # NoelleT "Something something brothers." + NoelleT "Algo algo hermanos." + +# game/4_noelle.rpy:873 +translate spanish chunHuaChoice_da05335c: + + # NoelleT "There's brothers, and it's Russian..." + NoelleT "Tiene hermanos, y es rusa..." + +# game/4_noelle.rpy:875 +translate spanish chunHuaChoice_fe3b41f7: + + # Noelle "The Brothers Karamazov?" + Noelle "¿Los hermanos Karamazov?" + +# game/4_noelle.rpy:878 +translate spanish chunHuaChoice_be01fd17: + + # ChunHua "Yes! That sounds correct." + ChunHua "¡Sí! Eso suena correcto." + +# game/4_noelle.rpy:880 +translate spanish chunHuaChoice_21f5471c: + + # Noelle "I've read it before, too." + Noelle "La he leído antes, también." + +# game/4_noelle.rpy:881 +translate spanish chunHuaChoice_652b031e: + + # NoelleT "This is exciting! I've never met anyone else my age who's read it." + NoelleT "¡Esto es emocionante! Nunca he conocido a alguien de mi edad que la haya leído." + +# game/4_noelle.rpy:883 +translate spanish chunHuaChoice_a4665f53: + + # ChunHua "Did you like it?" + ChunHua "¿Te gustó?" + +# game/4_noelle.rpy:885 +translate spanish chunHuaChoice_4f55a943: + + # Noelle "The religious themes were of little interest to me, but I found some of its other ideas thought-provoking." + Noelle "Los temas religiosos fueron de poco interés para mí, pero encontré algunas de las otras ideas interesantes." + +# game/4_noelle.rpy:886 +translate spanish chunHuaChoice_730bc9e6: + + # Noelle "For example, it argues that humans are so deeply shaped by others that everyone bears some responsibility for the sins of everyone else." + Noelle "Por ejemplo, sostiene que los seres humanos están tan profundamente moldeados por los demás que todos tienen cierta responsabilidad por los pecados de los demás." + +# game/4_noelle.rpy:887 +translate spanish chunHuaChoice_54949192: + + # Noelle "Everything we do is the result of a huge, interwoven chain reaction of human interactions, and as a result, a crime is never truly one person's fault." + Noelle "Todo lo que hacemos es el resultado de una enorme y entretejida reacción en cadena de interacciones humanas y, como resultado, un delito nunca es realmente la culpa de una sola persona." + +# game/4_noelle.rpy:888 +translate spanish chunHuaChoice_7eb28c52: + + # Noelle "It's a societal failure." + Noelle "Es un fracaso de la sociedad." + +# game/4_noelle.rpy:891 +translate spanish chunHuaChoice_641b4b3d: + + # "To Noelle's disappointment, Chun-hua nods, looking lost." + "Para decepción de Noelle, Chun-hua asiente, pareciendo perdida." + +# game/4_noelle.rpy:893 +translate spanish chunHuaChoice_7855e891: + + # ChunHua ".....I see....." + ChunHua ".....Ya veo....." + +# game/4_noelle.rpy:895 +translate spanish chunHuaChoice_0a32d946: + + # NoelleT "I guess what I said was beyond her English level. I need to scale back to a simpler topic." + NoelleT "Supongo que lo que dije estaba más allá de su nivel de español. Necesito volver a un tema más sencillo." + +# game/4_noelle.rpy:897 +translate spanish chunHuaChoice_6638271c: + + # Noelle "Do you like reading?" + Noelle "¿Te gusta leer?" + +# game/4_noelle.rpy:900 +translate spanish chunHuaChoice_15f3827f: + + # ChunHua "I like reading." + ChunHua "Me gusta leer." + +# game/4_noelle.rpy:901 +translate spanish chunHuaChoice_d5c2382b: + + # ChunHua "Are you nerdy?" + ChunHua "¿Eres nerda?" + +# game/4_noelle.rpy:902 +translate spanish chunHuaChoice_6b50358f: + + # "The sudden question baffles Noelle." + "La repentina pregunta desconcierta a Noelle." + +# game/4_noelle.rpy:904 +translate spanish chunHuaChoice_00e74655: + + # Noelle "...Er...? Yes, I suppose so." + Noelle "¿...Em...? Sí, supongo." + +# game/4_noelle.rpy:906 +translate spanish chunHuaChoice_dc844ae1: + + # ChunHua "Good, me too!" + ChunHua "¡Qué bueno, yo también!" + +# game/4_noelle.rpy:907 +translate spanish chunHuaChoice_d8fa1c18: + + # ChunHua "On the wall, there's even a photo of me that..." + ChunHua "En la pared, incluso hay una foto mía que..." + +# game/4_noelle.rpy:908 +translate spanish chunHuaChoice_4c8a1b46: + + # ChunHua "..........." + ChunHua "..........." + +# game/4_noelle.rpy:910 +translate spanish chunHuaChoice_44d599cf: + + # NoelleT "That...? That what?" + NoelleT "¿Qué...? ¿Qué cosa?" + +# game/4_noelle.rpy:913 +translate spanish chunHuaChoice_219a9780: + + # ChunHua "Actually, I change my mind!" with sshake + ChunHua "¡En realidad, cambié de opinión!" with sshake + +# game/4_noelle.rpy:915 +translate spanish chunHuaChoice_a6d54322: + + # ChunHua "Don't look too much at the photos on the wall, they're embarrassing." + ChunHua "No mires mucho las fotos en las paredes, son vergonzosas." + +# game/4_noelle.rpy:920 +translate spanish chunHuaChoice_fd538d86: + + # ChunHua "Are you SURE? There's really nothing else you would rather know?" + ChunHua "¿Estás SEGURA? ¿De verdad no hay nada más que quisieras saber?" + +# game/4_noelle.rpy:922 +translate spanish chunHuaChoice_f505b5eb: + + # ChunHua "{cps=0}Are you SURE? There's really nothing else you would rather know?{/cps}" nointeract + ChunHua "{cps=0}¿Estás SEGURA? ¿De verdad no hay nada más que quisieras saber?{/cps}" nointeract + +# game/4_noelle.rpy:925 +translate spanish chunHuaChoice_74c6f80c: + + # Noelle "On second thought, there is something else I'm curious about." + Noelle "Pensándolo bien, hay algo más por lo que siento curiosidad." + +# game/4_noelle.rpy:933 +translate spanish chunHuaChoice_6513b184: + + # ChunHua "What else do you want to know?" + ChunHua "¿Qué más quieres saber?" + +# game/4_noelle.rpy:939 +translate spanish lookPhotos_c9eb63d2: + + # Noelle "Tell me about these photos." + Noelle "Cuéntame de estas fotos." + +# game/4_noelle.rpy:942 +translate spanish lookPhotos_696c7f46: + + # ChunHua "Okay...If you're sure..." + ChunHua "Bueno...si estás segura..." + +# game/4_noelle.rpy:944 +translate spanish lookPhotos_cd748fe6: + + # "They go over to look at the pictures on the wall. The first one's of Ah-gong and Chun-hua at the park." + "Ambas van a mirar las fotos en la pared. La primera es de Ah-gong y Chun-hua en el parque." + +# game/4_noelle.rpy:945 +translate spanish lookPhotos_5696a191: + + # "There's a small chestnut-colored warbler sitting on Chun-hua's arm." + "Hay una pequeña curruca del tamaño del tamaño de una castaña posada en el brazo de Chun-hua." + +# game/4_noelle.rpy:947 +translate spanish lookPhotos_51ffd170: + + # ChunHua "That bird, at the park we found him abandoned." + ChunHua "Ese pájaro, en el parque lo encontramos abandonado." + +# game/4_noelle.rpy:948 +translate spanish lookPhotos_d607ebea: + + # ChunHua "It was because he fell out of his nest and broke his wing." + ChunHua "Fue porque se cayó de su nido y se rompió un ala." + +# game/4_noelle.rpy:949 +translate spanish lookPhotos_f65b6dc9: + + # ChunHua "After it got better, we taught him to fly so he could go back to the wild." + ChunHua "Después de que se haya mejorado, le enseñamos a volar para que pueda volver a la naturaleza." + +# game/4_noelle.rpy:951 +translate spanish lookPhotos_102acdf0: + + # Noelle "I see. That's very noble of you." + Noelle "Ya veo. Eso es muy noble de tu parte." + +# game/4_noelle.rpy:954 +translate spanish lookPhotos_5c59e916: + + # ChunHua "It was Ah-gong's idea." + ChunHua "Fue idea de Ah-gong." + +# game/4_noelle.rpy:955 +translate spanish lookPhotos_7f31ae29: + + # ChunHua "He's quiet, but he is so nice actually." + ChunHua "Él es callado, pero en realidad es muy amable." + +# game/4_noelle.rpy:957 +translate spanish lookPhotos_c3581e84: + + # Noelle "You seem very close to your grandpa." + Noelle "Pareces ser muy cercana a tu abuelo." + +# game/4_noelle.rpy:960 +translate spanish lookPhotos_98a811b2: + + # ChunHua "\"Your\" grandpa? He's your grandpa, too." + ChunHua "¿\"Tu\" abuelo? Él es tu abuelo, también." + +# game/4_noelle.rpy:962 +translate spanish lookPhotos_cb69ca4b: + + # Noelle "Oh......that's right." + Noelle "Oh......tienes razón." + +# game/4_noelle.rpy:965 +translate spanish lookPhotos_59192abb: + + # "To hide her embarrassment, Noelle quickly moves on to the next photo." + "Para ocultar su vergüenza, Noelle pasa rápidamente a la siguiente foto." + +# game/4_noelle.rpy:966 +translate spanish lookPhotos_091c93b7: + + # "It looks old. A swarm of children are building a sand castle as smiling adults look on in the background." + "Parece antigua. Un enjambre de niños están construyendo un castillo de arena mientras varios adultos sonrientes miran desde el fondo." + +# game/4_noelle.rpy:968 +translate spanish lookPhotos_ce689198: + + # ChunHua "This is me, Wan-ping, and Wan-zhong." + ChunHua "Esa soy yo, Wan-ping, y Wan-zhong." + +# game/4_noelle.rpy:970 +translate spanish lookPhotos_770a2b47: + + # NoelleT "Wan-ping and Wan-zhong are my older cousins. They're my uncle's children." + NoelleT "Wan-ping y Wan-zhong son mis primos mayores. Son los hijos de mi tío." + +# game/4_noelle.rpy:972 +translate spanish lookPhotos_cfe4eb0f: + + # ChunHua "Wan-zhong's working right now." + ChunHua "Wan-zhong está trabajando ahora mismo." + +# game/4_noelle.rpy:974 +translate spanish lookPhotos_95c911f8: + + # ChunHua "Too bad Wan-ping is travelling right now. Or else we could have hung out." + ChunHua "Lástima que Wan-ping está viajando ahora mismo. Si no, podría pasar el rato con nosotras." + +# game/4_noelle.rpy:976 +translate spanish lookPhotos_fb3a7b10: + + # Noelle "Where is he visiting?" + Noelle "¿Adónde fue a visitar?" + +# game/4_noelle.rpy:979 +translate spanish lookPhotos_bc0502c8: + + # ChunHua "Japan. It's his honeymoon." + ChunHua "Japón. Es su luna de miel." + +# game/4_noelle.rpy:981 +translate spanish lookPhotos_ff24c17c: + + # Noelle "Honeymoon? Did he get married?" + Noelle "¿Luna de miel? ¿Acaso se casó?" + +# game/4_noelle.rpy:984 +translate spanish lookPhotos_c91b0ed2: + + # ChunHua "Yes? A month ago." + ChunHua "¿Sí? Hace un mes." + +# game/4_noelle.rpy:986 +translate spanish lookPhotos_86fd128c: + + # Noelle "Oh. I had no idea." + Noelle "Oh. No tenía idea." + +# game/4_noelle.rpy:989 +translate spanish lookPhotos_d6d52ee8: + + # ChunHua "In the picture, the people behind us is Jiu Jiu, Ah-gong, and Ah-ma." + ChunHua "En la foto, las personas detrás de nosotros son Jiu Jiu, Ah-gong, y Ah-ma." + +# game/4_noelle.rpy:991 +translate spanish lookPhotos_0b713959: + + # ChunHua "We didn't knew it, but that weekend was our last one with Ah-ma." + ChunHua "No lo sabíamos, pero ese fin de semana fue el último que tuvimos con Ah-ma." + +# game/4_noelle.rpy:993 +translate spanish lookPhotos_4012b0fe: + + # NoelleT "I can't help but feel jealous they had {i}any{/i} weekends together." + NoelleT "No puedo evitar sentir envidia de que hayan tenido {i}algún{/i} fin de semana juntas." + +# game/4_noelle.rpy:995 +translate spanish lookPhotos_0b746a36: + + # NoelleT "While she was spending every Saturday with her cousins and grandparents, I was at school struggling to learn an entire language so I could even begin to communicate with them." + NoelleT "Mientras ella estaba pasando cada sábado con sus primos y abuelos, yo estaba en la escuela luchando por aprender todo un idioma para poder siquiera empezar a comunicarme con ellos." + +# game/4_noelle.rpy:998 +translate spanish lookPhotos_41350e1d: + + # "Chun-hua reluctantly gestures at the last photo, which she was clearly saving for last." + "Chun-hua señala con desgana la última foto, que claramente estaba dejando para el final." + +# game/4_noelle.rpy:1000 +translate spanish lookPhotos_bb02859e: + + # ChunHua "And this one is of me with all my anime figures." + ChunHua "Y esta es de mí con todas mis figuras de anime." + +# game/4_noelle.rpy:1001 +translate spanish lookPhotos_08817fc4: + + # ChunHua "H-haha!" with sshake + ChunHua "¡J-jaja!" with sshake + +# game/4_noelle.rpy:1003 +translate spanish lookPhotos_50b54d88: + + # NoelleT "Oh, so this is what she meant by nerdy." + NoelleT "Oh, así que esto es a lo que se refería con nerda." + +# game/4_noelle.rpy:1004 +translate spanish lookPhotos_cf5bf9c8: + + # Noelle "It's alright, I have a good friend who's interested in this sort of thing, too." + Noelle "No pasa nada, tengo una buena amiga que está interesada en este tipo de cosas, también." + +# game/4_noelle.rpy:1007 +translate spanish lookPhotos_21f48e35: + + # ChunHua "Really? And she's American?" + ChunHua "¿De veras? ¿Y es estadounidense?" + +# game/4_noelle.rpy:1009 +translate spanish lookPhotos_be8d0937: + + # Noelle "Yes." + Noelle "Sí." + +# game/4_noelle.rpy:1012 +translate spanish lookPhotos_2cab8d2e: + + # ChunHua "She sounds cool. I want to meet her." + ChunHua "Ella suena genial. Quiero conocerla." + +# game/4_noelle.rpy:1014 +translate spanish lookPhotos_c99b3ab7: + + # Noelle "Y-you do?" + Noelle "¿E-en serio?" + +# game/4_noelle.rpy:1016 +translate spanish lookPhotos_f9b85e33: + + # "Once Noelle turns away from the photos, Chun-hua points to a framed certificate hanging on the wall behind her." + "Una vez Noelle se aparta de las fotos, Chun-hua señala a un certificado enmarcado que cuelga en la pared detrás de ella." + +# game/4_noelle.rpy:1017 +translate spanish lookPhotos_75860b10: + + # ChunHua "You should look at this award, too. It's your mom's." + ChunHua "Deberías ver este diploma, también. Es de tu madre." + +# game/4_noelle.rpy:1019 +translate spanish lookPhotos_772044ce: + + # Noelle "What? Really?" + Noelle "¿Qué? ¿De verdad?" + +# game/4_noelle.rpy:1021 +translate spanish lookPhotos_3b41da7b: + + # ChunHua "Yeah, in college she win a bunch of poetry contest. She was even in the newspaper." + ChunHua "Sí, en la universidad ella ganó un montón de concursos de poesía. Incluso salió en el periódico." + +# game/4_noelle.rpy:1023 +translate spanish lookPhotos_5b3abd0c: + + # Noelle "I had no idea." + Noelle "No tenía idea." + +# game/4_noelle.rpy:1024 +translate spanish lookPhotos_748c06d9: + + # NoelleT "This is going to sound extremely mean, but I never suspected my mom had any sort of creative talent." + NoelleT "Esto va a sonar extremadamente cruel, pero nunca sospeché que mi madre tuviera algún tipo de talento creativo." + +# game/4_noelle.rpy:1025 +translate spanish lookPhotos_58514dfe: + + # NoelleT "All I've ever known her as a strict, close-minded housewife." + NoelleT "Solo la he conocido como una estricta, y cerrada ama de casa." + +# game/4_noelle.rpy:1027 +translate spanish lookPhotos_ed7dd935: + + # ChunHua "Here, you should read her things! She's very skilled." + ChunHua "Ten, ¡deberías leer sus cosas! Ella es muy habilidosa." + +# game/4_noelle.rpy:1028 +translate spanish lookPhotos_854e62e9: + + # "Chun-hua pulls a magazine out from a cabinet and flips it open to a page of poetry." + "Chun-hua saca una revista de un armario y la abre en una página de poesía." + +# game/4_noelle.rpy:1030 +translate spanish lookPhotos_46e87e05: + + # Noelle ".............." + Noelle ".............." + +# game/4_noelle.rpy:1032 +translate spanish lookPhotos_6f5d9b0c: + + # ChunHua "See what I mean? Some people just have a way with words." + ChunHua "¿Ves a lo que me refiero? Algunas personas solo tienen facilidad con las palabras." + +# game/4_noelle.rpy:1034 +translate spanish lookPhotos_88e3047c: + + # ChunHua "It's a big waste she quit. I guess there wasn't enough reason to keep doing it over in America." + ChunHua "Es un gran desperdicio que la haya dejado. Supongo que no habían suficientes razones para seguir haciéndolo en Estados Unidos." + +# game/4_noelle.rpy:1036 +translate spanish lookPhotos_daa199cb: + + # "Noelle stares blankly at her mom's poem." + "Noelle se queda mirando el poema de su madre." + +# game/4_noelle.rpy:1038 +translate spanish lookPhotos_cb3143a5: + + # NoelleT "I can't read any of it..." + NoelleT "No puedo leer nada de esto..." + +# game/4_noelle.rpy:1049 +translate spanish subway_5a7892d9: + + # "That evening, Noelle and her parents walk to the subway." + "Esa tarde, Noelle y sus padres se dirigen al metro." + +# game/4_noelle.rpy:1051 +translate spanish subway_b6dd8cff: + + # Dad "Here's our train. We should reach the night market in a few stops." + Dad "Este es nuestro tren. Deberíamos llegar al mercado nocturno en unas pocas paradas." + +# game/4_noelle.rpy:1053 +translate spanish subway_1c40917d: + + # Noelle "Ugh, I hate taking public transit. The trains are always filthy and poorly maintained." + Noelle "Agh, odio tomar el transporte público. Los trenes siempre están sucios y mal mantenidos." + +# game/4_noelle.rpy:1059 +translate spanish subway_a88b28bc: + + # "As they board the MRT carriage, Noelle steels herself for the stench of vomit, urine, and cigarettes she's grown to expect from American subways." + "Mientras suben al vagón del MRT, Noelle se prepara a ella misma para el hedor a vómito, orina, y cigarros que ya espera de los metros estadounidenses." + +# game/4_noelle.rpy:1060 +translate spanish subway_3a01b9d6: + + # "But to her amazement, the car's shiny floors and seats look so squeaky-clean you could eat off of them." + "Pero para su sorpresa, los suelos y asientos del vagón se ven tan relucientemente limpios que podrías comer de ellos." + +# game/4_noelle.rpy:1062 +translate spanish subway_65b6c929: + + # NoelleT "It's absolutely spotless..." + NoelleT "Está absolutamente impecable...." + +# game/4_noelle.rpy:1064 +translate spanish subway_8cd48072: + + # "Pleasantly surprised, she sits beside her parents in a gleaming plastic seat." + "Gratamente asombrada, ella se sienta junto a sus padres en un lustroso asiento de plástico." + +# game/4_noelle.rpy:1066 +translate spanish subway_50d2471a: + + # NPC "{font=chunhua_chinese.ttf}石牌...{/font}Shipai Station." + NPC "{font=chunhua_chinese.ttf}石牌...{/font}Estación Shinpai." + +# game/4_noelle.rpy:1068 +translate spanish subway_27401a62: + + # NoelleT "You can actually clearly hear what they're saying! It's not indistinct mumbling like on BART!" + NoelleT "¡Realmente puedes oír con claridad lo que están diciendo! ¡No es un murmullo ininteligible cómo en el BART!" + +# game/4_noelle.rpy:1070 +translate spanish subway_ea1c79b0: + + # "An LCD screen right across from her neatly displays the names of the previous, current, and next stations." + "Una pantalla LCD situada frente a ella muestra ordenadamente los nombres de la estación anterior, actual, y las siguientes." + +# game/4_noelle.rpy:1072 +translate spanish subway_34edbfd2: + + # NoelleT "This is the most beautiful thing I've ever seen..." + NoelleT "Esta es la cosa más hermosa que jamás he visto..." + +# game/4_noelle.rpy:1075 +translate spanish subway_bdaf2be9: + + # "Her phone buzzes. Her heart leaps when she sees that it's Akarsha." + "Su teléfono suena. Su corazón da un salto cuando ve que es Akarsha." + +# game/4_noelle.rpy:1077 +translate spanish subway_8e0ddc15: + + # cFirstLine "{nw}" + cFirstLine "{nw}" + +# game/4_noelle.rpy:1079 +translate spanish subway_e59ca3f4: + + # cAkarsha "{image=frysSmall.png}" + cAkarsha "{image=frysSmall.png}" + +# game/4_noelle.rpy:1080 +translate spanish subway_8fbc3d10: + + # cNoelle "...Why did you send this?" + cNoelle "...¿Por qué enviaste esto?" + +# game/4_noelle.rpy:1081 +translate spanish subway_cdac8d9e: + + # cAkarsha ":(" + cAkarsha ":(" + +# game/4_noelle.rpy:1082 +translate spanish subway_14ead407: + + # cSame "I thought you liked me" + cSame "pensé que te agradaba" + +# game/4_noelle.rpy:1083 +translate spanish subway_d7e5af5a: + + # cNoelle "Even if I hypothetically did like you why would I want to see this awful picture of you?" + cNoelle "¿Incluso si hipotéticamente me agradaras por qué querría ver esta horrible foto de ti?" + +# game/4_noelle.rpy:1084 +translate spanish subway_e7c81323: + + # cAkarsha "personally i think it's very hot and sexy of me to play video games against little kids at Frys Electronics and lose" + cAkarsha "personalmente creo que es muy atractivo y sexy de mi parte jugar videojuegos contra niños pequeños en Frys Electronics y perder" + +# game/4_noelle.rpy:1085 +translate spanish subway_a7f1cdc9: + + # cNoelle "Is that what you're doing?" + cNoelle "¿Es eso lo que estás haciendo?" + +# game/4_noelle.rpy:1086 +translate spanish subway_64dfba50: + + # cAkarsha "nah im back home now playing the game i bought" + cAkarsha "nah estoy de vuelta en casa jugando al juego que compré" + +# game/4_noelle.rpy:1087 +translate spanish subway_f1bcd48a: + + # cSame "its called Portal" + cSame "se llama Portal" + +# game/4_noelle.rpy:1088 +translate spanish subway_c228cb09: + + # cSame "dude youd love it" + cSame "hombre te encantaría" + +# game/4_noelle.rpy:1089 +translate spanish subway_ed3097d1: + + # cNoelle "I don't play computer games." + cNoelle "No juego a juegos de computador." + +# game/4_noelle.rpy:1090 +translate spanish subway_c7ea26a0: + + # cAkarsha "NO YOUD LOVE IT TRUST ME" + cAkarsha "NO, TE ENCANTARÍA CONFÍA EN MI" + +# game/4_noelle.rpy:1091 +translate spanish subway_390f9750: + + # cSame "its not like other games where ur some guy shooting stuff" + cSame "no es como otros juegos en los que eres algún tipo disparando a cosas" + +# game/4_noelle.rpy:1092 +translate spanish subway_e4c2fa72: + + # cSame "ur a girl and its a puzzle game" + cSame "eres una chica y es un juego de puzzles" + +# game/4_noelle.rpy:1093 +translate spanish subway_f2714142: + + # cSame "ITS IN A SCIENCE RESEARCH FACILITY" + cSame "Y ES EN UN CENTRO DE INVESTIGACIÓN CIENTÍFICA" + +# game/4_noelle.rpy:1094 +translate spanish subway_234d6856: + + # cNoelle "Oh?" + cNoelle "¿Oh?" + +# game/4_noelle.rpy:1095 +translate spanish subway_c336dea8: + + # cAkarsha "ill give u the CD" + cAkarsha "te pasaré el CD" + +# game/4_noelle.rpy:1096 +translate spanish subway_fcac8d85: + + # cSame "just play it" + cSame "sólo juégalo" + +# game/4_noelle.rpy:1097 +translate spanish subway_0203a4b8: + + # cNoelle "I'll consider it after I return from my trip." + cNoelle "Lo consideraré una vez haya vuelto de mi viaje." + +# game/4_noelle.rpy:1098 +translate spanish subway_7a787822: + + # cAkarsha "o yeah youre in taiwan" + cAkarsha "o cierto estás en taiwan" + +# game/4_noelle.rpy:1099 +translate spanish subway_1d7e816d: + + # cSame "whatre u up to rn?" + cSame "en q andas ahora mismo?" + +# game/4_noelle.rpy:1100 +translate spanish subway_13e9e1bb: + + # cNoelle "I'm riding the subway with my parents." + cNoelle "Estoy en el metro con mis padres." + +# game/4_noelle.rpy:1101 +translate spanish subway_5a7d358a: + + # cAkarsha "how is that?" + cAkarsha "cómo va eso?" + +# game/4_noelle.rpy:1102 +translate spanish subway_0d0c8ca5: + + # cSame "i hope they arent giving you a hard time" + cSame "espero que no te la estén haciendo difícil" + +# game/4_noelle.rpy:1103 +translate spanish subway_e537e53b: + + # cNoelle "Actually, ever since we've arrived in Taipei they've been in good spirits." + cNoelle "En realidad, desde que llegamos a Taipei han estado de muy buen humor." + +# game/4_noelle.rpy:1104 +translate spanish subway_fc5ed09a: + + # cSame "I've never seen my mother so relaxed before." + cSame "Nunca he visto a mi madre tan relajada antes." + +# game/4_noelle.rpy:1105 +translate spanish subway_6c419a91: + + # cSame "She must be happy to be back home to see her family." + cSame "Debe estar feliz de volver a casa y ver a su familia." + +# game/4_noelle.rpy:1106 +translate spanish subway_4b8ff4af: + + # cAkarsha "oh dang!" + cAkarsha "oh vaya!" + +# game/4_noelle.rpy:1107 +translate spanish subway_bb403297: + + # cSame "thats good" + cSame "eso es bueno" + +# game/4_noelle.rpy:1108 +translate spanish subway_556bdf14: + + # cNoelle "We're on the way to the night market right now." + cNoelle "Estamos en camino al mercado nocturno ahora mismo." + +# game/4_noelle.rpy:1109 +translate spanish subway_613d4df3: + + # cSame "I feel paranoid that everyone can tell I'm a foreigner." + cSame "Me da paranoia que todo el mundo pueda saber que soy extranjera." + +# game/4_noelle.rpy:1110 +translate spanish subway_9f462cbd: + + # cAkarsha "LOL i get what u mean" + cAkarsha "LOL se a lo q te refieres" + +# game/4_noelle.rpy:1111 +translate spanish subway_dfad9045: + + # cSame "when im in india they can tell im american before i even open my mouth" + cSame "cuando estoy en india pueden saber que soy estadounidense incluso antes de q abra la boca" + +# game/4_noelle.rpy:1112 +translate spanish subway_25007ce4: + + # cSame "just from the way I carry myself" + cSame "solo por la manera en la que me llevo" + +# game/4_noelle.rpy:1115 +translate spanish subway_34420583: + + # nvl clear + # "Her mom sighs as Noelle taps out her response on her phone." + nvl clear + "Su madre suspira mientras Noelle teclea su respuesta en su teléfono." + +# game/4_noelle.rpy:1118 +translate spanish subway_acd09cfc: + + # Mom "There you are, addicted to your phone." + Mom "Ahí estás, adicta a tu celular." + +# game/4_noelle.rpy:1120 +translate spanish subway_40ed9a41: + + # Noelle "...How am I addicted? Compared to other teenagers, I barely use it." + Noelle "...¿Cómo soy adicta? Comparada a otros adolescentes, apenas lo uso." + +# game/4_noelle.rpy:1123 +translate spanish subway_32810ee9: + + # Mom "You spend so much time talking to your friends." + Mom "Pasas tanto tiempo hablando con tus amigas." + +# game/4_noelle.rpy:1124 +translate spanish subway_a3c53bc7: + + # Mom "But friendships are only temporary. As soon as it's inconvenient, they'll all disappear." + Mom "Pero las amistades son temporales. Apenas es inconveniente, todas desaparecen." + +# game/4_noelle.rpy:1125 +translate spanish subway_ab08a027: + + # Mom "After I moved to America for your future, not a single one kept in touch with me." + Mom "Después de que me fui a Estados Unidos para tu futuro, ni una sola ha mantenido contacto conmigo." + +# game/4_noelle.rpy:1127 +translate spanish subway_195dd5fd: + + # Mom "The only people you can trust is your family. And I was so far away from all of mine..." + Mom "Las únicas personas en las que puedes confiar son tu familia. Y yo estaba tan lejos de toda la mía..." + +# game/4_noelle.rpy:1128 +translate spanish subway_3346dc85: + + # Mom "The life of an immigrant is a lonely one." + Mom "La vida de un inmigrante es una solitaria." + +# game/4_noelle.rpy:1130 +translate spanish subway_a41d9ab0: + + # Noelle "........." + Noelle "........." + +# game/4_noelle.rpy:1131 +translate spanish subway_e082e371: + + # NoelleT "Is she hoping I'm going to console her? Or thank her for making such a brutal sacrifice for my sake?" + NoelleT "¿Acaso ella espera que la consuele? ¿O que le dé las gracias por hacer un sacrificio tan brutal por mi bien?" + +# game/4_noelle.rpy:1132 +translate spanish subway_ebb963de: + + # NoelleT "It was her own decision as a full grown adult to move here. It wasn't up to ME." + NoelleT "Fue su propia decisión como adulta ya madura el venir aquí. No dependía de MÍ." + +# game/4_noelle.rpy:1135 +translate spanish subway_87c1fac4: + + # "Her mom sighs heavily and stares out the window." + "Su madre suspira con pesadez y mira por la ventana." + +# game/4_noelle.rpy:1137 +translate spanish subway_64492247: + + # NoelleT "There's a message she's always trying to impart on me: I'm lonely because of you." + NoelleT "Hay un mensaje que ella siempre intenta transmitirme: Estoy sola por tu culpa." + +# game/4_noelle.rpy:1143 +translate spanish subway_2d386ba0: + + # "Noelle watches the scenery fly by." + "Noelle observa al paisaje pasar volando." + +# game/4_noelle.rpy:1144 +translate spanish subway_e7c96cd2: + + # "After half an hour, the train arrives at their destination precisely on time." + "Después de media hora, el tren llega a su destino con precisa puntualidad." + +# game/4_noelle.rpy:1150 +translate spanish subway_8ad0ac8c: + + # Mom "Let's look for clothes. You need new ones." + Mom "Vamos a buscar ropa. Necesitas prendas nuevas." + +# game/4_noelle.rpy:1152 +translate spanish subway_034468c5: + + # Dad "But I have plenty of clothes already." + Dad "Pero ya tengo bastante ropa." + +# game/4_noelle.rpy:1154 +translate spanish subway_86263feb: + + # Mom "They all have holes in them! You should just throw them away already!" + Mom "¡Todas tienen hoyos en ellas! ¡Deberías tirarlas a la basura de una buena vez!" + +# game/4_noelle.rpy:1156 +translate spanish subway_8ab37b86: + + # "Noelle browses through a sea of clothing racks with her parents." + "Noelle navega entre un mar de percheros de ropa con sus padres." + +# game/4_noelle.rpy:1157 +translate spanish subway_847c6f1d: + + # "A hideous pair of beige pants catches her eye." + "Un horrible par de pantalones beige le llama la atención." + +# game/4_noelle.rpy:1159 +translate spanish subway_ffd047f5: + + # NoelleT "This would compliment many items in my wardrobe." + NoelleT "Esto complementaría muchas prendas de mi armario." + +# game/4_noelle.rpy:1161 +translate spanish subway_d1c79f4b: + + # "She turns it over in her hands, searching for its price tag, but it's missing." + "Le da la vuelta en sus manos, buscando la etiqueta de precio, pero no está." + +# game/4_noelle.rpy:1163 +translate spanish subway_d46ab3e2: + + # Noelle "I'm going to ask how much these trousers are." + Noelle "Voy a preguntar cuanto cuestan estos pantalones." + +# game/4_noelle.rpy:1166 +translate spanish subway_b43dcc04: + + # Mom "Do you know how?" + Mom "¿Sabes cómo?" + +# game/4_noelle.rpy:1168 +translate spanish subway_f97a9c0b: + + # Noelle "Are you serious? Of course I know how." + Noelle "¿En serio? Por supuesto que sé cómo." + +# game/4_noelle.rpy:1171 +translate spanish subway_aad22fc5: + + # "Miffed, she marches up to the stall's cashier and shows her the pants." + "Molesta, ella se dirige a la cajera del puesto y le muestra los pantalones." + +# game/4_noelle.rpy:1175 +translate spanish subway_5dbfa43b: + + # Noelle "{font=traditional_chinese.otf}輕問這條褲子多少錢?{/font}" + Noelle "{font=traditional_chinese.otf}輕問這條褲子多少錢?{/font}" + +# game/4_noelle.rpy:1178 +translate spanish subway_adfc97fd: + + # NPC "{font=traditional_chinese.otf}兩百塊。{/font}" + NPC "{font=traditional_chinese.otf}兩百塊。{/font}" + +# game/4_noelle.rpy:1181 +translate spanish subway_65e436a9: + + # NoelleT "That's only about seven dollars! What a bargain." + NoelleT "¡Eso sólo son unos siete dólares! Qué ganga." + +# game/4_noelle.rpy:1183 +translate spanish subway_a60cd717: + + # Noelle "{font=traditional_chinese.otf}我腰買這個。{/font}" + Noelle "{font=traditional_chinese.otf}我腰買這個。{/font}" + +# game/4_noelle.rpy:1186 +translate spanish subway_6743e45e: + + # NPC "{font=traditional_chinese.otf}你說什麼?{/font}" + NPC "{font=traditional_chinese.otf}你說什麼?{/font}" + +# game/4_noelle.rpy:1189 +translate spanish subway_8b901c98: + + # NoelleT "Urk! I stumbled over the pronunciation!" + NoelleT "¡Urk! ¡Me he tropezado con la pronunciación!" + +# game/4_noelle.rpy:1190 +translate spanish subway_56d9361e: + + # Noelle "This...I want to buy this." + Noelle "Esto...Quiero comprar esto." + +# game/4_noelle.rpy:1192 +translate spanish subway_4d863779: + + # NPC "OK." + NPC "OK." + +# game/4_noelle.rpy:1193 +translate spanish subway_974bc789: + + # "Ashamed, Noelle doesn't dare speak another word as the cashier bags her purchase." + "Avergonzada, Noelle no se atreve a decir ni una palabra más mientras la cajera embolsa su compra." + +# game/4_noelle.rpy:1195 +translate spanish subway_40e418cc: + + # NoelleT "Excellent. Simply superb. After six years of Chinese school I still can't speak, read, or write Mandarin." + NoelleT "Excelente. Simplemente magnífico. Después de seis años en la escuela de chino aún no puedo hablar, leer, o escribir mandarín." + +# game/4_noelle.rpy:1197 +translate spanish subway_14cbfc24: + + # "She finds her way back to her parents, who are just finishing up their purchase at the neighboring stall." + "Ella encuentra el camino devuelta hacia sus padres, quienes están justo terminando su compra en un puesto vecino." + +# game/4_noelle.rpy:1199 +translate spanish subway_f1fdd9d8: + + # Dad "I'm hungry. Let's get dinner at the food court." + Dad "Tengo hambre. Vayamos a cenar al patio de comidas." + +# game/4_noelle.rpy:1201 +translate spanish subway_3c616a5a: + + # Mom "What for? There's food stalls all over the place." + Mom "¿Para qué? Hay puestos de comida por todas partes." + +# game/4_noelle.rpy:1202 +translate spanish subway_8d281b0b: + + # Mom "We can just eat as we shop." + Mom "Podemos simplemente comer mientras compramos." + +# game/4_noelle.rpy:1204 +translate spanish subway_9c63c226: + + # Dad "No, I wanna properly sit down somewhere and have a meal." + Dad "No, quiero sentarme como es debido en algún lugar a comer." + +# game/4_noelle.rpy:1209 +translate spanish subway_e7118c68: + + # "Noelle follows her parents down the flight of stairs to the underground food court. It's a bizarre space that reminds Noelle of a mirror maze." + "Noelle sigue a sus padres bajo las escaleras hasta el patio de comidas subterráneo. Es un espacio estrafalario que le recuerda a Noelle a un laberinto de espejos." + +# game/4_noelle.rpy:1210 +translate spanish subway_8142655a: + + # "They sit down at a stall and Noelle scans the menu, which is conveniently printed directly on the surface of the table." + "Se sientan en un puesto y Noelle analiza el menú, el cual está convenientemente impreso directamente sobre la superficie de la mesa." + +# game/4_noelle.rpy:1212 +translate spanish subway_b9a530d8: + + # NoelleT "Something chicken...Something something soup..." + NoelleT "Algo pollo...Algo algo sopa..." + +# game/4_noelle.rpy:1217 +translate spanish subway_edad1221: + + # "Noelle has to pick her dish based on the pictures, like a toddler would." + "Noelle tiene que elegir su plato basándose en las fotos, cómo lo haría una niña pequeña." + +# game/4_noelle.rpy:1221 +translate spanish subway_0b9e9134: + + # Mom "Do you know what you're getting?" + Mom "¿Sabes lo que vas a comer?" + +# game/4_noelle.rpy:1223 +translate spanish subway_a155f0e3: + + # Noelle "I will order the oyster omelette." + Noelle "Pediré la tortilla de ostras." + +# game/4_noelle.rpy:1224 +translate spanish subway_d19f1ef5: + + # Noelle "It's seldom seen in America, so I should take the chance to eat it here." + Noelle "Se ve poco en América, así que debería aprovechar la oportunidad de comerla aquí." + +# game/4_noelle.rpy:1227 +translate spanish subway_0635035d: + + # "As the stall worker comes over and takes her parents' orders, Noelle mentally recites hers, determined not to be rendered an inarticulate child again." + "Mientras la empleada del puesto se acerca y toma nota de las órdenes de sus padres, Noelle recita mentalmente la suya, determinada a no ser quedar como una niña inarticulada otra vez." + +# game/4_noelle.rpy:1229 +translate spanish subway_07c0dbd9: + + # NoelleT "I know this. This is kindergarten level vocabulary." + NoelleT "Sé esto. Es vocabulario de nivel preescolar." + +# game/4_noelle.rpy:1231 +translate spanish subway_01710f84: + + # NoelleT "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + NoelleT "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + +# game/4_noelle.rpy:1233 +translate spanish subway_ce0b37d4: + + # NoelleT "That sounds a tad crude, though. In English, I'd normally say something more like, \"I'd like to have the oyster omelette.\"" + NoelleT "Eso suena un poco burdo, eso sí. En español, normalmente diría algo más como, \"Me gustaría pedir la tortilla de ostras.\"" + +# game/4_noelle.rpy:1237 +translate spanish subway_b9b9ad83: + + # NPC "{font=chunhua_chinese.ttf}你要點什麼?{/font}" + NPC "{font=chunhua_chinese.ttf}你要點什麼?{/font}" + +# game/4_noelle.rpy:1240 +translate spanish subway_f49ad139: + + # Noelle "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + Noelle "{font=chunhua_chinese.ttf}我要蚵仔煎。{/font}" + +# game/4_noelle.rpy:1243 +translate spanish subway_ba0cb003: + + # "The woman jots her order down on a pad of paper, nodding." + "La mujer anota su pedido en un bloc de papel, asintiendo." + +# game/4_noelle.rpy:1248 +translate spanish subway_16c59ad9: + + # NPC "{font=chunhua_chinese.ttf}妳是ABC嗎?{/font}" + NPC "{font=chunhua_chinese.ttf}妳是ABC嗎?{/font}" + +# game/4_noelle.rpy:1251 +translate spanish subway_ef3792bb: + + # NoelleT "...Huh?? My Chinese was THAT bad?" + NoelleT "...¿¿Ah?? ¿Mi chino estaba ASÍ de mal?" + +# game/4_noelle.rpy:1253 +translate spanish subway_ad81d3e8: + + # Noelle "{font=chunhua_chinese.ttf}我是。{/font}" + Noelle "{font=chunhua_chinese.ttf}我是。{/font}" + +# game/4_noelle.rpy:1256 +translate spanish subway_591b566f: + + # NPC "I could tell! I guessed from your accent, so heavy!" + NPC "¡Podía decirlo! Lo adiviné por tu acento, ¡tan pesado!" + +# game/4_noelle.rpy:1257 +translate spanish subway_8b52c586: + + # "Noelle's mom sighs as the woman walks off to prepare their meals." + "La madre de Noelle suspira mientras la mujer se marcha a preparar sus platos." + +# game/4_noelle.rpy:1259 +translate spanish subway_36861ffc: + + # Mom "All those years of Chinese school, wasted." + Mom "Todos esos años en la escuela de chino, desperdiciados." + +# game/4_noelle.rpy:1261 +translate spanish subway_a5a151e8: + + # Noelle "............." + Noelle "............." + +# game/4_noelle.rpy:1265 +translate spanish subway_486e76d5: + + # "Their food arrives within minutes." + "La comida llega en cuestión de minutos." + +# game/4_noelle.rpy:1266 +translate spanish subway_47352d0d: + + # "Noelle tries a gooey spoonful of her oyster omelette." + "Noelle prueba una pegajosa cucharada de su tortilla de ostras." + +# game/4_noelle.rpy:1268 +translate spanish subway_da1a5953: + + # Noelle "It's delicious. You would never guess this only cost three dollars." + Noelle "Está delicioso. Nunca podrías adivinar que esto solo cuesta tres dólares." + +# game/4_noelle.rpy:1271 +translate spanish subway_4917e052: + + # Dad "Really? Let me try." + Dad "¿De veras? Déjame probar." + +# game/4_noelle.rpy:1274 +translate spanish subway_0e06a2e1: + + # "Her parents each taste a spoonful of the oyster omelette and shrug, unimpressed." + "Sus padres prueban cada uno una cucharada de la tortilla de ostras y se encogen de hombros, poco impresionados." + +# game/4_noelle.rpy:1276 +translate spanish subway_ca4f491e: + + # Dad "This is below average. I've had way better ones around here before." + Dad "Está por debajo del promedio. He tenido mucho mejores por aquí antes." + +# game/4_noelle.rpy:1278 +translate spanish subway_bba3cba9: + + # Mom "Yeah, this isn't really what it's supposed to taste like." + Mom "Sí, esto no es realmente como se supone que debería saber." + +# game/4_noelle.rpy:1280 +translate spanish subway_1847e962: + + # Noelle "Well, I'm never here, so I couldn't have known that." + Noelle "Bueno, nunca estoy aquí, así que no podría haber sabido eso." + +# game/4_noelle.rpy:1283 +translate spanish subway_62c7e77a: + + # "Annoyed now, Noelle takes another bite of the oyster omelette." + "Ahora molesta, Noelle toma otro bocado de su tortilla de ostras." + +# game/4_noelle.rpy:1285 +translate spanish subway_dd0cee28: + + # NoelleT "This is the best thing I've ever eaten." + NoelleT "Esta es la mejor cosa que jamás he comido." + +# game/4_noelle.rpy:1286 +translate spanish subway_983ea267: + + # NoelleT "I should find out what this place is called so I can find it again." + NoelleT "Debería averiguar cómo se llama este lugar para que pueda volver a encontrarlo." + +# game/4_noelle.rpy:1288 +translate spanish subway_d27cafa7: + + # "She looks up at the name of the stall, but it's in Chinese." + "Ella mira hacia el nombre del puesto, pero está en chino." + +# game/4_noelle.rpy:1290 +translate spanish subway_02370bd9: + + # NoelleT "I can't read it." + NoelleT "No puedo leerlo." + +# game/4_noelle.rpy:1292 +translate spanish subway_9165943a: + + # NoelleT "I'd better savor it while it lasts. This omelette I can only taste once." + NoelleT "Será mejor saborearla mientras dure. Esta tortilla solo la podré comer una vez." + +# game/4_noelle.rpy:1294 +translate spanish subway_55a154cc: + + # "All too soon, it's over. Noelle sighs as they get up to continue shopping." + "Demasiado pronto, se acabó. Noelle suspira mientras se levantan a continuar sus compras." + +# game/4_noelle.rpy:1296 +translate spanish subway_85c2f816: + + # Noelle "You should've tried harder to convince me to learn Chinese." + Noelle "Debieron haberse esforzado más para hacerme aprender chino." + +# game/4_noelle.rpy:1299 +translate spanish subway_33345b59: + + # Mom "Are you serious? We told you not to quit so many times." + Mom "¿Lo dices en serio? Te dijimos que no lo dejaras tantas veces." + +# game/4_noelle.rpy:1301 +translate spanish subway_a585685b: + + # Noelle "But you never properly explained {i}why{/i} it was so important not to." + Noelle "Pero nunca explicaron adecuadamente {i}por qué{/i} era importante no hacerlo." + +# game/4_noelle.rpy:1302 +translate spanish subway_73b9ac11: + + # Noelle "All you did was give me condescending lectures about how I was too young to understand why it mattered, and how I'd be an embarrassment if I didn't learn." + Noelle "Todo lo que hicieron fue darme sermones condescendientes de que era demasiado joven para entender por qué importaba, y que sería una vergüenza si no aprendía." + +# game/4_noelle.rpy:1305 +translate spanish subway_1c532366: + + # Mom "English is our second language. It's hard to explain things to to you." + Mom "El español es nuestro segundo lenguaje. Es difícil explicarte las cosas a ti." + +# game/4_noelle.rpy:1306 +translate spanish subway_52d89fe9: + + # Mom "And it's true, you ARE an embarrassment." + Mom "Y es verdad, si ERES una vergüenza." + +# game/4_noelle.rpy:1308 +translate spanish subway_47fdd72d: + + # Mom "Last week I saw our neighbor's son Michael moving the lawn, and he greeted me in Chinese! {font=chunhua_chinese.ttf}阿姨好。{/font}" + Mom "La semana pasaba vi al hijo de nuestro vecino Michael cortando el pasto, ¡y me saludó en chino! {font=chunhua_chinese.ttf}阿姨好。{/font}" + +# game/4_noelle.rpy:1310 +translate spanish subway_873ab5e1: + + # Mom "See, that's what happens when you listen to your parents." + Mom "Ves, eso es lo que pasa cuando oyes a tus padres." + +# game/4_noelle.rpy:1312 +translate spanish subway_1fd49953: + + # Noelle "Michael goes to Taiwan with his family every summer! THAT'S the reason he's more fluent, not because he was a superior child to me!" + Noelle "¡Michael va a Taiwan con su familia cada verano! ESA es la razón por la que él habla con mas fluidez, ¡no porque el es un niño superior a mi!" + +# game/4_noelle.rpy:1313 +translate spanish subway_d7018205: + + # Noelle "Why didn't we just visit Taiwan more often when I was younger? That alone would've made me more interested in learning." + Noelle "¿Por qué simplemente no visitábamos Taiwan más seguido cuando era más joven? Sólo con eso me hubiera interesado más en aprender." + +# game/4_noelle.rpy:1315 +translate spanish subway_9ebdcd8b: + + # Noelle "I feel like I've been trying to understand Chinese culture by looking at it through a soda straw until now." + Noelle "Siento que he estado intentando entender la cultura china mirándola a través de un popote de refresco." + +# game/4_noelle.rpy:1318 +translate spanish subway_b3ba7b9b: + + # Dad "You think {i}we{/i} didn't want to visit Taiwan more too?" + Dad "¿Crees que {i}nosotros{/i} no queríamos visitar Taiwan más seguido también?" + +# game/4_noelle.rpy:1319 +translate spanish subway_3ddbdce3: + + # Dad "The airplane tickets are expensive. We have to save up for years just for one trip." + Dad "Los pasajes de avión son caros. Tenemos que ahorrar durante años solo para un viaje." + +# game/4_noelle.rpy:1322 +translate spanish subway_11a48459: + + # Noelle "Oh." + Noelle "Oh." + +# game/4_noelle.rpy:1325 +translate spanish subway_2c27215f: + + # Noelle "But...Even so, you should have done more to show me that speaking Mandarin could be a positive experience." + Noelle "Pero...Aún así, deberían haber hecho más para demostrarme que hablar mandarín podría ser una experiencia positiva." + +# game/4_noelle.rpy:1326 +translate spanish subway_6318262c: + + # Noelle "Why do you always speak to me in English even though you can't fully express yourselves in that language?" + Noelle "¿Por qué ustedes siempre me hablan en español a pesar de que no puedan expresarse plenamente en ese idioma?" + +# game/4_noelle.rpy:1327 +translate spanish subway_d06d0b97: + + # Noelle "If you'd conversed with me in Chinese from a young age, I would have naturally picked it up from daily use." + Noelle "Si hubieran conversado conmigo en Chino desde temprana edad, lo hubiera aprendido de manera natural con el uso diario." + +# game/4_noelle.rpy:1330 +translate spanish subway_471d9563: + + # Mom "We thought you'd have an accent if we did that." + Mom "Pensamos que tendrías un acento si hiciéramos eso." + +# game/4_noelle.rpy:1331 +translate spanish subway_e78dadd7: + + # Mom "We were worried you wouldn't fit in at school." + Mom "Nos preocupaba que no llegaras a encajar en la escuela." + +# game/4_noelle.rpy:1333 +translate spanish subway_cf87efa9: + + # Noelle "But that's ridiculous!" + Noelle "¡Pero eso es ridículo!" + +# game/4_noelle.rpy:1334 +translate spanish subway_cce942f5: + + # Noelle "There's no way I would have developed an accent when everyone else I interacted with spoke English." + Noelle "No hay manera de que pueda desarrollar un acento si todos los demás con los que interactuaba a mi alrededor hablaban en español." + +# game/4_noelle.rpy:1336 +translate spanish subway_63a5f8c1: + + # Noelle "I would have grown up bilingual without any ill effects." + Noelle "Pude haber crecido bilingüe sin ningún efecto negativo." + +# game/4_noelle.rpy:1338 +translate spanish subway_3ec9b368: + + # "Resigned, her dad shrugs." + "Resignado, su padre se encoge de hombros." + +# game/4_noelle.rpy:1340 +translate spanish subway_215b3f50: + + # Dad "Well, too late now. What can you do?" + Dad "Bueno, ya es muy tarde ahora. ¿Qué puedes hacer?" + +# game/4_noelle.rpy:1354 +translate spanish trueDragon_26f48aad: + + # "Noelle and her relatives visit the columbarium housing Ah-ma's ashes." + "Noelle y sus familiares visitan el columbario que alberga las cenizas de Ah-ma." + +# game/4_noelle.rpy:1356 +translate spanish trueDragon_6d3a89e7: + + # NoelleT "My mom visits this place every time she's in Taiwan." + NoelleT "Mi madre visita este lugar cada vez que está en Taiwan." + +# game/4_noelle.rpy:1359 +translate spanish trueDragon_585c52b2: + + # "Noelle follows her grandpa into the worship hall." + "Noelle sigue a su abuelo al salón de culto." + +# game/4_noelle.rpy:1361 +translate spanish trueDragon_36871061: + + # AhGong "..........." + AhGong "..........." + +# game/4_noelle.rpy:1363 +translate spanish trueDragon_18e58919: + + # NoelleT "We crossed an ocean to see my grandpa and I've barely spoken a word to him." + NoelleT "Cruzamos un océano para ver a mi abuelo y apenas le he dirigido la palabra a él." + +# game/4_noelle.rpy:1364 +translate spanish trueDragon_e261e2f0: + + # NoelleT "It's not out of lack of interest. He must have lived a fascinating life." + NoelleT "No es por falta de interés. El debió haber vivido una vida fascinante." + +# game/4_noelle.rpy:1365 +translate spanish trueDragon_34001346: + + # NoelleT "He's the only grandparent I have left." + NoelleT "Él es el único abuelo que me queda." + +# game/4_noelle.rpy:1366 +translate spanish trueDragon_99174670: + + # NoelleT "But how do you gain access to the heart of a stranger? Where do you even begin?" + NoelleT "¿Pero cómo ganas acceso al corazón de un desconocido? ¿Por dónde se empieza siquiera?" + +# game/4_noelle.rpy:1367 +translate spanish trueDragon_683f8189: + + # NoelleT "\"Tell me about yourself?\"" + NoelleT "\"¿Cuéntame de ti?\"" + +# game/4_noelle.rpy:1369 +translate spanish trueDragon_0b7c5159: + + # NoelleT "Who says that to their own grandfather? It would sound like a job interview." + NoelleT "¿Quién le dice eso a su propio abuelo? Sonaría como una entrevista de trabajo." + +# game/4_noelle.rpy:1370 +translate spanish trueDragon_90b0f8f5: + + # NoelleT "Even if I knew what I wanted to say, what am I capable of saying in Chinese?" + NoelleT "Incluso si supiera lo que quiero decir, ¿qué soy capaz de decir en chino?" + +# game/4_noelle.rpy:1371 +translate spanish trueDragon_06de0548: + + # NoelleT "Today is Sunday? I'm a student?" + NoelleT "¿Hoy es domingo? ¿Soy una estudiante?" + +# game/4_noelle.rpy:1373 +translate spanish trueDragon_41cbf3b0: + + # "She watches Chun-hua take a lotus petal from a glass bowl and offer it to the giant Buddhas." + "Ella observa a Chun-hua sacar un pétalo de flor de loto de un tazón de vidrio y ofrecerlo a los budas gigantes." + +# game/4_noelle.rpy:1375 +translate spanish trueDragon_470886df: + + # ChunHua "............." + ChunHua "............." + +# game/4_noelle.rpy:1377 +translate spanish trueDragon_708c4f5f: + + # Mom "Noelle, we're going to pray for Ah-ma. Take a flower petal from that bowl over there." + Mom "Noelle, vamos a rezar por Ah-ma. Toma un pétalo de flor de ese tazón de ahí." + +# game/4_noelle.rpy:1380 +translate spanish trueDragon_cb7f8d5f: + + # Noelle "Can I pray in English?" + Noelle "¿Puedo rezar en español?" + +# game/4_noelle.rpy:1383 +translate spanish trueDragon_f33da280: + + # Dad "If you have to." + Dad "Si es que es necesario." + +# game/4_noelle.rpy:1385 +translate spanish trueDragon_12c70026: + + # "Unsure what she's supposed to do, Noelle does her best to imitate her parents." + "Sin saber qué debe hacer, Noelle hace lo mejor que puede para imitar a sus padres." + +# game/4_noelle.rpy:1387 +translate spanish trueDragon_33a30115: + + # NoelleT "Hello, Buddha...I seriously doubt that you exist." + NoelleT "Hola, buda...Dudo mucho que existas." + +# game/4_noelle.rpy:1388 +translate spanish trueDragon_862b966c: + + # NoelleT "But I'm sure Ah-ma was a wonderful woman." + NoelleT "Pero estoy segura que Ah-ma era una mujer maravillosa." + +# game/4_noelle.rpy:1390 +translate spanish trueDragon_35ddf120: + + # "Chun-hua deposits her lotus petal in the bowl before the Buddhas, her eyes shining with tears." + "Chun-hua deposita su pétalo de loto en el tazón frente a los budas, sus ojos brillando con lágrimas." + +# game/4_noelle.rpy:1393 +translate spanish trueDragon_86a3067b: + + # ChunHua "我想阿媽了..." + ChunHua "我想阿媽了..." + +# game/4_noelle.rpy:1396 +translate spanish trueDragon_09bb74f1: + + # Aunt "........." + Aunt "........." + +# game/4_noelle.rpy:1398 +translate spanish trueDragon_331e563d: + + # "To Noelle's surprise, her aunt embraces Chun-hua like it's the most natural thing in the world." + "Para la sorpresa de Noelle, su tía abraza a Chun-hua como si fuera la cosa más natural del mundo." + +# game/4_noelle.rpy:1400 +translate spanish trueDragon_6977cabd: + + # NoelleT "They're so comfortable with each other." + NoelleT "Están tan cómodas la una con la otra." + +# game/4_noelle.rpy:1402 +translate spanish trueDragon_f33a1cf5: + + # NoelleT "Is that how mothers and daughters are supposed to be?" + NoelleT "¿Es así como deben ser las madres y las hijas?" + +# game/4_noelle.rpy:1403 +translate spanish trueDragon_7b5e355a: + + # NoelleT "When I look at my mother, the first emotion I feel is stress." + NoelleT "Cuando veo a mi madre, la primera emoción que siento es estrés." + +# game/4_noelle.rpy:1405 +translate spanish trueDragon_3f64916d: + + # "Noelle deposits her lotus petal in the bowl and joins Ah-gong, who's waiting to the side." + "Noelle deposita su pétalo de loto en el tazón y se une a Ah-gong, quien está esperando a un lado." + +# game/4_noelle.rpy:1406 +translate spanish trueDragon_771d426c: + + # "He smiles awkwardly at her as they stand together in silence." + "Él le sonríe incómodamente mientras permanecen juntos en silencio." + +# game/4_noelle.rpy:1408 +translate spanish trueDragon_6a7ed93c: + + # AhGong "............" + AhGong "............" + +# game/4_noelle.rpy:1410 +translate spanish trueDragon_93192951: + + # Noelle "............" + Noelle "............" + +# game/4_noelle.rpy:1412 +translate spanish trueDragon_fd3a95f8: + + # NoelleT "What should I do?" + NoelleT "¿Qué debería hacer?" + +# game/4_noelle.rpy:1413 +translate spanish trueDragon_75dd77bd: + + # NoelleT "Try to build a relationship in broken Mandarin? Tell him \"I like reading\" and \"My favorite color is green\"?" + NoelleT "¿Intentar construir una relación en mandarín chapurreado? ¿Decirle \"Me gusta leer\" y \"Mi color favorito es el verde\"?" + +# game/4_noelle.rpy:1414 +translate spanish trueDragon_6fdedea1: + + # NoelleT "Or do I let the moment pass me by? Say nothing and remain strangers?" + NoelleT "¿O dejo pasar el momento? ¿Decir nada y que sigamos siendo desconocidos?" + +# game/4_noelle.rpy:1415 +translate spanish trueDragon_cfeaa64f: + + # NoelleT "Am I a terrible person if that's what I do?" + NoelleT "¿Soy una persona terrible si eso es lo que hago?" + +# game/4_noelle.rpy:1418 +translate spanish trueDragon_13293faa: + + # Mom "Come on, we're going upstairs." + Mom "Anda, nos vamos arriba." + +# game/4_noelle.rpy:1425 +translate spanish trueDragon_2b6da9f0: + + # "After an elevator ride, they arrive at the floor housing her grandma’s ashes." + "Después de un viaje en ascensor, llegan al piso donde se encuentran las cenizas de su abuela." + +# game/4_noelle.rpy:1427 +translate spanish trueDragon_f7fc5ea9: + + # Aunt "Ah-ma's over here." + Aunt "Ah-ma está por aquí." + +# game/4_noelle.rpy:1428 +translate spanish trueDragon_c4524698: + + # "Noelle follows everyone down the hall to a one of the niches." + "Noelle sigue a todos bajo el pasillo a uno de los nichos." + +# game/4_noelle.rpy:1430 +translate spanish trueDragon_5f2871c6: + + # NoelleT "The only thing distinguishing it from the others is the tiny nametag on the door." + NoelleT "La única cosa distinguiéndola de los demás es una minúscula etiqueta en la puerta." + +# game/4_noelle.rpy:1432 +translate spanish trueDragon_19994f36: + + # NoelleT "Not that I can read it...Even if I could, I don't know the names of any of my relatives." + NoelleT "No es cómo si pueda leerla...Incluso si pudiera, no me sé los nombres de ninguno de mis parientes." + +# game/4_noelle.rpy:1433 +translate spanish trueDragon_898af30d: + + # NoelleT "And at this point, I'm too embarrased to ask." + NoelleT "Y a este punto, estoy demasiado avergonzada como para preguntar." + +# game/4_noelle.rpy:1434 +translate spanish trueDragon_d50c1ca2: + + # NoelleT "Even Chun-hua's name I only know by sound. I have no idea what it looks like." + NoelleT "Incluso el nombre de Chun-hua sólo lo sé por sonido. No tengo idea de cómo se escribe." + +# game/4_noelle.rpy:1436 +translate spanish trueDragon_856fb3b7: + + # "Noelle's dad points to the units beside Ah-ma's." + "El padre de Noelle apunta a las unidades junto a la de Ah-ma." + +# game/4_noelle.rpy:1438 +translate spanish trueDragon_9e904d27: + + # Dad "Your mom and I bought our spots, too." + Dad "Tu mamá y yo compramos nuestros lugares, también." + +# game/4_noelle.rpy:1440 +translate spanish trueDragon_62037248: + + # Noelle "Already? You're only in your fifties." + Noelle "¿Tan pronto? Sólo tienen cincuenta." + +# game/4_noelle.rpy:1442 +translate spanish trueDragon_2b713d89: + + # Dad "There's a limited number, so we made sure to reserve them before they were all gone." + Dad "Hay una cantidad limitada, así que nos aseguramos de reservarlos antes de que se acabaran todos." + +# game/4_noelle.rpy:1445 +translate spanish trueDragon_8448b36c: + + # NoelleT "I suppose my parents {i}are{/i} fairly old. They didn't manage to have me until their forties." + NoelleT "Supongo que mis padres {i}sí son{/i} bastante mayores. Ni siquiera pudieron tenerme hasta los cuarenta." + +# game/4_noelle.rpy:1446 +translate spanish trueDragon_e176d7ae: + + # NoelleT "Going off of the average American life expectancy, they probably have around twenty-five years left." + NoelleT "Teniendo en cuenta la esperanza de vida media estadounidense, probablemente les queden unos veinticinco años de vida." + +# game/4_noelle.rpy:1449 +translate spanish trueDragon_67aab27c: + + # Mom "*sniff*..." + Mom "*sollozo*..." + +# game/4_noelle.rpy:1450 +translate spanish trueDragon_1dbc9024: + + # "Noelle's mom wipes her eyes as they open the little door of Ah-ma's unit." + "La madre de Noelle se seca los ojos mientras abren la puertecita de la unidad de Ah-ma." + +# game/4_noelle.rpy:1452 +translate spanish trueDragon_9430ff96: + + # NoelleT "Will {i}I{/i} cry when my mother dies someday?" + NoelleT "¿Llegaré a llorar {i}yo{/i} cuando mi madre muera algún día?" + +# game/4_noelle.rpy:1453 +translate spanish trueDragon_92eef0a7: + + # NoelleT "I'm starting to seriously worry that I won't. What kind of monster does that make me?" + NoelleT "Empiezo a preocuparme seriamente de que no lo haga. ¿En qué clase de monstruo me convierte eso?" + +# game/4_noelle.rpy:1454 +translate spanish trueDragon_b029724c: + + # NoelleT "What kind of cold, heartless person cares so little about her own parents?" + NoelleT "¿Qué clase persona fría y sin corazón se preocuparía tan poco por sus propios padres?" + +# game/4_noelle.rpy:1456 +translate spanish trueDragon_ced1cebc: + + # NoelleT "Is there something wrong with me? Do I just not form emotional bonds as deeply as ordinary people do?" + NoelleT "¿Hay algo malo conmigo? ¿Acaso simplemente establezco vínculos afectivos tan profundos como la gente normal?" + +# game/4_noelle.rpy:1469 +translate spanish learningChinese_b77e538c: + + # "When they get back to Ah-gong's apartment, Noelle and her mom begin packing to leave." + "Cuando todos vuelven al apartamento de Ah-gong, Noelle y su madre comienzan a empacar sus cosas para irse." + +# game/4_noelle.rpy:1471 +translate spanish learningChinese_086de7f4: + + # ChunHua "Are you all flying back tonight?" + ChunHua "¿Vuelan todos devuelta esta noche?" + +# game/4_noelle.rpy:1473 +translate spanish learningChinese_9b55aa0e: + + # Noelle "Actually, my dad will be in Taiwan for another week attending to business matters." + Noelle "En realidad, mi padre se quedará en Taiwan por una semana más atendiendo asuntos de negocios." + +# game/4_noelle.rpy:1474 +translate spanish learningChinese_032c3e55: + + # Noelle "So my mother and I are flying back alone." + Noelle "Así que mi madre y yo volaremos devuelta solas." + +# game/4_noelle.rpy:1477 +translate spanish learningChinese_4c30bfcc: + + # ChunHua "Aw, one week was too short." + ChunHua "Aw, una semana era muy poco." + +# game/4_noelle.rpy:1492 +translate spanish learningChinese_f5a56a20: + + # "As Noelle fits the last of her clothes into the roller bag, Chun-hua takes a seat, pulling a thick tome out of her backpack." + "Mientras Noelle mete sus últimas prendas dentro de la maleta, Chun-hua toma asiento y saca un grueso tomo de su mochila." + +# game/4_noelle.rpy:1495 +translate spanish learningChinese_64cbadfc: + + # "Noelle feels a twinge of sadness as she watches her cousin read her huge, academic looking book." + "Noelle siente una punzada de tristeza al ver a su prima leer su enorme libro de apariencia académica." + +# game/4_noelle.rpy:1497 +translate spanish learningChinese_6630f7e8: + + # NoelleT "If I'd grown up in Taiwan, we probably would've become close." + NoelleT "Si hubiera crecido en Taiwan, probablemente hubiéramos sido más cercanas." + +# game/4_noelle.rpy:1499 +translate spanish learningChinese_59a8ed2b: + + # "Suddenly, a strange thought occurs to Noelle." + "De repente, a Noelle se le ocurre un extraño pensamiento." + +# game/4_noelle.rpy:1501 +translate spanish learningChinese_71938155: + + # NoelleT "If I'd grown up here, would my personality been shaped into something more similar to Chun-hua's?" + NoelleT "Si hubiera crecido aquí, ¿hubiera formado mi personalidad algo más parecida a la de Chun-hua?" + +# game/4_noelle.rpy:1502 +translate spanish learningChinese_be6f949d: + + # NoelleT "How much of my personality is just a product of being raised by an immigrant helicopter mother with no friends or family around to balance her out?" + NoelleT "¿Qué tanto de mi personalidad es solo el producto de ser educada por una madre helicóptero inmigrante, sin amigos ni familia que la equilibraran?" + +# game/4_noelle.rpy:1503 +translate spanish learningChinese_8ceb0553: + + # NoelleT "Would my mother and I have gotten along?" + NoelleT "¿Nos habríamos llevado bien mi madre y yo?" + +# game/4_noelle.rpy:1505 +translate spanish learningChinese_d5b53069: + + # "The magazine Chun-hua showed Noelle earlier is still out on the coffee table, taunting her." + "La revista que Chun-hua le mostró a Noelle antes aún sigue en la mesa, provocándola." + +# game/4_noelle.rpy:1507 +translate spanish learningChinese_770c4797: + + # NoelleT "I'm finished packing, so I have some time to kill before we leave for the airport." + NoelleT "He terminado de hacer mi maleta, así que tengo algo de tiempo que matar antes de salir al aeropuerto." + +# game/4_noelle.rpy:1508 +translate spanish learningChinese_c2d1fa85: + + # NoelleT "Maybe I can translate the poem my mother wrote." + NoelleT "Quizás pueda traducir el poema que mi madre escribió." + +# game/4_noelle.rpy:1512 +translate spanish learningChinese_d59fc578: + + # "Noelle digs her emergency Chinese-to-English dictionary out of her backpack." + "Noelle saca su diccionario de chino a español de emergencia fuera de su mochila." + +# game/4_noelle.rpy:1515 +translate spanish learningChinese_decbf95f: + + # NoelleT "I was being a petulant baby in elementary school." + NoelleT "Fui una bebé caprichosa en la escuela primaria." + +# game/4_noelle.rpy:1516 +translate spanish learningChinese_396d0fdf: + + # NoelleT "All I have to do is persevere and power through learning the language properly this time." + NoelleT "Todo lo que tenía que hacer era perseverar y esforzarme en aprender el lenguaje correctamente esta vez." + +# game/4_noelle.rpy:1517 +translate spanish learningChinese_99e69cec: + + # NoelleT "I'll simply look up each word I don't know, and burn its pronunciation and meaning into my memory." + NoelleT "Simplemente buscaré cada palabra que no conozca, y grabaré su pronunciación y significado a mi memoria." + +# game/4_noelle.rpy:1519 +translate spanish learningChinese_774cf87a: + + # "Unfortunately, she doesn't know a single word in the poem's first line." + "Desafortunadamente, ella no conoce ni una sola palabra de la primera línea del poema." + +# game/4_noelle.rpy:1520 +translate spanish learningChinese_3fc61c57: + + # "After spending 15 minutes pounding seven words into her memory, her enthusiasm evaporates." + "Después de pasar 15 minutos machacando siete palabras a su memoria, su entusiasmo se evapora." + +# game/4_noelle.rpy:1522 +translate spanish learningChinese_1dade527: + + # NoelleT "This actually is incredibly difficult..." + NoelleT "Esto en realidad es increíblemente difícil..." + +# game/4_noelle.rpy:1523 +translate spanish learningChinese_20c8c095: + + # NoelleT "I'm not surprised that I have nothing to show for my six years of Chinese school. It feels like the knowledge is just washing over my brain like water over plastic." + NoelleT "No me sorprende no tener nada que mostrar de mis seis años en la escuela de chino. Se siente como si todos los conocimientos fluyen fuera de mi cerebro como agua sobre plástico." + +# game/4_noelle.rpy:1524 +translate spanish learningChinese_8f0b110f: + + # NoelleT "Is my brain just not wired for this?" + NoelleT "¿Acaso mi cerebro simplemente no está hecho para esto?" + +# game/4_noelle.rpy:1525 +translate spanish learningChinese_3bb1c8c2: + + # NoelleT "Could it be genetic? Even after living the majority of their lives in America, my parents haven't mastered English, either." + NoelleT "¿Podría ser genética? Incluso después de haber vivido la mayoría de sus vidas en Estados Unidos, mis padres no han dominado el español, tampoco." + +# game/4_noelle.rpy:1527 +translate spanish learningChinese_a825da78: + + # "It takes another 15 minutes for her to finally overcome the first line of the poem." + "Le toma otros 15 minutos a ella para finalmente poder superar la primera línea del poema." + +# game/4_noelle.rpy:1529 +translate spanish learningChinese_f5b76ee5: + + # NoelleT "At last! Onto the second line!" + NoelleT "¡Ya era hora! ¡A la segunda línea!" + +# game/4_noelle.rpy:1531 +translate spanish learningChinese_b44bc93b: + + # NoelleT "And I already know all these words." + NoelleT "Y ya me sé todas estas palabras." + +# game/4_noelle.rpy:1532 +translate spanish learningChinese_3449a5ce: + + # NoelleT "Mirror flower water moon." + NoelleT "Espejo flor agua luna." + +# game/4_noelle.rpy:1533 +translate spanish learningChinese_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/4_noelle.rpy:1535 +translate spanish learningChinese_6e6887d3: + + # NoelleT "It's total gibberish. Is it supposed to sound poetic mushed together like that?" + NoelleT "Es una incoherencia total. ¿Se supone que tiene que sonar poético mezclado así?" + +# game/4_noelle.rpy:1536 +translate spanish learningChinese_3449a5ce_1: + + # NoelleT "Mirror flower water moon." + NoelleT "Espejo flor agua luna." + +# game/4_noelle.rpy:1539 +translate spanish learningChinese_46bc2c05: + + # "Noelle feels the urge to tear the magazine to shreds." + "Noelle siente el impulso de hacer pedazos la revista." + +# game/4_noelle.rpy:1540 +translate spanish learningChinese_61edcf67: + + # "Perhaps noticing her hands quaking with barely surpressed rage, Chun-hua peers over Noelle's shoulder to see what she's reading." + "Tal vez al notar sus manos temblando con rabia apenas contenida, Chun-hua se asoma por encima del hombro de Noelle para ver lo que está leyendo." + +# game/4_noelle.rpy:1542 +translate spanish learningChinese_eb45f514: + + # ChunHua "What's wrong?" + ChunHua "¿Qué ocurre?" + +# game/4_noelle.rpy:1544 +translate spanish learningChinese_fb2dd47f: + + # Noelle "Nothing. I'm just translating one of my mom's poems." + Noelle "Nada. Sólo estoy traduciendo uno de los poemas de mi madre." + +# game/4_noelle.rpy:1547 +translate spanish learningChinese_f66e5b3e: + + # ChunHua "Why don't you ask your mom for help?" + ChunHua "¿Por qué no le pides ayuda a tu madre?" + +# game/4_noelle.rpy:1549 +translate spanish learningChinese_d3283f8d: + + # Noelle "I'd rather die." + Noelle "Preferiría morirme." + +# game/4_noelle.rpy:1552 +translate spanish learningChinese_536b2f90: + + # ChunHua "Oh. Okay." + ChunHua "Oh. Bueno." + +# game/4_noelle.rpy:1554 +translate spanish learningChinese_cbe2f577: + + # ChunHua "Maybe I can help instead?" + ChunHua "¿Quizás puedo ayudar yo a cambio?" + +# game/4_noelle.rpy:1555 +translate spanish learningChinese_f8e4f243: + + # ChunHua "Where are you stuck?" + ChunHua "¿En dónde estás atascada?" + +# game/4_noelle.rpy:1557 +translate spanish learningChinese_2cff1149: + + # Noelle "What's this supposed to mean? {font=chunhua_chinese.ttf}鏡花水月?{/font}" + Noelle "¿Qué se supone que significa esto? {font=chunhua_chinese.ttf}鏡花水月?{/font}" + +# game/4_noelle.rpy:1560 +translate spanish learningChinese_4eec09b5: + + # ChunHua "Oh, that's a...How do you call it?" + ChunHua "Oh, eso es un...¿Cómo se llama?" + +# game/4_noelle.rpy:1561 +translate spanish learningChinese_bcad8a53: + + # ChunHua "A saying. Like the lesson of a story." + ChunHua "Un dicho. Como la enseñanza de un cuento." + +# game/4_noelle.rpy:1564 +translate spanish learningChinese_79f030de: + + # ChunHua "It's short for 鏡子裡的花,水面上的月亮." + ChunHua "Es un corto para 鏡子裡的花,水面上的月亮." + +# game/4_noelle.rpy:1566 +translate spanish learningChinese_3654b857: + + # ChunHua "Pretty much, it means something that you can see but never grasp." + ChunHua "Más o menos, significa algo que puedes ver pero nunca conseguir." + +# game/4_noelle.rpy:1568 +translate spanish learningChinese_7abb5dba: + + # Noelle "Like a flower reflected in a mirror, or the moon shining on the water's surface?" + Noelle "¿Como una flor reflejada en un espejo, o la luna brillando en la superficie del agua?" + +# game/4_noelle.rpy:1570 +translate spanish learningChinese_69a711bd: + + # ChunHua "Yes. You can't reach your hand through the mirror and take the flower out, it's impossible." + ChunHua "Sí. No puedes meter la mano por el espejo y sacar la flor, es imposible." + +# game/4_noelle.rpy:1571 +translate spanish learningChinese_27dbd02b: + + # ChunHua "You can only look, never have it." + ChunHua "Sólo puedes mirar, nunca tenerlo." + +# game/4_noelle.rpy:1573 +translate spanish learningChinese_e0a1d431: + + # Noelle "I see." + Noelle "Ya veo." + +# game/4_noelle.rpy:1574 +translate spanish learningChinese_8053cbfc: + + # Noelle "So \"Mirror Flower, Water Moon\" is shorthand for something beautiful but unattainable." + Noelle "Así que \"Espejo Flor, Agua Luna\" es la abreviatura de algo hermoso pero inalcanzable." + +# game/4_noelle.rpy:1576 +translate spanish learningChinese_8a48ae39: + + # ChunHua "Pretty much." + ChunHua "Básicamente." + +# game/4_noelle.rpy:1578 +translate spanish learningChinese_3506ef92: + + # "Da Ah-yi cheers as Noelle's mom manages to zip her bulging suitcase closed." + "Da Ah-yi se anima cuando la madre de Noelle finalmente logra cerrar su abultada maleta." + +# game/4_noelle.rpy:1581 +translate spanish learningChinese_dfc29f43: + + # Aunt "準備好去機場了嗎?" + Aunt "準備好去機場了嗎?" + +# game/4_noelle.rpy:1584 +translate spanish learningChinese_8019f05e: + + # Mom "{font=chunhua_chinese.ttf}我們走吧。{/font}" + Mom "{font=chunhua_chinese.ttf}我們走吧。{/font}" + +# game/4_noelle.rpy:1587 +translate spanish learningChinese_e0b7f342: + + # "Noelle gives the half-translated poem one last despairing look before flipping the magazine shut." + "Noelle echa una última mirada de desesperación al poema antes de cerrar la revista." + +# game/4_noelle.rpy:1589 +translate spanish learningChinese_614326db: + + # NoelleT "Is that what I've been chasing after this whole time? A flower in the mirror?" + NoelleT "¿Es esto lo que he estado persiguiendo todo este tiempo? ¿Una flor en el espejo?" + +# game/4_noelle.rpy:1591 +translate spanish learningChinese_7717eb97: + + # NoelleT "If only I get straight As, I'll have a normal relationship with my parents." + NoelleT "Sólo si saco buenas calificaciones, tendré una relación normal con mis padres." + +# game/4_noelle.rpy:1592 +translate spanish learningChinese_c5a2ef04: + + # NoelleT "If only I land a summer internship, I'll have a normal relationship with my parents." + NoelleT "Sólo si consigo prácticas de verano, tendré una relación normal con mis padres." + +# game/4_noelle.rpy:1593 +translate spanish learningChinese_f0ab0fe3: + + # NoelleT "If only I become fluent in Chinese, I'll have a normal relationship with my parents." + NoelleT "Sólo si hablo chino con fluidez, tendré una relación normal con mis padres." + +# game/4_noelle.rpy:1594 +translate spanish learningChinese_c7fb61a9: + + # NoelleT "What if it was never possible from the start, no matter what I did?" + NoelleT "¿Y qué pasa si eso nunca fue posible desde un inicio, sin importar lo que haga?" + +# game/4_noelle.rpy:1611 +translate spanish bart_47c3656f: + + # "That evening, Noelle and her mom make landfall in California." + "Esa tarde, Noelle y su madre aterrizan en California." + +# game/4_noelle.rpy:1614 +translate spanish bart_7f8988fc: + + # "Instead of driving home from the airport, they take the BART back." + "En vez de manejar a casa desde el aeropuerto, toman el BART de vuelta." + +# game/4_noelle.rpy:1615 +translate spanish bart_b9355f2a: + + # "Noelle wrinkles her nose as she inhales the stench of vomit, urine, and cigarettes." + "Noelle arruga la nariz mientras inhala el edor a vómito, orina, y cigarros." + +# game/4_noelle.rpy:1617 +translate spanish bart_892512d9: + + # Noelle "Dad's car is parked at the airport garage. Why not just drive it home?" + Noelle "Nuestro auto está estacionado en el garaje del aeropuerto. ¿Por qué no solo manejarlo a casa?" + +# game/4_noelle.rpy:1620 +translate spanish bart_7b858fcc: + + # Mom "We wouldn't be able to get gas." + Mom "No podríamos conseguir gasolina." + +# game/4_noelle.rpy:1621 +translate spanish bart_10208fff: + + # Mom "It's not safe for women to pump gas. It's so easy for a criminal to grab you and drive away." + Mom "No es seguro que las mujeres echen gasolina. Es muy fácil que un delincuente te agarre y se vaya manejando." + +# game/4_noelle.rpy:1624 +translate spanish bart_2d19e873: + + # NoelleT "We live in one of the safest suburbs in the entire U.S...." + NoelleT "Vivimos en uno de los suburbios más seguros de todo el país..." + +# game/4_noelle.rpy:1625 +translate spanish bart_1570e66e: + + # NoelleT "Is that why she always has my dad pump the gas...?" + NoelleT "¿Es esa la razón por la que ella siempre hace que mi padre eche la gasolina...?" + +# game/4_noelle.rpy:1628 +translate spanish bart_9e2d8bae: + + # Mom "Besides, I can't read fast enough." + Mom "Además, no puedo leer lo suficientemente rápido." + +# game/4_noelle.rpy:1629 +translate spanish bart_8fb40da0: + + # Mom "When you're driving on the freeway the signs pass by so quickly." + Mom "Cuando estamos manejando en la autopista las señales pasan demasiado rápido." + +# game/4_noelle.rpy:1631 +translate spanish bart_2a2a7e1a: + + # "Noelle reluctantly sits down on a filthy, worn seat with a suspicious brown stain on it." + "Noelle se sienta de mala gana en un asiento mugriento y desgastado con una sospechosa mancha marrón." + +# game/4_noelle.rpy:1632 +translate spanish bart_a7c4ed34: + + # "The conductor mumbles something unintelligible over the intercom as the train stops at a station." + "El conductor murmura algo ininteligible por el interlocutor mientras el tren se detiene en una estación." + +# game/4_noelle.rpy:1634 +translate spanish bart_86b4f690: + + # NPC "Six{incoherent}( ? ? ? ){/incoherent} Miss{incoherent}( ? ? ? ){/incoherent}..." + NPC "Six{incoherent}( ? ? ? ){/incoherent} Miss{incoherent}( ? ? ? ){/incoherent}..." + +# game/4_noelle.rpy:1635 +translate spanish bart_94b594f8: + + # "A breathless man enters the train car just in time before the doors shut. His eyes frantically scour its interior." + "Un hombre sin aliento entra al vagón justo a tiempo antes de que las puertas se cierren. Sus ojos recorren frenéticamente el interior." + +# game/4_noelle.rpy:1637 +translate spanish bart_e9183b39: + + # NPC2 "Does this train go to Berkeley?" + NPC2 "¿Este tren va a Berkeley?" + +# game/4_noelle.rpy:1639 +translate spanish bart_76390e67: + + # Noelle "It does not. This is the Fremont train." + Noelle "No lo hace. Este es el tren de Fremont." + +# game/4_noelle.rpy:1641 +translate spanish bart_81635d70: + + # NPC2 "Shit! I need to get off at the next station!" with sshake + NPC2 "¡Mierda! ¡Me tengo que bajar en la próxima estación!" with sshake + +# game/4_noelle.rpy:1642 +translate spanish bart_18ca3991: + + # "As the train continues onward, Noelle notices a puddle of liquid travelling down the floor." + "Mientras el tren sigue avanzando, Noelle percibe un charco de liquido desplazándose por el suelo." + +# game/4_noelle.rpy:1644 +translate spanish bart_62ca97c1: + + # NoelleT "What is that? Did someone spill their drink?" + NoelleT "¿Qué es eso? ¿Acaso alguien derramó su bebida?" + +# game/4_noelle.rpy:1648 +translate spanish bart_b61bfe7f: + + # NPC2 "AAAAAAHH!!!" with sshake + NPC2 "¡¡¡AAAAAAHH!!!" with sshake + +# game/4_noelle.rpy:1650 +translate spanish bart_61caff0d: + + # NPC2 "FUCKING NASTY! THAT BITCH PEED IN HER SEAT!" with sshake + NPC2 "¡QUE PUTO ASCO! ¡ESA PERRA SE MEÓ EN SU ASIENTO!" with sshake + +# game/4_noelle.rpy:1652 +translate spanish bart_6084cb07: + + # Noelle "What?!" with sshake + Noelle "¡¿Qué?!" with sshake + +# game/4_noelle.rpy:1654 +translate spanish bart_cb6eb07a: + + # "Disgusted, Noelle recoils and keeps her feet as far as possible from the pee spreading down the floor." + "Asqueada, Noelle se retracta y mantiene los pies lo más lejos posible del pis extendiéndose por el suelo." + +# game/4_noelle.rpy:1655 +translate spanish bart_536e9b92: + + # NPC2 "SO FUCKING GROSS!!! FUCKING BITCH!!" with sshake + NPC2 "¡¡¡QUE MIERDA MÁS ASQUEROSA!!! ¡¡MALDITA ZORRA!!" with sshake + +# game/4_noelle.rpy:1656 +translate spanish bart_68828a95: + + # NPC "{incoherent}( ? ? ? ){/incoherent} biohazard {incoherent}( ? ? ? ){/incoherent}...Please evacuate {incoherent}( ? ? ? ){/incoherent} at the next station." + NPC "{incoherent}( ? ? ? ){/incoherent} riesgo biológico {incoherent}( ? ? ? ){/incoherent}...Por favor evacuar {incoherent}( ? ? ? ){/incoherent} en la siguiente estación." + +# game/4_noelle.rpy:1658 +translate spanish bart_132d433f: + + # Mom "What's he saying?" + Mom "¿Qué está diciendo?" + +# game/4_noelle.rpy:1660 +translate spanish bart_9f4d8e17: + + # Noelle "The urine is a biohazard. We need to get off the train at the next station." + Noelle "La orina es un riesgo biológico. Tenemos que bajarnos del tren en la próxima estación." + +# game/4_noelle.rpy:1670 +translate spanish bart_240351b0: + + # "Once the doors open, Noelle and her mom hastily drag their luggage off the train and onto the concrete platform." + "Una vez se abren las puertas, Noelle y su madre apresuradamente arrastran su equipaje fuera del tren hacia la plataforma de concreto." + +# game/4_noelle.rpy:1672 +translate spanish bart_b9bcbe91: + + # Mom "Maybe we should've driven after all. I didn't know BART was like this." + Mom "Quizás debíamos haber conducido después de todo. No sabía que el BART era así." + +# game/4_noelle.rpy:1675 +translate spanish bart_363c0ac0: + + # NoelleT "We're still several stops from our destination." + NoelleT "Aún estamos a varias paradas de nuestro destino." + +# game/4_noelle.rpy:1679 +translate spanish bart_a3a8057e: + + # "Noelle and her mom wait on a bench for the next train home." + "Noelle y su madre esperan en una banca al siguiente tren a casa." + +# game/4_noelle.rpy:1697 +translate spanish bart_3ace1577: + + # NPC "Nine car train to Fremont in six minutes." + NPC "Tren de nueve vagones a Fremont en seis minutos." + +# game/4_noelle.rpy:1699 +translate spanish bart_48d4dc33: + + # Noelle "Our next train will arrive in six minutes." + Noelle "Nuestro próximo tren llegará en seis minutos." + +# game/4_noelle.rpy:1702 +translate spanish bart_bae2ca27: + + # Mom "Okay." + Mom "Entendido." + +# game/4_noelle.rpy:1703 +translate spanish bart_49de6cfa: + + # Mom "Good thing I was here with you, or else I wouldn't know what train to take." + Mom "Menos mal que estoy aquí contigo, si no, no hubiera sabido qué tren tomar." + +# game/4_noelle.rpy:1705 +translate spanish bart_ba019912: + + # "Exhausted, Noelle stares at the dark line of trees ahead of them. It's cold." + "Agotada, Noelle observa la oscura línea de árboles frente a ellas. Hace frío." + +# game/4_noelle.rpy:1707 +translate spanish bart_bc00590b: + + # Noelle "Why are we here?" + Noelle "¿Por qué estamos aquí?" + +# game/4_noelle.rpy:1710 +translate spanish bart_7eaf2811: + + # Mom "Because the hobo lady peed on the floor?" + Mom "¿Porque una vagabunda se meó en el suelo?" + +# game/4_noelle.rpy:1712 +translate spanish bart_d4b9f511: + + # Noelle "That's not what I mean — Why did you move from Taiwan to America?" + Noelle "Eso no es a lo que me refiero — ¿Por qué te mudaste de Taiwan a Estados Unidos?" + +# game/4_noelle.rpy:1714 +translate spanish bart_b339999d: + + # Mom "To give you more opportunities." + Mom "Para darte más oportunidades." + +# game/4_noelle.rpy:1716 +translate spanish bart_4688b4b6: + + # Noelle "That doesn't make any sense." + Noelle "Eso no tiene ningún sentido." + +# game/4_noelle.rpy:1717 +translate spanish bart_7800f1f0: + + # Noelle "Taiwan is superior to the U.S. by every conceivable metric. And it's not even close." + Noelle "Taiwan es superior a este país en cada espacio imaginable. Y ni siquiera es por poco." + +# game/4_noelle.rpy:1718 +translate spanish bart_85f0eac8: + + # Noelle "Taiwan has socialized healthcare, more robust public infrastructure, and one of the lowest poverty rates in the world." + Noelle "Taiwan tiene salud socializada, infraestructura pública más robusta, y una de las tazas más bajas de pobreza en el mundo." + +# game/4_noelle.rpy:1719 +translate spanish bart_abc39ab5: + + # Noelle "Americans live shorter lives. Even worse, they're not as good at math and science." + Noelle "Los estadounidenses viven vidas más cortas. Aún peor, no son tan buenos en las matemáticas o ciencias." + +# game/4_noelle.rpy:1722 +translate spanish bart_f783a11c: + + # Mom "Taiwan was different in the past. All you see is Taiwan now, but it didn't used to be this way." + Mom "Taiwan era distinto en el pasado. Todo lo que ves es el Taiwan de ahora, pero no solía ser de esa manera." + +# game/4_noelle.rpy:1724 +translate spanish bart_f0d3f5df: + + # Mom "And America was strong. We were scared China was going to invade Taiwan." + Mom "Y Estados Unidos era fuerte. Teníamos miedo de que China fuera a invadir Taiwan." + +# game/4_noelle.rpy:1726 +translate spanish bart_c13b0395: + + # Noelle "But they didn't." + Noelle "Pero no lo hicieron." + +# game/4_noelle.rpy:1727 +translate spanish bart_a9fc7a2b: + + # Noelle "In all this time that we've lived in America, nothing's happened." + Noelle "En todo este tiempo que hemos vivido en Estados Unidos, nada ha pasado." + +# game/4_noelle.rpy:1730 +translate spanish bart_a3fe62f9: + + # Mom "That's true, but it COULD'VE happened." + Mom "Eso es verdad, pero PUDO haber pasado." + +# game/4_noelle.rpy:1732 +translate spanish bart_82e2b0da: + + # Noelle "But the plain truth is that it didn't..." + Noelle "Pero la simple verdad es que no lo hizo..." + +# game/4_noelle.rpy:1734 +translate spanish bart_65c77406: + + # Noelle "You could have just stayed put. I could have grown up in Taiwan like Chun-hua and the rest of my cousins, and everything would have been fine." + Noelle "Pudiste haberte quedado donde estabas. Y yo hubiera crecido en Taiwan como Chun-hua y el resto de mis primos, y todo lo demás estaría bien." + +# game/4_noelle.rpy:1737 +translate spanish bart_eb3cdcbe: + + # Mom "But we didn't know that." + Mom "Pero no sabíamos eso." + +# game/4_noelle.rpy:1738 +translate spanish bart_6029451c: + + # Mom "You think we had a crystal ball telling us the future?" + Mom "¿Acaso crees que teníamos una bola de cristal contándonos el futuro?" + +# game/4_noelle.rpy:1741 +translate spanish bart_8200a3db: + + # "Noelle's mom perks up as a train screeches to a stop at the platform." + "La madre de Noelle se levanta al ver a un tren chirriando para detenerse en la plataforma." + +# game/4_noelle.rpy:1742 +translate spanish bart_e206e660: + + # NPC "Fruitvale...Dublin-Pleasanton train." + NPC "Tren de Fruitvale a Dublin-Pleasanton." + +# game/4_noelle.rpy:1743 +translate spanish bart_29881684: + + # Mom "Is this our train?" + Mom "¿Es este nuestro tren?" + +# game/4_noelle.rpy:1745 +translate spanish bart_b5cf82d9: + + # Noelle "No, it's not." + Noelle "No, no lo es." + +# game/4_noelle.rpy:1748 +translate spanish bart_becd65ed: + + # "Noelle's mom settles glumly back on the bench." + "La madre de Noelle vuelve a sentarse sombríamente en la banca." + +# game/4_noelle.rpy:1749 +translate spanish bart_75a72200: + + # Mom "You know how Chun-hua wants to study in America?" + Mom "¿Sabes cómo Chun-hua quiere estudiar en Estados Unidos?" + +# game/4_noelle.rpy:1751 +translate spanish bart_be8d0937: + + # Noelle "Yes." + Noelle "Sí." + +# game/4_noelle.rpy:1753 +translate spanish bart_2caa2d28: + + # Mom "I told her not to do it. It's not worth it." + Mom "Le dije que no lo hiciera. No valía la pena." + +# game/4_noelle.rpy:1754 +translate spanish bart_aeaea803: + + # Mom "I didn't realize how hard it would be." + Mom "No me di cuenta de lo difícil que sería." + +# game/4_noelle.rpy:1755 +translate spanish bart_d08b3b97: + + # Mom "You'll be far from everyone you know." + Mom "Estarás lejos de todos los que conoces." + +# game/4_noelle.rpy:1756 +translate spanish bart_023e68f0: + + # Mom "And your kids won't understand what you're talking about. You can't communicate with them." + Mom "Y tus hijos no sabrán de lo que estás hablando. No te puedes comunicar con ellos." + +# game/4_noelle.rpy:1757 +translate spanish bart_40556bc9: + + # Mom "I didn't know that if you have kids in America, your kids will be American." + Mom "No sabía que si tenías hijos en Estados Unidos, tus hijos serían estadounidenses." + +# game/4_noelle.rpy:1759 +translate spanish bart_c69f2a37: + + # Noelle "That wasn't obvious to you...?" + Noelle "¿Eso no fue obvio para ti...?" + +# game/4_noelle.rpy:1761 +translate spanish bart_00d55ada: + + # Mom "No." + Mom "No." + +# game/4_noelle.rpy:1763 +translate spanish bart_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/4_noelle.rpy:1783 +translate spanish noelleAndDiyaTalk_2101a8c3: + + # "Noelle waits with her friends for the baseball club meeting to begin." + "Noelle espera con sus amigas a que empiece la junta del club de béisbol." + +# game/4_noelle.rpy:1785 +translate spanish noelleAndDiyaTalk_e47df87c: + + # Diya "How was Taiwan?" + Diya "¿Cómo estuvo Taiwan?" + +# game/4_noelle.rpy:1787 +translate spanish noelleAndDiyaTalk_9469f980: + + # Noelle "It was amazing." + Noelle "Fue increíble." + +# game/4_noelle.rpy:1789 +translate spanish noelleAndDiyaTalk_87b3f0f4: + + # Noelle "The subway system — it was so punctual and efficient! And the signage was so clear." + Noelle "El sistema de metro — ¡era tan puntual y eficiente! Y la señalización era muy clara." + +# game/4_noelle.rpy:1790 +translate spanish noelleAndDiyaTalk_14c6b728: + + # Noelle "If you ever visit, Diya, you don't have to be afraid of getting lost or not hearing the announcements like you do on BART." + Noelle "Si algún dia visitas, Diya, no te preocupes de perderte o no escuchar los anuncios cómo te ocurre en el BART." + +# game/4_noelle.rpy:1791 +translate spanish noelleAndDiyaTalk_1a5cbf52: + + # Noelle "Everyone there meticulously organizes their recyclables, too." + Noelle "Todos ahí meticulosamente organizan sus materiales reciclables, también." + +# game/4_noelle.rpy:1792 +translate spanish noelleAndDiyaTalk_e79f09cd: + + # Noelle "If people fail to sort their materials properly, the government will fine them up to $200!" + Noelle "Si alguien no clasifica sus materiales correctamente, ¡el gobierno los puede multar hasta por $200!" + +# game/4_noelle.rpy:1795 +translate spanish noelleAndDiyaTalk_c256e528: + + # Min "Wait, they do that in Korea, too!" + Min "Espera, ¡eso lo hacen en Corea, también!" + +# game/4_noelle.rpy:1797 +translate spanish noelleAndDiyaTalk_979b22c2: + + # Noelle "Interesting. Perhaps Korea is more similar to Taiwan than I thought." + Noelle "Interesante. Quizás Corea se parece más a Taiwan de lo que me imaginé." + +# game/4_noelle.rpy:1800 +translate spanish noelleAndDiyaTalk_018c2f88: + + # Min "I bet Korea did it first, and then Taiwan just stole it." + Min "Apuesto que Corea lo hizo primero, y luego Taiwan se robó la idea." + +# game/4_noelle.rpy:1802 +translate spanish noelleAndDiyaTalk_9c5d4812: + + # Noelle "WHAT MAKES YOU THINK THAT?!" with sshake + Noelle "¡¿QUÉ TE HACE PENSAR ESO?!" with sshake + +# game/4_noelle.rpy:1805 +translate spanish noelleAndDiyaTalk_ce3735d5: + + # "Diya listens with a small smile as Noelle continues extolling the virtues of Taipei's trash-collecting system instead of describing any of the landmarks she visited." + "Diya escucha con una pequeña sonrisa mientras Noelle continúa ensalzando las virtudes del sistema de recogida de basura de Taipei en lugar de describir algún lugar emblemático que haya visitado." + +# game/4_noelle.rpy:1807 +translate spanish noelleAndDiyaTalk_2908e156: + + # Diya "You must've liked it there." + Diya "Te debió haber gustado estar ahí." + +# game/4_noelle.rpy:1809 +translate spanish noelleAndDiyaTalk_b150e417: + + # Noelle "You're right, I did..." + Noelle "Estás en lo cierto, lo hice..." + +# game/4_noelle.rpy:1811 +translate spanish noelleAndDiyaTalk_390a1bfb: + + # Noelle "..........." + Noelle "..........." + +# game/4_noelle.rpy:1812 +translate spanish noelleAndDiyaTalk_f75b4bb0: + + # Noelle "What do you call it when you're grateful for the things your parents have done for you, but at the same time, you feel like they made critical mistakes that'll probably affect you forever?" + Noelle "¿Cómo le dices cuando estás agradecida de las cosas que tus padres han hecho por ti, pero a la ves, sientes que han hecho errores críticos que probablemente te afectarán para siempre?" + +# game/4_noelle.rpy:1815 +translate spanish noelleAndDiyaTalk_636dbbe3: + + # Diya "Isn't that just life?" + Diya "¿No es eso simplemente la vida?" + +# game/4_noelle.rpy:1817 +translate spanish noelleAndDiyaTalk_a2b1037c: + + # Noelle "Oh...I suppose it is." + Noelle "Oh...Supongo que lo es." + +# game/4_noelle.rpy:1820 +translate spanish noelleAndDiyaTalk_425ad0b4: + + # Akarsha "Dammit, my shoelaces keep coming undone..." + Akarsha "Maldita sea, mis cordones se siguen desatando..." + +# game/4_noelle.rpy:1822 +translate spanish noelleAndDiyaTalk_6b469819: + + # "Noelle glances to her left, where Akarsha is crouched over tying her sneaker laces." + "Noelle mira a su izquierda, donde Akarsha está agachada atándose los cordones de sus zapatillas." + +# game/4_noelle.rpy:1825 +translate spanish noelleAndDiyaTalk_7e50042b: + + # Noelle "WHY HAVE YOU TIED YOUR SHOELACES LIKE THAT?" with sshake + Noelle "¿POR QUÉ TE ATASTE LOS CORDONES ASÍ?" with sshake + +# game/4_noelle.rpy:1828 +translate spanish noelleAndDiyaTalk_1a994118: + + # Akarsha "This is the Silicon Valley, Frenchman. The land of innovation." + Akarsha "Esto es Silicon Valley, francesa. La tierra de la innovación." + +# game/4_noelle.rpy:1834 +translate spanish noelleAndDiyaTalk_ca731640: + + # Akarsha "Didja get me any souvenirs on your trip?" + Akarsha "¿Me has traído algún recuerdo de tu viaje?" + +# game/4_noelle.rpy:1836 +translate spanish noelleAndDiyaTalk_7f042003: + + # Noelle "No." + Noelle "No." + +# game/4_noelle.rpy:1839 +translate spanish noelleAndDiyaTalk_b96e0bb6: + + # Akarsha "Huh?! Meanie!" with sshake + Akarsha "¡¿Ah?! ¡Qué malvada!" with sshake + +# game/4_noelle.rpy:1841 +translate spanish noelleAndDiyaTalk_b496dff3: + + # Noelle "I didn't get anyone anything. We had limited luggage space." + Noelle "No le conseguí nada a nadie. Teníamos poco espacio para el equipaje." + +# game/4_noelle.rpy:1842 +translate spanish noelleAndDiyaTalk_2955761d: + + # Noelle "All we brought back were snacks that can't be found here, and dubious beauty products my mom wanted." + Noelle "Todo lo que trajimos fueron dulces que no se puede encontrar aquí, y dudosos productos de belleza que mi madre quería." + +# game/4_noelle.rpy:1845 +translate spanish noelleAndDiyaTalk_e219e1bf: + + # Min "Dubious beauty products? Like what? Nail clippers with bombs in them?" + Min "¿Dudosos productos de belleza? ¿Cómo qué? ¿Un cortaúñas con bombas?" + +# game/4_noelle.rpy:1847 +translate spanish noelleAndDiyaTalk_70353ee6: + + # Noelle "Wh...Why would there be nail clippers with bombs with them?" + Noelle "P...¿Por qué existiría un cortaúñas con bombas?" + +# game/4_noelle.rpy:1848 +translate spanish noelleAndDiyaTalk_3717df20: + + # Noelle "All I meant was products with questionable value like skin whitening cream." + Noelle "A lo que me refería eran productos con cuestionable valor como crema blanqueadora de piel." + +# game/4_noelle.rpy:1851 +translate spanish noelleAndDiyaTalk_2539354d: + + # Akarsha "Wait, skin whitening cream? Like, to make your skin lighter?" + Akarsha "Espera, ¿crema blanqueadora de piel? Onda, ¿para hacer tu piel más blanca?" + +# game/4_noelle.rpy:1853 +translate spanish noelleAndDiyaTalk_6436fef6: + + # Noelle "Yes. Chinese beauty standards are all kinds of messed up." + Noelle "Sí. Los estándares de belleza chinos son un desastre de muchas maneras." + +# game/4_noelle.rpy:1854 +translate spanish noelleAndDiyaTalk_b887bd0a: + + # Noelle "It's been ingrained very deeply into people's minds that the lighter your skin is, the better." + Noelle "La gente tiene muy grabado en la mente que cuanto más clara tu piel, mejor." + +# game/4_noelle.rpy:1857 +translate spanish noelleAndDiyaTalk_cd4be691: + + # Diya "That's just like in India." + Diya "Es justo cómo en India." + +# game/4_noelle.rpy:1859 +translate spanish noelleAndDiyaTalk_c0456c87: + + # Akarsha "Yeah, oh my god! I thought it was just a brown thing!" with sshake + Akarsha "¡Sí, dios mio! ¡Pensé que solo era una cosa de morenos!" with sshake + +# game/4_noelle.rpy:1860 +translate spanish noelleAndDiyaTalk_099795bd: + + # Akarsha "You guys have colorism, too?!" + Akarsha "¡¿Ustedes tienen colorismo, también?!" + +# game/4_noelle.rpy:1862 +translate spanish noelleAndDiyaTalk_eefe6323: + + # Noelle "Oh, is it similar in your culture?" + Noelle "Oh, ¿acaso es similar en tu cultura?" + +# game/4_noelle.rpy:1865 +translate spanish noelleAndDiyaTalk_1e150d20: + + # Akarsha "It's a whole thing! You have NO idea." + Akarsha "¡Es una cosa entera! No tienes IDEA." + +# game/4_noelle.rpy:1867 +translate spanish noelleAndDiyaTalk_35c7ba53: + + # Noelle "I would argue I do have an idea." + Noelle "Yo diría que si tengo una idea." + +# game/4_noelle.rpy:1868 +translate spanish noelleAndDiyaTalk_2a0989b3: + + # Noelle "My mother even tells me not to spend time outside to avoid getting a tan." + Noelle "Mi madre incluso me dice que no pase mucho tiempo afuera para evitar broncearme." + +# game/4_noelle.rpy:1871 +translate spanish noelleAndDiyaTalk_be5aa5cd: + + # Min "Oh, my mom does that too. They have those dumb as fuck skin creams in Korea, too." + Min "Oh, mi mamá dice eso también. Tienen esas cremas para la piel jodidamente estúpidas en Corea, también." + +# game/4_noelle.rpy:1873 +translate spanish noelleAndDiyaTalk_5c13b8a9: + + # Diya "It's the same." + Diya "Es lo mismo." + +# game/4_noelle.rpy:1875 +translate spanish noelleAndDiyaTalk_89aed3b3: + + # Akarsha "It's the same..." + Akarsha "Es lo mismo..." + +# game/4_noelle.rpy:1876 +translate spanish noelleAndDiyaTalk_58c878ae: + + # Akarsha "Yellow and brown parents...They match just like pee and poo." + Akarsha "Padres amarillos y morenos...Combinan como pipí y caca." + +# game/4_noelle.rpy:1878 +translate spanish noelleAndDiyaTalk_6087a304: + + # Min "What the fuck man..." + Min "Que mierda hombre..." + +# game/4_noelle.rpy:1880 +translate spanish noelleAndDiyaTalk_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/4_noelle.rpy:1882 +translate spanish noelleAndDiyaTalk_94911985: + + # Noelle "Akarsha, have you ever considered not speaking?" + Noelle "Akarsha, ¿te has planteado alguna vez no hablar?" + +# game/4_noelle.rpy:1885 +translate spanish noelleAndDiyaTalk_356cad7f: + + # Akarsha "How mean! The second I open my mouth, you all jump to slap my balls..." + Akarsha "¡Qué pesada! El segundo que abro la boca, todas ustedes saltan a abofetearme las bolas..." + +# game/4_noelle.rpy:1888 +translate spanish noelleAndDiyaTalk_9b40da2d: + + # Noelle "DO YOU HAVE TO WORD IT LIKE THAT?" with sshake + Noelle "¿TIENES QUE DECIRLO DE ESA MANERA?" with sshake + +# game/4_noelle.rpy:1891 +translate spanish noelleAndDiyaTalk_7ff91a31: + + # Akarsha "I'm tryin' to use more phrases with the word \"balls\" in it in my normal conversations." + Akarsha "Estoy intentando usar más frases con la palabra \"bolas\" en mis conversaciones normales." + +# game/4_noelle.rpy:1893 +translate spanish noelleAndDiyaTalk_353387f1: + + # Noelle "WHY?" with sshake + Noelle "¿POR QUÉ?" with sshake + +# game/4_noelle.rpy:1895 +translate spanish noelleAndDiyaTalk_c1876825: + + # Akarsha "I dunno, I just think it'll add more flavor." + Akarsha "No lo sé, solo pienso que añadirá más sabor." + +# game/4_noelle.rpy:1900 +translate spanish noelleAndDiyaTalk_b7583191: + + # Chryssa "[teamName!t], assemble!" + Chryssa "¡[teamName!t], reunión!" + +# game/4_noelle.rpy:1904 +translate spanish noelleAndDiyaTalk_95ebc84f: + + # "Team Global Warming gathers around Chryssa and Liz as they begin the meeting." + "El equipo Calentamiento Global se agrupa en torno a Chryssa y Liz al comenzar la reunión." + +# game/4_noelle.rpy:1906 +translate spanish noelleAndDiyaTalk_ab589fe8: + + # "The [teamName!t] gather around Chryssa and Liz as they begin the meeting." + "Los [teamName!t] se agrupan en torno a Chryssa y Liz al comenzar la reunión." + +# game/4_noelle.rpy:1908 +translate spanish noelleAndDiyaTalk_518b0760: + + # Liz "So we've got good news and bad news." + Liz "Así que tenemos buenas y malas noticias." + +# game/4_noelle.rpy:1910 +translate spanish noelleAndDiyaTalk_58320184: + + # Liz "Good news, we have a game today!" + Liz "Las buenas noticias, ¡son que tenemos un partido hoy!" + +# game/4_noelle.rpy:1912 +translate spanish noelleAndDiyaTalk_a21e8394: + + # Chryssa "Bad news...It's just the Niles baseball team again." + Chryssa "Las malas...Es solo el equipo de béisbol del Niles otra vez." + +# game/4_noelle.rpy:1914 +translate spanish noelleAndDiyaTalk_d440792d: + + # Chryssa "They're the only ones who would play us again." + Chryssa "Ellos son los únicos que volverían a jugar contra nosotras." + +# game/4_noelle.rpy:1916 +translate spanish noelleAndDiyaTalk_99b6b4de: + + # NoelleT "Ah...That's not surprising." + NoelleT "Ah...Eso no es sorprendente." + +# game/4_noelle.rpy:1917 +translate spanish noelleAndDiyaTalk_c9181b58: + + # NoelleT "We either win by pulling some weird shenanigans, or lose so badly we get mercied. There's no in between." + NoelleT "O ganamos haciendo alguna jugarreta extraña, o perdemos tan mal que nos hacen misericordia. No hay entremedio." + +# game/4_noelle.rpy:1918 +translate spanish noelleAndDiyaTalk_02131438: + + # NoelleT "So most teams we play aren't exactly eager for a rematch." + NoelleT "Así que la mayoría de los equipos no están precisamente ansiosos por una revancha." + +# game/4_noelle.rpy:1921 +translate spanish noelleAndDiyaTalk_a4cc652f: + + # Chryssa "We had to swear up and down you guys would be normal this time." + Chryssa "Tuvimos que jurar hasta la muerte que esta vez ustedes serían normales." + +# game/4_noelle.rpy:1929 +translate spanish noelleAndDiyaTalk_af531837: + + # Chryssa "So y'all better not be weird." + Chryssa "Así que más les vale que no sean raras." + +# game/4_noelle.rpy:1931 +translate spanish noelleAndDiyaTalk_9f4e11a3: + + # Sayeeda "Alright, we yakusoku..." + Sayeeda "Vale, yakusoku..." + +# game/4_noelle.rpy:1933 +translate spanish noelleAndDiyaTalk_246d4373: + + # Chryssa "What?????" with sshake + Chryssa "¿¿¿¿¿Qué?????" with sshake + +# game/4_noelle.rpy:1935 +translate spanish noelleAndDiyaTalk_c2d4ae68: + + # Sayeeda "That's how you say \"promise\" in Nihongo...a.k.a Japanese." + Sayeeda "Así es como dices \"promesa\" en nihongo...más conocido como japonés." + +# game/4_noelle.rpy:1937 +translate spanish noelleAndDiyaTalk_d3d1d5c1: + + # Chryssa ".............." + Chryssa ".............." + +# game/4_noelle.rpy:1939 +translate spanish noelleAndDiyaTalk_ce0e5f8a: + + # Liz "Is everyone ready to go? The other team got here early." + Liz "¿Están todas listas para ir? El otro equipo llegó temprano." + +# game/4_noelle.rpy:1946 +translate spanish baseballGame_d717f479: + + # "Team Global Warming walks over to the field, where the Killer Whales are already warming up." + "El equipo Calentamiento Global camina hacia el campo, donde las Ballenas Asesinas ya están calentando." + +# game/4_noelle.rpy:1948 +translate spanish baseballGame_6c126f71: + + # "The [teamName!t] walk over to the field, where the Killer Whales are already warming up." + "Los [teamName!t] caminan hacia el campo, donde las Ballenas Asesinas ya están calentando." + +# game/4_noelle.rpy:1951 +translate spanish baseballGame_af623903: + + # Liz "Thanks for being willing to play us again, guys." + Liz "Gracias por estar dispuestos a jugar con nosotras de nuevo, chicos." + +# game/4_noelle.rpy:1953 +translate spanish baseballGame_bb8be621: + + # Jun "No problem. Time for our revenge!" + Jun "No hay problema. ¡Es hora de nuestra venganza!" + +# game/4_noelle.rpy:1955 +translate spanish baseballGame_accbd671: + + # Min "Yeah, right. We destroyed you guys last time." + Min "Sí, claro. Los destruimos a ustedes la última vez." + +# game/4_noelle.rpy:1957 +translate spanish baseballGame_d0c0c25b: + + # Hayden "Well, that was before our secret weapon joined the team." + Hayden "Bueno, eso fue antes de que nuestra arma secreta se una al equipo." + +# game/4_noelle.rpy:1959 +translate spanish baseballGame_01bb9964: + + # Noelle "Secret weapon?" + Noelle "¿Arma secreta?" + +# game/4_noelle.rpy:1962 +translate spanish baseballGame_5d69a820: + + # Hayden "We got a new guy who's pretty good." + Hayden "Hay un chico nuevo que es bastante bueno." + +# game/4_noelle.rpy:1964 +translate spanish baseballGame_b0c5aa2a: + + # Min "Oh yeah? Where is he?" + Min "¿Ah sí? ¿Dónde está?" + +# game/4_noelle.rpy:1966 +translate spanish baseballGame_8ddc8232: + + # "Jun-seo and Hayden look around amongst their teammates, but as the seconds pass, their faces grow more and more alarmed." + "Jun-seo y Hayden miran alrededor entre sus compañeros, pero a medida que pasan los segundos, sus caras se vuelven más y más alarmadas." + +# game/4_noelle.rpy:1968 +translate spanish baseballGame_c74c16da: + + # Jun "...I'm actually not sure..." + Jun "...En realidad no estoy muy seguro..." + +# game/4_noelle.rpy:1970 +translate spanish baseballGame_b6869956: + + # Hayden "Maybe he got lost on his way driving here?" + Hayden "¿Quizás se perdió conduciendo hasta aquí?" + +# game/4_noelle.rpy:1972 +translate spanish baseballGame_c08369eb: + + # Jun "Yeah, that seems typical of him." + Jun "Sí, eso suena típico de él." + +# game/4_noelle.rpy:1974 +translate spanish baseballGame_db4934b1: + + # Chryssa "It's fine, we can wait a few minutes for him to show up." + Chryssa "Está bien, podemos esperar unos minutos para que él llegue." + +# game/4_noelle.rpy:1986 +translate spanish baseballGame_233dc295: + + # NoelleT "No one came..." + NoelleT "Nadie ha venido..." + +# game/4_noelle.rpy:1987 +translate spanish baseballGame_a6fc3213: + + # NoelleT "He's decidedly late at this point." + NoelleT "Él está decididamente atrasado a este punto." + +# game/4_noelle.rpy:1990 +translate spanish baseballGame_bfba6850: + + # Hayden "I can't believe this. Where the heck could he be??" + Hayden "No puedo creerlo. ¿¿Dónde demonios podría estar??" + +# game/4_noelle.rpy:1992 +translate spanish baseballGame_5ed7a60f: + + # Jun "Did you try calling him?" + Jun "¿Intentaste llamarlo?" + +# game/4_noelle.rpy:1994 +translate spanish baseballGame_319f79e5: + + # Hayden "He didn't pick up." + Hayden "No me contestó." + +# game/4_noelle.rpy:1996 +translate spanish baseballGame_be28f624: + + # Akarsha "Well, it's not like he can answer the phone if he's driving." + Akarsha "Bueno, no es como pueda contestar el teléfono si está conduciendo." + +# game/4_noelle.rpy:1998 +translate spanish baseballGame_75b6c662: + + # Min "You guys are pathetic. Making up some guy to blame your loss on..." + Min "Ustedes son tan patéticos. Inventando a un tipo para echarle la culpa de que perdieron..." + +# game/4_noelle.rpy:2001 +translate spanish baseballGame_af493ae0: + + # Hayden "We're not making him up! He's real!" with sshake + Hayden "¡No lo estamos inventando! ¡Él es real!" with sshake + +# game/4_noelle.rpy:2003 +translate spanish baseballGame_07dcb557: + + # Jun "And we didn't lose yet?? Stop jumping to conclusions..." + Jun "¿¿Y no hemos perdido aún?? Deja de sacar conclusiones precipitadas..." + +# game/4_noelle.rpy:2005 +translate spanish baseballGame_56dd154b: + + # Liz "Is it okay if we start playing without him? If he turns up later, he can join the game then." + Liz "¿Está bien si empezamos a jugar sin él? Si aparece más tarde, ahí se puede unir al juego." + +# game/4_noelle.rpy:2007 +translate spanish baseballGame_619812bb: + + # Hayden "Yeah, sure..." + Hayden "Sí, claro..." + +# game/4_noelle.rpy:2011 +translate spanish baseballGame_ea5f4cce: + + # "As the Killer Whales file into the dugout, Noelle starts trekking to her spot in right field." + "Mientras las Ballenas Asesinas se dirigen al dugout, Noelle empieza a caminar hacia su puesto en el campo derecho." + +# game/4_noelle.rpy:2012 +translate spanish baseballGame_45e8a907: + + # "She scowls disdainfully at a barren patch of grass as she passes it." + "Ella frunce el ceño con desdén al pasar por un pedazo de pasto seco." + +# game/4_noelle.rpy:2014 +translate spanish baseballGame_59a51932: + + # NoelleT "Chryssa likes pointing to that tiny patch and going, \"I'll defend that area, so you cover the rest of the field, okay?\"" + NoelleT "A Chryssa le gusta apuntar a esa minúscula zona y decir \"Yo defenderé esa área, así que tu cubres el resto del campo, ¿ok?\"" + +# game/4_noelle.rpy:2015 +translate spanish baseballGame_15466dc4: + + # NoelleT "I hope that grass grows back soon so I don't have to keep hearing that joke." + NoelleT "Espero que ese pasto vuelva a crecer pronto para que no tenga que volver a escuchar ese chiste." + +# game/4_noelle.rpy:2018 +translate spanish baseballGame_affc8881: + + # Chryssa "Hey, wait!" + Chryssa "¡Oye, espera!" + +# game/4_noelle.rpy:2019 +translate spanish baseballGame_2ec9bbef: + + # Chryssa "Noelle, you're playing second base today." + Chryssa "Noelle, vas a jugar en segunda base hoy." + +# game/4_noelle.rpy:2021 +translate spanish baseballGame_8b4b9de4: + + # Noelle "I am? Why?" + Noelle "¿Yo? ¿Por qué?" + +# game/4_noelle.rpy:2024 +translate spanish baseballGame_6037e5ac: + + # Min "Yeah, why?! She ducks and covers whenever the ball comes her way." + Min "¡¿Sí, por qué?! Ella se agacha y cubre cada vez que la pelota viene hacia ella." + +# game/4_noelle.rpy:2026 +translate spanish baseballGame_ab22d8a9: + + # Chryssa "That's exactly why she needs to do it." + Chryssa "Eso es exactamente por qué necesito que lo haga." + +# game/4_noelle.rpy:2028 +translate spanish baseballGame_9cc6f159: + + # Chryssa "I'm taking AP Psych and I found out there's something called exposure therapy." + Chryssa "Estoy tomando Psicología de Colocación Avanzada y me enteré de que hay algo llamado terapia de exposición." + +# game/4_noelle.rpy:2029 +translate spanish baseballGame_2d491124: + + # Chryssa "It's where you make someone do something they're afraid of until they stop whining and get used to it." + Chryssa "Es en la que haces que alguien haga algo de lo que tienen miedo hasta que dejen de lloriquear y se acostrumbren a ello." + +# game/4_noelle.rpy:2031 +translate spanish baseballGame_430e7e94: + + # Noelle "That doesn't sound like the textbook definition to me..." + Noelle "Eso no me suena a la definición real de eso..." + +# game/4_noelle.rpy:2034 +translate spanish baseballGame_808b02f3: + + # Liz "Chryssa, then how come when we went on that Demon ride at Great America, you had your eyes closed the whole time?" + Liz "Chryssa, ¿entonces cómo es que cuando fuimos a esa montaña rusa del Demon en el Great America, tuviste los ojos cerrados todo el tiempo?" + +# game/4_noelle.rpy:2037 +translate spanish baseballGame_e309a70b: + + # Chryssa "That was before I knew what exposure therapy was." + Chryssa "Eso fue antes de que supiera lo que era la terapia de exposición." + +# game/4_noelle.rpy:2039 +translate spanish baseballGame_0de36037: + + # Liz "Uh huh." + Liz "Ajá." + +# game/4_noelle.rpy:2047 +translate spanish baseballGame_318872da: + + # Ester "Wait, but I was second base. What happens to me then?" + Ester "Espera, pero yo era la de segunda base. ¿Qué hago yo entonces?" + +# game/4_noelle.rpy:2049 +translate spanish baseballGame_499298bd: + + # Chryssa "You're playing left field now because you run fast." + Chryssa "Vas a jugar campo izquierdo ahora porque corres rápido." + +# game/4_noelle.rpy:2051 +translate spanish baseballGame_8879edc0: + + # Liz "We're moving a whole bunch of people around, not just you two." + Liz "Estamos moviendo a un montón de personas, no solo a ustedes dos." + +# game/4_noelle.rpy:2053 +translate spanish baseballGame_9dd64b36: + + # Liz "Chryssa thinks she's a mega mind master now because of AP Psychology." + Liz "Chryssa piensa que ahora es una mega maestra de la mente gracias a la Psicología Avanzada." + +# game/4_noelle.rpy:2055 +translate spanish baseballGame_3d1a1697: + + # Chryssa "Hey, I never said that!" with sshake + Chryssa "¡Oye, yo nunca dije eso!" with sshake + +# game/4_noelle.rpy:2065 +translate spanish baseballGame_d7daed7e: + + # "Noelle begins trekking to second base." + "Noelle comienza a caminar hacia la segunda base." + +# game/4_noelle.rpy:2067 +translate spanish baseballGame_89bdce0a: + + # NoelleT "I do feel a bit better equipped to man second base now than I did when I was first roped into this club." + NoelleT "Igual me siento más capacitada para jugar en segunda base que cuando me arrastraron a este club por primera vez." + +# game/4_noelle.rpy:2068 +translate spanish baseballGame_78a78b8d: + + # NoelleT "I don't like to appear under-informed, so a bit after our first game, I read the baseball rulebook from cover to cover." + NoelleT "No me gusta parecer poco informada, así que un poco después de nuestro primer partido, me leí el reglamento del béisbol de principio a fin." + +# game/4_noelle.rpy:2070 +translate spanish baseballGame_06e1bd2b: + + # NoelleT "Still, I really hope no one hits the ball my way..." + NoelleT "Aún así, realmente espero que nadie golpee la pelota hacia mí..." + +# game/4_noelle.rpy:2072 +translate spanish baseballGame_c88df796: + + # "To her surprise, Akarsha is already standing by second base." + "Para su sorpresa, Akarsha ya está de pie por segunda base." + +# game/4_noelle.rpy:2074 +translate spanish baseballGame_1ada6983: + + # Akarsha "Bonjour!" + Akarsha "¡Bonjour!" + +# game/4_noelle.rpy:2076 +translate spanish baseballGame_fb84412c: + + # Noelle "Why are you here?" + Noelle "¿Por qué estás aquí?" + +# game/4_noelle.rpy:2078 +translate spanish baseballGame_8602d225: + + # Akarsha "I'm the shortstop? I'm supposed to be here." + Akarsha "¿Soy la campocorto? Se supone que debo estar aquí." + +# game/4_noelle.rpy:2080 +translate spanish baseballGame_7ccd3524: + + # Noelle "What...? Aren't you supposed to be closer to third base?" + Noelle "¿Qué...? ¿No se supone que debes estar más cerca a la tercera base?" + +# game/4_noelle.rpy:2083 +translate spanish baseballGame_d776b926: + + # Akarsha "Says who?" + Akarsha "¿Quién lo dice?" + +# game/4_noelle.rpy:2085 +translate spanish baseballGame_fb73bc02: + + # Noelle "The diagram in the baseball rulebook." + Noelle "El diagrama en el reglamento del béisbol." + +# game/4_noelle.rpy:2088 +translate spanish baseballGame_e3f00d7d: + + # Chryssa "Nah, the shortstop's position mirrors the second baseman's." + Chryssa "Nah, la posición del campocorto refleja la de segunda base." + +# game/4_noelle.rpy:2089 +translate spanish baseballGame_e31389ce: + + # Chryssa "You're supposed to work together and vary your positioning to anticipate what the batters and runner do, you know." + Chryssa "Se supone que deben trabajar en equipo y variar sus posicionamientos para anticiparse a lo que hacen los bateadores y el corredor, sabes." + +# game/4_noelle.rpy:2092 +translate spanish baseballGame_a030c214: + + # Akarsha "See?" + Akarsha "¿Ves?" + +# game/4_noelle.rpy:2094 +translate spanish baseballGame_04355e42: + + # Noelle "R-right, I knew that..." + Noelle "C-claro, si sabía eso..." + +# game/4_noelle.rpy:2095 +translate spanish baseballGame_eaf3f793: + + # Noelle "So we're both covering the same base? Won't that make things unnecessarily confusing?" + Noelle "¿Entonces las dos cubrimos la misma base? ¿No hará eso las cosas innecesariamente confusas?" + +# game/4_noelle.rpy:2098 +translate spanish baseballGame_23875752: + + # Liz "You're like a duo! It's a good thing." + Liz "¡Son como un duo! Es algo bueno." + +# game/4_noelle.rpy:2100 +translate spanish baseballGame_58295497: + + # Akarsha "Yah, we should negotiate who does what in different situations." + Akarsha "Seh, deberíamos negociar quién hace qué en diferentes situaciones." + +# game/4_noelle.rpy:2102 +translate spanish baseballGame_318273e6: + + # Noelle "Alright, fine." + Noelle "De acuerdo, bien." + +# game/4_noelle.rpy:2105 +translate spanish baseballGame_c65a3874: + + # Akarsha "How about you cover second when there's a runner on first?" + Akarsha "¿Qué tal si tú cubres segunda cuando haya un corredor en primera?" + +# game/4_noelle.rpy:2106 +translate spanish baseballGame_b9228b88: + + # Akarsha "And field the ground balls close to us?" + Akarsha "¿Y lanzas las pelotas bajas más cerca a nosotras?" + +# game/4_noelle.rpy:2107 +translate spanish baseballGame_204043b1: + + # Akarsha "And also take care of the fly balls?" + Akarsha "¿Y también hacerte cargo de las pelotas elevadas?" + +# game/4_noelle.rpy:2110 +translate spanish baseballGame_98314622: + + # Noelle "You're just trying to get out of doing as much work as possible!" with sshake + Noelle "¡Sólo estás intentando librarte de todo el trabajo posible!" with sshake + +# game/4_noelle.rpy:2113 +translate spanish baseballGame_ff24f9d6: + + # "The game kicks off and to her relief, Min quickly strikes out the first batter." + "Comienza el partido y, para su alivio, Min rápidamente logra dar tres strikes contra el primer bateador." + +# game/4_noelle.rpy:2115 +translate spanish baseballGame_bf54468a: + + # Chryssa "Good! Just do that two more times and we get to bat!" + Chryssa "¡Bien! ¡Sólo has eso dos veces más y podremos batear!" + +# game/4_noelle.rpy:2118 +translate spanish baseballGame_871dbd15: + + # "Hayden digs into the batter's box next." + "Hayden entra a la caja de bateo a continuación." + +# game/4_noelle.rpy:2121 +translate spanish baseballGame_8a46e771: + + # "Min throws a floater that curves up toward his head for a moment before dropping back toward the strike zone." + "Min lanza un flote que se curva hacia su cabeza por un momento antes de volver a caer a la zona de golpe." + +# game/4_noelle.rpy:2125 +translate spanish baseballGame_3f0e0dd9: + + # Hayden "Agh!" with sshake + Hayden "¡Agh!" with sshake + +# game/4_noelle.rpy:2126 +translate spanish baseballGame_c8e93728: + + # "Instead of swinging, Hayden flinches backward out of the way." + "En vez de batear, Hayden se echa hacia atrás y fuera del camino." + +# game/4_noelle.rpy:2128 +translate spanish baseballGame_ae3a7ccb: + + # NPC "Strike!" + NPC "¡Strike!" + +# game/4_noelle.rpy:2130 +translate spanish baseballGame_d5e2bd38: + + # Min "What's with you?" + Min "¿Qué pasa contigo?" + +# game/4_noelle.rpy:2132 +translate spanish baseballGame_40801853: + + # Hayden "Nothing! I'm just making sure I don't get hit in the mouth." + Hayden "¡Nada! Solo me estoy asegurando de que no me dé en la boca." + +# game/4_noelle.rpy:2133 +translate spanish baseballGame_ca571f51: + + # Hayden "I had a dream last night that my teeth were falling out." + Hayden "Tuve un sueño anoche de que se me caían los dientes." + +# game/4_noelle.rpy:2135 +translate spanish baseballGame_2018ae71: + + # Min "THAT'S what you wasted your dream on?" + Min "¿EN ESO gastaste tu sueño?" + +# game/4_noelle.rpy:2138 +translate spanish baseballGame_ce4a859d: + + # Hayden "It's not like I can control what I dream about!" with sshake + Hayden "¡No es como que pudiera controlar lo que sueño!" with sshake + +# game/4_noelle.rpy:2142 +translate spanish baseballGame_6e010d6c: + + # "Min hurls another pitch his way, but instead of dancing like usual, it pretty much just sails straight down the middle." + "Min arroja otro lanzamiento a su dirección, pero en vez de bailar como de costumbre, este básicamente va directamente por el centro." + +# game/4_noelle.rpy:2145 +translate spanish baseballGame_fa268a64: + + # Hayden "Rragh!" with sshake + Hayden "¡Rragh!" with sshake + +# game/4_noelle.rpy:2148 +translate spanish baseballGame_8b70a650: + + # "Hayden manages to make contact and drives the ball into grass!" + "¡Hayden logra hacer contacto y dirige la pelota hacia el pasto!" + +# game/4_noelle.rpy:2150 +translate spanish baseballGame_20995010: + + # "It bounces into the air and for one singularly terrifying moment, Noelle sees it coming straight at her!" + "Esta rebota al aire y por un solo momento de terror, ¡Noelle la ve yendo directamente hacia ella!" + +# game/4_noelle.rpy:2153 +translate spanish baseballGame_88ebf947: + + # NoelleT "Egad!!! I hate ground balls!" with sshake + NoelleT "¡¡¡Gah!!! ¡Odio las pelotas bajas!" with sshake + +# game/4_noelle.rpy:2155 +translate spanish baseballGame_3e486a7f: + + # "Noelle covers her face with one arm and half-heartedly attempts to catch the ball with the other." + "Noelle se cubre la cara con un brazo e intenta sin mucho esfuerzo atrapar la pelota con el otro." + +# game/4_noelle.rpy:2156 +translate spanish baseballGame_194669ac: + + # "She braces for impact, but nothing hits her." + "Ella se prepara para el impacto, pero nada la golpea." + +# game/4_noelle.rpy:2159 +translate spanish baseballGame_f32a8e76: + + # "On the mound, Min managed to intercept the ball by catching it behind her back without looking at it." + "En el montículo, Min logró interceptar la pelota atrapándola a sus espaldas sin mirar." + +# game/4_noelle.rpy:2161 +translate spanish baseballGame_3b71d0de: + + # Diya "!" + Diya "¡!" + +# game/4_noelle.rpy:2163 +translate spanish baseballGame_c58a5349: + + # Min "Whoa!!" with sshake + Min "¡¡Wow!!" with sshake + +# game/4_noelle.rpy:2164 +translate spanish baseballGame_8695b3f5: + + # "Even Min herself looks shocked that she caught it." + "Incluso la propia Min parece sorprendida de que la atrapó." + +# game/4_noelle.rpy:2166 +translate spanish baseballGame_1fa088a2: + + # Liz "Just because it's cool doesn't mean he's out!! Throw it to first!" with sshake + Liz "¡¡Sólo porque se vio genial no significa que él está fuera!! ¡Lánzala a primera!" with sshake + +# game/4_noelle.rpy:2172 +translate spanish baseballGame_d1e1c629: + + # "Min hastily lobs the ball to Liz. It just barely beats Hayden to first base." + "Min apresuradamente le pasa la pelota a Liz. Apenas logra superar a Hayden a primera base." + +# game/4_noelle.rpy:2173 +translate spanish baseballGame_1d3f7afe: + + # NPC "Out!" + NPC "¡Fuera!" + +# game/4_noelle.rpy:2175 +translate spanish baseballGame_923d57ad: + + # Hayden "Aw man..." + Hayden "Maldita sea..." + +# game/4_noelle.rpy:2177 +translate spanish baseballGame_8f15fc3e: + + # NoelleT "That was close!" + NoelleT "¡Eso estuvo cerca!" + +# game/4_noelle.rpy:2181 +translate spanish baseballGame_7ee8108a: + + # "As Hayden heads back to the dugout in defeat, there's a distant shout." + "Mientras Hayden vuelve al dugout derrotado, se escucha un grito a la distancia." + +# game/4_noelle.rpy:2184 +translate spanish baseballGame_a220ac6a: + + # Subzero "Sorry I'm late!" with sshake + Subzero "¡Siento llegar tarde!" with sshake + +# game/4_noelle.rpy:2186 +translate spanish baseballGame_f87f174a: + + # "Some guy is sprinting down the hill to the Killer Whales at top speed." + "Un tipo está corriendo bajo la colina hacia las Ballenas Asesinas a máxima velocidad." + +# game/4_noelle.rpy:2187 +translate spanish baseballGame_cf07a77e: + + # Subzero "Sorry! Sorry! Sorry!" + Subzero "¡Perdón! ¡Perdón! ¡Perdón!" + +# game/4_noelle.rpy:2189 +translate spanish baseballGame_48100882: + + # Jun "Subhaan!" + Jun "¡Subhaan!" + +# game/4_noelle.rpy:2192 +translate spanish baseballGame_6efc6afe: + + # Hayden "WHERE WERE YOU???" with sshake + Hayden "¿¿¿DÓNDE ESTABAS???" with sshake + +# game/4_noelle.rpy:2194 +translate spanish baseballGame_0307e00b: + + # "The Killer Whale player sighs despondently as he joins his teammates." + "El jugador de las Ballenas Asesinas suspira abatido mientras se une a sus compañeros de equipo." + +# game/4_noelle.rpy:2196 +translate spanish baseballGame_f349de2e: + + # Subzero "I was driving over when all of a sudden a spider crawled up my leg..." + Subzero "Iba conduciendo cuando de repente una araña se me subió por la pierna..." + +# game/4_noelle.rpy:2197 +translate spanish baseballGame_3f0d10a4: + + # Subzero "So obviously I crashed the car." + Subzero "Así que obviamente choqué el auto." + +# game/4_noelle.rpy:2200 +translate spanish baseballGame_a08948c4: + + # Hayden "\"Obviously\"?!" with sshake + Hayden "¡¿\"Obviamente\"?!" with sshake + +# game/4_noelle.rpy:2202 +translate spanish baseballGame_9e1ad3d2: + + # Jun "Are you okay...?" + Jun "¿Estás bien...?" + +# game/4_noelle.rpy:2204 +translate spanish baseballGame_f3cc40a7: + + # Subzero "Don't worry, I'm fine. I just knocked a street sign over." + Subzero "No se preocupen, estoy bien. Solo derribé una señal de tráfico." + +# game/4_noelle.rpy:2206 +translate spanish baseballGame_392170eb: + + # Noelle "Isn't that a crime...?" + Noelle "¿No es eso un crimen...?" + +# game/4_noelle.rpy:2209 +translate spanish baseballGame_aafba3c2: + + # Chryssa "How big was the spider?" + Chryssa "¿Qué tan grande era la araña?" + +# game/4_noelle.rpy:2211 +translate spanish baseballGame_1e42c6f6: + + # Subzero "Like this big." + Subzero "Como así de grande." + +# game/4_noelle.rpy:2212 +translate spanish baseballGame_81031611: + + # "He pinches his thumb and index finger together to demonstrate." + "Él pellizca su pulgar y dedo índice juntos para demostrar." + +# game/4_noelle.rpy:2214 +translate spanish baseballGame_1d7cfe36: + + # Diya "So small." + Diya "Tan pequeña." + +# game/4_noelle.rpy:2216 +translate spanish baseballGame_512daaa1: + + # Subzero "But it was all hairy! So practically speaking, it was equivalent to a spider twice as big." + Subzero "¡Pero era toda peluda! Así que practicamente hablando, era equivalente a una araña dos veces más grande." + +# game/4_noelle.rpy:2218 +translate spanish baseballGame_5513c55e: + + # Akarsha "Even if it WAS twice as big, isn't crashing kinda an overreaction?" + Akarsha "Incluso si FUERA dos veces más grande, ¿no es una reacción algo exagerada chocar tu auto?" + +# game/4_noelle.rpy:2220 +translate spanish baseballGame_9ba0838f: + + # Subzero "No?" + Subzero "¿No?" + +# game/4_noelle.rpy:2222 +translate spanish baseballGame_5709f834: + + # Hayden "Whatever...Just get up to bat already, it's your turn." + Hayden "Lo que sea...Solo ve a batear ya, es tu turno." + +# game/4_noelle.rpy:2224 +translate spanish baseballGame_1afe3449: + + # NoelleT "This guy seems like a coward." + NoelleT "Este tipo parece un cobarde." + +# game/4_noelle.rpy:2225 +translate spanish baseballGame_78cdbf7d: + + # NoelleT "I wonder what makes him their secret weapon." + NoelleT "Me pregunto que lo hace un arma secreta." + +# game/4_noelle.rpy:2229 +translate spanish baseballGame_acb102f3: + + # "Subhaan digs in behind home plate." + "Subhaan se coloca detrás del home." + +# game/4_noelle.rpy:2235 +translate spanish baseballGame_1d5abcf2: + + # NoelleT "He's standing on the other side of the plate. He must be left-handed." + NoelleT "Está parado al otro lado del plato. Él debe ser zurdo." + +# game/4_noelle.rpy:2240 +translate spanish baseballGame_5ea71c07: + + # "Min hurls her next pitch, and the batter shifts into a bunting stance at the last second." + "Min arroja su próximo lanzamiento, y el bateador se coloca en posición para solo hacer un toque a último segundo." + +# game/4_noelle.rpy:2242 +translate spanish baseballGame_186cc111: + + # NoelleT "He's not even going to try to hit it?" + NoelleT "¿Ni siquiera va a intentar golpearla?" + +# game/4_noelle.rpy:2249 +translate spanish baseballGame_1ddb3377: + + # "He starts to run toward first base as the ball glances off his bat, sending the baseball bouncing toward Liz!" + "El comienza a correr hacia primera base cuando la pelota se resbala de su bate, ¡enviando la pelota rebotando hacia Liz!" + +# game/4_noelle.rpy:2250 +translate spanish baseballGame_a1528611: + + # "She's forced to rush forward to field it, leaving first base unmanned." + "Ella se ve obligada adelantarse para atraparla, dejando la primera base desierta." + +# game/4_noelle.rpy:2252 +translate spanish baseballGame_5841df64: + + # Liz "I got it!" + Liz "¡La tengo!" + +# game/4_noelle.rpy:2255 +translate spanish baseballGame_7db9cca2: + + # "By the time she's scooped the ball up, Subhaan is well on his way to first base." + "Para el momento en el que ella recoge la pelota, Subhaan ya está por llegar a primera base." + +# game/4_noelle.rpy:2257 +translate spanish baseballGame_b64fe06d: + + # NoelleT "He's fast!" + NoelleT "¡Él es rápido!" + +# game/4_noelle.rpy:2261 +translate spanish baseballGame_14c3565a: + + # Akarsha "FRANCE!! Frenchman!" with sshake + Akarsha "¡¡FRANCIA!! ¡Francesa!" with sshake + +# game/4_noelle.rpy:2263 +translate spanish baseballGame_08df816b: + + # Noelle "Oh, I need to cover first base since Liz isn't there!" + Noelle "Oh, ¡tengo que cubrir primera base ya que Liz no está ahí!" + +# game/4_noelle.rpy:2267 +translate spanish baseballGame_e04a6425: + + # "Noelle belatedly runs toward the base so Liz can throw the ball to her, but Subhaan beats her there." + "Noelle corre tardíamente hacia la base para que Liz pueda lanzarle la pelota, pero Subhaan logra llegar antes que ella." + +# game/4_noelle.rpy:2268 +translate spanish baseballGame_3eee0d07: + + # "The Killer Whales cheer as Subhaan overruns the base." + "Las Ballenas Asesinas celebran cuando Subhaan toma la base." + +# game/4_noelle.rpy:2270 +translate spanish baseballGame_d60dd4fe: + + # Hayden "Yeah!! Sub-Zero!!" + Hayden "¡¡Sí!! ¡¡Sub-Zero!!" + +# game/4_noelle.rpy:2272 +translate spanish baseballGame_f97c1bf1: + + # Noelle "...Sub-Zero??" + Noelle "...¿¿Sub-Zero??" + +# game/4_noelle.rpy:2276 +translate spanish baseballGame_30bcda89: + + # Subzero "That's me. They call me Sub-Zero 'cause I'm so cool." + Subzero "Ese soy yo. Me llaman Sub-Zero porque soy tan genial." + +# game/4_noelle.rpy:2278 +translate spanish baseballGame_4af270d1: + + # Akarsha "Huh?? No fair, I want a badass nickname, too." + Akarsha "¿¿Eh?? No es justo, yo también quiero un apodo malote." + +# game/4_noelle.rpy:2280 +translate spanish baseballGame_85c5bf2f: + + # Noelle "Oh, please. Like what?" + Noelle "Oh, por favor. ¿Como qué?" + +# game/4_noelle.rpy:2283 +translate spanish baseballGame_342b192b: + + # Akarsha "Like...Sub-Zero." + Akarsha "Como...Sub-Zero." + +# game/4_noelle.rpy:2286 +translate spanish baseballGame_4cc0e5a7: + + # Noelle "You're just going to copy him?!" with sshake + Noelle "¡¿Simplemente vas a copiarle?!" with sshake + +# game/4_noelle.rpy:2289 +translate spanish baseballGame_3e3404df: + + # "Sayeeda shakes her head as Sub-Zero basks under his teammates' praise." + "Sayeeda sacude la cabeza mientras Sub-Zero se deleita en los elogios de sus compañeros de equipo." + +# game/4_noelle.rpy:2291 +translate spanish baseballGame_5ce3ecd5: + + # Sayeeda "Tch. Who the heck bunts to get on base?" + Sayeeda "Tch. ¿Quién demonios llega a primera base haciendo un toque?" + +# game/4_noelle.rpy:2293 +translate spanish baseballGame_c129fd27: + + # Chryssa "I mean, if you're fast, it's doable." + Chryssa "Digo, si eres rápido, es posible." + +# game/4_noelle.rpy:2294 +translate spanish baseballGame_7e7957a9: + + # Chryssa "Lefties have a huge advantage when bunting, too, because they’re already two steps ahead of where righty batters are when they lay down the bunt." + Chryssa "Los zurdos tienen una gran ventaja haciendo eso, también, porque ya estás dos pasos adelante de los bateadores derechos cuando hacen el toque." + +# game/4_noelle.rpy:2296 +translate spanish baseballGame_c9c818ee: + + # Grace "That's so cheap!" + Grace "¡Qué rastrero!" + +# game/4_noelle.rpy:2298 +translate spanish baseballGame_da2f86f8: + + # Liz "Well, that's the essence of baseball, no? Cheating and being cheap." + Liz "Bueno, esa es la esencia del béisbol, ¿no? Hacer trampa y ser un rastrero." + +# game/4_noelle.rpy:2300 +translate spanish baseballGame_0dbe6aac: + + # Grace "I thought the essence of baseball was friendship and teamwork." + Grace "Pensé que la esencia del béisbol era la amistad y el trabajo en equipo." + +# game/4_noelle.rpy:2302 +translate spanish baseballGame_1f8a4079: + + # Liz "Oh, yes, that too." + Liz "Oh, sí, eso también." + +# game/4_noelle.rpy:2306 +translate spanish baseballGame_96e6e585: + + # "Jun-seo is up to bat next." + "Jun-seo es el siguiente en batear." + +# game/4_noelle.rpy:2308 +translate spanish baseballGame_e40e6439: + + # "He swings at the pitch! The knuckleball suddenly swerves outward as if sensing the bat, dodging it entirely." + "¡Él golpea hacia el tiro! La knuckleball se desvía repentinamente hacia fuera como si percibiera el bate, esquivándolo por completo." + +# game/4_noelle.rpy:2310 +translate spanish baseballGame_fe50a586: + + # Jun "Uogh??" with sshake + Jun "¿¿Uogh??" with sshake + +# game/4_noelle.rpy:2312 +translate spanish baseballGame_7af3c61f: + + # Diya "?!" with sshake + Diya "¡¿?!" with sshake + +# game/4_noelle.rpy:2314 +translate spanish baseballGame_42eb9ec6: + + # "Diya misses the ball by a mile, too. She rips her mask off and chases after it." + "Diya falla en atrapar la pelota por mucho, también. Ella se arranca la máscara y la persigue." + +# game/4_noelle.rpy:2318 +translate spanish baseballGame_706587fa: + + # Subzero "Yaaaa!!!" with sshake + Subzero "¡¡¡Waaaa!!!" with sshake + +# game/4_noelle.rpy:2320 +translate spanish baseballGame_b6f0a8ce: + + # "Subzero takes off running toward second base!" + "¡Subzero sale corriendo hacia la segunda base!" + +# game/4_noelle.rpy:2322 +translate spanish baseballGame_8f9833f9: + + # NoelleT "He's taking the chance to steal! I need to tag him out!" + NoelleT "¡Está tomando la oportunidad para robar! ¡Tengo que marcarlo!" + +# game/4_noelle.rpy:2325 +translate spanish baseballGame_9251d623: + + # "Diya secures the ball and throws it to Akarsha." + "Diya asegura la pelota y se la lanza a Akarsha." + +# game/4_noelle.rpy:2327 +translate spanish baseballGame_45dd1e99: + + # Akarsha "Got it!" + Akarsha "¡La tengo!" + +# game/4_noelle.rpy:2329 +translate spanish baseballGame_1cb03fa0: + + # NoelleT "...Never mind, looks like Akarsha's supposed to cover second base here." + NoelleT "...Olvídalo, parece que Akarsha debe cubrir la segunda base en este caso." + +# game/4_noelle.rpy:2332 +translate spanish baseballGame_b19bd583: + + # "Sub-Zero skids to a halt halfway between the bases." + "Sub-Zero se detiene a medio camino entre las bases." + +# game/4_noelle.rpy:2333 +translate spanish baseballGame_43c2b153: + + # Subzero "Oh no!" + Subzero "¡Oh no!" + +# game/4_noelle.rpy:2335 +translate spanish baseballGame_cd73d370: + + # NoelleT "Because it was his choice to run, we need to actually tag him with the ball!" + NoelleT "Ya que fue su decisión correr, ¡tenemos que marcarlo con la pelota!" + +# game/4_noelle.rpy:2339 +translate spanish baseballGame_2d2ad222: + + # "Akarsha charges toward him, and Sub-Zero turns around and flees back toward first base." + "Akarsha se arremete hacia él, y Sub-Zero se da la vuelta y huye devuelta a primera base." + +# game/4_noelle.rpy:2341 +translate spanish baseballGame_bc762fda: + + # Liz "Throw it to me!" with sshake + Liz "¡Lánzamela!" with sshake + +# game/4_noelle.rpy:2343 +translate spanish baseballGame_714d0a93: + + # Akarsha "Hrah!" with sshake + Akarsha "¡Hrah!" with sshake + +# game/4_noelle.rpy:2345 +translate spanish baseballGame_d854464e: + + # "Akarsha lobs the ball over, and Liz tags him out." + "Akarsha arroja la pelota, y Liz logra marcarlo." + +# game/4_noelle.rpy:2347 +translate spanish baseballGame_d13424fc: + + # Subzero "Noooo..." + Subzero "Noooo..." + +# game/4_noelle.rpy:2349 +translate spanish baseballGame_391ce888: + + # Chryssa "Nice one, Akarsha!" + Chryssa "¡Muy buena, Akarsha!" + +# game/4_noelle.rpy:2351 +translate spanish baseballGame_e0803930: + + # Akarsha "...Akarsha? Who's that?" + Akarsha "...¿Akarsha? ¿Quién es esa?" + +# game/4_noelle.rpy:2353 +translate spanish baseballGame_6fbdb0e1: + + # Min "You???" + Min "¿¿¿Tú???" + +# game/4_noelle.rpy:2355 +translate spanish baseballGame_7947b875: + + # Akarsha "I dunno what you're talking about." + Akarsha "No sé de que estás hablando." + +# game/4_noelle.rpy:2357 +translate spanish baseballGame_fa2e7398: + + # Akarsha "My name.........is Sub-Zero." + Akarsha "Mi nombre.........es Sub-Zero." + +# game/4_noelle.rpy:2359 +translate spanish baseballGame_f482f82c: + + # Noelle "NO, IT'S NOT." + Noelle "NO, NO LO ES." + +# game/4_noelle.rpy:2364 +translate spanish baseballGame_3e0f5d3a: + + # "The teams switch sides." + "Los equipos cambian de lado." + +# game/4_noelle.rpy:2366 +translate spanish baseballGame_e4097cc1: + + # "As Noelle crosses the field, she's struck with a peculiar awareness of where she is." + "Mientras Noelle cruza por el campo, le invade una peculiar consciencia de dónde se encuentra." + +# game/4_noelle.rpy:2369 +translate spanish baseballGame_2052ad61: + + # NoelleT "Barely a day ago, I was on the opposite side of the planet." + NoelleT "Hace apenas un día, estaba en el lado opuesto del planeta." + +# game/4_noelle.rpy:2370 +translate spanish baseballGame_d3a50ce6: + + # NoelleT "I was in Taiwan, where the garbage trucks sing Beethoven's Fur Elise while collecting the trash." + NoelleT "Estaba en Taiwan, donde los camiones de basura ponían Fur Elise de Beethoven mientras recogían la basura." + +# game/4_noelle.rpy:2371 +translate spanish baseballGame_6fd10809: + + # NoelleT "And now I'm here, playing baseball. I'm wearing a little cap, sweating, and running on grass." + NoelleT "Y ahora estoy aquí, jugando béisbol. Usando una pequeña gorra, sudando, y corriendo en el pasto." + +# game/4_noelle.rpy:2372 +translate spanish baseballGame_f31d8a15: + + # NoelleT "Why am I here? It's a mistake that I'm here." + NoelleT "¿Por qué estoy aquí? Es un error que esté aquí." + +# game/4_noelle.rpy:2375 +translate spanish baseballGame_263d6aac: + + # Akarsha "Hello? Earth to Frenchman?" + Akarsha "¿Hola? ¿Tierra a francesa?" + +# game/4_noelle.rpy:2377 +translate spanish baseballGame_9d73f57c: + + # Noelle "What?" + Noelle "¿Qué?" + +# game/4_noelle.rpy:2380 +translate spanish baseballGame_f8755736: + + # Akarsha "You didn't hear a thing I said, huh?" + Akarsha "¿No escuchaste nada de lo que dije, eh?" + +# game/4_noelle.rpy:2382 +translate spanish baseballGame_1819900f: + + # Noelle "My apologies. What was it?" + Noelle "Mis disculpas. ¿Qué dijiste?" + +# game/4_noelle.rpy:2385 +translate spanish baseballGame_325fbebf: + + # Akarsha "I said, it's hot as balls out here!" + Akarsha "Dije, ¡hace un calor de las bolas acá!" + +# game/4_noelle.rpy:2388 +translate spanish baseballGame_94c398d4: + + # NoelleT "Not this again!" with sshake + NoelleT "¡No otra vez con esto!" with sshake + +# game/4_noelle.rpy:2397 +translate spanish baseballGame_e7d358d8: + + # Akarsha "So what were you so lost in thought about?" + Akarsha "¿Entonces en qué estabas tan ensimismada?" + +# game/4_noelle.rpy:2399 +translate spanish baseballGame_e4bd9845: + + # Noelle "Nothing really..." + Noelle "Nada la verdad..." + +# game/4_noelle.rpy:2401 +translate spanish baseballGame_fe31d49c: + + # Noelle "It's just strange knowing I would've led a completely different life if my parents had stayed in Taiwan." + Noelle "Simplemente es extraño que pude haber tenido una vida completamente distinta si mis padres se hubieran quedado en Taiwan." + +# game/4_noelle.rpy:2402 +translate spanish baseballGame_575cb57f: + + # Noelle "I would've been someone who was close to her family. Someone who wasn't ignorant of her own culture." + Noelle "Pude haber sido alguien cercano a su familia. Alguien que no era ignorante de su propia cultura." + +# game/4_noelle.rpy:2403 +translate spanish baseballGame_660b8b31: + + # Noelle "Maybe I would have been a better person." + Noelle "Quizás pude haber sido una mejor persona." + +# game/4_noelle.rpy:2406 +translate spanish baseballGame_bdf77e96: + + # Akarsha "Aw, I like you the way you are, though." + Akarsha "Aw, me agradas tal y como eres, eso sí." + +# game/4_noelle.rpy:2407 +translate spanish baseballGame_06231839: + + # Akarsha "And if your parents didn't move, we would never have met." + Akarsha "Y si tus padres no se hubieran mudado, nunca nos habríamos conocido." + +# game/4_noelle.rpy:2409 +translate spanish baseballGame_a6c74c14: + + # Noelle "Of course, because obviously that makes up for everything." + Noelle "Por supuesto, porque eso obviamente lo compensa todo." + +# game/4_noelle.rpy:2412 +translate spanish baseballGame_74df4f6a: + + # "Akarsha grins, and the inside of Noelle's palm prickles." + "Akarsha sonríe, y Noelle siente un cosquilleo en el interior de las palmas." + +# game/4_noelle.rpy:2414 +translate spanish baseballGame_9fc2ed2b: + + # NoelleT "This is so peculiar..." + NoelleT "Esto es tan peculiar..." + +# game/4_noelle.rpy:2417 +translate spanish baseballGame_80920e3f: + + # NoelleT "Is this what extreme anger feels like? But right now I'm only pretending to be annoyed for comedic effect." + NoelleT "¿Es así como se siente la rabia extrema? Pero en este momento solo estoy fingiendo estar molesta para el efecto cómico." + +# game/4_noelle.rpy:2420 +translate spanish baseballGame_a12a6390: + + # "The sensation is so unbearable, she wants to scratch at it until it goes away." + "La sensación es tan insoportable, que ella quiere rascarla hasta que desaparezca." + +# game/4_noelle.rpy:2422 +translate spanish baseballGame_b929d730: + + # Akarsha "I mean, you went there on vacation. You're probably looking at it through rose-colored glasses." + Akarsha "Digo, fuiste ahí de vacaciones. Probablemente solo estés mirando el lado positivo." + +# game/4_noelle.rpy:2423 +translate spanish baseballGame_4a3ed1dc: + + # Akarsha "They probably have tons of struggles over there that you're clueless about." + Akarsha "Probablemente tienen un montón de problemas ahí de los que no tienes idea." + +# game/4_noelle.rpy:2426 +translate spanish baseballGame_a4d36cb3: + + # Noelle "Even so, the standard of living there is on an entirely different level." + Noelle "Aún así, el estándar de vida allí esta a un nivel completamente distinto." + +# game/4_noelle.rpy:2427 +translate spanish baseballGame_46f03f1f: + + # Noelle "This is backed up by actual statistics, not just my personal opinions." + Noelle "Eso está respaldado por estadísticas reales, no solo mis opiniones personales." + +# game/4_noelle.rpy:2430 +translate spanish baseballGame_77d09199: + + # Akarsha "I dunno, man. It's not good to wallow too long in self-pity." + Akarsha "No lo sé, hombre. No es bueno revolcarse por mucho tiempo en la autocompasión." + +# game/4_noelle.rpy:2431 +translate spanish baseballGame_324f2e1a: + + # Akarsha "Or else you'll get lost in the sauce." + Akarsha "O te perderás en la salsa." + +# game/4_noelle.rpy:2433 +translate spanish baseballGame_ba99b620: + + # Noelle "...The sauce? What sauce?" + Noelle "...¿La salsa? ¿Qué salsa?" + +# game/4_noelle.rpy:2436 +translate spanish baseballGame_44d441bb: + + # Akarsha "It's a metaphor for being out of touch with reality." + Akarsha "Es una metáfora de estar fuera de contacto con la realidad." + +# game/4_noelle.rpy:2437 +translate spanish baseballGame_306d22bf: + + # Akarsha "But I like to imagine barbeque sauce." + Akarsha "Pero me gusta imaginarme salsa BBQ." + +# game/4_noelle.rpy:2442 +translate spanish baseballGame_ed0b524b: + + # Diya "!" with sshake + Diya "¡!" with sshake + +# game/4_noelle.rpy:2445 +translate spanish baseballGame_8a49b694: + + # "The rest of Team Global Warming erupts in cheers as Diya bats Chryssa in." + "El resto del equipo Calentamiento Global estalla en vítores cuando Diya batea hacia Chryssa." + +# game/4_noelle.rpy:2447 +translate spanish baseballGame_98a4313f: + + # "The rest of the [teamName!t] cheer as Diya bats Chryssa in." + "El resto de los [teamName!t] celebran mientras Diya batea hacia Chryssa." + +# game/4_noelle.rpy:2449 +translate spanish baseballGame_195068aa: + + # Noelle "Oh, they're not just walking Diya like last game?" + Noelle "Oh, ¿no están dejando pasar a Diya cómo en el ultimo partido?" + +# game/4_noelle.rpy:2452 +translate spanish baseballGame_4283262a: + + # Min "I told Jun I'd shave his hair off in his sleep if he did that again, cuz it's not fun for Diya." + Min "Le dije a Jun que le raparía el pelo mientras duerme si volvía a hacer eso, porque no es divertido para Diya." + +# game/4_noelle.rpy:2454 +translate spanish baseballGame_fb15307d: + + # Liz "Who's up next?" + Liz "¿Quién va siguiente?" + +# game/4_noelle.rpy:2456 +translate spanish baseballGame_8286a549: + + # Akarsha "Me! Time to unveil my special technique!" + Akarsha "¡Yo! ¡Es hora de desvelar mi técnica especial!" + +# game/4_noelle.rpy:2462 +translate spanish baseballGame_69a29daf: + + # Chryssa "Wait, she better not be trying that \"getting hit on purpose\" thing again!" + Chryssa "Espera, ¡más le vale que ella no vuelva a intentar lo de ser golpeada a propósito!" + +# game/4_noelle.rpy:2471 +translate spanish baseballGame_29506556: + + # "Oblivious, Junseo throws a fastball to Akarsha." + "Ajeno a esto, Jun lanza un tiro rápido hacia Akarsha." + +# game/4_noelle.rpy:2478 +translate spanish baseballGame_c2dff6d7: + + # "Akarsha leans in to the pitch, causing the ball bounce off her elbow guard." with sshake + "Akarsha se inclina hacia el lanzamiento, causando que la pelota rebote de su protector en el codo." with sshake + +# game/4_noelle.rpy:2480 +translate spanish baseballGame_e2d7c03b: + + # Akarsha "Hahah! Free walk to first base!" + Akarsha "¡Jaja! ¡Camino libre a primera base!" + +# game/4_noelle.rpy:2482 +translate spanish baseballGame_79496d3b: + + # Hayden "Huh?! You can't do that on purpose!" with sshake + Hayden "¡¿Ah?! ¡No puedes hacer eso a propósito!" with sshake + +# game/4_noelle.rpy:2485 +translate spanish baseballGame_d6d33357: + + # "The guy on the Niles team who's serving as their umpire pages through his rulebook, lost." + "El chico del equipo del Niles que hace de árbitro hojea su libro de reglamento, perdido." + +# game/4_noelle.rpy:2486 +translate spanish baseballGame_4f3b7e35: + + # NPC "Uh...Does it say that in the rules?" + NPC "Eh...¿Dónde salía eso en las reglas?" + +# game/4_noelle.rpy:2488 +translate spanish baseballGame_47c12eef: + + # Noelle "Actually, it's not relevant whether Akarsha caused the ball to hit her or not." + Noelle "En realidad, no es relevante si Akarsha provocó que la pelota la golpeara o no." + +# game/4_noelle.rpy:2489 +translate spanish baseballGame_40c7a0ca: + + # Noelle "Per rule 2, section 40 of the NFHS rulebook:\nThere is no distinction between the act of touching or by being touched." + Noelle "Según la regla 2, sección 40 del reglamento de la NFHS:\nNo hay distinción entre el acto de tocar o ser tocado." + +# game/4_noelle.rpy:2493 +translate spanish baseballGame_138f4e6f: + + # Jun "Seriously?!" + Jun "¡¿En serio?!" + +# game/4_noelle.rpy:2495 +translate spanish baseballGame_da366057: + + # Akarsha "Thank you, baseball lawyer! Muah!!" + Akarsha "¡Gracias, jueza del béisbol! ¡¡Muah!!" + +# game/4_noelle.rpy:2497 +translate spanish baseballGame_d6b7f939: + + # NoelleT "Actually, just last summer Rule 7-3-4 was added, stating that the batter shall not permit a pitched ball to touch him." + NoelleT "Para ser honesta, el verano pasado la regla 7-3-4 fue añadida, estableciendo que el bateador no puede permitir que una pelota lanzada lo golpee." + +# game/4_noelle.rpy:2499 +translate spanish baseballGame_dee76808: + + # NoelleT "But it's not really my job to remind them to update their rulebook." + NoelleT "Pero no es realmente mi trabajo el recordarles que actualicen su reglamento." + +# game/4_noelle.rpy:2502 +translate spanish baseballGame_98f9c23d: + + # Hayden "But...but still, that's not fair!" + Hayden "Pero...pero aún así, ¡eso no es justo!" + +# game/4_noelle.rpy:2504 +translate spanish baseballGame_83e52db9: + + # Akarsha "You may not like it, but this is what peak baseball looks like." + Akarsha "Puede que no te guste, pero así es el béisbol de élite." + +# game/4_noelle.rpy:2505 +translate spanish baseballGame_1a5a2166: + + # Akarsha "Even the Major League Baseball logo is a guy getting hit by the pitch." + Akarsha "Hasta el logo de la Major League Baseball es de un tipo siendo golpeado por un lanzamiento." + +# game/4_noelle.rpy:2507 +translate spanish baseballGame_3c03b931: + + # Jun "Wha...what're you talking about?" + Jun "Qué...¿de qué estás hablando?" + +# game/4_noelle.rpy:2508 +translate spanish baseballGame_4fe9f404: + + # Jun "It's a guy swinging at the ball." + Jun "Es un tipo golpeando hacia la pelota." + +# game/4_noelle.rpy:2513 +translate spanish baseballGame_2f970d5d: + + # Akarsha "No, really picture it." + Akarsha "No, imagínatelo de verdad." + +# game/4_noelle.rpy:2514 +translate spanish baseballGame_3ec6b31c: + + # Akarsha "The ball is too high up, and look how close to him it is." + Akarsha "La pelota está demasiado alta, mira lo cerca que está a él." + +# game/4_noelle.rpy:2515 +translate spanish baseballGame_02d478a7: + + # Akarsha "It's too late, there's no way he's gonna be able to hit it in time." + Akarsha "Es demasiado tarde, no hay manera de que él pueda golpearla a tiempo." + +# game/4_noelle.rpy:2516 +translate spanish baseballGame_67117a2f: + + # Akarsha "It's a guy who's about to get beaned." + Akarsha "Es un tipo a punto de ser machacado." + +# game/4_noelle.rpy:2518 +translate spanish baseballGame_4399bdb8: + + # Hayden "No way..." + Hayden "No puede ser..." + +# game/4_noelle.rpy:2520 +translate spanish baseballGame_fa30c941: + + # Min "She's right...It really is a guy about to get hit..." + Min "Tiene razón...Realmente es un tipo a punto de ser golpeado..." + +# game/4_noelle.rpy:2522 +translate spanish baseballGame_ac464593: + + # Akarsha "I rest my case." + Akarsha "Me reafirmo en lo dicho." + +# game/4_noelle.rpy:2527 +translate spanish baseballGame_0f5b5118: + + # "Akarsha jogs to first base, victorious." + "Akarsha trota a primera base, victoriosa." + +# game/4_noelle.rpy:2530 +translate spanish baseballGame_082463b5: + + # NoelleT "Alright. I'm up next." + NoelleT "Ok. Es mi turno ahora." + +# game/4_noelle.rpy:2532 +translate spanish baseballGame_a32ee002: + + # NoelleT "There's already two outs. I'd better not strike out." + NoelleT "Ya hay dos outs. Más me vale que no me hagan un strike out." + +# game/4_noelle.rpy:2534 +translate spanish baseballGame_33df877c: + + # NoelleT "But on the bright side, Diya and Akarsha are both on-base. If I can somehow hit this, we could end this inning with a massive lead." + NoelleT "Pero por el lado bueno, Diya y Akarsha están ambas en base. Si de alguna manera puedo darle a esto, podríamos terminar esta ronda con una gran ventaja." + +# game/4_noelle.rpy:2538 +translate spanish baseballGame_913fd05a: + + # "Noelle swiftly strikes out, missing by a mile with each swing." + "Noelle rápidamente acumula tres strikes, fallando por kilómetro con cada golpe." + +# game/4_noelle.rpy:2540 +translate spanish baseballGame_bc97374c: + + # Noelle "Drat! I blew it." + Noelle "¡Maldición! La cagué." + +# game/4_noelle.rpy:2543 +translate spanish baseballGame_4977758a: + + # Liz "There, there..." + Liz "Ya, ya..." + +# game/4_noelle.rpy:2547 +translate spanish baseballGame_967db250: + + # Chryssa "Did you try? Yes. But did you fail? Also yes." + Chryssa "¿Intentaste? Si. ¿Pero fallaste? También." + +# game/4_noelle.rpy:2549 +translate spanish baseballGame_f8a84a82: + + # Chryssa "Wait, I think I said those in the wrong order." + Chryssa "Espera, creo que dije eso en el orden equivocado." + +# game/4_noelle.rpy:2552 +translate spanish baseballGame_1f09e3b2: + + # Noelle "Forget the order! Why mention me failing at all?!" with sshake + Noelle "¡Olvídate del orden! ¡¿Por qué mencionar que falle del todo?!" with sshake + +# game/4_noelle.rpy:2563 +translate spanish defendingAgain_3e0f5d3a: + + # "The teams switch sides." + "Los equipos cambian de lados." + +# game/4_noelle.rpy:2565 +translate spanish defendingAgain_7c486282: + + # "As Noelle trods to second base, she crosses paths with Diya on her way to the catcher's box." + "Mientras Noelle trota a segunda base, ella se cruza en el camino de Diya a la caja del receptor." + +# game/4_noelle.rpy:2567 +translate spanish defendingAgain_cbe9f6ba: + + # Noelle "Diya, do you have any tips for hitting the ball?" + Noelle "Diya, ¿tienes algún consejo para golpear la pelota?" + +# game/4_noelle.rpy:2569 +translate spanish defendingAgain_14ab4ad1: + + # "Diya considers it for a moment." + "Diya se lo piensa por un momento." + +# game/4_noelle.rpy:2571 +translate spanish defendingAgain_46088e6b: + + # Diya "It's easier to hit the top of the ball than the bottom." + Diya "Es más fácil darle a la parte superior de la pelota que la inferior." + +# game/4_noelle.rpy:2572 +translate spanish defendingAgain_551067fe: + + # Diya "Bad for hitting home runs but you'll strike out less." + Diya "Malo para hacer home runs pero fallarás menos." + +# game/4_noelle.rpy:2574 +translate spanish defendingAgain_0670e43f: + + # Noelle "Diya, at this point I'd be thrilled to hit ANY of the ball. You think I can differentiate between the top and bottom halves??" + Noelle "Diya, a este punto estaría feliz con darle a CUALQUIER parte de la pelota. ¿¿Crees que puedo diferenciar entre la mitad superior e inferior??" + +# game/4_noelle.rpy:2577 +translate spanish defendingAgain_c5958f88: + + # "Diya appears not to have heard Noelle's response and has walked away." + "Diya parece no haber escuchado la respuesta de Noelle y se ha ido caminando." + +# game/4_noelle.rpy:2579 +translate spanish defendingAgain_0c990bd7: + + # Noelle "Thanks, I guess..." + Noelle "Gracias, supongo..." + +# game/4_noelle.rpy:2583 +translate spanish defendingAgain_cbb9625d: + + # "The Killer Whales cheer as a batter hits a grand slam off one of Min's pitches." + "Las Ballenas Asesinas celebran cuando uno de sus bateadores aciertan un grand slam con uno de los lanzamientos de Min." + +# game/4_noelle.rpy:2585 +translate spanish defendingAgain_936ee4ce: + + # Subzero "Woohoo! We're tied now!" + Subzero "¡Wuujuu! ¡Estamos empatados ahora!" + +# game/4_noelle.rpy:2588 +translate spanish defendingAgain_81f8383c: + + # Min "EAT SHIT AND DIE!!!" with sshake + Min "¡¡¡COME MIERDA Y MUERE!!!" with sshake + +# game/4_noelle.rpy:2594 +translate spanish defendingAgain_522aaa29: + + # "Min strikes the next two batters out in quick succession, but the third gets a solid hit!" + "Min hace strikeouts a los dos siguientes bateadores en rápida sucesión, ¡pero el tercero consigue un buen golpe!" + +# game/4_noelle.rpy:2598 +translate spanish defendingAgain_a291d6e1: + + # NoelleT "Maybe I can catch this!" + NoelleT "¡Quizás pueda atrapar esto!" + +# game/4_noelle.rpy:2601 +translate spanish defendingAgain_bf35bce4: + + # "Noelle leaps for the ball, but it flies over her head and bounces into center field." + "Noelle salta a por la pelota, pero ésta vuela por encima de su cabeza y rebota en el campo central." + +# game/4_noelle.rpy:2603 +translate spanish defendingAgain_357bc0b5: + + # Chryssa "Got it!" + Chryssa "¡La tengo!" + +# game/4_noelle.rpy:2605 +translate spanish defendingAgain_a69e2333: + + # "Chryssa fields the ball, then tosses it back to Noelle." + "Chryssa recoge la pelota, y se la lanza devuelta a Noelle." + +# game/4_noelle.rpy:2607 +translate spanish defendingAgain_eaeaa64a: + + # NoelleT "I need to throw this to first base!" with sshake + NoelleT "¡Tengo que lanzar esto a primera base!" with sshake + +# game/4_noelle.rpy:2611 +translate spanish defendingAgain_a2e28642: + + # "Noelle throws the ball with all her might! It plops almost straight into the ground and begins rolling away..." + "¡Noelle lanza la pelota con todas sus fuerzas! Esta cae casi directamente al suelo y comienza a rodar..." + +# game/4_noelle.rpy:2613 +translate spanish defendingAgain_95009986: + + # Liz ".........." + Liz ".........." + +# game/4_noelle.rpy:2614 +translate spanish defendingAgain_090d218c: + + # "Liz leaves first base to grab the ball. By this point, the runner is approaching second base." + "Liz sale de primera base para agarrar la pelota. A este punto, el corredor se está acercando a segunda base." + +# game/4_noelle.rpy:2616 +translate spanish defendingAgain_e858add6: + + # NoelleT "It's another pickle! Liz and Akarsha need to box him in again." + NoelleT "¡Es otro aprieto! Liz y Akarsha tienen que acorralarlo de nuevo." + +# game/4_noelle.rpy:2619 +translate spanish defendingAgain_d6483e85: + + # Liz "Akarsha!" with sshake + Liz "¡Akarsha!" with sshake + +# game/4_noelle.rpy:2621 +translate spanish defendingAgain_a8131263: + + # Akarsha "Who?" + Akarsha "¿Quién?" + +# game/4_noelle.rpy:2623 +translate spanish defendingAgain_076ace65: + + # NoelleT "She's not cooperating because she wants to be called Sub-Zero!" with sshake + NoelleT "¡Ella no está cooperando porque quiere que la llamen Sub-Zero!" with sshake + +# game/4_noelle.rpy:2631 +translate spanish defendingAgain_04945de4: + + # Noelle "...Sub-Zero..." + Noelle "...Sub-Zero..." + +# game/4_noelle.rpy:2634 +translate spanish defendingAgain_918ac72b: + + # Akarsha "Oh hey, that's me!" + Akarsha "Ah oye, ¡esa soy yo!" + +# game/4_noelle.rpy:2637 +translate spanish defendingAgain_ca5641d1: + + # "Akarsha catches the ball Liz throws her, and quickly tags the Jun-seo out." + "Akarsha atrapa la pelota que Liz le lanza, y rápidamente marca a Jun-seo fuera." + +# game/4_noelle.rpy:2639 +translate spanish defendingAgain_4a630f8d: + + # Jun "Nooooo..." + Jun "Nooooo..." + +# game/4_noelle.rpy:2641 +translate spanish defendingAgain_c42e3d03: + + # Akarsha "Heh! Another win for Sub-Zero." + Akarsha "¡Je! Otra victoria para Sub-Zero." + +# game/4_noelle.rpy:2643 +translate spanish defendingAgain_2fd8f2a0: + + # Noelle "YOU'RE DISGUSTING." with sshake + Noelle "ERES UN ASCO." with sshake + +# game/4_noelle.rpy:2649 +translate spanish defendingAgain_a7956b03: + + # "Thanks to Noelle's noble sacrifice, Global Warming maintains their deadlock with the Killer Whales for the next few innings." + "Gracias al noble sacrificio de Noelle, el Calentamiento Global mantiene su empate contra las Ballenas Asesinas por el próximo par de rondas." + +# game/4_noelle.rpy:2651 +translate spanish defendingAgain_5d2337da: + + # "Thanks to Noelle's noble sacrifice, the [teamName!t] maintain their deadlock with the Killer Whales for the next few innings." + "Gracias al noble sacrificio de Noelle, los [teamName!t] mantienen su empate contra las Ballenas Asesinas por el próximo par de rondas." + +# game/4_noelle.rpy:2658 +translate spanish defendingAgain_6d69895f: + + # NoelleT "It's the bottom of the last inning. We just need one run to cinch our victory." + NoelleT "Estamos al fondo de la última ronda. Sólo necesitamos una carrera más para asegurar nuestra victoria." + +# game/4_noelle.rpy:2662 +translate spanish defendingAgain_336a4716: + + # Noelle "AKARSHA!!!! YOU VILE CREATURE!!!!" with sshake + Noelle "¡¡¡¡¡AKARSHA!!!! ¡¡¡¡MALDITA CRIATURA VIL!!!!!" with sshake + +# game/4_noelle.rpy:2665 +translate spanish defendingAgain_5d6d7f88: + + # Akarsha "Hmmm? I wonder who this \"Akarsha\" you keep referring to is." + Akarsha "¿Hmmm? Me pregunto quien es esa tal \"Akarsha\" a la que te sigues refiriendo." + +# game/4_noelle.rpy:2668 +translate spanish defendingAgain_5226a991: + + # "Liz throws the ball to Akarsha, but she pretends not to see it and lets it land on the ground." + "Liz le lanza la pelota a Akarsha, pero ella pretende no verla y deja que caiga en el suelo." + +# game/4_noelle.rpy:2671 +translate spanish defendingAgain_b5921685: + + # Noelle "REALLY???" with sshake + Noelle "¿¿¿EN SERIO???" with sshake + +# game/4_noelle.rpy:2674 +translate spanish defendingAgain_963b5e21: + + # Liz "Shit!" with sshake + Liz "¡Mierda!" with sshake + +# game/4_noelle.rpy:2675 +translate spanish defendingAgain_5a24f2b7: + + # Liz "I mean — shoot!" + Liz "Digo — ¡rayos!" + +# game/4_noelle.rpy:2677 +translate spanish defendingAgain_df3b8b6c: + + # "Noelle rushes to grab the ball instead, but the runner is already long gone." + "Noelle se apresura en recoger la pelota, pero el corredor ya se ha ido." + +# game/4_noelle.rpy:2678 +translate spanish defendingAgain_0a97e49f: + + # "She shrieks at Akarsha as he crosses home plate." + "Ella le grita a Akarsha mientras él cruza la meta." + +# game/4_noelle.rpy:2681 +translate spanish defendingAgain_d0d9d20f: + + # Noelle "THEY SCORED BECAUSE OF YOU!" with sshake + Noelle "¡ANOTARON POR TU CULPA!" with sshake + +# game/4_noelle.rpy:2684 +translate spanish defendingAgain_64219e6e: + + # Akarsha "Because of me? Or because you were a big meanie and didn't compromise like a good teammate?" + Akarsha "¿Por mi culpa? ¿O porque fuiste una pesadita y no te comprometiste como una buena compañera de equipo?" + +# game/4_noelle.rpy:2686 +translate spanish defendingAgain_c6a5709c: + + # Akarsha "Really makes you think..." + Akarsha "Realmente te hace pensar..." + +# game/4_noelle.rpy:2689 +translate spanish defendingAgain_30a70c0b: + + # Noelle "NO, IT DOESN'T." with sshake + Noelle "NO, NO LO HACE." with sshake + +# game/4_noelle.rpy:2699 +translate spanish defendingAgain_c62ac16d: + + # "Thanks to Akarsha's antics, Global Warming enters the bottom of the final inning one run behind the Killer Whales." + "Gracias a las payasadas de Akarsha, el Calentamiento Global entra al fondo de la última ronda una carrera por detrás de las Ballenas Asesinas." + +# game/4_noelle.rpy:2701 +translate spanish defendingAgain_f1ca8257: + + # "Thanks to Akarsha's antics, the [teamName!t] enter the bottom of the final inning one run behind the Killer Whales." + "Gracias a las payasadas de Akarsha, los [teamName!t] entran al fondo de la última ronda una carrera por detrás de las Ballenas Asesinas." + +# game/4_noelle.rpy:2703 +translate spanish defendingAgain_5b5d1dc8: + + # NoelleT "We need to get at least one more run, or we'll lose." + NoelleT "Tendremos que conseguir al menos una carrera más, o vamos a perder." + +# game/4_noelle.rpy:2707 +translate spanish bigBrainMove_04316a17: + + # "Unfortunately, Sayeeda and Chryssa rack up two outs right off the bat." + "Desafortunadamente, Sayeeda y Chryssa acumulan dos outs nada más empezar." + +# game/4_noelle.rpy:2709 +translate spanish bigBrainMove_4a4e6fc6: + + # Sayeeda "Gomenasorry Diya-sama, you're our only hope!" + Sayeeda "Gomenadisculpa Diya-sama, ¡eres nuestra única esperanza!" + +# game/4_noelle.rpy:2713 +translate spanish bigBrainMove_d88c65fc: + + # "After letting two balls go, Diya swings at a fastball." + "Después de dejar dos bolas ir, Diya golpea hacia una fastball." + +# game/4_noelle.rpy:2716 +translate spanish bigBrainMove_57537cff: + + # Diya "....!" + Diya "¡....!" + +# game/4_noelle.rpy:2718 +translate spanish bigBrainMove_91417dc5: + + # "She drives the ball into right field, and everyone holds their breath as it rockets toward the fence." + "Ella dirige la pelota directo al campo derecho, y todos contienen la respiración mientras se precipita hacia una verja." + +# game/4_noelle.rpy:2721 +translate spanish bigBrainMove_d350ff98: + + # "It smashes into the middle of the fence, just a couple feet too low to clear it." + "Esta se estrella en el centro de la verja, sólo a unos metros muy bajo como para pasarla." + +# game/4_noelle.rpy:2724 +translate spanish bigBrainMove_6b3dac62: + + # Akarsha "Too bad it wasn't a home run." + Akarsha "Lástima que no fue un home run." + +# game/4_noelle.rpy:2726 +translate spanish bigBrainMove_4711d018: + + # Min "Too bad I'm about to beat the shit out of you!!" with sshake + Min "¡¡Lástima que estoy a punto de partirte la cara!!" with sshake + +# game/4_noelle.rpy:2728 +translate spanish bigBrainMove_64bf752e: + + # Akarsha "Kidding! Kidding!! Diya did great!" + Akarsha "¡Bromeo! ¡¡Bromeo!! ¡Diya lo hizo muy bien!" + +# game/4_noelle.rpy:2732 +translate spanish bigBrainMove_21a8e336: + + # "Diya sprints round the diamond and slides into second base, just barely beating the throw." + "Diya corre a través del diamante y se desliza a segunda base, apenas superando el lanzamiento." + +# game/4_noelle.rpy:2733 +translate spanish bigBrainMove_66140097: + + # NPC "Safe!" + NPC "¡Asegurado!" + +# game/4_noelle.rpy:2734 +translate spanish bigBrainMove_dcaf54ce: + + # "Akarsha cracks her knuckles as she gets up from the bench." + "Akarsha se truena los nudillos mientras se levanta de la banca." + +# game/4_noelle.rpy:2736 +translate spanish bigBrainMove_22be31c9: + + # Akarsha "Time to use my special technique." + Akarsha "Hora de usar mi técnica especial." + +# game/4_noelle.rpy:2738 +translate spanish bigBrainMove_836d3fb7: + + # Liz "Wait. Are you going to get yourself hit by the pitch again?" + Liz "Espera. ¿Vas a hacer que te golpee el lanzamiento otra vez?" + +# game/4_noelle.rpy:2740 +translate spanish bigBrainMove_603e0a30: + + # Akarsha "Ya." + Akarsha "Sí." + +# game/4_noelle.rpy:2742 +translate spanish bigBrainMove_9742936c: + + # Liz "Back when I was in Little League, I saw a batter get beaned in the face." + Liz "Cuando estaba en las ligas menores, vi como a un bateador le golpearon en la cara con una pelota." + +# game/4_noelle.rpy:2743 +translate spanish bigBrainMove_0be82bc7: + + # Liz "Chryssa, do you remember? He was on your team." + Liz "Chryssa, ¿lo recuerdas? Él estaba en nuestro equipo." + +# game/4_noelle.rpy:2745 +translate spanish bigBrainMove_c914a997: + + # Chryssa "Huh?" + Chryssa "¿Ah?" + +# game/4_noelle.rpy:2747 +translate spanish bigBrainMove_465cfa50: + + # Chryssa "...Oh, yeah! That was so scary." + Chryssa "...Oh, ¡sí! Eso fue muy aterrador." + +# game/4_noelle.rpy:2748 +translate spanish bigBrainMove_7ec0ab17: + + # Chryssa "He collapsed and was just lying motionless on the ground for a while." + Chryssa "Se desplomó y se quedó inmóvil en el suelo por un rato." + +# game/4_noelle.rpy:2749 +translate spanish bigBrainMove_ea703d69: + + # Chryssa "He looked like he was dead. Poor kid had to be carried off in a stretcher." + Chryssa "Parecía muerto. Al pobre chico se lo tuvieron que llevar en una camilla." + +# game/4_noelle.rpy:2751 +translate spanish bigBrainMove_237efc56: + + # Liz "I think it knocked out one of his teeth, right?" + Liz "Creo que el impacto le soltó un diente, ¿cierto?" + +# game/4_noelle.rpy:2753 +translate spanish bigBrainMove_622335a1: + + # Chryssa "Yup." + Chryssa "Sep." + +# game/4_noelle.rpy:2754 +translate spanish bigBrainMove_0856c509: + + # Chryssa "Actually, maybe he even have died for real later." + Chryssa "De hecho, quizás él se pudo haber muerto de verdad después." + +# game/4_noelle.rpy:2756 +translate spanish bigBrainMove_9129da4f: + + # Noelle "\"Maybe\"??" + Noelle "¿¿\"Quizás\"??" + +# game/4_noelle.rpy:2759 +translate spanish bigBrainMove_21c08017: + + # Liz "Anyway, you trying to get hit on purpose just reminded me of that." + Liz "En fin, tú intentando que te golpeen a propósito hizo que me acuerde de eso." + +# game/4_noelle.rpy:2761 +translate spanish bigBrainMove_102937f4: + + # Akarsha "O-oh...Okay..." + Akarsha "O-oh...Ok..." + +# game/4_noelle.rpy:2763 +translate spanish bigBrainMove_430f5c7e: + + # NoelleT "This must be a new scare tactic they're trying." + NoelleT "Esta debe ser una nueva táctica de miedo que están intentando." + +# game/4_noelle.rpy:2766 +translate spanish bigBrainMove_5355380c: + + # Chryssa "Plus, this is our only real chance to bring Diya home. We have two outs, and Noelle will probably strike out at her at-bat." + Chryssa "Además, esta es nuestra única chance real de traer a Diya devuelta al Home Plate. Tenemos dos outs, y Noelle probablemente haría un strike out." + +# game/4_noelle.rpy:2768 +translate spanish bigBrainMove_1435965c: + + # Chryssa "No offense, Noelle." + Chryssa "Sin ofender, Noelle." + +# game/4_noelle.rpy:2770 +translate spanish bigBrainMove_ed3f1f55: + + # Noelle "None taken..." + Noelle "Ni una ofensa tomada..." + +# game/4_noelle.rpy:2773 +translate spanish bigBrainMove_579bacd2: + + # Chryssa "So getting walked here would just delay the inevitable. You should try to create an opportunity for Diya to run." + Chryssa "Así que dejarse llevar aquí solo retrasaría lo inevitable. Deberías crear una oportunidad para que Diya pueda correr." + +# game/4_noelle.rpy:2776 +translate spanish bigBrainMove_8ff5fd13: + + # Akarsha "So I gotta actually hit the ball? Aw, man..." + Akarsha "¿Así de verdad tengo que golpear la pelota? Aw, hombre...." + +# game/4_noelle.rpy:2778 +translate spanish bigBrainMove_a1c683e5: + + # Liz "No pressure if you can't manage it! But do your best!" + Liz "¡No hay presión si es que no lo consigues! ¡Pero haz lo mejor que puedas!" + +# game/4_noelle.rpy:2780 +translate spanish bigBrainMove_1a4dfd3b: + + # Akarsha "Say no more. I'm goin' serious mode." + Akarsha "Que no se diga más. Voy en modo serio." + +# game/4_noelle.rpy:2786 +translate spanish bigBrainMove_cd826492: + + # "As Akarsha walks up to the plate, she tosses her bat in the air, spins around, and tries to catch it behind her back." + "Mientras Akarsha camina al plato, ella lanza su bate al aire, hace un giro, e intenta atraparlo por su espalda." + +# game/4_noelle.rpy:2788 +translate spanish bigBrainMove_f2b95886: + + # "She doesn't spin around fast enough, so the bat just clatters to the ground." + "Ella no gira lo suficientemente rápido, así que el bate solo se cae al piso." + +# game/4_noelle.rpy:2790 +translate spanish bigBrainMove_ea5c5756: + + # Jun "..........." + Jun "..........." + +# game/4_noelle.rpy:2791 +translate spanish bigBrainMove_86b89ab2: + + # "Akarsha picks the bat back up and points it at Jun-seo." + "Akarsha recoge el bate devuelta y se lo apunta a Jun-seo." + +# game/4_noelle.rpy:2793 +translate spanish bigBrainMove_51edd74a: + + # Akarsha "Your pants can't wait for my pee." + Akarsha "Tus pantalones no pueden esperar por mi pis." + +# game/4_noelle.rpy:2795 +translate spanish bigBrainMove_69b4d9d8: + + # Jun "Wha...what is that even supposed to mean?" + Jun "Qué...¿qué se supone que significa eso?" + +# game/4_noelle.rpy:2797 +translate spanish bigBrainMove_b62b6ec7: + + # Hayden "She's trying to confuse you! Don't let it get to you!" + Hayden "¡Ella esta intentando confundirte! ¡No dejes que te afecte!" + +# game/4_noelle.rpy:2800 +translate spanish bigBrainMove_120a4839: + + # "Disturbed, Jun-seo quickly pitches to Akarsha." + "Perturbado, Jun-seo rápidamente hace un tiro hacia Akarsha." + +# game/4_noelle.rpy:2802 +translate spanish bigBrainMove_05698b8f: + + # "Akarsha whiffs it for a strike." + "Akarsha pifia el golpe." + +# game/4_noelle.rpy:2804 +translate spanish bigBrainMove_8aa670f4: + + # Akarsha "Whoopsie!" + Akarsha "¡Upsis!" + +# game/4_noelle.rpy:2807 +translate spanish bigBrainMove_49f95f89: + + # Ester "We're all going to be haunted by that pee comment now and it didn't even work???" with sshake + Ester "¿¿¿Todos vamos a ser atormentados por ese comentario del pis ahora y ni siquiera funcionó???" with sshake + +# game/4_noelle.rpy:2812 +translate spanish bigBrainMove_09c7bb0b: + + # "The team holds their collective breath as Jun-seo lets his next pitch fly." + "El equipo contiene la respiración mientras Jun-seo deja volar su siguiente lanzamiento." + +# game/4_noelle.rpy:2815 +translate spanish bigBrainMove_6b0e60ca: + + # "Akarsha smacks it into foul territory." + "Akarsha lo golpea hacia territorio de foul." + +# game/4_noelle.rpy:2817 +translate spanish bigBrainMove_2820a2b8: + + # NoelleT "Strike two..." + NoelleT "Strike dos..." + +# game/4_noelle.rpy:2821 +translate spanish bigBrainMove_0a46aecb: + + # Min "If you waste Diya's double, I'll hit you!!!" with sshake + Min "¡¡¡Si malgastas la doble de Diya, te voy a pegar!!!" with sshake + +# game/4_noelle.rpy:2824 +translate spanish bigBrainMove_c55e1e2a: + + # "Chryssa taps the sign she and Liz taped to the dugout's fence." + "Chryssa toca el cartel que ella y Liz pegaron a la verja del dugout." + +# game/4_noelle.rpy:2826 +translate spanish bigBrainMove_5a72aed7: + + # Chryssa "No hitting allowed." + Chryssa "No está permitido golpearse." + +# game/4_noelle.rpy:2829 +translate spanish bigBrainMove_63086545: + + # Akarsha "Ha!" + Akarsha "¡Ja!" + +# game/4_noelle.rpy:2831 +translate spanish bigBrainMove_62b5c2db: + + # Min "Then...then I'll scream really loud in your ear!" + Min "Entonces...¡entonces te gritare muy fuerte en tu oído!" + +# game/4_noelle.rpy:2833 +translate spanish bigBrainMove_d382ad57: + + # Min "So it destroys your eardrum!!" + Min "¡¡Para que te destruya el tímpano!!" + +# game/4_noelle.rpy:2835 +translate spanish bigBrainMove_e03120b9: + + # "Liz taps the second sign they taped to the fence." + "Liz toca el segundo cartel que pegaron a la verja." + +# game/4_noelle.rpy:2837 +translate spanish bigBrainMove_b789aebf: + + # Liz "No screaming allowed either." + Liz "No está permitido gritar tampoco." + +# game/4_noelle.rpy:2839 +translate spanish bigBrainMove_32a44a05: + + # Min "Goddammit..." + Min "Maldita sea..." + +# game/4_noelle.rpy:2843 +translate spanish bigBrainMove_cea4aec0: + + # "Jun-seo winds up again. In the meantime, Akarsha has gone suspiciously quiet." + "Jun-seo vuelve a tomar impulso. Mientras tanto, Akarsha se ha puesto sospechosamente silenciosa." + +# game/4_noelle.rpy:2845 +translate spanish bigBrainMove_e47d28aa: + + # Akarsha "........." + Akarsha "........." + +# game/4_noelle.rpy:2855 +translate spanish bigBrainMove_2c3d18f7: + + # "Akarsha leans in so she gets hit by the pitch again!" + "¡Akarsha se inclina para ser golpeada por el tiro otra vez!" + +# game/4_noelle.rpy:2858 +translate spanish bigBrainMove_db151346: + + # Chryssa "Not again!" with sshake + Chryssa "¡No de nuevo!" with sshake + +# game/4_noelle.rpy:2860 +translate spanish bigBrainMove_970a3359: + + # Min "Great going, you just lost us the game!" with sshake + Min "¡Bien hecho, acabas de hacernos perder el partido!" with sshake + +# game/4_noelle.rpy:2864 +translate spanish bigBrainMove_d5c13635: + + # Akarsha "YAAAaaaaaAAAAA!!" with sshake + Akarsha "¡¡WAAAaaaaaAAAAA!!" with sshake + +# game/4_noelle.rpy:2868 +translate spanish bigBrainMove_70079749: + + # "Akarsha races toward first base like her life depends on it!" with sshake + "¡Akarsha corre hacia primera base como si su vida dependiera de ello!" with sshake + +# game/4_noelle.rpy:2870 +translate spanish bigBrainMove_c9d676fc: + + # Subzero "G-guys? Why's she's running?" + Subzero "¿C-chicos? ¿Por qué ella está corriendo?" + +# game/4_noelle.rpy:2872 +translate spanish bigBrainMove_c26944d8: + + # Hayden "Tag her if she tries to steal second!" + Hayden "¡Márcala si intenta robar segunda!" + +# game/4_noelle.rpy:2874 +translate spanish bigBrainMove_aaf993d0: + + # "Hayden quickly throws the ball to Subhaan, the first baseman. Akarsha hastily stops in her tracks." + "Hayden rápidamente le lanza la pelota a Subhaan, en primera base. Akarsha se detiene en seco." + +# game/4_noelle.rpy:2876 +translate spanish bigBrainMove_23aafea6: + + # Akarsha "Uh-oh!" + Akarsha "¡Uy!" + +# game/4_noelle.rpy:2878 +translate spanish bigBrainMove_df9a83e3: + + # Subzero "Come back here!" with sshake + Subzero "¡Vuelve aquí!" with sshake + +# game/4_noelle.rpy:2879 +translate spanish bigBrainMove_239adbe6: + + # "Akarsha turns and scrambles back the way she came with Subhaan at her heels." + "Akarsha se da la vuelta y regresa por donde ha venido con Subhaan pisándole los talones." + +# game/4_noelle.rpy:2881 +translate spanish bigBrainMove_5f5c2082: + + # NoelleT "What is she doing?! There's no benefit to her retreating all the way back home!" with sshake + NoelleT "¡¿Qué está haciendo?! ¡No hay ningún beneficio en retroceder todo el camino de vuelta al home!" with sshake + +# game/4_noelle.rpy:2884 +translate spanish bigBrainMove_31c1cb79: + + # "As Akarsha nears home, Subhaan hurls the ball back to Hayden, who lunges forward to tag her." + "Mientras Akarsha se acerca al home, Subhaan arroja la pelota devuelta a Hayden, quien se arremete hacia delante para marcarla." + +# game/4_noelle.rpy:2888 +translate spanish bigBrainMove_589d589e: + + # Liz "They've panicked and forgotten the basic rules of baseball!" with sshake + Liz "¡Entraron en pánico y se han olvidado de las reglas básicas del béisbol!" with sshake + +# game/4_noelle.rpy:2889 +translate spanish bigBrainMove_18bbd27b: + + # Liz "All they have to do is tag first base for a force out!" + Liz "¡Todo lo que tienen que hacer es marcar primera base para forzarla fuera!" + +# game/4_noelle.rpy:2892 +translate spanish bigBrainMove_96cb30a2: + + # Noelle "{i}Can{/i} they do that? She was hit by the pitch — she's entitled to first base." + Noelle "¿{i}Pueden{/i} hacer eso? Le golpeó el lanzamiento — tiene el derecho de ir a primera." + +# game/4_noelle.rpy:2895 +translate spanish bigBrainMove_f446d04c: + + # Liz "...Good point..." + Liz "...Buen punto..." + +# game/4_noelle.rpy:2900 +translate spanish bigBrainMove_a89a9dcf: + + # Jun "GUYS, DON'T FORGET DIYA'S RUNNING TOO!" with sshake + Jun "¡CHICOS, NO SE OLVIDEN QUE DIYA TAMBIÉN ESTÁ CORRIENDO!" with sshake + +# game/4_noelle.rpy:2902 +translate spanish bigBrainMove_d1ebda1b: + + # Hayden "HUH?" + Hayden "¿AH?" + +# game/4_noelle.rpy:2907 +translate spanish bigBrainMove_d053de48: + + # "Diya slides home in the confusion!" with sshake + "¡Diya se desliza al home en la confusión!" with sshake + +# game/4_noelle.rpy:2911 +translate spanish bigBrainMove_d8d48025: + + # Min "YEAHHHHHH!!!!!" with sshake + Min "¡¡¡¡¡¡VAMOOOOOOOS!!!!!!" with sshake + +# game/4_noelle.rpy:2914 +translate spanish bigBrainMove_baf54a41: + + # Diya "...!!" + Diya "¡¡...!!" + +# game/4_noelle.rpy:2917 +translate spanish bigBrainMove_a3277a29: + + # "Min runs over to home base and starts furiously kissing Diya as Hayden chases Akarsha back toward first." + "Min corre hacia la base en home y empieza a besar a Diya furiosamente mientras Hayden persigue a Akarsha devuelta a primera." + +# game/4_noelle.rpy:2921 +translate spanish bigBrainMove_6b19e37f: + + # Chryssa "GET OFF THE PLAYING FIELD!! THE GAME'S NOT OVER YET!" with sshake + Chryssa "¡¡SALGAN DEL CAMPO DE JUEGO!! ¡EL JUEGO AÚN NO HA TERMINADO!" with sshake + +# game/4_noelle.rpy:2923 +translate spanish bigBrainMove_4d953afa: + + # Ester "It's not? I thought we won?" + Ester "¿No lo ha hecho? ¿Pensé que ya ganamos?" + +# game/4_noelle.rpy:2925 +translate spanish bigBrainMove_eb825cab: + + # Chryssa "The run won't count if Akarsha is the third out before making it to first base!" + Chryssa "¡La carrera no va a contar si Akarsha es el tercer out antes de llegar a primera base!" + +# game/4_noelle.rpy:2926 +translate spanish bigBrainMove_3010664c: + + # Chryssa "Er, if they even can tag her out? I don't know anymore." + Chryssa "¿Em, si es que siquiera pueden marcarla? Ya no tengo idea." + +# game/4_noelle.rpy:2930 +translate spanish bigBrainMove_e494c7e6: + + # Chryssa "GET OFF THE PLAYING FIELD!! YOU CAN CELEBRATE LATER!!" with sshake + Chryssa "¡¡SALGAN DEL CAMPO DE JUEGO!! ¡¡PUEDEN CELEBRAR DESPUÉS!!" with sshake + +# game/4_noelle.rpy:2932 +translate spanish bigBrainMove_50492c9c: + + # Liz "The run won't even count if Akarsha is the third out before making it to first base!" + Liz "¡La carrera ni siquiera va a contar si Akarsha es el tercer out antes de llegar a primera base!" + +# game/4_noelle.rpy:2933 +translate spanish bigBrainMove_27c41b70: + + # Liz "Er, if they even can tag her out? I'm not sure anymore." + Liz "¿Em, si es que siquiera pueden marcarla? Ya no estoy segura." + +# game/4_noelle.rpy:2938 +translate spanish bigBrainMove_9ee5f848: + + # "As she's trying to weasel past Subhaan, Akarsha trips on her own shoelaces and collides with him!" + "Al intentar esquivar a Subhaan, ¡Akarsha se tropieza con sus propios cordones y choca contra él!" + +# game/4_noelle.rpy:2942 +translate spanish bigBrainMove_4d81e02d: + + # Akarsha "Agh!" with sshake + Akarsha "¡Agh!" with sshake + +# game/4_noelle.rpy:2949 +translate spanish bigBrainMove_0c9acc72: + + # "Akarsha bangs her head on Subhaan's knee on her way down!" + "¡Akarsha se golpea la cabeza contra la rodilla de Subhaan al caer!" + +# game/4_noelle.rpy:2951 +translate spanish bigBrainMove_ba4d3d6a: + + # Subzero "Oh my god!" with sshake + Subzero "¡Oh dios mío!" with sshake + +# game/4_noelle.rpy:2953 +translate spanish bigBrainMove_3dd98bff: + + # Noelle "Akarsha!" with sshake + Noelle "¡Akarsha!" with sshake + +# game/4_noelle.rpy:2958 +translate spanish bigBrainMove_a7daa756: + + # "Without thinking, she runs over to where Akarsha is lying motionless on the ground." + "Sin pensarlo, ella corre hacia donde Akarsha yace inmóvil en el suelo." + +# game/4_noelle.rpy:2961 +translate spanish bigBrainMove_c09edd9a: + + # Noelle "Akarsha! Are you alright?" with sshake + Noelle "¡Akarsha! ¿Estás bien?" with sshake + +# game/4_noelle.rpy:2963 +translate spanish bigBrainMove_499ab866: + + # "Akarsha doesn't respond." + "Akarsha no responde." + +# game/4_noelle.rpy:2964 +translate spanish bigBrainMove_dcf7be39: + + # "Coming from Akarsha, the silence is a thousand times scarier than if she'd been screaming." + "Viniendo de Akarsha, el silencio es mil veces más aterrador que si ella estuviera gritando." + +# game/4_noelle.rpy:2966 +translate spanish bigBrainMove_fbcfde90: + + # Noelle "Please be alright..." + Noelle "Por favor que estés bien..." + +# game/4_noelle.rpy:2969 +translate spanish bigBrainMove_a509a304: + + # "Her voice comes out all choked and funny, and Noelle realizes with horror that she's crying." + "Su voz sale entrecortada y extraña, y Noelle se da cuenta con horror de que está llorando." + +# game/4_noelle.rpy:2975 +translate spanish bigBrainMove_fa0dbe14: + + # Noelle "The world would be an awful place without you..." + Noelle "El mundo sería un lugar horrible sin ti..." + +# game/4_noelle.rpy:2981 +translate spanish bigBrainMove_dfb591c1: + + # Akarsha "Owww..." + Akarsha "Auhhhh..." + +# game/4_noelle.rpy:2986 +translate spanish bigBrainMove_636a9174: + + # "Dazed, Akarsha slowly begins to sit up." + "Aturdida, Akarsha lentamente comienza a levantarse." + +# game/4_noelle.rpy:2987 +translate spanish bigBrainMove_b020f6bd: + + # "Noelle is so relieved that she tearfully pulls Akarsha into a hug for a moment before a mixture of other emotions catch up with her." + "Noelle se siente tan aliviada que ella abraza a Akarsha con lágrimas en los ojos por un momento antes de que una mezcla de otras emociones la alcancen." + +# game/4_noelle.rpy:2990 +translate spanish bigBrainMove_b3724e90: + + # NoelleT "Wait, what am I doing?!" with sshake + NoelleT "Espera, ¡¿qué estoy haciendo?!" with sshake + +# game/4_noelle.rpy:2993 +translate spanish bigBrainMove_657cadba: + + # "Her heart pounding, Noelle hastily shoves Akarsha away, sending her crashing back to the ground." with sshake + "Con el corazón palpitando con fuerza, Noelle rápidamente se aparta de Akarsha con un empuje, llevándola devuelta a caer al piso." with sshake + +# game/4_noelle.rpy:2995 +translate spanish bigBrainMove_43cf8fe3: + + # Akarsha "Whuh?!" with sshake + Akarsha "¡¿Whah?!" with sshake + +# game/4_noelle.rpy:2999 +translate spanish bigBrainMove_cc7821ae: + + # Noelle "YOU ABSOLUTE ARSE!" with sshake + Noelle "¡MALDITA ESTÚPIDA!" with sshake + +# game/4_noelle.rpy:3000 +translate spanish bigBrainMove_b5f44421: + + # Noelle "YOU SCARED ME! DON'T EVER DO THAT AGAIN!" with sshake + Noelle "¡ME ASUSTASTE! ¡NO VUELVAS A HACER ESO OTRA VEZ!" with sshake + +# game/4_noelle.rpy:3002 +translate spanish bigBrainMove_8c81ba06: + + # "Noelle frantically wipes her tears away as Akarsha wobbles back to her feet." + "Noelle frenéticamente se seca las lágrimas mientras Akarsha se pone de pie." + +# game/4_noelle.rpy:3003 +translate spanish bigBrainMove_22f64fbd: + + # "Soon, the others have gathered around her in concern." + "Pronto, todos los demás se agrupan a su alrededor en preocupación." + +# game/4_noelle.rpy:3005 +translate spanish bigBrainMove_2f24b8d4: + + # Chryssa "You okay?" + Chryssa "¿Estás bien?" + +# game/4_noelle.rpy:3007 +translate spanish bigBrainMove_68d2ec72: + + # Akarsha "Yeah, just woozy..." + Akarsha "Sí, solo mareada..." + +# game/4_noelle.rpy:3009 +translate spanish bigBrainMove_f0d57662: + + # Chryssa "What year is it?" + Chryssa "¿A qué año estamos?" + +# game/4_noelle.rpy:3011 +translate spanish bigBrainMove_9bd5166f: + + # Akarsha "1834...?" + Akarsha "¿1834...?" + +# game/4_noelle.rpy:3013 +translate spanish bigBrainMove_43bac1bf: + + # Akarsha "Just kidding, 2009." + Akarsha "Solo bromeo, 2009." + +# game/4_noelle.rpy:3016 +translate spanish bigBrainMove_ce9fbc41: + + # Noelle "HOW CAN YOU BE CRACKING JOKES RIGHT NOW?!" with sshake + Noelle "¡¿CÓMO PUEDES ESTAR HACIENDO CHISTES AHORA MISMO?!" with sshake + +# game/4_noelle.rpy:3019 +translate spanish bigBrainMove_00c2b521: + + # Chryssa "Can you tell me what happened?" + Chryssa "¿Puedes contarme lo que pasó?" + +# game/4_noelle.rpy:3021 +translate spanish bigBrainMove_20068413: + + # Akarsha "I got myself into a pickle, tripped, and ate shit." + Akarsha "Me metí en un aprieto, me tropezé, y comí tierra." + +# game/4_noelle.rpy:3023 +translate spanish bigBrainMove_947cd472: + + # Chryssa "Okay, good..." + Chryssa "Ok, bien..." + +# game/4_noelle.rpy:3026 +translate spanish bigBrainMove_bd2953ee: + + # Liz "Ask her if she feels nauseous." + Liz "Pregúntale si se siente nauseabunda." + +# game/4_noelle.rpy:3028 +translate spanish bigBrainMove_d0b96afa: + + # Chryssa "Do you feel nauseous?" + Chryssa "¿Sientes náusea?" + +# game/4_noelle.rpy:3030 +translate spanish bigBrainMove_f66300ff: + + # Akarsha "Naw." + Akarsha "Nah." + +# game/4_noelle.rpy:3031 +translate spanish bigBrainMove_1b8b43fb: + + # "As they run through a series of tests for concussion, Chryssa and Liz relax a bit." + "Mientras le hacen una serie de pruebas por una posible conmoción cerebral, Chryssa y Liz se relajan un poco." + +# game/4_noelle.rpy:3033 +translate spanish bigBrainMove_113327f1: + + # Chryssa "You seem fine...It's good that you can remember what happened and walk." + Chryssa "Pareces estar bien...Es bueno que puedas recordar lo que pasó y caminar." + +# game/4_noelle.rpy:3035 +translate spanish bigBrainMove_1f217852: + + # Liz "It looked like you lost consciousness for a second there, though." + Liz "Parece que perdiste el conocimiento por un momento, eso sí." + +# game/4_noelle.rpy:3037 +translate spanish bigBrainMove_1f5fa0be: + + # Akarsha "I wasn't knocked out, I was thinking the whole time." + Akarsha "No estaba noqueada, estuve consiente todo el tiempo." + +# game/4_noelle.rpy:3039 +translate spanish bigBrainMove_9eb7f0d7: + + # NoelleT "Huh?!" with sshake + NoelleT "¡¿Ah?!" with sshake + +# game/4_noelle.rpy:3042 +translate spanish bigBrainMove_1e8aecdd: + + # Akarsha "I was just stunned 'cause it really hurt." + Akarsha "Solo me quedé un poco pasmada porque me dolió de verdad." + +# game/4_noelle.rpy:3044 +translate spanish bigBrainMove_ebb92397: + + # Noelle "So...you remember what I said to you?" + Noelle "Entonces...¿recuerdas lo que te dije?" + +# game/4_noelle.rpy:3047 +translate spanish bigBrainMove_1291e76a: + + # Akarsha "Yeah, that I'm an arse?" + Akarsha "¿Sí, que soy una estúpida?" + +# game/4_noelle.rpy:3049 +translate spanish bigBrainMove_a866d33d: + + # Noelle "What about before that?" + Noelle "¿Y antes de eso?" + +# game/4_noelle.rpy:3052 +translate spanish bigBrainMove_38e7355a: + + # Akarsha "Um...Before that, everyone was screaming that I fell." + Akarsha "Eh...Antes de eso, todos estaban gritando de que me caí." + +# game/4_noelle.rpy:3053 +translate spanish bigBrainMove_5810b156: + + # Akarsha "It was so chaotic, it all kinda blurred together." + Akarsha "Fue tan caótico, que lo tengo todo confundido." + +# game/4_noelle.rpy:3056 +translate spanish bigBrainMove_b736bd39: + + # Akarsha "Why, did you finally call me Sub-Zero?" + Akarsha "¿Por qué, acaso finalmente me llamaste Sub-Zero?" + +# game/4_noelle.rpy:3058 +translate spanish bigBrainMove_40b1e8db: + + # Noelle "I most certainly did not." with sshake + Noelle "Desde luego que no." with sshake + +# game/4_noelle.rpy:3060 +translate spanish bigBrainMove_3bc3f304: + + # NoelleT "What a relief! It would have been mortifying if she'd heard me falling to pieces over her." + NoelleT "¡Qué alivio! Hubiera sido humillante si me hubiese oído caerme a pedazos sobre ella." + +# game/4_noelle.rpy:3064 +translate spanish bigBrainMove_4e33a983: + + # Chryssa "We should still get you checked out by an adult." + Chryssa "Igualmente deberíamos hacer que te revise un adulto." + +# game/4_noelle.rpy:3066 +translate spanish bigBrainMove_930a273d: + + # Min "Aren't you and Liz technically adults now?" + Min "¿No son tú y Liz técnicamente adultas ahora?" + +# game/4_noelle.rpy:3068 +translate spanish bigBrainMove_6b42c7d3: + + # Chryssa "You know what I mean. {i}Real{/i} adults, like the school nurse." + Chryssa "Sabes a lo que me refiero. {i}Verdaderos{/i} adultos, como la enfermera de la escuela." + +# game/4_noelle.rpy:3071 +translate spanish bigBrainMove_f82469a9: + + # Hayden "Does that mean the game's over?" + Hayden "¿Eso significa que se acaba el partido?" + +# game/4_noelle.rpy:3073 +translate spanish bigBrainMove_e9d95cd0: + + # Chryssa "Yeah, sorry...We'll have to rematch you guys some other time." + Chryssa "Sí, lo siento...Tendremos que hacer una revancha en algún otro momento." + +# game/4_noelle.rpy:3076 +translate spanish bigBrainMove_b549ff4f: + + # Min "Wait, so did we win? Did Diya's run count?" + Min "Espera, ¿entonces ganamos? ¿Cuenta la carrera de Diya?" + +# game/4_noelle.rpy:3078 +translate spanish bigBrainMove_9969eaec: + + # Min "Wait, so did we tie? Did Diya's run count?" + Min "Espera, ¿entonces empatamos? ¿Cuenta la carrera de Diya?" + +# game/4_noelle.rpy:3080 +translate spanish bigBrainMove_406d5263: + + # Noelle "Unfortunately, no." + Noelle "Desafortunadamente, no." + +# game/4_noelle.rpy:3081 +translate spanish bigBrainMove_fd849569: + + # Noelle "My understanding is that Akarsha ultimately violated Section 4 of Rule 8 — She made a travesty of the game." + Noelle "Según tengo entendido Akarsha infringió en última instancia la Sección 4 de la Regla 8 — Hizo una farsa del juego." + +# game/4_noelle.rpy:3084 +translate spanish bigBrainMove_9b7fcd20: + + # Akarsha "A {i}travesty?{/i} That's such a dramatic way to put it, I love it." + Akarsha "¿Una {i}farsa?{/} Esa es una manera bastante dramática de decirlo, me encanta." + +# game/4_noelle.rpy:3091 +translate spanish bigBrainMove_ae115657: + + # Subzero "I'm so sorry! You can hit my head super hard too as payback!" + Subzero "¡Lo siento mucho! ¡Puedes golpearme en la cabeza súper fuerte como venganza!" + +# game/4_noelle.rpy:3092 +translate spanish bigBrainMove_67350271: + + # Subzero "Like with the bat or something!" + Subzero "¡Como con el bate o algo así!" + +# game/4_noelle.rpy:3094 +translate spanish bigBrainMove_df68f8f4: + + # Jun "Why?! It wouldn't help at all!" + Jun "¡¿Por qué?! ¡Eso no ayudaría en nada!" + +# game/4_noelle.rpy:3096 +translate spanish bigBrainMove_0d142d7a: + + # Min "I'll do it." + Min "Yo lo haré." + +# game/4_noelle.rpy:3098 +translate spanish bigBrainMove_e9537988: + + # Chryssa "NO ONE'S HITTING ANYBODY IN THE HEAD WITH THE BAT!" with sshake + Chryssa "¡NADIE VA A GOLPEAR A NADIE EN LA CABEZA CON EL BATE!" with sshake + +# game/4_noelle.rpy:3108 +translate spanish bigBrainMove_c108e4ea: + + # Liz "Noelle, could you escort Akarsha to the nurse's office?" + Liz "Noelle, ¿podrías acompañar a Akarsha a la enfermería?" + +# game/4_noelle.rpy:3111 +translate spanish bigBrainMove_318273e6: + + # Noelle "Alright, fine." + Noelle "De acuerdo, bien." + +# game/4_noelle.rpy:3116 +translate spanish bigBrainMove_20cba5c0: + + # "Noelle and Akarsha trudge back up the hill toward the school." + "Noelle y Akarsha suben devuelta por la colina hacia la escuela." + +# game/4_noelle.rpy:3117 +translate spanish bigBrainMove_2183defb: + + # "Suddenly Akarsha touches her own cheek, confused." + "De repente Akarsha se toca su propia mejilla, confundida." + +# game/4_noelle.rpy:3119 +translate spanish bigBrainMove_2a7c77d2: + + # Akarsha "Why is my face wet?" + Akarsha "¿Por qué está mojada mi cara?" + +# game/4_noelle.rpy:3121 +translate spanish bigBrainMove_9d73f57c: + + # Noelle "What?" + Noelle "¿Qué?" + +# game/4_noelle.rpy:3124 +translate spanish bigBrainMove_427f7cb7: + + # Akarsha "There's something wet on my cheek. Like water." + Akarsha "Tengo algo húmedo en la mejilla. Como agua." + +# game/4_noelle.rpy:3126 +translate spanish bigBrainMove_d61d17b7: + + # NoelleT "It's from when I was crying over her!" with sshake + NoelleT "¡Es de cuando estaba llorando por ella!" with sshake + +# game/4_noelle.rpy:3128 +translate spanish bigBrainMove_63c4925d: + + # Noelle "That...that must've been someone's spit that fell on you." + Noelle "Eso...eso debió haber sido la saliva de alguien que cayó en ti." + +# game/4_noelle.rpy:3131 +translate spanish bigBrainMove_45ba45f8: + + # Akarsha "Huh?! Ew!" with sshake + Akarsha "¡¿Ah?! ¡Puaj!" with sshake + +# game/4_noelle.rpy:3135 +translate spanish bigBrainMove_213221d9: + + # Akarsha "Man...If only I hadn't tripped, I totally would've saved the day." + Akarsha "Hombre...Si tan solo no me hubiera caído, totalmente habría salvado el día." + +# game/4_noelle.rpy:3137 +translate spanish bigBrainMove_b9b57f0b: + + # Akarsha "You should thank me for tryin' to save you from making us lose." + Akarsha "Deberías agradecerme por intentar salvarte de hacernos perder." + +# game/4_noelle.rpy:3142 +translate spanish bigBrainMove_233f9f3d: + + # NoelleT "Now that she mentions it, I do feel a bit bad that she got hurt trying to help me..." + NoelleT "Ahora que lo menciona, si me siento un poco mal que ella se lastimó intentando ayudarme..." + +# game/4_noelle.rpy:3144 +translate spanish bigBrainMove_f1819922: + + # Noelle "I actually am a bit impressed you wrangled such an improbable outcome out of a walk." + Noelle "La verdad es que estoy un poco impresionada de que hayas conseguido un resultado tan improbable de una carrera." + +# game/4_noelle.rpy:3145 +translate spanish bigBrainMove_2811afff: + + # Noelle "I truly marvel at your creativity sometimes." + Noelle "De verdad que a veces me maravilla tu creatividad." + +# game/4_noelle.rpy:3150 +translate spanish bigBrainMove_0bcb7d02: + + # Akarsha "Whuh??" + Akarsha "¿¿Wheh??" + +# game/4_noelle.rpy:3152 +translate spanish bigBrainMove_b0bb2628: + + # Akarsha "Who are you, and what did you do with Noelle?" + Akarsha "¿Quién eres tú, y que hiciste con Noelle?" + +# game/4_noelle.rpy:3154 +translate spanish bigBrainMove_6bf989ce: + + # Noelle "Contrary to common belief, I am, in fact, capable of being nice." + Noelle "Contrario a la creencia popular, yo soy, de hecho, capaz de ser amable." + +# game/4_noelle.rpy:3157 +translate spanish bigBrainMove_705e27de: + + # Akarsha "I know, but you usually look like you're passing a really hard poo while you're doing it." + Akarsha "Lo sé, pero usualmente pareces que estás haciendo una cagada muy dura mientras lo haces." + +# game/4_noelle.rpy:3158 +translate spanish bigBrainMove_0156f8db: + + # "Akarsha grabs Noelle's hand and vigorously shakes it up and down." + "Akarsha agarra la mano de Noelle y la sacude enérgicamente de arriba abajo." + +# game/4_noelle.rpy:3160 +translate spanish bigBrainMove_fe791955: + + # Akarsha "Congratulations! You've learned basic human decency!" + Akarsha "¡Felicidades! ¡Aprendiste decencia humana básica!" + +# game/4_noelle.rpy:3161 +translate spanish bigBrainMove_1dbe5445: + + # Akarsha "You should try it more often." + Akarsha "Deberías usarla más a menudo." + +# game/4_noelle.rpy:3162 +translate spanish bigBrainMove_049c3d77: + + # "To Noelle's dismay, she feels a strange, almost electric undercurrent of something running between their palms." + "Para la consternación de Noelle, ella siente una extraña, casi eléctrica corriente de algo pasando por sus palmas." + +# game/4_noelle.rpy:3164 +translate spanish bigBrainMove_a3816e57: + + # NoelleT "Why am I so sensitive to her touch all of a sudden? It didn't used to be like this." + NoelleT "¿Por qué soy tan sensible a su tacto tan de repente? No solía ser así." + +# game/4_noelle.rpy:3166 +translate spanish bigBrainMove_0bbf6fac: + + # "Noelle thrashes her hand free and seizes Akarsha's wrist!" with sshake + "¡Noelle libera su mano a golpes y apresa la muñeca de Akarsha!" with sshake + +# game/4_noelle.rpy:3168 +translate spanish bigBrainMove_ce00232f: + + # Akarsha "Wah!" with sshake + Akarsha "¡Wah!" with sshake + +# game/4_noelle.rpy:3170 +translate spanish bigBrainMove_7cbb33f8: + + # NoelleT "Could it be that I'm still excited from the game?" + NoelleT "¿Será que aun estoy emocionada por el partido?" + +# game/4_noelle.rpy:3171 +translate spanish bigBrainMove_66fd0597: + + # NoelleT "There's probably still adrenaline in my system." + NoelleT "Probablemente aún hay adrenalina en mi sistema." + +# game/4_noelle.rpy:3174 +translate spanish bigBrainMove_583330e0: + + # Akarsha "Lemme go!" with sshake + Akarsha "¡Déjame ir!" with sshake + +# game/4_noelle.rpy:3177 +translate spanish bigBrainMove_ecf050ab: + + # Akarsha "War crime! War crime!!" with sshake + Akarsha "¡Crimen de guerra! ¡¡Crimen de guerra!!" with sshake + +# game/4_noelle.rpy:3180 +translate spanish bigBrainMove_d906b2b4: + + # Noelle "IT'S NOT A WAR CRIME TO GRAB SOMEONE'S ARM!" with sshake + Noelle "¡NO ES UN CRIMEN DE GUERRA AGARRAR EL BRAZO DE ALGUIEN!" with sshake + +# game/4_noelle.rpy:3185 +translate spanish bigBrainMove_a68b07cf: + + # NoelleT "Oh, the humanity!" + NoelleT "¡Oh, la humanidad!" + +# game/4_noelle.rpy:3186 +translate spanish bigBrainMove_e27607e2: + + # NoelleT "To be captivated by a court jester — a circus clown juggling five bowling pins!" + NoelleT "Dejarse cautivar por un bufón de la corte — ¡un payaso de circo haciendo malabares con cinco bolos!" + +# game/4_noelle.rpy:3202 +translate spanish math_d537ffe3: + + # "Diya blearily looks up from her textbook as Akarsha takes her usual seat in front of Noelle." + "Diya sombríamente levanta la vista de su libro de texto mientras Akarsha toma su asiento usual en frente de Noelle." + +# game/4_noelle.rpy:3204 +translate spanish math_6aa4145a: + + # Diya "How's your head." + Diya "Cómo está tu cabeza." + +# game/4_noelle.rpy:3206 +translate spanish math_a357ea1c: + + # Akarsha "Oh, I'm all good now!" + Akarsha "Oh, ¡ya estoy bien ahora!" + +# game/4_noelle.rpy:3207 +translate spanish math_91e9a66f: + + # Akarsha "The nurse just told me to rest up for a few days." + Akarsha "La enfermera sólo me dijo que descanse por un par de días." + +# game/4_noelle.rpy:3208 +translate spanish math_18fbaa1e: + + # Akarsha "My parents made me see a doctor over the weekend, too, and he said the same thing." + Akarsha "Mis padres me hicieron ver a un doctor el fin de semana, también, y él dijo lo mismo." + +# game/4_noelle.rpy:3210 +translate spanish math_8240dffc: + + # Noelle "That's good to hear." + Noelle "Me alegra oír eso." + +# game/4_noelle.rpy:3217 +translate spanish math_7377b735: + + # Akarsha "I wish I could've used this as an excuse to get outta the Bio test today, though." + Akarsha "Ojalá pudiera haber usado esto como una excusa para librarme del examen de Biología de hoy, eso sí." + +# game/4_noelle.rpy:3219 +translate spanish math_eac9c3f0: + + # Noelle "At least we have the Multicultural Week Assembly in third period." + Noelle "Al menos tenemos la Asamblea de la Semana Multicultural en la tercera hora." + +# game/4_noelle.rpy:3220 +translate spanish math_c88ed751: + + # Noelle "You can use it as extra time to cram." + Noelle "Lo podemos usar como tiempo extra para estudiar." + +# game/4_noelle.rpy:3223 +translate spanish math_c2dcc281: + + # Akarsha "I wanna watch at least some of it, though. I heard there was gonna be a K-pop part." + Akarsha "Aunque, yo quiero ver al menos algo de eso. Escuché que iba a haber una parte de K-pop." + +# game/4_noelle.rpy:3225 +translate spanish math_f6b93611: + + # "Noelle's heart does a nervous little stutter as Akarsha turns all the way round in her seat to face her." + "El corazón de Noelle tiembla un poco nerviosamente cuando Akarsha se gira completamente en su asiento para verla cara a cara." + +# game/4_noelle.rpy:3227 +translate spanish math_aceeda25: + + # Akarsha "Do you remember the poster that was in the nurse's office?" + Akarsha "¿Recuerdas el póster que estaba en la oficina de la enfermera?" + +# game/4_noelle.rpy:3229 +translate spanish math_b45fca87: + + # Noelle "No. What poster?" + Noelle "No. ¿Qué poster?" + +# game/4_noelle.rpy:3232 +translate spanish math_f01a342c: + + # Akarsha "It said if your hand is bigger than your face, you have cancer." + Akarsha "Decía que si tu mano es más grande que tu cara, tienes cáncer." + +# game/4_noelle.rpy:3234 +translate spanish math_e5e62b50: + + # Diya "That doesn't sound right." + Diya "Eso no suena correcto." + +# game/4_noelle.rpy:3236 +translate spanish math_a9c6b441: + + # Noelle "Why would that be the case? Swelling?" + Noelle "¿Por qué sería ese el caso? ¿Hinchazón?" + +# game/4_noelle.rpy:3238 +translate spanish math_841496af: + + # "Just to check, Noelle puts her hand over her face to compare their sizes." + "Solo para comprobar, Noelle pone su mano sobre su rostro para comparar los tamaños." + +# game/4_noelle.rpy:3245 +translate spanish math_8e07980a: + + # "Akarsha slaps Noelle's hand so Noelle smacks herself in the face." + "Akarsha abofetea la mano de Noelle para que ella se golpee a si misma en la cara." + +# game/4_noelle.rpy:3248 +translate spanish math_bcce352f: + + # Noelle "AKARSHAAAAA!!!!" with sshake + Noelle "¡¡¡¡AKARSHAAAAA!!!!" with sshake + +# game/4_noelle.rpy:3251 +translate spanish math_1e152ebb: + + # "Akarsha bolts, and Noelle chases after her!" + "¡Akarsha sale corriendo, y Noelle la persigue!" + +# game/4_noelle.rpy:3254 +translate spanish math_07037f16: + + # "The bell rings!{w=0.26} This concludes Noelle and Akarsha's daily morning scream fest." + "¡Suena la campana!{w=0.26} Esto concluye el festival de gritos matutino de Noelle y Akarsha." + +# game/4_noelle.rpy:3255 +translate spanish math_990a6068: + + # "Once they're back in their desks, Noelle glowers at the back of Akarsha's head." + "Una vez están devuelta en sus mesas, Noelle contempla con la mirada la nuca de Akarsha." + +# game/4_noelle.rpy:3258 +translate spanish math_41858061: + + # NoelleT "I can't keep my eyes off of her. It must be my body's natural defense mechanism in response to threats." + NoelleT "No puedo dejar de mirarla. Debe ser el mecanismo de defensa natural de mi cuerpo en respuesta ante amenazas." + +# game/4_noelle.rpy:3259 +translate spanish math_41ee4675: + + # NoelleT "If I hold her hand, it'll prevent her from doing the \"Why are you hitting yourself?\" move." + NoelleT "Si le tomo la mano, prevendrá que me haga el truco de \"¿Por qué te golpeas?\"." + +# game/4_noelle.rpy:3260 +translate spanish math_b682534e: + + # NoelleT "And if I embrace her, she will be completely immobilized." + NoelleT "Y si la abrazo, quedará completamente inmovilizada." + +# game/4_noelle.rpy:3261 +translate spanish math_bf37e464: + + # NoelleT "Yes. There are perfectly reasonable explanations for all of these strange urges I'm feeling." + NoelleT "Sí. Estas son razones perfectamente razonables a todos estos impulsos extraños que estoy sintiendo." + +# game/4_noelle.rpy:3267 +translate spanish preassembly_da3f6079: + + # "In third period, Noelle's teacher leads the class to the gym to watch the Multicultural assembly." + "En la tercera hora, la profesora de Noelle dirige la clase al gimnasio para ver la Asamblea Multicultural." + +# game/4_noelle.rpy:3268 +translate spanish preassembly_6e6bebef: + + # "Most of her classmates have their heads buried in their Biology textbooks as they walk, desperately cramming for the impending test." + "La mayoría de sus compañeros de clase ya tienen las cabezas en sus libros de Biología mientras caminan, estudiando desesperadamente para el inminente examen." + +# game/4_noelle.rpy:3270 +translate spanish preassembly_6d685766: + + # Diya "Pistil." + Diya "Pistilo." + +# game/4_noelle.rpy:3272 +translate spanish preassembly_ef61b670: + + # Noelle "The ovule producing part of the flower. Next." + Noelle "La parte de la flor productora de los óvulos. Siguiente." + +# game/4_noelle.rpy:3275 +translate spanish preassembly_46375001: + + # Diya "Xylem." + Diya "Xilema." + +# game/4_noelle.rpy:3277 +translate spanish preassembly_ab8ac9a8: + + # Akarsha "Plant tissue that moves water 'n stuff around. Next." + Akarsha "Tejido vegetal que traslada el agua y otras cosas alrededor. Siguiente." + +# game/4_noelle.rpy:3279 +translate spanish preassembly_f2494aff: + + # Diya "What's \"stuff\"." + Diya "Qué son \"cosas\"." + +# game/4_noelle.rpy:3281 +translate spanish preassembly_1da18b3a: + + # Akarsha "Like, stuff. Y'know...Stuff." + Akarsha "Como, cosas. Tu sabes...Cosas." + +# game/4_noelle.rpy:3283 +translate spanish preassembly_df0ef030: + + # Noelle "You know, Akarsha, I've never actually seen you study for something in earnest before." + Noelle "Sabes, Akarsha, realmente nunca te había visto estudiar para algo en serio antes." + +# game/4_noelle.rpy:3286 +translate spanish preassembly_bc861cce: + + # Akarsha "Ya, well, I decided to actually try normally for once." + Akarsha "Sí, bueno, decidí intentar normalmente de una vez." + +# game/4_noelle.rpy:3287 +translate spanish preassembly_f1a8e819: + + # Akarsha "I think I have too many lies and weird plots goin' on at the same time, and it's tiring me out." + Akarsha "Creo que tengo demasiadas mentiras y tramas raras pasando al mismo tiempo, y me está cansando." + +# game/4_noelle.rpy:3300 +translate spanish preassembly_04df5a63: + + # NoelleT "You fool...You nuisance...You liar..." + NoelleT "Tonta...Molestia...Mentirosa..." + +# game/4_noelle.rpy:3301 +translate spanish preassembly_9a8505ee: + + # NoelleT "I want to know everything about you..." + NoelleT "Quiero saberlo todo de ti..." + +# game/4_noelle.rpy:3302 +translate spanish preassembly_1a336e0e: + + # NoelleT "I want you to tell me every thought that's ever crossed your mind..." + NoelleT "Quiero que me cuentes de cada pensamiento que haya cruzado tu mente..." + +# game/4_noelle.rpy:3305 +translate spanish preassembly_131ef4d6: + + # Diya "Sepal." + Diya "Sépalo." + +# game/4_noelle.rpy:3307 +translate spanish preassembly_4df55757: + + # Akarsha "The outer part of the flower, the green leafy part." + Akarsha "La parte externa de la flor, las hojas verdes de por arriba." + +# game/4_noelle.rpy:3309 +translate spanish preassembly_bba1beb2: + + # NoelleT "Why am I so infatuated with her?" + NoelleT "¿Por qué estoy tan obsesionada con ella?" + +# game/4_noelle.rpy:3310 +translate spanish preassembly_a654af1e: + + # NoelleT "It can't possibly be that I fancy her." + NoelleT "No puede ser que ella me guste." + +# game/4_noelle.rpy:3312 +translate spanish preassembly_d0dbf088: + + # NoelleT "No...Surely not!" with sshake + NoelleT "No...¡Definitivamente no!" with sshake + +# game/4_noelle.rpy:3313 +translate spanish preassembly_06402f11: + + # NoelleT "I may have grown used to the concept of Diya dating Min, but I have no intention of being in a relationship like that myself." + NoelleT "Puede que me haya acostumbrado al concepto de Diya saliendo con Min, pero no tengo ninguna intención de estar en una relación como esa yo misma." + +# game/4_noelle.rpy:3314 +translate spanish preassembly_d5a380c8: + + # NoelleT "Even now that I'm aware it's possible for two women to...copulate...that changes nothing!" + NoelleT "Incluso que ahora sé que es posible para dos mujeres...copular...¡eso no cambia nada!" + +# game/4_noelle.rpy:3315 +translate spanish preassembly_2f634706: + + # NoelleT "Homosexuals can't even legally get married anymore. It seems unwise to pursue a lifestyle reliant on the mercy of a government as unreliable as our own." + NoelleT "Los homosexuales ya ni siquiera pueden casarse legalmente. No parece prudente seguir un estilo de vida que depende de la misericordia de un gobierno tan poco fiable como el nuestro." + +# game/4_noelle.rpy:3318 +translate spanish preassembly_4b2f5825: + + # "Akarsha gives her an odd look." + "Akarsha la mira con extrañeza." + +# game/4_noelle.rpy:3319 +translate spanish preassembly_7abb8768: + + # Akarsha "...Why're you glaring at me?" + Akarsha "...¿Por qué me miras así?" + +# game/4_noelle.rpy:3321 +translate spanish preassembly_0e94a64a: + + # NoelleT "Oh...Is that how my face looked?" + NoelleT "Oh...¿No tenía buena cara?" + +# game/4_noelle.rpy:3324 +translate spanish preassembly_a9fda0c9: + + # Akarsha "I haven't even done anything yet." + Akarsha "Ni siquiera he hecho nada todavía." + +# game/4_noelle.rpy:3326 +translate spanish preassembly_eb52153f: + + # Noelle "YET?" with sshake + Noelle "¿TODAVÍA?" with sshake + +# game/4_noelle.rpy:3329 +translate spanish preassembly_2fc393e2: + + # Noelle "Oof!" with sshake + Noelle "¡Uf!" with sshake + +# game/4_noelle.rpy:3332 +translate spanish preassembly_206ff125: + + # "Noelle walks straight into someone in the class walking ahead of them." + "Noelle choca directamente con alguien de la clase que va delante de ellas." + +# game/4_noelle.rpy:3334 +translate spanish preassembly_2955703d: + + # Grace "Kyaaaa!" with sshake + Grace "¡Kyaaaa!" with sshake + +# game/4_noelle.rpy:3336 +translate spanish preassembly_fcbd3e54: + + # Sayeeda "Oh hai, it's you guys!" + Sayeeda "Ah hola, ¡son ustedes!" + +# game/4_noelle.rpy:3338 +translate spanish preassembly_a7351239: + + # Akarsha "Oh hey! What's up?" + Akarsha "¡Oh mira! ¿Qué tal?" + +# game/4_noelle.rpy:3340 +translate spanish preassembly_6041e317: + + # Ester "I posted the first chapter of my webcomic." + Ester "Publiqué el primer capítulo de mi webcomic." + +# game/4_noelle.rpy:3342 +translate spanish preassembly_9b829dd7: + + # Sayeeda "I saw! Every page has like, four comments!!" with sshake + Sayeeda "¡Lo ví! ¡Cada página tenía como, cuatro comentarios!" with sshake + +# game/4_noelle.rpy:3345 +translate spanish preassembly_a013bc8f: + + # NoelleT "Is that good...? I have no idea how to gauge webcomic success." + NoelleT "¿Es eso bueno...? No tengo idea de cómo medir el éxito de un webcomic." + +# game/4_noelle.rpy:3348 +translate spanish preassembly_c6dc8947: + + # Grace "Ester, you're like, you're a celebrity now!" + Grace "¡Ester, eres como, una celebridad ahora!" + +# game/4_noelle.rpy:3350 +translate spanish preassembly_c3861884: + + # Akarsha "Ooh, I wanna see!" + Akarsha "¡Ooh, quiero ver!" + +# game/4_noelle.rpy:3352 +translate spanish preassembly_472f0748: + + # Ester "Here, I scanned all these comic pages from my sketchbook." + Ester "Toma, escaneé todas estas páginas del comic de mi cuaderno." + +# game/4_noelle.rpy:3353 +translate spanish preassembly_121d97a1: + + # "She holds her sketchbook out so Noelle, Diya, and Akarsha can read it as they walk." + "Ella sostiene el cuaderno para que Noelle, Diya, y Akarsha puedan leerlo mientras caminan." + +# game/4_noelle.rpy:3357 +translate spanish preassembly_fba92daf: + + # Noelle "This is not scientifically accurate..." + Noelle "Esto no es científicamente preciso..." + +# game/4_noelle.rpy:3358 +translate spanish preassembly_ecc3e14d: + + # Noelle "But at least it's easier to follow than that accursed English video we made." + Noelle "Pero al menos es más fácil de seguir que ese condenado video para la clase de Español que hicimos." + +# game/4_noelle.rpy:3361 +translate spanish preassembly_38261de3: + + # Akarsha "Hey, were you really in high school if you didn't act in a completely incomprehensible movie with your friends?" + Akarsha "Oye, ¿realmente estuviste en la secundaria si no actuaste en una película completamente incomprensible con tus amigos?" + +# game/4_noelle.rpy:3363 +translate spanish preassembly_a16d98d6: + + # Diya "?" + Diya "¿?" + +# game/4_noelle.rpy:3364 +translate spanish preassembly_423c85df: + + # Diya "Is that Noelle." + Diya "Es esa Noelle." + +# game/4_noelle.rpy:3366 +translate spanish preassembly_ac17d7e7: + + # Noelle "Huh? Where?" + Noelle "¿Ah? ¿Dónde?" + +# game/4_noelle.rpy:3369 +translate spanish preassembly_3bc5571e: + + # "Diya points at a panel showing a character crumpled on the ground." + "Diya señala a una viñeta mostrando a un personaje derrumbado en el suelo." + +# game/4_noelle.rpy:3371 +translate spanish preassembly_1cd3fcb1: + + # Noelle "Wait a minute...is this traced from a photo of me?!" with sshake + Noelle "Espera un minuto...¡¿está esto calcado de una foto mía?!" with sshake + +# game/4_noelle.rpy:3374 +translate spanish preassembly_d20afd20: + + # Ester "Er, yeah...But don't worry, I made sure to tweak some things!" + Ester "Em, sí...¡Pero no te preocupes, me aseguré de cambiar algunas cosas!" + +# game/4_noelle.rpy:3375 +translate spanish preassembly_2db147c1: + + # Ester "Her personality is completely different from yours. And I changed her hair color to white." + Ester "Su personalidad es completamente distinta a la tuya. Y el color de su pelo es blanco." + +# game/4_noelle.rpy:3377 +translate spanish preassembly_61c3e5cd: + + # Noelle "Why white...? Is she old?" + Noelle "¿Por qué blanco...? ¿Es ella mayor?" + +# game/4_noelle.rpy:3380 +translate spanish preassembly_3fae3b21: + + # Ester "No, it's because she's albino. She has red eyes, too." + Ester "No, es porque ella es albina. Tiene ojos rojos, también." + +# game/4_noelle.rpy:3382 +translate spanish preassembly_15b4fd51: + + # Noelle "Okay...But what if people still realize this is based on my likeness?" + Noelle "Bueno...¿Pero qué pasa si la gente aún se da cuenta que esto está basado en mi parecido?" + +# game/4_noelle.rpy:3385 +translate spanish preassembly_199ca5fd: + + # Diya "Looks like someone already did." + Diya "Parece que alguien ya lo hizo." + +# game/4_noelle.rpy:3387 +translate spanish preassembly_9450e4be: + + # "Sure enough, Min has left a comment on the page where albino Noelle is getting her ass kicked." + "Efectivamente, Min ha dejado un comentario en la página donde Noelle albina está recibiendo una paliza." + +# game/4_noelle.rpy:3389 +translate spanish preassembly_3ced1b75: + + # NPC "LMAO GET REKT NERD" + NPC "LMAO A TU CASA NERD" + +# game/4_noelle.rpy:3391 +translate spanish preassembly_689551c7: + + # Akarsha "That's the price of knowing an Artiste." + Akarsha "Ese es el precio de conocer a un artista." + +# game/4_noelle.rpy:3393 +translate spanish preassembly_4d757d72: + + # Ester "Sorry, next time I'll ask for permission first..." + Ester "Lo siento, la próxima vez pediré permiso antes..." + +# game/4_noelle.rpy:3395 +translate spanish preassembly_17fe07f8: + + # Grace "Ester, you're coming to Fanime with us, right?" + Grace "Ester, vas a venir con nosotras a Fanime, ¿cierto?" + +# game/4_noelle.rpy:3397 +translate spanish preassembly_84ad0f3f: + + # Ester "Yeah, I begged my parents to let me go." + Ester "Sí, le rogué a mis padres para que me dejaran ir." + +# game/4_noelle.rpy:3399 +translate spanish preassembly_d86650c2: + + # Grace "We should cosplay as your characters to help promote the comic!" + Grace "¡Deberíamos hacer cosplay de tus personajes para promocionar el cómic!" + +# game/4_noelle.rpy:3402 +translate spanish preassembly_1774cecb: + + # Ester "What?! No!" with sshake + Ester "¡¿Qué?! ¡No!" with sshake + +# game/4_noelle.rpy:3403 +translate spanish preassembly_5c30932c: + + # Ester "The anatomy's so bad. And I made a bunch of mistakes on everyone's outfits..." + Ester "La anatomía es tan mala. E hice un montón de errores en los atuendos de todos..." + +# game/4_noelle.rpy:3406 +translate spanish preassembly_8d34ad4c: + + # Grace "You're famous and you're still saying that BS?!" with sshake + Grace "¡¿Eres famosa y aún sigues diciendo esas mierdas?!" with sshake + +# game/4_noelle.rpy:3407 +translate spanish preassembly_fef7756a: + + # Grace "You created this with your bare hands! So what if it's not perfect? You're god!" + Grace "¡Creaste esto con tus propias manos! ¿Y qué tanto si no es perfecto? ¡Eres dios!" + +# game/4_noelle.rpy:3409 +translate spanish preassembly_157c2458: + + # Ester "Okay whatever, do what you want, but I'm wearing normal clothes." + Ester "Bueno lo que sea, hagan lo que quieran, pero voy a ir con ropa normal." + +# game/4_noelle.rpy:3411 +translate spanish preassembly_53fc78de: + + # Akarsha "You're seriously gonna be too cool for anime while ATTENDING an anime convention? It's not like you can wander in by accident." + Akarsha "¿En serio vas a ponerte a negar sobre el anime mientras ATIENDES a una convención de anime? No es como que pudieras colarte adentro por accidente." + +# game/4_noelle.rpy:3413 +translate spanish preassembly_f8d1ee02: + + # Sayeeda "I call dibs on Stellaluna!" + Sayeeda "¡Me quedo con Stellaluna!" + +# game/4_noelle.rpy:3415 +translate spanish preassembly_b91e2b53: + + # Grace "Then I get Kagami Izuna!!" with sshake + Grace "¡¡Entonces yo voy con Kagami Izuna!!" with sshake + +# game/4_noelle.rpy:3417 +translate spanish preassembly_68076149: + + # Akarsha "Wait, I wanted to be Kagami Izuna!" + Akarsha "Espera, ¡yo quería ser Kagami Izuna!" + +# game/4_noelle.rpy:3419 +translate spanish preassembly_cc3dac19: + + # "Noelle hangs back with Diya as the others argue, trying to process a confusing tangle of feelings about not being the center of Akarsha's attention." + "Noelle se queda atrás con Diya mientras las otras discuten, intentando procesar un confuso enredo de sentimientos por no ser el centro de atención de Akarsha." + +# game/4_noelle.rpy:3421 +translate spanish preassembly_c39b681a: + + # "She watches Akarsha's ridiculous gait as she walks, the one that apparently marks her as an American in India." + "Ella observa el ridículo andar de Akarsha mientras camina, uno que aparentemente la marca como estadounidense en la india." + +# game/4_noelle.rpy:3423 +translate spanish preassembly_0e9895ad: + + # Noelle "Question: Do you ever feel like love is a choice?" + Noelle "Pregunta: ¿Alguna vez has sentido que el amor es una elección?" + +# game/4_noelle.rpy:3426 +translate spanish preassembly_a16d98d6_1: + + # Diya "?" + Diya "¿?" + +# game/4_noelle.rpy:3428 +translate spanish preassembly_d87aa67f: + + # Noelle "Like you could {i}potentially{/i} fall in love with someone?" + Noelle "¿Como que pudieras {i}potencialmente{/i} enamorarte de alguien?" + +# game/4_noelle.rpy:3429 +translate spanish preassembly_786bda3d: + + # Noelle "You're {i}not{/i} in love with them, but if you wanted to feel that way, you {i}could.{/i}" + Noelle "No {i}estás{/i} enamorado de ellos, pero si quisieras sentirte de esa manera, {i}podrías.{/i}" + +# game/4_noelle.rpy:3430 +translate spanish preassembly_43c8cf32: + + # Noelle "But if you ignore it, it'll pass, eventually." + Noelle "Pero si lo ignoras, pasará, eventualmente." + +# game/4_noelle.rpy:3433 +translate spanish preassembly_a858b2db: + + # Diya "Isn't that just regular love?" + Diya "¿No es eso simplemente el amor regular?" + +# game/4_noelle.rpy:3435 +translate spanish preassembly_ac1dc359: + + # Noelle "No, I'm not talking about regular love, like what you and Min experience." + Noelle "No, no estoy hablando de amor regular, como lo que Min y tú viven." + +# game/4_noelle.rpy:3436 +translate spanish preassembly_74f8d7fb: + + # Noelle "There was no preventing that. The two of you were drawn together with the force of a freight train." + Noelle "No había forma de prevenir eso. Las dos fueron dibujadas juntas con la fuerza de un tren de carga." + +# game/4_noelle.rpy:3437 +translate spanish preassembly_64fb7a15: + + # Noelle "But this isn't like that. This is more comparable to someone reaching a fork in a road." + Noelle "Pero esto no es así. Es más comparable a alguien llegando a una encrucijada en una calle." + +# game/4_noelle.rpy:3439 +translate spanish preassembly_45816fb1: + + # Noelle "Because I can obviously control my emotions, especially ones that aren't useful to me. I'm not a wild animal." + Noelle "Porque obviamente puedo controlar mis emociones, especialmente las que no son útiles para mi. No soy un animal salvaje." + +# game/4_noelle.rpy:3442 +translate spanish preassembly_a4282591: + + # Diya "...Even if you could control your emotions. Why don't you think they're useful?" + Diya "...Incluso si pudieras controlar tus emociones. ¿Por qué piensas que no son útiles?" + +# game/4_noelle.rpy:3444 +translate spanish preassembly_3565fd36: + + # Noelle "Because they would derail my entire life." + Noelle "Porque descarrilarían mi vida entera." + +# game/4_noelle.rpy:3446 +translate spanish preassembly_7d8a71ed: + + # Noelle "There's insufficient evidence to suggest the subject in question would reciprocate my feelings, so perhaps this is putting the cart before the horse..." + Noelle "No hay pruebas suficientes de que el sujeto en cuestión correspondería a mis sentimientos, así que esto quizás sea poner el carro delante de los bueyes..." + +# game/4_noelle.rpy:3447 +translate spanish preassembly_2afbad4f: + + # Noelle "But in the unlikely event that things actually did work out between us, it would be extremely inconvenient for my plans." + Noelle "Pero en el improbable caso de que las cosas realmente funcionen entre nosotras, sería extremadamente inconveniente para mis planes." + +# game/4_noelle.rpy:3450 +translate spanish preassembly_23caf431: + + # Diya "What plans?" + Diya "¿Qué planes?" + +# game/4_noelle.rpy:3452 +translate spanish preassembly_ebd2be97: + + # Noelle "You know, just the default ones." + Noelle "Tú sabes, sólo los predeterminados." + +# game/4_noelle.rpy:3453 +translate spanish preassembly_f46ff697: + + # Noelle "Essentially, to secure a respectable job, marry a similarly successful man, and spawn two well-behaved children in the suburbs before I'm thirty." + Noelle "Esencialmente, asegurarse un trabajo respetable, casarse con un hombre exitoso, y engendrar a dos hijos bien comportados en los suburbios antes de los treinta." + +# game/4_noelle.rpy:3454 +translate spanish preassembly_ceded1c4: + + # Noelle "I'd be throwing away my prospects of leading a normal life just for the pleasure of being tormented by a silly little clown every day." + Noelle "Estaría tirando por la borda mis perspectivas de llevar una vida normal sólo por el placer de ser atormentada por una estúpida payasa cada día." + +# game/4_noelle.rpy:3458 +translate spanish preassembly_6e8840cd: + + # Diya "............" + Diya "............" + +# game/4_noelle.rpy:3459 +translate spanish preassembly_79bc58ca: + + # "Diya gives her an odd look. She looks like she's struggling to piece together a very complicated puzzle." + "Diya le da una mirada extraña. Parece estar esforzándose por encajar un rompecabezas muy complicado." + +# game/4_noelle.rpy:3461 +translate spanish preassembly_9d73f57c: + + # Noelle "What?" + Noelle "¿Qué?" + +# game/4_noelle.rpy:3463 +translate spanish preassembly_0b6e9b3f: + + # Diya "Nothing..." + Diya "Nada..." + +# game/4_noelle.rpy:3465 +translate spanish preassembly_d0f68b99: + + # Diya "If the...person...doesn't fit your goal, shouldn't you update the goal?" + Diya "Sí la...persona...no se ajusta a tu objetivo, ¿no deberías actualizar dicho objetivo?" + +# game/4_noelle.rpy:3467 +translate spanish preassembly_58cc2dec: + + # Noelle "I can't. It's the only outcome my parents see as acceptable." + Noelle "No puedo. Es el único desenlace que mis padres ven aceptable." + +# game/4_noelle.rpy:3468 +translate spanish preassembly_326409d9: + + # Noelle "If I don't adhere to it, they'll badger me day and night. They'll never let me hear the end of it." + Noelle "Si no me adhiero a este, me acosarán día y noche. Nunca me dejarán oír el final de ello." + +# game/4_noelle.rpy:3471 +translate spanish preassembly_7c4556a7: + + # Diya "Don't they already do that anyway?" + Diya "¿No hacen eso ya de todas formas?" + +# game/4_noelle.rpy:3473 +translate spanish preassembly_e16e16a7: + + # Noelle "...Oh...Yes, they do." + Noelle "...Oh...Sí, lo hacen." + +# game/4_noelle.rpy:3476 +translate spanish preassembly_4219c577: + + # Noelle "You're right, no matter what I do, they'll always find some new issue to latch onto." + Noelle "Tienes razón, sin importar lo que haga, siempre encontrarán un nuevo problema al que aferrarse." + +# game/4_noelle.rpy:3478 +translate spanish preassembly_2b294025: + + # Noelle "Why am I so desperate for the approval of two people whose opinions I don't even respect?" + Noelle "¿Por qué estoy tan desesperada de la aprobación de dos personas cuyas opiniones ni siquiera respeto?" + +# game/4_noelle.rpy:3480 +translate spanish preassembly_5f73bb68: + + # Noelle "I wish I could rewire my brain to only crave approval from people I hold in high esteem." + Noelle "Ojalá pudiera reconfigurar mi cerebro para sólo anhelar la aprobación de personas a las que tengo en alta estima." + +# game/4_noelle.rpy:3483 +translate spanish preassembly_58b4fb68: + + # Diya "Like me?" + Diya "¿Cómo yo?" + +# game/4_noelle.rpy:3485 +translate spanish preassembly_00fc7298: + + # Noelle "You would be included, yes." + Noelle "Tu estarías incluida, sí." + +# game/4_noelle.rpy:3488 +translate spanish preassembly_4e2e962d: + + # Diya "Then I'd want you to adopt a thousand dogs and start exercising." + Diya "Entonces quiero que adoptes mil perros y comiences a hacer ejercicio." + +# game/4_noelle.rpy:3490 +translate spanish preassembly_3ccf91d9: + + # Noelle "A thousand?!" with sshake + Noelle "¡¿Mil?!" with sshake + +# game/4_noelle.rpy:3493 +translate spanish preassembly_0c2c1d96: + + # Diya "But you can read some books too, as a treat." + Diya "Pero puedes leer algunos libros también, como regalo." + +# game/4_noelle.rpy:3495 +translate spanish preassembly_080dc16c: + + # Noelle "Your manner of discussing this makes me sound like your pet hamster." with sshake + Noelle "Tu manera de discutir esto me hace parecer como tu hámster mascota." with sshake + +# game/4_noelle.rpy:3523 +translate spanish assembly_56f23636: + + # "Noelle follows her class into the rafters." + "Noelle sigue a su clase hasta las gradas." + +# game/4_noelle.rpy:3525 +translate spanish assembly_cb4c7fcc: + + # Min "Diya! Over here!" with sshake + Min "¡Diya! ¡Por aquí!" with sshake + +# game/4_noelle.rpy:3527 +translate spanish assembly_001c343a: + + # Diya "!!!!" with sshake + Diya "¡¡¡¡!!!!" with sshake + +# game/4_noelle.rpy:3529 +translate spanish assembly_fc749dea: + + # "Min worms her way over to them through the crowd." + "Min se abre camino hacia ellas entre la multitud." + +# game/4_noelle.rpy:3531 +translate spanish assembly_4b5586e0: + + # Min "I escaped from my class." + Min "Me escapé de clase." + +# game/4_noelle.rpy:3533 +translate spanish assembly_ab284675: + + # Akarsha "Escaped? Are they gonna come looking for you?" + Akarsha "¿Te escapaste? ¿Acaso van a venir a por ti?" + +# game/4_noelle.rpy:3535 +translate spanish assembly_111055ad: + + # Min "Nah, I lost them." + Min "Nah, los perdí." + +# game/4_noelle.rpy:3538 +translate spanish assembly_f1fc4233: + + # Noelle "You'd better have. I'd rather not get caught harboring a fugitive." + Noelle "Más te vale. Preferiría que no me atraparan dando refugio a una fugitiva." + +# game/4_noelle.rpy:3541 +translate spanish assembly_c67b5faf: + + # Min "Did it hurt? When you were born with that huge stick up your ass?" + Min "¿Te dolió? ¿Cuando naciste con ese tremendo palo metido por el culo?" + +# game/4_noelle.rpy:3544 +translate spanish assembly_4ed51299: + + # NoelleT "I'm not even going to dignify that with a response." + NoelleT "Ni siquiera voy a dignar eso con una respuesta." + +# game/4_noelle.rpy:3547 +translate spanish assembly_33c4aa56: + + # Min "What the hell is this, anyway?" + Min "¿Qué demonios es esto, de todos modos?" + +# game/4_noelle.rpy:3549 +translate spanish assembly_1eeb2ef6: + + # Diya "Multicultural Week?" + Diya "¿La Semana Multicultural?" + +# game/4_noelle.rpy:3551 +translate spanish assembly_8251d02e: + + # Min "Yeah, that. None of the other schools I went to did this." + Min "Sí, eso. Ninguna de las otras escuelas a las que fui hacían esto." + +# game/4_noelle.rpy:3553 +translate spanish assembly_421a4e16: + + # Diya "At lunch, there's samosas. And Coldstone cupcakes." + Diya "Al almuerzo, hay samosas. Y cupcakes de helado." + +# game/4_noelle.rpy:3555 +translate spanish assembly_06f0a1c8: + + # Min "What? For free?" + Min "¿Qué? ¿Gratis?" + +# game/4_noelle.rpy:3557 +translate spanish assembly_a6ea98d6: + + # Diya "No. You buy them." + Diya "No. Los tienes que comprar." + +# game/4_noelle.rpy:3558 +translate spanish assembly_fcfc3464: + + # Diya "All the clubs sell something to fundraise." + Diya "Todos los clubs venden algo para recaudar fondos." + +# game/4_noelle.rpy:3560 +translate spanish assembly_15163088: + + # Akarsha "I heard there's also musubis." + Akarsha "Escuché que también hay musubis." + +# game/4_noelle.rpy:3562 +translate spanish assembly_d87afd71: + + # Min "What's the baseball club selling?" + Min "¿Que está vendiendo el club de béisbol?" + +# game/4_noelle.rpy:3565 +translate spanish assembly_5882d563: + + # Noelle "Curry pizza, I think." + Noelle "Pizza de curry, creo." + +# game/4_noelle.rpy:3569 +translate spanish assembly_f563281c: + + # "Akarsha takes a seat at the end of the row against the wall. Min begins to sit down next to her..." + "Akarsha toma asiento al final de la fila contra la pared. Min comienza a sentarse junto a ella..." + +# game/4_noelle.rpy:3572 +translate spanish assembly_1d74dd58: + + # Diya "!!!" with sshake + Diya "¡¡¡!!!" with sshake + +# game/4_noelle.rpy:3574 +translate spanish assembly_2a724f6a: + + # "Suddenly, Diya grabs Min by the shoulders, turns her round to face her, and kisses her full on the mouth." + "De repente, Diya agarra a Min de los hombros, la gira para que quede frente a ella, y la besa con todo lo que puede." + +# game/4_noelle.rpy:3576 +translate spanish assembly_61272d87: + + # Min "Mmmph?!" with sshake + Min "¡¿Mmmh?!" with sshake + +# game/4_noelle.rpy:3579 +translate spanish assembly_911f8142: + + # NoelleT "...What brought this on???" + NoelleT "...¿¿¿Qué provocó esto???" + +# game/4_noelle.rpy:3582 +translate spanish assembly_47d6476c: + + # Akarsha "Hot damn! Get a room!" + Akarsha "¡Madre santa! ¡Consíganse una habitación!" + +# game/4_noelle.rpy:3584 +translate spanish assembly_b4eccf9e: + + # "Baffled, Noelle squeezes past them and sits in the spot Min was about to take next to Akarsha." + "Desconcertada, Noelle se cuela entre ellas y se sienta en el lugar que Min estaba a punto de tomar junto a Akarsha." + +# game/4_noelle.rpy:3586 +translate spanish assembly_0b97355e: + + # Min "Wha...What was that for?" + Min "Qué...¿Para qué fue eso?" + +# game/4_noelle.rpy:3587 +translate spanish assembly_0b6522ac: + + # Min "Not that I'm complaining..." + Min "No es que me queje..." + +# game/4_noelle.rpy:3589 +translate spanish assembly_7c22ccaa: + + # Diya "......." + Diya "......." + +# game/4_noelle.rpy:3591 +translate spanish assembly_6f652aca: + + # "Diya whispers something into Min's ear that Noelle can't catch." + "Diya susurra algo al oído de Min que Noelle no puede captar." + +# game/4_noelle.rpy:3593 +translate spanish assembly_379c085f: + + # Min "WHAT?" with sshake + Min "¿QUÉ?" with sshake + +# game/4_noelle.rpy:3594 +translate spanish assembly_7380871d: + + # Min "That doesn't make sense. Are you sure?!" + Min "Eso no tiene sentido. ¡¿Estás segura?!" + +# game/4_noelle.rpy:3596 +translate spanish assembly_97f66899: + + # Diya "Maybe half." + Diya "Quizás a medias." + +# game/4_noelle.rpy:3604 +translate spanish assembly_7de0278c: + + # NPC "Tinikling is one of the most popular folk dances in the Philippines. This dance originated on an island in central Philippines..." + NPC "El Tinikling es uno de los bailes folclóricos más populares en las Filipinas. Esta danza se originó en una isla del centro de Filipinas..." + +# game/4_noelle.rpy:3605 +translate spanish assembly_35c07fb4: + + # "Noelle and Akarsha continue to cram as their fellow students showcase a variety of cultural performances." + "Noelle y Akarsha siguen estudiando mientras sus condiscípulos presentan diversas actuaciones culturales." + +# game/4_noelle.rpy:3606 +translate spanish assembly_281f0470: + + # "Diya lets out a huge yawn and rests her head on Min's shoulder." + "Diya suelta un enorme bostezo y apoya su cabeza en el hombro de Min." + +# game/4_noelle.rpy:3608 +translate spanish assembly_d285220f: + + # Min "You tired?" + Min "¿Estás cansada?" + +# game/4_noelle.rpy:3610 +translate spanish assembly_b0f3c103: + + # Diya "Stayed up late studying." + Diya "Me quedé hasta tarde estudiando." + +# game/4_noelle.rpy:3612 +translate spanish assembly_e993ad7a: + + # Min "I'll wake you up if anything cool happens." + Min "Te despertaré si pasa algo interesante." + +# game/4_noelle.rpy:3614 +translate spanish assembly_9129fe1f: + + # Akarsha "Man, I wish I stayed up late cramming too. I'm so dead..." + Akarsha "Hombre, ojalá me hubiera quedado hasta tarde estudiando también. Ya estoy muerta..." + +# game/4_noelle.rpy:3617 +translate spanish assembly_9b2064f5: + + # Noelle "We have the entire assembly to study. If you want to live, stop whining and start reviewing." + Noelle "Tenemos la asamblea entera para estudiar. Si quieres sobrevivir, deja de lloriquear y empieza a repasar." + +# game/4_noelle.rpy:3622 +translate spanish assembly_c340402c: + + # Akarsha "Yes, ma'am..." + Akarsha "Sí, señorita..." + +# game/4_noelle.rpy:3624 +translate spanish assembly_9bbe12f4: + + # Akarsha "What part of the flower will turn into a fruit?" + Akarsha "¿Qué parte de la flor se convertirá en fruta?" + +# game/4_noelle.rpy:3629 +translate spanish assembly_2bbc74dd: + + # Noelle "The petal." + Noelle "El pétalo." + +# game/4_noelle.rpy:3632 +translate spanish assembly_2c565bf2: + + # Akarsha "Huh?? You really think that?" with sshake + Akarsha "¿¿Ah?? ¿De verdad piensas eso?" with sshake + +# game/4_noelle.rpy:3633 +translate spanish assembly_71d61c3d: + + # Akarsha "When you see flowers with like, a billion petals, are you like \"Wowie! Can't wait to eat a billion fruits!\"" + Akarsha "Cuando vez flores con onda, mil millones de pétalos, estás como \"¡Madre mía! ¡No puedo esperar a comer mil millones de frutas!\"" + +# game/4_noelle.rpy:3637 +translate spanish assembly_ebfe852d: + + # Noelle "SHUT UP!!!! I DON'T THINK THAT!!" with sshake + Noelle "¡¡¡¡CÁLLATE!!!! ¡¡NO PIENSO ESO!!" with sshake + +# game/4_noelle.rpy:3640 +translate spanish assembly_5791a9ae: + + # Akarsha "Then why'd you say it?" + Akarsha "¿Entonces por qué lo dijiste?" + +# game/4_noelle.rpy:3641 +translate spanish assembly_3e8d273d: + + # Akarsha "It's obviously the ovary." + Akarsha "Es obviamente el ovario." + +# game/4_noelle.rpy:3643 +translate spanish assembly_dd465693: + + # Akarsha "Wait, is it cuz you're too much of a prude to say ovary?" + Akarsha "Espera, ¿es porque eres demasiado mojigata como para decir ovario?" + +# game/4_noelle.rpy:3645 +translate spanish assembly_a241f632: + + # Akarsha "All along, instead of debating whether you're straight or gay, we should've been asking whether you get turned on by flower private parts." + Akarsha "Todo este tiempo, en lugar de debatir si eras hetero o gay, debíamos haberte preguntado si te excitaban las partes íntimas de las flores." + +# game/4_noelle.rpy:3649 +translate spanish assembly_25d24af5: + + # Noelle "SHUT UP!! SHUT UP!!!!" with sshake + Noelle "¡¡CÁLLATE!! ¡¡¡¡CÁLLATE!!!!" with sshake + +# game/4_noelle.rpy:3652 +translate spanish assembly_62e21898: + + # Akarsha "If you wanna shut me up so bad, why don't you just kiss me?" + Akarsha "Si tanto quieres que me calle, ¿por qué no solo me besas?" + +# game/4_noelle.rpy:3655 +translate spanish assembly_c6d8b62d: + + # "Noelle smacks her in the arm!" with sshake + "¡Noelle la golpea en el brazo!" with sshake + +# game/4_noelle.rpy:3657 +translate spanish assembly_dfc14508: + + # Akarsha "Ow!" with sshake + Akarsha "¡Auch!" with sshake + +# game/4_noelle.rpy:3662 +translate spanish assembly_d2d24793: + + # Noelle "The ovary." + Noelle "El ovario." + +# game/4_noelle.rpy:3665 +translate spanish assembly_0e980481: + + # Akarsha "Ding ding ding!" + Akarsha "¡Bingo!" + +# game/4_noelle.rpy:3668 +translate spanish assembly_35c6c4c2: + + # Noelle "You didn't by any chance ask that question just to make me say \"ovary\", did you?" + Noelle "Por casualidad no habrás echo esa pregunta solo para hacerme decir \"ovario\", ¿verdad?" + +# game/4_noelle.rpy:3671 +translate spanish assembly_93d2c9be: + + # Akarsha "No way! How immature do you think I am?" + Akarsha "¡Para nada! ¿Qué tan inmadura crees que soy?" + +# game/4_noelle.rpy:3674 +translate spanish assembly_c33b1858: + + # Noelle "Last period, you asked me to guess what number you were thinking of, and it was 69." with sshake + Noelle "La hora pasada, me hiciste adivinar en qué número estabas pensado, y era 69." with sshake + +# game/4_noelle.rpy:3677 +translate spanish assembly_6e1bfcef: + + # Akarsha "Well, you're the immature one for guessing it right." + Akarsha "Bueno, tu eres la inmadura por adivinar correctamente." + +# game/4_noelle.rpy:3681 +translate spanish assembly_84a1be7e: + + # Noelle "HOW AM {i}I{/i} THE IMMATURE ONE?? I GUESSED IT BECAUSE I KNEW YOU'RE ALWAYS LIKE THIS!" with sshake + Noelle "¿¿CÓMO SOY {i}YO{/i} LA INMADURA?? ¡LO ADIVINÉ CORRECTAMENTE PORQUE TU SIEMPRE ERES ASÍ!" with sshake + +# game/4_noelle.rpy:3688 +translate spanish assembly_20b0c277: + + # Min "SHUT THE FUCK UP!!! DIYA'S SLEEPING!!!" with sshake + Min "¡¡¡CÁLLENSE MIERDA!!! ¡¡¡DIYA ESTÁ DURMIENDO!!!" with sshake + +# game/4_noelle.rpy:3690 +translate spanish assembly_b6c7f0e4: + + # Akarsha "Not anymore, she isn't..." + Akarsha "Ya no, ella no lo está..." + +# game/4_noelle.rpy:3695 +translate spanish assembly_586354f0: + + # "The Tinikling dancers bow and run off the stage." + "Los bailarines de Tinikling hacen una reverencia y salen corriendo del escenario." + +# game/4_noelle.rpy:3696 +translate spanish assembly_6ce64a0a: + + # "Now that they've reached a lull in the conversation, Noelle is hyperaware of the way the side of Akarsha's thigh is pressed up against hers." + "Ahora que la conversación se ha calmado, Noelle está muy consciente de la manera en la que el lado del muslo de Akarsha se presiona contra el suyo." + +# game/4_noelle.rpy:3698 +translate spanish assembly_1a86c210: + + # NoelleT "Why did I have to meet you?" + NoelleT "¿Por qué tuve que conocerte?" + +# game/4_noelle.rpy:3699 +translate spanish assembly_785cae30: + + # NoelleT "Why do you have to be so funny and make me so happy?" + NoelleT "¿Por qué tienes que ser tan chistosa y hacerme tan feliz?" + +# game/4_noelle.rpy:3700 +translate spanish assembly_f4edbe05: + + # NoelleT "You've ruined everything." + NoelleT "Lo arruinaste todo." + +# game/4_noelle.rpy:3703 +translate spanish assembly_e3161cfd: + + # NPC "Next up is Chinese dance. Chinese dance has thousands of years of history..." + NPC "A continuación viene la Danza china. La Danza china tiene miles de años de historia..." + +# game/4_noelle.rpy:3704 +translate spanish assembly_6d1d5caa: + + # "A troupe of student dancers wave colorful fans to an idyllic sounding Chinese song." + "Un grupo de estudiantes bailarines agita abanicos de colores al son de una idílica canción china." + +# game/4_noelle.rpy:3707 +translate spanish assembly_298191b2: + + # Akarsha "Do you know what the song's about?" + Akarsha "¿Sabes de que trata la canción?" + +# game/4_noelle.rpy:3710 +translate spanish assembly_f28b9194: + + # Noelle "I wish I could tell you. I haven't the faintest idea." + Noelle "Ojalá pudiera decirte. No tengo ni la menor idea." + +# game/4_noelle.rpy:3711 +translate spanish assembly_2da7c476: + + # Noelle "When I was younger, I was so eager to cast the Chinese part of me aside because it was difficult. And now I regret it." + Noelle "Cuando era más joven, tenía tantas ganas de dejar mi parte china de lado porque era difícil. Y ahora me arrepiento de eso." + +# game/4_noelle.rpy:3714 +translate spanish assembly_52f77e0e: + + # Akarsha "Hey, no judgment. I'm whitewashed, too." + Akarsha "Oye, no te juzgo. A mí me blanquearon, también." + +# game/4_noelle.rpy:3717 +translate spanish assembly_9f1bafbc: + + # Noelle "Does it ever bother you that you can't speak any Indian languages?" + Noelle "¿Alguna vez te ha molestado no saber alguna lengua india?" + +# game/4_noelle.rpy:3720 +translate spanish assembly_bc52e8e9: + + # Akarsha "Maybe a little? It would be cool to know." + Akarsha "¿Quizás un poco? Sería genial saber hablar el idioma." + +# game/4_noelle.rpy:3723 +translate spanish assembly_d7657ed4: + + # Noelle "That's all? You don't feel guilty for being uncultured?" + Noelle "¿Eso es todo? ¿No te sientes culpable de ser inculta?" + +# game/4_noelle.rpy:3727 +translate spanish assembly_9b63ed6e: + + # Akarsha "Excuse you?? I'm plenty cultured!" + Akarsha "¿¿Perdona?? ¡Yo soy bastante culta!" + +# game/4_noelle.rpy:3729 +translate spanish assembly_06ee3041: + + # Akarsha "Today I'm gonna eat curry pizza, destroy the sport of baseball, and even enjoy the company of a Frenchman." + Akarsha "Hoy voy a comer pizza de curry, destruir el deporte del béisbol, e incluso disfrutar de la compañía de una francesa." + +# game/4_noelle.rpy:3734 +translate spanish assembly_2d183d26: + + # Noelle "You know what I mean. It's not the traditional culture your ancestors experienced." + Noelle "Sabes a lo que me refiero. No es la cultura tradicional que tus ancestros vivieron." + +# game/4_noelle.rpy:3737 +translate spanish assembly_fb53a1ae: + + # Akarsha "Is that such a bad thing? It's different, but it's pretty cool in its own way, too." + Akarsha "¿Es eso algo tan malo? Es distinta, pero es bastante genial en su propia forma, también." + +# game/4_noelle.rpy:3741 +translate spanish assembly_a35c7c01: + + # Akarsha "And if I really want, I can always pick up Hindi or something someday." + Akarsha "Y si de verdad quiero, siempre puedo aprender hindi o algo así algún día." + +# game/4_noelle.rpy:3749 +translate spanish assembly_07ea5e8a: + + # Noelle "But you've already missed the window of time when children pick up languages the most readily." + Noelle "Pero ya perdiste el periodo de tiempo en el que los niños aprenden idiomas con la mayor facilidad." + +# game/4_noelle.rpy:3752 +translate spanish assembly_8f12338c: + + # Akarsha "Don't plenty of people learn languages later in life though?" + Akarsha "¿Pero no hay bastantes personas que aprenden idiomas más tarde en la vida?" + +# game/4_noelle.rpy:3753 +translate spanish assembly_b3880641: + + # Akarsha "I feel like Diya and Min've learned a ton just from teaching each other." + Akarsha "Siento que Diya y Min aprendieron un montón de tan solo enseñarse la una a la otra." + +# game/4_noelle.rpy:3756 +translate spanish assembly_ac5e3ad9: + + # Noelle "That may be possible, but it's not optimal." + Noelle "Puede que sea posible, pero no es óptimo." + +# game/4_noelle.rpy:3760 +translate spanish assembly_e1d42f3e: + + # Akarsha "Dude, whose life is optimal? You're not a robot." + Akarsha "Hombre, ¿quién tiene una vida óptima? No eres un robot." + +# game/4_noelle.rpy:3761 +translate spanish assembly_0262355f: + + # Akarsha "Just take what you can get, and be happy." + Akarsha "Solo toma lo que puedes llevar, y se feliz." + +# game/4_noelle.rpy:3764 +translate spanish assembly_b2257355: + + # Noelle "Easier said than done, but duly noted." + Noelle "Es más fácil decirlo que hacerlo, pero tomaré nota de eso." + +# game/4_noelle.rpy:3767 +translate spanish assembly_6cb7d62a: + + # Akarsha "Speaking of robots! Did you try playing Portal?" + Akarsha "¡Hablando de robots! ¿Intentaste jugar Portal?" + +# game/4_noelle.rpy:3770 +translate spanish assembly_dd655fe6: + + # Noelle "I did." + Noelle "Lo hice." + +# game/4_noelle.rpy:3773 +translate spanish assembly_e95ad4cb: + + # Akarsha "What did you think?" with sshake + Akarsha "¿Qué te pareció?" with sshake + +# game/4_noelle.rpy:3776 +translate spanish assembly_148ccd6a: + + # Noelle "It made me motion sick. I kept having to pause because I was on the verge of throwing up." + Noelle "Me mareaba bastante. Tenía que pausar todo el tiempo porque estaba a punto de vomitar." + +# game/4_noelle.rpy:3779 +translate spanish assembly_f37daddf: + + # Akarsha "Oops. Sorry..." + Akarsha "Ups. Lo siento..." + +# game/4_noelle.rpy:3782 +translate spanish assembly_26f97cbc: + + # Noelle "But I did enjoy the witty dialogue. And the song at the end." + Noelle "Pero me gustaron los diálogos ingeniosos. Y la canción al final." + +# game/4_noelle.rpy:3785 +translate spanish assembly_0e58246f: + + # Akarsha "...So you still played all of it?" + Akarsha "...¿Entonces aún así lo completaste?" + +# game/4_noelle.rpy:3788 +translate spanish assembly_be8d0937: + + # Noelle "Yes." + Noelle "Sí." + +# game/4_noelle.rpy:3791 +translate spanish assembly_6fa0a32c: + + # Akarsha "Even though it almost made you hurl?!" + Akarsha "¡¿A pesar de que casi te hizo vomitar?!" + +# game/4_noelle.rpy:3794 +translate spanish assembly_b037d653: + + # Noelle "What choice did I have? You told me to play it." + Noelle "¿Qué otra opción tenía? Me dijiste que lo jugara." + +# game/4_noelle.rpy:3798 +translate spanish assembly_2e6648a6: + + # Akarsha "Oh...yeah, I guess that's friends do." + Akarsha "Oh...claro, supongo que eso es lo que hacen los amigos." + +# game/4_noelle.rpy:3800 +translate spanish assembly_ad8cc50e: + + # Akarsha "Isn't GLaDOS so hot?" + Akarsha "¿No es GLaDOS súper sexy?" + +# game/4_noelle.rpy:3803 +translate spanish assembly_a07cb921: + + # Noelle "The sadistic artificial intelligence who's trying to kill you?" + Noelle "¿La inteligencia artificial sádica intentando matarte?" + +# game/4_noelle.rpy:3806 +translate spanish assembly_74410120: + + # Akarsha "That's the whole appeal! She's scary in a seductive way!" with sshake + Akarsha "¡Eso es todo el atractivo! ¡Ella da miedo de una forma seductora!" with sshake + +# game/4_noelle.rpy:3807 +translate spanish assembly_199172d9: + + # Akarsha "Like, her voice gets all low and sexy when she's insulting you!" + Akarsha "Onda, ¡su voz se pone toda grave y sensual mientras te insulta!" + +# game/4_noelle.rpy:3811 +translate spanish assembly_9e8bd6e8: + + # Noelle "Did you hit your head again? Something's definitely not right in there." + Noelle "¿Acaso te golpeaste en la cabeza de nuevo? Algo definitivamente no está bien ahí adentro." + +# game/4_noelle.rpy:3833 +translate spanish assembly_c09df00f: + + # NPC "K-Pop as we know it would not exist without the—" + NPC "El K-Pop tal y como lo conocemos no existiría sin el—" + +# game/4_noelle.rpy:3835 +translate spanish assembly_935ce889: + + # NPC2 "WOOOOOOOOO!!!!!!" with sshake + NPC2 "¡¡¡¡¡¡WOOOOOOOOO!!!!!!" with sshake + +# game/4_noelle.rpy:3836 +translate spanish assembly_416fa26f: + + # "The K-Pop dance troupe's introduction is completely drowned out by a chorus of high-pitched screams." + "La presentación del grupo de baile de K-Pop queda totalmente ahogada por un coro de gritos agudos." + +# game/4_noelle.rpy:3838 +translate spanish assembly_e0f20cf3: + + # Akarsha "Aw, that's cute." + Akarsha "Aw, que tierno." + +# game/4_noelle.rpy:3841 +translate spanish assembly_70f79faf: + + # Noelle "I'm not sure I would characterize those banshee-like screams as \"cute\"." + Noelle "No estaría segura de clasificar esos gritos de banshee como \"tiernos\"." + +# game/4_noelle.rpy:3844 +translate spanish assembly_7392abcd: + + # Akarsha "No, not them! Next to you." + Akarsha "¡No, eso no! Al lado tuyo." + +# game/4_noelle.rpy:3846 +translate spanish assembly_b78cfd62: + + # "Noelle turns to see Diya sound asleep in Min's arms. Min's gazing at her like she's an angel that just fell down from heaven." + "Noelle se gira para ver a Diya profundamente dormida en los brazos de Min. Min la observa como si fuera un ángel que acaba de caer del cielo." + +# game/4_noelle.rpy:3847 +translate spanish assembly_678b7786: + + # "It makes Noelle's skin crawl, so she quickly looks away." + "A Noelle se le eriza la piel, así que ella rápidamente aparta la mirada." + +# game/4_noelle.rpy:3849 +translate spanish assembly_6d172912: + + # Noelle "They're so disgustingly in love, I can barely bear to look at them." + Noelle "Están tan asquerosamente enamoradas, apenas soporto mirarlas." + +# game/4_noelle.rpy:3853 +translate spanish assembly_bc309e5e: + + # Akarsha "Right? It's like staring directly at the sun." + Akarsha "¿Cierto? Es como ver directo al sol." + +# game/4_noelle.rpy:3856 +translate spanish assembly_3e9eb65d: + + # Akarsha "All obvious." + Akarsha "Tan obvio." + +# game/4_noelle.rpy:3858 +translate spanish assembly_86187363: + + # Akarsha "Sometimes I kinda wish that were more my style." + Akarsha "A veces deseo que eso fuera más de mi estilo." + +# game/4_noelle.rpy:3861 +translate spanish assembly_41eb6237: + + # Noelle "Do you really?" + Noelle "¿De verdad?" + +# game/4_noelle.rpy:3862 +translate spanish assembly_1ee6889d: + + # Noelle "It's not exactly my style, either." + Noelle "No es exactamente mi estilo, tampoco." + +# game/4_noelle.rpy:3865 +translate spanish assembly_5ef784cc: + + # Akarsha "Yeah, I guess not..." + Akarsha "Sí, supongo que no..." + +# game/4_noelle.rpy:3866 +translate spanish assembly_d1531631: + + # Akarsha ".........." + Akarsha ".........." + +# game/4_noelle.rpy:3869 +translate spanish assembly_267a6b6e: + + # "Noelle carefully maintains a mildly disgusted expression as she watches Akarsha read, just in case she's caught staring." + "Noelle cuidadosamente mantiene una expresión ligeramente disgustada mientras observa a Akarsha leer, en caso de que la pillen mirando." + +# game/4_noelle.rpy:3877 +translate spanish assembly_4d52acdc: + + # NoelleT "If I cast this part of myself aside because it's difficult too, will I come to regret it later?" + NoelleT "Si dejo de lado esta parte de mí porque es difícil también, ¿llegaré a arrepentirme después?" + +# game/4_noelle.rpy:3884 +translate spanish assembly_77a61c5c: + + # Akarsha "Hey...." + Akarsha "Oye...." + +# game/4_noelle.rpy:3885 +translate spanish assembly_13458b10: + + # Akarsha "Do you remember that time my brother hijacked my computer and typed all this crazy stuff to you?" + Akarsha "¿Te acuerdas de esa vez en la que mi hermano se apropió de mi computador y te escribió todas esas locuras?" + +# game/4_noelle.rpy:3888 +translate spanish assembly_9d73f57c: + + # Noelle "What?" + Noelle "¿Qué?" + +# game/4_noelle.rpy:3891 +translate spanish assembly_e4083290: + + # Akarsha "It was a few months ago, after school. Remember?" + Akarsha "Fue hace un par de meses, después de la escuela. ¿Recuerdas?" + +# game/4_noelle.rpy:3894 +translate spanish assembly_983f74a2: + + # NoelleT "Oh, I forgot about that." + NoelleT "Oh, me olvidé de eso." + +# game/4_noelle.rpy:3895 +translate spanish assembly_b68bc488: + + # NoelleT "That was odd." + NoelleT "Eso fue extraño." + +# game/4_noelle.rpy:3897 +translate spanish assembly_b3b1f6bd: + + # Noelle "Yes, I remember now. Why?" + Noelle "Sí, me acuerdo ahora. ¿Por qué?" + +# game/4_noelle.rpy:3900 +translate spanish assembly_aa14ca82: + + # Akarsha "I lied." + Akarsha "Mentí." + +# game/4_noelle.rpy:3901 +translate spanish assembly_aecc28ac: + + # Akarsha "That wasn't my brother, that was me." + Akarsha "Ese no fue mi hermano, fui yo." + +# game/4_noelle.rpy:3904 +translate spanish assembly_ec7115bd: + + # Noelle "O...kay?" + Noelle "Eh...¿ok?" + +# game/4_noelle.rpy:3907 +translate spanish assembly_e47d28aa: + + # Akarsha "........." + Akarsha "........." + +# game/4_noelle.rpy:3909 +translate spanish assembly_0fc9faa2: + + # "Akarsha goes back to reading her Biology textbook, though her leg's now jittering up and down." + "Akarsha se devuelve a leer su libro de Biología, aunque ahora su pierna está temblando de arriba abajo." + +# game/4_noelle.rpy:3911 +translate spanish assembly_6da29b74: + + # NoelleT "I feel like I was just told a joke whose punchline flew straight over my head." + NoelleT "Siento que me contaron un chiste cuyo remate se me pasó por encima de la cabeza." + +# game/4_noelle.rpy:3912 +translate spanish assembly_7244eda7: + + # NoelleT "Why would it matter that it was her and not her brother...? What exactly did she say?" + NoelleT "¿Por qué importaría que fue ella y no su hermano...? ¿Qué dijo exactamente?" + +# game/4_noelle.rpy:3915 +translate spanish assembly_89d0f094: + + # "As she wracks her brain, a dozen costumed seniors take the floor." + "Mientras ella se estruja el cerebro pensando, una docena de alumnos de cuarto año se toman el escenario." + +# game/4_noelle.rpy:3919 +translate spanish assembly_4af2e26b: + + # NPC "Thank you, K-Pop! Up next, we have Senior Bhangra!" + NPC "¡Gracias, K-Pop! ¡A continuación, tenemos el Bhangra de cuarto año!" + +# game/4_noelle.rpy:3920 +translate spanish assembly_0f76864a: + + # NPC "Bhangra was originally a folk dance from farmers in Punjab..." + NPC "El Bhangra fue originalmente una danza folclórica de los granjeros en Punyab..." + +# game/4_noelle.rpy:3923 +translate spanish assembly_df7698cd: + + # Min "There's Chryssa and Liz!" + Min "¡Ahí están Chryssa y Liz!" + +# game/4_noelle.rpy:3925 +translate spanish assembly_cd50a06d: + + # Min "{font=korean.ttf}공주님!{/font} Wake up!" with sshake + Min "{font=korean.ttf}공주님!{/font} ¡Despierta!" with sshake + +# game/4_noelle.rpy:3927 +translate spanish assembly_56bfc018: + + # Diya "...!" + Diya "¡...!" + +# game/4_noelle.rpy:3929 +translate spanish assembly_6d4fc6d8: + + # Chryssa "Seniors, c'mon down!" + Chryssa "¡Cuarto año, bajen!" + +# game/4_noelle.rpy:3931 +translate spanish assembly_dbafef2a: + + # Liz "It's okay if you don't know the moves! Follow our lead!" + Liz "¡Está bien si no se saben los pasos! ¡Sólo sigan nuestro baile!" + +# game/4_noelle.rpy:3934 +translate spanish assembly_99310173: + + # Noelle "...How is it okay if people don't know the moves?" + Noelle "...¿Cómo está bien si la gente no se sabe los pasos?" + +# game/4_noelle.rpy:3937 +translate spanish assembly_6ddf31e1: + + # Akarsha "I guess they all try to copy the group that's learned the dance." + Akarsha "Supongo que todos van a intentar copiar al grupo que se aprendió la danza." + +# game/4_noelle.rpy:3940 +translate spanish assembly_3e176350: + + # Noelle "Won't that look hopelessly unsynchronized, though?" + Noelle "¿No se verá desesperadamente desincronizado, eso sí?" + +# game/4_noelle.rpy:3941 +translate spanish assembly_9f49aa9c: + + # Noelle "They can't possibly dance in proper unison on the fly." + Noelle "Es imposible que puedan bailar al unísono al instante." + +# game/4_noelle.rpy:3944 +translate spanish assembly_4138202e: + + # Akarsha "Why don't we see for ourselves?" + Akarsha "¿Por qué no vemos por nosotras mismas?" + +# game/4_noelle.rpy:3946 +translate spanish assembly_a63964ea: + + # Akarsha "Let's dance!" with sshake + Akarsha "¡Bailemos!" with sshake + +# game/4_noelle.rpy:3948 +translate spanish assembly_3636c72a: + + # "Akarsha stands, yanking Noelle up with her by the arm." + "Akarsha se levanta, agarrando a Noelle hacia arriba por el brazo." + +# game/4_noelle.rpy:3950 +translate spanish assembly_c7e920ca: + + # Noelle "What?! We're not seniors!" with sshake + Noelle "¡¿Qué?! ¡No estamos en cuarto año!" with sshake + +# game/4_noelle.rpy:3955 +translate spanish assembly_3fa93e89: + + # Akarsha "C'mon, no one's gonna notice. I can't focus, anyway!" + Akarsha "Vamos, nadie se dará cuenta. ¡No puedo concentrarme de todas formas!" + +# game/4_noelle.rpy:3962 +translate spanish assembly_77bc44c6: + + # "Noelle balks as her friends weave their way into the crowd of amateur dancers." + "Noelle protesta mientras sus amigas se abren paso entre la multitud de bailarines novatos." + +# game/4_noelle.rpy:3964 +translate spanish assembly_f302e144: + + # Noelle "I don't dance!" + Noelle "¡Yo no bailo!" + +# game/4_noelle.rpy:3968 +translate spanish assembly_43cf6b9a: + + # Akarsha "C'mon, you don't need to be good at something to do it." + Akarsha "Vamos, no tienes que ser buena en algo para hacerlo." + +# game/4_noelle.rpy:3969 +translate spanish assembly_e94f735c: + + # "They all try to copy the others, clapping and raising their arms a beat late each time." + "Todas intentan copiar a los demás, aplaudiendo y levantando los brazos un ritmo más tarde cada vez." + +# game/4_noelle.rpy:3971 +translate spanish assembly_7449f763: + + # Min "This looks like shit!" with sshake + Min "¡Esto parece una mierda!" with sshake + +# game/4_noelle.rpy:3975 +translate spanish assembly_2ccf0007: + + # Akarsha "Oh balls! This is harder than I thought!" + Akarsha "¡Oh bolas! ¡Esto es más difícil de lo que pensé!" + +# game/4_noelle.rpy:3978 +translate spanish assembly_ef8bfc24: + + # Noelle "I told you! We look like fools!" with sshake + Noelle "¡Te dije! ¡Parecemos idiotas!" with sshake + +# game/4_noelle.rpy:3981 +translate spanish assembly_a07b4e19: + + # Akarsha "T-that's okay! So does everyone else!" with sshake + Akarsha "¡E-está bien! ¡Estamos igual que todos los demás!" with sshake + +# game/4_noelle.rpy:3985 +translate spanish assembly_d67b7253: + + # "Already out of breath, Noelle looks around at the chaotic blur of Asian nerds flailing their limbs around them." + "Ya quedándose sin aliento, Noelle mira a su alrededor en el caótico borrón de nerds asiáticos agitando sus extremidades alrededor de ellas." + +# game/4_noelle.rpy:3987 +translate spanish assembly_fea6b3e8: + + # NoelleT "It's true...This must be a group of some of the worst dancers in the world!" + NoelleT "Es verdad...¡Este debe ser un grupo de los peores bailarines del mundo!" + +# game/4_noelle.rpy:3993 +translate spanish assembly_7dbc27f0: + + # "With renewed confidence, Noelle spins in what turns out to be the completely wrong direction. Diya rears back to avoid crashing into her." + "Con renovada confianza, Noelle gira en una dirección que resulta ser totalmente errónea. Diya retrocede para evitar chocar contra ella." + +# game/4_noelle.rpy:3995 +translate spanish assembly_a9db357b: + + # Diya ".........." + Diya ".........." + +# game/4_noelle.rpy:3996 +translate spanish assembly_45b78d56: + + # "To Noelle's surprise, Diya belatedly bumps into her, sending her flying into Akarsha!" with sshake + "¡Para sorpresa de Noelle, Diya choca tardíamente contra ella, haciéndola volar hacia Akarsha!" with sshake + +# game/4_noelle.rpy:3998 +translate spanish assembly_63de986b: + + # NoelleT "That almost seemed deliberate?!" + NoelleT "¡¿Eso casi pareció a propósito?!" + +# game/4_noelle.rpy:4001 +translate spanish assembly_ce00232f: + + # Akarsha "Wah!" with sshake + Akarsha "¡Wah!" with sshake + +# game/4_noelle.rpy:4003 +translate spanish assembly_11ba9fbb: + + # Noelle "Pardon!" with sshake + Noelle "¡Disculpa!" with sshake + +# game/4_noelle.rpy:4005 +translate spanish assembly_62404612: + + # "Akarsha tries to pull back, only for Min to smack the back of her head in retaliation." + "Akarsha intenta retroceder, sólo para que Min la golpee en la nuca en represalia." + +# game/4_noelle.rpy:4012 +translate spanish assembly_c8417efd: + + # Akarsha "OW!! What was that for?" with sshake + Akarsha "¡¡AUCH!! ¿Para qué fue eso?" with sshake + +# game/4_noelle.rpy:4014 +translate spanish assembly_26327517: + + # Min "This...This air is mine!" with sshake + Min "Este...¡Este aire es mío!" with sshake + +# game/4_noelle.rpy:4016 +translate spanish assembly_761a13f3: + + # Akarsha "Huh???" with sshake + Akarsha "¿¿¿Ah???" with sshake + +# game/4_noelle.rpy:4018 +translate spanish assembly_48751b62: + + # "Noelle grabs Akarsha's hand for balance as they collide again." + "Noelle agarra la mano de Akarsha para mantener el equilibrio mientras chocan de nuevo." + +# game/4_noelle.rpy:4020 +translate spanish assembly_84b90c7d: + + # Akarsha "Isn't this fun?" + Akarsha "¿No es esto divertido?" + +# game/4_noelle.rpy:4022 +translate spanish assembly_783ff8f9: + + # Noelle "This is a hellhole!" + Noelle "¡Esto es un infierno!" + +# game/4_noelle.rpy:4025 +translate spanish assembly_9f30cbe2: + + # Akarsha "This is paradise!" + Akarsha "¡Esto es un paraíso!" + +# game/4_noelle.rpy:4032 +translate spanish assembly_feba0b10: + + # "Akarsha laces their fingers together, and Noelle can feel it — a hairline crack racing through something foundational within her." + "Akarsha entrelaza los dedos de ambas, y Noelle puede sentirlo — una fina grieta que atraviesa algo fundamental en su interior." + +# game/4_noelle.rpy:4033 +translate spanish assembly_88354afd: + + # "It's an utterly terrifying yet exhilarating sensation, but she doesn't let go." + "Es una sensación aterradora y a la vez apasionante, pero ella no la deja ir." + +# game/4_noelle.rpy:4035 +translate spanish assembly_7132114a: + + # Noelle "I have feelings for you." + Noelle "Siento algo por ti." + +# game/4_noelle.rpy:4037 +translate spanish assembly_dde4c5b0: + + # "She whispers it, as an experiment, so that it's impossible to hear over the roar of the crowd and the music." + "Ella lo susurra, como experimento, para que sea imposible escucharlo sobre el estruendo de la multitud y la música." + +# game/4_noelle.rpy:4038 +translate spanish assembly_00490a09: + + # "But it feels like a small, daring victory, like the first step on the moon." + "Pero se siente como una pequeña, y audaz victoria, como el primer paso en la luna." + +# game/4_noelle.rpy:4040 +translate spanish assembly_1e28a4d5: + + # "Like a butterfly breaking out of its chrysalis all soft, naive, and crinkled." + "Como una mariposa saliendo de su crisálida toda suave, cándida, y arrugada." + +# game/4_noelle.rpy:4042 +translate spanish assembly_21719d73: + + # "Maybe with two left feet and a few days late to the party, but alive, so alive, trying to process the blinding, beautiful, wild world she's broken her way into." + "Quizás con dos piernas izquierdas y un par de días tarde a la fiesta, pero viva, tan viva, intentando procesar el cegador, hermoso, y salvaje mundo al que se ha abierto camino." + +# game/4_noelle.rpy:4045 +translate spanish assembly_3f7ef669: + + # Akarsha "...What'd you say?" + Akarsha "...¿Qué dijiste?" + +# game/4_noelle.rpy:4047 +translate spanish assembly_baa53c48: + + # "Akarsha twirls her, and Noelle gives up on suppressing the giddy smile on her face." + "Akarsha la hace girar, y Noelle se rinde en reprimir su sonrisa del mareo en su cara." + +# game/4_noelle.rpy:4049 +translate spanish assembly_0b39b132: + + # Noelle "Nothing. Maybe I'll tell you later." + Noelle "Nada. Quizás te diré más tarde." + +# game/4_noelle.rpy:4052 +translate spanish assembly_8e533053: + + # Akarsha "Be that way. Burger King." + Akarsha "Sé de esa manera. Burger King." + +# game/4_noelle.rpy:4054 +translate spanish assembly_8342240e: + + # Diya "That's not even the slogan." + Diya "Ese ni siquiera es el eslogan." + +# game/4_noelle.rpy:4055 +translate spanish assembly_b3e0fbdd: + + # "They dance and dance, all stupid and struggling and happy." + "Ellas bailan y bailan, todas estúpidas y forcejeando y felices." + +# game/4_noelle.rpy:4057 +translate spanish assembly_5e3ebaff: + + # Min "There's so much pain and misery in this school." + Min "Hay tanto dolor y miseria en esta escuela." + +# game/4_noelle.rpy:4058 +translate spanish assembly_b796941a: + + # Min "It's twisted us all into strange and flawed shapes, like butterflies born in a fool's spring." + Min "Nos ha retorcido a todas en formas extrañas y defectuosas, como mariposas en la primavera falsa." + +# game/4_noelle.rpy:4059 +translate spanish assembly_8673a6fb: + + # Diya "But it's the circumstances that gave us you and me, right here, right now." + Diya "Pero son las circunstancias que nos dieron a ti y a mí, aquí, y ahora." + +# game/4_noelle.rpy:4060 +translate spanish assembly_f0171bdf: + + # Noelle "Kant wrote, \"Out of the crooked timber of humanity, no straight thing was ever made.\"" + Noelle "Kant escribió, \"Fuera del fuste torcido de la humanidad, nada derecho jamás ha salido.\"" + +# game/4_noelle.rpy:4061 +translate spanish assembly_8bed50da: + + # Noelle "And how we long to be straight — Forgetting there's beauty in the crooked things, too." + Noelle "Y cómo anhelamos a ser derechas — Olvidando que también hay belleza en lo retorcido." + +# game/4_noelle.rpy:4064 +translate spanish assembly_bfb7360b: + + # Akarsha "We'll never live the lives our parents wanted us to lead." + Akarsha "Nunca viviremos las vidas que nuestros padres querían que lleváramos." + +# game/4_noelle.rpy:4067 +translate spanish assembly_531f02a9: + + # Akarsha "And that's okay." + Akarsha "Y eso está bien." + +# game/4_noelle.rpy:4068 +translate spanish assembly_f6fc31d7: + + # Akarsha "Because we'll forge something brave and new instead." + Akarsha "Porque en su lugar forjaremos algo valiente y nuevo." + +# game/4_noelle.rpy:4070 +translate spanish assembly_e4f5b225: + + # Noelle "It won't be the same." + Noelle "No será lo mismo." + +# game/4_noelle.rpy:4071 +translate spanish assembly_69905c02: + + # Noelle "But it'll be ours." + Noelle "Pero será nuestro." + +# game/4_noelle.rpy:4072 +translate spanish assembly_d5bb4ddc: + + # Noelle "And I won't ever let that go." + Noelle "Y nunca dejaré eso de lado." + +# game/4_noelle.rpy:4120 +translate spanish epilogue_08b6611a: + + # Akarsha "Well? Were they open?" + Akarsha "¿Bueno? ¿Estaban abiertos?" + +# game/4_noelle.rpy:4121 +translate spanish epilogue_d5e1e9df: + + # Noelle "What do you think? It's 1 in the morning." + Noelle "¿Qué crees? Son las 1 de la mañana." + +# game/4_noelle.rpy:4122 +translate spanish epilogue_1b9b1027: + + # Noelle "Of course Home Depot wasn't open." + Noelle "Por supuesto que el Home Depot no estaba abierto." + +# game/4_noelle.rpy:4123 +translate spanish epilogue_999e480d: + + # Akarsha "There's gotta be somewhere else you can buy bolt cutters." + Akarsha "Tiene que haber algún otro lugar en el que comprar un cortacadenas." + +# game/4_noelle.rpy:4124 +translate spanish epilogue_236af05c: + + # Noelle "At this hour? I'm not optimistic." + Noelle "¿A esta hora? No estoy optimista." + +# game/4_noelle.rpy:4125 +translate spanish epilogue_1b023958: + + # Akarsha "Guess I'll die then?? How else are we gonna get them off?" + Akarsha "¿¿Supongo que moriré entonces?? ¿De que otra forma las vamos a quitar?" + +# game/4_noelle.rpy:4126 +translate spanish epilogue_eadf4253: + + # Noelle "I'm afraid we need to go to the fire station for help." + Noelle "Me temo que tendremos que ir a la estación de bomberos en busca de ayuda." + +# game/4_noelle.rpy:4128 +translate spanish epilogue_4f7cc2df: + + # Noelle "Stop laughing, this isn't funny!" with sshake + Noelle "¡Deja de reírte, esto no es chistoso!" with sshake + +# game/4_noelle.rpy:4129 +translate spanish epilogue_8e052c54: + + # Akarsha "This isn't funny???" with sshake + Akarsha "¿¿¿Esto no es chistoso???" with sshake + +# game/4_noelle.rpy:4130 +translate spanish epilogue_f375367d: + + # Akarsha "We're goin' to the fire station with me half naked and handcuffed, and it's not funny?" with sshake + Akarsha "¿Vamos a ir a la estación de bomberos conmigo semi desnuda y esposada, y no es chistoso?" with sshake + +# game/4_noelle.rpy:4132 +translate spanish epilogue_84707d51: + + # Noelle "You really can't get more dressed than that?" + Noelle "¿Realmente no puedes vestirte más que eso?" + +# game/4_noelle.rpy:4133 +translate spanish epilogue_d33f2201: + + # Akarsha "I mean, my arms can't go through the sleeves." + Akarsha "Osea, mis brazos no pueden ir por las mangas." + +# game/4_noelle.rpy:4135 +translate spanish epilogue_06021fad: + + # Noelle "Hold still." + Noelle "No te muevas." + +# game/4_noelle.rpy:4138 +translate spanish epilogue_40a68506: + + # Noelle "I give up. Good enough." + Noelle "Me rindo. Eso es suficiente." + +# game/4_noelle.rpy:4140 +translate spanish epilogue_bcd4393f: + + # Akarsha "Go—good enough?!?" with sshake + Akarsha "Su—¿¡¿suficiente?!?" with sshake + +# game/4_noelle.rpy:4142 +translate spanish epilogue_e5a2f7e1: + + # Akarsha "If only I had a humiliation kink, this would've been perfect." + Akarsha "Si tan solo tuviera un fetiche de humillación, esto habría sido perfecto." + +# game/4_noelle.rpy:4144 +translate spanish epilogue_0ed12d7f: + + # Akarsha "Doesn't Min have a katana?" + Akarsha "¿Min no tiene una katana?" + +# game/4_noelle.rpy:4145 +translate spanish epilogue_c6df964d: + + # Noelle "They do?" + Noelle "¿La tienen?" + +# game/4_noelle.rpy:4146 +translate spanish epilogue_0113a011: + + # Akarsha "Or at least some kinda sword. Maybe we could use it to slice the handcuffs off." + Akarsha "O por lo menos algún tipo de espada. Quizás podemos usar eso para cortar las esposas." + +# game/4_noelle.rpy:4147 +translate spanish epilogue_e56c67f2: + + # Noelle "What, you want a surprise amputation tonight? No." + Noelle "Qué, ¿quieres una amputación sorpresa esta noche? No." + +# game/4_noelle.rpy:4148 +translate spanish epilogue_31f2320f: + + # Akarsha "And you're SURE the key didn't fall behind the dresser?" + Akarsha "¿Y estás SEGURA que la llave no se cayó detrás de la cajonera?" + +# game/4_noelle.rpy:4151 +translate spanish epilogue_02862b41: + + # Noelle "I looked everywhere; it's gone." + Noelle "Busqué por todas partes; desapareció." + +# game/4_noelle.rpy:4153 +translate spanish epilogue_76a5da86: + + # Noelle "I'm convinced that in these scenarios, small objects stop obeying the laws of physics." + Noelle "Estoy convencida de que en estas situaciones, los objetos pequeños dejan de obedecer las leyes de la física." + +# game/4_noelle.rpy:4154 +translate spanish epilogue_364623ed: + + # Akarsha "This never happened any of the times I handcuffed YOU." + Akarsha "Esto nunca sucedió alguna de las veces en las que te esposé a TI." + +# game/4_noelle.rpy:4155 +translate spanish epilogue_90bedb23: + + # Noelle "That, my dear, is called luck." + Noelle "Eso, mi querida, se llama suerte." + +# game/4_noelle.rpy:4160 +translate spanish epilogue_a94801da: + + # Akarsha "Whatever you say, Skunky..." + Akarsha "Lo que digas, Mofetita..." + +# game/4_noelle.rpy:4162 +translate spanish epilogue_b543dfe4: + + # Noelle "STOP CALLING ME THAT." + Noelle "DEJA DE LLAMARME ASÍ." + +# game/4_noelle.rpy:4163 +translate spanish epilogue_a05f8c47: + + # Akarsha "Fine, Skunko Pop...D.Gray-Man..." + Akarsha "Bueno, Skunko Pop...D.Gray-man..." + +# game/4_noelle.rpy:4164 +translate spanish epilogue_afc97b80: + + # Noelle "AND DON'T BRAINSTORM HORRID NEW NICKNAMES FOR ME!" with sshake + Noelle "¡Y NO TE PONGAS A INVENTAR NUEVOS APODOS HORRIBLES PARA MÍ!" with sshake + +# game/4_noelle.rpy:4165 +translate spanish epilogue_35cdf9d6: + + # Akarsha "But you're basically begging for it with your hair like that." + Akarsha "Pero básicamente te lo estás buscando con tu pelo así." + +# game/4_noelle.rpy:4166 +translate spanish epilogue_df4f1e9c: + + # Noelle "It's not as if I grew gray hairs on purpose!" with sshake + Noelle "¡No es como si me hubieran salido canas a propósito!" with sshake + +# game/4_noelle.rpy:4167 +translate spanish epilogue_94c40ed1: + + # Akarsha "Then how come I don't have any?" + Akarsha "¿Y como es que yo no tengo ni una?" + +# game/4_noelle.rpy:4168 +translate spanish epilogue_70d229f1: + + # Noelle "You're intolerable." with sshake + Noelle "Eres intolerable." with sshake + +# game/4_noelle.rpy:4171 +translate spanish epilogue_5a46e6f9: + + # "Noelle seizes the front of Akarsha's shirt and yanks her forward, crushing their lips together." + "Noelle agarra la parte frontal de la camisa de Akarsha y la tira hacia delante, aplastando los labios de ambas juntos." + +# game/4_noelle.rpy:4173 +translate spanish epilogue_71453617: + + # "Akarsha makes a small noise of surprise, then grins as she deepens the kiss, coaxing her lips open so her tongue can slide inside." + "Akarsha hace un pequeño sonido de sorpresa, luego sonríe mientras profundiza el beso, abriéndole los labios para que su lengua pueda deslizarse en su interior." + +# game/4_noelle.rpy:4177 +translate spanish epilogue_52bdb945: + + # "At the start of the night, she tasted like watermelon lip gloss, but that's long been kissed and smeared away into oblivion." + "Al comenzar la noche, ella sabía a pintalabios de sandía, pero eso hace ya tiempo se besó y corrió hasta el olvido." + +# game/4_noelle.rpy:4178 +translate spanish epilogue_018fd7e0: + + # "Noelle can't help but think, why bother? When will you learn?" + "Noelle no puede evitar pensar, ¿para qué molestarse? ¿Cuándo vas a aprender?" + +# game/4_noelle.rpy:4179 +translate spanish epilogue_7f2930a5: + + # "I'll always kiss through every layer of crap you put between us until it's just you and me." + "Siempre besaré a través de cada capa de tonterías que pongas entre nosotras hasta que sólo seamos tú y yo." + +# game/4_noelle.rpy:4183 +translate spanish epilogue_ff6750bb: + + # "When they part, their breaths ragged, neither of them can come up with anything witty to say." + "Cuando se apartan, respirando entrecortadamente, a ninguna de las dos se les ocurre algo ingenuo que decir." + +# game/4_noelle.rpy:4187 +translate spanish epilogue_5452d866: + + # Noelle "I love you." + Noelle "Te amo." + +# game/4_noelle.rpy:4188 +translate spanish epilogue_b46d6722: + + # Akarsha "I love you more." + Akarsha "Yo te amo más." + +# game/4_noelle.rpy:4189 +translate spanish epilogue_e3813e2c: + + # Noelle "That's impossible." + Noelle "Eso es imposible." + +# game/4_noelle.rpy:4190 +translate spanish epilogue_6413f5df: + + # Akarsha "No, it's not." + Akarsha "No, no lo es." + +# game/4_noelle.rpy:4191 +translate spanish epilogue_eaad6e48: + + # Akarsha "I love you times infinity. There, I win." + Akarsha "Te amo multiplicado por infinito. Toma, gané." + +# game/4_noelle.rpy:4192 +translate spanish epilogue_b2cb471e: + + # Noelle "You can't multiply infinity." + Noelle "No puedes multiplicar el infinito." + +# game/4_noelle.rpy:4193 +translate spanish epilogue_f39d3359: + + # Noelle "Infinity is a concept, not a number. So is \"love\", for that matter." + Noelle "La infinidad es un concepto, no un número. Al igual que el amor, de hecho." + +# game/4_noelle.rpy:4194 +translate spanish epilogue_2935a871: + + # Akarsha "Well too bad, I did it." + Akarsha "Bueno muy mal, lo hice." + +# game/4_noelle.rpy:4195 +translate spanish epilogue_909aad01: + + # Akarsha "Love you times infinity." + Akarsha "Te amo multiplicado por infinito." + +# game/4_noelle.rpy:4197 +translate spanish epilogue_fff36486: + + # "Noelle sighs, but she doesn't bother hiding the half-smile tugging at her mouth." + "Noelle suspira, pero no se molesta en esconder la sonrisa a medias tensándose en su boca." + +# game/4_noelle.rpy:4199 +translate spanish epilogue_fc9921ee: + + # Noelle "If you're going to speak nonsense, then I love you times infinity, plus one." + Noelle "Si te vas a poner a hablar sin sentido, entonces te amo multiplicado por infinito, más uno." + +# game/4_noelle.rpy:4202 +translate spanish epilogue_bfffb99f: + + # Noelle "Now get in the car. I have work tomorrow morning." + Noelle "Ahora entra al auto. Tengo que trabajar esta mañana." + +# game/4_noelle.rpy:4203 +translate spanish epilogue_63d9bf00: + + # "Akarsha tries to respond as Noelle opens the door for her, but she's laughing so hard, it takes her several attempts to get it out." + "Akarsha intenta responder mientras Noelle abre la puerta por ella, pero se está riendo tanto, que le toma múltiples intentos decirlo." + +# game/4_noelle.rpy:4204 +translate spanish epilogue_c91e8edc: + + # Akarsha "The firefighters! They're gonna look outside and see..." with sshake + Akarsha "¡Los bomberos! Van a mirar afuera y ver..." with sshake + +# game/4_noelle.rpy:4205 +translate spanish epilogue_cd232eb4: + + # Akarsha "Prius driver dressed like Frog & Toad...and me..." + Akarsha "Conductora de un Prius vestida como Rana y Sapo Son Amigos...y yo..." + +# game/4_noelle.rpy:4206 +translate spanish epilogue_00a6d618: + + # Noelle "What's wrong with driving a Prius? Just get in already!" with sshake + Noelle "¿Qué tiene de malo manejar un Prius? ¡Sólo entra ya!" with sshake + +# game/4_noelle.rpy:4207 +translate spanish epilogue_472fe40d: + + # Noelle "I love you times infinity, minus one." + Noelle "Te amo multiplicado por infinito, menos uno." + +# game/4_noelle.rpy:4208 +translate spanish epilogue_50005043: + + # Noelle "I love you times infinity, minus two." + Noelle "Te amo multiplicado por infinito, menos dos." + +# game/4_noelle.rpy:4209 +translate spanish epilogue_9e322ae2: + + # Akarsha "Okay, okay! How mean!" with sshake + Akarsha "¡Ya, ya! ¡Qué pesada!" with sshake + +translate spanish strings: + + # game/4_noelle.rpy:26 + old "5th grade" + new "Quinto grado" + + # game/4_noelle.rpy:29 + old "Saturday Chinese School" + new "Escuela de chino de los sábados" + + # game/4_noelle.rpy:39 + old "The first phrase is \"mirror.\"" + new "La primera frase es \"espejo.\"" + + # game/4_noelle.rpy:48 + old "{font=chunhua_chinese.ttf}鍺子{/font}" + new "{font=chunhua_chinese.ttf}鍺子{/font}" + + # game/4_noelle.rpy:48 + old "{font=chunhua_chinese.ttf}錢子{/font}" + new "{font=chunhua_chinese.ttf}錢子{/font}" + + # game/4_noelle.rpy:48 + old "{font=chunhua_chinese.ttf}鏡子{/font}" + new "{font=chunhua_chinese.ttf}鏡子{/font}" + + # game/4_noelle.rpy:70 + old "The next phrase is \"admit.\"" + new "La siguiente frase es \"admitir.\"" + + # game/4_noelle.rpy:72 + old "You should already know \"recognize.\"" + new "Ya deberían saber \"reconocer.\"" + + # game/4_noelle.rpy:74 + old "{font=traditional_chinese.otf}承{/font}'s meaning is \"to bear\" or \"to carry\"..." + new "El significado de {font=traditional_chinese.otf}承{/font} es \"llevar\" o \"cargar\"..." + + # game/4_noelle.rpy:83 + old "Teacher, how many Chinese characters are there?" + new "Profesor, ¿cuántos caracteres chinos hay?" + + # game/4_noelle.rpy:85 + old "At least 80,000." + new "Al menos 80,000." + + # game/4_noelle.rpy:91 + old "Don't worry, most educated people only know about 8,000." + new "No se preocupen, la mayoría de las personas\ncultas solo saben alrededor de 8,000." + + # game/4_noelle.rpy:263 + old "Hello?" + new "¿Hola?" + + # game/4_noelle.rpy:272 + old "Ah-ma = Taiwanese term for grandma" + new "Ah-ma = Término Taiwanés para abuela" + + # game/4_noelle.rpy:290 + old "Spring Break" + new "Vacaciones de Primavera" + + # game/4_noelle.rpy:309 + old "Wikipedia page" + new "Página de Wikipedia" + + # game/4_noelle.rpy:318 + old "Re-read the Wikipedia article" + new "Releer el artículo de Wikipedia" + + # game/4_noelle.rpy:318 + old "Click the \"sexual intercourse\" hyperlink" + new "Hacer clic en el hipervínculo de \"relaciones sexuales\"" + + # game/4_noelle.rpy:318 + old "Click the \"lesbian\" hyperlink" + new "Hacer clic en el hipervínculo de \"lesbianismo\"" + + # game/4_noelle.rpy:343 + old "Click the \"Lesotho\" hyperlink" + new "Hacer clic en el hipervínculo de \"Lesoto\"." + + # game/4_noelle.rpy:365 + old "Click the \"fingering\" hyperlink" + new "Hacer clic en el hipervínculo de \"Masturbación Mutua\"" + + # game/4_noelle.rpy:381 + old "Click the \"tribadism\" hyperlink" + new "Hacer clic en el hipervínculo de \"tribadismo\"" + + # game/4_noelle.rpy:412 + old "Check your phone" + new "Revisar tu teléfono" + + # game/4_noelle.rpy:616 + old "Sixteen hours later" + new "Dieciséis horas más tarde" + + # game/4_noelle.rpy:619 + old "Taipei" + new "Taipei" + + # game/4_noelle.rpy:632 + old "Ah-gong = grandpa" + new "Ah-gong = abuelo" + + # game/4_noelle.rpy:639 + old "We're here!" + new "¡Estamos aquí!" + + # game/4_noelle.rpy:642 + old "Come in, come in!" + new "¡Entra, entra!" + + # game/4_noelle.rpy:662 + old "Da Ah-yi" + new "Da Ah-yi" + + # game/4_noelle.rpy:670 + old "Hey!" + new "¡Ey!" + + # game/4_noelle.rpy:673 + old "Yay!! You're finally here!" + new "¡¡Yupi!! ¡Por fin están aquí!" + + # game/4_noelle.rpy:675 + old "Chun-hua, you've grown so big!" + new "¡Chun-hua, has crecido tanto!" + + # game/4_noelle.rpy:678 + old "Yeah, I must've been in elementary school the last time you saw me!" + new "¡Sí, debí haber estado en la primaria la última vez que me viste!" + + # game/4_noelle.rpy:688 + old "Hi marryone...I four Le-ying." + new "Hola maridona...Me cuatro Le-ying." + + # game/4_noelle.rpy:696 + old "What'd you say?" + new "¿Qué dijiste?" + + # game/4_noelle.rpy:700 + old "Lair am Le-ying." + new "Mujer es Le-ying." + + # game/4_noelle.rpy:709 + old "Even the Mandarin, he's nearly forgotten." + new "Incluso el mandarín, casi se ha olvidado." + + # game/4_noelle.rpy:736 + old "They're both skin and bones. They really are cousins." + new "Ambas son piel y huesos. Realmente son primas." + + # game/4_noelle.rpy:739 + old "One U.S. version, one Taiwan version." + new "Una versión de Estados Unidos, una de Taiwan." + + # game/4_noelle.rpy:794 + old "Ask about the area" + new "Preguntar sobre el área" + + # game/4_noelle.rpy:794 + old "Ask about her book" + new "Preguntar sobre su libro" + + # game/4_noelle.rpy:794 + old "Ask about the photos on the wall" + new "Preguntar sobre las fotos en la pared" + + # game/4_noelle.rpy:921 + old "Ask about something else" + new "Preguntar sobre otra cosa" + + # game/4_noelle.rpy:921 + old "Tell me about the photos" + new "Cuéntame de las fotos" + + # game/4_noelle.rpy:1065 + old "Intercom" + new "Interlocutor" + + # game/4_noelle.rpy:1172 + old "Stall Worker" + new "Trabajadora del Puesto" + + # game/4_noelle.rpy:1173 + old "Light I ask how much are these pants?" + new "¿Por cuánto venden estos pantalón?" + + # game/4_noelle.rpy:1177 + old "Two hundred NTD." + new "Doscientos NTD." + + # game/4_noelle.rpy:1182 + old "I waist buy this." + new "Cintura comprar esto." + + # game/4_noelle.rpy:1230 + old "I want oyster omelette." + new "Quiero tortilla de ostras." + + # game/4_noelle.rpy:1236 + old "What do you want to order?" + new "¿Qué quieres pedir?" + + # game/4_noelle.rpy:1247 + old "Are you American-born Chinese?" + new "¿Eres China nacida Estadounidense?" + + # game/4_noelle.rpy:1252 + old "I am." + new "Lo soy." + + # game/4_noelle.rpy:1307 + old "{font=chunhua_chinese.ttf}阿姨好{/font} = Hello Auntie." + new "{font=chunhua_chinese.ttf}阿姨好{/font} = Hola Tía." + + # game/4_noelle.rpy:1347 + old "The last day of the trip" + new "Último día del viaje" + + # game/4_noelle.rpy:1391 + old "I miss Ah-ma..." + new "Extraño a Ah-ma..." + + # game/4_noelle.rpy:1562 + old "Flower in the mirror, moon in the water" + new "Flor en el espejo, luna en el agua" + + # game/4_noelle.rpy:1579 + old "Ready to go to the airport?" + new "¿Lista para ir al aeropuerto?" + + # game/4_noelle.rpy:1582 + old "Let's go." + new "Vamos." + + # game/4_noelle.rpy:1608 + old "Stranger" + new "Desconocido" + + # game/4_noelle.rpy:1636 + old "Man" + new "Hombre" + + # game/4_noelle.rpy:1647 + old "Passenger" + new "Pasajero" + + # game/4_noelle.rpy:1979 + old "20 minutes later" + new "20 minutos más tarde" + + # game/4_noelle.rpy:2009 + old "Umpire" + new "Árbitro" + + # game/4_noelle.rpy:2193 + old "Subhaan" + new "Subhaan" + + # game/4_noelle.rpy:2274 + old "\"Sub-Zero\"" + new "\"Sub-Zero\"" + + # game/4_noelle.rpy:2627 + old "Call her Sub-Zero" + new "Llamarla Sub-Zero" + + # game/4_noelle.rpy:2627 + old "Don't call her Sub-Zero" + new "No llamarla Sub-Zero" + + # game/4_noelle.rpy:3194 + old "One week later" + new "Una semana más tarde" + + # game/4_noelle.rpy:3388 + old "God_Of_Halo" + new "God_Of_Halo" + + # game/4_noelle.rpy:3603 + old "Class president" + new "Presidente de Clase" + + # game/4_noelle.rpy:3626 + old "Petal" + new "Pétalo" + + # game/4_noelle.rpy:3626 + old "Ovary" + new "Ovario" + + # game/4_noelle.rpy:3832 + old "Girls in the crowd" + new "Chicas en la multitud" + + # game/4_noelle.rpy:4115 + old "The future" + new "El futuro" diff --git a/game/tl/spanish/common.rpy b/game/tl/spanish/common.rpy new file mode 100644 index 0000000..4226efe --- /dev/null +++ b/game/tl/spanish/common.rpy @@ -0,0 +1,1228 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +translate spanish strings: + + # renpy/common/00accessibility.rpy:28 + old "Self-voicing disabled." + new "Auto-voz desactivada." + + # renpy/common/00accessibility.rpy:29 + old "Clipboard voicing enabled. " + new "Voz del portapapeles activada. " + + # renpy/common/00accessibility.rpy:30 + old "Self-voicing enabled. " + new "Auto-voz activada. " + + # renpy/common/00accessibility.rpy:32 + old "bar" + new "barra" + + # renpy/common/00accessibility.rpy:33 + old "selected" + new "seleccionado" + + # renpy/common/00accessibility.rpy:34 + old "viewport" + new "ventana de visualización" + + # renpy/common/00accessibility.rpy:35 + old "horizontal scroll" + new "desplazamiento horizontal" + + # renpy/common/00accessibility.rpy:36 + old "vertical scroll" + new "desplazamiento vertical" + + # renpy/common/00accessibility.rpy:37 + old "activate" + new "activar" + + # renpy/common/00accessibility.rpy:38 + old "deactivate" + new "desactivar" + + # renpy/common/00accessibility.rpy:39 + old "increase" + new "aumentar" + + # renpy/common/00accessibility.rpy:40 + old "decrease" + new "disminuir" + + # renpy/common/00accessibility.rpy:138 + old "Font Override" + new "Sustitución de Fuente" + + # renpy/common/00accessibility.rpy:142 + old "Default" + new "Predeterminada" + + # renpy/common/00accessibility.rpy:146 + old "DejaVu Sans" + new "DejaVu Sans" + + # renpy/common/00accessibility.rpy:150 + old "Opendyslexic" + new "Opendyslexic" + + # renpy/common/00accessibility.rpy:156 + old "Text Size Scaling" + new "Escala del Tamaño del Texto" + + # renpy/common/00accessibility.rpy:162 + old "Reset" + new "Restablecer" + + # renpy/common/00accessibility.rpy:168 + old "Line Spacing Scaling" + new "Escala de Interlineado" + + # renpy/common/00accessibility.rpy:180 + old "High Contrast Text" + new "Texto de Contraste Alto" + + # renpy/common/00accessibility.rpy:182 + old "Enable" + new "Activar" + + # renpy/common/00accessibility.rpy:186 + old "Disable" + new "Desactivar" + + # renpy/common/00accessibility.rpy:193 + old "Self-Voicing" + new "Auto-voz" + + # renpy/common/00accessibility.rpy:197 + old "Off" + new "Off" + + # renpy/common/00accessibility.rpy:201 + old "Text-to-speech" + new "Texto a voz" + + # renpy/common/00accessibility.rpy:205 + old "Clipboard" + new "Portapapeles" + + # renpy/common/00accessibility.rpy:209 + old "Debug" + new "Debug" + + # renpy/common/00accessibility.rpy:215 + old "Self-Voicing Volume Drop" + new "Volumen de Auto-voz" + + # renpy/common/00accessibility.rpy:224 + old "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." + new "Las opciones en este menú tienen la intención de mejorar la accesibilidad. Podría no funcionar con todos los juegos, y algunas combinaciones podrían dejar al juego inusable. Esto no es un probema con el juego o el programa. Para los mejores resiltados al cambiar fuentes, trata de mantener el tamaño del texto como estaba originalmente." + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Monday" + new "{#weekday}Lunes" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Tuesday" + new "{#weekday}Martes" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Wednesday" + new "{#weekday}Miércoles" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Thursday" + new "{#weekday}Jueves" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Friday" + new "{#weekday}Viernes" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Saturday" + new "{#weekday}Sábado" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Sunday" + new "{#weekday}Domingo" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Mon" + new "{#weekday_short}Lun" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Tue" + new "{#weekday_short}Mar" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Wed" + new "{#weekday_short}Mier" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Thu" + new "{#weekday_short}Jue" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Fri" + new "{#weekday_short}Vier" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Sat" + new "{#weekday_short}Sá" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Sun" + new "{#weekday_short}Do" + + # renpy/common/00action_file.rpy:47 + old "{#month}January" + new "{#month}Enero" + + # renpy/common/00action_file.rpy:47 + old "{#month}February" + new "{#month}Febrero" + + # renpy/common/00action_file.rpy:47 + old "{#month}March" + new "{#month}Marzo" + + # renpy/common/00action_file.rpy:47 + old "{#month}April" + new "{#month}Abril" + + # renpy/common/00action_file.rpy:47 + old "{#month}May" + new "{#month}Mayo" + + # renpy/common/00action_file.rpy:47 + old "{#month}June" + new "{#month}Junio" + + # renpy/common/00action_file.rpy:47 + old "{#month}July" + new "{#month}Julio" + + # renpy/common/00action_file.rpy:47 + old "{#month}August" + new "{#month}Agosto" + + # renpy/common/00action_file.rpy:47 + old "{#month}September" + new "{#month}Septiembre" + + # renpy/common/00action_file.rpy:47 + old "{#month}October" + new "{#month}Octubre" + + # renpy/common/00action_file.rpy:47 + old "{#month}November" + new "{#month}Noviembre" + + # renpy/common/00action_file.rpy:47 + old "{#month}December" + new "{#month}Diciembre" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jan" + new "{#month_short}Ene" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Feb" + new "{#month_short}Feb" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Mar" + new "{#month_short}Mar" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Apr" + new "{#month_short}Abr" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}May" + new "{#month_short}May" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jun" + new "{#month_short}Jun" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jul" + new "{#month_short}Jul" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Aug" + new "{#month_short}Ago" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Sep" + new "{#month_short}Sep" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Oct" + new "{#month_short}Oct" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Nov" + new "{#month_short}Nov" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Dec" + new "{#month_short}Dic" + + # renpy/common/00action_file.rpy:250 + old "%b %d, %H:%M" + new "%b %d, %H:%M" + + # renpy/common/00action_file.rpy:364 + old "Save slot %s: [text]" + new "Guardar partida %s: [text]" + + # renpy/common/00action_file.rpy:445 + old "Load slot %s: [text]" + new "Cargar partida %s: [text]" + + # renpy/common/00action_file.rpy:498 + old "Delete slot [text]" + new "Borrar partida [text]" + + # renpy/common/00action_file.rpy:577 + old "File page auto" + new "Página guardado automático" + + # renpy/common/00action_file.rpy:579 + old "File page quick" + new "Página guardado rápido" + + # renpy/common/00action_file.rpy:581 + old "File page [text]" + new "Página [text]" + + # renpy/common/00action_file.rpy:780 + old "Next file page." + new "Página siguiente." + + # renpy/common/00action_file.rpy:852 + old "Previous file page." + new "Página anterior." + + # renpy/common/00action_file.rpy:913 + old "Quick save complete." + new "Guardado rápido completado." + + # renpy/common/00action_file.rpy:931 + old "Quick save." + new "Guardado rápido." + + # renpy/common/00action_file.rpy:950 + old "Quick load." + new "Cargado rápido." + + # renpy/common/00action_other.rpy:381 + old "Language [text]" + new "Idioma [text]" + + # renpy/common/00action_other.rpy:703 + old "Open [text] directory." + new "Abrir directorio [text]." + + # renpy/common/00director.rpy:708 + old "The interactive director is not enabled here." + new "El director interactivo no está habilitado aquí." + + # renpy/common/00director.rpy:1481 + old "⬆" + new "⬆" + + # renpy/common/00director.rpy:1487 + old "⬇" + new "⬇" + + # renpy/common/00director.rpy:1551 + old "Done" + new "Hecho" + + # renpy/common/00director.rpy:1561 + old "(statement)" + new "(comunicado)" + + # renpy/common/00director.rpy:1562 + old "(tag)" + new "(nota)" + + # renpy/common/00director.rpy:1563 + old "(attributes)" + new "(atributos)" + + # renpy/common/00director.rpy:1564 + old "(transform)" + new "(transformar)" + + # renpy/common/00director.rpy:1589 + old "(transition)" + new "(transición)" + + # renpy/common/00director.rpy:1601 + old "(channel)" + new "(canal)" + + # renpy/common/00director.rpy:1602 + old "(filename)" + new "(archivo)" + + # renpy/common/00director.rpy:1631 + old "Change" + new "Cambiar" + + # renpy/common/00director.rpy:1633 + old "Add" + new "Añadir" + + # renpy/common/00director.rpy:1636 + old "Cancel" + new "Cancelar" + + # renpy/common/00director.rpy:1639 + old "Remove" + new "Remover" + + # renpy/common/00director.rpy:1674 + old "Statement:" + new "Comunicado:" + + # renpy/common/00director.rpy:1695 + old "Tag:" + new "Nota:" + + # renpy/common/00director.rpy:1711 + old "Attributes:" + new "Atributos:" + + # renpy/common/00director.rpy:1729 + old "Transforms:" + new "Transformaciones:" + + # renpy/common/00director.rpy:1748 + old "Behind:" + new "Detrás:" + + # renpy/common/00director.rpy:1767 + old "Transition:" + new "Transición:" + + # renpy/common/00director.rpy:1785 + old "Channel:" + new "Canal:" + + # renpy/common/00director.rpy:1803 + old "Audio Filename:" + new "Archivo de Audio:" + + # renpy/common/00gui.rpy:445 + old "Are you sure?" + new "¿Estás seguro?" + + # renpy/common/00gui.rpy:446 + old "Are you sure you want to delete this save?" + new "¿Estás seguro de que quieres borrar este guardado?" + + # renpy/common/00gui.rpy:447 + old "Are you sure you want to overwrite your save?" + new "¿Estás seguro de que quieres sobreescribir este guardado?" + + # renpy/common/00gui.rpy:448 + old "Loading will lose unsaved progress.\nAre you sure you want to do this?" + new "Al cargar se perderá el progreso no guardado.\n¿Estás seguro de que quieres hacer esto?" + + # renpy/common/00gui.rpy:449 + old "Are you sure you want to quit?" + new "¿Estás seguro de que quieres salir?" + + # renpy/common/00gui.rpy:450 + old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." + new "¿Estás seguro de que quieres volver al menú principal?\nSe perderá el progreso no guardado." + + # renpy/common/00gui.rpy:451 + old "Are you sure you want to end the replay?" + new "¿Estás seguro de que quieres finalizar la repetición?" + + # renpy/common/00gui.rpy:452 + old "Are you sure you want to begin skipping?" + new "¿Estás seguro de que quieres comenzar a saltar?" + + # renpy/common/00gui.rpy:453 + old "Are you sure you want to skip to the next choice?" + new "¿Estás seguro de que quieres saltar hasta la próxima elección?" + + # renpy/common/00gui.rpy:454 + old "Are you sure you want to skip unseen dialogue to the next choice?" + new "¿Estás seguro de que quieres saltar diálogo no visto hasta la próxima elección?" + + # renpy/common/00keymap.rpy:310 + old "Failed to save screenshot as %s." + new "No se pudo salvar la captura de pantalla como %s." + + # renpy/common/00keymap.rpy:322 + old "Saved screenshot as %s." + new "Captura de pantalla guardada como %s." + + # renpy/common/00library.rpy:230 + old "Skip Mode" + new "Modo salto" + + # renpy/common/00library.rpy:316 + old "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." + new "Este programa contiene software libre sujeto a diversas licencias que incluyen la licencia MIT y la {i}GNU Lesser General Public License{/i} (Licencia Pública General Reducida de GNU). Puedes encontrar la lista completa de software, con enlaces al código fuente completo, {a=https://www.renpy.org/l/license}aquí (en inglés){/a}." + + # renpy/common/00preferences.rpy:259 + old "display" + new "pantalla" + + # renpy/common/00preferences.rpy:271 + old "transitions" + new "transiciones" + + # renpy/common/00preferences.rpy:280 + old "skip transitions" + new "saltar transiciones" + + # renpy/common/00preferences.rpy:282 + old "video sprites" + new "sprites de video" + + # renpy/common/00preferences.rpy:291 + old "show empty window" + new "mostrar ventana vacía" + + # renpy/common/00preferences.rpy:300 + old "text speed" + new "velocidad de texto" + + # renpy/common/00preferences.rpy:308 + old "joystick" + new "joystick" + + # renpy/common/00preferences.rpy:308 + old "joystick..." + new "joystick..." + + # renpy/common/00preferences.rpy:315 + old "skip" + new "saltar" + + # renpy/common/00preferences.rpy:318 + old "skip unseen [text]" + new "saltar [text] no visto" + + # renpy/common/00preferences.rpy:323 + old "skip unseen text" + new "saltar texto no visto" + + # renpy/common/00preferences.rpy:325 + old "begin skipping" + new "comenzar a saltar" + + # renpy/common/00preferences.rpy:329 + old "after choices" + new "después de elegir" + + # renpy/common/00preferences.rpy:336 + old "skip after choices" + new "saltar después de elegir" + + # renpy/common/00preferences.rpy:338 + old "auto-forward time" + new "tiempo de auto-avance" + + # renpy/common/00preferences.rpy:352 + old "auto-forward" + new "auto avance" + + # renpy/common/00preferences.rpy:359 + old "Auto forward" + new "Auto avance" + + # renpy/common/00preferences.rpy:362 + old "auto-forward after click" + new "auto avance después de un clic" + + # renpy/common/00preferences.rpy:371 + old "automatic move" + new "movimiento automático" + + # renpy/common/00preferences.rpy:380 + old "wait for voice" + new "esperar a voz" + + # renpy/common/00preferences.rpy:389 + old "voice sustain" + new "mantén de voz" + + # renpy/common/00preferences.rpy:398 + old "self voicing" + new "auto-voz" + + # renpy/common/00preferences.rpy:407 + old "self voicing volume drop" + new "volumen de auto-voz" + + # renpy/common/00preferences.rpy:415 + old "clipboard voicing" + new "voz del portapapeles" + + # renpy/common/00preferences.rpy:424 + old "debug voicing" + new "voz de debug" + + # renpy/common/00preferences.rpy:433 + old "emphasize audio" + new "enfatizar audio" + + # renpy/common/00preferences.rpy:442 + old "rollback side" + new "lado de retroceso" + + # renpy/common/00preferences.rpy:452 + old "gl powersave" + new "ahorro de energía gl" + + # renpy/common/00preferences.rpy:458 + old "gl framerate" + new "cuadros por segundo gl" + + # renpy/common/00preferences.rpy:461 + old "gl tearing" + new "desgarro de pantalla gl" + + # renpy/common/00preferences.rpy:464 + old "font transform" + new "transformación de fuente" + + # renpy/common/00preferences.rpy:467 + old "font size" + new "tamaño de fuente" + + # renpy/common/00preferences.rpy:475 + old "font line spacing" + new "interlineado de fuente" + + # renpy/common/00preferences.rpy:483 + old "system cursor" + new "cursor del sistema" + + # renpy/common/00preferences.rpy:492 + old "renderer menu" + new "menú de renderizado" + + # renpy/common/00preferences.rpy:495 + old "accessibility menu" + new "menú de accesibilidad" + + # renpy/common/00preferences.rpy:498 + old "high contrast text" + new "texto de contraste alto" + + # renpy/common/00preferences.rpy:507 + old "audio when minimized" + new "audio minimizado" + + # renpy/common/00preferences.rpy:527 + old "main volume" + new "volumen principal" + + # renpy/common/00preferences.rpy:528 + old "music volume" + new "volumen de música" + + # renpy/common/00preferences.rpy:529 + old "sound volume" + new "volumen de sonido" + + # renpy/common/00preferences.rpy:530 + old "voice volume" + new "volumen de voz" + + # renpy/common/00preferences.rpy:531 + old "mute main" + new "silenciar principal" + + # renpy/common/00preferences.rpy:532 + old "mute music" + new "silenciar música" + + # renpy/common/00preferences.rpy:533 + old "mute sound" + new "silenciar sonido" + + # renpy/common/00preferences.rpy:534 + old "mute voice" + new "silenciar voces" + + # renpy/common/00preferences.rpy:535 + old "mute all" + new "silenciar todo" + + # renpy/common/00preferences.rpy:616 + old "Clipboard voicing enabled. Press 'shift+C' to disable." + new "Voz del portapapeles activada. Presiona 'shift+C' para desactivar." + + # renpy/common/00preferences.rpy:618 + old "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." + new "Auto-voz diría \"[renpy.display.tts.last]\". Presiona 'alt+shift+V' para desactivar." + + # renpy/common/00preferences.rpy:620 + old "Self-voicing enabled. Press 'v' to disable." + new "Auto-voz activada. Presiona 'v' para desactivar." + + # renpy/common/00iap.rpy:219 + old "Contacting App Store\nPlease Wait..." + new "Contactando App Store\nPor favor, espera..." + + # renpy/common/00updater.rpy:419 + old "The Ren'Py Updater is not supported on mobile devices." + new "El Actualizador de Ren'Py no es compatible con dispositivos móviles." + + # renpy/common/00updater.rpy:548 + old "An error is being simulated." + new "Un error está siendo simulado." + + # renpy/common/00updater.rpy:738 + old "Either this project does not support updating, or the update status file was deleted." + new "O bien este proyecto no es compatible con la actualización o el archivo de estado de la actualización se ha eliminado." + + # renpy/common/00updater.rpy:752 + old "This account does not have permission to perform an update." + new "Esta cuenta no tiene permiso para realizar una actualización." + + # renpy/common/00updater.rpy:755 + old "This account does not have permission to write the update log." + new "Esta cuenta no tiene permiso para escribir en el registro de actualización." + + # renpy/common/00updater.rpy:783 + old "Could not verify update signature." + new "No se pudo verificar la actualización de firmas." + + # renpy/common/00updater.rpy:1084 + old "The update file was not downloaded." + new "El archivo de actualización no se ha descargado." + + # renpy/common/00updater.rpy:1102 + old "The update file does not have the correct digest - it may have been corrupted." + new "El archivo de actualización no tiene el 'digest' correcto - es posible que esté dañado." + + # renpy/common/00updater.rpy:1252 + old "While unpacking {}, unknown type {}." + new "Tipo desconocido {} al desempaquetar {}." + + # renpy/common/00updater.rpy:1624 + old "Updater" + new "Actualizador" + + # renpy/common/00updater.rpy:1631 + old "An error has occured:" + new "Ha sucedido un error:" + + # renpy/common/00updater.rpy:1633 + old "Checking for updates." + new "Buscando actualizaciones." + + # renpy/common/00updater.rpy:1635 + old "This program is up to date." + new "Este programa está actualizado." + + # renpy/common/00updater.rpy:1637 + old "[u.version] is available. Do you want to install it?" + new "[u.version] está disponible. ¿Quieres instalarla?" + + # renpy/common/00updater.rpy:1639 + old "Preparing to download the updates." + new "Preparando para descargar la actualización." + + # renpy/common/00updater.rpy:1641 + old "Downloading the updates." + new "Descargando la actualización." + + # renpy/common/00updater.rpy:1643 + old "Unpacking the updates." + new "Desempaquetando la actualización." + + # renpy/common/00updater.rpy:1645 + old "Finishing up." + new "Finalizando." + + # renpy/common/00updater.rpy:1647 + old "The updates have been installed. The program will restart." + new "La actualización ha sido instalada. El programa se reiniciará." + + # renpy/common/00updater.rpy:1649 + old "The updates have been installed." + new "La actualización ha sido instalada." + + # renpy/common/00updater.rpy:1651 + old "The updates were cancelled." + new "La actualización ha sido cancelada." + + # renpy/common/00updater.rpy:1666 + old "Proceed" + new "Continuar" + + # renpy/common/00gallery.rpy:627 + old "Image [index] of [count] locked." + new "Imagen [index] de [count] bloqueada." + + # renpy/common/00gallery.rpy:647 + old "prev" + new "ante" + + # renpy/common/00gallery.rpy:648 + old "next" + new "sig" + + # renpy/common/00gallery.rpy:649 + old "slideshow" + new "presentación" + + # renpy/common/00gallery.rpy:650 + old "return" + new "volver" + + # renpy/common/00gltest.rpy:89 + old "Renderer" + new "Renderizador" + + # renpy/common/00gltest.rpy:93 + old "Automatically Choose" + new "Escoger automáticamente" + + # renpy/common/00gltest.rpy:100 + old "Force GL Renderer" + new "Forzar renderizado GL" + + # renpy/common/00gltest.rpy:105 + old "Force ANGLE Renderer" + new "Forzar renderizado ANGLE" + + # renpy/common/00gltest.rpy:110 + old "Force GLES Renderer" + new "Forzar renderizado GLES" + + # renpy/common/00gltest.rpy:116 + old "Force GL2 Renderer" + new "Forzar renderizado GL2" + + # renpy/common/00gltest.rpy:121 + old "Force ANGLE2 Renderer" + new "Forzar renderizado ANGLE2" + + # renpy/common/00gltest.rpy:126 + old "Force GLES2 Renderer" + new "Forzar renderizado GLES2" + + # renpy/common/00gltest.rpy:136 + old "Enable (No Blocklist)" + new "Autorizar (Sin Blocklist)" + + # renpy/common/00gltest.rpy:159 + old "Powersave" + new "Ahorro de energía" + + # renpy/common/00gltest.rpy:173 + old "Framerate" + new "Cuadros por segundo" + + # renpy/common/00gltest.rpy:177 + old "Screen" + new "Pantalla" + + # renpy/common/00gltest.rpy:181 + old "60" + new "60" + + # renpy/common/00gltest.rpy:185 + old "30" + new "30" + + # renpy/common/00gltest.rpy:191 + old "Tearing" + new "Desgarro de Pantalla" + + # renpy/common/00gltest.rpy:207 + old "Changes will take effect the next time this program is run." + new "Los cambios se aplicarán la próxima vez que el programa se ejecute." + + # renpy/common/00gltest.rpy:242 + old "Performance Warning" + new "Aviso de funcionamiento" + + # renpy/common/00gltest.rpy:247 + old "This computer is using software rendering." + new "Este ordenador usa renderizado por software." + + # renpy/common/00gltest.rpy:249 + old "This game requires use of GL2 that can't be initialised." + new "El requerimiento de renderizado GL2 de este juego no puede ser iniciado." + + # renpy/common/00gltest.rpy:251 + old "This computer has a problem displaying graphics: [problem]." + new "Este ordenador tiene un problema mostrando los gráficos: [problem]." + + # renpy/common/00gltest.rpy:255 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." + new "Los controladores gráficos pueden estar obsoletos o no funcionar adecuadamente. Esto puede conllevar que los gráficos se muestren lenta o incorrectamente." + + # renpy/common/00gltest.rpy:259 + old "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." + new "El archivo {a=edit:1:log.txt}log.txt{/a} podría contener información que te ayude a determinar qué está mal con tu computadora." + + # renpy/common/00gltest.rpy:264 + old "More details on how to fix this can be found in the {a=[url]}documentation{/a}." + new "Más detalles en cómo arreglar esto pueden ser encontrados en la {a=[url]}documentación{/a}." + + # renpy/common/00gltest.rpy:269 + old "Continue, Show this warning again" + new "Continuar, Mostrar este aviso de nuevo" + + # renpy/common/00gltest.rpy:273 + old "Continue, Don't show warning again" + new "Continuar, No mostrar este aviso de nuevo" + + # renpy/common/00gltest.rpy:281 + old "Change render options" + new "Cambiar opciones de renderizado" + + # renpy/common/00gamepad.rpy:32 + old "Select Gamepad to Calibrate" + new "Selecciona el mando para calibrar" + + # renpy/common/00gamepad.rpy:35 + old "No Gamepads Available" + new "No hay mandos disponibles" + + # renpy/common/00gamepad.rpy:54 + old "Calibrating [name] ([i]/[total])" + new "Calibrando [name] ([i]/[total])" + + # renpy/common/00gamepad.rpy:58 + old "Press or move the '[control!s]' [kind]." + new "Presiona o mueve los '[control!s]' [kind]." + + # renpy/common/00gamepad.rpy:68 + old "Skip (A)" + new "Saltar (A)" + + # renpy/common/00gamepad.rpy:71 + old "Back (B)" + new "Volver (B)" + + # renpy/common/_errorhandling.rpym:555 + old "Open" + new "Abrir" + + # renpy/common/_errorhandling.rpym:557 + old "Opens the traceback.txt file in a text editor." + new "Abre el archivo de rastreo 'traceback.txt' en un editor de texto." + + # renpy/common/_errorhandling.rpym:559 + old "Copy BBCode" + new "Copiar BBCode" + + # renpy/common/_errorhandling.rpym:561 + old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "Copia el archivo tracecback.txt como BBcode para foros como https://lemmasoft.renai.us/." + + # renpy/common/_errorhandling.rpym:563 + old "Copy Markdown" + new "Copiar Markdown" + + # renpy/common/_errorhandling.rpym:565 + old "Copies the traceback.txt file to the clipboard as Markdown for Discord." + new "Copia el archivo traceback.txt en el portapapeles como Markdown para Discord." + + # renpy/common/_errorhandling.rpym:594 + old "An exception has occurred." + new "Ha sucedido una excepción." + + # renpy/common/_errorhandling.rpym:617 + old "Rollback" + new "Volver atrás" + + # renpy/common/_errorhandling.rpym:619 + old "Attempts a roll back to a prior time, allowing you to save or choose a different choice." + new "Intenta volver a un momento anterior y permite guardar o escoger una opción diferente." + + # renpy/common/_errorhandling.rpym:622 + old "Ignore" + new "Ignorar" + + # renpy/common/_errorhandling.rpym:626 + old "Ignores the exception, allowing you to continue." + new "Ignora la excepción y permite continuar." + + # renpy/common/_errorhandling.rpym:628 + old "Ignores the exception, allowing you to continue. This often leads to additional errors." + new "Ignora la excepción y permite continuar. Suele conllevar más errores." + + # renpy/common/_errorhandling.rpym:632 + old "Reload" + new "Recargar" + + # renpy/common/_errorhandling.rpym:634 + old "Reloads the game from disk, saving and restoring game state if possible." + new "Recarga el juego del disco, guardando y restaurando la partida si es posible." + + # renpy/common/_errorhandling.rpym:637 + old "Console" + new "Consola" + + # renpy/common/_errorhandling.rpym:639 + old "Opens a console to allow debugging the problem." + new "Abre una consola y permite depurar el problema." + + # renpy/common/_errorhandling.rpym:652 + old "Quits the game." + new "Sale del juego." + + # renpy/common/_errorhandling.rpym:673 + old "Parsing the script failed." + new "Error en el análisis del código." + +# TODO: Translation updated at 2023-02-03 17:07 + +translate spanish strings: + + # renpy/common/_compat/gamemenu.rpym:198 + old "Empty Slot." + new "" + + # renpy/common/_compat/gamemenu.rpym:355 + old "Previous" + new "" + + # renpy/common/_compat/gamemenu.rpym:362 + old "Next" + new "" + + # renpy/common/_compat/preferences.rpym:428 + old "Joystick Mapping" + new "" + + # renpy/common/_developer/developer.rpym:38 + old "Developer Menu" + new "" + + # renpy/common/_developer/developer.rpym:43 + old "Interactive Director (D)" + new "" + + # renpy/common/_developer/developer.rpym:45 + old "Reload Game (Shift+R)" + new "" + + # renpy/common/_developer/developer.rpym:47 + old "Console (Shift+O)" + new "" + + # renpy/common/_developer/developer.rpym:49 + old "Variable Viewer" + new "" + + # renpy/common/_developer/developer.rpym:51 + old "Image Location Picker" + new "" + + # renpy/common/_developer/developer.rpym:53 + old "Filename List" + new "" + + # renpy/common/_developer/developer.rpym:57 + old "Show Image Load Log (F4)" + new "" + + # renpy/common/_developer/developer.rpym:60 + old "Hide Image Load Log (F4)" + new "" + + # renpy/common/_developer/developer.rpym:63 + old "Image Attributes" + new "" + + # renpy/common/_developer/developer.rpym:90 + old "[name] [attributes] (hidden)" + new "" + + # renpy/common/_developer/developer.rpym:94 + old "[name] [attributes]" + new "" + + # renpy/common/_developer/developer.rpym:143 + old "Nothing to inspect." + new "" + + # renpy/common/_developer/developer.rpym:154 + old "Hide deleted" + new "" + + # renpy/common/_developer/developer.rpym:154 + old "Show deleted" + new "" + + # renpy/common/_developer/developer.rpym:278 + old "Return to the developer menu" + new "" + + # renpy/common/_developer/developer.rpym:443 + old "Rectangle: %r" + new "" + + # renpy/common/_developer/developer.rpym:448 + old "Mouse position: %r" + new "" + + # renpy/common/_developer/developer.rpym:453 + old "Right-click or escape to quit." + new "" + + # renpy/common/_developer/developer.rpym:485 + old "Rectangle copied to clipboard." + new "" + + # renpy/common/_developer/developer.rpym:488 + old "Position copied to clipboard." + new "" + + # renpy/common/_developer/developer.rpym:507 + old "Type to filter: " + new "" + + # renpy/common/_developer/developer.rpym:635 + old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" + new "" + + # renpy/common/_developer/developer.rpym:639 + old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + new "" + + # renpy/common/_developer/developer.rpym:649 + old "✔ " + new "" + + # renpy/common/_developer/developer.rpym:652 + old "✘ " + new "" + + # renpy/common/_developer/developer.rpym:657 + old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" + new "" + + # renpy/common/_developer/inspector.rpym:38 + old "Displayable Inspector" + new "" + + # renpy/common/_developer/inspector.rpym:61 + old "Size" + new "" + + # renpy/common/_developer/inspector.rpym:65 + old "Style" + new "" + + # renpy/common/_developer/inspector.rpym:71 + old "Location" + new "" + + # renpy/common/_developer/inspector.rpym:122 + old "Inspecting Styles of [displayable_name!q]" + new "" + + # renpy/common/_developer/inspector.rpym:139 + old "displayable:" + new "" + + # renpy/common/_developer/inspector.rpym:145 + old " (no properties affect the displayable)" + new "" + + # renpy/common/_developer/inspector.rpym:147 + old " (default properties omitted)" + new "" + + # renpy/common/_developer/inspector.rpym:185 + old "" + new "" + + # renpy/common/_layout/classic_load_save.rpym:170 + old "a" + new "" + + # renpy/common/_layout/classic_load_save.rpym:179 + old "q" + new "" + + # renpy/common/00gltest.rpy:79 + old "Force Angle/DirectX Renderer" + new "" + + # renpy/common/00gltest.rpy:83 + old "Force OpenGL Renderer" + new "" + + # renpy/common/00gltest.rpy:87 + old "Force Software Renderer" + new "" + + # renpy/common/00gltest.rpy:93 + old "NPOT" + new "" + + # renpy/common/00gltest.rpy:220 + old "This computer is not using shaders." + new "" + + # renpy/common/00gltest.rpy:222 + old "This computer is displaying graphics slowly." + new "" + + # renpy/common/00gltest.rpy:229 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." + new "" + + # renpy/common/00gltest.rpy:236 + old "Update DirectX" + new "" + + # renpy/common/00gltest.rpy:264 + old "Updating DirectX." + new "" + + # renpy/common/00gltest.rpy:268 + old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." + new "" + + # renpy/common/00gltest.rpy:272 + old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." + new "" + + # renpy/common/00gltest.rpy:276 + old "When setup finishes, please click below to restart this program." + new "" + + # renpy/common/00gltest.rpy:278 + old "Restart" + new "" + + # renpy/common/00gamepad.rpy:58 + old "Press or move the [control!r] [kind]." + new "" + + # renpy/common/_errorhandling.rpym:679 + old "Opens the errors.txt file in a text editor." + new "" + + # renpy/common/_errorhandling.rpym:683 + old "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "" + + # renpy/common/_errorhandling.rpym:687 + old "Copies the errors.txt file to the clipboard as Markdown for Discord." + new "" + diff --git a/game/tl/spanish/options.rpy b/game/tl/spanish/options.rpy new file mode 100644 index 0000000..d17d505 --- /dev/null +++ b/game/tl/spanish/options.rpy @@ -0,0 +1,8 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +translate spanish strings: + + # game/options.rpy:15 + old "Butterfly Soup 2" + new "Butterfly Soup 2" + diff --git a/game/tl/spanish/screens.rpy b/game/tl/spanish/screens.rpy new file mode 100644 index 0000000..551b7a0 --- /dev/null +++ b/game/tl/spanish/screens.rpy @@ -0,0 +1,455 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +translate spanish strings: + + # game/screens.rpy:645 + old "Save" + new "Guardar" + + # game/screens.rpy:647 + old "Skip" + new "Saltar" + + # game/screens.rpy:649 + old "Prefs" + new "Preferencias" + + # game/screens.rpy:716 + old "New Game" + new "Nuevo Juego" + + # game/screens.rpy:721 + old "History" + new "Historia" + + # game/screens.rpy:729 + old "Load Game" + new "Cargar" + + # game/screens.rpy:733 + old "Settings" + new "Config" + + # game/screens.rpy:737 + old "About" + new "Acerca de" + + # game/screens.rpy:742 + old "End Replay" + new "Finalizar Replay" + + # game/screens.rpy:748 + old "Main Menu" + new "Menú Principal" + + # game/screens.rpy:758 + old "Quit" + new "Salir" + + # game/screens.rpy:977 + old "Return" + new "Volver" + + # game/screens.rpy:1099 + old "[config.name!t] Version [config.version!t]\n" + new "[config.name!t] Versión [config.version!t]\n" + + # game/screens.rpy:1106 + old "Game by Brianna Lei\n\nMade with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n" + new "Juego por Brianna Lei\n\nHecho con {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n" + + # game/screens.rpy:1108 + old "\n\nMusic:" + new "\n\nMúsica:" + + # game/screens.rpy:1109 + old "Bubbles, guiding light, Thought Projection, Holding Your Breath,\nIllicit Activities, and Jello by {a=http://ketsamusic.com/}Ketsa{/a}\n" + new "Bubbles, guiding light, Thought Projection, Holding Your Breath,\nIllicit Activities, y Jello por {a=http://ketsamusic.com/}Ketsa{/a}\n" + + # game/screens.rpy:1110 + old "Romaras, Blooming, pas a pas, side by side, and Campagne_sound363\nby Miltata (CC BY-NC 3.0)" + new "Romaras, Blooming, pas a pas, side by side, y Campagne_sound363\npor Miltata (CC BY-NC 3.0)" + + # game/screens.rpy:1111 + old "{a=https://miltata.bandcamp.com/}This artist has songs available for purchase! Please support him here!{/a}\n" + new "{a=https://miltata.bandcamp.com/}¡Este artista tiene canciones a la venta! ¡Por favor apoyenlo aquí!{/a}\n" + + # game/screens.rpy:1112 + old "{a=http://freemusicarchive.org/music/Bloodgod/Catharsis/}Valar Morghulis{/a} by {b}Bloodgod{/b} (CC BY-NC-ND 4.0)\n" + new "{a=http://freemusicarchive.org/music/Bloodgod/Catharsis/}Valar Morghulis{/a} por {b}Bloodgod{/b} (CC BY-NC-ND 4.0)\n" + + # game/screens.rpy:1113 + old "{a=http://www.hurtrecord.com/bgm/24/the-flame-of-love.html}Flame of Love{/a} by {b}YOSHI{/b}\n" + new "{a=http://www.hurtrecord.com/bgm/24/the-flame-of-love.html}Flame of Love{/a} por {b}YOSHI{/b}\n" + + # game/screens.rpy:1114 + old "{a=https://www.hurtrecord.com/bgm/104/toys-house.html}Toys House{/a} by {b}Teada{/b}\n" + new "{a=https://www.hurtrecord.com/bgm/104/toys-house.html}Toys House{/a} por {b}Teada{/b}\n" + + # game/screens.rpy:1115 + old "{a=https://www.hurtrecord.com/bgm/23/kurayami.html}{font=japanese.ttc}クラヤミ{/font}{/a} by {b}{font=japanese.ttc}カモキング{/font}{/b}\n" + new "{a=https://www.hurtrecord.com/bgm/23/kurayami.html}{font=japanese.ttc}クラヤミ{/font}{/a} por {b}{font=japanese.ttc}カモキング{/font}{/b}\n" + + # game/screens.rpy:1116 + old "{a=https://thricedotted.itch.io/looptober-2021-variety-pack}Fell{/a} by {b}Studio Meow Meow{/b} (CC BY 4.0)\n" + new "{a=https://thricedotted.itch.io/looptober-2021-variety-pack}Fell{/a} por {b}Studio Meow Meow{/b} (CC BY 4.0)\n" + + # game/screens.rpy:1117 + old "{a=https://www.void1gaming.com/}Comatose Dreams{/a} by {b}VOiD1Gaming{/b}\n" + new "{a=https://www.void1gaming.com/}Comatose Dreams{/a} por {b}VOiD1Gaming{/b}\n" + + # game/screens.rpy:1118 + old "My Heart Will Go On - Recorder By Candlelight by {b}Matt Mulholland{/b}" + new "My Heart Will Go On - Recorder By Candlelight por {b}Matt Mulholland{/b}" + + # game/screens.rpy:1119 + old "{a=https://mattmulholland.bandcamp.com/album/matt-mulholland-sings-covers}This song is available for purchase! Please support the artist!{/a}\n" + new "{a=https://mattmulholland.bandcamp.com/album/matt-mulholland-sings-covers}¡Esta canción está a la venta! ¡Por favor apoyen al artista!{/a}\n" + + # game/screens.rpy:1121 + old "\n\nSound:" + new "\n\nSonido:" + + # game/screens.rpy:1122 + old "{a=https://github.com/NormalVR/CutieKeys}Cutie Keys{/a}" + new "{a=https://github.com/NormalVR/CutieKeys}Cutie Keys{/a}" + + # game/screens.rpy:1123 + old "{a=http://freesound.org/people/LittleRobotSoundFactory/packs/16881/}Electric Sound Effects Library{/a} by LittleRobotSoundFactory (CC BY 3.0)" + new "{a=http://freesound.org/people/LittleRobotSoundFactory/packs/16881/}Electric Sound Effects Library{/a} por LittleRobotSoundFactory (CC BY 3.0)" + + # game/screens.rpy:1124 + old "{a=http://freesound.org/people/Peacewaves/sounds/317334/}Metal Locker{/a} by Peacewaves (CC BY 3.0)" + new "{a=http://freesound.org/people/Peacewaves/sounds/317334/}Metal Locker{/a} por Peacewaves (CC BY 3.0)" + + # game/screens.rpy:1125 + old "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + new "Rain loop por {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + + # game/screens.rpy:1127 + old "\n\nTranslation producer:" + new "\n\nProductores de traducción:" + + # game/screens.rpy:1128 + old "{a=https://queerscriptors.org}Queerscriptors{/a}" + new "{a=https://queerscriptors.org}Queerscriptors{/a}" + + # game/screens.rpy:1130 + old "\n\nRussian Translation:" + new "\n\nTraducción Rusa:" + + # game/screens.rpy:1131 + old "Mikhail \"KornyPony\" Burov-Kosolapin" + new "Mikhail \"KornyPony\" Burov-Kosolapin" + + # game/screens.rpy:1133 + old "\n\nPolish Translation:" + new "\n\nTraducción Polaca:" + + # game/screens.rpy:1134 + old "Max \"Toasty\" and _adoracja with the help of panini_bredd" + new "Max \"Toasty\" y _adoracja con la ayuda de panini_bredd" + + # game/screens.rpy:1210 + old "Page {}" + new "Página {}" + + # game/screens.rpy:1210 + old "Automatic saves" + new "Guardados automáticos" + + # game/screens.rpy:1210 + old "Quick saves" + new "Guardados rápidos" + + # game/screens.rpy:1256 + old "%B %d %Y, %H:%M" + new "%B %d %Y, %H:%M" + + # game/screens.rpy:1256 + old "empty slot" + new "ranura vacía" + + # game/screens.rpy:1273 + old "<" + new "<" + + # game/screens.rpy:1276 + old "{#auto_page}A" + new "{#auto_page}A" + + # game/screens.rpy:1279 + old "{#quick_page}Q" + new "{#quick_page}Q" + + # game/screens.rpy:1285 + old ">" + new ">" + + # game/screens.rpy:1398 + old "Display" + new "Visualización" + + # game/screens.rpy:1399 + old "Window" + new "Ventana" + + # game/screens.rpy:1400 + old "Fullscreen" + new "Pantalla completa" + + # game/screens.rpy:1406 + old "Unseen Text" + new "Texto no Visto" + + # game/screens.rpy:1407 + old "After Choices" + new "Tras Elecciones" + + # game/screens.rpy:1412 + old "Screen Motion" + new "Movimiento de Pantalla" + + # game/screens.rpy:1413 + old "Background Pan" + new "Movimiento de Fondo" + + # game/screens.rpy:1414 + old "Screenshake" + new "Agitado de Pantalla" + + # game/screens.rpy:1426 + old "Music Volume" + new "Volumen de Música" + + # game/screens.rpy:1433 + old "Sound Volume" + new "Volumen de Sonido" + + # game/screens.rpy:1439 + old "Test" + new "Prueba" + + # game/screens.rpy:1443 + old "Voice Volume" + new "Volumen de Voces" + + # game/screens.rpy:1454 + old "Mute All" + new "Silenciar Todo" + + # game/screens.rpy:1458 + old "Text Speed" + new "Velocidad de Texto" + + # game/screens.rpy:1466 + old "Language" + new "Idioma" + + # game/screens.rpy:1611 + old "The dialogue history is empty." + new "La historia de diálogo está vacía." + + # game/screens.rpy:1723 + old "Help" + new "Ayuda" + + # game/screens.rpy:1732 + old "Keyboard" + new "Teclado" + + # game/screens.rpy:1733 + old "Mouse" + new "Mouse" + + # game/screens.rpy:1736 + old "Gamepad" + new "Mando" + + # game/screens.rpy:1749 + old "Enter" + new "Intro" + + # game/screens.rpy:1750 + old "Advances dialogue and activates the interface." + new "Avanza el diálogo y activa la interfaz." + + # game/screens.rpy:1753 + old "Space" + new "Espacio" + + # game/screens.rpy:1754 + old "Advances dialogue without selecting choices." + new "Avanza el diálogo sin responder decisiones." + + # game/screens.rpy:1757 + old "Arrow Keys" + new "Flechas del Teclado" + + # game/screens.rpy:1758 + old "Navigate the interface." + new "Navegar la interfaz." + + # game/screens.rpy:1761 + old "Escape" + new "Escape" + + # game/screens.rpy:1762 + old "Accesses the game menu." + new "Accede el menú del juego." + + # game/screens.rpy:1765 + old "Ctrl" + new "Ctrl" + + # game/screens.rpy:1766 + old "Skips dialogue while held down." + new "Salta el diálogo al mantenerse." + + # game/screens.rpy:1769 + old "Tab" + new "Tab" + + # game/screens.rpy:1770 + old "Toggles dialogue skipping." + new "Activa el salto del diálogo." + + # game/screens.rpy:1773 + old "Page Up" + new "Av Pág" + + # game/screens.rpy:1774 + old "Rolls back to earlier dialogue." + new "Regresa al diálogo previo." + + # game/screens.rpy:1777 + old "Page Down" + new "Re Pag" + + # game/screens.rpy:1778 + old "Rolls forward to later dialogue." + new "Avanza a diálogo posterior." + + # game/screens.rpy:1786 + old "Takes a screenshot." + new "Toma una captura de pantalla." + + # game/screens.rpy:1790 + old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." + new "Activa la {a=https://www.renpy.org/l/voicing}auto-lectura{/a} de asistencia." + + # game/screens.rpy:1796 + old "Left Click" + new "Clic Izquierdo" + + # game/screens.rpy:1800 + old "Middle Click" + new "Clic Central" + + # game/screens.rpy:1801 + old "Hides the user interface." + new "Oculta la interfaz de usuario." + + # game/screens.rpy:1804 + old "Right Click" + new "Clic Derecho" + + # game/screens.rpy:1808 + old "Mouse Wheel Up\nClick Rollback Side" + new "Rueda del Ratón Arriba\nClic Retroceso Lateral" + + # game/screens.rpy:1812 + old "Mouse Wheel Down" + new "Rueda del Ratón Abajo" + + # game/screens.rpy:1819 + old "Right Trigger\nA/Bottom Button" + new "Gatillo Derecho\nA/Botón Inferior" + + # game/screens.rpy:1823 + old "Left Trigger\nLeft Shoulder" + new "Gatillo Izquierdo\nLateral Izquierdo" + + # game/screens.rpy:1827 + old "Right Shoulder" + new "Lateral Derecho" + + # game/screens.rpy:1831 + old "D-Pad, Sticks" + new "Cruceta, Joysticks" + + # game/screens.rpy:1835 + old "Start, Guide" + new "Start, Guía" + + # game/screens.rpy:1839 + old "Y/Top Button" + new "Y/Botón Superior" + + # game/screens.rpy:1842 + old "Calibrate" + new "Calibrar" + + # game/screens.rpy:1907 + old "Yes" + new "Sí" + + # game/screens.rpy:1908 + old "No" + new "No" + + # game/screens.rpy:1954 + old "Skipping. To stop skipping, click anywhere on the screen!" + new "Saltando. ¡Para detener, presiona en cualquier parte de la pantalla!" + + # game/screens.rpy:2352 + old "Back" + new "Atrás" + + # game/screens.rpy:2354 + old "Auto" + new "Auto" + + # game/screens.rpy:2355 + old "Menu" + new "Menú" + +# TODO: Translation updated at 2023-02-03 17:07 + +translate spanish strings: + + # game/screens.rpy:1173 + old "\n\nTraditional Chinese Translation:" + new "\n\nTraditional Chinese Translation:" + + # game/screens.rpy:1174 + old "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + new "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + + # game/screens.rpy:1176 + old "\n\nSpanish Translation:" + new "\n\nSpanish Translation:" + + # game/screens.rpy:1177 + old "{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}" + new "Martín \"SevenFalcons\" Eyheralde" + + # game/screens.rpy:1179 + old "\n\nBrazilian Portuguese Translation:" + new "\n\nBrazilian Portuguese Translation:" + + # game/screens.rpy:1180 + old "Maria \"Maaz\" Laura " + new "Maria \"Maaz\" Laura " + + # game/screens.rpy:1526 + old "{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/screens.rpy:1527 + old "{font=myriad.OTF}{size=30}Español{/size}{/font}" + new "Español" + + # game/screens.rpy:1528 + old "{font=myriad.OTF}{size=30}Português{/size}{/font}" + new "Português" diff --git a/game/tl/spanish/script.rpy b/game/tl/spanish/script.rpy new file mode 100644 index 0000000..f144a5e --- /dev/null +++ b/game/tl/spanish/script.rpy @@ -0,0 +1,79 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +translate spanish strings: + + # game/script.rpy:679 + old "{font=YunusH.ttf}{white}{size=+25}Thank you\nfor playing!{/size}{/white}{/font}" + new "{font=YunusH.ttf}{white}{size=+25}Gracias\npor jugar!{/size}{/white}{/font}" + + # game/script.rpy:3277 + old "English" + new "Inglés" + + # game/script.rpy:3277 + old "{font=myriad.OTF}{size=30}Русский{/size}{/font}" + new "Русский" + + # game/script.rpy:3277 + old "Polski" + new "Polski" + + # game/script.rpy:3363 + old "Diya" + new "Diya" + + # game/script.rpy:3364 + old "Min" + new "Min" + + # game/script.rpy:3365 + old "Noelle" + new "Noelle" + + # game/script.rpy:3366 + old "certified brain genius" + new "genio cerebral certificado" + + # game/script.rpy:3367 + old "depressed elf nightmare man" + new "hombre elfo deprimido de pesadilla" + + # game/script.rpy:3368 + old "albret einstong" + new "albret einstong" + + # game/script.rpy:3369 + old "Yuki" + new "Yuki" + + # game/script.rpy:3370 + old "Sakura" + new "Sakura" + + # game/script.rpy:3371 + old "Chryssa" + new "Chryssa" + + # game/script.rpy:3372 + old "Liz" + new "Liz" + + # game/script.rpy:3373 + old "Mom" + new "Mamá" + +# TODO: Translation updated at 2023-02-03 17:07 + +translate spanish strings: + + # game/script.rpy:3287 + old "{font=chunhua_chinese.ttf}中文{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/script.rpy:3287 + old "Español" + new "Español" + + # game/script.rpy:3287 + old "{font=myriad.OTF}Português{/font}" + new "Português" diff --git a/game/tl/spanish/trailer.rpy b/game/tl/spanish/trailer.rpy new file mode 100644 index 0000000..7ddf8be --- /dev/null +++ b/game/tl/spanish/trailer.rpy @@ -0,0 +1,194 @@ +# TODO: Translation updated at 2023-02-03 01:34 + +# game/trailer.rpy:33 +translate spanish trailer_94ec9793: + + # Diya "Battery's low." + Diya "Battery's low." + +# game/trailer.rpy:36 +translate spanish trailer_64f35087: + + # Min "Huh?" + Min "Huh?" + +# game/trailer.rpy:38 +translate spanish trailer_f8d6dc41: + + # Diya "For the camera.{w=0.35} Warning sign's flashing." + Diya "For the camera.{w=0.35} Warning sign's flashing." + +# game/trailer.rpy:41 +translate spanish trailer_ca8806ec: + + # Akarsha "It's okay, we got this!{w=0.35} All we gotta do is nail it this take!" + Akarsha "It's okay, we got this!{w=0.35} All we gotta do is nail it this take!" + +# game/trailer.rpy:43 +translate spanish trailer_982482e3: + + # Diya "Take 21.{w=0.35} Action." + Diya "Take 21.{w=0.35} Action." + +# game/trailer.rpy:46 +translate spanish trailer_0c0de3f3: + + # Noelle "The visual novel Butterfly Soup 2 is—" + Noelle "The visual novel Butterfly Soup 2 is—" + +# game/trailer.rpy:48 +translate spanish trailer_00421240: + + # Akarsha "Gay girls playing baseball and falling in love, again!" with sshake + Akarsha "Gay girls playing baseball and falling in love, again!" with sshake + +# game/trailer.rpy:49 +translate spanish trailer_8e990bcb: + + # Akarsha "The end." + Akarsha "The end." + +# game/trailer.rpy:52 +translate spanish trailer_525ec496: + + # Noelle "That's not enough information!" with sshake + Noelle "That's not enough information!" with sshake + +# game/trailer.rpy:54 +translate spanish trailer_2c2d17a3: + + # Min "I mean, it's a sequel.{w=0.35} It's just gonna be like the first game." + Min "I mean, it's a sequel.{w=0.35} It's just gonna be like the first game." + +# game/trailer.rpy:56 +translate spanish trailer_14ef60ac: + + # Noelle "But what if the viewers don't know anything about the first game?" + Noelle "But what if the viewers don't know anything about the first game?" + +# game/trailer.rpy:58 +translate spanish trailer_0d6a6282: + + # Min "Who would click on a video called \"Butterfly Soup 2 Trailer\" without even knowing what Butterfly Soup 1 is?" + Min "Who would click on a video called \"Butterfly Soup 2 Trailer\" without even knowing what Butterfly Soup 1 is?" + +# game/trailer.rpy:59 +translate spanish trailer_544e4aa1: + + # Min "If you're watching this right now and that's you, honestly, what the fuck?" + Min "If you're watching this right now and that's you, honestly, what the fuck?" + +# game/trailer.rpy:62 +translate spanish trailer_dc8436c5: + + # Noelle "Don't insult the viewers!" with sshake + Noelle "Don't insult the viewers!" with sshake + +# game/trailer.rpy:64 +translate spanish trailer_6d8b73fb: + + # Akarsha "No, keep insulting them!" + Akarsha "No, keep insulting them!" + +# game/trailer.rpy:65 +translate spanish trailer_ab71eb95: + + # Akarsha "We should use this video to cause controversy on purpose, to drive up the view count." + Akarsha "We should use this video to cause controversy on purpose, to drive up the view count." + +# game/trailer.rpy:67 +translate spanish trailer_93163cd7: + + # Diya "...Why don't we just do something nice? {w=0.35}Like those ASMR videos showing relaxing stuff." + Diya "...Why don't we just do something nice? {w=0.35}Like those ASMR videos showing relaxing stuff." + +# game/trailer.rpy:70 +translate spanish trailer_bc3c656c: + + # Min "Maybe to get attention, we should make the opposite of that.{w=0.35}\nLike, a torture video." + Min "Maybe to get attention, we should make the opposite of that.{w=0.35}\nLike, a torture video." + +# game/trailer.rpy:73 +translate spanish trailer_11cca280: + + # Noelle "WHY WOULD WE MAKE A \"TORTURE VIDEO\" AS A GAME TRAILER????" with sshake + Noelle "WHY WOULD WE MAKE A \"TORTURE VIDEO\" AS A GAME TRAILER????" with sshake + +# game/trailer.rpy:75 +translate spanish trailer_55dcefdb: + + # Min "Instead of ASMR, we can call it PAIN." + Min "Instead of ASMR, we can call it PAIN." + +# game/trailer.rpy:77 +translate spanish trailer_2a18f1b1: + + # Diya "But what would the letters stand for?" + Diya "But what would the letters stand for?" + +# game/trailer.rpy:80 +translate spanish trailer_278213c7: + + # Akarsha "Poo...{w=0.35}Ass...{w=0.35}Idiot...{w=0.35}Noelle." + Akarsha "Poo...{w=0.35}Ass...{w=0.35}Idiot...{w=0.35}Noelle." + +# game/trailer.rpy:83 +translate spanish trailer_353ae4c3: + + # Noelle "WHY WAS MY NAME USED?" with sshake + Noelle "WHY WAS MY NAME USED?" with sshake + +# game/trailer.rpy:85 +translate spanish trailer_9d9f5aaf: + + # Akarsha "It was the first thing starting with \"N\" I could think of.{w=0.35} You should be flattered!" + Akarsha "It was the first thing starting with \"N\" I could think of.{w=0.35} You should be flattered!" + +# game/trailer.rpy:87 +translate spanish trailer_be0fc16f: + + # Akarsha "This is giving me ideas.{w=0.35} Diya, gimme the camera." + Akarsha "This is giving me ideas.{w=0.35} Diya, gimme the camera." + +# game/trailer.rpy:89 +translate spanish trailer_09c2be5d: + + # Noelle "No!{w=0.35} Don't give it to her!" with sshake + Noelle "No!{w=0.35} Don't give it to her!" with sshake + +# game/trailer.rpy:91 +translate spanish trailer_c218fa5d: + + # Diya "Too late." + Diya "Too late." + +# game/trailer.rpy:93 +translate spanish trailer_431cbafd: + + # Akarsha "Gracias!" + Akarsha "Gracias!" + +# game/trailer.rpy:97 +translate spanish trailer_e8c0340a: + + # Noelle "Relinquish the camera!" with sshake + Noelle "Relinquish the camera!" with sshake + +# game/trailer.rpy:101 +translate spanish trailer_b768e17c: + + # Akarsha "Let go!" with sshake + Akarsha "Let go!" with sshake + +# game/trailer.rpy:104 +translate spanish trailer_a8a947e5: + + # Akarsha "Wait, you're gonna make me drop it!" with sshake + Akarsha "Wait, you're gonna make me drop it!" with sshake + +# game/trailer.rpy:117 +translate spanish trailer_48a56a13: + + # Akarsha "WAAUGH!" with sshake + Akarsha "WAAUGH!" with sshake + diff --git a/game/tl/traditional_chinese/1_akarsha.rpy b/game/tl/traditional_chinese/1_akarsha.rpy index 45b3a11..8cd7e08 100644 --- a/game/tl/traditional_chinese/1_akarsha.rpy +++ b/game/tl/traditional_chinese/1_akarsha.rpy @@ -4,1633 +4,1649 @@ translate traditional_chinese beginning_b64f7f23: # Min "Get up bitch! It's ready!" with sshake - Min "" with sshake + Min "起床啦bitch,烤箱響了!" with sshake # game/1_akarsha.rpy:97 translate traditional_chinese beginning_e9096353: # Akarsha "Finally! Outta the way, you'll get burned." - Akarsha "" + Akarsha "終於!借過、借過!燙!" # game/1_akarsha.rpy:103 translate traditional_chinese beginning_dadb5f53: # "Akarsha gingerly pulls the molten chocolate cake from the oven." - "" + "阿卡莎小心的把一個熔岩巧克力蛋糕從烤箱裡拿出來。" # game/1_akarsha.rpy:105 translate traditional_chinese beginning_fdccb998: # Akarsha "Thank god...It looks edible this time." - Akarsha "" + Akarsha "太好了……這次看起來能吃。" # game/1_akarsha.rpy:106 translate traditional_chinese beginning_1b6d1882: # AkarshaT "This is our second try. Diya ruined the first one by forgetting to add flour." - AkarshaT "" + AkarshaT "蛋糕一號失敗了──因為迪亞沒加麵粉。" # game/1_akarsha.rpy:109 translate traditional_chinese beginning_edf0aa73: # Min "What're all those specks on it? It's like the batter wasn't properly mixed." - Min "" + Min "怎麼看起來花花的?是不是沒拌勻?" # game/1_akarsha.rpy:112 translate traditional_chinese beginning_91fe7574: # Akarsha "We worked so hard mixing it though?" - Akarsha "" + Akarsha "我們拌抄久的欸?" # game/1_akarsha.rpy:113 translate traditional_chinese beginning_fb996848: # Akarsha "It's probably fine." - Akarsha "" + Akarsha "應該沒關係吧。" # game/1_akarsha.rpy:114 translate traditional_chinese beginning_735c0dfa: # Min "Yeah, whatever. We don't have enough time to redo it at this point, anyway." - Min "" + Min "對啊,隨便啦。反正也來不及了。" # game/1_akarsha.rpy:118 translate traditional_chinese beginning_f30bd7da: # Min "All we gotta do now is write \"Happy Birthday Noelle\" on it." - Min "" + Min "現在只要把「Happy Birthday Noelle」寫上去就好啦!" # game/1_akarsha.rpy:121 translate traditional_chinese beginning_310e6ef8: # Akarsha "Yeah, yeah, naturally." - Akarsha "" + Akarsha "沒錯,就是這麼簡單。" # game/1_akarsha.rpy:123 translate traditional_chinese beginning_7be1c39d: # "Akarsha pipes icing letters onto the cake as Min checks her phone." - "" + "阿卡莎開始用糖霜在蛋糕上寫字,小旼拿出手機。" # game/1_akarsha.rpy:125 translate traditional_chinese beginning_9bb53e95: # Min "Hurry up, Diya says they'll be here any second." - Min "" + Min "寫快點,迪亞說她們馬上到。" # game/1_akarsha.rpy:128 translate traditional_chinese beginning_996696be: # Akarsha "Easy. I'm done icing the first word already." - Akarsha "" + Akarsha "沒問題啦,我已經寫好一個字了。" # game/1_akarsha.rpy:134 translate traditional_chinese beginning_ffd2b268: # Min "Why the fuck did you write \"Noelle\" first!?" with sshake - Min "" with sshake + Min "妳幹嘛先寫「Noelle(諾奧)」啊?!" with sshake # game/1_akarsha.rpy:137 translate traditional_chinese beginning_af8c89e9: # Akarsha "Aw shit, I got ahead of myself." - Akarsha "" + Akarsha "啊。我想太快了。。" # game/1_akarsha.rpy:141 translate traditional_chinese beginning_e68f3b44: # Min "I'm going to fucking kill you!" with sshake - Min "" with sshake + Min "我要揍人了喔?" with sshake # game/1_akarsha.rpy:144 translate traditional_chinese beginning_5718a4ac: # "Akarsha frantically adds 'BIRTHDAY' to the cake." - "" + "阿卡莎手忙腳亂的在蛋糕上又擠了一個字。" # game/1_akarsha.rpy:146 translate traditional_chinese beginning_ffef56e3: # Min "Wait, what're you doing?" - Min "" + Min "是怎樣?" # game/1_akarsha.rpy:147 translate traditional_chinese beginning_0538e81b: # Min "If you hadn't done that, we could've salvaged this with \"Noelle Happy Birthday\"!" - Min "" + Min "本來還可以寫成:「Noelle Happy Birthday」補救一下的!" # game/1_akarsha.rpy:151 translate traditional_chinese beginning_3d661f4b: # Akarsha "DON'T ASK ME! THAT'S WHAT YOU GET FOR RUSHING ME!!!" with sshake - Akarsha "" with sshake + Akarsha "我也沒辦法啊!就跟妳說不要催我!" with sshake # game/1_akarsha.rpy:154 translate traditional_chinese beginning_c8c739a4: # Min "What do we write now?! \"Noelle Birthday Happy\"???" - Min "" + Min "現在怎麼辦?寫「Noelle Birthday Happy」嗎???" # game/1_akarsha.rpy:155 translate traditional_chinese beginning_2848709c: # Min "It's gonna look like we had a goddamn stroke icing this!" - Min "" + Min "我們是寫到一半中風了嗎?!" # game/1_akarsha.rpy:158 translate traditional_chinese beginning_b8d4f1d0: # "The doorbell rings. Min and Akarsha freeze." - "" + "門鈴聲中斷了兩人的爭吵。" # game/1_akarsha.rpy:160 translate traditional_chinese beginning_b30b3d2d: # Akarsha "It's them!" - Akarsha "" + Akarsha "她們來了!" # game/1_akarsha.rpy:163 translate traditional_chinese beginning_5e64dbde: # Min "Gimme the icing bag! You're not allowed to have it anymore!!" - Min "" + Min "擠花袋給我!我再也不相信妳了!" # game/1_akarsha.rpy:166 translate traditional_chinese beginning_50c67b0a: # AkarshaT "Okay, fair. I don't trust myself anymore, either." - AkarshaT "" + AkarshaT "也好,我也不相信我自己了。" # game/1_akarsha.rpy:168 translate traditional_chinese beginning_4970e31a: # Akarsha "I'll go stall them instead." - Akarsha "" + Akarsha "我去拖住她們。" # game/1_akarsha.rpy:171 translate traditional_chinese beginning_98671c65: # Min "Yeah, keep Noelle outside. I just need like, five minutes to figure out how to fix this." - Min "" + Min "好。妳撐五分鐘,蛋糕我來想辦法。" # game/1_akarsha.rpy:175 translate traditional_chinese beginning_d658261f: # "Akarsha sprints to the front door and throws it open." - "" + "阿卡莎衝刺到玄關開了門。" # game/1_akarsha.rpy:177 translate traditional_chinese beginning_0d245635: # Diya "Brought her." - Diya "" + Diya "我們來了。" # game/1_akarsha.rpy:179 translate traditional_chinese beginning_f4001dec: # Akarsha "Well well well, if it isn’t fancy meeting what the cat finally decided to show up." - Akarsha "" + Akarsha "沒想到啊來得好,總算稀客就是您。" # game/1_akarsha.rpy:182 translate traditional_chinese beginning_b12ebb44: # Noelle "...What on earth are you saying..." - Noelle "" + Noelle "……什麼意思……?" # game/1_akarsha.rpy:183 translate traditional_chinese beginning_92dd7fb1: # "Noelle narrows her eyes suspiciously at Akarsha, then tries to peer past her into the house." - "" + "小諾狐疑地瞇起眼睛,打量著阿卡莎和自己面前的屋子。" # game/1_akarsha.rpy:185 translate traditional_chinese beginning_ef60cfc5: # Noelle "Is this your house? Diya wouldn't explain why we were walking here." - Noelle "" + Noelle "這是妳家嗎?路上我問迪亞要去哪裡,她都不說。" # game/1_akarsha.rpy:187 translate traditional_chinese beginning_39411312: # Akarsha "Sure is. To be honest, Frenchman, we're here because... uh..." - Akarsha "" + Akarsha "對,這是我家。其實……呃……" # game/1_akarsha.rpy:189 translate traditional_chinese beginning_1f98f58a: # AkarshaT "We're not ready to reveal the birthday cake yet. I gotta do something to distract her!" - AkarshaT "" + AkarshaT "在蛋糕準備好之前,我得分散她的注意力才行!" # game/1_akarsha.rpy:196 translate traditional_chinese beginning_1de5c019: # Akarsha "Ough! I've been poisoned!" with sshake - Akarsha "" with sshake + Akarsha "呃啊!我中毒啦!" with sshake # game/1_akarsha.rpy:198 translate traditional_chinese beginning_b4c25f95: # "Akarsha theatrically collapses and lies facedown on the floor." - "" + "阿卡莎戲劇性的趴倒在地。" # game/1_akarsha.rpy:200 translate traditional_chinese beginning_cf977472: # Diya "???" - Diya "" + Diya "???" # game/1_akarsha.rpy:202 translate traditional_chinese beginning_320efa19: # Noelle "........" - Noelle "" + Noelle "……" # game/1_akarsha.rpy:203 translate traditional_chinese beginning_cf69d178: # "Used to Akarsha's antics, Diya and Noelle step over her motionless body without comment." - "" + "迪亞和小諾跨過阿卡莎的「屍體」,往屋內走去。" # game/1_akarsha.rpy:205 translate traditional_chinese beginning_d2b05fad: # Akarsha "W-wait a minute!" - Akarsha "" + Akarsha "等、等一下!" # game/1_akarsha.rpy:207 translate traditional_chinese beginning_a8bd4372: # "Akarsha crawls to Noelle on all fours and seizes her leg with shaking hands." - "" + "阿卡莎爬到小諾腳邊,用顫抖的手抱住她的大腿。" # game/1_akarsha.rpy:210 translate traditional_chinese beginning_296ac2fe: # Noelle "LET GO OF MY LEG." - Noelle "" + Noelle "放、開、我。" # game/1_akarsha.rpy:212 translate traditional_chinese beginning_187b8e25: # Akarsha "Wait. I seriously just threw up all over the floor in the kitchen." - Akarsha "" + Akarsha "我說真的。我剛剛吐到廚房裡滿地都是。" # game/1_akarsha.rpy:215 translate traditional_chinese beginning_68a6ae5f: # Noelle "What?? Why?!" - Noelle "" + Noelle "為什麼?!" # game/1_akarsha.rpy:217 translate traditional_chinese beginning_e0b89308: # Akarsha "That's what I gotta do to get your attention?" - Akarsha "" + Akarsha "因為我必須吸引妳的注意力?" # game/1_akarsha.rpy:218 translate traditional_chinese beginning_aaa93c12: # Akarsha "I didn't even throw up." - Akarsha "" + Akarsha "我沒吐啦。" # game/1_akarsha.rpy:221 translate traditional_chinese beginning_a41d9ab0: # Noelle "........." - Noelle "" + Noelle "……" # game/1_akarsha.rpy:222 translate traditional_chinese beginning_08e2db23: # "Noelle wrenches Akarsha off her leg, then wipes her hands on her shirt like she just touched a slug." - "" + "小諾把阿卡莎從腿上拆下來,又將自己的手在衣服上擦了擦,彷彿剛剛摸的是一隻蛞蝓。" # game/1_akarsha.rpy:224 translate traditional_chinese beginning_e7fee1e9: # Akarsha "You're gonna just ignore me?" - Akarsha "" + Akarsha "妳就不理我了喔?" # game/1_akarsha.rpy:226 translate traditional_chinese beginning_c573cab1: # Akarsha "I'm throwing up again!" with sshake - Akarsha "" with sshake + Akarsha "那我要吐了喔!" with sshake # game/1_akarsha.rpy:230 translate traditional_chinese beginning_123fb255: # "Akarsha gets down on one knee. Noelle looks warily down at her." - "" + "阿卡莎單膝跪地,小諾警惕的看著她。" # game/1_akarsha.rpy:233 translate traditional_chinese beginning_80d5d0ca: # Akarsha "Noelle, will you marry me?!" with sshake - Akarsha "" with sshake + Akarsha "諾奧,妳願意嫁給我嗎!" with sshake # game/1_akarsha.rpy:236 translate traditional_chinese beginning_61c78515: # Diya "....??!" - Diya "" + Diya "……?!" # game/1_akarsha.rpy:238 translate traditional_chinese beginning_22b0498e: # Noelle "What's wrong with you?!" with sshake - Noelle "" with sshake + Noelle "妳在發什麼瘋啊?!" with sshake # game/1_akarsha.rpy:239 translate traditional_chinese beginning_4497543f: # "Akarsha grabs Noelle's hand and tries to force a rubber band onto her finger." - "" + "阿卡莎抓住小諾的手,把一個橡皮筋套在她的指頭上。" # game/1_akarsha.rpy:242 translate traditional_chinese beginning_a7af7e61: # Noelle "WHAT IS THAT?!?!" with sshake - Noelle "" with sshake + Noelle "什麼東西?!?!" with sshake # game/1_akarsha.rpy:244 translate traditional_chinese beginning_477d621b: # Akarsha "Your engagement ring!" - Akarsha "" + Akarsha "幫你戴訂婚戒指!" # game/1_akarsha.rpy:247 translate traditional_chinese beginning_96495b44: # Noelle "I DIDN’T AGREE TO THIS! WE’RE NOT ENGAGED!" with sshake - Noelle "" with sshake + Noelle "我沒有答應!" with sshake # game/1_akarsha.rpy:249 translate traditional_chinese beginning_727701c6: # Akarsha "You didn’t say no!" - Akarsha "" + Akarsha "妳也沒有不答應!" # game/1_akarsha.rpy:252 translate traditional_chinese beginning_be4ce923: # Noelle "NO!" with sshake - Noelle "" with sshake + Noelle "我不答應!" with sshake # game/1_akarsha.rpy:254 translate traditional_chinese beginning_8d8d6214: # Akarsha "Too late! You didn’t say it right after I asked you!" - Akarsha "" + Akarsha "來不及了!我問妳的時候妳沒說!" # game/1_akarsha.rpy:257 translate traditional_chinese beginning_7b2c574b: # Noelle "THAT’S NOT HOW IT WORKS, YOU DOLT!" - Noelle "" + Noelle "妳是笨蛋嗎?婚姻不是這樣運作的!" # game/1_akarsha.rpy:259 translate traditional_chinese beginning_3003138a: # Akarsha "Is that any way to address your future wife?" - Akarsha "" + Akarsha "這是對未來的妻子應有的態度嗎?" # game/1_akarsha.rpy:262 translate traditional_chinese beginning_056d79f3: # "Noelle flings the offending rubber band into the bushes." - "" + "小諾把訂婚橡皮筋彈進了門邊的樹叢裡。" # game/1_akarsha.rpy:265 translate traditional_chinese beginning_d11361e6: # Diya "........." - Diya "" + Diya "……" # game/1_akarsha.rpy:266 translate traditional_chinese beginning_978bf5fc: # "Diya just stands there in confusion. Noelle suspiciously looks from her to Akarsha." - "" + "小諾看看迪亞,又看看阿卡莎。迪亞滿頭問號的站在原地。" # game/1_akarsha.rpy:268 translate traditional_chinese beginning_644e9feb: # Noelle "What's really going on?" - Noelle "" + Noelle "到底怎麼了?" # game/1_akarsha.rpy:269 translate traditional_chinese beginning_e3f333fa: # Noelle "There's no way you made me walk for an hour just to act out this inane skit." - Noelle "" + Noelle "我走了一個多小時,不可能只為了這個吧。" # game/1_akarsha.rpy:271 translate traditional_chinese beginning_b9c4cb33: # Diya "It only took that long because you wouldn't run." - Diya "" + Diya "因為妳都用走的,所以才要一個多小時。" # game/1_akarsha.rpy:272 translate traditional_chinese beginning_eeefa518: # Diya "Once you run at least three miles without walking, you'll see how fun it is." - Diya "" + Diya "如果妳能跑至少三英里,就會發現有多好玩了。" # game/1_akarsha.rpy:274 translate traditional_chinese beginning_f619f45c: # Noelle "I'm sorry, Diya, but that's never happening." - Noelle "" + Noelle "對不起,我真的沒辦法。" # game/1_akarsha.rpy:277 translate traditional_chinese beginning_bf6d61e5: # Min "SURPRISE!!!" with sshake - Min "" with sshake + Min "驚喜!!!" with sshake # game/1_akarsha.rpy:279 translate traditional_chinese beginning_c5c285cc: # AkarshaT "Oh, we're doing this? The cake must be ready now!" - AkarshaT "" + AkarshaT "開始了嗎?那蛋糕應該做好了!" # game/1_akarsha.rpy:281 translate traditional_chinese beginning_508fee99: # Akarsha "Surprise! Happy Birthday Frenchman!" - Akarsha "" + Akarsha "驚喜!生日快樂,法國佬!" # game/1_akarsha.rpy:284 translate traditional_chinese beginning_12b31b91: # Diya "Surprise." - Diya "" + Diya "驚喜。" # game/1_akarsha.rpy:285 translate traditional_chinese beginning_0266098e: # Diya "We put together a party for you." - Diya "" + Diya "這是妳的生日派對。" # game/1_akarsha.rpy:287 translate traditional_chinese beginning_f20455fd: # Noelle "Oh. You...{w=0.35}what?" - Noelle "" + Noelle "噢。我的……嗄?" # game/1_akarsha.rpy:288 translate traditional_chinese beginning_40183689: # "Noelle is lost for words." - "" + "小諾呆住了。" # game/1_akarsha.rpy:290 translate traditional_chinese beginning_ee2b091c: # Noelle "You shouldn't have..." - Noelle "" + Noelle "妳們太客氣了……" # game/1_akarsha.rpy:292 translate traditional_chinese beginning_badaf794: # Min "Shut the fuck up! You're not the boss of me!" with sshake - Min "" with sshake + Min "閉嘴!誰要跟妳客氣!" with sshake # game/1_akarsha.rpy:294 translate traditional_chinese beginning_bece5f4e: # Noelle "It...{w=0.35}it's MY birthday, so shouldn't I have some say here?!" with sshake - Noelle "" with sshake + Noelle "我是壽星欸,難道不能說點感謝的話嗎?!" with sshake # game/1_akarsha.rpy:295 translate traditional_chinese beginning_d72d0136: # Noelle "Anyway, I haven't said anything about not liking it." - Noelle "" + Noelle "我又沒有說我不要。" # game/1_akarsha.rpy:297 translate traditional_chinese beginning_47d7e7e3: # "She grimaces like there's something disgusting in her mouth." - "" + "諾奧露出一副在吃中藥的表情。" # game/1_akarsha.rpy:299 translate traditional_chinese beginning_0a52a1a2: # Noelle "I sincerely....{w=1.0}appreciate....{w=1.0}you all doing this." - Noelle "" + Noelle "非常……感謝……妳們的用心。" # game/1_akarsha.rpy:302 translate traditional_chinese beginning_aa075c42: # Akarsha "Oooh, I like this! Go on." - Akarsha "" + Akarsha "不錯喔、不錯喔!繼續!" # game/1_akarsha.rpy:305 translate traditional_chinese beginning_ecf3bb06: # Noelle "There's nothing more to \"go on\" to. That was all." - Noelle "" + Noelle "我說完了。" # game/1_akarsha.rpy:307 translate traditional_chinese beginning_aee70a57: # Diya "It was nice while it lasted." - Diya "" + Diya "回憶無限好。" # game/1_akarsha.rpy:316 translate traditional_chinese golf_9957d660: # Akarsha "Come inside. We baked you a cake!" - Akarsha "" + Akarsha "我們幫妳做了蛋糕喔!" # game/1_akarsha.rpy:319 translate traditional_chinese golf_64c6c74b: # Noelle "You did?" - Noelle "" + Noelle "真的嗎?" # game/1_akarsha.rpy:325 translate traditional_chinese golf_ed3c4556: # Akarsha "Wha...{w=0.35}what kind of save was this..." - Akarsha "" + Akarsha "這……這算哪門子的補救啊……" # game/1_akarsha.rpy:328 translate traditional_chinese golf_d095fda4: # Diya "What's that red squiggly under it? A heart monitor?" - Diya "" + Diya "下面那條紅紅的是心電圖嗎?" # game/1_akarsha.rpy:331 translate traditional_chinese golf_7f0bbe78: # Noelle "Why does it look like it's flatlining toward the end?" with sshake - Noelle "" with sshake + Noelle "後半段為什麼是平的?!" with sshake # game/1_akarsha.rpy:333 translate traditional_chinese golf_e18bf0f4: # Min "It's hard to control the icing, okay?!" - Min "" + Min "擠花袋很難用好嗎?!" # game/1_akarsha.rpy:335 translate traditional_chinese golf_44e270a6: # Min "And this was all Akarsha's fault in the first place." - Min "" + Min "而且是阿卡莎先寫錯的。" # game/1_akarsha.rpy:338 translate traditional_chinese golf_6c2729b3: # Akarsha "MY fault? All I did was drive the train off the rails. You were the one who crashed it!" - Akarsha "" + Akarsha "怪我囉?我頂多把車開到脫軌,妳這是去撞樹了好嗎!" # game/1_akarsha.rpy:341 translate traditional_chinese golf_b0ecb98d: # Diya "Driving off the rails still sounds like a pretty big mistake..." - Diya "" + Diya "把車開到脫軌也不對啊……" # game/1_akarsha.rpy:344 translate traditional_chinese golf_926804eb: # Akarsha "Oh yeah?? Well, ultimately, this is Noelle's fault for being born. Who's the real culprit now???" - Akarsha "" + Akarsha "噢,是嗎?說到底,難道不是小諾的錯嗎?誰叫她今天要生日。" # game/1_akarsha.rpy:347 translate traditional_chinese golf_2e6917a4: # Min "Huh, good point. Okay, let's go with that." - Min "" + Min "有道理。就這樣吧。" # game/1_akarsha.rpy:349 translate traditional_chinese golf_6b987436: # Noelle "Good point?!" with sshake - Noelle "" with sshake + Noelle "「有道理」?!" with sshake # game/1_akarsha.rpy:351 translate traditional_chinese golf_f5195d15: # Min "We've won. Two against one." - Min "" + Min "兩票對一票,妳輸了。" # game/1_akarsha.rpy:354 translate traditional_chinese golf_63e0e4bf: # Akarsha "Democracy! U.S.A!" - Akarsha "" + Akarsha "民主之力!美國之力!" # game/1_akarsha.rpy:358 translate traditional_chinese golf_56d9ca31: # "Once everyone's had a slice of cake, Akarsha brings everyone to the living room." - "" + "大家都分到蛋糕後,阿卡莎領著三人走進客廳。" # game/1_akarsha.rpy:360 translate traditional_chinese golf_a3379bea: # Akarsha "This was originally gonna be a sleepover, but I think some of your parents would've said no." - Akarsha "" + Akarsha "原定計畫是妳們在我家過夜,不過我猜某些人的爸媽不會同意。" # game/1_akarsha.rpy:362 translate traditional_chinese golf_5b580689: # "Diya nods." - "" + "迪亞點頭。" # game/1_akarsha.rpy:364 translate traditional_chinese golf_2157ce45: # Diya "My mom's never let me go to one before. She's worried it'll turn me lesbian." - Diya "" + Diya "我媽媽從來不讓我在同學家過夜,她怕我變成同性戀。" # game/1_akarsha.rpy:366 translate traditional_chinese golf_323cea59: # Min "Too bad for her, I already did." - Min "" + Min "來不及了。" # game/1_akarsha.rpy:368 translate traditional_chinese golf_8050f8f8: # Diya "Yeah..." - Diya "" + Diya "嗯……" # game/1_akarsha.rpy:370 translate traditional_chinese golf_68588b4a: # Noelle "Akarsha, I'm surprised your parents let us come over unsupervised at all." - Noelle "" + Noelle "妳的父母竟然願意讓我們在他們不在的時候過來。" # game/1_akarsha.rpy:372 translate traditional_chinese golf_46485015: # Akarsha "Eh, they trust me. They should be back any minute now, anyway." - Akarsha "" + Akarsha "我的人品好囉。而且,其實他們應該快回來了。" # game/1_akarsha.rpy:373 translate traditional_chinese golf_e707ffc3: # Akarsha "They're in San Ramon watching my bro's red belt test for Taekwondo. It must be taking longer than they thought." - Akarsha "" + Akarsha "我弟今天在聖拉蒙考紅帶晉級。我猜可能時間拖到了吧。" # game/1_akarsha.rpy:376 translate traditional_chinese golf_6e1aca7f: # Noelle "Test? I didn't realize you had to pass formal examinations to advance in Taekwondo." - Noelle "" + Noelle "跆拳道需要考試才能升段嗎?" # game/1_akarsha.rpy:378 translate traditional_chinese golf_fe63911f: # Akarsha "Ya, you gotta memorize forms and stuff. I've never seen them fail anyone, though." - Akarsha "" + Akarsha "要欸。需要背招式之類的……不過他們好像都會讓你過。" # game/1_akarsha.rpy:380 translate traditional_chinese golf_ef3f5855: # Akarsha "Anyway, us being home alone means we can go BUCK WILD. We're about to throw the party of a LIFETIME, Frenchman!" - Akarsha "" + Akarsha "重點是:現在只有我們在家。來吧!嗨爆!給法國佬一生一世的轟趴體驗!" # game/1_akarsha.rpy:382 translate traditional_chinese golf_7c0ec78b: # "Akarsha crouches at the foot of the TV and turns the GameCube on." - "" + "阿卡莎蹲在電視機前,打開了GameCube。" # game/1_akarsha.rpy:384 translate traditional_chinese golf_725750d8: # Akarsha "Mario Golf, baby." - Akarsha "" + Akarsha "瑪利歐高爾夫是一定要的啦。" # game/1_akarsha.rpy:387 translate traditional_chinese golf_0d3e457b: # Diya "Golf? Are you sure Noelle will like that?" - Diya "" + Diya "小諾喜歡玩這個嗎?" # game/1_akarsha.rpy:389 translate traditional_chinese golf_972dcea8: # Akarsha "I don't know what you're talking about. Mario Golf is the best game in the world." - Akarsha "" + Akarsha "沒有人不喜歡玩這個。瑪利歐高爾夫就是遊戲界的頂峰。" # game/1_akarsha.rpy:391 translate traditional_chinese golf_2fff83bd: # Akarsha "I only have two controllers, though. I usually just play against my bro." - Akarsha "" + Akarsha "不過我家只有兩個搖桿。" # game/1_akarsha.rpy:394 translate traditional_chinese golf_d82297c3: # Diya "Noelle should get to play first because it's her birthday." - Diya "" + Diya "壽星先玩。" # game/1_akarsha.rpy:396 translate traditional_chinese golf_dbad79c4: # Akarsha "Yeah, and the rest of us should take turns playing against her." - Akarsha "" + Akarsha "好啊,我們三個輪流跟她打。" # game/1_akarsha.rpy:399 translate traditional_chinese golf_72f94c71: # Noelle "Won't that feel like everyone ganging up against me?" - Noelle "" + Noelle "為什麼聽起來像是妳們聯合起來對付我?" # game/1_akarsha.rpy:401 translate traditional_chinese golf_cd1c6b02: # Akarsha "Nonsense! You're getting the maximal amount of fun here, Frenchman." - Akarsha "" + Akarsha "怎麼可能!我們只是想讓妳得到更多快樂。" # game/1_akarsha.rpy:404 translate traditional_chinese golf_43e479ca: # "Akarsha hands Noelle one of the controllers. Min grabs the other one and curls up on the couch with Diya." - "" + "阿卡莎將搖桿遞給小諾。小旼抓起另一個搖桿,和迪亞一起窩到沙發上。" # game/1_akarsha.rpy:406 translate traditional_chinese golf_0394b79a: # Min "Akarsha, this better not be like your copy of Melee." - Min "" + Min "不會吧?" # game/1_akarsha.rpy:407 translate traditional_chinese golf_73e9ae60: # Min "You didn't even have any of the characters unlocked except Marth." - Min "" + Min "妳的大亂鬥除了瑪爾斯*以外都沒解鎖。" + +$subtitle= "*「聖火降魔錄」系列主角之一" # game/1_akarsha.rpy:409 translate traditional_chinese golf_b4470573: # Akarsha "Who needs \"Falcon\" or whatever when Captain Falcon is right there? Same thing, really..." - Akarsha "" + Akarsha "拜託!有了\獵鷹隊長\*,誰還會解鎖獵鷹(Falcon)啊?都差不多好嗎……" + +$subtitle= "*Captain Falcon,「F-Zero」系列主角" # game/1_akarsha.rpy:413 translate traditional_chinese golf_836b5f41: # Min "You mean {i}Falco{/i}?! There's no fucking character called Falcon!" with sshake - Min "" with sshake + Min "什麼「獵鷹」?!他叫{i}法爾科{i}*啦!" with sshake + +$subtitle= "*Falco,「星際火狐」系列配角" # game/1_akarsha.rpy:421 translate traditional_chinese golf_e6352d0d: # Akarsha "Jeez, calm yourself! I unlocked everything this time. See?" - Akarsha "" + Akarsha "不要激動好嗎?我都解鎖就是了嘛!" + +$subtitle= "" # game/1_akarsha.rpy:423 translate traditional_chinese golf_899c1cc4: # Akarsha "Min, choose Wario. We're team Wario." - Akarsha "" + Akarsha "選瓦利歐。" # game/1_akarsha.rpy:426 translate traditional_chinese golf_aadd3c79: # Min "Why should I?" - Min "" + Min "為什麼?" # game/1_akarsha.rpy:429 translate traditional_chinese golf_cb83141e: # Akarsha "Don't you trust me?" - Akarsha "" + Akarsha "選就對了。" # game/1_akarsha.rpy:432 translate traditional_chinese golf_204be0f0: # Min "I guess, whatever..." - Min "" + Min "好吧……" # game/1_akarsha.rpy:434 translate traditional_chinese golf_0591ef34: # Noelle "I suppose I'll be this pink princess." - Noelle "" + Noelle "那我當這個公主好了。" # game/1_akarsha.rpy:438 translate traditional_chinese golf_1b961ae1: # "Akarsha glances over at Noelle. She's placed her controller flat on the sofa and is pressing down on the buttons like she's playing piano." - "" + "阿卡莎瞥了小諾一眼,發現她把搖桿平放在沙發上,並且用彈鋼琴的方式按按鈕。" # game/1_akarsha.rpy:440 translate traditional_chinese golf_713980fc: # Akarsha "What're you doing???" - Akarsha "" + Akarsha "妳在幹嘛?!" # game/1_akarsha.rpy:443 translate traditional_chinese golf_44dec906: # Noelle "Shut up! I can adjust the control stick with greater precision like this!" with sshake - Noelle "" with sshake + Noelle "妳管我!這樣我比較好用!" with sshake # game/1_akarsha.rpy:446 translate traditional_chinese golf_04c4046f: # "Noelle pinches the control stick between her thumb and index finger like a crab with a pebble between its pincers." - "" + "小諾用拇指和食指夾著操控桿,像一隻鉗子裡卡了石頭的螃蟹。" # game/1_akarsha.rpy:448 translate traditional_chinese golf_ed537d52: # AkarshaT "Ohhhh my godddd! Why are you like a grandma who's never seen a video game before?!" - AkarshaT "" + AkarshaT "她該不會是第一次打電動吧?!" # game/1_akarsha.rpy:452 translate traditional_chinese golf_c6ff27c7: # "Min selects a dark, lava-ridden course. An animation panning to the stage's first hole plays onscreen." - "" + "小旼選了一個充滿岩漿的黑色系關卡,螢幕上開始播放動畫,顯示出第一個球洞的位置。" # game/1_akarsha.rpy:454 translate traditional_chinese golf_6873e283: # Noelle "Wait, that looks difficult. I don't even know how to play this yet!" - Noelle "" + Noelle "我第一次玩欸!這關看起來怎麽這麼難!" # game/1_akarsha.rpy:457 translate traditional_chinese golf_1e5db9a1: # Akarsha "Sink or sizzle, Frenchman." - Akarsha "" + Akarsha "痛苦吧……掙扎吧……" # game/1_akarsha.rpy:460 translate traditional_chinese golf_704731a8: # Noelle "That doesn't sound like something you should be saying to someone on her birthday." - Noelle "" + Noelle "這樣跟壽星講話對嗎?" # game/1_akarsha.rpy:463 translate traditional_chinese golf_70b5c471: # "Noelle hastily mashes buttons at random on her controller. Her character manages to hit the golf ball safely across a lava pit." - "" + "小諾瘋狂亂按,竟然成功的讓球飛過了一片岩漿。" # game/1_akarsha.rpy:465 translate traditional_chinese golf_cf21b315: # Min "Oh, so it's just luck." - Min "" + Min "狗屎運。" # game/1_akarsha.rpy:468 translate traditional_chinese golf_b95cf99f: # Noelle "It's not luck. It's physics." - Noelle "" + Noelle "這叫物理學。" # game/1_akarsha.rpy:470 translate traditional_chinese golf_00927965: # Diya "Big words from someone who was protesting she didn't know how play ten seconds ago." - Diya "" + Diya "剛剛妳還說不會玩。" # game/1_akarsha.rpy:472 translate traditional_chinese golf_b34a7526: # "After a few swings, Min successfully putts her golf ball into the first hole. The words \"BOGEY\" appear onscreen." - "" + "幾桿過後,小旼成功進洞。螢幕上浮現出一行大字:「BOGEY*」。" + +$subtitle= "*總杆數高於標準桿數一桿稱為BOGEY=柏忌" # game/1_akarsha.rpy:474 translate traditional_chinese golf_16e8bcb2: # Min "The fuck is a \"bogey\"?" - Min "" + Min "\「BOGEY」\到底是什麽鬼?" + +$subtitle= "" # game/1_akarsha.rpy:476 translate traditional_chinese golf_80242aaf: # Noelle "How should I know? Aren't you and Diya the sports enthusiasts here?" - Noelle "" + Noelle "為什麼問我?妳和迪亞不是應該知道嗎?妳們這麼喜歡運動。" # game/1_akarsha.rpy:478 translate traditional_chinese golf_63561eda: # Min "I like real sports, not fake old people sports like golf." - Min "" + Min "不好意思,我喜歡的是真正的運動,不是老人團康賽。" # game/1_akarsha.rpy:480 translate traditional_chinese golf_4047d783: # Diya "Me too." - Diya "" + Diya "同意。" # game/1_akarsha.rpy:483 translate traditional_chinese golf_3b405576: # "Noelle finishes the hole with a triple bogey. Onscreen, Princess Peach collapses and shakes her head, devastated." - "" + "小諾又打出了兩個標準桿。畫面中的碧姬公主跌坐在地,沮喪的搖著頭。" # game/1_akarsha.rpy:486 translate traditional_chinese golf_b2b65586: # Akarsha "HAHAH! LOSER!!!" with sshake - Akarsha "" with sshake + Akarsha "哈哈哈!廢欸!" with sshake # game/1_akarsha.rpy:490 translate traditional_chinese golf_ff941b54: # Noelle "YOU SHUT YOUR MOUTH!!!" with sshake - Noelle "" with sshake + Noelle "妳不要吵!!!" with sshake # game/1_akarsha.rpy:492 translate traditional_chinese golf_8aa3d5de: # "Min hands Diya the controller for the next hole, kissing her adoringly on the cheek as she does." - "" + "小旼把搖桿地給迪亞,寵溺的吻了吻她的面頰。" # game/1_akarsha.rpy:493 translate traditional_chinese golf_856a9894: # "Diya furrows her brows, considering her options..." - "" + "迪亞皺起眉頭,思索著該如何下桿……" # game/1_akarsha.rpy:495 translate traditional_chinese golf_7c22ccaa: # Diya "......." - Diya "" + Diya "……" # game/1_akarsha.rpy:499 translate traditional_chinese golf_bc569fab: # "Diya launches her ball straight into the lava." - "" + "迪亞把球直直打進了岩漿裡。" # game/1_akarsha.rpy:501 translate traditional_chinese golf_6ae93ceb: # Noelle "At last! My chance to make a comeback." - Noelle "" + Noelle "哈!我雪恥的機會來了!" # game/1_akarsha.rpy:503 translate traditional_chinese golf_599f64fd: # Diya "I'm weaker today because I'm not Luigi." - Diya "" + Diya "我今天不是路易吉,所以打不好。" # game/1_akarsha.rpy:505 translate traditional_chinese golf_740798c0: # Noelle "If you insist." - Noelle "" + Noelle "隨妳怎麼說。" # game/1_akarsha.rpy:507 translate traditional_chinese golf_febe2f20: # "Noelle immediately hits her ball into the lava, too." - "" + "然後小諾把球打進了岩漿裡。" # game/1_akarsha.rpy:509 translate traditional_chinese golf_9f0c7340: # Noelle "NGOOOHHGHH!!!" with sshake - Noelle "" with sshake + Noelle "不呃呃呃啊啊啊啊啊!!!" with sshake # game/1_akarsha.rpy:512 translate traditional_chinese golf_10bb6aba: # Akarsha "I can't wait to see your face when we play Monopoly later." - Akarsha "" + Akarsha "我好期待等一下玩地產大亨喔。" # game/1_akarsha.rpy:515 translate traditional_chinese golf_468e0adb: # Noelle "We're playing {i}Monopoly?{/i} Why?" - Noelle "" + Noelle "為什麼要玩地產大亨?" # game/1_akarsha.rpy:517 translate traditional_chinese golf_94d3efb5: # Min "What, you don't like it?" - Min "" + Min "怎樣,有意見嗎??" # game/1_akarsha.rpy:519 translate traditional_chinese golf_c244c5bd: # Noelle "There's no skill involved! It's pure luck!" - Noelle "" + Noelle "那種只靠運氣就能贏的遊戲,有什麼好玩的?一點技巧也沒有!" # game/1_akarsha.rpy:522 translate traditional_chinese golf_d747778c: # Akarsha "Silence, demon! It's fun to fantasize about owning property someday!" - Akarsha "" + Akarsha "妳很無趣欸!體驗擁有房產的感覺嘛!超好玩的!" # game/1_akarsha.rpy:525 translate traditional_chinese golf_a8eec78d: # Noelle "The game was not even designed to be fun!" - Noelle "" + Noelle "它根本不是設計出來給人「玩」的。" # game/1_akarsha.rpy:526 translate traditional_chinese golf_02071b31: # Noelle "It was created to educate people on the dangers of capitalism!" - Noelle "" + Noelle "它是為了讓大家看清資本主義的黑暗面,才被製造出來的!" # game/1_akarsha.rpy:528 translate traditional_chinese golf_9a94eccf: # Diya "But I like collecting the deed cards...They're such nice colors." - Diya "" + Diya "我還滿喜歡收集地契卡的,有很多種顏色……" # game/1_akarsha.rpy:531 translate traditional_chinese golf_2a9b6ca0: # Akarsha "Noelle, let's make a deal. If you win the next hole against me, we won't play Monopoly." - Akarsha "" + Akarsha "不然這樣好了:如果妳下一局贏我,待會就不玩地產大亨。" # game/1_akarsha.rpy:534 translate traditional_chinese golf_e4045c5f: # Noelle "How is that fair? You've played Mario Golf countless times before." - Noelle "" + Noelle "不公平,妳是老手。" # game/1_akarsha.rpy:537 translate traditional_chinese golf_49b80eb7: # Akarsha "Hey, I've only tried this course once or twice! Honest!" - Akarsha "" + Akarsha "這關我只打過一、兩次而已!真的!" # game/1_akarsha.rpy:539 translate traditional_chinese golf_472b0d90: # "Noelle ponders this as Diya hits her golf ball straight into the lava for the third time." - "" + "在小諾考慮的期間,迪亞第三次把球打進了岩漿。" # game/1_akarsha.rpy:541 translate traditional_chinese golf_0401264f: # Noelle "...Fine. Deal." - Noelle "" + Noelle "……好,我接受妳的提案。" # game/1_akarsha.rpy:543 translate traditional_chinese golf_d4eb33ee: # Diya "Oh, no. I roasted my golf ball again." - Diya "" + Diya "唉呀,球又焦掉了。" # game/1_akarsha.rpy:545 translate traditional_chinese golf_6a1a39f7: # "After countless attempts, Noelle manages to complete the hole first." - "" + "在無數次嘗試後,小諾終於成功進洞了。" # game/1_akarsha.rpy:547 translate traditional_chinese golf_e6455780: # Diya "Yay. You win." - Diya "" + Diya "妳贏了耶。" # game/1_akarsha.rpy:549 translate traditional_chinese golf_1110528a: # Noelle "It's a good thing your athleticism doesn't translate to skill at sports games." - Noelle "" + Noelle "呵呵,看來妳的運動細胞在遊戲裡不管用。" # game/1_akarsha.rpy:552 translate traditional_chinese golf_8ba628f6: # "Diya putts the ball into the hole with her next swing. She passes the controller to Akarsha." - "" + "輪到迪亞。她一桿進洞後,把搖桿傳給阿卡莎。" # game/1_akarsha.rpy:554 translate traditional_chinese golf_d2e37173: # Diya "Your turn." - Diya "" + Diya "換妳。" # game/1_akarsha.rpy:556 translate traditional_chinese golf_363f143f: # AkarshaT "Diya totally just let Noelle win." - AkarshaT "" + AkarshaT "迪亞超級大放水。" # game/1_akarsha.rpy:558 translate traditional_chinese golf_4fd55d6f: # AkarshaT "Unfortunately for Frenchman, {i}I{/i} don't believe in going easy on the birthday girl." - AkarshaT "" + AkarshaT "但{i}我{/i}是不會手下留情的。" # game/1_akarsha.rpy:559 translate traditional_chinese golf_c990a6fd: # AkarshaT "I'm pulling out all the stops!" - AkarshaT "" + AkarshaT "看招,壽星!" # game/1_akarsha.rpy:564 translate traditional_chinese golf_bd1727b8: # "The words \"Press A to skip\" appear as the animation showing the next hole begins to play..." - "" + "顯示下一個球洞位置的動畫開始播放,同時,螢幕上浮現了一行小字:按A跳過。" # game/1_akarsha.rpy:568 translate traditional_chinese golf_dcb7a844: # "Akarsha presses A to skip the animation before it can reveal the hole's location." - "" + "阿卡莎按下「跳過」鍵,動畫在展示出球洞之前就被中斷了。" # game/1_akarsha.rpy:570 translate traditional_chinese golf_fd66f18f: # Diya "You cut it off early..." - Diya "" + Diya "妳按掉了……" # game/1_akarsha.rpy:573 translate traditional_chinese golf_e59bc4ef: # Akarsha "Whoopsie daisy! I got too impatient." - Akarsha "" + Akarsha "噢,天呀!我真是太心急了!" # game/1_akarsha.rpy:577 translate traditional_chinese golf_fd53a2e6: # Noelle "AKARSHA!!! WHERE'S THE HOLE!!" with sshake - Noelle "" with sshake + Noelle "洞在哪裡?!" with sshake # game/1_akarsha.rpy:580 translate traditional_chinese golf_c600e07c: # Akarsha "I wonder..." - Akarsha "" + Akarsha "我也很好奇……" # game/1_akarsha.rpy:584 translate traditional_chinese golf_3f39d73d: # Noelle "YOU WORTHLESS SCAMMER!!!" with sshake - Noelle "" with sshake + Noelle "卑鄙!!!下流!!!" with sshake # game/1_akarsha.rpy:587 translate traditional_chinese golf_0e00f263: # "Akarsha smugly putts her ball, but it rolls smoothly into the lava." - "" + "阿卡莎壞笑著推動球桿,但球滾進了岩漿裡。" # game/1_akarsha.rpy:590 translate traditional_chinese golf_e10ec4ce: # Akarsha "NOO!!! NOOOO!! AAUAAGGH!!!" with sshake - Akarsha "" with sshake + Akarsha "不!!!不!!!!啊啊啊啊啊啊啊!!!" with sshake # game/1_akarsha.rpy:593 translate traditional_chinese golf_bf3fc089: # Noelle "Serves you right." - Noelle "" + Noelle "活該。" # game/1_akarsha.rpy:595 translate traditional_chinese golf_438f5abf: # "Noelle tries to set up a trick shot against a wall." - "" + "小諾將球桿對準牆壁,想利用地形來破關。" # game/1_akarsha.rpy:597 translate traditional_chinese golf_b00483fc: # Akarsha "Whoa! Geometry!" - Akarsha "" + Akarsha "難道妳要使用幾何學!" # game/1_akarsha.rpy:600 translate traditional_chinese golf_cdfaa94a: # Noelle "Be quiet. I'm concentrating." - Noelle "" + Noelle "不要吵,我會分心。" # game/1_akarsha.rpy:602 translate traditional_chinese golf_1ceb3f1b: # "Noelle hits the ball with a measured swing." - "" + "小諾揮出精心測量的一桿。" # game/1_akarsha.rpy:603 translate traditional_chinese golf_f018165f: # "Instead of glancing off the wall at the intended angle, it just ricochets back the way it came." - "" + "但球不僅沒有越過牆壁,反而滾回了原來的地方。" # game/1_akarsha.rpy:605 translate traditional_chinese golf_2629e8ec: # Akarsha "Well done, Noelle! You're back where you started!" - Akarsha "" + Akarsha "妳有始有終欸!" # game/1_akarsha.rpy:609 translate traditional_chinese golf_86aeefa5: # Noelle "I HATE YOU! YOU SCUMBAG!!!" with sshake - Noelle "" with sshake + Noelle "妳閉嘴好不好!!!" with sshake # game/1_akarsha.rpy:610 translate traditional_chinese golf_d39fccb2: # Noelle "I STILL DON'T EVEN KNOW WHERE THE HOLE IS!!!" - Noelle "" + Noelle "我連洞在哪裡都不知道!!!" # game/1_akarsha.rpy:613 translate traditional_chinese golf_e38a4a66: # Akarsha "Watch and learn, my friend." - Akarsha "" + Akarsha "注意囉。" # game/1_akarsha.rpy:615 translate traditional_chinese golf_7199531a: # "Akarsha expertly angles her shot so the golf ball rolls up a hill, then drops straight into the hole." - "" + "阿卡莎調整角度後,揮出一桿。球滾上了一個小坡,掉進了洞裡。" # game/1_akarsha.rpy:617 translate traditional_chinese golf_1f3c44bb: # Akarsha "That's how it's done." - Akarsha "" + Akarsha "學會了嗎?" # game/1_akarsha.rpy:618 translate traditional_chinese golf_93ab2f20: # Akarsha "My days playing this stage against my bro have finally paid off!" - Akarsha "" + Akarsha "幸好我常打這關!" # game/1_akarsha.rpy:621 translate traditional_chinese golf_d0f72abf: # Noelle "Days?! You said you only played this stage once or twice!" with sshake - Noelle "" with sshake + Noelle "常打?!妳剛剛不是說只打過一、兩次嗎?" with sshake # game/1_akarsha.rpy:623 translate traditional_chinese golf_18ab8cfa: # "Noelle scowls, but Akarsha can tell from the way the corners of her mouth crinkle that she's fighting back a grin." - "" + "小諾罵道,但阿卡莎能從她抽搐的嘴角看出她正在忍笑。" # game/1_akarsha.rpy:625 translate traditional_chinese golf_111a3912: # Noelle "You liar! What do you have to say for yourself?!" - Noelle "" + Noelle "還想狡辯嗎?妳這個鬼話連篇的傢伙!" # game/1_akarsha.rpy:628 translate traditional_chinese golf_bf09c4ab: # Akarsha "Huh? Suddenly, I can't hear...My ears are failing!" - Akarsha "" + Akarsha "嗄?妳說什麼?我突然聽不見了!" # game/1_akarsha.rpy:629 translate traditional_chinese golf_46b4e5ec: # Akarsha "Hawwo? Hawwo?" - Akarsha "" + Akarsha "我聽胡見熱嗎?我聽胡見熱嗎?" # game/1_akarsha.rpy:633 translate traditional_chinese golf_1fe2a9a0: # Noelle "AKARSHAAAAA!!!!!!" with sshake - Noelle "" with sshake + Noelle "阿卡莎!!!" with sshake # game/1_akarsha.rpy:636 translate traditional_chinese golf_ecf447ed: # "Wario slaps his butt as the words \"PAR\" appear onscreen." - "" + "螢幕上浮現出「PAR*」字樣,瓦利歐開始對鏡頭拍屁股。" + +$subtitle= "*總杆數等於標準桿數,稱為Par=平標準桿" # game/1_akarsha.rpy:638 translate traditional_chinese golf_ce0a0505: # Akarsha "See? This is why Mario Golf is the best game in the world." - Akarsha "" + Akarsha "看,多美妙啊。" + +$subtitle= "" # game/1_akarsha.rpy:640 translate traditional_chinese golf_f26aaf40: # "Noelle turns away so Akarsha can't see her face, but by now she's shaking with barely suppressed laughter." - "" + "小諾轉過身去,不讓阿卡莎看到她的表情,但是整個人已經憋笑憋到在發抖了。" # game/1_akarsha.rpy:642 translate traditional_chinese golf_c097bae6: # AkarshaT "I win! I broke her!" - AkarshaT "" + AkarshaT "她壞掉了!我取得了最後的勝利!" # game/1_akarsha.rpy:647 translate traditional_chinese golf_b02336ee: # Noelle "I'M GOING TO BEAT THE LIVING DAYLIGHTS OUT OF YOU!!!" with sshake - Noelle "" with sshake + Noelle "我要打妳!!!" with sshake # game/1_akarsha.rpy:654 translate traditional_chinese golf_a728e356: # "Akarsha yelps as Noelle pelts her with slaps." - "" + "小諾對著阿卡莎胡亂拍打。" # game/1_akarsha.rpy:656 translate traditional_chinese golf_b9d21c79: # Akarsha "Halp! Murder! Murder!" with sshake - Akarsha "" with sshake + Akarsha "救命啊!殺人啦!" with sshake # game/1_akarsha.rpy:659 translate traditional_chinese golf_485dd024: # Diya "So, Monopoly?" - Diya "" + Diya "來玩地產大亨吧。" # game/1_akarsha.rpy:661 translate traditional_chinese golf_abbee00d: # Min "You got it." - Min "" + Min "玩。" # game/1_akarsha.rpy:670 translate traditional_chinese monopoly_c0f4d822: # Akarsha "Ya HA! I got Boardwalk!" - Akarsha "" + Akarsha "耶!我抽到「海濱大道」了!" # game/1_akarsha.rpy:672 translate traditional_chinese monopoly_065df688: # Akarsha "Welcome to my Santa Cruz of Death. I'm using my entire savings to pile four houses on it." - Akarsha "" + Akarsha "我要用所有的積蓄,蓋四棟房子在這個死亡十字路口。" # game/1_akarsha.rpy:675 translate traditional_chinese monopoly_d10e2beb: # Diya "Oh, no. If I land on it right now, I'll go broke." - Diya "" + Diya "踩上去我就破產了。" # game/1_akarsha.rpy:677 translate traditional_chinese monopoly_7b6b0913: # Noelle "Well, chances are, you won't." - Noelle "" + Noelle "不一定會踩到。" # game/1_akarsha.rpy:678 translate traditional_chinese monopoly_0a2e2da3: # Noelle "Unloading all your money on a single property is pure folly this early in the game." - Noelle "" + Noelle "而且,在遊戲初期把所有資金壓在一塊地上,並不是很聰明的選擇。" # game/1_akarsha.rpy:680 translate traditional_chinese monopoly_0a598aa2: # "Diya rolls the dice and breathes a sigh of relief when she safely passes Akarsha's killer Boardwalk tile." - "" + "迪亞丟出骰子,發現自己安全通過阿卡莎的地盤後,不禁鬆了一口氣。" # game/1_akarsha.rpy:681 translate traditional_chinese monopoly_2d3b2d1d: # "After a few spaces, her dog token lands on Min's property. She begins to shell out the rent, but Min stops her." - "" + "又過了幾輪,迪亞的狗指示物停在小旼的地盤上。她開始算租金,卻被小旼阻止了。" # game/1_akarsha.rpy:683 translate traditional_chinese monopoly_bb5aaa48: # Min "You don't have to pay me." - Min "" + Min "不用。" # game/1_akarsha.rpy:685 translate traditional_chinese monopoly_a014ade9: # Diya "?!" - Diya "" + Diya "?!" # game/1_akarsha.rpy:686 translate traditional_chinese monopoly_df9c6175: # Diya "I don't?" - Diya "" + Diya "不用嗎?" # game/1_akarsha.rpy:688 translate traditional_chinese monopoly_1446773c: # Min "It's my house, so I'm in charge. You can stay there for free." - Min "" + Min "這裡是我家,妳住是免費的。" # game/1_akarsha.rpy:691 translate traditional_chinese monopoly_74a1a48c: # Diya "...." - Diya "" + Diya "……" # game/1_akarsha.rpy:693 translate traditional_chinese monopoly_5ee4cc2f: # Noelle "Not so fast. That's not allowed!" - Noelle "" + Noelle "妳們不可以這樣!" # game/1_akarsha.rpy:694 translate traditional_chinese monopoly_7da5b434: # Noelle "When you land on property owned by another player, the owner has to collect rent from you." - Noelle "" + Noelle "當玩家在其他玩家的地產上停留,就應該支付租金。" # game/1_akarsha.rpy:697 translate traditional_chinese monopoly_ee78e5bb: # "Akarsha flips open the rulebook and pretends to adjust an imaginary pair of glasses on her face." - "" + "阿卡莎翻開規則書,扶了扶自己不存在的眼鏡。" # game/1_akarsha.rpy:699 translate traditional_chinese monopoly_5d5803ff: # Akarsha "Actually, it says here..." - Akarsha "" + Akarsha "古籍有道……" # game/1_akarsha.rpy:700 translate traditional_chinese monopoly_1dbde0c5: # Akarsha "\"The owner may not collect the rent if he/she fails to ask for it before the second player following throws the dice.\"" - Akarsha "" + Akarsha "「在下一位玩家擲骰前,如果地主沒有成功要求在地產上停留的承租人支付租金,此動作可算做無效。」" # game/1_akarsha.rpy:703 translate traditional_chinese monopoly_1ce8853c: # Diya "That's so confusingly worded." - Diya "" + Diya "好難懂喔。" # game/1_akarsha.rpy:705 translate traditional_chinese monopoly_60c7cd5a: # Akarsha "Basically, it's sayin' if the owner doesn't ask for rent, the renter doesn't have to pay it!" - Akarsha "" + Akarsha "簡單的說:如果地主沒有要求,承租人可以不用付租金!" # game/1_akarsha.rpy:708 translate traditional_chinese monopoly_d02e98d1: # Min "Ha! So Diya CAN sleep at my house!" - Min "" + Min "啊哈!我就說迪亞可以睡我家!" # game/1_akarsha.rpy:710 translate traditional_chinese monopoly_827d11db: # Noelle "What kind of buffoon penned these rules?! If the renter and owner are in cahoots, the other players are at a disadvantage!" - Noelle "" + Noelle "這是什麽亂七八糟的規則?!地主如果可以和承租人結盟,其他玩家還怎麽玩啊!" # game/1_akarsha.rpy:712 translate traditional_chinese monopoly_e05eeead: # Diya "Unless the odd ones out form an alliance to counter it, too." - Diya "" + Diya "其他玩家也可以結盟吧。" # game/1_akarsha.rpy:714 translate traditional_chinese monopoly_0225d87d: # Akarsha "HmmMMMMM...Wanna be in {i}cahoots{/i} with me, Frenchman?" - Akarsha "" + Akarsha "嗯…………法國來的,我們勾結一下?" # game/1_akarsha.rpy:717 translate traditional_chinese monopoly_fe36a26e: # Noelle "Not a chance." - Noelle "" + Noelle "不要。" # game/1_akarsha.rpy:719 translate traditional_chinese monopoly_d6069b41: # Akarsha "Don't say I didn't ask ya." - Akarsha "" + Akarsha "妳自己說的喔。" # game/1_akarsha.rpy:721 translate traditional_chinese monopoly_e67206c4: # Akarsha "You'll be singing a different tune once you land on my Killer Boardwalk." - Akarsha "" + Akarsha "等妳踏上我的奪命大道,一定會後悔的。" # game/1_akarsha.rpy:732 translate traditional_chinese monopoly_92d0810f: # "Noelle's phone buzzes, and her face pales when she checks it." - "" + "小諾的手機嗡嗡作響,她拿起來一看,臉都嚇白了。" # game/1_akarsha.rpy:735 translate traditional_chinese monopoly_03e3ab03: # Noelle "Oh, great." - Noelle "" + Noelle "非常好。" # game/1_akarsha.rpy:737 translate traditional_chinese monopoly_a7740241: # Diya "What's wrong?" - Diya "" + Diya "怎麼了?" # game/1_akarsha.rpy:739 translate traditional_chinese monopoly_fb498b49: # Noelle "I told my mom I'd text her when I got to Akarsha's house." - Noelle "" + Noelle "我答應過要和家裡報平安的。" # game/1_akarsha.rpy:746 translate traditional_chinese momTexts_4a682f69: # Noelle "But I was having so much fun, it completely slipped my mind." - Noelle "" + Noelle "但是我完全忘記了。" # game/1_akarsha.rpy:748 translate traditional_chinese momTexts_bf15b291: # "Akarsha catches a glimpse of Noelle's phone screen. It's filled with panicked texts from her mom..." - "" + "阿卡莎瞥見小諾的手機螢幕,上面滿滿都是小諾媽媽發來的訊息……" # game/1_akarsha.rpy:757 translate traditional_chinese momTexts_8e0ddc15: # cFirstLine "{nw}" - cFirstLine "" + cFirstLine "{nw}" # game/1_akarsha.rpy:758 translate traditional_chinese momTexts_503eccc0: # cNarrator "12:29 PM" - cNarrator "" + cNarrator "12:29 PM" # game/1_akarsha.rpy:759 translate traditional_chinese momTexts_8c16c171: # cMom "Are you having fun" - cMom "" + cMom "玩得開心嗎" # game/1_akarsha.rpy:760 translate traditional_chinese momTexts_9381ce72: # cSame "Hello" - cSame "" + cSame "妳在哪" # game/1_akarsha.rpy:761 translate traditional_chinese momTexts_66f3a742: # cNarrator "1:00 PM" - cNarrator "" + cNarrator "1:00 PM" # game/1_akarsha.rpy:762 translate traditional_chinese momTexts_c8280673: # cMom "Hello Noelle how are you doting" - cMom "" + cMom "女兒妳害好嗎" # game/1_akarsha.rpy:763 translate traditional_chinese momTexts_758d82c3: # cSame "I meant not doing not doting :)" - cSame "" + cSame "女兒妳還好嗎:)" # game/1_akarsha.rpy:764 translate traditional_chinese momTexts_250e416c: # cNarrator "2:30 PM" - cNarrator "" + cNarrator "2:30 PM" # game/1_akarsha.rpy:765 translate traditional_chinese momTexts_8188d09d: # cMom "You may consider to call us when you can" - cMom "" + cMom "有空記得回電話" # game/1_akarsha.rpy:766 translate traditional_chinese momTexts_429b5f9b: # cNarrator "2:51 PM" - cNarrator "" + cNarrator "2:51 PM" # game/1_akarsha.rpy:767 translate traditional_chinese momTexts_5fb6456f: # cMom "Is everything okay ?" - cMom "" + cMom "妳還好嗎?" # game/1_akarsha.rpy:768 translate traditional_chinese momTexts_9068b79f: # cSame "Where are you? You said you would text us, It's been almost two hours" - cSame "" + cSame "妳在哪裡?妳說到了會打給我們,現在已經兩個小時了" # game/1_akarsha.rpy:769 translate traditional_chinese momTexts_f1e7d743: # cNarrator "2:55 PM" - cNarrator "" + cNarrator "2:55 PM" # game/1_akarsha.rpy:770 translate traditional_chinese momTexts_d7963a1f: # cMom "How come you're not picking up your phone?" - cMom "" + cMom "妳為什麼不回電話?" # game/1_akarsha.rpy:771 translate traditional_chinese momTexts_8d29f11e: # cSame "We're about to call the police" - cSame "" + cSame "我們要報警了" # game/1_akarsha.rpy:774 translate traditional_chinese momTexts_76b2fe88: @@ -1642,3733 +1658,3759 @@ translate traditional_chinese momTexts_76b2fe88: translate traditional_chinese momTexts_6633890e: # Min "Jesus..." - Min "" + Min "天啊……" # game/1_akarsha.rpy:779 translate traditional_chinese momTexts_c4b03090: # Noelle "There's four missed calls, too. I think we were all shouting so much, I didn't hear any of them." - Noelle "" + Noelle "還有四通未接來電,我完全沒聽到。可能剛才我們講話太大聲了。" # game/1_akarsha.rpy:782 translate traditional_chinese momTexts_200496ce: # "Diya jumps in surprise as her cell phone starts ringing." - "" + "迪亞的手機響起,她被嚇到跳了起來。" # game/1_akarsha.rpy:783 translate traditional_chinese momTexts_e3ae65b0: # "She stares at it with trepidation before fearfully pressing it to her good ear." - "" + "迪亞如臨大敵的盯著來電顯示,然後怯生生的將電話貼上聽力正常的那隻耳朵。" # game/1_akarsha.rpy:785 translate traditional_chinese momTexts_e629b0d2: # Diya "........" - Diya "" + Diya "……" # game/1_akarsha.rpy:787 translate traditional_chinese momTexts_ed179152: # "Diya frantically hands Noelle the phone like it's a hot potato." - "" + "迪亞像是被燙到一樣的把手機扔給小諾。" # game/1_akarsha.rpy:789 translate traditional_chinese momTexts_59359e51: # Noelle "Alright. I'll deal with it." - Noelle "" + Noelle "我去處理一下。" # game/1_akarsha.rpy:791 translate traditional_chinese momTexts_5699f935: # "Noelle answers the phone and leaves the room with a sigh. Akarsha can faintly hear her side of a frustrating conversation..." - "" + "小諾嘆了口氣,帶著手機離開客廳。遠遠的,阿卡莎還能見她語帶懊惱的說話聲……" # game/1_akarsha.rpy:792 translate traditional_chinese momTexts_a73f5091: # "A few minutes later, she returns to the group, her face sour." - "" + "幾分鐘後,小諾沉著臉回到客廳。" # game/1_akarsha.rpy:794 translate traditional_chinese momTexts_e9b8be9a: # Noelle "We've cleared up the misunderstanding. I let them know I'll be here for a few more hours." - Noelle "" + Noelle "沒事了。我跟他們說我還會待幾個小時。" # game/1_akarsha.rpy:795 translate traditional_chinese momTexts_46998f1c: # Noelle "I'm sorry my mom called you, Diya. That was humiliating." - Noelle "" + Noelle "對不起,迪亞,我媽忽然打給妳。好丟臉喔。" # game/1_akarsha.rpy:797 translate traditional_chinese momTexts_c66af205: # Diya "It's okay. Good thing she didn't report you missing yet." - Diya "" + Diya "幸好她還沒有報警。" # game/1_akarsha.rpy:799 translate traditional_chinese momTexts_fb03f223: # Noelle "I know she means well, but it's honestly irritating how often she wildly overreacts to perfectly harmless situations." - Noelle "" + Noelle "我知道她是擔心我,可是好像不管我去哪裡,她反應都一樣大……老實說,很煩。" # game/1_akarsha.rpy:800 translate traditional_chinese momTexts_61810662: # Noelle "She has no friends or hobbies, so all her brain power is spent on obsessing over me." - Noelle "" + Noelle "她沒有朋友,也沒有其他嗜好。所以她把所有的精力都拿來「照顧」我了。" # game/1_akarsha.rpy:802 translate traditional_chinese momTexts_3870b4b6: # Akarsha "Sorry we got you in trouble..." - Akarsha "" + Akarsha "對不起,害妳被罵了……" # game/1_akarsha.rpy:806 translate traditional_chinese momTexts_a975789f: # Noelle "It's not your fault. You couldn't have known." - Noelle "" + Noelle "不用道歉,不是妳的問題。" # game/1_akarsha.rpy:807 translate traditional_chinese momTexts_05ea2aed: # Noelle "I should've remembered to text her once I arrived at your house." - Noelle "" + Noelle "是我自己忘了。" # game/1_akarsha.rpy:815 translate traditional_chinese momTexts_7fa9a933: # "Noelle's joints crick as she sits back down at the Monopoly board between Diya and Akarsha." - "" + "小諾坐回三人之間,關節劈啪作響。" # game/1_akarsha.rpy:817 translate traditional_chinese momTexts_6dee83b2: # Min "Is it just me, or are all the \"cool\" kids at our school just the ones whose parents let them do the most stuff?" - Min "" + Min "只有我覺得學校的「風雲人物」等於「父母管最少人物」嗎?" # game/1_akarsha.rpy:819 translate traditional_chinese momTexts_ff3779b2: # Diya "Yeah, it's the girls who're allowed to wear make-up and hang out with their friends all the time." - Diya "" + Diya "我也覺得。那些女生都會化妝,然後每天都在玩。" # game/1_akarsha.rpy:821 translate traditional_chinese momTexts_bbc973a6: # Akarsha "That's not always true. My parents are pretty chill, but I'm still uncool." - Akarsha "" + Akarsha "不一定喔。我爸媽也不太管我,但並沒有改變我是邊緣的事實," # game/1_akarsha.rpy:823 translate traditional_chinese momTexts_16bc08cb: # Akarsha "I'm just unpopular cuz I'm weird." - Akarsha "" + Akarsha "因為我是怪人。" # game/1_akarsha.rpy:826 translate traditional_chinese momTexts_98390768: # Min "Don't forget perverted and annoying." - Min "" + Min "還有黃腔人和煩躁人。" # game/1_akarsha.rpy:828 translate traditional_chinese momTexts_3199f6ce: # Noelle "I would like to add that you're a compulsive liar." - Noelle "" + Noelle "我再追加一條:「撒謊慣犯」。" # game/1_akarsha.rpy:830 translate traditional_chinese momTexts_4c8b9749: # Akarsha "Geez, wow! I didn't realize everyone had their own theories for why I'm not popular..." - Akarsha "" + Akarsha "沒想到大家覺得我邊緣的理由如此多采多姿!在下受寵若驚……" # game/1_akarsha.rpy:838 translate traditional_chinese momTexts_6b84746d: # "A few turns of Monopoly later, Akarsha moves her top hat token to the Reading Railroad." - "" + "又玩了幾輪後,阿卡莎的高禮帽指示物停在了「雷丁車站」上。" # game/1_akarsha.rpy:840 translate traditional_chinese momTexts_31155dc5: # Akarsha "Whose is this?" - Akarsha "" + Akarsha "誰的?" # game/1_akarsha.rpy:843 translate traditional_chinese momTexts_5689b46e: # Diya "Mine." - Diya "" + Diya "我的。" # game/1_akarsha.rpy:846 translate traditional_chinese momTexts_5cbdf37f: # Akarsha "Diya, bromie, please...I have a starving family and eight children at home..." - Akarsha "" + Akarsha "迪亞,我的好哥兒們,可憐可憐我吧……我家的八個孩子都快吃不飽了……" # game/1_akarsha.rpy:849 translate traditional_chinese momTexts_87204c2f: # Diya "$25. Hand it over." - Diya "" + Diya "二十五塊。交出來。" # game/1_akarsha.rpy:852 translate traditional_chinese momTexts_41f9d7a5: # Akarsha "You're murdering the babes, Diya! How about $24? Just one dollar can save a life..." - Akarsha "" + Akarsha "不,我的孩子會死的!算我二十四怎麼樣?捐錢一塊,救人一命……" # game/1_akarsha.rpy:855 translate traditional_chinese momTexts_61bf8e26: # Min "I like how since we found out it's possible to not pay rent, this turned into Akarsha begging and haggling with everyone to not charge her." - Min "" + Min "自從發現可以不用付租金以後,阿卡莎採到別人的地就會開始各種求饒,還滿好玩的。" # game/1_akarsha.rpy:858 translate traditional_chinese momTexts_97182f87: # Akarsha "Wait, Diya, I'll roll you for it. Double or nothing." - Akarsha "" + Akarsha "不然這樣好了:我們來比大小。如果妳贏了,我付妳兩倍。如果妳輸了,就算我免費。" # game/1_akarsha.rpy:861 translate traditional_chinese momTexts_dd445e50: # Noelle "So now this is a casino?" - Noelle "" + Noelle "這裡是賭場嗎?" # game/1_akarsha.rpy:863 translate traditional_chinese momTexts_fe9d19ad: # "Diya assesses the thick stack of Monopoly money she's accumulated from not having to pay rent on Min's properties." - "" + "迪亞看看自己手邊厚厚的遊戲紙幣──因為她不用付小旼的租金。" # game/1_akarsha.rpy:865 translate traditional_chinese momTexts_40f2fbcf: # Diya "Okay. I'll try my luck." - Diya "" + Diya "好啊,我試試看。" # game/1_akarsha.rpy:868 translate traditional_chinese momTexts_0744f569: # "Diya shakes the dice in her hands and drops them onto the board with a clatter. She got..." - "" + "迪亞擲出骰子,她骰出了……" # game/1_akarsha.rpy:872 translate traditional_chinese momTexts_1e120294: # Diya "[diyaRandomNum]." - Diya "" + Diya "[diyaRandomNum]。" # game/1_akarsha.rpy:875 translate traditional_chinese momTexts_ff69cb56: # AkarshaT "[diyaRandomNum]...There's no way I'll lose to that!" - AkarshaT "" + AkarshaT "[diyaRandomNum]?我贏定了!" # game/1_akarsha.rpy:879 translate traditional_chinese momTexts_1e120294_1: # Diya "[diyaRandomNum]." - Diya "" + Diya "[diyaRandomNum]。" # game/1_akarsha.rpy:882 translate traditional_chinese momTexts_9f43c753: # AkarshaT "[diyaRandomNum]?! That's gonna be tough to beat..." - AkarshaT "" + AkarshaT "[diyaRandomNum]?!有點不妙啊……" # game/1_akarsha.rpy:885 translate traditional_chinese momTexts_1e120294_2: # Diya "[diyaRandomNum]." - Diya "" + Diya "[diyaRandomNum]。" # game/1_akarsha.rpy:888 translate traditional_chinese momTexts_aa9e94e1: # AkarshaT "Yee, [diyaRandomNum]'s not too bad. I got this!" - AkarshaT "" + AkarshaT "還好啦,[diyaRandomNum]而已。可以、可以!" # game/1_akarsha.rpy:898 translate traditional_chinese momTexts_54666607: # "Holding her breath, Akarsha rolls the dice..." - "" + "阿卡莎屏氣凝神的擲出骰子……" # game/1_akarsha.rpy:901 translate traditional_chinese momTexts_aaf3b7e1: # Akarsha "[akarshaRandomNum]! WINNER!!!!" with sshake - Akarsha "" with sshake + Akarsha "[akarshaRandomNum]!我贏了!" with sshake # game/1_akarsha.rpy:904 translate traditional_chinese momTexts_17cf63b0: # Diya "..." - Diya "" + Diya "……" # game/1_akarsha.rpy:907 translate traditional_chinese momTexts_b9ed7532: # Akarsha "I live another day!" - Akarsha "" + Akarsha "我又苟活了一天!" # game/1_akarsha.rpy:912 translate traditional_chinese momTexts_74efd57f: # Akarsha "[akarshaRandomNum]...Alas......." - Akarsha "" + Akarsha "……[akarshaRandomNum]……" # game/1_akarsha.rpy:915 translate traditional_chinese momTexts_7b89031a: # Diya "!!" - Diya "" + Diya "!!" # game/1_akarsha.rpy:917 translate traditional_chinese momTexts_b18b84e4: # Diya "$50. Fork it over." - Diya "" + Diya "五十塊。交出來。" # game/1_akarsha.rpy:920 translate traditional_chinese momTexts_43dd7f7e: # Akarsha "I'll have you know little Timmy died of starvation last night 'cause of you." - Akarsha "" + Akarsha "小提米昨天晚上餓死了。都是妳害的。" # game/1_akarsha.rpy:922 translate traditional_chinese momTexts_db5ded8b: # Akarsha "His ghost is now haunting you..." - Akarsha "" + Akarsha "他的冤魂會生生世世糾纏著妳……" # game/1_akarsha.rpy:925 translate traditional_chinese momTexts_78aa11e4: # Diya "Okay. Sure." - Diya "" + Diya "好喔。" # game/1_akarsha.rpy:928 translate traditional_chinese momTexts_6591b967: # Akarsha "OooOOooOoO...Why did you kill me when I'm only a small child?" - Akarsha "" + Akarsha "(鬼魂音效)我還這麼小……妳為什麼要殺我……" # game/1_akarsha.rpy:933 translate traditional_chinese momTexts_140ada33: # Noelle "You're so annoying. I hope your next turn kills you." - Noelle "" + Noelle "妳煩死了,希望妳下一局就破產。" # game/1_akarsha.rpy:936 translate traditional_chinese momTexts_7f5d0445: # Akarsha "If I'm so annoying, why do you keep hanging out with me?" - Akarsha "" + Akarsha "我這麼煩,妳為什麼還要跟我玩呢?" # game/1_akarsha.rpy:939 translate traditional_chinese momTexts_cbc6f5e6: # Noelle "Because I love to watch you fail." - Noelle "" + Noelle "因為失敗的妳很賞心悅目呀。" # game/1_akarsha.rpy:941 translate traditional_chinese momTexts_2402d5ed: # "It's Noelle's turn. She rolls a 12." - "" + "輪到小諾,她擲出了十二。" # game/1_akarsha.rpy:942 translate traditional_chinese momTexts_61d2da08: # "Noelle only moves her iron token a couple spaces before she starts to lose it. That's how Akarsha knows she's landed on Boardwalk." - "" + "小諾開始移動指示物,臉色也變得越來越難看──她正在一步一步的走向阿卡莎的奪命大道。" # game/1_akarsha.rpy:944 translate traditional_chinese momTexts_7e9409bf: # Akarsha "Uh oh...Spaghetti-O's..." - Akarsha "" + Akarsha "糟、糕、囉……招、高、囉……" # game/1_akarsha.rpy:948 translate traditional_chinese momTexts_ae2d2d62: # Noelle "SHUT UP! YOU DON'T NEED TO RUB IT IN!!!!" with sshake - Noelle "" with sshake + Noelle "不要強調!" with sshake # game/1_akarsha.rpy:950 translate traditional_chinese momTexts_103ee0e7: # "She nearly knocks over all the houses Akarsha's piled up on the space as she slams her token down." - "" + "小諾用力放下指示物,差點把阿卡莎的房子全都弄倒了。" # game/1_akarsha.rpy:952 translate traditional_chinese momTexts_026615b1: # Noelle "How much is it?" - Noelle "" + Noelle "多少錢?" # game/1_akarsha.rpy:955 translate traditional_chinese momTexts_7e06a8ca: # Akarsha "Oh, only $1700." - Akarsha "" + Akarsha "不多啦,一千七。" # game/1_akarsha.rpy:957 translate traditional_chinese momTexts_98e4afbe: # "To Akarsha's amazement, Noelle dissolves into laughter on the couch — actual, honest-to-god laughter." - "" + "小諾爆笑出聲──毫無壓抑、掩飾的大笑。阿卡莎欣喜的看著小諾整個人倒進沙發裡。" # game/1_akarsha.rpy:959 translate traditional_chinese momTexts_84d659ea: # AkarshaT "Dang! I gotta figure out how to do that again!" - AkarshaT "" + AkarshaT "哇!我得多想點類似的梗!" # game/1_akarsha.rpy:975 translate traditional_chinese momDad_d75361d9: # "As Min rolls next, Akarsha hears the sound of the front door opening." - "" + "輪到小旼擲骰時,阿卡莎聽見前門打開的聲音。" # game/1_akarsha.rpy:977 translate traditional_chinese momDad_7b593ca4: # Akarsha "Oh, they're finally back from Taekwondo!" - Akarsha "" + Akarsha "他們總算回來了!" # game/1_akarsha.rpy:981 translate traditional_chinese momDad_d1df7e00: # "Her little brother runs into the living room, wildly swinging his new red belt in the air like a whip." - "" + "阿卡莎的弟弟衝進客廳,把新拿到的紅帶像鞭子一樣甩來甩去。" # game/1_akarsha.rpy:983 translate traditional_chinese momDad_4e00bc81: # Pratik "HOWL, ZABIMARU!" with sshake - Pratik "" with sshake + Pratik "看我的蛇尾丸*!" with sshake + +$subtitle= "*漫畫「死神」裡的武器" # game/1_akarsha.rpy:984 translate traditional_chinese momDad_3dc2671d: # "He flails his red belt, whapping the floor, couch, and everything else within a three foot radius of him." - "" + "帕提克不斷揮動著紅帶,攻擊著他身體九十公分半徑以內的所有東西。" + +$subtitle= "" # game/1_akarsha.rpy:987 translate traditional_chinese momDad_57e1f106: # Akarsha "OW! OW!!!" with sshake - Akarsha "" with sshake + Akarsha "嗷!嗷!" with sshake # game/1_akarsha.rpy:989 translate traditional_chinese momDad_300eecf5: # AkarshaT "This is my bro Pratik. He's basically me but a guy." - AkarshaT "" + AkarshaT "這是我弟弟帕提克。他基本上就是男生版的我。" # game/1_akarsha.rpy:992 translate traditional_chinese momDad_61be7309: # Noelle "I see you passed your \"test\"..." - Noelle "" + Noelle "看來晉級「考」很順利……" # game/1_akarsha.rpy:994 translate traditional_chinese momDad_8d5277a5: # "A voice booms through the house from the garage." - "" + "一個聲音從車庫裡傳來。" # game/1_akarsha.rpy:995 translate traditional_chinese momDad_691a2479: # Dad "{i}BETI!!!{/i} HELP CARRY GROCERIES IN!!!" with sshake - Dad "" with sshake + Dad "BETI*!!!過來幫忙!!" with sshake + +$subtitle= "*印地語「女兒」" # game/1_akarsha.rpy:996 translate traditional_chinese momDad_5967b40b: # Dad "WE STOPPED BY COSTCO AND BOUGHT NACHOS FOR THE PARTY!!" - Dad "" + Dad "幫妳們買了好市多的墨西哥玉米片!" + +$subtitle= "" # game/1_akarsha.rpy:998 translate traditional_chinese momDad_003c941f: # Akarsha "YEH!!!!" - Akarsha "" + Akarsha "耶!!" # game/1_akarsha.rpy:1002 translate traditional_chinese momDad_0865178c: # Noelle "Should we help?" - Noelle "" + Noelle "需要幫忙嗎?" # game/1_akarsha.rpy:1004 translate traditional_chinese momDad_3f321ace: # Akarsha "Nah, he's talkin' to me. Be my guest!! Relax!!!" - Akarsha "" + Akarsha "不用啦,他叫我而已。妳慢慢坐!!" # game/1_akarsha.rpy:1007 translate traditional_chinese momDad_8b7bb7ea: # Noelle "No, I insist. It is my birthday you're going through the trouble for." - Noelle "" + Noelle "也算是買給我的,讓我幫忙吧。" # game/1_akarsha.rpy:1009 translate traditional_chinese momDad_e206f6a1: # Akarsha "Fine, hard to argue with that...Frenchman, let's go!" - Akarsha "" + Akarsha "好吧,如果妳堅持……來GO!" # game/1_akarsha.rpy:1013 translate traditional_chinese momDad_18a3117f: # "Akarsha hastily stuffs her socked feet into her mom's sandals and waddles into the garage with Noelle in tow." - "" + "阿卡莎急忙套上她媽媽的夾腳拖,但因為還穿著襪子,她只能用奇怪的步伐和小諾一起走進車庫。" # game/1_akarsha.rpy:1015 translate traditional_chinese momDad_0d4d2e99: # Noelle "Is Pratik your only sibling?" - Noelle "" + Noelle "妳只有一個弟弟嗎?" # game/1_akarsha.rpy:1017 translate traditional_chinese momDad_bf3d3c37: # Akarsha "Naw, I have a big sis too." - Akarsha "" + Akarsha "我還有一個姊姊。" # game/1_akarsha.rpy:1019 translate traditional_chinese momDad_e66068e3: # Akarsha "But she's like, way, way older. She's in medical school already." - Akarsha "" + Akarsha "可是她大我們很多、很多。她現在在讀醫學院。" # game/1_akarsha.rpy:1022 translate traditional_chinese momDad_f845f88e: # Noelle "That {i}is{/i} a lot older." - Noelle "" + Noelle "大好多喔。" # game/1_akarsha.rpy:1024 translate traditional_chinese momDad_d12b703c: # Akarsha "I was definitely an accident. But I think I was so awesome that it reminded my parents how cool kids are, and then they made my bro on purpose." - Akarsha "" + Akarsha "他們本來絕對沒有要生我。但是因為我太過優秀,讓他們重溫生孩子的美好,所以又生了我弟。" # game/1_akarsha.rpy:1027 translate traditional_chinese momDad_640ede9a: # Noelle "That. Is FAR too much information." with sshake - Noelle "" with sshake + Noelle "呃,不用說的那麼詳細。" with sshake # game/1_akarsha.rpy:1029 translate traditional_chinese momDad_60b4e8e5: # Noelle "So your sister intends to become a doctor?" - Noelle "" + Noelle "妳姊姊想當醫生嗎?" # game/1_akarsha.rpy:1031 translate traditional_chinese momDad_8ed35b73: # Akarsha "A {i}neurosurgeon{/i}." - Akarsha "" + Akarsha "神經外科。" # game/1_akarsha.rpy:1032 translate traditional_chinese momDad_b60ad5bb: # Akarsha "Like, good for her, but it's almost kinda frustrating how perfect she turned out. She's just as bad as you." - Akarsha "" + Akarsha "我是覺得很棒啦。不過她有點厲害過頭了,跟妳差不多。" # game/1_akarsha.rpy:1033 translate traditional_chinese momDad_f82158cb: # Akarsha "I can't even say my parents have unrealistic expectations 'cause my sister actually met them." - Akarsha "" + Akarsha "她滿足了我父母所有不切實際的幻想。我都沒辦法吐槽了。" # game/1_akarsha.rpy:1036 translate traditional_chinese momDad_f3cb4622: # "Akarsha's dad walks over from the trunk of the minivan with an armful of groceries." - "" + "阿卡莎的爸爸從休旅車中拎出一堆購物袋,朝她們走了過來。" # game/1_akarsha.rpy:1038 translate traditional_chinese momDad_45d4fd65: # AkarshaT "Oh god, what is he wearing?!" - AkarshaT "" + AkarshaT "囧!這是什麽奇怪的T恤?!" # game/1_akarsha.rpy:1041 translate traditional_chinese momDad_6805d516: # Dad "Hoo hoo! So this is the birthday girl." - Dad "" + Dad "呵呵,看來妳就是壽星囉!" # game/1_akarsha.rpy:1042 translate traditional_chinese momDad_ff826ff4: # Dad "Thanks god you are here." - Dad "" + Dad "歡迎妳來!謝了上帝。" # game/1_akarsha.rpy:1044 translate traditional_chinese momDad_6b51bc1b: # AkarshaT "My dad always says \"Thanks god\" instead of \"Thank god\". I dunno why..." - AkarshaT "" + AkarshaT "我爸每次都把「感謝上帝」說成「謝了上帝」,不要問我為什麼……" # game/1_akarsha.rpy:1047 translate traditional_chinese momDad_5bbe5c6e: # Noelle "Well...It's my surprise party, so I don't have much choice in the matter." - Noelle "" + Noelle "嗯……該怎麽說,我沒辦法決定我要不要來,因為這是驚喜。" # game/1_akarsha.rpy:1049 translate traditional_chinese momDad_f3bbb5fd: # Dad "Akarsha said you don't like surprises, so you might go home already." - Dad "" + Dad "阿卡莎說妳不喜歡驚喜,所以妳可能會回家。" # game/1_akarsha.rpy:1050 translate traditional_chinese momDad_c2b8a584: # Dad "Like my co-worker Carrot last week. When we threw her a retirement party, she only stayed for half an hour." - Dad "" + Dad "跟我的同事胡蘿蔔好像喔;我們幫她辦退休派對,她只去半個鐘頭。" # game/1_akarsha.rpy:1052 translate traditional_chinese momDad_23b34a46: # Noelle "Your co-worker is called \"Carrot\"...?" - Noelle "" + Noelle "您的同事叫「胡蘿蔔*」……?" + +$subtitle= "*Carrot" # game/1_akarsha.rpy:1054 translate traditional_chinese momDad_1c898c49: # Akarsha "Dad, her name is {i}Karen.{/i} I really hope you weren't calling her that at the office." - Akarsha "" + Akarsha "爸,人家叫凱倫*啦!你平常應該有叫對她名字吧?" + +$subtitle= "*Karen" # game/1_akarsha.rpy:1057 translate traditional_chinese momDad_a2dade56: # "Akarsha's dad tries to clear a path through the heap of shoes by the garage door. Meanwhile, Akarsha and Noelle each grab a couple grocery bags from the trunk." - "" + "阿卡莎爸爸一邊踢開堆在車庫門口的鞋子,一邊努力往前走。阿卡莎和小諾則到後車廂去拿剩下的東西。" + +$subtitle= "" # game/1_akarsha.rpy:1059 translate traditional_chinese momDad_1e015eac: # Noelle "Your dad looks very...patriotic." - Noelle "" + Noelle "你爸爸看起來……很愛國。" # game/1_akarsha.rpy:1061 translate traditional_chinese momDad_66054d9b: # Akarsha "Yeah, he thinks being American is really cool so he likes to buy stuff with eagles and flags on it sometimes." - Akarsha "" + Akarsha "對啊。他覺得當美國人很酷,所以喜歡買上面有老鷹或國旗的衣服。" # game/1_akarsha.rpy:1063 translate traditional_chinese momDad_59fd0c45: # Noelle "I see...Is he really into politics?" - Noelle "" + Noelle "這樣啊……所以他很關心國家大事囉?" # game/1_akarsha.rpy:1065 translate traditional_chinese momDad_1e703323: # Akarsha "No, my parents don't know anything about politics." - Akarsha "" + Akarsha "沒。我爸媽不太管政治。" # game/1_akarsha.rpy:1066 translate traditional_chinese momDad_0d2d11ae: # Akarsha "Every election they have one of them vote for the Republican candidate while the other votes for the Democrat, so they cancel each other out." - Akarsha "" + Akarsha "選舉的時候,他們都一個投民主黨,一個投共和黨,等於沒投。" # game/1_akarsha.rpy:1069 translate traditional_chinese momDad_74b5c27c: # Noelle "Why do they bother voting if they don't care who wins?" - Noelle "" + Noelle "那為什麼還要投票呢?" # game/1_akarsha.rpy:1071 translate traditional_chinese momDad_5e7b874e: # Akarsha "They just wanna feel included, I guess? It's pretty silly." - Akarsha "" + Akarsha "大概是想要參與感吧?不懂。" # game/1_akarsha.rpy:1074 translate traditional_chinese momDad_23b7ddb3: # "Akarsha's mom smiles at Noelle as she steps out from the passenger seat." - "" + "阿卡莎的媽媽踏出乘客座,對小諾微笑。" # game/1_akarsha.rpy:1076 translate traditional_chinese momDad_89885e8b: # AkarshaT "Oh my god. She was sitting in the car the whole time fixing her hair and reapplying her lipstick..." - AkarshaT "" + AkarshaT "救命喔。原來她剛剛不出來是因為在補妝……" # game/1_akarsha.rpy:1077 translate traditional_chinese momDad_519660ed: # AkarshaT "No one cares, Mom!" - AkarshaT "" + AkarshaT "不需要好嗎!" # game/1_akarsha.rpy:1079 translate traditional_chinese momDad_e667a573: # Mom "I'm sorry we're late. We thought we'd be back before everyone came." - Mom "" + Mom "對不起,我們遲到了。本來以為可以早點回來的。" # game/1_akarsha.rpy:1082 translate traditional_chinese momDad_3c9388df: # Dad "It's that stupid GPS's fault. It wanted us to go on all these strange routes." - Dad "" + Dad "都是GPS的錯,它一直帶我去奇怪的地方。" # game/1_akarsha.rpy:1084 translate traditional_chinese momDad_871a9493: # Mom "If you'd just followed its directions all the way, it probably would've been faster." - Mom "" + Mom "如果你「全程」按照GPS說的走,可能會稍微快一點。" # game/1_akarsha.rpy:1086 translate traditional_chinese momDad_6a3b92b6: # Dad "No, I could predict there would be traffic on the 680. I would know, I've lived here for twenty years." - Dad "" + Dad "不行,因為680號路上絕對會塞車。我已經在這裡住二十年了,所以我知道!" # game/1_akarsha.rpy:1087 translate traditional_chinese momDad_75908bec: # Dad "Speaking of driving, I have a great idea for an invention." - Dad "" + Dad "說到車,我有一個很棒的發明!" # game/1_akarsha.rpy:1088 translate traditional_chinese momDad_5749d8e7: # Dad "Cars should zap bad drivers." - Dad "" + Dad "「壞人專用電擊車」。" # game/1_akarsha.rpy:1090 translate traditional_chinese momDad_c9a80783: # Noelle ".......Zap? As in, with electricity?" - Noelle "" + Noelle "……電擊車?" # game/1_akarsha.rpy:1092 translate traditional_chinese momDad_0e67dbc6: # Dad "Just through the steering wheel. Not enough to kill them, but enough to hurt." - Dad "" + Dad "方向盤通電。不會死,可是會痛。" # game/1_akarsha.rpy:1095 translate traditional_chinese momDad_1f4b416e: # Dad "Steal my parking spot...\"EeeeYAHHH!!!\"" with sshake - Dad "" with sshake + Dad "偷我車位的人……「滋滋滋滋!!!啊啊啊啊啊!!!」" with sshake # game/1_akarsha.rpy:1096 translate traditional_chinese momDad_fca7eb89: # "Akarsha's dad mimes being shocked with electricity." - "" + "阿卡莎爸爸開始模仿被電到的樣子。" # game/1_akarsha.rpy:1098 translate traditional_chinese momDad_e5b5e819: # Mom ".........." - Mom "" + Mom "…………" # game/1_akarsha.rpy:1100 translate traditional_chinese momDad_a6c851d3: # Akarsha "Dad, oh my god! Stop it!" - Akarsha "" + Akarsha "爸!好了啦!" # game/1_akarsha.rpy:1103 translate traditional_chinese momDad_bf0f974f: # Noelle "With all due respect, that sounds like a terrible idea." - Noelle "" + Noelle "沒有冒犯的意思,但是這個發明聽起來不太可行。" # game/1_akarsha.rpy:1105 translate traditional_chinese momDad_08d79703: # Dad "But everyone would learn so fast." - Dad "" + Dad "可是大家可以學更快。" # game/1_akarsha.rpy:1106 translate traditional_chinese momDad_8e56fdaa: # Dad "Hasn't Akarsha told you I'm a genius? Her smarts run in the family." - Dad "" + Dad "阿卡莎說過我是天才嗎?她聰明是因為我!" # game/1_akarsha.rpy:1107 translate traditional_chinese momDad_335fef9d: # Dad "I should patent my car zapper along with my telephone idea." - Dad "" + Dad "我要幫電人車和我的電話申請專利。" # game/1_akarsha.rpy:1109 translate traditional_chinese momDad_7b40a74c: # Noelle "Telephone idea?" - Noelle "" + Noelle "電話?" # game/1_akarsha.rpy:1111 translate traditional_chinese momDad_07f06c24: # Akarsha "It's the same thing except the telephone shocks telemarketers." - Akarsha "" + Akarsha "概念和電擊車一樣,傳銷打來會觸電。" # game/1_akarsha.rpy:1114 translate traditional_chinese momDad_5b7709e4: # Noelle "I'm dubious the patent office will approve either of those." - Noelle "" + Noelle "申請上可能會有困難。" # game/1_akarsha.rpy:1116 translate traditional_chinese momDad_c3c7b6c0: # Dad "What, don't you think it's a great idea?" - Dad "" + Dad "妳不覺得這個主意很棒嗎?" # game/1_akarsha.rpy:1118 translate traditional_chinese momDad_c9fd95e3: # Dad "\"Hello, will you buy our product? OOoouughh!!!\"" with sshake - Dad "" with sshake + Dad "「您好,請參考一下我們的產品……滋滋滋滋!!!啊啊啊!!」" with sshake # game/1_akarsha.rpy:1120 translate traditional_chinese momDad_91b05c90: # "Akarsha's dad shakes his arm as if being shocked again as he walks into the house." - "" + "阿卡莎爸爸一邊表演被電到,一邊走進家裡。" # game/1_akarsha.rpy:1122 translate traditional_chinese momDad_901d88d0: # Mom "What's wrong with you..." - Mom "" + Mom "你有毛病啊……" # game/1_akarsha.rpy:1125 translate traditional_chinese momDad_4447bb90: # "Akarsha's mom follows him inside with an exasperated expression on her face." - "" + "阿卡莎媽媽滿臉怒容的跟在後面。" # game/1_akarsha.rpy:1127 translate traditional_chinese momDad_5147b169: # Akarsha "Finally they're gone! I thought I was gonna die of embarassment..." - Akarsha "" + Akarsha "終於!我都快要羞憤而死了!" # game/1_akarsha.rpy:1130 translate traditional_chinese momDad_659b419b: # "Noelle is still staring after Akarsha's dad, fascinated." - "" + "小諾望著阿卡莎爸爸的背影,眼神中寫滿了不可思議。" # game/1_akarsha.rpy:1132 translate traditional_chinese momDad_bfce3e69: # Noelle "Your dad is such a character. He's so outgoing." - Noelle "" + Noelle "妳爸爸好活潑喔。" # game/1_akarsha.rpy:1134 translate traditional_chinese momDad_2156a3c9: # Akarsha "Oh yeah, he loves talking SO much. He never shuts up." - Akarsha "" + Akarsha "對啊,他超愛講話的。" # game/1_akarsha.rpy:1138 translate traditional_chinese momDad_29279d14: # Noelle "I feel like this explains a lot about you..." - Noelle "" + Noelle "我好像懂了。" # game/1_akarsha.rpy:1140 translate traditional_chinese momDad_f835a73a: # Akarsha "Really? Like what?" - Akarsha "" + Akarsha "什麼意思?" # game/1_akarsha.rpy:1143 translate traditional_chinese momDad_9fd139a4: # Noelle "I see where you get your sense of humor from now." - Noelle "" + Noelle "我終於知道妳的幽默感是從哪裡來的了。" # game/1_akarsha.rpy:1145 translate traditional_chinese momDad_3a714793: # Akarsha "Huh? No, my jokes are TOTALLY different!" - Akarsha "" + Akarsha "嗄?才沒有!我們是兩種不一樣的好笑!" # game/1_akarsha.rpy:1148 translate traditional_chinese momDad_f53a8846: # Noelle "You can't deny there are some similarities." - Noelle "" + Noelle "還是有相似之處的。" # game/1_akarsha.rpy:1149 translate traditional_chinese momDad_5e639cc2: # Noelle "From my observation, parents have a lot of influence on their kids' personalities." - Noelle "" + Noelle "據我觀察,父母對小孩的個性影響很大。" # game/1_akarsha.rpy:1151 translate traditional_chinese momDad_c3871cc3: # Akarsha "No way, I'm way funnier than my dad!" - Akarsha "" + Akarsha "不可能!我比我爸好笑一百倍!" # game/1_akarsha.rpy:1153 translate traditional_chinese momDad_129f7336: # Akarsha "I'm an enigma. You'll never figure me out." - Akarsha "" + Akarsha "妳太不了解我了!因為我是謎一般的女子!" # game/1_akarsha.rpy:1156 translate traditional_chinese momDad_a9f82919: # Noelle "Actually, I think I already have." - Noelle "" + Noelle "是嗎?我可不這麼認為。" # game/1_akarsha.rpy:1157 translate traditional_chinese momDad_804e4ece: # Noelle "For instance, your worst fear is earnestly trying at something and failing." - Noelle "" + Noelle "比方說,妳的心魔是:明明努力過了,卻還是達不到要求。" # game/1_akarsha.rpy:1158 translate traditional_chinese momDad_a66baa74: # Noelle "So even though you're perfectly intelligent, you use your goofy disposition to premptively make a fool of yourself on purpose." - Noelle "" + Noelle "所以,妳選擇用耍笨來掩蓋自己真正的實力,因為妳最怕失敗。" # game/1_akarsha.rpy:1160 translate traditional_chinese momDad_a22bcd4e: # Akarsha "I do not?? Give me an example." - Akarsha "" + Akarsha "我哪有?妳說話要有證據。" # game/1_akarsha.rpy:1163 translate traditional_chinese momDad_356a7452: # Noelle "When we play Monopoly you sink all your funds into Boardwalk. When we play poker you eat your cards." - Noelle "" + Noelle "玩地產大亨的時候,妳故意把所有錢花在「海濱大道」上。玩撲克牌的時候,妳故意吃自己的牌。" # game/1_akarsha.rpy:1164 translate traditional_chinese momDad_7a5067a7: # Noelle "When we play baseball you clutch your head and claim you're having a \"psychic brain attack\"." - Noelle "" + Noelle "打棒球的時候,妳會故意抱著頭,說自己遭受了「精神攻擊」。" # game/1_akarsha.rpy:1166 translate traditional_chinese momDad_e0fdbf90: # Akarsha "Hey, I just like providing fun for the whole family." - Akarsha "" + Akarsha "我只是想帶給大家更多歡笑。" # game/1_akarsha.rpy:1169 translate traditional_chinese momDad_ccda6724: # Noelle "I doubt that's it. This extends to every facet of how you present yourself to the world." - Noelle "" + Noelle "我持懷疑態度。因為這點也可以從其他方面觀察出來。" # game/1_akarsha.rpy:1170 translate traditional_chinese momDad_d6f50466: # Noelle "You're insecure about your appearance, so you go out in this outlandish hairdo with this windbreaker and flip-flops outfit." - Noelle "" + Noelle "妳選擇誇張的打扮──包包頭、風衣和夾腳拖,是因為對自己的外表沒有自信。" # game/1_akarsha.rpy:1171 translate traditional_chinese momDad_a7897c02: # Noelle "You're worried people won't like you, so you act like a circus clown." - Noelle "" + Noelle "妳一直搞笑,是因為怕大家不喜歡妳。" # game/1_akarsha.rpy:1172 translate traditional_chinese momDad_8ad66713: # Noelle "Rather than risk rejection, you set yourself up for failure to feel in control of the situation." - Noelle "" + Noelle "妳太害怕被拒絕,所以只好活成一個失敗者,讓自己的內心能達到平衡。" # game/1_akarsha.rpy:1174 translate traditional_chinese momDad_4e186cf3: # AkarshaT "What the...I feel weirdly exposed??" with sshake - AkarshaT "" with sshake + AkarshaT "發生了什麼?我被看穿了嗎?!" with sshake # game/1_akarsha.rpy:1176 translate traditional_chinese momDad_739ec9d8: # Akarsha "You're one to talk about fear of failure, Miss \"I Argue With the Teacher That My Multiple Choice Answer Was Technically ALSO Right\"." - Akarsha "" + Akarsha "我不想被為了證明自己的多選題答案「也可以算對」,就和老師吵架的人這麼說。" # game/1_akarsha.rpy:1179 translate traditional_chinese momDad_c5155d77: # Noelle "I would contend that makes me more adept at sensing that trait in others." - Noelle "" + Noelle "我覺得能發現不同的解法很有成就感。" # game/1_akarsha.rpy:1180 translate traditional_chinese momDad_4a59f5da: # "Sweating profusely, Akarsha lets out a nervous laugh..." - "" + "阿卡莎緊張的笑著,冷汗涔涔的冒出來。" # game/1_akarsha.rpy:1182 translate traditional_chinese momDad_830a26ea: # AkarshaT "Her read on me is scarily accurate?! No one's ever seen through me like this before!" - AkarshaT "" + AkarshaT "她真的看穿我了?!從來沒有人看穿過我!" # game/1_akarsha.rpy:1183 translate traditional_chinese momDad_ce7f34c2: # AkarshaT "How much attention is she paying to me??" - AkarshaT "" + AkarshaT "原來她一直在觀察我嗎?" # game/1_akarsha.rpy:1184 translate traditional_chinese momDad_fb017e75: # AkarshaT "Usually you don't watch someone that closely unless you like them." - AkarshaT "" + AkarshaT "沒事幹嘛觀察我?難道她暗戀我?" # game/1_akarsha.rpy:1186 translate traditional_chinese momDad_99b5f327: # AkarshaT "Unless...???" with sshake - AkarshaT "" with sshake + AkarshaT "暗……戀……?!" with sshake # game/1_akarsha.rpy:1189 translate traditional_chinese momDad_423f976c: # "Akarsha watches Noelle closely as they haul the food inside." - "" + "把東西拿回屋內的途中,阿卡莎開始仔細觀察小諾。" # game/1_akarsha.rpy:1190 translate traditional_chinese momDad_8717b294: # "She can't help but grin as Noelle ascends the garage's concrete steps with the grace of a vacuum cleaner." - "" + "小諾吃力地走上水泥台階,像一台笨重的吸塵器。阿卡莎忍不住偷笑。" # game/1_akarsha.rpy:1191 translate traditional_chinese momDad_693acef7: # "Suddenly, Noelle turns to her and gives her an unreadable look." - "" + "忽然,小諾轉過身來,神情微妙的打量著阿卡莎。" # game/1_akarsha.rpy:1193 translate traditional_chinese momDad_d61ce29e: # Noelle "......" - Noelle "" + Noelle "……" # game/1_akarsha.rpy:1195 translate traditional_chinese momDad_cce84401: # Akarsha "What?" - Akarsha "" + Akarsha "幹嘛?" # game/1_akarsha.rpy:1197 translate traditional_chinese momDad_d77bbf73: # "Akarsha's heart skips a beat as Noelle reaches out to her windbreaker sleeve and plucks something from the fabric." - "" + "小諾伸出手,從阿卡莎的衣袖上摘下了什麼東西。阿卡莎的心臟漏跳了一拍。" # game/1_akarsha.rpy:1199 translate traditional_chinese momDad_e8d3716e: # Noelle "There was a grain of rice stuck to your jacket. It was bothering me." - Noelle "" + Noelle "妳袖子上的飯粒很干擾我。" # game/1_akarsha.rpy:1200 translate traditional_chinese momDad_797b59d1: # "Noelle holds up the offending grain of rice between her fingers." - "" + "小諾把飯粒拿給阿卡莎看。" # game/1_akarsha.rpy:1202 translate traditional_chinese momDad_b04c5845: # Akarsha "Oh, that's an accessory. Put it back." - Akarsha "" + Akarsha "那是裝飾品,請黏回去,謝謝。" # game/1_akarsha.rpy:1206 translate traditional_chinese momDad_fdecab62: # "Akarsha feels a jolt of euphoria as Noelle rolls her eyes and lets the corner of her mouth quirk up for the briefest moment." - "" + "小諾翻了個白眼,嘴角微微上揚。阿卡莎快要開心死了。" # game/1_akarsha.rpy:1208 translate traditional_chinese momDad_1a48b0f6: # AkarshaT "Ah, shit...No..." with sshake - AkarshaT "" with sshake + AkarshaT "不行,不可以……" with sshake # game/1_akarsha.rpy:1209 translate traditional_chinese momDad_5a7891ea: # AkarshaT "Not this shit again...Nooooo......." with sshake - AkarshaT "" with sshake + AkarshaT "我絕對不能心動……!!" with sshake # game/1_akarsha.rpy:1225 translate traditional_chinese reportCard_d394a6b6: # "Akarsha daydreams about Noelle as she uses one of the library's computers." - "" + "阿卡莎在圖書館裡,一邊用電腦,一邊對小諾發花癡。" # game/1_akarsha.rpy:1227 translate traditional_chinese reportCard_8a8e0515: # AkarshaT "I'm so fucked. I can't stop thinking about her..." - AkarshaT "" + AkarshaT "完蛋了……我一直在想她……" # game/1_akarsha.rpy:1229 translate traditional_chinese reportCard_089ebc99: # AkarshaT "We haven't even known each other for a whole year yet, but she already knows so much about me..." - AkarshaT "" + AkarshaT "我們才認識不到一年而已,她卻已經這麼了解我了……" # game/1_akarsha.rpy:1230 translate traditional_chinese reportCard_186ed528: # AkarshaT "I bet we're closer than a lot of couples who really {i}are{/i} dating!" - AkarshaT "" + AkarshaT "情侶都不一定這麼了解對方!" # game/1_akarsha.rpy:1231 translate traditional_chinese reportCard_d235ec27: # AkarshaT "She can tell when I'm about to say something annoying before I even open my mouth." - AkarshaT "" + AkarshaT "她能完美預測我要耍笨的時機。" # game/1_akarsha.rpy:1232 translate traditional_chinese reportCard_6b93952b: # AkarshaT "She knows I have a big sister, which is like a rare Akarsha fact cuz she's so much older than me." - AkarshaT "" + AkarshaT "她知道我有姊姊──這算是稀有情報了。" # game/1_akarsha.rpy:1233 translate traditional_chinese reportCard_3915db1b: # AkarshaT "Heck, she's met my parents already...That's a couple-y thing, right??" - AkarshaT "" + AkarshaT "她還見過我的家長……" # game/1_akarsha.rpy:1236 translate traditional_chinese reportCard_1ab0bdd0: # Min "The heck are you doing?" - Min "" + Min "妳在幹嘛?" # game/1_akarsha.rpy:1238 translate traditional_chinese reportCard_092378f2: # Akarsha "Gyah!" with sshake - Akarsha "" with sshake + Akarsha "呀!" with sshake # game/1_akarsha.rpy:1240 translate traditional_chinese reportCard_8f4abf06: # Akarsha "You scared me!" - Akarsha "" + Akarsha "不要嚇我!" # game/1_akarsha.rpy:1243 translate traditional_chinese reportCard_126b0236: # Min "I said hi like, twice. You must really be out of it." - Min "" + Min "我「嗨」兩次了,妳都沒聽到。" # game/1_akarsha.rpy:1245 translate traditional_chinese reportCard_fe2d32ae: # Akarsha "I-I was just focused on the computer!" - Akarsha "" + Akarsha "我、我用電腦用得很專心!" # game/1_akarsha.rpy:1247 translate traditional_chinese reportCard_713e8f10: # "Akarsha points to the screen to try to sell her point." - "" + "阿卡莎連忙指向螢幕。" # game/1_akarsha.rpy:1249 translate traditional_chinese reportCard_63556d05: # Akarsha "I'm editing my report card in MS Paint. I intercepted it before my parents checked the mail yesterday." - Akarsha "" + Akarsha "昨天我趁爸媽開信箱之前,把成績單偷渡出來了。" # game/1_akarsha.rpy:1251 translate traditional_chinese reportCard_84aea908: # Akarsha "Watch this!" - Akarsha "" + Akarsha "妳看喔!" # game/1_akarsha.rpy:1253 translate traditional_chinese reportCard_d1c9ced7: # "On the computer, Akarsha photoshops her B+ in English into an A-." - "" + "阿卡莎用小畫家把B+改成了A-。" # game/1_akarsha.rpy:1255 translate traditional_chinese reportCard_1a72b921: # Min "A-? Why not just change it to an A+?" - Min "" + Min "為什麼不改成A+?" # game/1_akarsha.rpy:1257 translate traditional_chinese reportCard_75533aa2: # Akarsha "Naw, A- is more realistic." - Akarsha "" + Akarsha "這樣更有真實感。" # game/1_akarsha.rpy:1258 translate traditional_chinese reportCard_f3146869: # Akarsha "Now I just gotta print this out." - Akarsha "" + Akarsha "現在只要印出來,就大功告成了。" # game/1_akarsha.rpy:1260 translate traditional_chinese reportCard_8548c193: # Akarsha "Don't tell anyone I did this, okay?" - Akarsha "" + Akarsha "不要告訴別人喔。" # game/1_akarsha.rpy:1263 translate traditional_chinese reportCard_9acc7390: # Min "Who do you think I am? Noelle?" - Min "" + Min "我又不是小諾。" # game/1_akarsha.rpy:1264 translate traditional_chinese reportCard_6488e183: # Min "You're not even changing your actual grades, so you're not REALLY cheating." - Min "" + Min "而且妳只改了成績單,真正的成績又沒變。" # game/1_akarsha.rpy:1266 translate traditional_chinese reportCard_6c2de530: # Akarsha "You're right...I'm just cheating my parents' brains! Mind hack..." - Akarsha "" + Akarsha "沒錯,我只是竄改了他們的記憶而已!" # game/1_akarsha.rpy:1271 translate traditional_chinese reportCard_9eccf2de: # "Akarsha pulls her new and improved report card from the tray. It's still warm from the machinery, like fresh laundry." - "" + "阿卡莎抽出剛剛印好、還有點溫熱的成績單。" # game/1_akarsha.rpy:1273 translate traditional_chinese reportCard_3d882072: # Akarsha "I'll do your report card too if you give me $20." - Akarsha "" + Akarsha "要改嗎?改一次二十。" # game/1_akarsha.rpy:1276 translate traditional_chinese reportCard_efea0c1d: # Min "Nah, can't be bothered. I don't care what my parents think." - Min "" + Min "沒差啦,我又不管他們怎麽想。" # game/1_akarsha.rpy:1278 translate traditional_chinese reportCard_eb254ac7: # Akarsha "Wow. You're not worried about disappointing them?" - Akarsha "" + Akarsha "妳不怕他們難過喔?" # game/1_akarsha.rpy:1281 translate traditional_chinese reportCard_4e950494: # Min "Why should I be? They don't seem that worried about disappointing ME." - Min "" + Min "有需要嗎?他們也不怕我難過啊?" # game/1_akarsha.rpy:1283 translate traditional_chinese reportCard_7f044445: # Akarsha "Dude, that's deep..." - Akarsha "" + Akarsha "好深奧……" # game/1_akarsha.rpy:1288 translate traditional_chinese reportCard_d5472351: # AkarshaT "Even though Min gets horrifying grades, she's pretty smart in some other ways." - AkarshaT "" + AkarshaT "小旼雖然不會念書,可是她一點也不笨。" # game/1_akarsha.rpy:1289 translate traditional_chinese reportCard_8f7794b6: # AkarshaT "She DID manage to get together with Diya, after all. Maybe she has tips for this kinda thing." - AkarshaT "" + AkarshaT "她和迪亞也順利交往了。我可能可以請教她。" # game/1_akarsha.rpy:1290 translate traditional_chinese reportCard_7f27ae5d: # Akarsha "Actually...Can I ask you a question?" - Akarsha "" + Akarsha "那個……我可以問妳一個問題嗎?" # game/1_akarsha.rpy:1293 translate traditional_chinese reportCard_f4f403e1: # Min "Yeah, what?" - Min "" + Min "問。" # game/1_akarsha.rpy:1295 translate traditional_chinese reportCard_08c826f1: # Akarsha "Hypothetically...if you had a crush on a friend, what would you do?" - Akarsha "" + Akarsha "假如……妳喜歡上了自己的朋友,該怎麼辦?" # game/1_akarsha.rpy:1298 translate traditional_chinese reportCard_532ac4e9: # Min "You have a crush?! Who is it?" - Min "" + Min "妳喜歡上誰了?" # game/1_akarsha.rpy:1300 translate traditional_chinese reportCard_b5df3a9d: # Akarsha "I can't tell you, it's embarrassing!" - Akarsha "" + Akarsha "我不能說!太羞恥了!" # game/1_akarsha.rpy:1302 translate traditional_chinese reportCard_e9437091: # Min "Is it someone I know?" - Min "" + Min "是我認識的人嗎?" # game/1_akarsha.rpy:1304 translate traditional_chinese reportCard_17131380: # Akarsha "Seriously, I'm not tellin' you! NO ONE can know." - Akarsha "" + Akarsha "我真的不能說!" # game/1_akarsha.rpy:1307 translate traditional_chinese reportCard_ec50de6c: # Min "Is it Diya??????" - Min "" + Min "是迪亞嗎?????" # game/1_akarsha.rpy:1309 translate traditional_chinese reportCard_2d96b0b3: # Akarsha "WHAT???? No, I'm not trying to get my throat slit by you." with sshake - Akarsha "" with sshake + Akarsha "嗄?!不是啦!我還想活下去,好嗎?" with sshake # game/1_akarsha.rpy:1312 translate traditional_chinese reportCard_cdd46e9b: # Min "Is it me???" - Min "" + Min "是我嗎???" # game/1_akarsha.rpy:1314 translate traditional_chinese reportCard_c42306dc: # Akarsha "No, but no more questions! I'm not exposing myself!" - Akarsha "" + Akarsha "不是!不要再問了!" # game/1_akarsha.rpy:1317 translate traditional_chinese reportCard_81492b54: # Min "What happened to being a \"love expert\" or whatever when I was trying to kiss Diya?" - Min "" + Min "我想和迪亞告白的時候,妳不是很厲害的樣子嗎?" # game/1_akarsha.rpy:1318 translate traditional_chinese reportCard_096d9044: # Min "Why don't you just follow your own shitty advice?" - Min "" + Min "妳不是「求愛專家」嗎?自己想辦法不就好了。" # game/1_akarsha.rpy:1320 translate traditional_chinese reportCard_06ef2d91: # Akarsha "Admitedly, it's easier said than done..." - Akarsha "" + Akarsha "說真的比做簡單……" # game/1_akarsha.rpy:1323 translate traditional_chinese reportCard_43bf9372: # Min "Look, it's exactly like what you guys said when I was on that date. Don't overthink it." - Min "" + Min "不要想太多。當時妳們的建議是對的。" # game/1_akarsha.rpy:1324 translate traditional_chinese reportCard_652883b9: # Min "Just be straightforward and tell them how you feel." - Min "" + Min "直接告白就好了。" # game/1_akarsha.rpy:1326 translate traditional_chinese reportCard_441a7109: # Akarsha "You sure?? They don't feel the same way, this could end up destroying our friendship." - Akarsha "" + Akarsha "妳確定嗎?萬一對方不喜歡我,可能連朋友都做不成喔?" # game/1_akarsha.rpy:1328 translate traditional_chinese reportCard_e6ddad4a: # Min "Yeah, just do it." - Min "" + Min "確定。" # game/1_akarsha.rpy:1329 translate traditional_chinese reportCard_2b0cf7a0: # Min "You can even try one of the stupid fucking pickup lines you keep \"practicing\" on my girlfriend." - Min "" + Min "用妳找我女朋友「練習」過的那些搭訕台詞也可以喔。" # game/1_akarsha.rpy:1331 translate traditional_chinese reportCard_43f1ecd7: # Akarsha "Okay, okay, I promise I'll stop doing that for real!" - Akarsha "" + Akarsha "好啦、好啦。我以後不說了嘛。" # game/1_akarsha.rpy:1333 translate traditional_chinese reportCard_29a4d8a8: # Akarsha "I just feel like hitting on my crush directly is a massive risk though..." - Akarsha "" + Akarsha "我只是覺得……直接告白的風險有點高……" # game/1_akarsha.rpy:1336 translate traditional_chinese reportCard_61dfb67e: # Min "Well, it worked out for me. You'll never know unless you go for it." - Min "" + Min "如果妳不行動,就永遠不知道結果。我就成功了。" # game/1_akarsha.rpy:1342 translate traditional_chinese reportCard_e890ab93: # Min "What's the worst thing that could happen? They reject you?" - Min "" + Min "頂多被拒絕而已。" # game/1_akarsha.rpy:1344 translate traditional_chinese reportCard_18aa897e: # Akarsha "Getting rejected is a huge deal! It'll make everything so awkward!" - Akarsha "" + Akarsha "被拒絕很嚴重好嗎!以後見面超尷尬的!" # game/1_akarsha.rpy:1347 translate traditional_chinese reportCard_7f1f59e0: # Min "I mean, yeah, but that's just a risk you gotta take." - Min "" + Min "對啊。妳要承擔風險。" # game/1_akarsha.rpy:1351 translate traditional_chinese reportCard_75bd8113: # Akarsha "You don't get it, this isn't just me being paranoid. This has literally happened to me before." - Akarsha "" + Akarsha "妳不懂!我真的經歷過!" # game/1_akarsha.rpy:1352 translate traditional_chinese reportCard_3619ca6b: # Akarsha "None of you went to the same middle school as me, so you don't know." - Akarsha "" + Akarsha "妳們和我不同一所中學,所以才不知道發生了什麼。" # game/1_akarsha.rpy:1353 translate traditional_chinese reportCard_e501540a: # Akarsha "Not only did my crush start avoiding me, but she told the rest of our friend group and they stopped talking to me, too." - Akarsha "" + Akarsha "我告白的對象再也不理我了,她還到處宣傳,然後我的朋友都不理我了。" # game/1_akarsha.rpy:1360 translate traditional_chinese reportCard_952c5f37: # Min "What the? That sucks." - Min "" + Min "好爛喔。" # game/1_akarsha.rpy:1362 translate traditional_chinese reportCard_16ce1577: # Akarsha "Yeah, no kidding. I try not to think about it much." - Akarsha "" + Akarsha "真的。我完全不想回憶當時的事情。" # game/1_akarsha.rpy:1365 translate traditional_chinese reportCard_e7535f28: # Min "Well, that wouldn't happen this time." - Min "" + Min "這次不會了。" # game/1_akarsha.rpy:1366 translate traditional_chinese reportCard_bbc264ec: # Min "Even if it blows up in your face, you'd still have me, Diya, and Noelle." - Min "" + Min "就算妳告白失敗,還有我、迪亞和小諾陪妳。" # game/1_akarsha.rpy:1368 translate traditional_chinese reportCard_8fc5087c: # Akarsha "Haha, right, obviously..." - Akarsha "" + Akarsha "對呀,哈哈哈……" # game/1_akarsha.rpy:1380 translate traditional_chinese reportCard_1243a22f: # "The bell rings." - "" + "上課鈴響了。" # game/1_akarsha.rpy:1382 translate traditional_chinese reportCard_926a2bb7: # AkarshaT "Nah, being direct about it still feels too risky..." - AkarshaT "" + AkarshaT "直球的風險太高了……" # game/1_akarsha.rpy:1384 translate traditional_chinese reportCard_7488d994: # AkarshaT "I'm not even sure Noelle likes girls." - AkarshaT "" + AkarshaT "我連小諾的性取向都不知道。" # game/1_akarsha.rpy:1387 translate traditional_chinese reportCard_0bfeb704: # AkarshaT "Heck, I've never seen her express any kind of attraction to anyone at all. Is she just hella repressed?" - AkarshaT "" + AkarshaT "我好像從來沒有看過她表現出喜歡誰的樣子。可能她太壓抑了?" # game/1_akarsha.rpy:1390 translate traditional_chinese reportCard_cd6a50e6: # AkarshaT "In any case, I don't wanna embarrass myself..." - AkarshaT "" + AkarshaT "更重要的是,我不想丟臉……" # game/1_akarsha.rpy:1392 translate traditional_chinese reportCard_9cfe8b49: # AkarshaT "The only safe way to do this is to seduce Noelle so hard, she's compelled to confess to me first!" - AkarshaT "" + AkarshaT "最安全的做法就是瘋狂魅惑小諾,讓她忍不住愛上我!" # game/1_akarsha.rpy:1393 translate traditional_chinese reportCard_28dcccec: # AkarshaT "That way, if it doesn't work, I can write off all the flirting as a joke." - AkarshaT "" + AkarshaT "就算行不通,我還可以圓回來,說是開玩笑的。" # game/1_akarsha.rpy:1394 translate traditional_chinese reportCard_80744984: # AkarshaT "There's no way this can go wrong." - AkarshaT "" + AkarshaT "就這麼辦。" # game/1_akarsha.rpy:1397 translate traditional_chinese reportCard_623a92a3: # "(Use the mouse to interact!)" - "" + "用滑鼠進行互動!" # game/1_akarsha.rpy:1457 translate traditional_chinese lookShelves_2dedcddf: # "Min crosses her arms as Akarsha browses through the shelves." - "" + "阿卡莎瀏覽著書櫃,小旼不高興的把雙手交叉在胸前。" # game/1_akarsha.rpy:1459 translate traditional_chinese lookShelves_803d902f: # Min "I fucking hate libraries." - Min "" + Min "我恨圖書館。" # game/1_akarsha.rpy:1461 translate traditional_chinese lookShelves_38ca9eee: # Akarsha "Wh.......Wha?? What's there to hate about libraries?" - Akarsha "" + Akarsha "嗄……?為什麼?" # game/1_akarsha.rpy:1462 translate traditional_chinese lookShelves_7b3ef5f3: # Akarsha "It's free books?" - Akarsha "" + Akarsha "書免費讀欸?" # game/1_akarsha.rpy:1465 translate traditional_chinese lookShelves_a154e3a5: # Min "Well, I guess the books are okay, but librarians are the worst." - Min "" + Min "不是書的問題,是管理員的問題。" # game/1_akarsha.rpy:1467 translate traditional_chinese lookShelves_21776c72: # Akarsha "Why?" - Akarsha "" + Akarsha "什麼意思?" # game/1_akarsha.rpy:1470 translate traditional_chinese lookShelves_de33c78f: # Min "This one time when I was like seven, I looked up a bunch of bad words on the school library's computer." - Min "" + Min "我七歲的時候,用圖書館的電腦查了很多髒話。" # game/1_akarsha.rpy:1471 translate traditional_chinese lookShelves_701a2ce0: # Min "The librarian saw my search history and got me banned from there for a month!" - Min "" + Min "結果被管理員發現了,他直接把我停權一個月!" # game/1_akarsha.rpy:1473 translate traditional_chinese lookShelves_728546c3: # Akarsha "What words did you look up??" - Akarsha "" + Akarsha "妳查了什麼?" # game/1_akarsha.rpy:1476 translate traditional_chinese lookShelves_ba07a92a: # Min "It was just a bunch of swears I was curious about! Like \"damn\" and \"fuck\"." - Min "" + Min "就一些我不太懂的髒話。像是「該死」、「幹」之類的。" # game/1_akarsha.rpy:1477 translate traditional_chinese lookShelves_65095dca: # Min "I remember I searched \"middle finger\" too." - Min "" + Min "還有「中指」。" # game/1_akarsha.rpy:1479 translate traditional_chinese lookShelves_39518c50: # Akarsha "I love that you thought \"middle finger\" was a bad word." - Akarsha "" + Akarsha "妳竟然以為「中指」是髒話。" # game/1_akarsha.rpy:1482 translate traditional_chinese lookShelves_10bac246: # Min "Yeah, I was so innocent as a kid." - Min "" + Min "對啊,我當時真的好單純喔。" # game/1_akarsha.rpy:1484 translate traditional_chinese lookShelves_56723252: # Akarsha "Hrm...I'm not sure \"innocent\" is the right word." - Akarsha "" + Akarsha "這算「單純」嗎……" # game/1_akarsha.rpy:1490 translate traditional_chinese lookDesk_0999fc0d: # Akarsha "Is Noelle still fake-tutoring you to trick your parents into letting you out of the house?" - Akarsha "" + Akarsha "小諾還在假裝幫妳上課嗎?" # game/1_akarsha.rpy:1493 translate traditional_chinese lookDesk_450270ef: # Min "She actually tutors me for real sometimes." - Min "" + Min "她真的幫我上過幾次課。" # game/1_akarsha.rpy:1495 translate traditional_chinese lookDesk_eda4d60e: # Akarsha "Wow, really?" - Akarsha "" + Akarsha "是喔?" # game/1_akarsha.rpy:1498 translate traditional_chinese lookDesk_818e5bbf: # Min "I haven't failed a single test since we started!" - Min "" + Min "我成績現在超好的!" # game/1_akarsha.rpy:1500 translate traditional_chinese lookDesk_5bf49514: # AkarshaT "She looks so proud, but not getting an F is a super low hurdle..." - AkarshaT "" + AkarshaT "別看她開心成這樣,其實只是從「最低分」變成「低分」而已……" # game/1_akarsha.rpy:1506 translate traditional_chinese leaveLibrary_654ed6ea: # Akarsha "Alright, protect your hearing." - Akarsha "" + Akarsha "耳朵摀起來。" # game/1_akarsha.rpy:1508 translate traditional_chinese leaveLibrary_b789999a: # "Min nods and covers her ears as Akarsha walks through the library scanners by the door." - "" + "小旼點點頭,在阿卡莎跨過防盜門時摀住了耳朵。" # game/1_akarsha.rpy:1510 translate traditional_chinese leaveLibrary_77784f5f: # "The book scanner alarms go off!" with sshake - "" with sshake + "警報嗶嗶作響!" with sshake # game/1_akarsha.rpy:1511 translate traditional_chinese leaveLibrary_70f9873d: # "The librarian looks up, sees that it's Akarsha, and impatiently waves her through." - "" + "管理員抬起頭,發現是阿卡莎後,不耐煩的要她快點通過。" # game/1_akarsha.rpy:1516 translate traditional_chinese leaveLibrary_6f7ef528: # Min "That seriously happens every single time you walk through the scanners?" - Min "" + Min "每次都這樣嗎?" # game/1_akarsha.rpy:1518 translate traditional_chinese leaveLibrary_b50f4b11: # Min "Are you {i}sure{/i} you don't have any library books on you?" - Min "" + Min "妳{i}真的{/i}沒帶書?" # game/1_akarsha.rpy:1520 translate traditional_chinese leaveLibrary_6657a164: # Akarsha "Of course. There's even a photo of me taped by the door now because after the first few times they searched me, they confirmed I don't have any." - Akarsha "" + Akarsha "真的。一開始他們還會搜,確定沒有以後,就在門上貼了我的照片,以免其他員工浪費時間。" # game/1_akarsha.rpy:1521 translate traditional_chinese leaveLibrary_b2d9da48: # Akarsha "It almost feels like my backpack is haunted by the ghost of a library book." - Akarsha "" + Akarsha "我的包包可能被書的怨靈附身了。" # game/1_akarsha.rpy:1524 translate traditional_chinese leaveLibrary_09e19479: # Min "How would that happen? Pissed off any books lately?" - Min "" + Min "怎麼可能?妳惹到書了?" # game/1_akarsha.rpy:1526 translate traditional_chinese leaveLibrary_930e6940: # Akarsha "No...Unless maybe Noelle counts as a book...?" - Akarsha "" + Akarsha "沒有啊……除非小諾算是書的一種?" # game/1_akarsha.rpy:1527 translate traditional_chinese leaveLibrary_5f041e0c: # Akarsha "And because I annoy her daily the books are...mad at me...?" - Akarsha "" + Akarsha "因為我一直騷擾小諾,所以其他的書……生氣了?" # game/1_akarsha.rpy:1529 translate traditional_chinese leaveLibrary_3ea5cd03: # Min "Are you hearing how crazy you sound right now?" - Min "" + Min "妳知道妳現在聽起來很像瘋子嗎?" # game/1_akarsha.rpy:1531 translate traditional_chinese leaveLibrary_9f824791: # Akarsha "Yeah, I'm embarrassed I even said that out loud." - Akarsha "" + Akarsha "我已經覺得很恥了,謝謝。" # game/1_akarsha.rpy:1532 translate traditional_chinese leaveLibrary_e087bd8f: # Akarsha "It's probably just one of those things. Like my magic rosin." - Akarsha "" + Akarsha "生命中總是會一些難以解釋的現象,比如我的神奇松香。" # game/1_akarsha.rpy:1535 translate traditional_chinese leaveLibrary_e45b1a32: # Min "Your what??" - Min "" + Min "妳的什麼?" # game/1_akarsha.rpy:1537 translate traditional_chinese leaveLibrary_c3fee831: # Akarsha "Never mind, forget I mentioned it." - Akarsha "" + Akarsha "沒事!" # game/1_akarsha.rpy:1540 translate traditional_chinese leaveLibrary_25dfe662: # "The librarian gives Akarsha a death glare from behind the counter as the alarms go off again." - "" + "管理員用殺人一般的眼神瞪著阿卡莎。" # game/1_akarsha.rpy:1542 translate traditional_chinese leaveLibrary_d2728151: # AkarshaT "Is that really necessary? It's not like I can help it!" - AkarshaT "" + AkarshaT "有需要嗎?又不是我願意的!" # game/1_akarsha.rpy:1550 translate traditional_chinese leaveLibrary_9b3ac1d0: # AkarshaT "Here goes nothing! Sorry, librarian lady!" - AkarshaT "" + AkarshaT "抱歉啦!管理員!" # game/1_akarsha.rpy:1553 translate traditional_chinese leaveLibrary_77784f5f_1: # "The book scanner alarms go off!" with sshake - "" with sshake + "警報嗶嗶作響!" with sshake # game/1_akarsha.rpy:1554 translate traditional_chinese leaveLibrary_ec0135c1: # "The librarian leaves the counter and begins powerwalking at Min and Akarsha!" - "" + "管理員站了起來,帶著肅殺之氣朝兩人走過來了!" # game/1_akarsha.rpy:1556 translate traditional_chinese leaveLibrary_9ca3459f: # Min "Oh crap!" with sshake - Min "" with sshake + Min "糟糕!" with sshake # game/1_akarsha.rpy:1559 translate traditional_chinese leaveLibrary_4a391afa: # Akarsha "We are SPEED!!! RUN!!!" with sshake - Akarsha "" with sshake + Akarsha "開加速!!!!" with sshake # game/1_akarsha.rpy:1564 translate traditional_chinese leaveLibrary_c3be00f6: # "Akarsha and Min sprint out of the library in a panic." - "" + "阿卡莎和小旼逃出了圖書館。" # game/1_akarsha.rpy:1566 translate traditional_chinese leaveLibrary_cb5c6988: # "As they escape, Akarsha trips over her own flip-flops." - "" + "逃跑途中,阿卡莎被自己的拖鞋絆倒了。" # game/1_akarsha.rpy:1569 translate traditional_chinese leaveLibrary_106db544: # Akarsha "AAUUGH!!" with sshake - Akarsha "" with sshake + Akarsha "哇啊啊啊啊啊!" with sshake # game/1_akarsha.rpy:1572 translate traditional_chinese leaveLibrary_1c7c7458: # "Akarsha throws her hands forward to break her fall onto the hard concrete." - "" + "阿卡莎兩手撐地,以防直接摔在水泥鋪成的路面上。" # game/1_akarsha.rpy:1574 translate traditional_chinese leaveLibrary_fbb805ca: # Akarsha "MAMA MIA!! OW!!" with sshake - Akarsha "" with sshake + Akarsha "媽媽咪呀!痛!" with sshake # game/1_akarsha.rpy:1575 translate traditional_chinese leaveLibrary_a9d9620e: # Akarsha "This is SO typical! Why do these things always happen to me?" - Akarsha "" + Akarsha "太經典了!為什麼我老是遇到這種事!" # game/1_akarsha.rpy:1578 translate traditional_chinese leaveLibrary_1018543f: # Min "Shit, dude. You okay?" - Min "" + Min "該死,妳還好吧?" # game/1_akarsha.rpy:1579 translate traditional_chinese leaveLibrary_5324ffa8: # "Akarsha stops sobbing for a second to assess the damage." - "" + "阿卡莎停止哭嚎,檢查了一下自己的傷勢。" # game/1_akarsha.rpy:1581 translate traditional_chinese leaveLibrary_a5203a50: # Akarsha "Oh. Actually, I'm fine." - Akarsha "" + Akarsha "我沒事啦。" # game/1_akarsha.rpy:1636 translate traditional_chinese lookLockerRoom_0e73fed3: # AkarshaT "I don't have gym until later in the day. And the baseball club doesn't meet til after school." - AkarshaT "" + AkarshaT "下一節不是體育課。社團活動是放學以後。" # game/1_akarsha.rpy:1638 translate traditional_chinese lookLockerRoom_85eb36d5: # AkarshaT "By the way, our baseball team is called..." - AkarshaT "" + AkarshaT "順帶一提,我們棒球社的隊名叫……" # game/1_akarsha.rpy:1639 translate traditional_chinese lookLockerRoom_5cedd033: # AkarshaT "{cps=0}By the way, our baseball team is called...{/cps}" nointeract - AkarshaT "" nointeract + AkarshaT "{cps=0}順帶一提,我們棒球社的隊名叫……{/cps}" nointeract # game/1_akarsha.rpy:1645 translate traditional_chinese lookLockerRoom_7af4c5fb: # AkarshaT "That name was Diya's idea. We sound so friendly and tasty." - AkarshaT "" + AkarshaT "這是迪亞取的。集親民與美味於一身。" # game/1_akarsha.rpy:1650 translate traditional_chinese lookLockerRoom_7af4c5fb_1: # AkarshaT "That name was Diya's idea. We sound so friendly and tasty." - AkarshaT "" + AkarshaT "這是迪亞取的。集親民與美味於一身。" # game/1_akarsha.rpy:1655 translate traditional_chinese lookLockerRoom_e796b9a4: # AkarshaT "That name was Noelle's idea. I bet the more time passes, the scarier our team name will be." - AkarshaT "" + AkarshaT "這是小諾取的。它是一個會隨著時間增加戰力的神奇隊名。" # game/1_akarsha.rpy:1659 translate traditional_chinese lookLockerRoom_cb10e227: # AkarshaT "That name was Diya and Min's idea. Personally, I think it sounds pretty corny." - AkarshaT "" + AkarshaT "這是迪亞和小旼取的。個人覺得很土。" # game/1_akarsha.rpy:1664 translate traditional_chinese lookLockerRoom_f4de7d44: # AkarshaT "That name was my idea. I'm glad our team is so cultured." - AkarshaT "" + AkarshaT "這是我取的。真是富含文化素養的好名字啊。" # game/1_akarsha.rpy:1669 translate traditional_chinese lookLockerRoom_40c6037a: # AkarshaT "Right now, I need to go to first period and terrorize Noelle." - AkarshaT "" + AkarshaT "現在我要去上第一堂課,順便騷擾小諾。" # game/1_akarsha.rpy:1677 translate traditional_chinese bathroom_084db483: # AkarshaT "Ah, the public school girls restroom. Possibly the most disgusting place on earth." - AkarshaT "" + AkarshaT "公立學校的女生廁所可能是全世界最噁心的地方。" # game/1_akarsha.rpy:1684 translate traditional_chinese noLibrary_1b907331: # Min "You're going back to the library? The alarms will go off again." - Min "" + Min "妳要回去?警報會響喔。" # game/1_akarsha.rpy:1686 translate traditional_chinese noLibrary_6a027f72: # Akarsha "So? I'm nothing if not an agent of chaos." - Akarsha "" + Akarsha "我正是渾沌之神派來的使者。" # game/1_akarsha.rpy:1687 translate traditional_chinese noLibrary_73a39d98: # Akarsha "Ready or not, here I come!" - Akarsha "" + Akarsha "圖書館,我來啦!" # game/1_akarsha.rpy:1692 translate traditional_chinese noLibrary_596b6728: # "The book scanner alarms sound as Akarsha and Min reenter the libary." - "" + "警報在兩人踏進圖書館的同時響了起來!" # game/1_akarsha.rpy:1694 translate traditional_chinese noLibrary_5d206dcc: # AkarshaT "Sounds like the library ghosts haunting me are alive and well." - AkarshaT "" + AkarshaT "書之怨靈依然守護著我。" # game/1_akarsha.rpy:1699 translate traditional_chinese noLibrary_c7ac8d7a: # Min "Again? You're kidding." - Min "" + Min "不會吧?真的假的?" # game/1_akarsha.rpy:1701 translate traditional_chinese noLibrary_754acafd: # Akarsha "I've never been more serious in my life." - Akarsha "" + Akarsha "這是我一生一世的請求。" # game/1_akarsha.rpy:1707 translate traditional_chinese noLibrary_124b1f30: # "The blare of the book scanner alarm announces Akarsha and Min's return to the library." - "" + "警報再次響起!" # game/1_akarsha.rpy:1708 translate traditional_chinese noLibrary_9566aadf: # "The librarian looks up, sees that it's Akarsha yet again, and slams her fist onto the countertop with surprising force." - "" + "管理員看見又是阿卡莎,用拳頭狠狠敲了一下櫃台桌面。" # game/1_akarsha.rpy:1710 translate traditional_chinese noLibrary_2c7ff487: # Min "Oh, that librarian is definitely pissed now." - Min "" + Min "她生氣了。" # game/1_akarsha.rpy:1715 translate traditional_chinese noLibrary_907ac1be: # AkarshaT "My life will probably be in danger if I go back again." - AkarshaT "" + AkarshaT "再回去我可能會屎掉。" # game/1_akarsha.rpy:1716 translate traditional_chinese noLibrary_f530d61a: # AkarshaT "Maybe tomorrow." - AkarshaT "" + AkarshaT "明天吧。" # game/1_akarsha.rpy:1752 translate traditional_chinese minLeaves_b82cc7bd: # Akarsha "Aight, imma head to class now." - Akarsha "" + Akarsha "我易瑪*要去上課了。" + +$subtitle= "*日文「現在」,發音為ima" # game/1_akarsha.rpy:1755 translate traditional_chinese minLeaves_7efdbfd4: # Min "Adios, bitch." - Min "" + Min "掰啦bitch。" + +$subtitle= "" # game/1_akarsha.rpy:1758 translate traditional_chinese minLeaves_ef146a68: # AkarshaT "She's probably gonna go find Diya now." - AkarshaT "" + AkarshaT "她大概去找迪亞了。" # game/1_akarsha.rpy:1760 translate traditional_chinese minLeaves_984eaaa4: # AkarshaT "I feel like she's chilled out a lot since they started dating." - AkarshaT "" + AkarshaT "正式交往以後,小旼好像變開朗了。" # game/1_akarsha.rpy:1761 translate traditional_chinese minLeaves_14a923b0: # AkarshaT "I guess knifing people is less exciting than kissing your girlfriend." - AkarshaT "" + AkarshaT "接吻大概比捅人好玩吧。" # game/1_akarsha.rpy:1810 translate traditional_chinese reflection_449d8bf0: # AkarshaT "How is it that everyone else has bomb-ass hair while mine's all sad and thin?" - AkarshaT "" + AkarshaT "為什麼我頭髮這麼少?" # game/1_akarsha.rpy:1811 translate traditional_chinese reflection_3e5b6e66: # AkarshaT "What happened??? Gene catastrophe..." - AkarshaT "" + AkarshaT "這就是遺傳災難嗎……" # game/1_akarsha.rpy:1814 translate traditional_chinese reflection_8383e575: # AkarshaT "The other day I saw my side profile in a photo and was like, \"wugh!\"" - AkarshaT "" + AkarshaT "有一次,我看到自己側臉的照片,當下的感想是:「?!」。" # game/1_akarsha.rpy:1815 translate traditional_chinese reflection_66b48fe9: # AkarshaT "I really go around looking like that all day?" - AkarshaT "" + AkarshaT "原來我長成這種鬼樣嗎?" # game/1_akarsha.rpy:1816 translate traditional_chinese reflection_d0d5949c: # AkarshaT "Wish I could get plastic surgery..." - AkarshaT "" + AkarshaT "好想整形喔……" # game/1_akarsha.rpy:1819 translate traditional_chinese reflection_8c3b4e81: # AkarshaT "Dat me." - AkarshaT "" + AkarshaT "在下我。" # game/1_akarsha.rpy:1826 translate traditional_chinese eavesdrop_8aa96022: # NPC "I hate how my parents yell at me for studying late at night." - NPC "" + NPC "我覺得他們罵我熬夜K書很沒道理。" # game/1_akarsha.rpy:1827 translate traditional_chinese eavesdrop_10640260: # NPC "If I slept early instead of cramming, I'd probably fail! And then I'd get yelled at for not studying." - NPC "" + NPC "如果我按時睡覺,書沒念完,就會考不好!到時候,他們又要罵我沒念書。" # game/1_akarsha.rpy:1828 translate traditional_chinese eavesdrop_68fb5019: # NPC2 "Ugh! That's so gay." - NPC2 "" + NPC2 "超GAY的啦。" # game/1_akarsha.rpy:1830 translate traditional_chinese eavesdrop_13f73749: # AkarshaT "At our school, it's really popular to say \"gay\" when you mean \"stupid\" or \"uncool\"." - AkarshaT "" + AkarshaT "「GAY」是我們學校的流行語,用來表達「蠢」或「不OK」。" # game/1_akarsha.rpy:1831 translate traditional_chinese eavesdrop_66cc766d: # AkarshaT "So you hear it all the time. Whenever people don't like something, they go \"that's so gay.\"" - AkarshaT "" + AkarshaT "大家不開心的時候常常會說:「超GAY的」。" # game/1_akarsha.rpy:1839 translate traditional_chinese enterClass_0422fa01: # AkarshaT "Noelle and Diya aren't here yet." - AkarshaT "" + AkarshaT "小諾和迪亞還沒來。" # game/1_akarsha.rpy:1840 translate traditional_chinese enterClass_6cc4b96f: # AkarshaT "I managed to set up a special surprise the other day. Hopefully everything's still in place." - AkarshaT "" + AkarshaT "希望我前幾天設置的「小驚喜」還在。" # game/1_akarsha.rpy:1843 translate traditional_chinese enterClass_e60dfba0: # "A few minutes later, Akarsha looks through the window. Outside, Noelle and Diya are approaching the classroom." - "" + "幾分鐘後,阿卡莎隔著窗子看見小諾和迪亞正走向教室。" # game/1_akarsha.rpy:1845 translate traditional_chinese enterClass_2ca93b2b: # AkarshaT "Yes...Come, my here, my sweet..." - AkarshaT "" + AkarshaT "來吧……到我的身邊來吧……" # game/1_akarsha.rpy:1850 translate traditional_chinese enterClass_4aac2b36: # "Suddenly, a water bottle whizzes through the open door and hits the floor with a loud smack!" - "" + "一個東西忽然穿過門框飛進了教室,在地板上發出「磅」的一聲!" # game/1_akarsha.rpy:1851 translate traditional_chinese enterClass_f33054b2: # "It rolls across the classroom until it hits the wall." - "" + "是一個寶特瓶。它順著地板滾啊滾,直到撞到牆壁。" # game/1_akarsha.rpy:1853 translate traditional_chinese enterClass_205db760: # Akarsha "Uh?!" - Akarsha "" + Akarsha "嗯?!" # game/1_akarsha.rpy:1856 translate traditional_chinese enterClass_ff0c9ffd: # Noelle "So it's not saran wrap today..." - Noelle "" + Noelle "不是保鮮膜陷阱……" # game/1_akarsha.rpy:1857 translate traditional_chinese enterClass_f6aae711: # "Noelle peers suspiciously into the classroom from the doorway. She experimentally reaches one hand inside and feels along the doorframe, apparently searching for abnormalities." - "" + "小諾戒備的在門口張望著,她謹慎地在門框上摸了一圈,想找出任何不自然的地方。" # game/1_akarsha.rpy:1859 translate traditional_chinese enterClass_28da2846: # Akarsha "What's wrong, Frenchman? Afraid to come in?" - Akarsha "" + Akarsha "怎麼啦,法國佬?進來啊?" # game/1_akarsha.rpy:1862 translate traditional_chinese enterClass_a215863a: # Noelle "What did you do this time?" - Noelle "" + Noelle "妳做了什麼?" # game/1_akarsha.rpy:1864 translate traditional_chinese enterClass_79fa1a83: # Akarsha "What makes you think I did anything?" - Akarsha "" + Akarsha "妳為什麼覺得我做了什麼?" # game/1_akarsha.rpy:1867 translate traditional_chinese enterClass_bb4bfbb2: # Diya "Maybe the fact that you've done something every morning this month." - Diya "" + Diya "因為妳這個月每天都這樣。" # game/1_akarsha.rpy:1869 translate traditional_chinese enterClass_b9979491: # Akarsha "Two against one! Cheater! Cheater!!" with sshake - Akarsha "" with sshake + Akarsha "二打一!作弊啦!作弊啦!" with sshake # game/1_akarsha.rpy:1872 translate traditional_chinese enterClass_8516b24b: # Noelle "That's what you get! You worthless pest!" - Noelle "" + Noelle "是妳自己動機不純!活該!" # game/1_akarsha.rpy:1874 translate traditional_chinese enterClass_3192a8d1: # "Diya retrieves the sacrificial water bottle." - "" + "迪亞回收了壯烈犧牲的寶特瓶。" # game/1_akarsha.rpy:1875 translate traditional_chinese enterClass_a286302e: # "Meanwhile, Noelle haltingly walks to her desk with an arm outstretched ahead of her, bracing for all manner of assault, whether it be liquid, solid, gaseous, or psychological in form." - "" + "同一時間,小諾警惕的走向座位,她把手伸的直直的,嘗試抵禦任何可能出現的攻擊──無論是液態的、固態的、氣態的、或心理狀態上的。" # game/1_akarsha.rpy:1876 translate traditional_chinese enterClass_5b0540bc: # "After thoroughly inspecting her desk, she apprehensively sits." - "" + "在把書桌裡裡外外檢查過一遍之後,小諾總算坐下了。" # game/1_akarsha.rpy:1878 translate traditional_chinese enterClass_7cb501c7: # Noelle "....." - Noelle "" + Noelle "……" # game/1_akarsha.rpy:1880 translate traditional_chinese enterClass_079b08de: # Akarsha "....." - Akarsha "" + Akarsha "……" # game/1_akarsha.rpy:1883 translate traditional_chinese enterClass_3a9bb13e: # "After a few tense seconds, Noelle seems satisfied that the act of sitting down didn't trigger anything." - "" + "幾秒鐘過後,書桌並沒有任何行動,小諾終於放下心來。" # game/1_akarsha.rpy:1885 translate traditional_chinese enterClass_ca0e3721: # "Breathing a sigh a relief, she hefts a bulky laptop from her messenger bag." - "" + "她舒了口氣,從郵差包裡拿出一台笨重的筆電。" # game/1_akarsha.rpy:1887 translate traditional_chinese enterClass_c1532ca6: # AkarshaT "Yes! She didn't notice the extra wireless mouse USB I plugged into her computer last Friday." - AkarshaT "" + AkarshaT "好耶!她沒發現我上星期五插上去的無線滑鼠接收器。" # game/1_akarsha.rpy:1888 translate traditional_chinese enterClass_03319502: # AkarshaT "I have the mouse hidden in my pocket." - AkarshaT "" + AkarshaT "滑鼠就在我的口袋裡。" # game/1_akarsha.rpy:1890 translate traditional_chinese enterClass_6fc9b2ce: # "Diya takes a thin plastic folder from her backpack and flops it back and forth so it makes a wopwopwopwop sound." - "" + "迪亞從背包裡拿出一個文件夾,弄出「呼嗜呼嗜呼嗜」的聲音。" # game/1_akarsha.rpy:1892 translate traditional_chinese enterClass_6e8840cd: # Diya "............" - Diya "" + Diya "…………" # game/1_akarsha.rpy:1894 translate traditional_chinese enterClass_1d1e4040: # Diya "Did you work on the PowerPoint?" - Diya "" + Diya "妳有更新PPT嗎?" # game/1_akarsha.rpy:1896 translate traditional_chinese enterClass_8fef91cb: # Noelle "I added a slide on sharks and dolphins as another example of convergent evolution." - Noelle "" + Noelle "我加了一頁:用鯊魚和海豚來解釋趨同演化。" # game/1_akarsha.rpy:1898 translate traditional_chinese enterClass_a701e9b0: # "Noelle scrolls to the slide in question. It's a solid wall of text with no images." - "" + "小諾把PPT往下滾,露出一頁像論文的東西。" # game/1_akarsha.rpy:1900 translate traditional_chinese enterClass_433298f9: # AkarshaT "This is gonna put everyone to sleep!" with sshake - AkarshaT "" with sshake + AkarshaT "這是什麼催眠術!" with sshake # game/1_akarsha.rpy:1902 translate traditional_chinese enterClass_05d11a96: # AkarshaT "Noelle's so confident that she's good at public speaking, but she has zero charisma or self-awareness." - AkarshaT "" + AkarshaT "為什麼一個毫無吸引力──而且沒有自覺的人,會覺得自己適合上台報告呢?" # game/1_akarsha.rpy:1903 translate traditional_chinese enterClass_0c42e2b0: # AkarshaT "She just drones on and on forever, oblivious that she lost the audience ten minutes ago." - AkarshaT "" + AkarshaT "她只會照著稿子從頭唸到尾,完全不會發現台下已經開始自由活動了。" # game/1_akarsha.rpy:1904 translate traditional_chinese enterClass_aa8d9e0a: # AkarshaT "I love her..." - AkarshaT "" + AkarshaT "怎麼可以這麼可愛……" # game/1_akarsha.rpy:1907 translate traditional_chinese enterClass_96199214: # Diya "Wait. I already made a slide about that. Swimming." - Diya "" + Diya "鯊魚和海豚我做過了。游泳那頁。" # game/1_akarsha.rpy:1908 translate traditional_chinese enterClass_31d17409: # "Diya scrolls to the previous slide." - "" + "迪亞滾到前一頁。" # game/1_akarsha.rpy:1909 translate traditional_chinese enterClass_171f9d94: # "It features a photo of dozens of fish and dolphins swimming in the ocean, cryptically captioned \"Good shape\"." - "" + "上面只有一張海豚和魚群在海裡優游的圖片,和兩個字:「健美」。" # game/1_akarsha.rpy:1911 translate traditional_chinese enterClass_3910690d: # AkarshaT "Good shape..." - AkarshaT "" + AkarshaT "健美……" # game/1_akarsha.rpy:1914 translate traditional_chinese enterClass_7ff6debf: # Noelle "I hate to break this to you, Diya, but literally no one but you is going to understand this." - Noelle "" + Noelle "我不想潑妳冷水,但是除了妳之外,沒有人看得懂這張簡報想表達什麼。" # game/1_akarsha.rpy:1916 translate traditional_chinese enterClass_38127587: # AkarshaT "Neither of them are paying attention to me right now. Time to shine." - AkarshaT "" + AkarshaT "趁現在!" # game/1_akarsha.rpy:1921 translate traditional_chinese enterClass_5b55ce9e: # "Akarsha jiggles the mouse in her pocket as Noelle tries to edit the slide." - "" + "阿卡莎趁小諾編輯頁面的時候,偷偷動了動口袋裡的滑鼠。" # game/1_akarsha.rpy:1923 translate traditional_chinese enterClass_320efa19: # Noelle "........" - Noelle "" + Noelle "……" # game/1_akarsha.rpy:1925 translate traditional_chinese enterClass_9ca460a6: # Diya "What was that?" - Diya "" + Diya "怎麼了?" # game/1_akarsha.rpy:1927 translate traditional_chinese enterClass_d6f7de1a: # Akarsha "What was what?" - Akarsha "" + Akarsha "怎麼了?" # game/1_akarsha.rpy:1930 translate traditional_chinese enterClass_7fcafa01: # Noelle "Didn't you see it? The cursor just jerked on its own." - Noelle "" + Noelle "妳們沒看到嗎?游標自己動了。" # game/1_akarsha.rpy:1932 translate traditional_chinese enterClass_43192074: # Akarsha "Maybe it's lag?" - Akarsha "" + Akarsha "可能是延遲?" # game/1_akarsha.rpy:1934 translate traditional_chinese enterClass_1b37d396: # Akarsha "I bet it's 'cause you typed too many words on one slide." - Akarsha "" + Akarsha "因為妳一頁寫太多字了。" # game/1_akarsha.rpy:1935 translate traditional_chinese enterClass_de12e604: # Akarsha "Even Bill Gates didn't see this coming." - Akarsha "" + Akarsha "超過比爾‧蓋茲的預想範圍。" # game/1_akarsha.rpy:1938 translate traditional_chinese enterClass_bfc3fcab: # Noelle "That can't be it. I've fit more words than this on one slide before." - Noelle "" + Noelle "不可能。我以前打過更多字。" # game/1_akarsha.rpy:1940 translate traditional_chinese enterClass_b87430c1: # Diya "...You have?" - Diya "" + Diya "……真的?" # game/1_akarsha.rpy:1942 translate traditional_chinese enterClass_9d9cb269: # "Noelle moves the mouse again. This time Akarsha does nothing." - "" + "小諾再度嘗試操作滑鼠,阿卡莎按兵不動。" # game/1_akarsha.rpy:1944 translate traditional_chinese enterClass_f85c2ba7: # Akarsha "Looks fine to me." - Akarsha "" + Akarsha "沒問題啊。" # game/1_akarsha.rpy:1947 translate traditional_chinese enterClass_02bf7d15: # Noelle "How strange..." - Noelle "" + Noelle "好奇怪喔……" # game/1_akarsha.rpy:1949 translate traditional_chinese enterClass_c5d12d80: # "While Noelle is busy typing an essay-length caption, Akarsha clicks another textbox so she's editing the wrong part of the slide." - "" + "小諾繼續埋頭打字,海豚圖片旁邊出現了一條長度堪比短文的標題。阿卡莎在另一個文字方塊上點了一下,小諾撰寫的內容開始出現在錯誤的位置。" # game/1_akarsha.rpy:1952 translate traditional_chinese enterClass_5ae75f68: # "Akarsha swiftly moves the cursor to the X button and closes the document." - "" + "阿卡莎將鼠標移到叉叉上,關掉了PPT。" # game/1_akarsha.rpy:1954 translate traditional_chinese enterClass_a41d9ab0: # Noelle "........." - Noelle "" + Noelle "……" # game/1_akarsha.rpy:1956 translate traditional_chinese enterClass_e88d1310: # Noelle "What was that?" - Noelle "" + Noelle "為什麼關掉了?" # game/1_akarsha.rpy:1958 translate traditional_chinese enterClass_c3d98c71: # Diya "Think it crashed." - Diya "" + Diya "當機了?" # game/1_akarsha.rpy:1960 translate traditional_chinese enterClass_d5dbe4d9: # Akarsha "I bet it's 'cause you typed too many words on one slide, Noelle." - Akarsha "" + Akarsha "因為妳一頁打太多字了。" # game/1_akarsha.rpy:1961 translate traditional_chinese enterClass_de12e604_1: # Akarsha "Even Bill Gates didn't see this coming." - Akarsha "" + Akarsha "超過比爾‧蓋茲的預想範圍。" # game/1_akarsha.rpy:1964 translate traditional_chinese enterClass_1f82eb38: # "Noelle re-opens PowerPoint and squints suspiciously at the slide in question." - "" + "小諾一臉狐疑的瞪著被重新打開的PPT。" # game/1_akarsha.rpy:1966 translate traditional_chinese enterClass_bfc3fcab_1: # Noelle "That can't be it. I've fit more words than this on one slide before." - Noelle "" + Noelle "不可能。我以前打過更多字。" # game/1_akarsha.rpy:1968 translate traditional_chinese enterClass_b87430c1_1: # Diya "...You have?" - Diya "" + Diya "……真的?" # game/1_akarsha.rpy:1970 translate traditional_chinese enterClass_3bcd5c4c: # Noelle "Good thing we just saved. We didn't lose any significant progress." - Noelle "" + Noelle "幸好剛才有存檔,不用全部重寫。" # game/1_akarsha.rpy:1971 translate traditional_chinese enterClass_47d9d161: # "While Noelle is busy typing an essay-length caption, Akarsha quickly closes the program again." - "" + "小諾繼續埋頭打字,海豚圖片旁邊出現了一條長度堪比短文的標題。阿卡莎再次關掉了PPT。" # game/1_akarsha.rpy:1974 translate traditional_chinese enterClass_4a0e45f0: # Diya "??!" with sshake - Diya "" with sshake + Diya "?!" with sshake # game/1_akarsha.rpy:1977 translate traditional_chinese enterClass_07bf97c1: # Noelle "SEE, THERE IT IS AGAIN! WHAT IS GOING ON?!" with sshake - Noelle "" with sshake + Noelle "看到沒?又來了!" with sshake # game/1_akarsha.rpy:1979 translate traditional_chinese enterClass_4951309a: # Akarsha "You've been hacked, Noelle!" - Akarsha "" + Akarsha "妳被駭了!" # game/1_akarsha.rpy:1980 translate traditional_chinese enterClass_177fe19a: # Akarsha "Don't tell me...You fell for those pop-ups advertising hot single ladies in your area?!" - Akarsha "" + Akarsha "難、難道……妳點過「地方單身辣妹」的彈出視窗?!" # game/1_akarsha.rpy:1983 translate traditional_chinese enterClass_e254c7d0: # Noelle "As if! Look, it's moving on its own again!" - Noelle "" + Noelle "最好是!妳看!它又亂動了!" # game/1_akarsha.rpy:1984 translate traditional_chinese enterClass_520ba0ce: # "Noelle clenches her mouse harder, as if that'll help her regain control of the rogue cursor." - "" + "小諾握緊滑鼠,彷彿這樣可以奪回一點控制權。" # game/1_akarsha.rpy:1985 translate traditional_chinese enterClass_8d4df3d7: # "Akarsha makes it drift toward the Control Panel..." - "" + "阿卡莎將鼠標滑向控制台……" # game/1_akarsha.rpy:1987 translate traditional_chinese enterClass_231e821a: # AkarshaT "Heheheh..." - AkarshaT "" + AkarshaT "嘿嘿嘿……" # game/1_akarsha.rpy:1990 translate traditional_chinese enterClass_96b04fa2: # "Akarsha wiggles the mouse in her pocket. Diya's eyes flicker to the movement of fabric on Akarsha's windbreaker." - "" + "阿卡莎又動了動滑鼠,但這一次,風衣口袋的詭異起伏吸引了迪亞的目光。" # game/1_akarsha.rpy:1992 translate traditional_chinese enterClass_58f85320: # Diya "......" - Diya "" + Diya "……" # game/1_akarsha.rpy:1994 translate traditional_chinese enterClass_b60fd453: # AkarshaT "Oh shit! Oh no!!!" with sshake - AkarshaT "" with sshake + AkarshaT "死了!被發現了!!!" with sshake # game/1_akarsha.rpy:1996 translate traditional_chinese enterClass_6a90bbf3: # "Diya grabs Akarsha's wrist and yanks it out of the pocket, revealing the wireless mouse in her hand." - "" + "迪亞將阿卡莎的手拽出口袋,露出了無線滑鼠。" # game/1_akarsha.rpy:1999 translate traditional_chinese enterClass_8f687294: # Noelle "It was yoOOOUU!!!" with sshake - Noelle "" with sshake + Noelle "阿卡莎!!!" with sshake # game/1_akarsha.rpy:2001 translate traditional_chinese enterClass_5192cf78: # Akarsha "Wait, I just happened to have a mouse in my pocket! There's no proof this is connected at all!" - Akarsha "" + Akarsha "我只是剛好握著滑鼠而已!妳憑什麼確定那就是干擾妳電腦的滑鼠?" # game/1_akarsha.rpy:2004 translate traditional_chinese enterClass_4943807b: # "Diya wrenches the mouse from Akarsha's hand, but not before Akarsha uses her precious final moments to click on the Control Panel and change the mouse speed to the slowest setting." - "" + "迪亞搖了搖阿卡莎的手臂。但說時遲,那時快;阿卡莎在最後關頭成功點到了控制台,並且把滑鼠的速度調到最慢。" # game/1_akarsha.rpy:2006 translate traditional_chinese enterClass_b8780fd8: # Noelle "Pathetic. I can revert your changes within moments." - Noelle "" + Noelle "太可悲了;妳準備的這麼充分,我重置卻只要幾秒鐘。" # game/1_akarsha.rpy:2008 translate traditional_chinese enterClass_c21059a2: # Akarsha "You sure about that? Why don't you go ahead and try it?" - Akarsha "" + Akarsha "是嗎?那妳重置看看啊?" # game/1_akarsha.rpy:2011 translate traditional_chinese enterClass_26c68486: # "Noelle tries to navigate back to the Control Panel. The cursor inches across the screen so slowly, the movement is barely perceptible..." - "" + "小諾嘗試操作控制台,但游標移動得實在太慢,彷彿根本沒在動……" # game/1_akarsha.rpy:2014 translate traditional_chinese enterClass_323c9b15: # Noelle "AKARSHAAAAAAAA!!!" with sshake - Noelle "" with sshake + Noelle "阿卡莎!!!!!" with sshake # game/1_akarsha.rpy:2018 translate traditional_chinese enterClass_9c25b8d0: # "The bell rings! This concludes Noelle and Akarsha's daily morning scream fest." - "" + "上課鐘響起,為小諾與阿卡莎的戰鬥早點名畫下句點。" # game/1_akarsha.rpy:2019 translate traditional_chinese enterClass_8ebf669b: # "Once everyone is seated, the morning announcements play over the intercom." - "" + "大家都坐定位後,廣播開始了。" # game/1_akarsha.rpy:2022 translate traditional_chinese enterClass_88d9b479: # NPC "The first practice session for Senior Bhangra is today after school in the gym. Don't forget your t-shirt order forms." - NPC "" + NPC "今天是高年級生的第一次班恩格拉舞*練習,請帶著T恤團購單,在放學後到體育館集合。" + +$subtitle= "*印度民俗舞蹈的一種" # game/1_akarsha.rpy:2024 translate traditional_chinese enterClass_b7ebec79: # AkarshaT "Our school has this tradition where the seniors do a bhangra dance at the end of Multicultural Week." - AkarshaT "" + AkarshaT "在多元文化週的最後一天,高年級生會表演班恩格拉舞──這是我們學校的傳統。" + +$subtitle= "" # game/1_akarsha.rpy:2025 translate traditional_chinese enterClass_7f35a1fa: # AkarshaT "Guess that means we'll get to see Chryssa and Liz dance." - AkarshaT "" + AkarshaT "所以克莉莎和麗茲要跳舞給大家看。" # game/1_akarsha.rpy:2031 translate traditional_chinese enterClass_be36b530: # NPC "The Japan Club's first meeting is today after school in N6." - NPC "" + NPC "今天是日本社的第一次社團活動,請在放學後到N6教室集合。" # game/1_akarsha.rpy:2032 translate traditional_chinese enterClass_cf2a1758: # NPC "Unlike the Anime Club, besides discussing anime, we ALSO eat Japanese snacks and learn Japanese manners and language." - NPC "" + NPC "我們除了討論動漫,還會一起吃日本點心、學習日本禮儀還有日文唷。和動漫社完全不一樣唷。" # game/1_akarsha.rpy:2034 translate traditional_chinese enterClass_ef132c1f: # AkarshaT "That doesn't sound like that significant of a difference..." - AkarshaT "" + AkarshaT "哪裡不一樣……?" # game/1_akarsha.rpy:2035 translate traditional_chinese enterClass_ff45d2e0: # AkarshaT "Our school may not have a football or baseball team anymore, but it does have hella new clubs popping up all the time." - AkarshaT "" + AkarshaT "雖然足球社和棒球社已經沒了,但是新的社團會一直冒出來。" # game/1_akarsha.rpy:2036 translate traditional_chinese enterClass_e0115e41: # AkarshaT "It's 'cause everyone wants to be able to put \"founder and president\" on their college apps." - AkarshaT "" + AkarshaT "因為每個人都想在大學申請表上增加「社團創辦人」這一項。" # game/1_akarsha.rpy:2038 translate traditional_chinese enterClass_4b84d250: # AkarshaT "Come to think of it...Didn't Chryssa and Liz start the baseball club during application season?" - AkarshaT "" + AkarshaT "話說回來,我們社好像也是申請入學期間成立的……" # game/1_akarsha.rpy:2040 translate traditional_chinese enterClass_22e2f25c: # AkarshaT "No way..." - AkarshaT "" + AkarshaT "不會吧……" # game/1_akarsha.rpy:2042 translate traditional_chinese enterClass_b9915e92: # AkarshaT "Well, good for them. Even if they had ulterior motives, it's been fun." - AkarshaT "" + AkarshaT "算了。就算真的是那樣,至少我們玩得滿開心的。" # game/1_akarsha.rpy:2044 translate traditional_chinese enterClass_c71f63e3: # NPC "This Valentine's Day, the Muslim Student Association is kicking off their annual rose fundraiser." - NPC "" + NPC "由穆斯林學生會舉辦的情人節玫瑰募款活動開始了。" # game/1_akarsha.rpy:2045 translate traditional_chinese enterClass_f59fb956: # NPC "For $5, we'll deliver a rose to your special someone with a message of your choice." - NPC "" + NPC "只要五塊錢,我們就可以幫你送一朵玫瑰花給指定對象,並且附上一張內容自訂的小卡片喔。" # game/1_akarsha.rpy:2046 translate traditional_chinese enterClass_c84dc711: # NPC "You can even make it a bouquet for $20. Order forms will be distributed in 3rd period today." - NPC "" + NPC "一朵五塊,一束二十塊。訂購表會在第三節課發放。" # game/1_akarsha.rpy:2048 translate traditional_chinese enterClass_7bef3f84: # AkarshaT "Hah, like anybody's getting me one of those..." - AkarshaT "" + AkarshaT "哈哈,最好是有人會送我。" # game/1_akarsha.rpy:2050 translate traditional_chinese enterClass_cafc5abf: # "Akarsha surreptiously glances at Noelle, who's sitting beside her." - "" + "阿卡莎偷偷看向坐在旁邊的小諾。" # game/1_akarsha.rpy:2052 translate traditional_chinese enterClass_c6fccc94: # "To her surprise, Noelle is listening to the intercom as intently as if she were being graded on it." - "" + "沒想到,小諾竟然聽得非常專心,彷彿聽完了可以加十分。" # game/1_akarsha.rpy:2054 translate traditional_chinese enterClass_18bb8955: # AkarshaT "Wait, maybe this is my chance!" - AkarshaT "" + AkarshaT "我該不會有希望吧?" # game/1_akarsha.rpy:2055 translate traditional_chinese enterClass_ef09f05a: # AkarshaT "I should act {i}really{/i} pitifully down about being single and drop hints that getting a rose would make me happy." - AkarshaT "" + AkarshaT "我要假裝因為單身太久所以超級沮喪,這樣小諾就會買花給我了!" # game/1_akarsha.rpy:2056 translate traditional_chinese enterClass_78478c8e: # AkarshaT "After seeing the love of her life (me) in such a miserable state, Noelle will feel guilty that she hasn’t gotten me one!" - AkarshaT "" + AkarshaT "她一定捨不得看到此生摯愛(我)受到如此折磨!" # game/1_akarsha.rpy:2058 translate traditional_chinese enterClass_b98b5e2e: # "Akarsha sighs heavily and slumps in her desk." - "" + "阿卡莎誇張的嘆了一口氣,癱倒在桌子上。" # game/1_akarsha.rpy:2061 translate traditional_chinese enterClass_9abcface: # Noelle "What's the matter with you?" - Noelle "" + Noelle "妳又怎麼了?" # game/1_akarsha.rpy:2063 translate traditional_chinese enterClass_464d72c6: # Akarsha "I always feel the the worst about being single on holidays where I have no one to celebrate with." - Akarsha "" + Akarsha "沒有人一起過情人節真的很痛苦。" # game/1_akarsha.rpy:2064 translate traditional_chinese enterClass_b48fabaa: # Akarsha "Like, Valentine's Day is supposed to be the happiest, most romantic time of the year, but it just reminds me of how no one's ever loved me..." - Akarsha "" + Akarsha "它明明應該是一年中最開心、最浪漫的日子,但是對我來說,它只會凸顯出沒有人愛我……" # game/1_akarsha.rpy:2065 translate traditional_chinese enterClass_9095d2b2: # Akarsha "I bet Diya's getting roses this year. Must be nice..." - Akarsha "" + Akarsha "迪亞今年一定會收到吧?好好喔……" # game/1_akarsha.rpy:2068 translate traditional_chinese enterClass_e6e396e4: # Noelle "What is there to envy? Flowers serve no practical purpose." - Noelle "" + Noelle "有很好嗎?花又沒什麼用。" # game/1_akarsha.rpy:2069 translate traditional_chinese enterClass_9062dddf: # Noelle "They wither up within days and wind up in the garbage. What a waste of money." - Noelle "" + Noelle "很快就枯死了,只是浪費錢而已。" # game/1_akarsha.rpy:2071 translate traditional_chinese enterClass_453b6b38: # AkarshaT "Of course you would think so, you uptight spoilsport..." - AkarshaT "" + AkarshaT "我就知道妳會這麼說,掃興鬼……" # game/1_akarsha.rpy:2073 translate traditional_chinese enterClass_c67395a6: # Akarsha "It's the thought that counts, though." - Akarsha "" + Akarsha "這是心意問題。" # game/1_akarsha.rpy:2074 translate traditional_chinese enterClass_a74f23fa: # Akarsha "I, personally, wish someone would send me a rose..." - Akarsha "" + Akarsha "我就很希望能可以收到……" # game/1_akarsha.rpy:2077 translate traditional_chinese enterClass_317f7c2b: # Noelle "Heh..." - Noelle "" + Noelle "是喔……" # game/1_akarsha.rpy:2079 translate traditional_chinese enterClass_2d688340: # Akarsha "What? Did I say something funny?" - Akarsha "" + Akarsha "怎麼了?有意見喔?" # game/1_akarsha.rpy:2083 translate traditional_chinese enterClass_d2ea13d6: # Noelle "Not at all." - Noelle "" + Noelle "怎麼會呢?" # game/1_akarsha.rpy:2085 translate traditional_chinese enterClass_b04b2fbc: # "Noelle goes back to reading her metamathematics puzzle book." - "" + "小諾說完,繼續讀她的元數學益智問答。" # game/1_akarsha.rpy:2087 translate traditional_chinese enterClass_53eebf77: # AkarshaT "Hm. So that didn't go as expected..." - AkarshaT "" + AkarshaT "失敗了……" # game/1_akarsha.rpy:2090 translate traditional_chinese enterClass_a53b8e22: # AkarshaT "Time to revisit my tactics. Improvise. Adapt. Overcome." - AkarshaT "" + AkarshaT "因應戰略啟動:討價還價、終於接受、嘗試克服。" # game/1_akarsha.rpy:2093 translate traditional_chinese enterClass_c528e6d5: # "After the day's usual math lesson, the teacher brings out a stack of test papers." - "" + "數學課結束時,老師拿出一疊考卷。" # game/1_akarsha.rpy:2095 translate traditional_chinese enterClass_e2e84762: # NPC "Alright everyone, clear your desks." - NPC "" + NPC "書收起來。" # game/1_akarsha.rpy:2097 translate traditional_chinese enterClass_3b71d0de: # Diya "!" - Diya "" + Diya "!" # game/1_akarsha.rpy:2100 translate traditional_chinese enterClass_8d8f54a7: # Akarsha "Aw, what, a pop quiz?" - Akarsha "" + Akarsha "嗄,要突擊考喔?" # game/1_akarsha.rpy:2102 translate traditional_chinese enterClass_9b119156: # NPC "You know, I should've done that. But no, it's just a CAML today." - NPC "" + NPC "我很想,不過不是。是小測驗。" # game/1_akarsha.rpy:2104 translate traditional_chinese enterClass_8e79f867: # AkarshaT "Oh, thank god." - AkarshaT "" + AkarshaT "感謝老天。" # game/1_akarsha.rpy:2105 translate traditional_chinese enterClass_191ff62d: # AkarshaT "The CAMLs are these Math League contests we do every few months." - AkarshaT "" + AkarshaT "每隔幾個月,學校都會舉辦這個叫做CAML的數學小測驗。" # game/1_akarsha.rpy:2106 translate traditional_chinese enterClass_b68adf7e: # AkarshaT "They're 30-minute tests consisting of weird problems that don't have much to do with our current course material." - AkarshaT "" + AkarshaT "題目和課程進度無關,時間固定半個鐘頭。" # game/1_akarsha.rpy:2107 translate traditional_chinese enterClass_9e938f2c: # AkarshaT "It's just for fun, so they don't affect our grades or anything." - AkarshaT "" + AkarshaT "只是做好玩的,不會影響成績。" # game/1_akarsha.rpy:2110 translate traditional_chinese enterClass_9de1f04a: # "Akarsha scans the 6 problems on her test." - "" + "阿卡莎檢視著考卷上的六個題目。" # game/1_akarsha.rpy:2112 translate traditional_chinese enterClass_38e0597a: # AkarshaT "Usually three of the problems are freebies you'll get right if you have a brain." - AkarshaT "" + AkarshaT "通常有三題是送分題。" # game/1_akarsha.rpy:2113 translate traditional_chinese enterClass_d5338a19: # AkarshaT "And then there's two you have to think about, and one hella tough one." - AkarshaT "" + AkarshaT "還有兩題刁鑽題,和一題魔王題。" # game/1_akarsha.rpy:2114 translate traditional_chinese enterClass_19131eac: # AkarshaT "Better get to work..." - AkarshaT "" + AkarshaT "我想想看喔……" # game/1_akarsha.rpy:2125 translate traditional_chinese lunch_7c9aa6b8: # "On the way to lunch, Akarsha, Noelle, and Diya check notes on their answers." - "" + "前往午餐地點的途中,阿卡莎一行人開始對答案。" # game/1_akarsha.rpy:2128 translate traditional_chinese lunch_24ea0491: # Noelle "What did you all get on the last question?" - Noelle "" + Noelle "妳們最後一題寫什麼?" # game/1_akarsha.rpy:2129 translate traditional_chinese lunch_15019b05: # Noelle "The one about the diagonal passing through the 2012 x 2015 unit grid." - Noelle "" + Noelle "求2012格x2015格對角線長度那題。" # game/1_akarsha.rpy:2131 translate traditional_chinese lunch_072b652f: # Diya "I drew the whole grid the best I could. Guessed 3800 based on that." - Diya "" + Diya "3800?可能猜錯了,因為我是用畫的。" # game/1_akarsha.rpy:2134 translate traditional_chinese lunch_e2e1a16d: # "Aghast, Noelle drops her lunchbox as she pulls it from her locker, but Diya manages to catch it before it hits the ground." - "" + "小諾被迪亞的回答嚇到便當盒都掉了,幸好在在落地之前被迪亞即時接住。" # game/1_akarsha.rpy:2137 translate traditional_chinese lunch_f2411a7e: # Noelle "You DREW the grid?! There were thousands of units on each side!" with sshake - Noelle "" with sshake + Noelle "用畫的?!有好幾千格欸!" with sshake # game/1_akarsha.rpy:2139 translate traditional_chinese lunch_478831a3: # Diya "Only roughly. I was running out of time." - Diya "" + Diya "時間不夠,大概畫一下。" # game/1_akarsha.rpy:2141 translate traditional_chinese lunch_4401decd: # Diya "Had one minute left and didn't know where to start." - Diya "" + Diya "後來只剩一分鐘了,所以用猜的。" # game/1_akarsha.rpy:2143 translate traditional_chinese lunch_8c92c322: # Akarsha "The answer was 4026, right?" - Akarsha "" + Akarsha "答案是4026嗎?" # game/1_akarsha.rpy:2144 translate traditional_chinese lunch_99368bea: # Akarsha "The diagonal goes through the first square at (0,0), and then another 2014 squares horizontally and 2011 squares vertically." - Akarsha "" + Akarsha "(0,0)算一格,橫的2014格,直的2011格。" # game/1_akarsha.rpy:2147 translate traditional_chinese lunch_cae22d3a: # Noelle "That's what I got too!" - Noelle "" + Noelle "跟我的答案一樣!" # game/1_akarsha.rpy:2149 translate traditional_chinese lunch_ee3280f5: # Akarsha "Yes! If {i}you{/i} got that, it's gotta be right." - Akarsha "" + Akarsha "耶!那我一定寫對了!" # game/1_akarsha.rpy:2152 translate traditional_chinese lunch_1716c340: # "Min gives them a weird look as she joins them." - "" + "小旼跟了過來,對她們的討論露出奇怪的表情。" # game/1_akarsha.rpy:2154 translate traditional_chinese lunch_2cadbb36: # Min "The fuck's wrong with you...How excited can you get over a math problem?" - Min "" + Min "妳們有病喔?有需要為數學高興成這樣嗎……" # game/1_akarsha.rpy:2156 translate traditional_chinese lunch_f6750dcd: # Akarsha "Clearly you've never known the high of finding out you got the same answer as the smartest kid in the class." - Akarsha "" + Akarsha "和班上的資優生算出同一個答案,是很有滿足感的。" # game/1_akarsha.rpy:2159 translate traditional_chinese lunch_c4416f5a: # "Noelle preens a little at the compliment." - "" + "小諾有點得意。" # game/1_akarsha.rpy:2160 translate traditional_chinese lunch_aa1e598c: # Noelle "That's an exaggeration." - Noelle "" + Noelle "妳太誇張了啦。" # game/1_akarsha.rpy:2162 translate traditional_chinese lunch_6505de42: # Diya "No, it's not." - Diya "" + Diya "不誇張。" # game/1_akarsha.rpy:2163 translate traditional_chinese lunch_58714698: # Diya "No one else in our class got all six right last time." - Diya "" + Diya "上次全對的只有妳一個。" # game/1_akarsha.rpy:2165 translate traditional_chinese lunch_0699e4d5: # Akarsha "Wait, you got all six?!" - Akarsha "" + Akarsha "妳上次全對?!" # game/1_akarsha.rpy:2166 translate traditional_chinese lunch_d9fe49c8: # Akarsha "Don't they publish your name on a list or something online when that happens?" - Akarsha "" + Akarsha "學校有把妳的名字登在網站還是什麼地方嗎?" # game/1_akarsha.rpy:2169 translate traditional_chinese lunch_89bece13: # Noelle "They do." - Noelle "" + Noelle "有。" # game/1_akarsha.rpy:2171 translate traditional_chinese lunch_c53ddf8d: # Akarsha "Dude, that's so impressive. The most I've ever managed was five." - Akarsha "" + Akarsha "太強了。我最多只對五題而已。" # game/1_akarsha.rpy:2174 translate traditional_chinese lunch_46a539b6: # Noelle "Five is still perfectly respectable, though." - Noelle "" + Noelle "五題也厲害啊。" # game/1_akarsha.rpy:2175 translate traditional_chinese lunch_34642e66: # Noelle "It means you're better at math than the vast majority of high schoolers. And that's including all the way up to grade twelve, not just our grade." - Noelle "" + Noelle "題型涵蓋九到十二年級,代表妳的數學水平比大多數高中生還要好。" # game/1_akarsha.rpy:2177 translate traditional_chinese lunch_a76d6fad: # Akarsha "Yeah, I guess so..." - Akarsha "" + Akarsha "大概吧……" # game/1_akarsha.rpy:2179 translate traditional_chinese lunch_bcbac494: # AkarshaT "It's seriously amazing that she's basically one of the smartest kids in the whole state." - AkarshaT "" + AkarshaT "她是全美最聰明的高中生之一耶!" # game/1_akarsha.rpy:2180 translate traditional_chinese lunch_020e483d: # AkarshaT "We're so different, but at the same time there's so many ways we're alike??" - AkarshaT "" + AkarshaT "我們為什麼如此不同,卻又如此相似呢?" # game/1_akarsha.rpy:2181 translate traditional_chinese lunch_3ceeef09: # AkarshaT "We're so compatible with each other...We're so perfect for each other..." - AkarshaT "" + AkarshaT "我們好互補喔……跟我在一起吧……" # game/1_akarsha.rpy:2185 translate traditional_chinese lunch_38ac0506: # "Min holds a door open for Diya as they walk over to their usual table." - "" + "小旼為迪亞打開門。" # game/1_akarsha.rpy:2189 translate traditional_chinese lunch_bcc9caf2: # Min "After you, princess." - Min "" + Min "公主殿下,請。" # game/1_akarsha.rpy:2191 translate traditional_chinese lunch_35d02abf: # Diya "Thanks..." - Diya "" + Diya "謝謝……" # game/1_akarsha.rpy:2194 translate traditional_chinese lunch_f4ec5db7: # AkarshaT "Hmm...Min always treats Diya like this even though Diya's strong enough to just smash a hole through the wall like the Kool-Aid Man." - AkarshaT "" + AkarshaT "雖然迪亞和酷愛人*一樣可以在牆上打出一個洞,小旼還是把她當成柔弱的少女。" + +$subtitle= "*Kool-Aid Man,美國飲料品牌的吉祥物" # game/1_akarsha.rpy:2197 translate traditional_chinese lunch_94039918: # AkarshaT "I guess Diya finds it romantic that Min is protective of her and stuff?" - AkarshaT "" + AkarshaT "可能迪亞覺得這樣很浪漫吧?有被保護的感覺。" + +$subtitle= "" # game/1_akarsha.rpy:2201 translate traditional_chinese lunch_29c28bd5: # AkarshaT "Maybe if I try a move like that, Noelle'll fall for me!" - AkarshaT "" + AkarshaT "如果我也這樣對小諾,她說不定就會愛上我了!" # game/1_akarsha.rpy:2205 translate traditional_chinese lunch_99efb999: # "Once they've sat down, Noelle struggles to open her water bottle." - "" + "四人入座後,小諾開始與寶特瓶搏鬥。" # game/1_akarsha.rpy:2207 translate traditional_chinese lunch_48ba9bfe: # Noelle "Ugh!" with sshake - Noelle "" with sshake + Noelle "呃呃呃!" with sshake # game/1_akarsha.rpy:2210 translate traditional_chinese lunch_e3cd6245: # AkarshaT "Diya must not have opened it for her like usual this morning! This is my chance!" - AkarshaT "" + AkarshaT "迪亞今天早上沒有幫她開水!我的機會來了!" # game/1_akarsha.rpy:2213 translate traditional_chinese lunch_c84f1211: # Akarsha "Here, I got this babe." - Akarsha "" + Akarsha "交給我吧,寶貝。" # game/1_akarsha.rpy:2215 translate traditional_chinese lunch_6b20a26c: # "Akarsha snatches the bottle away from Noelle and tries to open it." - "" + "阿卡莎把寶特瓶從小諾手中抽走,嘗試扭開瓶蓋。" # game/1_akarsha.rpy:2218 translate traditional_chinese lunch_8df7ba92: # Akarsha "*grunts* Nrg! Shit!" with sshake - Akarsha "" with sshake + Akarsha "(咕噥)呃啊!靠杯喔!" with sshake # game/1_akarsha.rpy:2220 translate traditional_chinese lunch_ad16aeec: # AkarshaT "Urk! This is surprisingly hard!" - AkarshaT "" + AkarshaT "呃呃!也太難開了吧!" # game/1_akarsha.rpy:2223 translate traditional_chinese lunch_f81e7602: # Noelle "And they say chivalry is dead." - Noelle "" + Noelle "有人說騎士精神已死,看來不然。" # game/1_akarsha.rpy:2226 translate traditional_chinese lunch_61fd0b77: # Noelle "You disgust me." - Noelle "" + Noelle "但騎士也有貴賤之分,妳是賤的那個。" # game/1_akarsha.rpy:2229 translate traditional_chinese lunch_b8b94652: # Akarsha "Whuh?! I was just tryin' to help!" with sshake - Akarsha "" with sshake + Akarsha "為什……?!我只是想幫忙而已!" with sshake # game/1_akarsha.rpy:2232 translate traditional_chinese lunch_288bdbe9: # Noelle "You were smirking condescendingly as you took the bottle from me!" - Noelle "" + Noelle "那妳把瓶子拿走的時候,為什麼笑得那麼噁心?!" # game/1_akarsha.rpy:2235 translate traditional_chinese lunch_2e1e23c6: # Akarsha "Was not!" - Akarsha "" + Akarsha "我哪有!" # game/1_akarsha.rpy:2238 translate traditional_chinese lunch_8cfa65ca: # Diya "Was too. You were smiling weird." - Diya "" + Diya "有。妳表情很奇怪。" # game/1_akarsha.rpy:2241 translate traditional_chinese lunch_56a8d058: # Akarsha "Wha...was I?!" - Akarsha "" + Akarsha "有、有嗎?!" # game/1_akarsha.rpy:2243 translate traditional_chinese lunch_f2d68ebe: # "Noelle hands the water bottle to Diya with a huff." - "" + "小諾哼了一聲,把寶特瓶交給迪亞。" # game/1_akarsha.rpy:2245 translate traditional_chinese lunch_4dff044a: # AkarshaT "Okay, that could've gone better." - AkarshaT "" + AkarshaT "怎麼會這樣……" # game/1_akarsha.rpy:2247 translate traditional_chinese lunch_bc4bbe0d: # AkarshaT "Luckily, I've got one last trick up my sleeve." - AkarshaT "" + AkarshaT "幸好我還留了一手。" # game/1_akarsha.rpy:2252 translate traditional_chinese earthquake_3a869810: # "Before fifth period begins, Akarsha schemes at her desk." - "" + "第五節課即將開始,阿卡莎則陷入了沉思。" # game/1_akarsha.rpy:2254 translate traditional_chinese earthquake_77b3c7e3: # AkarshaT "Acting sad 'cause no one was into me didn't work, so I should try the opposite tactic." - AkarshaT "" + AkarshaT "賣慘沒有用,我必須反其道而行。" # game/1_akarsha.rpy:2256 translate traditional_chinese earthquake_11f810d9: # AkarshaT "I'll make Noelle think dudes are falling for me left and right." - AkarshaT "" + AkarshaT "我要假裝成一個萬人迷!" # game/1_akarsha.rpy:2257 translate traditional_chinese earthquake_c675a3f9: # AkarshaT "So if she likes me, she'll feel pressured to take action or else I'll be stolen from right under her nose!" - AkarshaT "" + AkarshaT "如果她真的喜歡我,就會擔心我被別人搶走!然後就會送我花了!" # game/1_akarsha.rpy:2258 translate traditional_chinese earthquake_6919113d: # AkarshaT "I won't be on the market for long. I'm a limited time offer!" - AkarshaT "" + AkarshaT "本小姐可是期間限定商品喔!" # game/1_akarsha.rpy:2260 translate traditional_chinese earthquake_ac3c7a41: # "Akarsha goes over to annoy Noelle at her desk. Noelle puts down the thick tome she's reading to give Akarsha her undivided attention." - "" + "阿卡莎走到小諾桌前,小諾放下手中的大書。" # game/1_akarsha.rpy:2262 translate traditional_chinese earthquake_f4a86317: # Noelle "Yes?" - Noelle "" + Noelle "有事嗎?" # game/1_akarsha.rpy:2264 translate traditional_chinese earthquake_af835787: # Akarsha "Can I tell you something?" - Akarsha "" + Akarsha "我可以跟妳說一件事情嗎?" # game/1_akarsha.rpy:2267 translate traditional_chinese earthquake_7d9228ae: # Noelle "...I'll allow it." - Noelle "" + Noelle "……允許發言。" # game/1_akarsha.rpy:2269 translate traditional_chinese earthquake_6f7a4ad5: # AkarshaT "\"I'll allow it\"?? Who talks like that? What are you, a judge?" - AkarshaT "" + AkarshaT "「允許發言」?誰會這樣講話啊?法官嗎?" # game/1_akarsha.rpy:2270 translate traditional_chinese earthquake_e6dd7ed8: # AkarshaT "I love you..." - AkarshaT "" + AkarshaT "我愛妳……" # game/1_akarsha.rpy:2272 translate traditional_chinese earthquake_bff47ae5: # Akarsha "So yesterday, I was RPing with one of my online pals, Xx_ChibiAzn_xX, on AnimeCrazy.net. And he asked me to be his forum GF!" - Akarsha "" + Akarsha "昨天我在AnimeCrazy上跟我的網友:Xx_ChibiAzn_xX一起扮演角色的時候啊,他問我要不要當他的婆欸!" # game/1_akarsha.rpy:2273 translate traditional_chinese earthquake_e7c10606: # Akarsha "I turned him down, of course." - Akarsha "" + Akarsha "我是沒答應啦。" # game/1_akarsha.rpy:2274 translate traditional_chinese earthquake_6aa88510: # Akarsha "But I'm so popular, this happens all the time!" - Akarsha "" + Akarsha "不過我真的超搶手的,很多人都想找我當婆!" # game/1_akarsha.rpy:2277 translate traditional_chinese earthquake_723df941: # Noelle "...Never mind. Forget I asked." - Noelle "" + Noelle "……我收回我的話,妳不用再發言了。" # game/1_akarsha.rpy:2279 translate traditional_chinese earthquake_08756f27: # AkarshaT "Huh?! She doesn't sound remotely interested!" - AkarshaT "" + AkarshaT "太冷淡了吧?!" # game/1_akarsha.rpy:2286 translate traditional_chinese earthquake_e133cd0d: # "Suddenly, a sharp tremor rattles Noelle's desk." - "" + "忽然間,小諾的桌子開始劇烈晃動。" # game/1_akarsha.rpy:2288 translate traditional_chinese earthquake_161b5f64: # Noelle "Quit shaking my desk." - Noelle "" + Noelle "不要搖。" # game/1_akarsha.rpy:2290 translate traditional_chinese earthquake_2c061390: # Akarsha "But I'm NOT shaking it?" - Akarsha "" + Akarsha "我沒有啊?" # game/1_akarsha.rpy:2293 translate traditional_chinese earthquake_1c4539df: # "Noelle and Akarsha look at one another, then at their violently shaking surroundings." - "" + "小諾和阿卡莎面面相覷,她們周圍的環境也在劇烈晃動。" # game/1_akarsha.rpy:2296 translate traditional_chinese earthquake_3afcd917: # Akarsha "{big=+20}THERE'S A GHOST?!?{/big}" with sshake - Akarsha "" with sshake + Akarsha "{big=+20}鬧鬼了嗎?!{/big}" with sshake # game/1_akarsha.rpy:2300 translate traditional_chinese earthquake_f5344444: # Noelle "YOU MEAN {big=+20}{i}EARTHQUAKE???{/i}{/big}" with sshake - Noelle "" with sshake + Noelle "{big=+20}{i}地震了啦!!!{/i}{/big}" with sshake # game/1_akarsha.rpy:2302 translate traditional_chinese earthquake_ef9c0a7c: # Akarsha "Oh, yeah, earthquake!" - Akarsha "" + Akarsha "對喔,地震!" # game/1_akarsha.rpy:2305 translate traditional_chinese earthquake_ec81b4bf: # "There's a commotion as Diya and the others crawl under their desks for cover as taught by years of earthquake drills." - "" + "基於長年防災演習的成果,同學紛紛爬到了桌子底下。" # game/1_akarsha.rpy:2306 translate traditional_chinese earthquake_e281d936: # "Without thinking, Akarsha dives under Noelle's desk, leaving Noelle sitting dumbly in her chair." - "" + "阿卡莎想都沒想就爬進了眼前的桌子,留下小諾呆呆的坐在椅子上。" # game/1_akarsha.rpy:2309 translate traditional_chinese earthquake_35112c36: # Noelle "AKARSHA!!! WHAT AM I SUPPOSED TO HIDE UNDER NOW??!" with sshake - Noelle "" with sshake + Noelle "這樣我要躲哪裡!!!" with sshake # game/1_akarsha.rpy:2311 translate traditional_chinese earthquake_2995ef0c: # Akarsha "Oops! Why don't you squeeze under here, too?" - Akarsha "" + Akarsha "對喔!不然妳也進來好了?" # game/1_akarsha.rpy:2316 translate traditional_chinese earthquake_4d5645d6: # "Akarsha tries to make room for Noelle as she stiffly crawls under the desk." - "" + "小諾也爬進桌子底下,阿卡莎努力為她騰出空間。" # game/1_akarsha.rpy:2317 translate traditional_chinese earthquake_d619d7bb: # "Every single one of Noelle's joints pop as she crouches into place. They're so close, Akarsha can feel the heat radiating off Noelle's skin." - "" + "小諾擠了進來,關節劈啪作響。她們的距離非常近,阿卡莎甚至能感覺到對方的體溫。" # game/1_akarsha.rpy:2318 translate traditional_chinese earthquake_48035f81: # AkarshaT "Is it just me, or is this like, really romantic??" - AkarshaT "" + AkarshaT "也太浪漫了吧?" # game/1_akarsha.rpy:2319 translate traditional_chinese earthquake_2c17bfd3: # AkarshaT "Nah, I'm just overthinking it...I gotta look at this objectively..." - AkarshaT "" + AkarshaT "不,一定是我想太多了。我要客觀一點……" # game/1_akarsha.rpy:2320 translate traditional_chinese earthquake_e35dbd6b: # "Scowling, Noelle readjusts herself and brushes her hand against Akarsha's." - "" + "小諾皺著眉頭,不斷調整著姿勢,她的手掌與阿卡莎蹭在一起。" # game/1_akarsha.rpy:2321 translate traditional_chinese earthquake_ab0fbc8b: # AkarshaT "No way...Does this mean what I think it means?!" - AkarshaT "" + AkarshaT "不會吧……?!" # game/1_akarsha.rpy:2322 translate traditional_chinese earthquake_24dbfb0b: # AkarshaT "She must've done that because she secretly likes me! Confirmed!!" with sshake - AkarshaT "" with sshake + AkarshaT "我就知道她愛我!" with sshake # game/1_akarsha.rpy:2327 translate traditional_chinese earthquake_1478c377: # Noelle "......." - Noelle "" + Noelle "……" # game/1_akarsha.rpy:2328 translate traditional_chinese earthquake_117be23f: # Akarsha "......." - Akarsha "" + Akarsha "……" # game/1_akarsha.rpy:2329 translate traditional_chinese earthquake_cd62d3b0: # Noelle "I think it's stopped." - Noelle "" + Noelle "好像停了。" # game/1_akarsha.rpy:2335 translate traditional_chinese earthquake_8e7e717f: # "Noelle clambers back to her feet in a hurry." - "" + "小諾飛快的退了出去。" # game/1_akarsha.rpy:2336 translate traditional_chinese earthquake_3b7b1b5c: # Noelle "I can't believe you!" - Noelle "" + Noelle "妳怎麽可以這麼自私!" # game/1_akarsha.rpy:2337 translate traditional_chinese earthquake_a7edef31: # Noelle "I could have perished because of your selfishness!" - Noelle "" + Noelle "我可能會死欸!" # game/1_akarsha.rpy:2339 translate traditional_chinese earthquake_8b07ae0f: # Akarsha "But you didn't! Talk about a win-win situation." - Akarsha "" + Akarsha "但是妳還活著!這就是所謂的雙贏。" # game/1_akarsha.rpy:2341 translate traditional_chinese earthquake_b7a60ec3: # AkarshaT "What're the odds of an earthquake happening right as we were talking to each other?" - AkarshaT "" + AkarshaT "為什麼地震剛好在我們講話的時候發生呢?" # game/1_akarsha.rpy:2342 translate traditional_chinese earthquake_2037cd4d: # AkarshaT "Maybe it's a sign from the universe that we're soul mates!" - AkarshaT "" + AkarshaT "難道是大宇宙的指引?!" # game/1_akarsha.rpy:2344 translate traditional_chinese earthquake_397d0fad: # AkarshaT "I mean, think about it. What's more likely, that this was a coincidence? Or that the world revolves around me, and it's trying to tell me something?" - AkarshaT "" + AkarshaT "讓我們冷靜的分析一下:這可能是大宇宙想要傳達給我某種訊息,或是單純的巧合。" # game/1_akarsha.rpy:2345 translate traditional_chinese earthquake_3bf97989: # AkarshaT "It's obviously the second one!" - AkarshaT "" + AkarshaT "怎麼可能會是巧合!" # game/1_akarsha.rpy:2356 translate traditional_chinese failedConfession_5ada2de0: # "Akarsha comes home giddy with the private conviction that Noelle likes her back." - "" + "單方面的認定小諾與她兩情相悅之後,阿卡莎興高采烈地回到了家。" # game/1_akarsha.rpy:2357 translate traditional_chinese failedConfession_b5391cc2: # "In spurt of reckless courage, she boots up the family desktop in the computer room after dinner." - "" + "在衝動的驅使下,她在晚餐後打開了家裡的公用電腦。" # game/1_akarsha.rpy:2359 translate traditional_chinese failedConfession_a8c4d599: # AkarshaT "Okay...I'm gonna confess my love to her!" - AkarshaT "" + AkarshaT "我要告白……!" # game/1_akarsha.rpy:2360 translate traditional_chinese failedConfession_d589feac: # AkarshaT "I have a really good feeling about this!" - AkarshaT "" + AkarshaT "我有預感!一定會成功!" # game/1_akarsha.rpy:2364 translate traditional_chinese failedConfession_8e0ddc15: # cFirstLine "{nw}" - cFirstLine "" + cFirstLine "{nw}" # game/1_akarsha.rpy:2365 translate traditional_chinese failedConfession_f7b39a74: # cAkarsha "hey" - cAkarsha "" + cAkarsha "欸" # game/1_akarsha.rpy:2366 translate traditional_chinese failedConfession_52b966ff: # cSame "do u have a minute" - cSame "" + cSame "有空嗎" # game/1_akarsha.rpy:2367 translate traditional_chinese failedConfession_4530ee73: # cNoelle "Why is your display name \"Certified Brain Genius\"?" - cNoelle "" + cNoelle "妳的暱稱為什麼叫做「公認腦天才」?" # game/1_akarsha.rpy:2368 translate traditional_chinese failedConfession_2bebd93c: # cAkarsha "uh becuase i am one? duh" - cAkarsha "" + cAkarsha "因為我是啊" # game/1_akarsha.rpy:2369 translate traditional_chinese failedConfession_915918f1: # cNoelle "WHAT DIFFERENCE IS THERE BETWEEN A GENIUS AND A \"BRAIN GENIUS\"??" - cNoelle "" + cNoelle "「天才」和「腦天才」不是一樣嗎?" # game/1_akarsha.rpy:2370 translate traditional_chinese failedConfession_8a8d4a43: # cSame "IT'S A POINTLESS DISTINCTION!" - cSame "" + cSame "不要做無謂的強調!" # game/1_akarsha.rpy:2371 translate traditional_chinese failedConfession_8a0b245d: # cAkarsha "no no they're obviously different" - cAkarsha "" + cAkarsha "當然不一樣" # game/1_akarsha.rpy:2372 translate traditional_chinese failedConfession_0355095c: # cNoelle "Did you change it to this just to annoy me?!" - cNoelle "" + cNoelle "妳是來惹我生氣的嗎?" # game/1_akarsha.rpy:2373 translate traditional_chinese failedConfession_e1b4617c: # cAkarsha "idk what ur talking about and i dont appreciate u questioning my certification -_-" - cAkarsha "" + cAkarsha "我不知道你在說什麼而且我不喜歡你隨便批評我的頭銜" # game/1_akarsha.rpy:2374 translate traditional_chinese failedConfession_12824d77: # cSame "we ladies need to uplift each other!!" - cSame "" + cSame "女人當自強!" # game/1_akarsha.rpy:2375 translate traditional_chinese failedConfession_a659f2fc: # cSame "no point in having 2 queens fight" - cSame "" + cSame "我們同類不要大驚小怪好嗎" # game/1_akarsha.rpy:2376 translate traditional_chinese failedConfession_6f670f39: # cNoelle "QUEENS??" - cNoelle "" + cNoelle "同類???" # game/1_akarsha.rpy:2377 translate traditional_chinese failedConfession_28bbe7c8: # cSame "RIGHT NOW I SEE YOU AS NOTHING BUT AN ENEMY TO BE OBLITERATED." - cSame "" + cSame "我跟妳不是同類,妳是我的敵人。" # game/1_akarsha.rpy:2378 translate traditional_chinese failedConfession_966a93ca: # cAkarsha "ok can we circle back to this later?" - cAkarsha "" + cAkarsha "這個可以等一下再說嗎" # game/1_akarsha.rpy:2379 translate traditional_chinese failedConfession_138a3bd5: # cSame "thats not why messaged you" - cSame "" + cSame "我不是因為這個才敲你" # game/1_akarsha.rpy:2380 translate traditional_chinese failedConfession_9a2ad2c6: # cNoelle "Why did you message me, then?" - cNoelle "" + cNoelle "那妳為什麼敲我?" # game/1_akarsha.rpy:2381 translate traditional_chinese failedConfession_ba708bd3: # cAkarsha "i have to tell yuo something" - cAkarsha "" + cAkarsha "我想告訴你一件事情" # game/1_akarsha.rpy:2382 translate traditional_chinese failedConfession_4d722a60: # cNoelle "What is it?" - cNoelle "" + cNoelle "什麼事情?" # game/1_akarsha.rpy:2383 translate traditional_chinese failedConfession_6d80717c: # cAkarsha "i" - cAkarsha "" + cAkarsha "我" # game/1_akarsha.rpy:2384 translate traditional_chinese failedConfession_a82300be: # cSame "uh" - cSame "" + cSame "恩" # game/1_akarsha.rpy:2385 translate traditional_chinese failedConfession_23c5da08: # cSame "man this is hard to say" - cSame "" + cSame "好難講喔" # game/1_akarsha.rpy:2386 translate traditional_chinese failedConfession_d2d4ebc1: # cSame "^__^;;;;;;" - cSame "" + cSame "(狂汗狂汗)" # game/1_akarsha.rpy:2387 translate traditional_chinese failedConfession_f5702156: # cSame "i kinda have a crush on you" - cSame "" + cSame "我喜歡上你了" # game/1_akarsha.rpy:2388 translate traditional_chinese failedConfession_0381fa1b: # cNoelle "Er..." - cNoelle "" + cNoelle "呃……" # game/1_akarsha.rpy:2389 translate traditional_chinese failedConfession_16eac652: # cSame "What?" - cSame "" + cSame "什麼意思?" # game/1_akarsha.rpy:2390 translate traditional_chinese failedConfession_20630ef3: # cSame "You're joking, right?" - cSame "" + cSame "妳在開玩笑吧?" # game/1_akarsha.rpy:2394 translate traditional_chinese failedConfession_2476b152: # "Akarsha's stomach drops as Noelle's flat response flashes on the screen." - "" + "看著小諾平淡的回應,阿卡莎的心重重的沉了下去。" # game/1_akarsha.rpy:2396 translate traditional_chinese failedConfession_9bdb57eb: # AkarshaT "Crap. That's not what I was expecting..." - AkarshaT "" + AkarshaT "死了。怎麼會這樣……" # game/1_akarsha.rpy:2397 translate traditional_chinese failedConfession_d7779c0a: # AkarshaT "If she really liked me, she would've jumped at the chance to say she felt the same way!" - AkarshaT "" + AkarshaT "如果她也喜歡我,應該會跟著告白才對!" # game/1_akarsha.rpy:2398 translate traditional_chinese failedConfession_1152899f: # AkarshaT "I know {i}I{/i} would've..." - AkarshaT "" + AkarshaT "至少我一定會……" # game/1_akarsha.rpy:2400 translate traditional_chinese failedConfession_2b0fa1e5: # AkarshaT "Which means...I was overthinking all our interactions after all..." - AkarshaT "" + AkarshaT "也就是說……真的是我想太多了……" # game/1_akarsha.rpy:2401 translate traditional_chinese failedConfession_771d952f: # AkarshaT "I'm not a certified brain genius anymore. I've made a grave mistake!!" - AkarshaT "" + AkarshaT "我再也不是腦天才了。我是智障!" # game/1_akarsha.rpy:2404 translate traditional_chinese failedConfession_bef5eee4: # AkarshaT "Abort mission! Abort!!" with sshake - AkarshaT "" with sshake + AkarshaT "終止行動!終止行動!" with sshake # game/1_akarsha.rpy:2408 translate traditional_chinese failedConfession_6c898b58: # cAkarsha "uh" - cAkarsha "" + cAkarsha "呃" # game/1_akarsha.rpy:2409 translate traditional_chinese failedConfession_cfab3a9e: # cSame "just kidding!!!" - cSame "" + cSame "開玩笑的!!!" # game/1_akarsha.rpy:2410 translate traditional_chinese failedConfession_2823a0a8: # cSame "that was my brother xD" - cSame "" + cSame "是我弟啦XD" # game/1_akarsha.rpy:2411 translate traditional_chinese failedConfession_d6ca2fcc: # cNoelle "Your brother...?" - cNoelle "" + cNoelle "你弟弟?" # game/1_akarsha.rpy:2412 translate traditional_chinese failedConfession_72118dc4: # cAkarsha "ya he took the keyboard and typed that as a joke" - cAkarsha "" + cAkarsha "對啊他把鍵盤搶走了" # game/1_akarsha.rpy:2413 translate traditional_chinese failedConfession_0f8056f0: # cSame "i cant believe he did that o.O" - cSame "" + cSame "沒想到他會寫這個o.O" # game/1_akarsha.rpy:2414 translate traditional_chinese failedConfession_ba10194c: # cSame "like id ever say anything that crazeh! e_e" - cSame "" + cSame "我怎麼會說這種話啦e_e" # game/1_akarsha.rpy:2415 translate traditional_chinese failedConfession_3779265e: # cNoelle "I see..." - cNoelle "" + cNoelle "我了解了……" # game/1_akarsha.rpy:2416 translate traditional_chinese failedConfession_06bdf062: # cAkarsha "just forget this ever happened ok? my bros so random lolll" - cAkarsha "" + cAkarsha "當沒發生過吧 我弟超怪哈哈哈哈哈" # game/1_akarsha.rpy:2417 translate traditional_chinese failedConfession_c2256f7d: # cSame "i gtg now bye!!" - cSame "" + cSame "我走了掰!" # game/1_akarsha.rpy:2419 translate traditional_chinese failedConfession_76b2fe88: @@ -5380,943 +5422,947 @@ translate traditional_chinese failedConfession_76b2fe88: translate traditional_chinese shesTheMan_d1ee50bf: # "Akarsha powers the family desktop off, her heart pounding a mile a minute." - "" + "阿卡莎關掉電腦,心跳如擂鼓。" # game/1_akarsha.rpy:2425 translate traditional_chinese shesTheMan_c5600f8a: # AkarshaT "That was a close one...I somehow salvaged that and escaped unscathed..." - AkarshaT "" + AkarshaT "……我竟然毫髮無傷的回來了……" # game/1_akarsha.rpy:2426 translate traditional_chinese shesTheMan_f455912c: # AkarshaT "Apart from my heart being broken into a thousand smithereens, I mean..." - AkarshaT "" + AkarshaT "雖然我的心內傷得很嚴重……" # game/1_akarsha.rpy:2432 translate traditional_chinese shesTheMan_066ee45b: # "Akarsha dramatically throws herself onto the sofa in the living room." - "" + "阿卡莎戲劇性的癱倒在沙發上。" # game/1_akarsha.rpy:2434 translate traditional_chinese shesTheMan_40499fe6: # "Used to this, her brother offers her a piece of candy." - "" + "帕提克顯然非常習慣這種事,他遞給阿卡莎一顆糖果。" # game/1_akarsha.rpy:2436 translate traditional_chinese shesTheMan_cb1c371e: # Pratik "Want a Hi-Chew?" - Pratik "" + Pratik "要吃嗨啾嗎?" # game/1_akarsha.rpy:2438 translate traditional_chinese shesTheMan_105f20af: # Akarsha "No, thanks." - Akarsha "" + Akarsha "不用,謝謝。" # game/1_akarsha.rpy:2441 translate traditional_chinese shesTheMan_b4e41abc: # Dad "Don't eat too many of those. They have dangerous oils in them." - Dad "" + Dad "不要吃太多喔,裡面有不好的油。" # game/1_akarsha.rpy:2443 translate traditional_chinese shesTheMan_1ad54d6f: # Pratik "Okay, Dad..." - Pratik "" + Pratik "好……" # game/1_akarsha.rpy:2447 translate traditional_chinese shesTheMan_c432da8e: # "Her mom goes into the room Akarsha just left to switch off the light." - "" + "阿卡莎媽媽走進電腦室,關上了燈。" # game/1_akarsha.rpy:2449 translate traditional_chinese shesTheMan_72012e2a: # Mom "What is this — Diwali?!" - Mom "" + Mom "有人在過排燈節*嗎?!" + +$subtitle= "*耆那教、印度教與錫克教慶祝「以光明驅走黑暗,以善良戰勝邪惡」的節日" # game/1_akarsha.rpy:2451 translate traditional_chinese shesTheMan_5f9074e2: # Akarsha "Oops. Sorry, I was having a meltdown and forgot..." - Akarsha "" + Akarsha "對不起,我心情不太好,所以忘記關燈了……" + +$subtitle= "" # game/1_akarsha.rpy:2454 translate traditional_chinese shesTheMan_5e684a65: # Dad "Want to watch a funny movie with us? It'll make you feel better." - Dad "" + Dad "要不要跟我們一起看電影?心情會變好喔。" # game/1_akarsha.rpy:2456 translate traditional_chinese shesTheMan_c36f4f16: # Akarsha "What's the movie?" - Akarsha "" + Akarsha "什麼電影?" # game/1_akarsha.rpy:2458 translate traditional_chinese shesTheMan_3cdc0ede: # Dad "She's the Man. We just need to wait two minutes, it starts on TV at seven." - Dad "" + Dad "「足球尤物」,是好笑的。再兩分鐘電視就要播了。" # game/1_akarsha.rpy:2460 translate traditional_chinese shesTheMan_d7e4f85e: # "The movie kicks off with the teenage heroine making out with her boyfriend." - "" + "電影的開頭是一位年輕的女主角正在與男友親熱。" # game/1_akarsha.rpy:2462 translate traditional_chinese shesTheMan_54605496: # Mom "Ew. Gross." - Mom "" + Mom "低俗。" # game/1_akarsha.rpy:2465 translate traditional_chinese shesTheMan_eabf9a22: # Akarsha "I dunno...{w=0.35}Wish that were me..." - Akarsha "" + Akarsha "會嗎……{w=0.35}我還滿嚮往的……" # game/1_akarsha.rpy:2466 translate traditional_chinese shesTheMan_aa9127ac: # AkarshaT "We would've been so cute together......" - AkarshaT "" + AkarshaT "我好想跟她在一起……" # game/1_akarsha.rpy:2467 translate traditional_chinese shesTheMan_8c6abdb4: # AkarshaT "We belong together! We should be dating!" - AkarshaT "" + AkarshaT "為什麼我們不能在一起!" # game/1_akarsha.rpy:2468 translate traditional_chinese shesTheMan_2d918274: # AkarshaT "I was hoping so bad Noelle could see that, too." - AkarshaT "" + AkarshaT "我真的以為她喜歡我。" # game/1_akarsha.rpy:2469 translate traditional_chinese shesTheMan_212f9084: # AkarshaT "It just really hurts to know she doesn't feel the same way." - AkarshaT "" + AkarshaT "我好痛苦。" # game/1_akarsha.rpy:2472 translate traditional_chinese shesTheMan_660e1415: # Dad "Oh! This actress makes a very handsome boy." - Dad "" + Dad "哇!這個演員扮成男生以後好帥喔!" # game/1_akarsha.rpy:2473 translate traditional_chinese shesTheMan_79ab8c2d: # Dad "She would've tricked me." - Dad "" + Dad "完全看不出來她是女的。" # game/1_akarsha.rpy:2475 translate traditional_chinese shesTheMan_66a57bf1: # Mom "She would've tricked you?!" - Mom "" + Mom "你看不出來?!" # game/1_akarsha.rpy:2477 translate traditional_chinese shesTheMan_d84c92f1: # Dad "Beti, do you know how to do this?" - Dad "" + Dad "Beti,妳知道怎麼弄嗎?" # game/1_akarsha.rpy:2479 translate traditional_chinese shesTheMan_6798b12e: # Akarsha "Do what? Disguise myself as a guy?" - Akarsha "" + Akarsha "弄什麼?化裝成男的嗎?" # game/1_akarsha.rpy:2482 translate traditional_chinese shesTheMan_819ac32d: # Mom "What kind of question is that? You're so weird." - Mom "" + Mom "你怎麼問她這種問題?怪人一個。" # game/1_akarsha.rpy:2484 translate traditional_chinese shesTheMan_fa7e6773: # "It's a fun movie, but watching all the characters happily pair up after their wacky teen hijinks just makes Akarsha's chest ache even more." - "" + "電影很有趣,但看著演員們輕輕鬆鬆的找到真愛,阿卡莎只覺得更傷心了。" # game/1_akarsha.rpy:2485 translate traditional_chinese shesTheMan_1bda8106: # "Seeing the forlorn expression on her face, her dad pats her on the shoulder." - "" + "看見她的表情,爸爸拍了拍她的肩膀。" # game/1_akarsha.rpy:2487 translate traditional_chinese shesTheMan_2c2f9fbc: # Dad "Cheer up." - Dad "" + Dad "不要難過。" # game/1_akarsha.rpy:2488 translate traditional_chinese shesTheMan_ca9bee84: # Dad "If you really don't want to be a doctor, you can become a movie star instead." - Dad "" + Dad "如果不想當醫生,當電影明星也可以。" # game/1_akarsha.rpy:2490 translate traditional_chinese shesTheMan_bab2621b: # Mom "What are you saying?!" - Mom "" + Mom "你又在發什麼神經!" # game/1_akarsha.rpy:2492 translate traditional_chinese shesTheMan_3a244893: # Dad "I think it will be cool if Akarsha becomes a famous movie star. If she's rich, we can live in the mountains." - Dad "" + Dad "很酷吧?如果薪水夠高,我們還可以住山上。" # game/1_akarsha.rpy:2493 translate traditional_chinese shesTheMan_676955c7: # Dad "We can be like, in the wild." - Dad "" + Dad "我們可以野外求生。" # game/1_akarsha.rpy:2496 translate traditional_chinese shesTheMan_5188f404: # Mom "Why would we want that???" with sshake - Mom "" with sshake + Mom "你問過我們的意見嗎?!" with sshake # game/1_akarsha.rpy:2498 translate traditional_chinese shesTheMan_59d75ac0: # Dad "You can do it, beti. I believe." - Dad "" + Dad "妳可以,Beti。我相信。" # game/1_akarsha.rpy:2501 translate traditional_chinese shesTheMan_6e91f369: # AkarshaT "My parents have such high hopes for me, but all I do is waste the opportunities they worked so hard to give me." - AkarshaT "" + AkarshaT "我的生活是爸媽辛苦工作換來的。他們對我期望很高,我卻沒辦法滿足他們。" # game/1_akarsha.rpy:2503 translate traditional_chinese shesTheMan_e935c49c: # AkarshaT "I have literally nothing going for me...I'm legitimately such a waste of time and resources." - AkarshaT "" + AkarshaT "我的存在只是占空間而已……" # game/1_akarsha.rpy:2508 translate traditional_chinese shesTheMan_803db465: # AkarshaT "How do people manage to have their first kiss in kindergarten and stuff?" - AkarshaT "" + AkarshaT "那些在幼稚園就得到初吻的人,是怎麼做到的?" # game/1_akarsha.rpy:2509 translate traditional_chinese shesTheMan_c9c8d844: # AkarshaT "Why doesn't anyone wanna kiss {i}me{/i}?? Am I that unlikeable?" - AkarshaT "" + AkarshaT "為什麼沒有人想親我?我看起來這麼討厭嗎?)" # game/1_akarsha.rpy:2510 translate traditional_chinese shesTheMan_541c1f9b: # AkarshaT "It feels like such a remote thing that I can't imagine it {i}ever{/i} happening to me." - AkarshaT "" + AkarshaT "一切都感覺好{i}遙遠{/i}。" # game/1_akarsha.rpy:2511 translate traditional_chinese shesTheMan_97f655d7: # AkarshaT "I've never even held someone's hand or been in any kind of relationship." - AkarshaT "" + AkarshaT "我從來沒有牽過手,也沒有談過戀愛。" # game/1_akarsha.rpy:2512 translate traditional_chinese shesTheMan_fc963cdb: # AkarshaT "At this rate I'm gonna go through my entire life without ever getting kissed." - AkarshaT "" + AkarshaT "再這樣下去,我就要渡過沒有接吻的人生了。" # game/1_akarsha.rpy:2513 translate traditional_chinese shesTheMan_e8918134: # AkarshaT "What's even the point of me staying alive? There's nothing for me to look forward to." - AkarshaT "" + AkarshaT "我到底為什麼要活著呢?生命根本沒什麼好期待的。" # game/1_akarsha.rpy:2514 translate traditional_chinese shesTheMan_e8e3d7eb: # AkarshaT "Everything just feels so unattainable." - AkarshaT "" + AkarshaT "這個世界不需要我。" # game/1_akarsha.rpy:2524 translate traditional_chinese minChat_c034540d: # "Once the end credits roll, she dejectedly texts Min on her phone." - "" + "電影播完後,沮喪的阿卡莎發了一條訊息給小旼。" # game/1_akarsha.rpy:2526 translate traditional_chinese minChat_8e0ddc15: # cFirstLine "{nw}" - cFirstLine "" + cFirstLine "{nw}" # game/1_akarsha.rpy:2528 translate traditional_chinese minChat_277bb270: # cAkarsha "i read online that its healthy to wallow in sadness" - cAkarsha "" + cAkarsha "網路上說難過就要發洩出來" # game/1_akarsha.rpy:2529 translate traditional_chinese minChat_7dc1384b: # cSame "for up to 1 hour a day" - cSame "" + cSame "一天最好發洩一小時" # game/1_akarsha.rpy:2530 translate traditional_chinese minChat_65b74ae8: # cSame "and that hour begins nOW YAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - cSame "" + cSame "開始哇啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊ㄚ" # game/1_akarsha.rpy:2531 translate traditional_chinese minChat_f1a4dee5: # cMin "WTF" - cMin "" + cMin "WTF" # game/1_akarsha.rpy:2532 translate traditional_chinese minChat_ce2ded25: # cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - cAkarsha "" + cAkarsha "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊" # game/1_akarsha.rpy:2533 translate traditional_chinese minChat_c01a69d0: # cMin "SHUT UP" - cMin "" + cMin "吵死了" # game/1_akarsha.rpy:2535 translate traditional_chinese minChat_3aca3c73: # cAkarsha "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - cAkarsha "" + cAkarsha "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊" # game/1_akarsha.rpy:2536 translate traditional_chinese minChat_8edaa407: # cMin "what happened???????" - cMin "" + cMin "怎麼了啦" # game/1_akarsha.rpy:2537 translate traditional_chinese minChat_daea2865: # cAkarsha "I CONFESSED AND IT DIDNT GO WELL TT_____TT" - cAkarsha "" + cAkarsha "我告白了 沒有很成功QQQQ" # game/1_akarsha.rpy:2538 translate traditional_chinese minChat_fe37d991: # cMin "o shit" - cMin "" + cMin "幹 是喔" # game/1_akarsha.rpy:2539 translate traditional_chinese minChat_d330fcf4: # cAkarsha "luckily the second i saw things were going south" - cAkarsha "" + cAkarsha "不過幸好" # game/1_akarsha.rpy:2540 translate traditional_chinese minChat_16373f43: # cSame "i was able to backtrack n play it off as a joke" - cSame "" + cSame "我力挽狂瀾" # game/1_akarsha.rpy:2541 translate traditional_chinese minChat_dc67c551: # cSame "i said it was my brother pranking me" - cSame "" + cSame "騙他說是我弟在打字" # game/1_akarsha.rpy:2542 translate traditional_chinese minChat_c5123885: # cMin "wait" - cMin "" + cMin "等" # game/1_akarsha.rpy:2543 translate traditional_chinese minChat_c377e49a: # cSame "hold on" - cSame "" + cSame "等等" # game/1_akarsha.rpy:2544 translate traditional_chinese minChat_45468177: # cSame "you did it thru TEXT???" - cSame "" + cSame "你用網路告白?" # game/1_akarsha.rpy:2545 translate traditional_chinese minChat_742a148d: # cAkarsha "ya" - cAkarsha "" + cAkarsha "恩" # game/1_akarsha.rpy:2546 translate traditional_chinese minChat_bd81765c: # cMin "why???" - cMin "" + cMin "為什麼" # game/1_akarsha.rpy:2547 translate traditional_chinese minChat_87c2ccd5: # cAkarsha "idk it seemed like a good idea at the time :(" - cAkarsha "" + cAkarsha "不知道當時我覺得會成功QQ" # game/1_akarsha.rpy:2548 translate traditional_chinese minChat_b9f08306: # cSame "and that way I could say it wasnt me if i chickened out" - cSame "" + cSame "而且他拒絕我我還可以逃走" # game/1_akarsha.rpy:2549 translate traditional_chinese minChat_f57a085c: # cMin "wtf" - cMin "" + cMin "WTF" # game/1_akarsha.rpy:2550 translate traditional_chinese minChat_11dbd69b: # cSame "DO IT PROPERLY" - cSame "" + cSame "去重講" # game/1_akarsha.rpy:2551 translate traditional_chinese minChat_00989fc5: # cSame "IN PERSON" - cSame "" + cSame "當面講" # game/1_akarsha.rpy:2552 translate traditional_chinese minChat_3297aa4c: # cAkarsha "and deal with the consequences of my actions??" - cAkarsha "" + cAkarsha "然後面對現實嗎" # game/1_akarsha.rpy:2553 translate traditional_chinese minChat_ec07712c: # cSame "no thank u" - cSame "" + cSame "不用謝謝" # game/1_akarsha.rpy:2554 translate traditional_chinese minChat_3b27b2c2: # cMin "well if your not sinsere about it, then what you get back isnt going to be real either" - cMin "" + cMin "如果你不夠真心 你得到的的回報也不會是真心的" # game/1_akarsha.rpy:2555 translate traditional_chinese minChat_672019b9: # cSame "your like someone who went to vegas, spent 1 penny and got spooked and left" - cSame "" + cSame "你就像去拉斯維加斯的人 不想花錢錢又怕被騙" # game/1_akarsha.rpy:2556 translate traditional_chinese minChat_9a1586da: # cSame "You need to take risks if you wanna win anything" - cSame "" + cSame "回報有風險" # game/1_akarsha.rpy:2557 translate traditional_chinese minChat_94319816: # cAkarsha "too scawwy :(" - cAkarsha "" + cAkarsha "窩怕QQQQQ" # game/1_akarsha.rpy:2558 translate traditional_chinese minChat_52ec776d: # cMin "coward" - cMin "" + cMin "弱" # game/1_akarsha.rpy:2559 translate traditional_chinese minChat_5de190f3: # cAkarsha "whats the point? i know theyre not interested in me anyway" - cAkarsha "" + cAkarsha "而且他又不喜歡我 再告白一次有什麼意義" # game/1_akarsha.rpy:2560 translate traditional_chinese minChat_c1c3d86e: # cMin "weaksauce move" - cMin "" + cMin "膽小鬼 好好講 " # game/1_akarsha.rpy:2561 translate traditional_chinese minChat_42390620: # cAkarsha "and i cant even blame them" - cAkarsha "" + cAkarsha "其實也不怪他啦" # game/1_akarsha.rpy:2562 translate traditional_chinese minChat_25b3ce3a: # cSame "who'd wanna waste time with a loser like me ;___;" - cSame "" + cSame "怎麼會有人想在我這種廢物身上浪費時間Q___Q" # game/1_akarsha.rpy:2563 translate traditional_chinese minChat_107fd2e5: # cMin "what am i then motherfuker?? chopped liver?" - cMin "" + cMin "幹那我是什麽 肉屑嗎" # game/1_akarsha.rpy:2564 translate traditional_chinese minChat_a6f65b94: # cSame "IM wasting time with yuo right now" - cSame "" + cSame "我正在跟你浪費時間是真的" # game/1_akarsha.rpy:2565 translate traditional_chinese minChat_842b81b3: # cAkarsha "but u like wasting time with diya MORE" - cAkarsha "" + cAkarsha "可是你喜歡跟迪亞浪費時間" # game/1_akarsha.rpy:2566 translate traditional_chinese minChat_36326adf: # cSame "see??" - cSame "" + cSame "對吧" # game/1_akarsha.rpy:2567 translate traditional_chinese minChat_5d8f8657: # cSame "*is die*" - cSame "" + cSame "(死)" # game/1_akarsha.rpy:2568 translate traditional_chinese minChat_d7459e62: # cMin "well its not a contest" - cMin "" + cMin "那不能比" # game/1_akarsha.rpy:2569 translate traditional_chinese minChat_6c8e4583: # cAkarsha "ok but it kinda is??" - cAkarsha "" + cAkarsha "我知道可是 對我而言是差不多的" # game/1_akarsha.rpy:2570 translate traditional_chinese minChat_cb1e4453: # cSame "idk like...having 1 person in the world think im worth loving would be nice" - cSame "" + cSame "我只是希望有人喜歡我" # game/1_akarsha.rpy:2571 translate traditional_chinese minChat_3c0f13f4: # cSame "i feel like i've spent my entire life wanting people and being rejected while nobodys ever felt anything for me" - cSame "" + cSame "我覺得我一直在渴望別人的愛 可是大家都不要我" # game/1_akarsha.rpy:2572 translate traditional_chinese minChat_c7ed8e59: # cSame "like am i really that ugly and boring that no one would ever fall in love with me" - cSame "" + cSame "可能我真的很醜 很無趣 所以大家都不愛我" # game/1_akarsha.rpy:2573 translate traditional_chinese minChat_b5e1753d: # cSame "im just a waste of space" - cSame "" + cSame "我在浪費地球資源" # game/1_akarsha.rpy:2574 translate traditional_chinese minChat_66444cea: # cMin "seriosly stop saying shit like that" - cMin "" + cMin "你再講試試看" # game/1_akarsha.rpy:2575 translate traditional_chinese minChat_29f87937: # cAkarsha "i was just kidding XD im so random" - cAkarsha "" + cAkarsha "開玩笑的XD 我很怪you know" # game/1_akarsha.rpy:2576 translate traditional_chinese minChat_0189b1b0: # cMin "its not funny" - cMin "" + cMin "不好笑" # game/1_akarsha.rpy:2577 translate traditional_chinese minChat_2b7e21c2: # cAkarsha "xD" - cAkarsha "" + cAkarsha "XD" # game/1_akarsha.rpy:2578 translate traditional_chinese minChat_aee2d5a6: # cMin "dont xD me you son of a bitch" - cMin "" + cMin "幹你娘不准笑" # game/1_akarsha.rpy:2579 translate traditional_chinese minChat_83c89496: # cAkarsha "i just wanna do normal high school things" - cAkarsha "" + cAkarsha "我只是想和大家一樣" # game/1_akarsha.rpy:2580 translate traditional_chinese minChat_9df2dc8f: # cSame "like date and go to parties n stuff...." - cSame "" + cSame "跟喜歡的人約會 或著出去玩" # game/1_akarsha.rpy:2581 translate traditional_chinese minChat_0a77cc85: # cSame "i feel like im missing out on this whole fun exp everyone else is having" - cSame "" + cSame "我都沒有過" # game/1_akarsha.rpy:2583 translate traditional_chinese minChat_05f6d02c: # cMin "look dumbass" - cMin "" + cMin "你白癡嗎" # game/1_akarsha.rpy:2584 translate traditional_chinese minChat_dc360268: # cSame "theres probably like 3 couples in our entire grade including me and diya" - cSame "" + cSame "我們學校包括我和迪亞大概只有三對情侶" # game/1_akarsha.rpy:2585 translate traditional_chinese minChat_7962fd3f: # cSame "bunch of socially stunted fob nerds" - cSame "" + cSame "其他都是沒看過社會的死宅" # game/1_akarsha.rpy:2586 translate traditional_chinese minChat_2152bddb: # cSame "most of us arent even allowed to date until college anyways" - cSame "" + cSame "大學之前不能約會" # game/1_akarsha.rpy:2587 translate traditional_chinese minChat_acaf7d6b: # cAkarsha "great" - cAkarsha "" + cAkarsha "挖 好棒喔" # game/1_akarsha.rpy:2588 translate traditional_chinese minChat_20ce56ba: # cSame "so not only am i an undesirable weirdo but im not even special" - cSame "" + cSame "我不但怪 沒人愛 而且還不特別" # game/1_akarsha.rpy:2589 translate traditional_chinese minChat_336630ff: # cMin "not special is good sometimes" - cMin "" + cMin "不特別有時候是好事" # game/1_akarsha.rpy:2590 translate traditional_chinese minChat_153175b8: # cSame "if your not special it means your not alone" - cSame "" + cSame "因為你就不是一個人" # game/1_akarsha.rpy:2591 translate traditional_chinese minChat_04c0c377: # cAkarsha "ok yeah yeah i get it" - cAkarsha "" + cAkarsha "我懂了拉" # game/1_akarsha.rpy:2592 translate traditional_chinese minChat_f94b0df6: # cSame "u right" - cSame "" + cSame "有道理" # game/1_akarsha.rpy:2593 translate traditional_chinese minChat_898f94f8: # cSame "did you wanna play maplestory tonight?" - cSame "" + cSame "晚上要不要玩楓之谷" # game/1_akarsha.rpy:2594 translate traditional_chinese minChat_9c1e4858: # cSame "i need a distraction to stop thinking about my epic fail OTL" - cSame "" + cSame "我需要分心OTL" # game/1_akarsha.rpy:2596 translate traditional_chinese minChat_fa1cc125: # cMin "sry i cant" - cMin "" + cMin "抱歉不行" # game/1_akarsha.rpy:2597 translate traditional_chinese minChat_26bbef17: # cSame "juns using the computer right now" - cSame "" + cSame "阿俊在用電腦" # game/1_akarsha.rpy:2598 translate traditional_chinese minChat_8eb7eae2: # cAkarsha ":/" - cAkarsha "" + cAkarsha "ˊˋ" # game/1_akarsha.rpy:2600 translate traditional_chinese minChat_87c1d523: # cSame "how about we play through text then?" - cSame "" + cSame "那我們用這個玩" # game/1_akarsha.rpy:2601 translate traditional_chinese minChat_6a2d52ff: # cMin "what do you mean through text" - cMin "" + cMin "什麼叫做用這個玩" # game/1_akarsha.rpy:2606 translate traditional_chinese minChat_35d239d6: # cAkarsha " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" - cAkarsha "" + cAkarsha " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {font=myriad.otf}‘-‘_@_{/font}" # game/1_akarsha.rpy:2607 translate traditional_chinese minChat_652cb31f: # cSame "its a snail" - cSame "" + cSame "這是蝸牛" # game/1_akarsha.rpy:2608 translate traditional_chinese minChat_266a1334: # cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ‘-‘_@_" - cSame "" + cSame " \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {font=myriad.otf}‘-‘_@_{/font}" # game/1_akarsha.rpy:2609 translate traditional_chinese minChat_99c72437: # cMin "oh ok" - cMin "" + cMin "喔" # game/1_akarsha.rpy:2610 translate traditional_chinese minChat_4ffd774c: # cSame "attack" - cSame "" + cSame "攻擊" # game/1_akarsha.rpy:2611 translate traditional_chinese minChat_72b64b15: # cSame "ninja star" - cSame "" + cSame "手裏劍" # game/1_akarsha.rpy:2612 translate traditional_chinese minChat_bb958b57: # cAkarsha "it's hitting you!!!!" - cAkarsha "" + cAkarsha "蝸牛攻擊!!!" # game/1_akarsha.rpy:2613 translate traditional_chinese minChat_692421ce: # cSame "-5 HP" - cSame "" + cSame "-5HP" # game/1_akarsha.rpy:2614 translate traditional_chinese minChat_12e60c51: # cMin "HUH" - cMin "" + cMin "嗄" # game/1_akarsha.rpy:2615 translate traditional_chinese minChat_b1429f8f: # cSame "WHY" - cSame "" + cSame "為什麼" # game/1_akarsha.rpy:2616 translate traditional_chinese minChat_954f0529: # cAkarsha "use emoticons like me" - cAkarsha "" + cAkarsha "你要用表情符號" # game/1_akarsha.rpy:2617 translate traditional_chinese minChat_4d8c8f35: # cMin "oh" - cMin "" + cMin "喔" # game/1_akarsha.rpy:2618 translate traditional_chinese minChat_a82300be: # cSame "uh" - cSame "" + cSame "呃" # game/1_akarsha.rpy:2619 translate traditional_chinese minChat_4dcd8658: # cSame "*" - cSame "" + cSame "*" # game/1_akarsha.rpy:2620 translate traditional_chinese minChat_b75672a5: # cAkarsha "wuts that supposed to be" - cAkarsha "" + cAkarsha "這是什麼" # game/1_akarsha.rpy:2621 translate traditional_chinese minChat_0e36ce0e: # cSame "your butthole??" - cSame "" + cSame "屁眼嗎" # game/1_akarsha.rpy:2622 translate traditional_chinese minChat_8c727764: # cMin "WHY WOULD IT BE MNY BUTTHOLE?????" - cMin "" + cMin "屁眼哥闢" # game/1_akarsha.rpy:2624 translate traditional_chinese minChat_559b5944: # cSame "ITS THE NINJA STAR" - cSame "" + cSame "手裏劍啦" # game/1_akarsha.rpy:2625 translate traditional_chinese minChat_74563b79: # cSame "SICKO" - cSame "" + cSame "死變態" # game/1_akarsha.rpy:2626 translate traditional_chinese minChat_dc69304d: # cAkarsha "oh ok" - cAkarsha "" + cAkarsha "好啦" # game/1_akarsha.rpy:2627 translate traditional_chinese minChat_f255ca1e: # cSame "22 damage" - cSame "" + cSame "22點傷害" # game/1_akarsha.rpy:2628 translate traditional_chinese minChat_66dcd7f3: # cMin "*" - cMin "" + cMin "*" # game/1_akarsha.rpy:2629 translate traditional_chinese minChat_09c9146a: # cAkarsha "25 damage" - cAkarsha "" + cAkarsha "25點傷害" # game/1_akarsha.rpy:2630 translate traditional_chinese minChat_50676960: # cSame " \ \ \ \ \ \ \ \ \ ‘-‘_@_" - cSame "" + cSame " \ \ \ \ \ \ \ \ \ {font=myriad.otf}‘-‘_@_{/font}" # game/1_akarsha.rpy:2631 translate traditional_chinese minChat_c653de34: # cSame "ITS COMIG CLOSER AND CLOSER AGAIN" - cSame "" + cSame "越爬越近了了了了了" # game/1_akarsha.rpy:2632 translate traditional_chinese minChat_9910eb26: # cMin "=O" - cMin "" + cMin "=O" # game/1_akarsha.rpy:2633 translate traditional_chinese minChat_22400f16: # cSame "thats my fist punching" - cSame "" + cSame "這是我的拳頭" # game/1_akarsha.rpy:2634 translate traditional_chinese minChat_d34dae4d: # cAkarsha "2 damage" - cAkarsha "" + cAkarsha "2點傷害" # game/1_akarsha.rpy:2635 translate traditional_chinese minChat_9910eb26_1: # cMin "=O" - cMin "" + cMin "=O" # game/1_akarsha.rpy:2636 translate traditional_chinese minChat_6222a582: # cAkarsha "4 damage" - cAkarsha "" + cAkarsha "4點傷害" # game/1_akarsha.rpy:2637 translate traditional_chinese minChat_207bc430: # cSame "-3 HP" - cSame "" + cSame "-3HP" # game/1_akarsha.rpy:2638 translate traditional_chinese minChat_62fa7222: # cMin "what the..the snail should be dead by now" - cMin "" + cMin "怎麼可能 他應該死了" # game/1_akarsha.rpy:2639 translate traditional_chinese minChat_89c3be2a: # cSame "they dont have that much hp" - cSame "" + cSame "蝸牛沒那麼多血" # game/1_akarsha.rpy:2640 translate traditional_chinese minChat_5100dfb8: # cSame "F9" - cSame "" + cSame "F9" # game/1_akarsha.rpy:2641 translate traditional_chinese minChat_e368a74a: # cAkarsha "fine ur not damaged" - cAkarsha "" + cAkarsha "好啦你沒扣血" # game/1_akarsha.rpy:2642 translate traditional_chinese minChat_e48cd0bc: # cSame "($)" - cSame "" + cSame "($)" # game/1_akarsha.rpy:2643 translate traditional_chinese minChat_07672532: # cMin "ok great" - cMin "" + cMin "好" # game/1_akarsha.rpy:2644 translate traditional_chinese minChat_43eeb1b1: # cSame "im gonna try doing the kerning city pq" - cSame "" + cSame "我要畫畫看墮落城市pq" # game/1_akarsha.rpy:2646 translate traditional_chinese minChat_45521bab: # cAkarsha "yee good choice" - cAkarsha "" + cAkarsha "好耶" # game/1_akarsha.rpy:2648 translate traditional_chinese minChat_76b2fe88: @@ -6328,1309 +6374,1324 @@ translate traditional_chinese minChat_76b2fe88: translate traditional_chinese classNextDay_7fcce648: # "Akarsha feels a bit better after talking to Min, but once she's logged off, the heartache in her chest returns." - "" + "小旼讓阿卡莎稍微開心了一點,但當她關上電腦,心痛的感覺又回來了。" # game/1_akarsha.rpy:2654 translate traditional_chinese classNextDay_8f89a031: # "That night, Akarsha reads the entirety of Azumanga Daioh for the first time on an illegal manga scanlation site in an effort to forget about everything." - "" + "那天夜裡,阿卡莎在某個盜版漫畫網站上第一次看了校園漫畫大王*,希望可以忘記今天發生過的所有事情。" + +$subtitle= "*日本搞笑四格漫畫" # game/1_akarsha.rpy:2655 translate traditional_chinese classNextDay_3df640b9: # "It doesn't work." - "" + "完全沒用。" + +$subtitle= "" # game/1_akarsha.rpy:2669 translate traditional_chinese classNextDay_7494a18f: # "Akarsha cracks a weak smile as Diya answers the door." - "" + "阿卡莎撐起一個虛弱的笑容,按下迪亞家的門鈴。" # game/1_akarsha.rpy:2671 translate traditional_chinese classNextDay_5a1e57f8: # Akarsha "Ayyy...Ready to walk to school together?" - Akarsha "" + Akarsha "嗨嗨……準備好去上學了嗎?" # game/1_akarsha.rpy:2674 translate traditional_chinese classNextDay_2ebe0f92: # "Diya gives her an odd look as they start heading down the sidewalk." - "" + "她們肩並肩走著,迪亞奇怪的看著她。" # game/1_akarsha.rpy:2675 translate traditional_chinese classNextDay_47e6dcd3: # Diya "Are you okay?" - Diya "" + Diya "妳還好嗎?" # game/1_akarsha.rpy:2677 translate traditional_chinese classNextDay_94522bab: # Akarsha "Y-yeah?? Why do you ask??" - Akarsha "" + Akarsha "很、很好啊?怎麼了嗎?" # game/1_akarsha.rpy:2680 translate traditional_chinese classNextDay_5fac5ccc: # Diya "You didn't send me a weird message this morning like usual." - Diya "" + Diya "妳今天沒有傳奇怪的訊息給我。" # game/1_akarsha.rpy:2681 translate traditional_chinese classNextDay_346c4e17: # Diya "Also, your eyes are red." - Diya "" + Diya "而且妳眼睛好紅。" # game/1_akarsha.rpy:2683 translate traditional_chinese classNextDay_e0c8f799: # Akarsha "Oh, that's nothing! I got shampoo in them while showering." - Akarsha "" + Akarsha "喔,沒事啦!我沖澡的時候洗髮精跑到眼睛裡了。" # game/1_akarsha.rpy:2686 translate traditional_chinese classNextDay_c60e0424: # Diya "You should get L’Oréal Kids. No tears." - Diya "" + Diya "推薦妳用巴黎萊雅兒童洗髮精,不流淚配方。" # game/1_akarsha.rpy:2688 translate traditional_chinese classNextDay_6af96e1f: # Akarsha "Are you making fun of me??" - Akarsha "" + Akarsha "妳在開玩笑嗎?" # game/1_akarsha.rpy:2691 translate traditional_chinese classNextDay_9cbab985: # Diya "Yeah." - Diya "" + Diya "嗯。" # game/1_akarsha.rpy:2693 translate traditional_chinese classNextDay_3cf0b26c: # Akarsha "Oh. All your jokes are so deadpan it's hard to tell sometimes..." - Akarsha "" + Akarsha "喔。妳開玩笑的時候都沒有表情,好難看出來喔……" # game/1_akarsha.rpy:2694 translate traditional_chinese classNextDay_8cb75bfb: # AkarshaT "It must be nice to be pretty. I wish I didn't have to be funny all the time to get people to like me." - AkarshaT "" + AkarshaT "當美女一定很棒。不會搞笑也有人喜歡妳。" # game/1_akarsha.rpy:2700 translate traditional_chinese classNextDay_5d40ef3c: # AkarshaT "It sucks being so pathetic that you fall hopelessly in love with anyone who pays even the slightest bit of attention to you." - AkarshaT "" + AkarshaT "我竟然愛上一個把我當空氣的人。可以再可悲一點。" # game/1_akarsha.rpy:2701 translate traditional_chinese classNextDay_d5687377: # AkarshaT "Especially unattainable straight girls. God, I'm stupid..." - AkarshaT "" + AkarshaT "還是高冷。還是直女。我是白癡嗎……" # game/1_akarsha.rpy:2702 translate traditional_chinese classNextDay_e431b19f: # AkarshaT "I can't believe I was so desperate that I convinced myself she liked me back. Literally delusional..." - AkarshaT "" + AkarshaT "我竟然還催眠自己她喜歡我。愛情果然是盲目的……" # game/1_akarsha.rpy:2703 translate traditional_chinese classNextDay_ddca5d96: # AkarshaT "Sigh..." - AkarshaT "" + AkarshaT "唉……" # game/1_akarsha.rpy:2708 translate traditional_chinese classNextDay_8034c3bd: # "At school, Akarsha nervously waits in the first period classroom before Noelle and Diya arrive." - "" + "第一節課快要開始了,阿卡莎非常緊張。" # game/1_akarsha.rpy:2710 translate traditional_chinese classNextDay_c9ec69a0: # AkarshaT "I wonder how facing Noelle again will go..." - AkarshaT "" + AkarshaT "不知道小諾會怎麼看我……" # game/1_akarsha.rpy:2713 translate traditional_chinese classNextDay_937a9cb8: # "A water bottle flies through the doorway and ricochets off the floor." with sshake - "" with sshake + "一個寶特瓶飛進教室,重重的砸在地上。" with sshake # game/1_akarsha.rpy:2715 translate traditional_chinese classNextDay_57a9577d: # Diya "Coast is clear." - Diya "" + Diya "安全。" # game/1_akarsha.rpy:2717 translate traditional_chinese classNextDay_0492fd95: # Akarsha "You don't need to keep doing that, y'know. I wouldn't reuse the same set-up twice." - Akarsha "" + Akarsha "省省吧,同樣的招數我不會用第二次。" # game/1_akarsha.rpy:2720 translate traditional_chinese classNextDay_c2954df2: # "Noelle cautiously sticks a long twig through the doorframe, her eyes narrowed at Akarsha." - "" + "小諾用一根樹枝在門框附近探測,警惕的盯著阿卡莎。" # game/1_akarsha.rpy:2722 translate traditional_chinese classNextDay_ca34614f: # Noelle "Then what is it this time, you putrid worm?" - Noelle "" + Noelle "那這次是什麼,臭女人?" # game/1_akarsha.rpy:2724 translate traditional_chinese classNextDay_7fbb76ee: # Akarsha "Wouldn't you like to know?" - Akarsha "" + Akarsha "妳想知道嗎?" # game/1_akarsha.rpy:2726 translate traditional_chinese classNextDay_5b5f864f: # AkarshaT "Phew...She's acting like nothing happened last night!" - AkarshaT "" + AkarshaT "呼……她的態度很正常!" # game/1_akarsha.rpy:2727 translate traditional_chinese classNextDay_31940d17: # AkarshaT "She must've believed what I said about my little brother sending the message." - AkarshaT "" + AkarshaT "她一定相信了當時是我弟在搞鬼。" # game/1_akarsha.rpy:2729 translate traditional_chinese classNextDay_413c3127: # AkarshaT "Thank god. Sorry, Pratik." - AkarshaT "" + AkarshaT "感謝老天。抱歉老弟。" # game/1_akarsha.rpy:2730 translate traditional_chinese classNextDay_1cb1d653: # AkarshaT "Now I just gotta ignore my feelings until they eventually die out." - AkarshaT "" + AkarshaT "現在我只要等心痛的感覺消失就好了。" # game/1_akarsha.rpy:2732 translate traditional_chinese classNextDay_8dd5a8f1: # Akarsha "I have a special present for you, Frenchman. Come closer..." - Akarsha "" + Akarsha "法國佬,我有禮物要送妳。過來、過來……" # game/1_akarsha.rpy:2735 translate traditional_chinese classNextDay_352d97e8: # Noelle "What? No, keep it to yourself." - Noelle "" + Noelle "不用了,妳留著吧。" # game/1_akarsha.rpy:2737 translate traditional_chinese classNextDay_156f7308: # Akarsha "Don't be shy! I know you want your very special present!" - Akarsha "" + Akarsha "來來來,不要害羞嘛!" # game/1_akarsha.rpy:2741 translate traditional_chinese classNextDay_d0f3a88e: # Noelle "I DON'T WANT THIS \"PRESENT\"! DON'T COME NEAR ME!" with sshake - Noelle "" with sshake + Noelle "我不要!不准靠近我!" with sshake # game/1_akarsha.rpy:2742 translate traditional_chinese classNextDay_512087e5: # "As Noelle enters the classroom suspiciously, she tries to give Akarsha a wide berth. Akarsha discreetly pulls her secret weapon out of her pocket..." - "" + "小諾如履薄冰的走進教室,與阿卡莎保持安全距離。阿卡莎將手伸進口袋,鄭重地拿出了她的秘密武器……" # game/1_akarsha.rpy:2744 translate traditional_chinese classNextDay_6cb78dac: # Akarsha "HERE YOU GO!!!!" with sshake - Akarsha "" with sshake + Akarsha "送妳!!!" with sshake # game/1_akarsha.rpy:2751 translate traditional_chinese classNextDay_eef7b906: # "It's a spinning light toy Akarsha got from Disneyland in elementary school." - "" + "……一個小學時在迪士尼樂園買的旋轉發光玩具。" # game/1_akarsha.rpy:2754 translate traditional_chinese classNextDay_a512908a: # "Noelle recoils as its rubber arms repeatedly whack her face." - "" + "玩具的橡膠螺旋槳不斷拍打著小諾的臉,她拼命的往後躲。" # game/1_akarsha.rpy:2755 translate traditional_chinese classNextDay_1da8e443: # Noelle "GYAHHHH!!!!!!!" with sshake - Noelle "" with sshake + Noelle "呀啊啊啊!!!!!" with sshake # game/1_akarsha.rpy:2757 translate traditional_chinese classNextDay_8d489cc9: # Akarsha "THOUSAND ENERGY BEAMS ATTACK!!!" with sshake - Akarsha "" with sshake + Akarsha "十倍龜派氣功!!!" with sshake # game/1_akarsha.rpy:2758 translate traditional_chinese classNextDay_20b65587: # AkarshaT "I used to annoy my brother like this all the time." - AkarshaT "" + AkarshaT "我常常拿這個弄我弟。" # game/1_akarsha.rpy:2760 translate traditional_chinese classNextDay_a157c8f5: # Noelle "AKARSHAAAAAA!!! I HATE YOU!!!!" with sshake - Noelle "" with sshake + Noelle "我討厭妳!!!!!" with sshake # game/1_akarsha.rpy:2762 translate traditional_chinese classNextDay_a69cd5c0: # "Akarsha gulps as Diya approaches the crime scene and towers over her." - "" + "迪亞的陰影籠罩了戰場,阿卡莎緊張的吞了口唾沫。" # game/1_akarsha.rpy:2764 translate traditional_chinese classNextDay_1b803a12: # Diya "....." - Diya "" + Diya "……" # game/1_akarsha.rpy:2766 translate traditional_chinese classNextDay_eb95c536: # Akarsha "C'maaahn, this isn't fair!" - Akarsha "" + Akarsha "不可以!不公平!" # game/1_akarsha.rpy:2767 translate traditional_chinese classNextDay_8587b638: # Akarsha "Just look! I'm so small, look how small I am compared to you!" - Akarsha "" + Akarsha "妳這麼高!我這麼矮!" # game/1_akarsha.rpy:2769 translate traditional_chinese classNextDay_1512a0cb: # Akarsha "Noooo, it's also my birthday, you can't be mean on my birthday!" - Akarsha "" + Akarsha "而且今天是我生日!妳不可以傷害壽星!" # game/1_akarsha.rpy:2771 translate traditional_chinese classNextDay_6e8840cd: # Diya "............" - Diya "" + Diya "…………" # game/1_akarsha.rpy:2773 translate traditional_chinese classNextDay_b119ea2d: # Diya "Is that true?" - Diya "" + Diya "真的嗎?" # game/1_akarsha.rpy:2775 translate traditional_chinese classNextDay_86a9817f: # Noelle "She's lying. Her birthday isn't until April." - Noelle "" + Noelle "假的。她生日是四月。" # game/1_akarsha.rpy:2777 translate traditional_chinese classNextDay_676c4073: # "Akarsha yelps as Diya snatches the spinny toy out of her grasp." - "" + "迪亞搶走了旋轉發光玩具。" # game/1_akarsha.rpy:2779 translate traditional_chinese classNextDay_72cf31d4: # "Seeing that Akarsha's unarmed, Noelle menacingly starts walking toward her." - "" + "小諾惡狠狠地走向手無寸鐵的阿卡莎。" # game/1_akarsha.rpy:2781 translate traditional_chinese classNextDay_143ee593: # Akarsha "Hey, calm down!" - Akarsha "" + Akarsha "不要衝動!" # game/1_akarsha.rpy:2782 translate traditional_chinese classNextDay_5fd962e9: # Akarsha "I was doin' you a favor, testing your reflexes for you! Like at the doctor!" - Akarsha "" + Akarsha "我在幫妳做臉部肌肉診斷!" # game/1_akarsha.rpy:2784 translate traditional_chinese classNextDay_320efa19: # Noelle "........" - Noelle "" + Noelle "……" # game/1_akarsha.rpy:2786 translate traditional_chinese classNextDay_c5ebffdc: # Akarsha "F-free! Free reflex test!" with sshake - Akarsha "" with sshake + Akarsha "還、還免費喔!看醫生不用錢!很棒對不對!" with sshake # game/1_akarsha.rpy:2788 translate traditional_chinese classNextDay_e126f388: # "Akarsha breaks into a run as Noelle chases after her." - "" + "小諾開始追阿卡莎。" # game/1_akarsha.rpy:2790 translate traditional_chinese classNextDay_d6b89395: # Noelle "COME BACK HERE!! YOU CRETIN!!!" with sshake - Noelle "" with sshake + Noelle "站住!!!妳這個低能兒!!!" with sshake # game/1_akarsha.rpy:2792 translate traditional_chinese classNextDay_5c96f3a2: # AkarshaT "Oh shit, baseball practice actually made her faster!" - AkarshaT "" + AkarshaT "要命喔,打棒球讓她跑步變快了!" # game/1_akarsha.rpy:2794 translate traditional_chinese classNextDay_7cb5f942: # AkarshaT "Oh shit, she's catching up to me. Oh shit!!!" with sshake - AkarshaT "" with sshake + AkarshaT "她追上來了她追上來了她追上來了!!!" with sshake # game/1_akarsha.rpy:2805 translate traditional_chinese lockerRoom_3dd85446: # "When Akarsha comes to baseball practice, she hears whispering in the locker room." - "" + "現在是棒球社的練習時間。阿卡莎走進更衣室,就聽到有幾個人正在竊竊私語。" # game/1_akarsha.rpy:2807 translate traditional_chinese lockerRoom_93db2795: # Liz "{i}(...So the plan is, we all pitch in?){/i}" - Liz "" + Liz "……我們要合買嗎?" # game/1_akarsha.rpy:2809 translate traditional_chinese lockerRoom_fa748ae6: # Noelle "{i}(If we split it up eight ways, it's only $1.50 per person.){/i}" - Noelle "" + Noelle "這樣一個人只要一塊五。" # game/1_akarsha.rpy:2811 translate traditional_chinese lockerRoom_8d9eff1b: # Min "{big=+20}But I don't see why I should have to pay.{/big}" - Min "" + Min "{big=+20}為什麼我也要?{/big}" # game/1_akarsha.rpy:2813 translate traditional_chinese lockerRoom_2ef57e72: # Sayeeda "{i}Shhh!{/i}" with sshake - Sayeeda "" with sshake + Sayeeda "{i}噓!{/i}" with sshake # game/1_akarsha.rpy:2815 translate traditional_chinese lockerRoom_ce1ccb9c: # Noelle "{i}(You have to pay because it'll be hilarious. She'll never guess who it is.){/i}" - Noelle "" + Noelle "{i}(因為好笑啊。她永遠猜不到是誰。){/i}" # game/1_akarsha.rpy:2817 translate traditional_chinese lockerRoom_8b97f375: # Chryssa "{i}(And here I thought we were trying to do a good deed.){/i}" - Chryssa "" + Chryssa "{i}(我還以為要給她驚喜。){/i}" # game/1_akarsha.rpy:2818 translate traditional_chinese lockerRoom_bf5a3598: # Chryssa "{i}(Do you ALWAYS have to be engaging in some kind of psychic mind battle with her?){/i}" - Chryssa "" + Chryssa "{i}(妳跟她一定要這樣搞來搞去嗎?){/i}" # game/1_akarsha.rpy:2822 translate traditional_chinese lockerRoom_09e1595e: # AkarshaT "What're they scheming about? I want in." - AkarshaT "" + AkarshaT "雖然不知道在幹嘛,不過我也要參加。" # game/1_akarsha.rpy:2824 translate traditional_chinese lockerRoom_c0f9b9cb: # "Akarsha walks over to where the others are furtively huddled together. A hush falls over the team..." - "" + "阿卡莎一走近,社員們全都不約而同的閉上了嘴。" # game/1_akarsha.rpy:2826 translate traditional_chinese lockerRoom_d11361e6: # Diya "........." - Diya "" + Diya "…………" # game/1_akarsha.rpy:2828 translate traditional_chinese lockerRoom_9256b846: # Liz "Why, hello there, Akarsha!" - Liz "" + Liz "阿卡莎,妳來啦!" # game/1_akarsha.rpy:2830 translate traditional_chinese lockerRoom_f5f717ec: # Ester "We were just talking about..." - Ester "" + Ester "我們正在說……" # game/1_akarsha.rpy:2832 translate traditional_chinese lockerRoom_1f0ed54e: # Grace "...how Vampire Knight is getting an anime." - Grace "" + Grace "……吸血鬼騎士*要出動畫了。" + +$subtitle= "*日本少女漫畫" # game/1_akarsha.rpy:2834 translate traditional_chinese lockerRoom_d3d1d5c1: # Chryssa ".............." - Chryssa "" + Chryssa "…………" + +$subtitle= "" # game/1_akarsha.rpy:2836 translate traditional_chinese lockerRoom_3238a880: # Min "We're acting so natural right now." - Min "" + Min "我們超正常的。" # game/1_akarsha.rpy:2838 translate traditional_chinese lockerRoom_f7343e09: # AkarshaT "Okay, clearly they're up to something..." - AkarshaT "" + AkarshaT "好可疑啊……" # game/1_akarsha.rpy:2840 translate traditional_chinese lockerRoom_50dedb56: # AkarshaT "The question is, what?" - AkarshaT "" + AkarshaT "她們到底在說什麼呢?" # game/1_akarsha.rpy:2850 translate traditional_chinese sakuraUnrequitedLove_e4ec3c9e: # "After jogging around the track and stretching, [teamName!t] runs fielding drills." - "" + "結束熱身和慢跑後,[teamName!t]開始練習基本動作。" # game/1_akarsha.rpy:2852 translate traditional_chinese sakuraUnrequitedLove_cdbde622: # "After jogging around the track and stretching, the [teamName!t] run fielding drills." - "" + "結束熱身和慢跑後,[teamName!t]開始練習基本動作。" # game/1_akarsha.rpy:2855 translate traditional_chinese sakuraUnrequitedLove_16ca5deb: # "While Akarsha takes a breather in the dugout, she watches Noelle haplessly flail about on the field." - "" + "阿卡莎在休息區看著小諾在場上手忙腳亂。" # game/1_akarsha.rpy:2856 translate traditional_chinese sakuraUnrequitedLove_7025b00d: # "Within moments, the object of her affection misjudges the trajectory of a fly ball and gets bonked on the head." - "" + "下一個瞬間,小諾誤判了球的來向,被打到了頭。" # game/1_akarsha.rpy:2859 translate traditional_chinese sakuraUnrequitedLove_644a0f1c: # Noelle "Ow!!" with sshake - Noelle "" with sshake + Noelle "唉唷!!" with sshake # game/1_akarsha.rpy:2862 translate traditional_chinese sakuraUnrequitedLove_edb63d00: # AkarshaT "Baseball champion..." - AkarshaT "" + AkarshaT "太美了……" # game/1_akarsha.rpy:2864 translate traditional_chinese sakuraUnrequitedLove_c86eca2d: # AkarshaT "I would do anything for you...If only you'd let me..." - AkarshaT "" + AkarshaT "為了妳,我什麼都願意,只要妳給我回應……" # game/1_akarsha.rpy:2866 translate traditional_chinese sakuraUnrequitedLove_52a656e2: # "Akarsha lets out a wistful sigh as Noelle performs her signature move, throwing the ball almost directly into the ground." - "" + "小諾使出她的看家本領:把球丟在正前方的地上。阿卡莎輕輕地嘆了一口氣。" # game/1_akarsha.rpy:2869 translate traditional_chinese sakuraUnrequitedLove_bdaef4c6: # Akarsha "It sucks having a sad hopeless crush...I just want gorlfriend..." - Akarsha "" + Akarsha "我想談戀愛……單戀去死……" # game/1_akarsha.rpy:2872 translate traditional_chinese sakuraUnrequitedLove_8e9a9e3c: # Grace "So dramatic. Konnichiwhat's up?" - Grace "" + Grace "好糾結喔。大丈夫爹速軋?" # game/1_akarsha.rpy:2874 translate traditional_chinese sakuraUnrequitedLove_9ef3948b: # Akarsha "I'm just bummed 'cause I've never experienced love." - Akarsha "" + Akarsha "我只是很絕望,因為我不知道愛是什麼。" # game/1_akarsha.rpy:2875 translate traditional_chinese sakuraUnrequitedLove_a97f4283: # Akarsha "No one ever likes me back. I feel like I'm missing out on so much..." - Akarsha "" + Akarsha "沒有人喜歡我。一切都與我無關。" # game/1_akarsha.rpy:2879 translate traditional_chinese sakuraUnrequitedLove_4b801579: # Sayeeda "It's okay, being rejected is a part of life." - Sayeeda "" + Sayeeda "沒關係啦,被拒絕也是一種學習嘛。" # game/1_akarsha.rpy:2880 translate traditional_chinese sakuraUnrequitedLove_dc3fb0ac: # Sayeeda "You should learn to love yourself. It's a lie that people can only be happy when they're in a relationship." - Sayeeda "" + Sayeeda "談戀愛又不一定會幸福,愛自己比較重要。" # game/1_akarsha.rpy:2884 translate traditional_chinese sakuraUnrequitedLove_1381634a: # "Ester glances up from the drawing she's scribbling on her sketchbook." - "" + "艾思特把視線從正在塗鴉的素描本上抬起來。" # game/1_akarsha.rpy:2885 translate traditional_chinese sakuraUnrequitedLove_30756baa: # Ester "Those are surprisingly wise words coming from someone with zero love experience." - Ester "" + Ester "身為一個沒有談過戀愛的人,妳還滿成熟的。" # game/1_akarsha.rpy:2887 translate traditional_chinese sakuraUnrequitedLove_38901edd: # Sayeeda "I learned that life lesson from Card Captor Sakura." - Sayeeda "" + Sayeeda "因為我有看庫洛魔法使*呀。" + +$subtitle= "*日本少女漫畫" # game/1_akarsha.rpy:2888 translate traditional_chinese sakuraUnrequitedLove_b54308dc: # Sayeeda "The main character experiences unrequited love even though she's a great person. That means it can happen to anyone." - Sayeeda "" + Sayeeda "連主角都被拒絕了。我們這些路人就更不用說了。" + +$subtitle= "" # game/1_akarsha.rpy:2889 translate traditional_chinese sakuraUnrequitedLove_c2036789: # Sayeeda "Even our sugoi Akarsha-chan." - Sayeeda "" + Sayeeda "阿卡莎醬也是。" # game/1_akarsha.rpy:2891 translate traditional_chinese sakuraUnrequitedLove_ee7a144d: # Akarsha "That does make me feel less alone. Thanks, senpai..." - Akarsha "" + Akarsha "我覺得好多了,謝謝仙派……" # game/1_akarsha.rpy:2894 translate traditional_chinese sakuraUnrequitedLove_ac71f100: # Ester "Ugh." - Ester "" + Ester "討厭……" # game/1_akarsha.rpy:2895 translate traditional_chinese sakuraUnrequitedLove_391c1f0a: # "Ester vigorously erases something on her page, making countless grey eraser shavings rain down on the dirt beneath the bench." - "" + "艾思特用力擦掉她畫好的某個東西,橡皮擦屑掉得到處都是。" # game/1_akarsha.rpy:2897 translate traditional_chinese sakuraUnrequitedLove_4f729466: # Grace "Ester, what're you drawing?" - Grace "" + Grace "艾思特,妳在畫什麼?" # game/1_akarsha.rpy:2899 translate traditional_chinese sakuraUnrequitedLove_023b03db: # Ester "A chapter title page for a webcomic I'm starting." - Ester "" + Ester "線上漫畫的扉頁。" # game/1_akarsha.rpy:2901 translate traditional_chinese sakuraUnrequitedLove_3a7943d9: # Grace "A webcomic? Like on SmackJeeves?" - Grace "" + Grace "是像在SmackJeeves*上那種嗎?" + +$subtitle= "*最早的線上原創漫畫平台之一,於2020年關閉" # game/1_akarsha.rpy:2902 translate traditional_chinese sakuraUnrequitedLove_44c078ec: # "Akarsha peers over at Ester's sketchbook, but she recoils, looking bashful." - "" + "阿卡莎也湊過去看,但艾思特靦腆的退開了。" + +$subtitle= "" # game/1_akarsha.rpy:2904 translate traditional_chinese sakuraUnrequitedLove_b9ad10bc: # Ester "Don't look, I'm not done yet!" - Ester "" + Ester "不行!我還沒畫好!" # game/1_akarsha.rpy:2905 translate traditional_chinese sakuraUnrequitedLove_da15fcee: # "Akarsha manages to glimpse a spiky-haired character on the page before Ester angles her sketchbook away from prying eyes." - "" + "在艾思特把素描本收走之前,阿卡莎瞄到了一個髮型呈現尖刺狀的角色。" # game/1_akarsha.rpy:2907 translate traditional_chinese sakuraUnrequitedLove_e41d13b9: # AkarshaT "She's pretty good though...If she posted that on DeviantArt I bet she'd get like, two hundred views." - AkarshaT "" + AkarshaT "她畫得好棒喔……如果上傳到DevaintArt,可能會有兩百個人點進去。" # game/1_akarsha.rpy:2908 translate traditional_chinese sakuraUnrequitedLove_ef9bcacf: # Akarsha "Is that from an anime?" - Akarsha "" + Akarsha "這個漫畫是日漫風嗎?" # game/1_akarsha.rpy:2910 translate traditional_chinese sakuraUnrequitedLove_9ca8d259: # "Ester frowns, aghast." - "" + "艾思特驚恐地皺起眉頭。" # game/1_akarsha.rpy:2912 translate traditional_chinese sakuraUnrequitedLove_a441ccd6: # Ester "No, it's just a regular guy." - Ester "" + Ester "不是。是很普通的風格。" # game/1_akarsha.rpy:2913 translate traditional_chinese sakuraUnrequitedLove_d7925785: # Ester "It's like those iPod ads, see? He's wearing white earbuds, and I colored his silhouette in black." - Ester "" + Ester "妳看過iPod廣告嗎?裡面的人都只有剪影,然後帶白色耳機。我是用那種感覺畫的。" # game/1_akarsha.rpy:2915 translate traditional_chinese sakuraUnrequitedLove_c7b44ff7: # AkarshaT "Ester is the type of weeaboo who tries to hide the fact that she likes anime because she's embarrassed by it, but it's still super obvious." - AkarshaT "" + AkarshaT "艾思特覺得喜歡日漫很丟臉,所以她死都不承認。不過還是非常明顯,好嗎?" # game/1_akarsha.rpy:2918 translate traditional_chinese sakuraUnrequitedLove_8e2f7084: # Grace "I hate to break it to you, but even from his silhouette you can tell it's an anime guy." - Grace "" + Grace "其實,只看剪影也知道這是日漫風格。" # game/1_akarsha.rpy:2920 translate traditional_chinese sakuraUnrequitedLove_f7376a2c: # Sayeeda "It's probably his hairdo. No real guys have bangs that go down to their chin." - Sayeeda "" + Sayeeda "一般男生的瀏海怎麼會到下巴那麼長。" # game/1_akarsha.rpy:2922 translate traditional_chinese sakuraUnrequitedLove_e67219a8: # Akarsha "They should, though. Life would be way less boring." - Akarsha "" + Akarsha "我還滿希望他們試試看欸。一切會變得有趣一點。" # game/1_akarsha.rpy:2925 translate traditional_chinese sakuraUnrequitedLove_e9ac9bd5: # Ester "Ugh. Guys with short hair are so hard to draw..." - Ester "" + Ester "短髮男很難畫……" # game/1_akarsha.rpy:2927 translate traditional_chinese sakuraUnrequitedLove_91531e7b: # "Akarsha turns her attention back to the field, where Diya and Min are passionately kissing." - "" + "阿卡莎將視線轉回球場,迪亞和小旼正在激情擁吻。" # game/1_akarsha.rpy:2929 translate traditional_chinese sakuraUnrequitedLove_0a15b427: # AkarshaT "I think they're trying to keep their relationship a secret, but they keep forgetting." - AkarshaT "" + AkarshaT "如果當事人沒有一直忘記的話,她們的戀情本來應該是保密的。" # game/1_akarsha.rpy:2934 translate traditional_chinese sakuraUnrequitedLove_0bb6a284: # Noelle "Do you have to do that in front of us?" - Noelle "" + Noelle "妳們一定要在公開場合這樣嗎?" # game/1_akarsha.rpy:2936 translate traditional_chinese sakuraUnrequitedLove_367462cb: # Min "Just you watch. I'm gonna rub my gay hands all over her." - Min "" + Min "怕妳啊!我還沒摸夠呢!" # game/1_akarsha.rpy:2938 translate traditional_chinese sakuraUnrequitedLove_a9db357b: # Diya ".........." - Diya "" + Diya "…………" # game/1_akarsha.rpy:2941 translate traditional_chinese sakuraUnrequitedLove_587864aa: # Akarsha "I'm so jealous...I wanna be in love too..." - Akarsha "" + Akarsha "好好喔……我也想談戀愛……" # game/1_akarsha.rpy:2942 translate traditional_chinese sakuraUnrequitedLove_625ecf42: # Akarsha "Someday everyone else is gonna get married except me, and I'll be the one sad single friend." - Akarsha "" + Akarsha "以後大家都結婚了,只剩下我一個……" # game/1_akarsha.rpy:2945 translate traditional_chinese sakuraUnrequitedLove_142358ac: # Ester "Me too..." - Ester "" + Ester "我兩個……" # game/1_akarsha.rpy:2947 translate traditional_chinese sakuraUnrequitedLove_6f5916d6: # Sayeeda "Me three..." - Sayeeda "" + Sayeeda "我三個……" # game/1_akarsha.rpy:2949 translate traditional_chinese sakuraUnrequitedLove_0dcd5547: # Grace "If that happens, we should all pitch in to buy a mansion and live as otaku together." - Grace "" + Grace "那我們一起住就好啦。房子的錢大家分,還可以每天聊動漫。" # game/1_akarsha.rpy:2951 translate traditional_chinese sakuraUnrequitedLove_7bc3fc64: # Akarsha "That definitely doesn't sound like the kind of life my parents were envisioning for me when they immigrated here...." - Akarsha "" + Akarsha "我爸媽決定移民的時候,絕對想不到女兒會墮落成這樣……" # game/1_akarsha.rpy:2952 translate traditional_chinese sakuraUnrequitedLove_f6cbe096: # Akarsha "But that sounds incredible." - Akarsha "" + Akarsha "這個點子太棒了。" # game/1_akarsha.rpy:2955 translate traditional_chinese sakuraUnrequitedLove_f42f7889: # Grace "Doesn't it? We could put up all our anime prints and display our figurines with no shame." - Grace "" + Grace "我們再也不用把海報和模型藏起來了。" # game/1_akarsha.rpy:2957 translate traditional_chinese sakuraUnrequitedLove_18d50448: # Ester "Speak for yourself. I don't have any of that stuff, my room is normal." - Ester "" + Ester "不關我的事喔。我房間很正常,沒有海報,也沒有模型。" # game/1_akarsha.rpy:2959 translate traditional_chinese sakuraUnrequitedLove_6cb05e52: # Akarsha "You don't have anything?? You've never been to an anime convention before?" - Akarsha "" + Akarsha "妳沒有?!妳沒去過漫展嗎?" # game/1_akarsha.rpy:2962 translate traditional_chinese sakuraUnrequitedLove_e474ea94: # Sayeeda "Fanime is like, right there in San Jose..." - Sayeeda "" + Sayeeda "Fenime就在聖荷西,超近的欸……" # game/1_akarsha.rpy:2964 translate traditional_chinese sakuraUnrequitedLove_f9ecda1e: # Grace "Ooh, we should all go together this year! We can all cosplay the same series!" - Grace "" + Grace "那今年我們一起去吧!還可以組Cos團!" # game/1_akarsha.rpy:2966 translate traditional_chinese sakuraUnrequitedLove_2e045ee4: # Akarsha "Yeah!! Maybe like, Soul Eater or Haruhi Suzumiya!" with sshake - Akarsha "" with sshake + Akarsha "好啊!像噬魂者或著涼宮春日之類的!" with sshake # game/1_akarsha.rpy:2969 translate traditional_chinese sakuraUnrequitedLove_8766d806: # Ester "What, at Fanime? Admission is probably too expensive anyway." - Ester "" + Ester "可是Fanime不是很貴嗎?" # game/1_akarsha.rpy:2971 translate traditional_chinese sakuraUnrequitedLove_d9f3c67d: # "Ester scoffs like she's not interested before furtively writing something tiny on the side of her sketchbook page." - "" + "艾思特裝作不在意的樣子,在素描本的角落寫上一行小字。" # game/1_akarsha.rpy:2973 translate traditional_chinese sakuraUnrequitedLove_c84ff8af: # AkarshaT "She didn't write small enough...It says \"Fanime\"..." - AkarshaT "" + AkarshaT "寫得不夠小……我看到妳寫「Fanime」了……" # game/1_akarsha.rpy:2974 translate traditional_chinese sakuraUnrequitedLove_d273748f: # AkarshaT "She's probably gonna Google it later." - AkarshaT "" + AkarshaT "她待會應該會去查。" # game/1_akarsha.rpy:2977 translate traditional_chinese sakuraUnrequitedLove_bf7aae1d: # Chryssa "Hey, all you slackers sitting down doing nothing! Get over here and practice!" with sshake - Chryssa "" with sshake + Chryssa "那邊坐著的!過來練習!" with sshake # game/1_akarsha.rpy:2980 translate traditional_chinese sakuraUnrequitedLove_9718ed1f: # Akarsha "Ya!!" - Akarsha "" + Akarsha "好喔!!" # game/1_akarsha.rpy:2992 translate traditional_chinese secretAdmirer_becd0fa6: # "Akarsha scoffs as a few upperclassmen come in to deliver the goodies people ordered." - "" + "阿卡莎哀怨地看著同學們收下由學長姐代送的禮物──幾個同學收到了用緞帶裝飾的玫瑰花。" # game/1_akarsha.rpy:2994 translate traditional_chinese secretAdmirer_90e6531c: # Akarsha "We should have a reverse Valentine's Day where we give annoying, terrible gifts to our enemies on purpose." - Akarsha "" + Akarsha "如果有仇人節就好了。當天必須送非常糟糕的禮物給你討厭的人。" # game/1_akarsha.rpy:2997 translate traditional_chinese secretAdmirer_4610cf63: # Noelle "You mean, {i}what you already do to me every single day of my life?{/i}" - Noelle "" + Noelle "就像妳每天對我做的事情嗎?" # game/1_akarsha.rpy:2999 translate traditional_chinese secretAdmirer_a76b1dd2: # Akarsha "Oh, true..." - Akarsha "" + Akarsha "好像是欸……" # game/1_akarsha.rpy:3002 translate traditional_chinese secretAdmirer_4b9acf29: # "A few of their classmates receive ribboned roses, but someone comes in holding an entire bouquet..." - "" + "一個拿著花束的高年級生出現在教室門口。" # game/1_akarsha.rpy:3003 translate traditional_chinese secretAdmirer_4221da9c: # NPC "Are you Akarsha? This is yours." - NPC "" + NPC "阿卡莎同學在嗎?" # game/1_akarsha.rpy:3006 translate traditional_chinese secretAdmirer_282d0a77: # Akarsha "Huh????" with sshake - Akarsha "" with sshake + Akarsha "嗄???" with sshake # game/1_akarsha.rpy:3007 translate traditional_chinese secretAdmirer_1209c8c2: # "Bewildered, Akarsha accepts the bouquet and notices there's a note tied to it with a ribbon." - "" + "阿卡莎呆呆地收下花束,看見上面有一張用緞帶綁住的卡片。" # game/1_akarsha.rpy:3008 translate traditional_chinese secretAdmirer_d4dac99f: # "It reads:" - "" + "上面是這麼寫的:" # game/1_akarsha.rpy:3009 translate traditional_chinese secretAdmirer_0206a05b: # "{i}Roses are red\nViolets are blue{/i}" - "" + "{i}玫瑰似火焰\n紫羅蘭似海{/i}" # game/1_akarsha.rpy:3010 translate traditional_chinese secretAdmirer_5109809c: # "{i}Love never crossed my mind\nUntil the day I met you{/i}" - "" + "{i}遇見妳之後\n我才知道什麼是愛{/i}" # game/1_akarsha.rpy:3011 translate traditional_chinese secretAdmirer_6904403e: # "{i}-Your secret admirer{/i}" - "" + "{i}──秘密仰慕者{/i}" # game/1_akarsha.rpy:3012 translate traditional_chinese secretAdmirer_ef5acfe9: # AkarshaT "Secret admirer? Who???" with sshake - AkarshaT "" with sshake + AkarshaT "誰啊?!?!" with sshake # game/1_akarsha.rpy:3013 translate traditional_chinese secretAdmirer_82e5b490: # AkarshaT "I can't believe it...Is this some kinda joke??" - AkarshaT "" + AkarshaT "真的假的……該不會是惡作劇吧?" # game/1_akarsha.rpy:3015 translate traditional_chinese secretAdmirer_c4a987c9: # "Akarsha looks wildly around the room in case her paramour is watching her reaction from afar." - "" + "阿卡莎伸長脖子,想在教室裡找到可能正在觀察她的罪魁禍首。" # game/1_akarsha.rpy:3016 translate traditional_chinese secretAdmirer_e0106150: # "But no one seems to be acting out of the ordinary except Diya and Noelle, who are beside themselves with amusement." - "" + "但除了迪亞和小諾看起來特別開心之外,其他人都表現得很正常。" # game/1_akarsha.rpy:3018 translate traditional_chinese secretAdmirer_58b8c0e4: # Noelle "Someone sent {i}you{/i} flowers?" - Noelle "" + Noelle "有人送花給{i}妳{/i}呀?" # game/1_akarsha.rpy:3020 translate traditional_chinese secretAdmirer_2eb41fdf: # Akarsha "I told you I was a hot commodity! I charmed the pants off someone without even knowing it!" - Akarsha "" + Akarsha "我說過了,我超受歡迎的!不知道有多少人拜倒在我的石榴內搭褲下!" # game/1_akarsha.rpy:3024 translate traditional_chinese secretAdmirer_6ab4ab5e: # Noelle "What's the note say? Let me read it." - Noelle "" + Noelle "卡片上寫什麼?我也要看。" # game/1_akarsha.rpy:3026 translate traditional_chinese secretAdmirer_3a9108b9: # Akarsha "Wh-why do you care? You jealous?" - Akarsha "" + Akarsha "為、為什麼?妳吃醋了?" # game/1_akarsha.rpy:3029 translate traditional_chinese secretAdmirer_794cdb6c: # Noelle "In your dreams." - Noelle "" + Noelle "怎麼可能。" # game/1_akarsha.rpy:3031 translate traditional_chinese secretAdmirer_5133a537: # Diya "I bet she won't show us because they misspelled her name as \"Arkasha\"." - Diya "" + Diya "一定是對方把她名字寫錯了,所以才不給我們看。" # game/1_akarsha.rpy:3034 translate traditional_chinese secretAdmirer_e715eb06: # Akarsha "Why're you so mean today?! I'm gonna tell the teacher you're bullying me!" with sshake - Akarsha "" with sshake + Akarsha "妳們今天為什麼對我這麼壞?!小心我告訴老師喔!" with sshake # game/1_akarsha.rpy:3036 translate traditional_chinese secretAdmirer_10cbb649: # AkarshaT "Maybe I can deduce who the sender is like a detective!" - AkarshaT "" + AkarshaT "我要推理出是誰送的!" # game/1_akarsha.rpy:3037 translate traditional_chinese secretAdmirer_029021ff: # AkarshaT "The poem is one hint. There's gotta be others." - AkarshaT "" + AkarshaT "除了這首詩,一定還有其他線索。" # game/1_akarsha.rpy:3040 translate traditional_chinese secretAdmirer_77b467f2: # "Akarsha flips the note over. It's blank...except for a small dark smudge on the back." - "" + "阿卡莎觀察著卡片反面,只有一片空白……和一個小小的黑色髒點。" # game/1_akarsha.rpy:3042 translate traditional_chinese secretAdmirer_8d44ca18: # AkarshaT "Clue??" - AkarshaT "" + AkarshaT "是線索嗎?" # game/1_akarsha.rpy:3043 translate traditional_chinese secretAdmirer_fb651e4d: # AkarshaT "Maybe it's from food? Like blackberries?" - AkarshaT "" + AkarshaT "是食物造成的嗎?可能是黑莓汁?" # game/1_akarsha.rpy:3045 translate traditional_chinese secretAdmirer_bb9aa6ff: # "Akarsha sniffs the note, but it's hard to single out any scent over the fragrance of the roses." - "" + "阿卡莎聞聞卡片,只聞到了玫瑰的味道。" # game/1_akarsha.rpy:3047 translate traditional_chinese secretAdmirer_5692934d: # Diya "What're you doing." - Diya "" + Diya "妳在幹嘛?" # game/1_akarsha.rpy:3049 translate traditional_chinese secretAdmirer_a8fd5a51: # Akarsha "Quiet, meanie!! I'm trying to crack the code!" with sshake - Akarsha "" with sshake + Akarsha "不要吵!壞人一號!我正在破案!" with sshake # game/1_akarsha.rpy:3050 translate traditional_chinese secretAdmirer_0db32d7c: # Akarsha "You're interrupting my mind palace technique!!!" - Akarsha "" + Akarsha "妳干擾到我的思維宮殿了!" # game/1_akarsha.rpy:3052 translate traditional_chinese secretAdmirer_6b9ec6df: # AkarshaT "There's only two possibilities here. Either someone is secretly in love with me..." - AkarshaT "" + AkarshaT "這件事情只有兩種可能性:要不是真的有人喜歡我……" # game/1_akarsha.rpy:3053 translate traditional_chinese secretAdmirer_4666bb8f: # AkarshaT "Or it's a prank. But it's kinda a lot of money to spend on a prank...?" - AkarshaT "" + AkarshaT "就是有人在整我。不過這個整人也太花錢了吧……?" # game/1_akarsha.rpy:3055 translate traditional_chinese secretAdmirer_407b602e: # Akarsha "It's either fake or real." - Akarsha "" + Akarsha "反正不是真的就是假的。" # game/1_akarsha.rpy:3058 translate traditional_chinese secretAdmirer_93219209: # Noelle "You don't say? Thanks for narrowing it down for us." - Noelle "" + Noelle "妳好聰明喔。" # game/1_akarsha.rpy:3060 translate traditional_chinese secretAdmirer_21d23280: # Akarsha "B-be quiet!" with sshake - Akarsha "" with sshake + Akarsha "不要干擾我!" with sshake # game/1_akarsha.rpy:3062 translate traditional_chinese secretAdmirer_568a2f6d: # "Flustered, Akarsha scans the room one more time for good measure." - "" + "阿卡莎又把教室裡的所有人重新觀察了一次。" # game/1_akarsha.rpy:3063 translate traditional_chinese secretAdmirer_6187d603: # "She catches Diya looking away a beat too late, smiling to herself." - "" + "迪亞馬上假裝自己在看別的地方,但還是被阿卡莎發現了。" # game/1_akarsha.rpy:3065 translate traditional_chinese secretAdmirer_17cf63b0: # Diya "..." - Diya "" + Diya "……" # game/1_akarsha.rpy:3067 translate traditional_chinese secretAdmirer_eeeff9c5: # Akarsha "What're you smiling about?" - Akarsha "" + Akarsha "妳笑什麼?" # game/1_akarsha.rpy:3070 translate traditional_chinese secretAdmirer_12f7ad31: # Diya "Nothing. Just happy for you." - Diya "" + Diya "為妳開心啊。" translate traditional_chinese strings: # game/1_akarsha.rpy:4 old "Min-seo" - new "" + new "旼瑞" # game/1_akarsha.rpy:6 old "Akarsha" - new "" + new "阿卡莎" # game/1_akarsha.rpy:9 old "Ester" - new "" + new "艾思特" # game/1_akarsha.rpy:10 old "\"Yuki\"" - new "" + new "「小雪」" # game/1_akarsha.rpy:11 old "\"Sakura\"" - new "" + new "「小櫻」" # game/1_akarsha.rpy:12 old "Dad" - new "" + new "爸爸" # game/1_akarsha.rpy:14 old "Pratik" - new "" + new "帕提克" # game/1_akarsha.rpy:15 old "Amma" - new "" + new "阿瑪" # game/1_akarsha.rpy:17 old "Chun-hua" - new "" + new "春花" # game/1_akarsha.rpy:18 old "Ah-gong" - new "" + new "阿公" # game/1_akarsha.rpy:19 old "???" - new "" + new "???" # game/1_akarsha.rpy:22 old "Jun-seo" - new "" + new "俊瑞" # game/1_akarsha.rpy:23 old "Hayden" - new "" + new "海登" # game/1_akarsha.rpy:25 old "npc" - new "" + new "npc" # game/1_akarsha.rpy:26 old "npc2" - new "" + new "npc2" # game/1_akarsha.rpy:28 old "Global Warming" - new "" + new "溫室效應" # game/1_akarsha.rpy:83 old "9th grade" - new "" + new "九年級" # game/1_akarsha.rpy:192 old "Fake your own death" - new "" + new "裝死" # game/1_akarsha.rpy:192 old "Propose to her" - new "" + new "求婚" # game/1_akarsha.rpy:566 old "\"Accidentally\" press A as you take the controller" - new "" + new "在接過搖桿的時候「不小心」按到A" # game/1_akarsha.rpy:890 old "Roll the dice" - new "" + new "擲骰" # game/1_akarsha.rpy:1219 old "Monday, before school" - new "" + new "星期一 課前" # game/1_akarsha.rpy:1432 old "Examine bookshelves" - new "" + new "瀏覽書櫃" # game/1_akarsha.rpy:1441 old "Look at desk" - new "" + new "看看書桌" # game/1_akarsha.rpy:1449 old "Leave library" - new "" + new "離開圖書館" # game/1_akarsha.rpy:1602 old "Look at the locker room" - new "" + new "看看更衣室" # game/1_akarsha.rpy:1611 old "Go to the bathroom" - new "" + new "使用洗手間" # game/1_akarsha.rpy:1619 old "Walk to the courtyard" - new "" + new "前往中庭" # game/1_akarsha.rpy:1627 old "Return to the school library" - new "" + new "回圖書館" # game/1_akarsha.rpy:1639 old "The Bagels" - new "" + new "焙果" # game/1_akarsha.rpy:1639 old "The Chicken Nuggets" - new "" + new "雞塊" # game/1_akarsha.rpy:1639 old "The Death Bagels" - new "" + new "死亡焙果" # game/1_akarsha.rpy:1639 old "Semes" - new "" + new "攻君大聯盟" # game/1_akarsha.rpy:1642 old "Bagels" - new "" + new "焙果" # game/1_akarsha.rpy:1647 old "Chicken Nuggets" - new "" + new "雞塊" # game/1_akarsha.rpy:1657 old "Death Bagels" - new "" + new "死亡焙果" # game/1_akarsha.rpy:1736 old "Look outside the locker room" - new "" + new "往門外看" # game/1_akarsha.rpy:1744 old "Go to class" - new "" + new "去上課" # game/1_akarsha.rpy:1786 old "Look at your reflection" - new "" + new "看自己的倒影" # game/1_akarsha.rpy:1794 old "Eavesdrop on classmates" - new "" + new "偷聽同學講話" # game/1_akarsha.rpy:1802 old "Enter classroom" - new "" + new "進教室" # game/1_akarsha.rpy:1824 old "Male student" - new "" + new "男同學" # game/1_akarsha.rpy:1825 old "Female student" - new "" + new "女同學" # game/1_akarsha.rpy:1919 old "Jiggle the cursor" - new "" + new "移動鼠標" # game/1_akarsha.rpy:1919 old "Close the PowerPoint presentation" - new "" + new "關掉Power Point" # game/1_akarsha.rpy:2021 old "Morning announcements" - new "" + new "晨間廣播" # game/1_akarsha.rpy:2094 old "Teacher" - new "" + new "老師" # game/1_akarsha.rpy:2659 old "The next morning" - new "" + new "第二天早晨" # game/1_akarsha.rpy:2662 old "Diya's house" - new "" + new "迪亞家" # game/1_akarsha.rpy:2984 old "Upperclassman" - new "" + new "高年級生" # game/1_akarsha.rpy:2987 old "Valentine's Day" - new "" - + new "情人節" diff --git a/game/tl/traditional_chinese/1_akarsha.rpyc b/game/tl/traditional_chinese/1_akarsha.rpyc deleted file mode 100644 index 87da3db..0000000 Binary files a/game/tl/traditional_chinese/1_akarsha.rpyc and /dev/null differ diff --git a/game/tl/traditional_chinese/2_diya.rpy b/game/tl/traditional_chinese/2_diya.rpy index 73c964a..eb878ed 100644 --- a/game/tl/traditional_chinese/2_diya.rpy +++ b/game/tl/traditional_chinese/2_diya.rpy @@ -4,1555 +4,1565 @@ translate traditional_chinese diya2_5614e719: # "Diya, Min, and Jun wait at the horseshoe for their parents to pick them up from school." - "" + "迪亞、小旼和阿俊站在路口等待家長接送。" # game/2_diya.rpy:39 translate traditional_chinese diya2_3761fe1d: # Jun "Why does it always take Mom so long to get here?" - Jun "" + Jun "媽媽為什麼每次都那麼慢?" # game/2_diya.rpy:41 translate traditional_chinese diya2_e65c74ea: # Min "I'm so hungry I would even eat a pizza with pineapple!" with sshake - Min "" with sshake + Min "我快餓死了!就算披薩上有鳳梨我也吃!" with sshake # game/2_diya.rpy:42 translate traditional_chinese diya2_593a8c0d: # Min "Mom should just let us walk home ourselves! It'd be way faster." - Min "" + Min "我們直接走回家算了!可能還快一點!" # game/2_diya.rpy:44 translate traditional_chinese diya2_a084d18a: # Min "Especially if she buys us Heelys!" - Min "" + Min "如果有暴走鞋,就更快了!" # game/2_diya.rpy:46 translate traditional_chinese diya2_953c7098: # Diya "But if you did that, I'd have to wait for my mom alone. It'd be so boring." - Diya "" + Diya "可是如果你們先走,我就要一個人等車了。" # game/2_diya.rpy:49 translate traditional_chinese diya2_55fff62d: # Min "Oh, I thought of that already. We can chat on walkie-talkies while I'm rolling away on my Heelys." - Min "" + Min "我已經想好對策了。妳可以用對講機跟我們聊天。" # game/2_diya.rpy:51 translate traditional_chinese diya2_b6c9c63e: # DiyaT "That sounds fun..." - DiyaT "" + DiyaT "好像很好玩……" # game/2_diya.rpy:54 translate traditional_chinese diya2_3aa6dd71: # "The three of them peer down the horseshoe at the long line of cars, hoping to catch sight of their rides." - "" + "他們齊齊望向路口,尋找著熟悉的車影。" # game/2_diya.rpy:56 translate traditional_chinese diya2_05cb2594: # DiyaT "My mom's car is tan colored." - DiyaT "" + DiyaT "我媽媽的車是黃褐色系的。" # game/2_diya.rpy:58 translate traditional_chinese diya2_b6439225: # Diya "They should make cars in better colors like sky blue or pink." - Diya "" + Diya "希望車子可以有更漂亮的顏色。比如天藍色,或著粉紅色。" # game/2_diya.rpy:61 translate traditional_chinese diya2_202a8646: # Jun "Yeah...I bet if they did, they'd sell a lot more." - Jun "" + Jun "我也覺得。那樣一定會有很多人買。" # game/2_diya.rpy:63 translate traditional_chinese diya2_d771036b: # Min "It's 'cause adults are boring and have bad taste." - Min "" + Min "大人的想法都很無聊,然後他們喜歡的東西都很醜。" # game/2_diya.rpy:65 translate traditional_chinese diya2_bdf3c4ba: # Diya "They should sell cars with pictures of dolphins on them. Everyone would want one." - Diya "" + Diya "如果有海豚圖案的車子,大家都會想買吧。" # game/2_diya.rpy:68 translate traditional_chinese diya2_556c0bac: # "Diya perks up as a beige Toyota drives into the horseshoe, but it's the wrong model." - "" + "一輛米色豐田駛進路口,但是迪亞發現車型不對。" # game/2_diya.rpy:70 translate traditional_chinese diya2_7c22ccaa: # Diya "......." - Diya "" + Diya "……" # game/2_diya.rpy:73 translate traditional_chinese diya2_7f54c815: # Min "Did you hear about Barry Bonds? He's in trouble because he did steroids!" - Min "" + Min "妳知道貝瑞‧邦茲被告了嗎?他偷用類固醇!" # game/2_diya.rpy:75 translate traditional_chinese diya2_7f1c9c11: # Diya "What're \"steroids\"?" - Diya "" + Diya "「類固醇」是什麽?" # game/2_diya.rpy:78 translate traditional_chinese diya2_1f0ca8bc: # Jun "They're drugs that make you really buff. It's cheating." - Jun "" + Jun "一種可以讓你力氣變大的藥。比賽不能用的。" # game/2_diya.rpy:80 translate traditional_chinese diya2_5cd5782f: # Min "I don't see why they don't let you use them. If they're so good, everyone should use steroids." - Min "" + Min "為什麼?既然這麼好用,那大家都來用就好啦。" # game/2_diya.rpy:81 translate traditional_chinese diya2_166168fb: # Min "Baseball would be more fun if everyone was super strong and super fast." - Min "" + Min "如果大家都變超壯、跑超快,不是更好玩嗎?" # game/2_diya.rpy:82 translate traditional_chinese diya2_10229788: # "Suddenly, Min jolts upright and shouts as a silver sedan pulls up to the curb." - "" + "小旼忽然直起身子,對著一輛駛近路邊的銀色小客車大叫起來。" # game/2_diya.rpy:84 translate traditional_chinese diya2_71949a57: # Min "I see our car! Bye Diya!" - Min "" + Min "我們的車來了!拜拜,迪亞!" # game/2_diya.rpy:86 translate traditional_chinese diya2_01cd9713: # "Heat rushes to Diya's face as Min hugs her tightly before dashing off." - "" + "小旼緊緊抱了迪亞一下,迪亞覺得臉燙燙的。" # game/2_diya.rpy:88 translate traditional_chinese diya2_e4772281: # Diya "Bye..." - Diya "" + Diya "拜拜……" # game/2_diya.rpy:91 translate traditional_chinese diya2_4407c343: # Jun "Wait, that car has a side thingy under the door that ours doesn't have!" - Jun "" + Jun "等一下,不對!我們的車門下面不是長那樣!" # game/2_diya.rpy:93 translate traditional_chinese diya2_dd1a57e0: # "Min flings the car's passenger seat door open, revealing a stranger inside." - "" + "小旼拉開車門,發現裡面坐著一個陌生人。" # game/2_diya.rpy:96 translate traditional_chinese diya2_c9085bac: # Min "{big=+20}WHO'RE YOU??!!{/big}" with sshake - Min "" with sshake + Min "{big=+20}你誰啊?!{/big}" with sshake # game/2_diya.rpy:97 translate traditional_chinese diya2_f4939c01: # "Min hastily slams the car door shut and stomps back to Diya and Jun, who are both wheezing with laughter." - "" + "小旼摔上車門,慌張的跑回笑成一團的迪亞和阿俊身邊。" # game/2_diya.rpy:100 translate traditional_chinese diya2_ff384520: # Min "THAT WAS THE WRONG CAR!" with sshake - Min "" with sshake + Min "不是那台!" with sshake # game/2_diya.rpy:102 translate traditional_chinese diya2_5c47aeaf: # Jun "I told you!" - Jun "" + Jun "我有說啊!" # game/2_diya.rpy:104 translate traditional_chinese diya2_e629b0d2: # Diya "........" - Diya "" + Diya "……" # game/2_diya.rpy:107 translate traditional_chinese diya2_42861aae: # Jun "Diya, I think your car is over there, though." - Jun "" + Jun "迪亞,妳的車來了。" # game/2_diya.rpy:109 translate traditional_chinese diya2_3b71d0de: # Diya "!" - Diya "" + Diya "!" # game/2_diya.rpy:111 translate traditional_chinese diya2_100ad9fc: # Diya "Thanks. Bye for real this time." - Diya "" + Diya "謝謝,這次真的拜拜。" # game/2_diya.rpy:114 translate traditional_chinese diya2_79b16fed: # Min "See you tomorrow!!!" - Min "" + Min "明天見!!!" # game/2_diya.rpy:119 translate traditional_chinese momFindsOut_d8018892: # "As Diya buckles up in her mom's sedan, she peers out the window, smiling a little when she sees Min waving frenetically at her outside." - "" + "迪亞爬上車,看見小旼正在窗外朝她揮手,不禁露出笑容。" # game/2_diya.rpy:121 translate traditional_chinese momFindsOut_c0d265fa: # Amma "How was your day at school?" - Amma "" + Amma "學校還好嗎?" + +$subtitle= "*上方人名框中的「阿瑪」為印地語「媽媽」的音譯,之後將不再多作說明" # game/2_diya.rpy:124 translate traditional_chinese momFindsOut_fd841d5d: # Diya "Okay." - Diya "" + Diya "嗯。" + +$subtitle= "" # game/2_diya.rpy:125 translate traditional_chinese momFindsOut_16ea65b3: # Diya "We had to write about an invention we'd make in class today." - Diya "" + Diya "我們寫了一篇文章,題目是「我的發明」。" # game/2_diya.rpy:128 translate traditional_chinese momFindsOut_db05797a: # Amma "What did you invent?" - Amma "" + Amma "妳發明了什麼?" # game/2_diya.rpy:131 translate traditional_chinese momFindsOut_25e28d97: # Diya "A better bed that makes it so your stuffed animals can never accidentally roll off it." - Diya "" + Diya "不會讓娃娃掉下去的床。" # game/2_diya.rpy:132 translate traditional_chinese momFindsOut_64a03780: # Diya "I thought of it because last night while I was sleeping, Horny fell on the floor." - Diya "" + Diya "犄犄*昨天摔下去了。所以我才想到的。" + # game/2_diya.rpy:135 translate traditional_chinese momFindsOut_dfab704e: # Amma "H-horny?? Who's that?" - Amma "" + Amma "犄、犄犄是誰?" + # game/2_diya.rpy:138 translate traditional_chinese momFindsOut_c572ca6d: # Diya "My cow plushie. He's one of Snakey's older brothers." - Diya "" + Diya "我的牛娃娃。阿蛇的哥哥。" # game/2_diya.rpy:140 translate traditional_chinese momFindsOut_08ebad6d: # Diya "He was all cold and alone for hours and I didn't know." - Diya "" + Diya "我沒有發現他掉下去了。他一定很寂寞。" # game/2_diya.rpy:143 translate traditional_chinese momFindsOut_2fd5caf5: # Amma "Maybe you should give \"Horny\" a different name, like Moo Moo." - Amma "" + Amma "可以幫犄犄取一個新名字嗎?哞哞好不好?" # game/2_diya.rpy:147 translate traditional_chinese momFindsOut_97cd2629: # Diya "Why? It'll be hard for him to get used to it." - Diya "" + Diya "為什麼?他會不習慣的。" # game/2_diya.rpy:150 translate traditional_chinese momFindsOut_71175cbd: # Amma "You must have the most loved stuffed animals in the entire world." - Amma "" + Amma "當妳的娃娃真的很幸福。" # game/2_diya.rpy:154 translate traditional_chinese momFindsOut_96c5885e: # Amma "What else did you do at school?" - Amma "" + Amma "今天還做了什麼呢?" # game/2_diya.rpy:157 translate traditional_chinese momFindsOut_e7f06594: # Diya "I tried to take an Accelerated Reader quiz on the Boxcar Children book I read." - Diya "" + Diya "我本來要做「小朋友函數」的讀者測驗。" # game/2_diya.rpy:158 translate traditional_chinese momFindsOut_75dd8763: # Diya "But I accidentally clicked the wrong book. So it made me take the quiz of a book I never read before." - Diya "" + Diya "可是我不小心點到一本沒看過的書,所以它問的問題我都不會。" # game/2_diya.rpy:161 translate traditional_chinese momFindsOut_c16fccd2: # Amma "It didn't let you quit out? What bad design." - Amma "" + Amma "不能重選嗎?怎麽設計成這樣。" # game/2_diya.rpy:164 translate traditional_chinese momFindsOut_94a7fa72: # Diya "Yeah. My classmates all tried to help me, though." - Diya "" + Diya "嗯。不過同學都有幫我。" # game/2_diya.rpy:165 translate traditional_chinese momFindsOut_4cb9f449: # Diya "Hayden read the book a year ago, but he could barely remember anything." - Diya "" + Diya "海登一年前看過那本書,可是他幾乎都忘光光了。" # game/2_diya.rpy:167 translate traditional_chinese momFindsOut_6ce3e682: # Diya "So even with everyone's help I got a 2/10." - Diya "" + Diya "我十題裡只對了兩題。" # game/2_diya.rpy:170 translate traditional_chinese momFindsOut_1c2e11e0: # Amma "Oh no!" - Amma "" + Amma "哇!" # game/2_diya.rpy:173 translate traditional_chinese momFindsOut_dbfeaf23: # Diya "Mr. Armstrong said he wouldn't count it for my grade, though." - Diya "" + Diya "阿姆斯壯老師說這次的分數可以不算。" # game/2_diya.rpy:176 translate traditional_chinese momFindsOut_0f1f30bd: # Amma "That's a relief." - Amma "" + Amma "那就好。" # game/2_diya.rpy:177 translate traditional_chinese momFindsOut_995c76b2: # Amma "The boy waving at you earlier — was that Hayden? The classmate who helped you?" - Amma "" + Amma "剛剛對妳揮手的男生就是海登嗎?" # game/2_diya.rpy:181 translate traditional_chinese momFindsOut_f102a355: # Diya "You mean Min? She's not a boy." - Diya "" + Diya "妳說小旼嗎?她不是男生。" # game/2_diya.rpy:184 translate traditional_chinese momFindsOut_e384fdca: # Amma "Huh? The one wearing a hoodie?" - Amma "" + Amma "嗄?穿黑色帽T的那個耶?" # game/2_diya.rpy:187 translate traditional_chinese momFindsOut_14524745: # Diya "Yeah. She's a girl." - Diya "" + Diya "她是女生。" # game/2_diya.rpy:191 translate traditional_chinese momFindsOut_cf17036b: # "To Diya's surprise, her mom wrinkles her nose in disgust." - "" + "迪亞驚訝的看著媽媽皺起鼻子,那是她感到厭惡時的小動作。" # game/2_diya.rpy:193 translate traditional_chinese momFindsOut_ce01c86e: # Amma "That was a girl?! She's a freak." with sshake - Amma "" with sshake + Amma "那她有問題。" with sshake # game/2_diya.rpy:194 translate traditional_chinese momFindsOut_d52e79b5: # Amma "You should make friends with more normal girls." - Amma "" + Amma "不要跟那種人當朋友。去找正常的女生玩。" # game/2_diya.rpy:197 translate traditional_chinese momFindsOut_c9e926bc: # DiyaT "Huh??" with sshake - DiyaT "" with sshake + DiyaT "嗄?" with sshake # game/2_diya.rpy:199 translate traditional_chinese momFindsOut_f9ab01e4: # Diya "That's not very nice." - Diya "" + Diya "沒禮貌。" # game/2_diya.rpy:202 translate traditional_chinese momFindsOut_ee8c71bf: # Amma "But it's true, she looks like a boy. Stay away from her or you'll catch it, too." - Amma "" + Amma "以後不要跟她走太近,知道嗎?她有病。" # game/2_diya.rpy:205 translate traditional_chinese momFindsOut_3c4bb630: # Diya "Catch what? It's not like she has a disease." - Diya "" + Diya "什麼意思?" # game/2_diya.rpy:208 translate traditional_chinese momFindsOut_bdadfb1e: # Amma "You're too young to understand. Only freaks look like that." - Amma "" + Amma "妳太小了,還不懂。那種不男不女的人都有病。" # game/2_diya.rpy:211 translate traditional_chinese momFindsOut_0b9bec5d: # Diya "It's bad to judge people by what they look like." - Diya "" + Diya "只看外表去評斷別人是不對的。小旼對我很好。" # game/2_diya.rpy:212 translate traditional_chinese momFindsOut_dd9b892a: # Diya "You don't even know her. She's really nice to me." - Diya "" + Diya "妳根本不了解她,怎麼可以亂說。" # game/2_diya.rpy:216 translate traditional_chinese momFindsOut_2aa42d3d: # Amma "I don't need to know her, there's clearly something wrong with her." - Amma "" + Amma "我沒有亂說。她看起來就有問題。" # game/2_diya.rpy:217 translate traditional_chinese momFindsOut_6a7fafb9: # Amma "She's only acting nice because she has impure thoughts toward you." - Amma "" + Amma "她心中有邪念,想把妳也變得跟她一樣不男不女。" # game/2_diya.rpy:220 translate traditional_chinese momFindsOut_a4e80611: # DiyaT "What's that supposed to mean?" - DiyaT "" + DiyaT "什麼意思?" # game/2_diya.rpy:221 translate traditional_chinese momFindsOut_e33e598b: # Diya "Even if she has problems, I can tell her and she'll fix them." - Diya "" + Diya "如果她真的有問題,那我叫她改掉就好了嘛。" # game/2_diya.rpy:222 translate traditional_chinese momFindsOut_1887cee7: # Diya "We're friends, so she'll listen to me." - Diya "" + Diya "她應該會聽我的。" # game/2_diya.rpy:225 translate traditional_chinese momFindsOut_f39fd010: # Amma "You can't change people. Especially not weirdos like that." - Amma "" + Amma "妳無法改變一個人。尤其像那種危險人物。" # game/2_diya.rpy:226 translate traditional_chinese momFindsOut_29e6916a: # Amma "If they're bad, they're bad. It's a waste of time to try." - Amma "" + Amma "壞人永遠不會變好,不用試著去感化他們。" # game/2_diya.rpy:229 translate traditional_chinese momFindsOut_94246a28: # DiyaT "If you can't change people, then how can she change me into looking like a boy?" - DiyaT "" + DiyaT "如果妳無法改變一個人,那小旼怎麼可能把我變得「不男不女」?" # game/2_diya.rpy:230 translate traditional_chinese momFindsOut_8f3aea0c: # DiyaT "You can't have it both ways." - DiyaT "" + DiyaT "妳不可以雙重標準。" # game/2_diya.rpy:233 translate traditional_chinese momFindsOut_e073ab30: # Amma "You're normal, so you have to stay away from weirdos like that." - Amma "" + Amma "妳很正常,她不正常。所以妳要離她遠一點。" # game/2_diya.rpy:237 translate traditional_chinese momFindsOut_4a26d649: # Diya "I don't care. She's my friend." - Diya "" + Diya "我不管,她是我朋友。" # game/2_diya.rpy:240 translate traditional_chinese momFindsOut_d32f9fe3: # Amma "No, you can't be friends with her anymore." - Amma "" + Amma "妳們兩個不准當朋友。" # game/2_diya.rpy:241 translate traditional_chinese momFindsOut_4416ae00: # Amma "If I see you talking to her again, you're in big trouble." - Amma "" + Amma "如果再讓我看到妳跟她在一起,妳就要倒大楣了。" # game/2_diya.rpy:244 translate traditional_chinese momFindsOut_e629b0d2: # Diya "........" - Diya "" + Diya "……" # game/2_diya.rpy:261 translate traditional_chinese diyaminMakeout_98ad2140: # "Min pushes Diya back against the locker room wall, kissing her again and again." with sshake - "" with sshake + "小旼把迪亞壓在置物櫃上,一遍又一遍的吻她。" with sshake # game/2_diya.rpy:264 translate traditional_chinese diyaminMakeout_9a441086: # DiyaT "JSFDAKJJJK??!! DFJSKJHFJ!!!!!" with sshake - DiyaT "" with sshake + DiyaT "@#^$*&E#@\%$?!TR*&^$##@JKH??RTDFK!!!" with sshake # game/2_diya.rpy:2256 translate traditional_chinese diyaMinEndConvo_aaef5a5c: # DiyaT "Min is so romantic...She's like a prince..." - DiyaT "" + DiyaT "小旼好浪漫喔……像王子一樣……" # game/2_diya.rpy:2258 translate traditional_chinese diyaMinEndConvo_fcdd1960: # "Suddenly, Diya realizes how close of a view Min is getting of her hand." - "" + "突然間,迪亞發現自己的手指就在小旼眼前。" # game/2_diya.rpy:2260 translate traditional_chinese diyaMinEndConvo_95028567: # DiyaT "I have hair on my hands and fingers! She's going to see it!" with sshake - DiyaT "" with sshake + DiyaT "我的手毛!" with sshake # game/2_diya.rpy:2262 translate traditional_chinese diyaMinEndConvo_07860534: # "Diya frantically wrenches her hand out of Min's grip." - "" + "迪亞猛然將手抽了回來。" # game/2_diya.rpy:2264 translate traditional_chinese diyaMinEndConvo_3a27df9b: # Min "Huh???" - Min "" + Min "啊?" # game/2_diya.rpy:2265 translate traditional_chinese diyaMinEndConvo_68f8e2f6: # Min "What's wrong?" - Min "" + Min "怎麼了?" # game/2_diya.rpy:2267 translate traditional_chinese diyaMinEndConvo_136db9e2: # Diya "..........." - Diya "" + Diya "…………" # game/2_diya.rpy:2268 translate traditional_chinese diyaMinEndConvo_39d4dc30: # DiyaT "I guess Min likes me so much, nothing bad's gonna happen if I tell her." - DiyaT "" + DiyaT "小旼這麼喜歡我,告訴她應該沒關係吧……" # game/2_diya.rpy:2269 translate traditional_chinese diyaMinEndConvo_d5af1292: # Diya "There's hair on my hands...I didn't want you to see..." - Diya "" + Diya "我有手毛……" # game/2_diya.rpy:2271 translate traditional_chinese diyaMinEndConvo_f2a6dcdb: # "Min looks utterly dumbfounded." - "" + "小旼震撼的望著迪亞。" # game/2_diya.rpy:2273 translate traditional_chinese diyaMinEndConvo_d3c8dde3: # Min "...What???" - Min "" + Min "……嗄???" # game/2_diya.rpy:2275 translate traditional_chinese diyaMinEndConvo_2117a5f7: # Diya "They're hairy. My arms, too. When I wear short sleeves, you can even see it from far away." - Diya "" + Diya "我的手毛很多。穿短袖的話,很遠就看得到。" # game/2_diya.rpy:2278 translate traditional_chinese diyaMinEndConvo_c22a7d92: # Min "Really? I never noticed." - Min "" + Min "真的嗎?我沒注意欸。" # game/2_diya.rpy:2280 translate traditional_chinese diyaMinEndConvo_4a0e45f0: # Diya "??!" with sshake - Diya "" with sshake + Diya "?!" with sshake # game/2_diya.rpy:2281 translate traditional_chinese diyaMinEndConvo_1b0e7336: # DiyaT "I thought Min of all people would've noticed. She spends so much time staring at me." - DiyaT "" + DiyaT "我以為她絕對是第一個注意到的。" # game/2_diya.rpy:2283 translate traditional_chinese diyaMinEndConvo_e3564add: # Diya "I'll show you, my leg hair is even worse." - Diya "" + Diya "我腿毛更多,妳看。" # game/2_diya.rpy:2285 translate traditional_chinese diyaMinEndConvo_fd795ef3: # "Diya nervously rolls up one of her leggings to reveal her hairy legs." - "" + "迪亞緊張的捲起褲管,秀出她毛茸茸的小腿。" # game/2_diya.rpy:2287 translate traditional_chinese diyaMinEndConvo_a84b46bd: # Min "I mean, yeah, I see it now...But it's just hair." - Min "" + Min "嗯,好喔。怎麼了嗎?" # game/2_diya.rpy:2290 translate traditional_chinese diyaMinEndConvo_80c2f505: # Diya "I'm glad you're not grossed out by it." - Diya "" + Diya "妳不覺得噁心就好。" # game/2_diya.rpy:2291 translate traditional_chinese diyaMinEndConvo_9d298a00: # Diya "But it still might make me feel better to shave it." - Diya "" + Diya "我可能還是會刮掉。" # game/2_diya.rpy:2294 translate traditional_chinese diyaMinEndConvo_646de515: # Min "I won't stop you, but you really don't have to..." - Min "" + Min "妳想刮就刮,對我而言沒差就是了。" # game/2_diya.rpy:2296 translate traditional_chinese diyaMinEndConvo_277b6091: # Min "You're drop-dead gorgeous with or without it." - Min "" + Min "不管有沒有毛,妳都是最美的。" # game/2_diya.rpy:2298 translate traditional_chinese diyaMinEndConvo_f1ad4b49: # Min "Like, think about those poodles you like. The ones with curly hair." - Min "" + Min "貴賓狗不是也有毛嗎?也捲捲的。" # game/2_diya.rpy:2300 translate traditional_chinese diyaMinEndConvo_1c63452a: # Diya "!!!" - Diya "" + Diya "!!!" # game/2_diya.rpy:2302 translate traditional_chinese diyaMinEndConvo_267f14ed: # Diya "Carpet dogs." - Diya "" + Diya "地毯狗。" # game/2_diya.rpy:2305 translate traditional_chinese diyaMinEndConvo_816d6628: # Min "Yeah, whatever you wanna call them." - Min "" + Min "都可以啦。" # game/2_diya.rpy:2306 translate traditional_chinese diyaMinEndConvo_bea95af9: # Min "They have fur all over their legs, don't they?" - Min "" + Min "那種狗腿上也有毛啊。" # game/2_diya.rpy:2307 translate traditional_chinese diyaMinEndConvo_0b0c9d5d: # Min "Doesn't it look so bad and weird when people shave their legs bare?" - Min "" + Min "妳不覺得被剃過的貴賓狗很醜嗎?" # game/2_diya.rpy:2309 translate traditional_chinese diyaMinEndConvo_8050f8f8: # Diya "Yeah..." - Diya "" + Diya "嗯……" # game/2_diya.rpy:2312 translate traditional_chinese diyaMinEndConvo_11f63d2c: # Min "How's your leg hair any different? It's just a normal part of you, it doesn't make you any less cute." - Min "" + Min "毛本來就長在那裡,不管刮不刮,妳都是最可愛的。" # game/2_diya.rpy:2314 translate traditional_chinese diyaMinEndConvo_8f357b7c: # Diya "I guess that kinda makes sense." - Diya "" + Diya "好像滿有道理的。" # game/2_diya.rpy:2317 translate traditional_chinese diyaMinEndConvo_d16ff837: # Min "It makes total sense! It's the other way around that doesn't make sense!" with sshake - Min "" with sshake + Min "超有道理的好嗎!覺得非刮不可才沒道理咧!" with sshake # game/2_diya.rpy:2318 translate traditional_chinese diyaMinEndConvo_6c65873c: # Min "It really pisses me off when I notice all the crap the world tries to force on girls." - Min "" + Min "每次聽到這種「女生就該怎樣怎樣」的不成文規定,我就很生氣。" # game/2_diya.rpy:2320 translate traditional_chinese diyaMinEndConvo_4d50b6bc: # DiyaT "Min gets really fired up when she talks about this stuff." - DiyaT "" + DiyaT "小旼對這個話題很敏感。" # game/2_diya.rpy:2323 translate traditional_chinese diyaMinEndConvo_3e066eff: # Min "Like this leg and armpit shaving shit, and making them think they have to like pink and have long hair." - Min "" + Min "像是要除毛啦!要喜歡粉紅色啦!要留長頭髮啦!" # game/2_diya.rpy:2324 translate traditional_chinese diyaMinEndConvo_c681f2e0: # Min "If you have a brother like I do, the difference is really obvious." - Min "" + Min "如果妳跟我一樣有弟弟的話,就會知道這一切有多不合理。" # game/2_diya.rpy:2325 translate traditional_chinese diyaMinEndConvo_78d225e3: # Min "It's all fake." - Min "" + Min "規定都是騙人的。" # game/2_diya.rpy:2327 translate traditional_chinese diyaMinEndConvo_ce39401c: # DiyaT "Min is so smart..." - DiyaT "" + DiyaT "小旼好聰明喔……" # game/2_diya.rpy:2329 translate traditional_chinese diyaMinEndConvo_6b6719e3: # Diya "Thanks. I feel a little better now." - Diya "" + Diya "謝謝,我覺得好一點了。" # game/2_diya.rpy:2332 translate traditional_chinese diyaMinEndConvo_8db41a79: # Min "Good." - Min "" + Min "那就好。" # game/2_diya.rpy:2333 translate traditional_chinese diyaMinEndConvo_d50af330: # Min "If anyone makes fun of you for it, I'll kill...I mean, be really, really mean to them." - Min "" + Min "如果有人笑妳,我就殺……我就對他們很壞。比很壞還壞。" # game/2_diya.rpy:2335 translate traditional_chinese diyaMinEndConvo_b27556f2: # DiyaT "No one's around right now...I really wanna kiss her..." - DiyaT "" + DiyaT "現在剛好沒人……我好想親她……" # game/2_diya.rpy:2337 translate traditional_chinese diyaMinEndConvo_83d366a4: # "Diya leans in, and Min catches her lips in a fierce kiss." - "" + "迪亞慢慢湊近,小旼立刻將她拉入一個火熱的吻中。" # game/2_diya.rpy:2338 translate traditional_chinese diyaMinEndConvo_ea12b625: # "When they break apart, Min looks very proud of herself." - "" + "等到她們終於分開,小旼露出一個非常自豪的表情。" # game/2_diya.rpy:2340 translate traditional_chinese diyaMinEndConvo_5c6d234f: # Min "Notice anything different?" - Min "" + Min "妳發現了嗎?" # game/2_diya.rpy:2342 translate traditional_chinese diyaMinEndConvo_d4a222d8: # DiyaT "That was a really nice kiss? But I have no idea what she's talking about..." - DiyaT "" + DiyaT "發現什麼?感覺很棒嗎……?" # game/2_diya.rpy:2345 translate traditional_chinese diyaMinEndConvo_10cd38a3: # Min "I got rid of the rest of my cigarettes!" - Min "" + Min "我戒菸了!" # game/2_diya.rpy:2347 translate traditional_chinese diyaMinEndConvo_74181b05: # Diya "You threw them away?" - Diya "" + Diya "妳丟掉了?" # game/2_diya.rpy:2350 translate traditional_chinese diyaMinEndConvo_a4e68f4a: # Min "No way, I sold them to some junior for fifteen bucks." with sshake - Min "" with sshake + Min "怎麼可能。我用十五塊賣給學長了。" with sshake # game/2_diya.rpy:2352 translate traditional_chinese diyaMinEndConvo_804d9770: # Diya "That's not good..." - Diya "" + Diya "不好吧……" # game/2_diya.rpy:2355 translate traditional_chinese diyaMinEndConvo_4254a4c1: # Min "Well, at least it's not me smoking them anymore." - Min "" + Min "至少不是我抽。" # game/2_diya.rpy:2357 translate traditional_chinese diyaMinEndConvo_1fcb1ecd: # Diya "That's true...Was it hard to quit?" - Diya "" + Diya "也是啦……會很難戒嗎?" # game/2_diya.rpy:2360 translate traditional_chinese diyaMinEndConvo_0867727d: # Min "I mean, it's not like I was addicted, so it wasn't that bad." - Min "" + Min "我煙癮不大,所以還好。" # game/2_diya.rpy:2362 translate traditional_chinese diyaMinEndConvo_88d433a4: # DiyaT "I was a little worried she wouldn't listen, but now that she did, I almost feel guilty." - DiyaT "" + DiyaT "我本來怕她不願意戒,現在我反而覺得有點不好意思。" # game/2_diya.rpy:2364 translate traditional_chinese diyaMinEndConvo_35d02abf: # Diya "Thanks..." - Diya "" + Diya "謝謝……" # game/2_diya.rpy:2365 translate traditional_chinese diyaMinEndConvo_f67c5f87: # Diya "...But I feel a bit bad I made you change just for me." - Diya "" + Diya "……對不起,讓妳為了我戒菸。" # game/2_diya.rpy:2368 translate traditional_chinese diyaMinEndConvo_64f35087: # Min "Huh?" - Min "" + Min "嗄?" # game/2_diya.rpy:2369 translate traditional_chinese diyaMinEndConvo_13b366e4: # Min "You didn't make me do anything. I decided to quit 'cause I figured it'd make me happier if I got to kiss you more." - Min "" + Min "是我自己要戒的。我想跟妳親親。" # game/2_diya.rpy:2372 translate traditional_chinese diyaMinEndConvo_42201239: # Min "Noelle kept sending me these annoying as fuck studies gloating that she was gonna live longer than me, too." - Min "" + Min "而且小諾現在動不動就傳有關抽菸的論文給我,還一直強調她會活得比我久。我快瘋了。" # game/2_diya.rpy:2373 translate traditional_chinese diyaMinEndConvo_cfd780dc: # Min "Honestly, it was worth it just to make her shut up about it." - Min "" + Min "不如戒菸。" # game/2_diya.rpy:2375 translate traditional_chinese diyaMinEndConvo_29783615: # Diya "But still...If you weren't dating me, you wouldn't have quit." - Diya "" + Diya "可是……如果妳沒有跟我交往,說不定就不用戒菸了。" # game/2_diya.rpy:2378 translate traditional_chinese diyaMinEndConvo_1bc44a26: # Min "I guess not?" - Min "" + Min "可能吧。" # game/2_diya.rpy:2379 translate traditional_chinese diyaMinEndConvo_a61fe60c: # Min "But isn't that what people mean when they say a couple's good for each other?" - Min "" + Min "不過人家不是都說:談戀愛可以使人進步嗎?" # game/2_diya.rpy:2380 translate traditional_chinese diyaMinEndConvo_36c72f10: # Min "Like, they bring out the best in each other." - Min "" + Min "就是會讓彼此變成更好的人。" # game/2_diya.rpy:2382 translate traditional_chinese diyaMinEndConvo_b3ac2b8b: # Diya "Oh." - Diya "" + Diya "喔。" # game/2_diya.rpy:2383 translate traditional_chinese diyaMinEndConvo_78a18d97: # Diya "I guess people do say that too." - Diya "" + Diya "好像聽過。" # game/2_diya.rpy:2385 translate traditional_chinese diyaMinEndConvo_66235dac: # Diya "I'm happy you quit. Think I'm just not used to being listened to like this." - Diya "" + Diya "我應該只是不習慣有人真的照我說的話去做而已。謝謝妳願意戒菸。" # game/2_diya.rpy:2388 translate traditional_chinese diyaMinEndConvo_ba6140bb: # Min "I mean, I'd be a pretty shitty girlfriend if I didn't care when something was bothering you." - Min "" + Min "哪有會放任另一半不開心的女朋友啊。" # game/2_diya.rpy:2390 translate traditional_chinese diyaMinEndConvo_f4f40a1d: # Min "I know you'd do the same for me." - Min "" + Min "妳也不會讓我不開心啊。" # game/2_diya.rpy:2392 translate traditional_chinese diyaMinEndConvo_053f6060: # Diya "That's true." - Diya "" + Diya "嗯。" # game/2_diya.rpy:2393 translate traditional_chinese diyaMinEndConvo_adcb5031: # Diya "I can't believe that worked. I'm glad I said something." - Diya "" + Diya "我還是不敢相信妳真的戒菸了。" # game/2_diya.rpy:2395 translate traditional_chinese diyaMinEndConvo_e629b0d2: # Diya "........" - Diya "" + Diya "……" # game/2_diya.rpy:2396 translate traditional_chinese diyaMinEndConvo_4ded6921: # Diya "But isn't it common sense? That you can't change people." - Diya "" + Diya "可是也有人說:你無法改變一個人。" # game/2_diya.rpy:2399 translate traditional_chinese diyaMinEndConvo_d9cf79f9: # Min "Huh? That sounds so cynical." - Min "" + Min "這種說法太極端了吧。" # game/2_diya.rpy:2401 translate traditional_chinese diyaMinEndConvo_37476970: # Diya "But sometimes it does happen. Sometimes you want someone to change, and they won't." - Diya "" + Diya "可是有些人就是不願意改變。" # game/2_diya.rpy:2404 translate traditional_chinese diyaMinEndConvo_c6b3b7a1: # Min "I mean, I guess it's TECHNICALLY true. You can't change people." - Min "" + Min "我的意思是:理論上,這句話是對的。妳無法改變他人。" # game/2_diya.rpy:2405 translate traditional_chinese diyaMinEndConvo_566bc3e4: # Min "All you can do is tell them how they make you feel, and then it's up to them to change." - Min "" + Min "妳只能表達妳的感受,讓對方決定要不要改變。" # game/2_diya.rpy:2406 translate traditional_chinese diyaMinEndConvo_538c9a32: # Min "Some people will make that leap for you, but others won't." - Min "" + Min "有些人願意跨出那一步,有些不會。" # game/2_diya.rpy:2408 translate traditional_chinese diyaMinEndConvo_8050f8f8_1: # Diya "Yeah..." - Diya "" + Diya "嗯……" # game/2_diya.rpy:2409 translate traditional_chinese diyaMinEndConvo_88c2bed4: # Diya "I think I just need to make my peace with that." - Diya "" + Diya "我會努力適應這種情況的。" # game/2_diya.rpy:2412 translate traditional_chinese diyaMinEndConvo_d1f2d431: # Min "I'll always make that leap for you!" - Min "" + Min "我永遠都會跨出那一步的!" # game/2_diya.rpy:2413 translate traditional_chinese diyaMinEndConvo_7b76a3c2: # Min "Even if it was from a car to a truck while they're still driving really fast, like in The Matrix." - Min "" + Min "就算要像尼歐*一樣,從車子跨到卡車上,我也不怕!" + +$subtitle="「駭客任務」男主角。" # game/2_diya.rpy:2415 translate traditional_chinese diyaMinEndConvo_a96e8bcc: # Diya "...That sounds scary. I hope that never happens." - Diya "" + Diya "希望不要有這種情況。" + +$subtitle=" " # game/2_diya.rpy:2418 translate traditional_chinese diyaMinEndConvo_9d68a281: # Min "But I wouldn't get hurt at all, and I'd look really badass doing it." - Min "" + Min "我會超帥的跨過去!" # game/2_diya.rpy:2421 translate traditional_chinese diyaMinEndConvo_2803168a: # Diya "You already look badass doing normal stuff like pitching. Why this." - Diya "" + Diya "妳投球的時候也很帥啊。為什麼一定要去跳車子。" # game/2_diya.rpy:2423 translate traditional_chinese diyaMinEndConvo_78ed2cb2: # "Diya's heartrate quickens with excitement as Min pulls her into another kiss." - "" + "迪亞驚喜的被拉入另一個吻。" # game/2_diya.rpy:2429 translate traditional_chinese diyaMinEndConvo_7ddf12d7: # "Diya shudders as Min slips a hand up her shirt, sliding her warm palm across the small of her back." - "" + "小旼的手潛入迪亞的衣襬,溫熱的掌心撫弄著她背後的一小片肌膚。" # game/2_diya.rpy:2431 translate traditional_chinese diyaMinEndConvo_f6505d80: # DiyaT "GFKJGJK;LKK????????" with sshake - DiyaT "" with sshake + DiyaT "EYUOGFQM" - new "" + new "" # renpy/common/_layout/classic_load_save.rpym:170 old "a" - new "" + new "a" # renpy/common/_layout/classic_load_save.rpym:179 old "q" - new "" + new "q" # renpy/common/00iap.rpy:217 old "Contacting App Store\nPlease Wait..." - new "" + new "Contacting App Store\nPlease Wait..." # renpy/common/00updater.rpy:375 old "The Ren'Py Updater is not supported on mobile devices." - new "" + new "The Ren'Py Updater is not supported on mobile devices." # renpy/common/00updater.rpy:494 old "An error is being simulated." - new "" + new "An error is being simulated." # renpy/common/00updater.rpy:678 old "Either this project does not support updating, or the update status file was deleted." - new "" + new "Either this project does not support updating, or the update status file was deleted." # renpy/common/00updater.rpy:692 old "This account does not have permission to perform an update." - new "" + new "This account does not have permission to perform an update." # renpy/common/00updater.rpy:695 old "This account does not have permission to write the update log." - new "" + new "This account does not have permission to write the update log." # renpy/common/00updater.rpy:722 old "Could not verify update signature." - new "" + new "Could not verify update signature." # renpy/common/00updater.rpy:997 old "The update file was not downloaded." - new "" + new "The update file was not downloaded." # renpy/common/00updater.rpy:1015 old "The update file does not have the correct digest - it may have been corrupted." - new "" + new "The update file does not have the correct digest - it may have been corrupted." # renpy/common/00updater.rpy:1071 old "While unpacking {}, unknown type {}." - new "" + new "While unpacking {}, unknown type {}." # renpy/common/00updater.rpy:1439 old "Updater" - new "" + new "Updater" # renpy/common/00updater.rpy:1446 old "An error has occured:" - new "" + new "An error has occured:" # renpy/common/00updater.rpy:1448 old "Checking for updates." - new "" + new "Checking for updates." # renpy/common/00updater.rpy:1450 old "This program is up to date." - new "" + new "This program is up to date." # renpy/common/00updater.rpy:1452 old "[u.version] is available. Do you want to install it?" - new "" + new "[u.version] is available. Do you want to install it?" # renpy/common/00updater.rpy:1454 old "Preparing to download the updates." - new "" + new "Preparing to download the updates." # renpy/common/00updater.rpy:1456 old "Downloading the updates." - new "" + new "Downloading the updates." # renpy/common/00updater.rpy:1458 old "Unpacking the updates." - new "" + new "Unpacking the updates." # renpy/common/00updater.rpy:1460 old "Finishing up." - new "" + new "Finishing up." # renpy/common/00updater.rpy:1462 old "The updates have been installed. The program will restart." - new "" + new "The updates have been installed. The program will restart." # renpy/common/00updater.rpy:1464 old "The updates have been installed." - new "" + new "The updates have been installed." # renpy/common/00updater.rpy:1466 old "The updates were cancelled." - new "" + new "The updates were cancelled." # renpy/common/00updater.rpy:1481 old "Proceed" - new "" + new "Proceed" # renpy/common/00gallery.rpy:592 old "Image [index] of [count] locked." - new "" + new "Image [index] of [count] locked." # renpy/common/00gallery.rpy:612 old "prev" - new "" + new "prev" # renpy/common/00gallery.rpy:613 old "next" - new "" + new "next" # renpy/common/00gallery.rpy:614 old "slideshow" - new "" + new "slideshow" # renpy/common/00gallery.rpy:615 old "return" - new "" + new "return" # renpy/common/00gltest.rpy:70 old "Renderer" - new "" + new "Renderer" # renpy/common/00gltest.rpy:74 old "Automatically Choose" - new "" + new "Automatically Choose" # renpy/common/00gltest.rpy:79 old "Force Angle/DirectX Renderer" - new "" + new "Force Angle/DirectX Renderer" # renpy/common/00gltest.rpy:83 old "Force OpenGL Renderer" - new "" + new "Force OpenGL Renderer" # renpy/common/00gltest.rpy:87 old "Force Software Renderer" - new "" + new "Force Software Renderer" # renpy/common/00gltest.rpy:93 old "NPOT" - new "" + new "NPOT" # renpy/common/00gltest.rpy:97 old "Enable" - new "" + new "Enable" # renpy/common/00gltest.rpy:101 old "Disable" - new "" + new "Disable" # renpy/common/00gltest.rpy:131 old "Powersave" - new "" + new "Powersave" # renpy/common/00gltest.rpy:145 old "Framerate" - new "" + new "Framerate" # renpy/common/00gltest.rpy:149 old "Screen" - new "" + new "Screen" # renpy/common/00gltest.rpy:153 old "60" - new "" + new "60" # renpy/common/00gltest.rpy:157 old "30" - new "" + new "30" # renpy/common/00gltest.rpy:163 old "Tearing" - new "" + new "Tearing" # renpy/common/00gltest.rpy:179 old "Changes will take effect the next time this program is run." - new "" + new "Changes will take effect the next time this program is run." # renpy/common/00gltest.rpy:213 old "Performance Warning" - new "" + new "Performance Warning" # renpy/common/00gltest.rpy:218 old "This computer is using software rendering." - new "" + new "This computer is using software rendering." # renpy/common/00gltest.rpy:220 old "This computer is not using shaders." - new "" + new "This computer is not using shaders." # renpy/common/00gltest.rpy:222 old "This computer is displaying graphics slowly." - new "" + new "This computer is displaying graphics slowly." # renpy/common/00gltest.rpy:224 old "This computer has a problem displaying graphics: [problem]." - new "" + new "This computer has a problem displaying graphics: [problem]." # renpy/common/00gltest.rpy:229 old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." - new "" + new "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." # renpy/common/00gltest.rpy:231 old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." - new "" + new "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." # renpy/common/00gltest.rpy:236 old "Update DirectX" - new "" + new "Update DirectX" # renpy/common/00gltest.rpy:242 old "Continue, Show this warning again" - new "" + new "Continue, Show this warning again" # renpy/common/00gltest.rpy:246 old "Continue, Don't show warning again" - new "" + new "Continue, Don't show warning again" # renpy/common/00gltest.rpy:264 old "Updating DirectX." - new "" + new "Updating DirectX." # renpy/common/00gltest.rpy:268 old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." - new "" + new "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." # renpy/common/00gltest.rpy:272 old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." - new "" + new "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." # renpy/common/00gltest.rpy:276 old "When setup finishes, please click below to restart this program." - new "" + new "When setup finishes, please click below to restart this program." # renpy/common/00gltest.rpy:278 old "Restart" - new "" + new "Restart" # renpy/common/00gamepad.rpy:32 old "Select Gamepad to Calibrate" - new "" + new "Select Gamepad to Calibrate" # renpy/common/00gamepad.rpy:35 old "No Gamepads Available" - new "" + new "No Gamepads Available" # renpy/common/00gamepad.rpy:54 old "Calibrating [name] ([i]/[total])" - new "" + new "Calibrating [name] ([i]/[total])" # renpy/common/00gamepad.rpy:58 old "Press or move the [control!r] [kind]." - new "" + new "Press or move the [control!r] [kind]." # renpy/common/00gamepad.rpy:66 old "Skip (A)" - new "" + new "Skip (A)" # renpy/common/00gamepad.rpy:69 old "Back (B)" - new "" + new "Back (B)" # renpy/common/_errorhandling.rpym:538 old "Open" - new "" + new "Open" # renpy/common/_errorhandling.rpym:540 old "Opens the traceback.txt file in a text editor." - new "" + new "Opens the traceback.txt file in a text editor." # renpy/common/_errorhandling.rpym:542 old "Copy BBCode" - new "" + new "Copy BBCode" # renpy/common/_errorhandling.rpym:544 old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." - new "" + new "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." # renpy/common/_errorhandling.rpym:546 old "Copy Markdown" - new "" + new "Copy Markdown" # renpy/common/_errorhandling.rpym:548 old "Copies the traceback.txt file to the clipboard as Markdown for Discord." - new "" + new "Copies the traceback.txt file to the clipboard as Markdown for Discord." # renpy/common/_errorhandling.rpym:577 old "An exception has occurred." - new "" + new "An exception has occurred." # renpy/common/_errorhandling.rpym:597 old "Rollback" - new "" + new "Rollback" # renpy/common/_errorhandling.rpym:599 old "Attempts a roll back to a prior time, allowing you to save or choose a different choice." - new "" + new "Attempts a roll back to a prior time, allowing you to save or choose a different choice." # renpy/common/_errorhandling.rpym:602 old "Ignore" - new "" + new "Ignore" # renpy/common/_errorhandling.rpym:606 old "Ignores the exception, allowing you to continue." - new "" + new "Ignores the exception, allowing you to continue." # renpy/common/_errorhandling.rpym:608 old "Ignores the exception, allowing you to continue. This often leads to additional errors." - new "" + new "Ignores the exception, allowing you to continue. This often leads to additional errors." # renpy/common/_errorhandling.rpym:612 old "Reload" - new "" + new "Reload" # renpy/common/_errorhandling.rpym:614 old "Reloads the game from disk, saving and restoring game state if possible." - new "" + new "Reloads the game from disk, saving and restoring game state if possible." # renpy/common/_errorhandling.rpym:617 old "Console" - new "" + new "Console" # renpy/common/_errorhandling.rpym:619 old "Opens a console to allow debugging the problem." - new "" + new "Opens a console to allow debugging the problem." # renpy/common/_errorhandling.rpym:629 old "Quits the game." - new "" + new "Quits the game." # renpy/common/_errorhandling.rpym:653 old "Parsing the script failed." - new "" + new "Parsing the script failed." # renpy/common/_errorhandling.rpym:679 old "Opens the errors.txt file in a text editor." - new "" + new "Opens the errors.txt file in a text editor." # renpy/common/_errorhandling.rpym:683 old "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." - new "" + new "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." # renpy/common/_errorhandling.rpym:687 old "Copies the errors.txt file to the clipboard as Markdown for Discord." - new "" + new "Copies the errors.txt file to the clipboard as Markdown for Discord." diff --git a/game/tl/traditional_chinese/common.rpyc b/game/tl/traditional_chinese/common.rpyc deleted file mode 100644 index 6c2fb74..0000000 Binary files a/game/tl/traditional_chinese/common.rpyc and /dev/null differ diff --git a/game/tl/traditional_chinese/options.rpy b/game/tl/traditional_chinese/options.rpy index 44f4e1e..9231740 100644 --- a/game/tl/traditional_chinese/options.rpy +++ b/game/tl/traditional_chinese/options.rpy @@ -4,5 +4,5 @@ translate traditional_chinese strings: # game/options.rpy:15 old "Butterfly Soup 2" - new "" + new "蝴蝶湯2" diff --git a/game/tl/traditional_chinese/options.rpyc b/game/tl/traditional_chinese/options.rpyc deleted file mode 100644 index f97759a..0000000 Binary files a/game/tl/traditional_chinese/options.rpyc and /dev/null differ diff --git a/game/tl/traditional_chinese/screens.rpy b/game/tl/traditional_chinese/screens.rpy index 6bb4f1d..3eeb6e6 100644 --- a/game/tl/traditional_chinese/screens.rpy +++ b/game/tl/traditional_chinese/screens.rpy @@ -4,401 +4,452 @@ translate traditional_chinese strings: # game/screens.rpy:645 old "Save" - new "" + new "存檔" # game/screens.rpy:647 old "Skip" - new "" + new "快轉" # game/screens.rpy:649 old "Prefs" - new "" + new "倒帶" # game/screens.rpy:716 old "New Game" - new "" + new "開始遊戲" # game/screens.rpy:721 old "History" - new "" + new "劇情回顧" # game/screens.rpy:729 old "Load Game" - new "" + new "讀取遊戲" # game/screens.rpy:733 old "Settings" - new "" + new "設定" # game/screens.rpy:737 old "About" - new "" + new "關於" # game/screens.rpy:742 old "End Replay" - new "" + new "結束重播" # game/screens.rpy:748 old "Main Menu" - new "" + new "主選單" # game/screens.rpy:758 old "Quit" - new "" + new "結束遊戲" # game/screens.rpy:977 old "Return" - new "" + new "返回" # game/screens.rpy:1098 old "[config.name!t] Version [config.version!t]\n" - new "" + new "[config.name!t] Version [config.version!t]\n" # game/screens.rpy:1105 old "Game by Brianna Lei\n\nMade with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n" - new "" + new "遊戲作者 Brianna Lei\n\n使用軟體 {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n" # game/screens.rpy:1107 old "\n\nMusic:" - new "" + new "\n\n音樂素材:" # game/screens.rpy:1108 old "Bubbles, guiding light, Thought Projection, Holding Your Breath,\nIllicit Activities, and Jello by {a=http://ketsamusic.com/}Ketsa{/a}\n" - new "" + new "Bubbles、guiding light、Thought Projection、Holding Your Breath、\nIllicit Activities以及Jello by {a=http://ketsamusic.com/}Ketsa{/a}\n" # game/screens.rpy:1109 old "Romaras, Blooming, pas a pas, side by side, and Campagne_sound363\nby Miltata (CC BY-NC 3.0)" - new "" + new "Romaras、Blooming、pas a pas、side by side以及Campagne_sound363\nby Miltata (CC BY-NC 3.0)" # game/screens.rpy:1110 old "{a=https://miltata.bandcamp.com/}This artist has songs available for purchase! Please support him here!{/a}\n" - new "" + new "{a=https://miltata.bandcamp.com/}Miltata的官網上還有許多可供購買的歌曲,歡迎參考!{/a}\n" # game/screens.rpy:1111 old "{a=http://freemusicarchive.org/music/Bloodgod/Catharsis/}Valar Morghulis{/a} by {b}Bloodgod{/b} (CC BY-NC-ND 4.0)\n" - new "" + new "{a=http://freemusicarchive.org/music/Bloodgod/Catharsis/}Valar Morghulis{/a} by {b}Bloodgod{/b} (CC BY-NC-ND 4.0)\n" # game/screens.rpy:1112 old "{a=http://www.hurtrecord.com/bgm/24/the-flame-of-love.html}Flame of Love{/a} by {b}YOSHI{/b}\n" - new "" + new "{a=http://www.hurtrecord.com/bgm/24/the-flame-of-love.html}Flame of Love{/a} by {b}YOSHI{/b}\n" # game/screens.rpy:1113 old "{a=https://www.hurtrecord.com/bgm/104/toys-house.html}Toys House{/a} by {b}Teada{/b}\n" - new "" + new "{a=https://www.hurtrecord.com/bgm/104/toys-house.html}Toys House{/a} by {b}Teada{/b}\n" # game/screens.rpy:1114 old "{a=https://www.hurtrecord.com/bgm/23/kurayami.html}{font=japanese.ttc}クラヤミ{/font}{/a} by {b}{font=japanese.ttc}カモキング{/font}{/b}\n" - new "" + new "{a=https://www.hurtrecord.com/bgm/23/kurayami.html}{font=japanese.ttc}クラヤミ{/font}{/a} by {b}{font=japanese.ttc}カモキング{/font}{/b}\n" # game/screens.rpy:1115 old "{a=https://thricedotted.itch.io/looptober-2021-variety-pack}Fell{/a} by {b}Studio Meow Meow{/b} (CC BY 4.0)\n" - new "" + new "{a=https://thricedotted.itch.io/looptober-2021-variety-pack}Fell{/a} by {b}Studio Meow Meow{/b} (CC BY 4.0)\n" # game/screens.rpy:1116 old "{a=https://www.void1gaming.com/}Comatose Dreams{/a} by {b}VOiD1Gaming{/b}\n" - new "" + new "{a=https://www.void1gaming.com/}Comatose Dreams{/a} by {b}VOiD1Gaming{/b}\n" # game/screens.rpy:1117 old "My Heart Will Go On - Recorder By Candlelight by {b}Matt Mulholland{/b}" - new "" + new "My Heart Will Go On - Recorder By Candlelight by {b}Matt Mulholland{/b}" # game/screens.rpy:1118 old "{a=https://mattmulholland.bandcamp.com/album/matt-mulholland-sings-covers}This song is available for purchase! Please support the artist!{/a}\n" - new "" + new "{a=https://mattmulholland.bandcamp.com/album/matt-mulholland-sings-covers}這首歌可以買喔!歡迎參考!{/a}\n" # game/screens.rpy:1120 old "\n\nSound:" - new "" + new "\n\n音效素材:" # game/screens.rpy:1121 old "{a=https://github.com/NormalVR/CutieKeys}Cutie Keys{/a}" - new "" + new "{a=https://github.com/NormalVR/CutieKeys}Cutie Keys{/a}" # game/screens.rpy:1122 old "{a=http://freesound.org/people/LittleRobotSoundFactory/packs/16881/}Electric Sound Effects Library{/a} by LittleRobotSoundFactory (CC BY 3.0)" - new "" + new "{a=http://freesound.org/people/LittleRobotSoundFactory/packs/16881/}Electric Sound Effects Library{/a} by LittleRobotSoundFactory (CC BY 3.0)" # game/screens.rpy:1123 old "{a=http://freesound.org/people/Peacewaves/sounds/317334/}Metal Locker{/a} by Peacewaves (CC BY 3.0)" - new "" + new "{a=http://freesound.org/people/Peacewaves/sounds/317334/}Metal Locker{/a} by Peacewaves (CC BY 3.0)" # game/screens.rpy:1125 old "\n\nTranslation producer:" - new "" + new "\n\n翻譯人員" # game/screens.rpy:1126 old "{a=https://queerscriptors.org}Queerscriptors{/a}" - new "" + new "{a=https://queerscriptors.org}Queerscriptors{/a}" # game/screens.rpy:1128 old "\n\nRussian Translation:" - new "" + new "\n\n俄文翻譯:" # game/screens.rpy:1129 old "Mikhail \"KornyPony\" Burov-Kosolapin" - new "" + new "Mikhail \"KornyPony\" Burov-Kosolapin" # game/screens.rpy:1205 old "Page {}" - new "" + new "Page {}" # game/screens.rpy:1205 old "Automatic saves" - new "" + new "自動存檔" # game/screens.rpy:1205 old "Quick saves" - new "" + new "快速存檔" # game/screens.rpy:1251 old "%B %d %Y, %H:%M" - new "" + new "%B %d %Y, %H:%M" # game/screens.rpy:1251 old "empty slot" - new "" + new "空白欄位" # game/screens.rpy:1268 old "<" - new "" + new "<" # game/screens.rpy:1271 old "{#auto_page}A" - new "" + new "{#auto_page}A" # game/screens.rpy:1274 old "{#quick_page}Q" - new "" + new "{#quick_page}Q" # game/screens.rpy:1280 old ">" - new "" + new ">" # game/screens.rpy:1393 old "Display" - new "" + new "介面" # game/screens.rpy:1394 old "Window" - new "" + new "視窗化" # game/screens.rpy:1395 old "Fullscreen" - new "" + new "全螢幕" # game/screens.rpy:1401 old "Unseen Text" - new "" + new "未讀" # game/screens.rpy:1402 old "After Choices" - new "" + new "選項之後" # game/screens.rpy:1407 old "Screen Motion" - new "" + new "介面動態" # game/screens.rpy:1408 old "Background Pan" - new "" + new "前後景效果" # game/screens.rpy:1409 old "Screenshake" - new "" + new "晃動效果" # game/screens.rpy:1421 old "Music Volume" - new "" + new "音樂音量" # game/screens.rpy:1428 old "Sound Volume" - new "" + new "音效音量" # game/screens.rpy:1434 old "Test" - new "" + new "測試" # game/screens.rpy:1438 old "Voice Volume" - new "" + new "音量" # game/screens.rpy:1449 old "Mute All" - new "" + new "全部靜音" # game/screens.rpy:1453 old "Text Speed" - new "" + new "文字速度" # game/screens.rpy:1461 old "Language" - new "" + new "語言" # game/screens.rpy:1605 old "The dialogue history is empty." - new "" + new "無劇情回顧" # game/screens.rpy:1717 old "Help" - new "" + new "求助" # game/screens.rpy:1726 old "Keyboard" - new "" + new "鍵盤" # game/screens.rpy:1727 old "Mouse" - new "" + new "滑鼠" # game/screens.rpy:1730 old "Gamepad" - new "" + new "手把" # game/screens.rpy:1743 old "Enter" - new "" + new "確定" # game/screens.rpy:1744 old "Advances dialogue and activates the interface." - new "" + new "Advances dialogue and activates the interface." # game/screens.rpy:1747 old "Space" - new "" + new "Space" # game/screens.rpy:1748 old "Advances dialogue without selecting choices." - new "" + new "進行對話,跳過選項" # game/screens.rpy:1751 old "Arrow Keys" - new "" + new "Arrow Keys" # game/screens.rpy:1752 old "Navigate the interface." - new "" + new "Navigate the interface." # game/screens.rpy:1755 old "Escape" - new "" + new "Escape" # game/screens.rpy:1756 old "Accesses the game menu." - new "" + new "Accesses the game menu." # game/screens.rpy:1759 old "Ctrl" - new "" + new "Ctrl" # game/screens.rpy:1760 old "Skips dialogue while held down." - new "" + new "Skips dialogue while held down." # game/screens.rpy:1763 old "Tab" - new "" + new "Tab" # game/screens.rpy:1764 old "Toggles dialogue skipping." - new "" + new "Toggles dialogue skipping." # game/screens.rpy:1767 old "Page Up" - new "" + new "Page Up" # game/screens.rpy:1768 old "Rolls back to earlier dialogue." - new "" + new "Rolls back to earlier dialogue." # game/screens.rpy:1771 old "Page Down" - new "" + new "Page Down" # game/screens.rpy:1772 old "Rolls forward to later dialogue." - new "" + new "Rolls forward to later dialogue." # game/screens.rpy:1780 old "Takes a screenshot." - new "" + new "Takes a screenshot." # game/screens.rpy:1784 old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." - new "" + new "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." # game/screens.rpy:1790 old "Left Click" - new "" + new "Left Click" # game/screens.rpy:1794 old "Middle Click" - new "" + new "Middle Click" # game/screens.rpy:1795 old "Hides the user interface." - new "" + new "Hides the user interface." # game/screens.rpy:1798 old "Right Click" - new "" + new "Right Click" # game/screens.rpy:1802 old "Mouse Wheel Up\nClick Rollback Side" - new "" + new "Mouse Wheel Up\nClick Rollback Side" # game/screens.rpy:1806 old "Mouse Wheel Down" - new "" + new "Mouse Wheel Down" # game/screens.rpy:1813 old "Right Trigger\nA/Bottom Button" - new "" + new "Right Trigger\nA/Bottom Button" # game/screens.rpy:1817 old "Left Trigger\nLeft Shoulder" - new "" + new "Left Trigger\nLeft Shoulder" # game/screens.rpy:1821 old "Right Shoulder" - new "" + new "Right Shoulder" # game/screens.rpy:1825 old "D-Pad, Sticks" - new "" + new "D-Pad, Sticks" # game/screens.rpy:1829 old "Start, Guide" - new "" + new "Start, Guide" # game/screens.rpy:1833 old "Y/Top Button" - new "" + new "Y/Top Button" # game/screens.rpy:1836 old "Calibrate" - new "" + new "Calibrate" # game/screens.rpy:1901 old "Yes" - new "" + new "Yes" # game/screens.rpy:1902 old "No" - new "" + new "No" # game/screens.rpy:1948 old "Skipping. To stop skipping, click anywhere on the screen!" - new "" + new "Skipping. To stop skipping, click anywhere on the screen!" # game/screens.rpy:2346 old "Back" - new "" + new "Back" # game/screens.rpy:2348 old "Auto" - new "" + new "Auto" # game/screens.rpy:2349 old "Menu" - new "" + new "Menu" +# TODO: Translation updated at 2023-02-03 16:15 + +translate traditional_chinese strings: + + # game/screens.rpy:1162 + old "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + new "Rain loop by {a=https://www.freesoundslibrary.com/}Free Sounds Library{/a} (CC BY 4.0)" + + # game/screens.rpy:1170 + old "\n\nPolish Translation:" + new "\n\nPolish Translation:" + + # game/screens.rpy:1171 + old "Max \"Toasty\" and _adoracja with the help of panini_bredd" + new "Max \"Toasty\" and _adoracja with the help of panini_bredd" + + # game/screens.rpy:1173 + old "\n\nTraditional Chinese Translation:" + new "\n\nTraditional Chinese Translation:" + + # game/screens.rpy:1174 + old "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + new "{font=traditional_chinese.otf}鬼怒川{/font}(KINUKUROletsplay)" + + # game/screens.rpy:1176 + old "\n\nSpanish Translation:" + new "\n\nSpanish Translation:" + + # game/screens.rpy:1177 + old "{font=myriad.otf}{size=24}Martín \"SevenFalcons\" Eyheralde{/size}{/font}" + new "{font=myriad.otf}Martín \"SevenFalcons\" Eyheralde{/font}" + + # game/screens.rpy:1179 + old "\n\nBrazilian Portuguese Translation:" + new "\n\nBrazilian Portuguese Translation:" + + # game/screens.rpy:1180 + old "Maria \"Maaz\" Laura " + new "Maria \"Maaz\" Laura " + + # game/screens.rpy:1526 + old "{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}" + new "{font=chunhua_chinese.ttf}{size=30}中文{/size}{/font}" + + # game/screens.rpy:1527 + old "{font=myriad.OTF}{size=30}Español{/size}{/font}" + new "{font=myriad.OTF}{size=30}Español{/size}{/font}" + + # game/screens.rpy:1528 + old "{font=myriad.OTF}{size=30}Português{/size}{/font}" + new "{font=myriad.OTF}{size=30}Português{/size}{/font}" diff --git a/game/tl/traditional_chinese/screens.rpyc b/game/tl/traditional_chinese/screens.rpyc deleted file mode 100644 index 83c01e3..0000000 Binary files a/game/tl/traditional_chinese/screens.rpyc and /dev/null differ diff --git a/game/tl/traditional_chinese/script.rpy b/game/tl/traditional_chinese/script.rpy index 895a6be..bd91acd 100644 --- a/game/tl/traditional_chinese/script.rpy +++ b/game/tl/traditional_chinese/script.rpy @@ -4,57 +4,75 @@ translate traditional_chinese strings: # game/script.rpy:679 old "{font=YunusH.ttf}{white}{size=+25}Thank you\nfor playing!{/size}{/white}{/font}" - new "" + new "{font=YunusH.ttf}{white}{size=+25}感謝\n你的遊玩!{/size}{/white}{/font}" # game/script.rpy:3292 old "English" - new "" + new "English" # game/script.rpy:3292 old "{font=myriad.OTF}{size=30}Русский{/size}{/font}" - new "" + new "{font=myriad.OTF}{size=30}Русский{/size}{/font}" # game/script.rpy:3376 old "Diya" - new "" + new "迪亞" # game/script.rpy:3377 old "Min" - new "" + new "旼" # game/script.rpy:3378 old "Noelle" - new "" + new "諾奧" # game/script.rpy:3379 old "certified brain genius" - new "" + new "公認大腦天才" # game/script.rpy:3380 old "depressed elf nightmare man" - new "" + new "抑鬱夢魘精靈" # game/script.rpy:3381 old "albret einstong" - new "" + new "亞伯‧愛因斯桶" # game/script.rpy:3382 old "Yuki" - new "" + new "小雪" # game/script.rpy:3383 old "Sakura" - new "" + new "小櫻" # game/script.rpy:3384 old "Chryssa" - new "" + new "克莉莎" # game/script.rpy:3385 old "Liz" - new "" + new "麗姿" # game/script.rpy:3386 old "Mom" - new "" + new "媽媽" +# TODO: Translation updated at 2023-02-03 16:15 +translate traditional_chinese strings: + + # game/script.rpy:3287 + old "Polski" + new "Polski" + + # game/script.rpy:3287 + old "{font=chunhua_chinese.ttf}中文{/font}" + new "{font=chunhua_chinese.ttf}中文{/font}" + + # game/script.rpy:3287 + old "Español" + new "Español" + + # game/script.rpy:3287 + old "{font=myriad.OTF}Português{/font}" + new "{font=myriad.OTF}Português{/font}" diff --git a/game/tl/traditional_chinese/script.rpyc b/game/tl/traditional_chinese/script.rpyc deleted file mode 100644 index 98d43f7..0000000 Binary files a/game/tl/traditional_chinese/script.rpyc and /dev/null differ diff --git a/game/tl/traditional_chinese/trailer.rpyc b/game/tl/traditional_chinese/trailer.rpyc deleted file mode 100644 index 3f33ca8..0000000 Binary files a/game/tl/traditional_chinese/trailer.rpyc and /dev/null differ