Merge pull request #150 from PretendoNetwork/dev

Merge dev to master
This commit is contained in:
Jonathan Barrow 2022-09-19 18:00:22 -04:00 committed by GitHub
commit 574a3da89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
184 changed files with 28563 additions and 12444 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_size = 4
[*.{css,handlebars,json}]
indent_size = 2

View File

@ -1,2 +1,2 @@
# web javascript causes a lot of eslint warnings
assets/js
assets/js

View File

@ -1,18 +1,18 @@
{
"env": {
"browser": true,
"node": true,
"commonjs": true,
"es6": true
},
"globals": {
"document": true
},
"env": {
"browser": true,
"node": true,
"commonjs": true,
"es6": true
},
"globals": {
"document": true
},
"parserOptions": {
"ecmaVersion": 2021
},
"extends": "eslint:recommended",
"rules": {
"ecmaVersion": 2021
},
"extends": "eslint:recommended",
"rules": {
"no-case-declarations": "off",
"no-empty": "off",
"no-console": "off",
@ -23,20 +23,20 @@
"error",
"never"
],
"indent": [
"error",
"indent": [
"error",
"tab",
{
"SwitchCase": 1
}
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}

2
.gitignore vendored
View File

@ -66,4 +66,4 @@ static-text.json
.DS_Store
# keep browserified files out
*.bundled.js
*.bundled.js

View File

@ -1,10 +1,10 @@
language: node_js
node_js:
- "7"
- "8"
- "9"
- "7"
- "8"
- "9"
sudo: false
script:
- "npm run lint"
- "npm run lint"

661
LICENSE Normal file
View File

@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, 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
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If 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 convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero 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
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "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 PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.

View File

@ -1,44 +0,0 @@
{
"boards": {
"gb7qURRJ": {
"github_links": [
{
"display": "Account server repo",
"url": "https://github.com/PretendoNetwork/account"
}
]
},
"G54H0wtc": {
"github_links": [
{
"display": "Juxtaposition repo",
"url": "https://github.com/PretendoNetwork/juxt-web"
}
]
},
"lmAbWUyn": {
"github_links": [
{
"display": "BOSS repo",
"url": "https://github.com/PretendoNetwork/BOSS"
}
]
},
"LQZftqhE": {
"github_links": [
{
"display": "Super Mario Maker (authentication) repo",
"url": "https://github.com/PretendoNetwork/super-mario-maker-authentication"
}
]
},
"9frc4r0Q": {
"github_links": [
{
"display": "Website repo",
"url": "https://github.com/PretendoNetwork/website"
}
]
}
}
}

View File

@ -0,0 +1,26 @@
{
"juxt": [
"JXT-598-0009",
"JXT-598-0010",
"JXT-598-0011",
"JXT-598-0020",
"SYS-015-2004",
"SYS-015-5001",
"SYS-015-5002",
"SYS-015-5003",
"SYS-015-5004",
"SYS-015-5005",
"SYS-015-5006",
"SYS-015-5007",
"SYS-015-5015",
"SYS-115-2004",
"SYS-115-5001",
"SYS-115-5002",
"SYS-115-5003",
"SYS-115-5004",
"SYS-115-5005",
"SYS-115-5006",
"SYS-115-5007",
"SYS-115-5015"
]
}

View File

@ -1,12 +0,0 @@
# Installing Juxt
The first step to installing Juxt is playing a round of Among Us as an impostor. I promise it will all make sense ina second.
```
.    。    •   ゚  。   .
.      .     。   。 .
.   。      ඞ 。 .    •     •
゚   Red was not An Impostor.  。 .
'    1 Impostor remains     。
゚   .   . ,    .  .
```

View File

@ -1,75 +0,0 @@
# Other documentation
We are a bunch of programmers spending our free time reverse engineering and coding game servers for 3ds and wiiu.
We are a bunch of programmers spending our free time reverse engineering and coding game servers for 3ds and wiiu.
We are a bunch of programmers spending our free time reverse engineering and coding game servers for 3ds and wiiu.
```javascript
function returnTrue() {
class trueOrFalseObject {
constructor(trueOrFalse) {
this.trueOrFalse = trueOrFalse;
}
get trueOrFalse() {
return this.trueOrFalse();
}
convertNumberToBoolean(trueOrFalse) {
if (convertStringToNumber(trueOrFalse) === 0) {
return true;
} else if (convertStringToNumber(trueOrFalse) == 1) {
return false;
}
}
convertStringToNumber(trueOrFalse) {
if (trueOrFalse === "true") {
return 0;
} else if (trueOrFalse === "false") {
return true * 69 - 1 - false * 69 * 420 - 69 + 2;
}
}
trueOrFalse() {
return this.convertNumberToBoolean(trueOrFalse);
}
}
let objectWhichWeKnowIsTrue = new trueOrFalseObject("true");
function checkIfTrueOrFalse(objectToCheckIfTrueOrFalse) {
if (objectToCheckIfTrueOrFalse === objectWhichWeKnowIsTrue.trueOrFalse) {
return objectWhichWeKnowIsTrue.trueOrFalse;
console.log(
"Successfully checked if the object is true or false. Result: the object is true."
);
// TODO: fix text not console logging
} else {
objectWhichWeKnowIsTrue = new trueOrFalseObject("false");
if (objectToCheckIfTrueOrFalse === objectWhichWeKnowIsTrue.trueOrFalse) {
return objectWhichWeKnowIsTrue.trueOrFalse;
console.log(
"Successfully checked if the object is true or false. Result: the object is false."
);
// TODO: fix text not console logging
} else {
// something went horribly wrong
}
objectWhichWeKnowIsTrue = new trueOrFalseObject("true");
}
}
const isTrueTrueOrFalse = checkIfTrueOrFalse("true");
const isfalseTrueOrFalse = checkIfTrueOrFalse("false");
const trueOrFalseJSON = {
true: isTrueTrueOrFalse,
false: isfalseTrueOrFalse,
};
return trueOrFalseJSON.true
}
console.log(returnTrue())
```

View File

@ -0,0 +1,16 @@
# Error Code: 598-0009
**Applies to:** Wii U, 3DS Family of Systems
---
Your Pretendo Network ID has been limited from posting on Juxt.
This typically occurs because of a violation of the Juxt Code of Conduct, or other offense on the Network or the Discord server.
For more information, launch the Miiverse app, or request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,16 @@
# Error Code: 598-0010
**Applies to:** Wii U, 3DS Family of Systems
---
Your Pretendo Network ID has been temporarily banned from Juxt.
This typically occurs because of a violation of the Juxt Code of Conduct, or other offense on the Network or the Discord server.
For more information, launch the Miiverse app, or request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,16 @@
# Error Code: 598-0011
**Applies to:** Wii U, 3DS Family of Systems
---
Your Pretendo Network ID has been permanently banned from Juxt.
This typically occurs because of a violation of the Juxt Code of Conduct, or other offense on the Network or the Discord server.
For more information, launch the Miiverse app, or request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,16 @@
# Error Code: 598-0020
**Applies to:** Wii U, 3DS Family of Systems
---
- "Unable to parse service Token. Are you using a Nintendo Network ID?"
This typically occurs because you are attempting to connect to Juxt with a **Nintendo Network ID** instead of a **Pretendo Network ID**.
Please ensure that the account you are using is indeed the one created for the Pretendo Network, and that you have either selected Pretendo in the 3DS Patch `nimbus.3dsx`, or have launched your Wii U with the `30_nimble.rpx` module.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,22 @@
# Error Code: 015-2004
**Applies to:** 3DS Family of Systems
---
- "Unable to connect to the server. Please try again later. If the problem persists, please make a note of the error code and visit support.nintendo.com."
This error indicates a connection problem with the server.
### Possible Solutions
- **Check our network status information**
> Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) and ensure that there are no ongoing service outages.
- **Ensure your Wii U can connect to the internet and try again**
> Try performing a connection test in system settings. If the connection test fails, there is likely another issues on your network
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,24 @@
# Error Code: 015-5001
**Applies to:** 3DS Family of Systems
---
- "A system update is required. Go to System Settings to perform a system update."
This error should not occur under normal conditions when connected to the Pretendo Network. Follow the steps below to troubleshoot.
### Possible Solutions
- **Check that you are patched**
1. Open System Settings on the 3DS HOME Menu
2. Click on `Nintendo Network ID Settings`
3. Navigate to the 3RD Page, and select `Other`
4. Click on `Network Services Agreement`
- If the top of the lower screen says `Pretendo Network Services Agreement`, then you are connected to the Pretendo Network.
- If the top of the lower screen says something else, then you are not connected to the Pretendo Network. Follow [these](/docs/install/3ds) instructions to get started.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,15 @@
# Error Code: 115-5002
**Applies to:** 3DS Family of Systems
---
- "You must have started Miiverse at least once before you can use this online service. Please Start Miiverse from the 3DS HOME Menu and set up your user information."
This error occurs when you have never opened the Miiverse app before attempting to use online features. Open the Miiverse app from the HOME Menu to get started.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,15 @@
# Error Code: 015-5003
**Applies to:** 3DS Family of Systems
---
- "The server is currently undergoing maintenance. Please Try again later."
Juxtaposition is currently undergoing maintenance. Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) or join our [Discord server](https://invite.gg/pretendo) for updates.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,24 @@
# Error Code: 015-5004
**Applies to:** 3DS Family of Systems
---
- "The Miiverse service has ended. Miiverse and any software features that make use of Miiverse will no longer be available. Thank you for your Interest."
This error should not occur under normal conditions when connected to the Pretendo Network. Follow the steps below to troubleshoot.
### Possible Solutions
- **Check that you are patched**
1. Open System Settings on the 3DS HOME Menu
2. Click on `Nintendo Network ID Settings`
3. Navigate to the 3RD Page, and select `Other`
4. Click on `Network Services Agreement`
- If the top of the lower screen says `Pretendo Network Services Agreement`, then you are connected to the Pretendo Network.
- If the top of the lower screen says something else, then you are not connected to the Pretendo Network. Follow [these](/docs/install/3ds) instructions to get started.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,37 @@
# Error Code: 015-5005
**Applies to:** 3DS Family of Systems
---
- "You cannot use Miiverse because it has been restricted in Parental Controls."
This error occurs when Miiverse has been disallowed by Parental Controls. Follow the steps below to re-enable Miiverse.
### Steps to Remove Miiverse Parental Control Limits
1. On the 3DS HOME Menu, open the `System Settings` app.
<img src="/assets/images/docs/errors/pc-3ds-1.png" width=50% height=auto/><br><br>
2. Click on `Parental Controls` on the bottom screen.
<img src="/assets/images/docs/errors/pc-3ds-2.png" width=50% height=auto/><br><br>
3. Click on `Change` and enter your pin.
<img src="/assets/images/docs/errors/pc-3ds-3.png" width=50% height=auto/><br><br>
4. Click on `Set Restrictions`.
<img src="/assets/images/docs/errors/pc-3ds-4.png" width=50% height=auto/><br><br>
5. Scroll down to the `Miiverse` button.
<img src="/assets/images/docs/errors/pc-3ds-5.png" width=50% height=auto/><br><br>
6. Click the `Miiverse` button, and then select `Do Not Restrict`.
<img src="/assets/images/docs/errors/pc-3ds-6.png" width=50% height=auto/><br><br>
Parental Controls should now be disabled for Miiverse.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,37 @@
# Error Code: 015-5005
**Applies to:** 3DS Family of Systems
---
- "You may not post to Miiverse due to a restriction in Parental Controls"
This error occurs when posting to Miiverse has been disallowed by Parental Controls. Follow the steps below to re-enable posting.
### Steps to Remove Miiverse Parental Control Limits
1. On the 3DS HOME Menu, open the `System Settings` app.
<img src="/assets/images/docs/errors/pc-3ds-1.png" width=50% height=auto/><br><br>
2. Click on `Parental Controls` on the bottom screen.
<img src="/assets/images/docs/errors/pc-3ds-2.png" width=50% height=auto/><br><br>
3. Click on `Change` and enter your pin.
<img src="/assets/images/docs/errors/pc-3ds-3.png" width=50% height=auto/><br><br>
4. Click on `Set Restrictions`.
<img src="/assets/images/docs/errors/pc-3ds-4.png" width=50% height=auto/><br><br>
5. Scroll down to the `Miiverse` button.
<img src="/assets/images/docs/errors/pc-3ds-5.png" width=50% height=auto/><br><br>
6. Click the `Miiverse` button, and then select `Do Not Restrict`.
<img src="/assets/images/docs/errors/pc-3ds-6.png" width=50% height=auto/><br><br>
Parental Controls should now be disabled for Miiverse.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,18 @@
# Error Code: 015-5007
**Applies to:** 3DS Family of Systems
---
- ""Miiverse function are unavailable to this Nintendo Network ID. For details, please start Miiverse."
This typically occurs because you are attempting to connect to Juxt with a **Nintendo Network ID** instead of a **Pretendo Network ID**.
This can also occur if your Pretendo Network ID has been banned from using Juxt.
For more information, launch the Miiverse app, or request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,23 @@
# Error Code: 015-5015
**Applies to:** 3DS Family of Systems
---
- "Unable to connect to the server. Please try again later. If the problem persists, please make a note of the error code and visit support.nintendo.com."
This error indicates a connection problem with the server.
### Possible Solutions
- **Check our network status information**
> Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) and ensure that there are no ongoing service outages.
- **Ensure your 3DS can connect to the internet and try again**
> Try performing a connection test in system settings. If the connection test fails, there is likely another issues on your network
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,22 @@
# Error Code: 115-2004
**Applies to:** Wii U
---
- "Unable to connect to the server. Please try again later. If the problem persists, please make a note of the error code and visit support.nintendo.com."
This error indicates a connection problem with the server.
### Possible Solutions
- **Check our network status information**
> Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) and ensure that there are no ongoing service outages.
- **Ensure your Wii U can connect to the internet and try again**
> Try performing a connection test in system settings. If the connection test fails, there is likely another issues on your network
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,27 @@
# Error Code: 115-5001
**Applies to:** Wii U
---
- "A system update is required. Go to System Settings to perform a system update."
This error should not occur under normal conditions when connected to the Pretendo Network. Follow the steps below to troubleshoot.
### Possible Solutions
- **Check that you are patched**
1. On the Wii U System Menu, click on your Mii in the top left corner.
2. Scroll down and select `View Network Services Agreement` button.
3. Select the language of your choice.
- If the top of the screen says `Pretendo Network Services Agreement`, then you are connected to the Pretendo Network.
- If the top of the screen says something else, then you are not connected to the Pretendo Network. Follow [these](/docs/install/wiiu) instructions to get started.
- **Update your console**
- As of now, version 5.5.6 is safe to update for homebrew.
- By default, modern homebrew environments block updates to ensure patches are not broken. You can follow [this](https://wiiu.hacks.guide/#/unblock-updates) guide to unblock updates.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,14 @@
# Error Code: 115-5002
**Applies to:** Wii U
---
- "You must have started Miiverse at least once before you can use this online service. Please Start Miiverse from the HOME Menu and set up your user information."
This error occurs when you have never opened the Miiverse app before attempting to use online features. Open the Miiverse app from the HOME Menu to get started.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,15 @@
# Error Code: 115-5003
**Applies to:** Wii U
---
- "The server is currently undergoing maintenance. Please Try again later."
Juxtaposition is currently undergoing maintenance. Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) or join our [Discord server](https://invite.gg/pretendo) for updates.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,24 @@
# Error Code: 115-5004
**Applies to:** Wii U
---
- "The Miiverse service has ended. Miiverse and any software features that make use of Miiverse will no longer be available. Thank you for your Interest."
This error should not occur under normal conditions when connected to the Pretendo Network. Follow the steps below to troubleshoot.
### Possible Solutions
- **Check that you are patched**
1. On the Wii U System Menu, click on your Mii in the top left corner.
2. Scroll down and select `View Network Services Agreement` button.
3. Select the language of your choice.
- If the top of the screen says `Pretendo Network Services Agreement`, then you are connected to the Pretendo Network.
- If the top of the screen says something else, then you are not connected to the Pretendo Network. Follow [these](/docs/install) instructions to get started.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,31 @@
# Error Code: 115-5005
**Applies to:** Wii U
---
- "You cannot use Miiverse because it has been restricted in Parental Controls."
This error occurs when Miiverse has been disallowed by Parental Controls. Follow the steps below to re-enable Miiverse.
### Steps to Remove Miiverse Parental Control Limits
1. On the Wii U System Menu, open the `Parental Controls` app
<img src="/assets/images/docs/errors/pc-wiiu-1.jpeg" width=100% height=auto/><br><br>
2. Click `Next` on the Wii U Gamepad, and enter your pin.
<img src="/assets/images/docs/errors/pc-wiiu-2.jpeg" width=100% height=auto/><br><br>
3. Click on `Parental Controls Settings`
<img src="/assets/images/docs/errors/pc-wiiu-3.jpeg" width=100% height=auto/><br><br>
4. Find the user account you wish to change, and then scroll down to the `Miiverse` button.
<img src="/assets/images/docs/errors/pc-wiiu-4.jpeg" width=100% height=auto/><br><br>
5. Click the `Miiverse` button, and then select `Do Not Restrict`.
<img src="/assets/images/docs/errors/pc-wiiu-5.jpeg" width=100% height=auto/><br><br>
Parental Controls should now be disabled for Miiverse.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,31 @@
# Error Code: 115-5006
**Applies to:** Wii U
---
- "You may not post to Miiverse due to a restriction in Parental Controls"
This error occurs when posting to Miiverse has been disallowed by Parental Controls. Follow the steps below to re-enable posting.
### Steps to Remove Miiverse Parental Control Limits
1. On the Wii U System Menu, open the `Parental Controls` app
<img src="/assets/images/docs/errors/pc-wiiu-1.jpeg" width=100% height=auto/><br><br>
2. Click `Next` on the Wii U Gamepad, and enter your pin.
<img src="/assets/images/docs/errors/pc-wiiu-2.jpeg" width=100% height=auto/><br><br>
3. Click on `Parental Controls Settings`
<img src="/assets/images/docs/errors/pc-wiiu-3.jpeg" width=100% height=auto/><br><br>
4. Find the user account you wish to change, and then scroll down to the `Miiverse` button.
<img src="/assets/images/docs/errors/pc-wiiu-4.jpeg" width=100% height=auto/><br><br>
5. Click the `Miiverse` button, and then select `Do Not Restrict`.
<img src="/assets/images/docs/errors/pc-wiiu-5.jpeg" width=100% height=auto/><br><br>
Parental Controls should now be disabled for Miiverse.
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,18 @@
# Error Code: 115-5007
**Applies to:** Wii U
---
- ""Miiverse function are unavailable to this Nintendo Network ID. For details, please start Miiverse."
This typically occurs because you are attempting to connect to Juxt with a **Nintendo Network ID** instead of a **Pretendo Network ID**.
This can also occur if your Pretendo Network ID has been banned from using Juxt.
For more information, launch the Miiverse app, or request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

View File

@ -0,0 +1,23 @@
# Error Code: 115-5015
**Applies to:** Wii U
---
- "Unable to connect to the server. Please try again later. If the problem persists, please make a note of the error code and visit support.nintendo.com."
This error indicates a connection problem with the server.
### Possible Solutions
- **Check our network status information**
- Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) and ensure that there are no ongoing service outages.
- **Ensure your Wii U can connect to the internet and try again**
- Try performing a connection test in system settings. If the connection test fails, there is likely another issues on your network
---
If you have not yet connected to Pretendo, please follow the instructions [here](/docs/install) to get started.
If you are still unable to connect, please request to speak to a moderator in the [Discord server](https://invite.gg/pretendo).

35
docs/en_US/install/3ds.md Normal file
View File

@ -0,0 +1,35 @@
# 3DS/2DS Family
<div class="tip">
This guide assumes that you have a <b>Homebrewed System</b>, if you don't please follow this <a href="https://3ds.hacks.guide/" target="_blank">guide</a> on how to homebrew your system first.
</div>
To connect to Pretendo Network using a 3DS/2DS system you must use the Nimbus homebrew and Luma patches
Navigate to the [releases](https://github.com/PretendoNetwork/Nimbus) page on the Nimbus GitHub repository
<img src="/assets/images/docs/install/3ds/releases-highlight.png" width=100% height=auto/>
Now download the `nimbus.zip` file from the latest release
<img src="/assets/images/docs/install/3ds/zip-highlight.png" width=100% height=auto/>
Extract `nimbus.zip` and copy the `3ds` and `luma` folders to the root of your SD card. You should now have the `0004013000002F02`, `0004013000003202`, and `0004013000003802` Luma patches along with the `nimbus.3dsx` homebrew
<img src="/assets/images/docs/install/3ds/sd-card-luma.png" width=100% height=auto/>
<img src="/assets/images/docs/install/3ds/sd-card-3ds.png" width=100% height=auto/>
Place your SD card back into your console. Boot your console and ensure Luma patches are enabled. Run the Nimbus homebrew and select the network you wish to use (Nintendo Network, or Pretendo Network)
## Luma patches
We make use of 3 Luma patches to connect your console to Pretendo:
1) `0004013000002F02` - SSL system module. This patch disables SSL verification, allowing your console to establish an SSL connection with our servers
2) `0004013000003202` - Friends system module. This patch replaces the `https://nasc.nintendowifi.net` URL with our servers URL
3) `0004013000003802` - act system module. This patch replaces the `https://account.nintendo.net/v1/api/` URL with our servers URL
## How does it work?
Nimbus will create a 2nd local account set to the `test` NASC environment. The IPS patches will set the `test` NASC environment URLs to point to Pretendo. You may freely switch between Pretendo and Nintendo. Your selected mode will persist between reboots.
## 2nd local account?
You may have thought to yourself; _"2nd local account? What's that? I thought the 3DS only had one account?"_ And you'd be half right. The 3DS only _normally_ supports one account, and you may only have one account active at a time. However Nintendo implemented support for multiple local accounts on the 3DS/2DS which remains unused on all retail units. On a normal retail unit only one local account is ever made, which is set to the `prod` NASC environment. Local accounts may be set to `prod`, `test` or `dev`. Nimbus makes use of this unused feature to create sandboxed local accounts with different environments

View File

@ -0,0 +1,38 @@
<div class="tip green">This Guide may be missing some info or incomplete.</div>
# Cemu
<div class="tip red">
<strong>Cemu support is experimental!</strong>
Cemu does not currently have a (working) way of redriecting to custom servers. Because of this, we must hook into the Cemu process and patch parts of the program memory, much like how our Wii U patch works. This is not officially supported by Cemu or it's developers, and may have issues or fail to work entirely.
</div>
## Online files
Cemu requires the use of several files obtained via dumping from real hardware. You may use those files if you have a physical Wii U, they will work just fine. If you _don't_ have a real Wii U navigate to [your account page](/account) and select <strong>`Download account files`</strong>
<center><img src="/assets/images/docs/install/cemu/download-account-files.png"/></center>
## Setup Cemu for online
After obtaining the files needed for online play refer to the official [Cemu Online Play](https://cemu.cfw.guide/online-play.html) guide
<div class="tip">
<strong>Note! If you downloaded the account files from your Pretendo Network account you may skip the steps on the Cemu guide which dumps them from a console. However these files will not work on Nintendo Network. For compatibility with both servers, use files dumped from a real console</strong>
</div>
## Installing Pretendo
Once you have Cemu setup for online play navigate to our [Cemu Patcher](https://github.com/PretendoNetwork/cemu-patcher) repository. To build from scratch, clone the repository and open in Visual Studio and build the solution. To download the latest pre-built release, head to the [releases](https://github.com/PretendoNetwork/cemu-patcher/releases) page and download the latest `cemuhook.dll`
Place `cemuhook.dll` in the same folder as `Cemu.exe` and run Cemu. Cemu should automatically detect `cemuhook.dll` and load it. You may now go online with Pretendo!
## The patch doesn't seem to work?
Due to the experimental state of Cemu support, our patch may fail to load at times. This could be caused by changes in Cemu, your systems anti-virus, bugs in our programming, and more. We are looking into more stable patches. If the hook fails to load, try renaming `cemuhook.dll` to `dbghelp.dll` and restarting Cemu. If this does not work, you may need to contact a developer. Please be patient as we try to figure out the cause of the issue and any potential solutions
<div class="tip">
<strong>Please be warned that in some cases the patch fails for completely unknown reasons. There have been cases where different users on the same operating system, using the same Cemu version, playing the same game, experience different results. In these cases there is not much to do besides trying a different machine or Cemu version.</strong>
</div>
## What about Cemuhook by Rajkosto?
You may have noticed that Cemu automatically searches for loads DLL files named `cemuhook.dll`. This is intended for use with Cemuhook developed by Rajkosto. We hijack the DLL name in order to get Cemu to load our hook automatically. If you would like to still use Cemuhook by Rajkosto with Pretendo, name the Cemuhook by Rajkosto DLL to `true_cemuhook.dll` while keeping the Pretendo hook named `cemuhook.dll`. Our patcher will look for a DLL named `true_cemuhook.dll` and load it automatically. This is not officially supported by Rajkosto and may cause issues. Use at your own risk.
## Wine/Linux support?
The Pretendo patches do work under wine. Rename `cemuhook.dll` to `dbghelp.dll` and place `dbghelp.dll` in the same folder as `Cemu.exe`. Run `winecfg` and navigate to `Libraries` and make sure `dbghelp` is added to the override list. Select it and click `Edit` and ensure the override is set to `Native then Builtin`. Wine should now allow your local `dbghelp.dll` override the built-in DLL

View File

@ -0,0 +1,5 @@
# Citra
At the moment Citra does not support true online play, so it doesn't work with Pretendo. Moreover, it shows no sign of supporting true play in the future.
Mikage, a 3DS emulator for mobile devices, may provide support in the future, though this is far from certain.

View File

@ -0,0 +1,67 @@
# Installing Juxtaposition
<div class="tip">
This guide assumes that you have a <b>Homebrewed System</b>, and have already connected to Pretendo. If you have not yet set up your Pretendo Network ID, follow this <a href="/docs/install" target="_blank">guide</a> to get started.
</div>
## Select your console
- ### [Wii U](#wii-u-1)
- ### [3DS](#3ds-1)
# Wii U
### In Game Patches
Nimble and Inkay already take care of in game patches for miiverse, so you're already good to go!
<br>
### Applet Patch
Navigate to the [releases](https://github.com/PretendoNetwork/Martini/releases) page on the Martini GitHub repository
<img src="/assets/images/docs/install/juxt/martini-highlight.png" width=100% height=auto/>
Select the `martini-juxt-patcher.rpx` to download it
<img src="/assets/images/docs/install/juxt/martini-download.png" width=100% height=auto/>
Copy `martini-juxt-patcher.rpx` and place it on your SD card at `sd:/wiiu/apps/`
<img src="/assets/images/docs/install/juxt/martini-sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal.
Open the Homebrew Launcher and launch `martini-juxt-patcher.rpx`
<img src="/assets/images/docs/install/juxt/martini-hbl.png" width=100% height=auto/>
After confirming the state of the Miiverse applet, press A to apply the patches.
<img src="/assets/images/docs/install/juxt/martini-install.png" width=100% height=auto/>
Once the patcher is done running and your console has rebooted, you're done! Have fun in Juxt!
<img src="/assets/images/docs/install/juxt/martini-success.png" width=100% height=auto/>
If you encountered any errors, try [searching](/docs/search) for the error code. If that doesn't work, get in touch with a developer in our [Discord](https://invite.gg/pretendo).
# 3DS
### In Game Patches
Nimbus already takes care of most in game patches for miiverse, so you're already good to go!
### Applet Patch
First, download `Juxt.zip` from [here](https://cdn.discordapp.com/attachments/911878047895023637/937516295069515866/Juxt.zip).
Extract `Juxt.zip` and copy the `3ds` and `luma` folders to the root of your SD card. You should now have the `000400300000BC02`, `000400300000BD02`, and `000400300000BE02` Luma patches along with the `juxt.pem` cert
<img src="/assets/images/docs/install/juxt/3ds-sd-card.png" width=100% height=auto/>
Place your SD card back into your console. Boot your console and ensure Luma patches are enabled.
That's it! Have fun in Juxt!

View File

@ -0,0 +1,93 @@
# Wii U
<div class="tip">
This guide assumes that you have a <b>Homebrewed System</b>, if you don't please follow this <a href="https://wiiu.hacks.guide/" target="_blank">guide</a> on how to homebrew your system first.
</div>
## Select your homebrew environment
- ### [Tiramisu](#tiramisu-1)
- ### [Aroma](#aroma-1)
- ### [Legacy](#legacy-1)
# Tiramisu
To connect to Pretendo Network using Tiramisu you must use the [Nimble](https://github.com/PretendoNetwork/Nimble) set up module. There are 2 ways of obtaining the patch, either the stable release version or the bleeding edge version.
### Tiramisu - Stable
Navigate to the [releases](https://github.com/PretendoNetwork/Nimble/releases) page on the Nimble GitHub repository
<img src="/assets/images/docs/install/wiiu/tiramisu/releases-highlight.png" width=100% height=auto/>
Now download the `30_nimble.rpx` file from the latest release
<img src="/assets/images/docs/install/wiiu/tiramisu/rpx-highlight.png" width=100% height=auto/>
Place the downloaded `30_nimble.rpx` file on your SD card at `sd:/wiiu/environments/tiramisu/modules/setup`
<img src="/assets/images/docs/install/wiiu/tiramisu/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
### Tiramisu - Bleeding Edge
Navigate to the [actions](https://github.com/PretendoNetwork/Nimble/actions) page on the Nimble GitHub repository
<img src="/assets/images/docs/install/wiiu/tiramisu/actions-highlight.png" width=100% height=auto/>
Select the `Nimble-CI` workflow and select the latest workflow run. _**Note:** At this stage you may also use the provided filters to only grab builds from specific branches, events, etc. By default the latest build, regardless of branch, is always shown._
<img src="/assets/images/docs/install/wiiu/tiramisu/workflow-highlight.png" width=100% height=auto/>
Select the `nimble` artifact. This will download a `nimble.zip` zip file
<img src="/assets/images/docs/install/wiiu/tiramisu/artifact-highlight.png" width=100% height=auto/>
Extract `nimble.zip` and place the extracted `30_nimble.rpx` file on your SD card at `sd:/wiiu/environments/tiramisu/modules/setup`
<img src="/assets/images/docs/install/wiiu/tiramisu/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
# Aroma
To connect to Pretendo Network using Aroma you must use the [Inkay](https://github.com/PretendoNetwork/Inkay) plugin. There are 2 ways of obtaining the patch, either the stable release version or the bleeding edge version.
### Aroma - Stable
Navigate to the [releases](https://github.com/PretendoNetwork/Aroma/releases) page on the Aroma GitHub repository
<img src="/assets/images/docs/install/wiiu/aroma/releases-highlight.png" width=100% height=auto/>
Now download the `Inkay-pretendo.wps` file from the latest release
<img src="/assets/images/docs/install/wiiu/aroma/wps-highlight.png" width=100% height=auto/>
Place the downloaded `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`
<img src="/assets/images/docs/install/wiiu/aroma/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
### Aroma - Bleeding Edge
Navigate to the [actions](https://github.com/PretendoNetwork/Aroma/actions) page on the Aroma GitHub repository
<img src="/assets/images/docs/install/wiiu/aroma/actions-highlight.png" width=100% height=auto/>
Select the `Inkay-CI` workflow and select the latest workflow run. _**Note:** At this stage you may also use the provided filters to only grab builds from specific branches, events, etc. By default the latest build, regardless of branch, is always shown._
<img src="/assets/images/docs/install/wiiu/aroma/workflow-highlight.png" width=100% height=auto/>
Select the `inkay` artifact. This will download a `inkay.zip` zip file
<img src="/assets/images/docs/install/wiiu/aroma/artifact-highlight.png" width=100% height=auto/>
Extract `inkay.zip` and place the extracted `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`
<img src="/assets/images/docs/install/wiiu/aroma/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
# Legacy
Pretendo does not officially support legacy homebrew environments (Haxchi/CBHC) anymore. Legacy releases of the patcher may be found in old [releases](https://github.com/PretendoNetwork/Nimble/releases), and the source code may be found in the [old_hbl](https://github.com/PretendoNetwork/Nimble/tree/old_hbl) and [old_hbl_inkay](https://github.com/PretendoNetwork/Nimble/tree/old_hbl_inkay) branches on GitHub. However you will need to build these patches from source, and they will _**not**_ be receiving any updates or technical support. Please consider upgrading to Tiramisu/Aroma

View File

@ -1,21 +1,40 @@
{
"http": {
"port": 80,
"base_url": "http://localhost:80"
},
"trello": {
"api_key": "key",
"api_token": "token",
"board_name": "name"
"port": 3000,
"base_url": "http://localhost:3000"
},
"discord": {
"client_id": "client_id",
"client_secret": "client_secret",
"guild_id": "Guild ID",
"bot_token": "token",
"guild_id": "408718485913468928",
"bot_token": "bot_token",
"tester_roles": [
"role id"
"419704440333926401",
"882247322933801030"
]
},
"aes_key": "hex key here"
}
"stripe": {
"goal_cents": 300000,
"secret_key": "secret_key",
"webhook_secret": "webhook_secret"
},
"database": {
"account": {
"uri": "mongodb://127.0.0.1:27017",
"database": "pretendo",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
}
},
"gmail": {
"user": "username",
"pass": "app-password",
"from": "User Name <email@domain.name>"
},
"github": {
"graphql_token": "graphql_token"
},
"aes_key": "aes_key"
}

View File

@ -1,243 +0,0 @@
{
"nav": {
"about": "عنا",
"faq": "أسئلة",
"docs": "Docs",
"credits": "الفريق",
"progress": "التقدم",
"blog": "البلوج",
"account": "Account"
},
"hero": {
"subtitle": "سيرفرات الألعاب",
"title": "إعادة إنشاء",
"text": "إن بريتندو بديل مجاني و مصدر مفتوح لسيرفرات ال3دي اس و الوي يو ,يسمح بالاتصال عبر الإنترنت حتي بعد إغلاق السيرفرات الأصلية",
"buttons": {
"readMore": "أقرأ اكثر"
}
},
"aboutUs": {
"title": "معلومات عنا",
"paragraphs": [
"إن بريتندو مشروع مصدر مفتوح هدفه إعادة إنشاء شبكة نينتندو لل3دي اس و الوي يو عن طريق الهندسة العكسية",
".خدماتنا ستكون مجاناً ومصدرها مفتوح فستعيش وقتا طويلاً حتي بعد إغلاق شبكة نينتندو"
]
},
"progress": {
"title": "تقدم",
"paragraphs": [
"نحن نعمل الآن على الميفيرز و الأكونتات وإتصالها مع السيرفرات",
"و نعمل علي ماريوكارت 7 لل3دي اس و نريد ان نعمل علي الألعاب الآخري في اسرع وقت"
]
},
"faq": {
"title": "بعض الأسئلة المكررة",
"text": ":هنا بعض الأسئلة المتكررة بإجابتها",
"QAs": [
{
"question": "ما هو بريتندو؟",
"answer": "إن بريتندو مصدر مفتوح بديل عن شبكة نينتندو هدفها إنشاء سيرفرات لعائلة ال3 دي اس و الوي يو هدفنا الحفاظ علي الاجزاء الونلاين و الاستمتاع باقصي حد"
},
{
"question": "هل هويتي الشخصية علي شبكة نينتندو ستستمر علي بريتندو؟",
"answer": "للأسف لا اي الهويات الشخصية لشبكة نينتندو لن تعمل علي بريتندو لأن نينتندو لديم المعلومات الشخصية؛ و من الرغم من أن هجرة الهوية الشخصية من شبكة نينتندو إلي بريتندو ممكنة إلا انها لها خطر و لا نريد أن يكون معنا المعلومات الشخصية"
},
{
"question": "كيف استخدم بريتندو؟",
"answer": "إن بريتندو ليس جاهز للاستخدام العام ولكن عندما يكون جاهزا ستسطيع أن نسخدمه من خلال الهومبرو باتشر"
},
{
"question": "هل تعرف متي تكون خدمة او خاصية جاهزة؟",
"answer": "لا معظم خدمات بريتندو يتم إنشائها مفردة إي شخص قد يعمل علي الميفيرز و شخصاً أخر قد يعمل علي الاصدقاء و الاكونتات فلا نستطيع أن نعرف متي ستكون جاهزة"
},
{
"question": "هل بريتندو يعمل علي سيمو و المحاكيات؟",
"answer": "إن بريتندو مصمم لل3 دي اس و الوي يو؛ و في الوقت الحالي سيمو هو المحاكية الوحيد يدعِم شبكة نينتندو سي مد لا يدعم شبكة بريتندو مباشرا و لكن ستصتيع استخدامه (حالياً سيمو لا يدعم شبكة بريتندو)إن بريتندو مصمم لل3 دي اس و الوي يو؛ و في الوقت الحالي سيمو هو المحاكية الوحيد يدعِم شبكة نينتندو سي مد لا يدعم شبكة بريتندو مباشرا و لكن ستصتيع استخدامه (حالياً سيمو لا يدعم شبكة بريتندو)"
},
{
"question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟",
"answer": "لا جميع المستخدمين لن يكونوا محرمين و لكن يجب أن تمشي وراء القوانين او سيتمامتناعك"
},
{
"question": "هل سيدعم بريتندو الوى و السوتش؟",
"answer": "<a href=\"https://wiimmfi.de/\" target=\"_blank\">الوي لديها سيرفرات مخصصة من ويميفاي</a> و ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندو"
},
{
"question": "هل احتاج أن اهكر حتي اتصل؟",
"answer": "نعم ستحتاج إلي تهكير جهازك لكن علي الوي يو تحتاج فقط إلي الهومبرو لانشر اي هاكسي او موخا اما علي ال3 دي اس سيتم الاعلان في وقتا لاحقاً"
}
]
},
"showcase": {
"title": "What we make",
"text": "Our project has many components. Here are some of them.",
"cards": [
{
"title": "Game servers",
"caption": "Bringing back your favorite games and content using custom servers."
},
{
"title": "Juxtaposition",
"caption": "A re-imagining of Miiverse, as if it were made in the modern era."
},
{
"title": "Cemu support",
"caption": "Play your favorite Wii U titles even without a console!"
}
]
},
"credits": {
"title": "الفريق",
"text": "قابل الفريق وراء المشروع",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "مالك المشروع والمطور الرئيسي",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "باحث و مطور الميفيرز",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "مثبت الشبكة و باحث الأجهزة",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "مباحث البوس و مبرمج التصحيحات",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "باحث الأجهزة",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "مطور الويب والبحث المبكر للالمحل الإلكتروني",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "مطور الويب",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "مصمم الويب",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "شكرا خاصة",
"text": "من غيرهم، بريتندو لن نكن ب شكلها",
"people": [
{
"name": "superwhiskers",
"caption": "مطور مكتبة كرانش",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "مبرمج و مففك ال3 دي اس و نكس",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "المحافظ",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "باحث ماريو كارت 7 و ال3 دي اس",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Kinnay",
"special": "شكر خاص",
"caption": "باحث في هياكل بيانات نينتندو",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icons for the Mii Editor and Juxt reactions",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "GitHub contributors",
"caption": "Localizations and other contributions",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
}
]
},
"discordJoin": {
"title": "Stay up to date",
"text": "Join our Discord server to get the latest updates on the project.",
"widget": {
"text": "Get realtime updates to our progress",
"button": "Join the server"
}
},
"footer": {
"socials": "Socials",
"usefulLinks": "Useful links",
"widget": {
"captions": [
"Want to keep updated?",
"Join our Discord server!"
],
"button": "Join now!"
}
},
"progressPage": {
"title": "تقدمنا",
"description": "تحقق من تقدم المشروع والأهداف! (يتم تحديثه كل ساعة أو نحو ذلك ، ولا يعكس جميع أهداف المشروع أو تقدمه)"
},
"blogPage": {
"title": "البلوج",
"description": "آخر التحديثات في أجزاء مكثفة. إذا كنت ترغب في رؤية المزيد من التحديثات المتكررة ، ففكر في دعمنا على <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\"> Patreon </a>. "
},
"localizationPage": {
"title": "!لنترجم",
"description": "الصق رابطا إلي لغة الزيسون يمكن الوصول إليها بشكل عام لاختبارها على موقع الويب",
"instructions": "اظهر خطوات الترجمة",
"fileInput": "ملف للتجربة",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Test file"
},
"docs": {
"missingInLocale": "This page is unavailable in your locale. Please check the English version below.",
"quickLinks": {
"header": "Quick links",
"links": [
{
"header": "Install Pretendo",
"caption": "View the setup instructions"
},
{
"header": "Got an error?",
"caption": "Search for it here"
}
]
}
}
}

View File

@ -1,245 +0,0 @@
{
"nav": {
"about": "Info",
"faq": "FAQ",
"docs": "Documentazione",
"credits": "Riconoscimenti",
"progress": "Progresso",
"blog": "Blog",
"account": "Account"
},
"hero": {
"subtitle": "Server online",
"title": "Ricreati",
"text": "Pretendo è un'alternativa gratuita e open source ai server Nintendo per 3DS e Wii U, con l'obiettivo di permettere di connettersi online anche dopo la terminazione dei server originali",
"buttons": {
"readMore": "Scopri di più"
}
},
"aboutUs": {
"title": "Informazioni",
"paragraphs": [
"Pretendo è un progetto open source con l'obiettivo di ricreare Nintendo Network per 3DS e Wii U utilizzando ingegneria inversa clean-room.",
"Dato che i nostri server saranno gratuiti e open source, essi potranno esistere anche molto dopo l'inevitabile chiusura di Nintendo Network."
]
},
"progress": {
"title": "Progresso",
"paragraphs": [
"Al momento stiamo lavorando su Miiverse, insieme ai nostri server per gli account e alle loro integrazioni con gli altri servizi.",
"Per la 3DS stiamo anche lavorando su Mario Kart 7, e vorremmo continuare a lavorare su altri giochi quando possibile."
]
},
"faq": {
"title": "Domande frequenti (FAQ)",
"text": "Ecco alcune domande che ci vengono poste frequentemente.",
"QAs": [
{
"question": "Cos'è Pretendo?",
"answer": "Pretendo è un progetto open source con l'obiettivo di ricreare Nintendo Network per la famiglia di console 3DS e Wii U. Il nostro obiettivo è preservare le funzionalità online di queste console, per permettere ai giocatori di continuare a divertirsi con i loro giochi preferiti per Wii U e 3DS al massimo della loro capacità."
},
{
"question": "Potrò continuare ad utilizzare i miei NNID su Pretendo?",
"answer": "Purtroppo, no. I NNID esistenti non funzioneranno su Pretendo, poiché solo Nintendo è in possesso dei tuoi dati utente; benché una migrazione da-NNID-a-PNID sia teoricamente possibile, sarebbe rischiosa e richiederebbe dati personali dell'utente che preferiremmo non avere."
},
{
"question": "Come si usa Pretendo?",
"answer": "Pretendo non è ancora pronta per l'uso pubblico. Quando lo sarà, per usare Pretendo ti basterà eseguire il nostro patcher homebrew sulla tua console."
},
{
"question": "Sapete quando <funzionalità/servizio> sarà pronta/o?",
"answer": "No. Molte delle funzionalità/servizi di Pretendo sono sviluppate indipendentemente (per esempio, uno sviluppatore potrebbe lavorare su Miiverse mentre un altro sta lavorando su Account e Amici) e per questo non possiamo sapere quanto tempo manca al completamento."
},
{
"question": "Pretendo funziona su Cemu/emulatori?",
"answer": "Pretendo è sviluppata con l'hardware Wii U e 3DS a cuore; in questo momento l'unico emulatore per queste console che supporta NN è Cemu. Cemu non supporta server custom ufficialmente, ma utilizzare Pretendo con Cemu dovrebbe comunque essere possibile.<br>Al momento Pretendo non supporta Cemu."
},
{
"question": "Se sono bannato su Nintendo Network, rimarrò bannato quando userò Pretendo?",
"answer": "Non avremo accesso ai ban di Nintendo Network, quindi quegli utenti non saranno bannati sul nostro servizio. Ci saranno comunque regole da seguire mentre si usa il servizio, che se non verranno seguite potranno portare a un ban."
},
{
"question": "Pretendo supporterà la Wii/Switch?",
"answer": "Esistono già server custom per Wii forniti da <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Al momento non abbiamo intenzione di supportare la Switch poiché il suo servizio online è a pagamento ed è completamente diverso da Nintendo Network."
},
{
"question": "Avrò bisogno di hack per connettermi?",
"answer": "Sì, dovrai modificare il tuo dispositivo per connetterti; tuttavia, su Wii U avrai solo bisogno di poter accedere all'Homebrew Launcher (es. Haxchi, Coldboot Haxchi, o anche l'exploit web per browser). Informazioni su come connettersi su 3DS saranno disponibili in futuro."
}
]
},
"showcase": {
"title": "Cosa facciamo",
"text": "Il nostro progetto ha vari componenti. Eccone alcuni.",
"cards": [
{
"title": "Server di gioco",
"caption": "Riportiamo in vita i tuoi giochi e contenuti preferiti usando server custom."
},
{
"title": "Juxtaposition",
"caption": "Una reimmaginazione di Miiverse, come se fosse stato fatto nell'era moderna."
},
{
"title": "Supporto per Cemu",
"caption": "Gioca ai tuoi giochi preferiti per Wii U anche senza avere una console!"
}
]
},
"credits": {
"title": "Il team",
"text": "Ecco il team dietro al progetto",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Proprietario del progetto e sviluppatore principale",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Ricerca e sviluppo Miiverse",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "Installer di rete e ricerca su console",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "Ricerca BOSS e sviluppo patch",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "Ricerca su console e altri sistemi",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "Sviluppo web principale",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "Sviluppo web",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "Designer",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "Ringraziamenti speciali",
"text": "Senza di loro, Pretendo non sarebbe dove è oggi.",
"people": [
{
"name": "superwhiskers",
"caption": "Sviluppo libreria crunch",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "Sviluppo 3DS e strumento di analisi NEX",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "Conservazionista",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "Ricerca su Mario Kart 7 e 3DS",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Kinnay",
"special": "Ringraziamenti speciali",
"caption": "Ricerca su strutture dati Nintendo",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icons for the Mii Editor and Juxt reactions",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "Contributori su GitHub",
"caption": "Localizzazioni e altre contribuzioni",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Resta aggiornato",
"text": "Entra nel nostro server su Discord per ottenere gli ultimi aggiornamenti sul progetto.",
"widget": {
"text": "Ricevi aggiornamenti in tempo reale",
"button": "Unisciti al server"
}
},
"footer": {
"socials": "Social",
"usefulLinks": "Link utili",
"widget": {
"captions": [
"Vuoi rimanere aggiornato?",
"Unisciti al nostro server su Discord!"
],
"button": "Unisciti ora!"
}
},
"progressPage": {
"title": "Il nostro progresso",
"description": "Controlla il progresso del progetto e gli obiettivi! (Aggiornato circa ogni ora, non riflette TUTTI gli obiettivi e il progresso del progetto)"
},
"blogPage": {
"title": "Blog",
"description": "Gli ultimi aggiornamenti, condensati. Se sei interessato a ricevere aggiornamenti più frequenti, considera l'idea di supportarci su <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
},
"localizationPage": {
"title": "Localizziamo",
"description": "Incolla il link di una localizzazione in formato JSON accessibile al pubblico per testarla sul sito",
"instructions": "Vedi le istruzioni su come localizzare",
"fileInput": "File da testare",
"filePlaceholder": "https://il.link.di/un_file.json",
"button": "Testa file"
},
"docs": {
"missingInLocale": "Questa pagina non è disponibile nella tua lingua. Per favore, controlla la versione in inglese sotto.",
"quickLinks": {
"header": "Link rapidi",
"links": [
{
"header": "Installa Pretendo",
"caption": "Mostra le istruzioni di setup"
},
{
"header": "Hai un errore?",
"caption": "Cercalo qui"
}
]
}
}
}

View File

@ -1,244 +0,0 @@
{
"nav": {
"about": "Over",
"faq": "FAQ",
"docs": "Docs",
"credits": "Credits",
"progress": "Vooruitgang",
"blog": "Blog",
"account": "Account"
},
"hero": {
"subtitle": "Game servers",
"title": "Nagemaakt",
"text": "Pretendo is een gratis en open source vervanger voor de servers van Nintendo voor de 3DS en de Wii U, zodat iedereen online kan spelen, zelfs als de Nintendo servers stoppen",
"buttons": {
"readMore": "Lees meer"
}
},
"aboutUs": {
"title": "Over ons",
"paragraphs": [
"Pretendo is een open source project met het doel om het Nintendo Network voor 3DS en Wii U na te maken met clean-room reverse engineering.",
"Omdat onze diensten gratis en open source zijn, kunnen ze lang na het sluiten van Nintendo Network bestaan."
]
},
"progress": {
"title": "Vooruitgang",
"paragraphs": [
"We werken momentele aan Miiverse, de account servers, en de intergratie met de servers.",
"We werken ook aan Mario Kart 7 voor de 3DS, met een wens om aan andere games te werken wanneer we die kans krijgen."
]
},
"faq": {
"title": "Veelgestelde vragen",
"text": "Hier zijn een aantal vragen die wij vaak horen.",
"QAs": [
{
"question": "Wat is Pretendo?",
"answer": "Pretendo is een open source Nintendo Network vervanger met het doel om custom servers voor de Wii U en 3DS familie te maken. Ons doel is om de online functionaliteit van deze consoles te behouden, zodat spelers hun favoriete Wii U en 3DS games kunnen blijven spelen."
},
{
"question": "Blijft mijn bestaande NNID werken op Pretendo?",
"answer": "Jammer genoeg niet. Bestande NNIDs zullen niet gaan werken op Pretendo, omdat enkel Nintendo je informatie heeft; Al is het zo dat een NNID-naar-PNID migratie technisch mogelijk, het zou wel gevaarlijk zijn en zouden we gevoelige gebruikers informatie krijgen die we niet willen bewaren."
},
{
"question": "Hoe installeer ik Pretendo?",
"answer": "Pretendo is momenteel nog niet klaar voor publiekelijk gebruik. Zodra het dat wel is, kan je Pretendo gebruiken door een homebrew patcher te gebruiken op je console."
},
{
"question": "Wanneer is <feature> klaar?",
"answer": "Dat weten we niet. Veel Pretendo diensten worden apart ontwikkeld (Miiverse wordt dan bijvoorbeeld door één developer ontwikkeld, en Accounts / Vrienden door een andere). Daardoor kunnen we geen datum geven voor wanneer het af is."
},
{
"question": "Werkt Pretendo op Cemu of andere emulators?",
"answer": "Pretendo wordt voornamelijk ontwikkeld voor de hardware van de Wii U en 3DS. Momenteel is de enige emulator met NN support, Cemu. Cemu ondersteunt niet officieel custom servers, maar het zou alsnog mogelijk moeten zijn om Pretendo te gebruiken in Cemu.<br>Momenteel ondersteunt Pretendo Cemu niet."
},
{
"question": "Als ik van Nintendo Network verbannen ben, blijf ik dan verbannen op Pretendo?",
"answer": "Nee. We hebben geen toegang tot de bans van Nintendo Network, dus je zal niet direct verbannen zijn op onze dienst. Echter zullen wij wel regels hebben bij het gebruik van onze diensten. Als je deze breekt, zal je verbannen worden."
},
{
"question": "Gaat Pretendo ook de Wii of Switch ondersteunen?",
"answer": "Er zijn al custom servers voor Wii, namelijk <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Wij willen op het moment de Switch niet ondersteunen omdat Switch online betaald is, en compleet anders is dan Nintendo Network."
},
{
"question": "Ga ik hacks nodig hebben om te verbinden met Pretendo?",
"answer": "ja, je zal inderdaad hacks nodig hebben. Op de Wii U heb je enkel de Homebrew launcher (d.m.v bijvoorbeeld Haxchi, Coldboot Haxchi, of zelfs de web browser exploit) nodig. Over de 3DS plaatsen we in de toekomst meer informatie."
}
]
},
"showcase": {
"title": "What we make",
"text": "Our project has many components. Here are some of them.",
"cards": [
{
"title": "Game servers",
"caption": "Bringing back your favorite games and content using custom servers."
},
{
"title": "Juxtaposition",
"caption": "A re-imagining of Miiverse, as if it were made in the modern era."
},
{
"title": "Cemu support",
"caption": "Play your favorite Wii U titles even without a console!"
}
]
},
"credits": {
"title": "Het team",
"text": "Ontmoet het team achter het project",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Eigenaar en hoofd ontwikkelaar",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Miiverse research en ontwikkeling",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "Netwerk installeerder en console research",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "Onderzoek naar BOSS en patch ontwikkeling",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "Onderzoek naar console en andere systemen",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "Website ontwikkelaar",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "Website ontwikkelaar",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "Ontwerper",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "Speciale dank",
"text": "Zonder deze mensen zou Pretendo vandaag niet zijn waar het is.",
"people": [
{
"name": "superwhiskers",
"caption": "crunch ontwikkeling",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "3DS ontwikkelaar and NEX dissector",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "Archivist",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "Onderzoek naar Mario Kart 7 en 3DS",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Kinnay",
"special": "Special thanks",
"caption": "Onderzoek naar Nintendo data structuur",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icons for the Mii Editor and Juxt reactions",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "GitHub contributors",
"caption": "Localizations and other contributions",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Stay up to date",
"text": "Join our Discord server to get the latest updates on the project.",
"widget": {
"text": "Get realtime updates to our progress",
"button": "Join the server"
}
},
"footer": {
"socials": "Socials",
"usefulLinks": "Useful links",
"widget": {
"captions": [
"Want to keep updated?",
"Join our Discord server!"
],
"button": "Join now!"
}
},
"progressPage": {
"title": "Onze vooruitgang",
"description": "Zie hier onze vooruitgang! (Wordt elk uur ververst, geeft niet ALLE vooruitgang en doelen weer)"
},
"blogPage": {
"title": "Blog",
"description": "De meest recente samenvattingen. Als je vaker nieuws wil, overweeg ons op <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a> te ondersteunen."
},
"localizationPage": {
"title": "Laten we meer talen toe voegen!",
"description": "Voeg hier een link in voor een openbaar JSON bestand om het op de site te testen.",
"instructions": "Zie hier instructies voor het vertalen",
"fileInput": "Bestand om te testen",
"filePlaceholder": "https://een.link.naar/het_bestand.json",
"button": "Test bestand"
},
"docs": {
"missingInLocale": "This page is unavailable in your locale. Please check the English version below.",
"quickLinks": {
"header": "Quick links",
"links": [
{
"header": "Install Pretendo",
"caption": "View the setup instructions"
},
{
"header": "Got an error?",
"caption": "Search for it here"
}
]
}
}
}

View File

@ -1,244 +0,0 @@
{
"nav": {
"about": "Hakkımızda",
"faq": "SSS",
"docs": "Docs",
"credits": "Katkıda Bulunanlar",
"progress": "İlerleme",
"blog": "Blog",
"account": "Account"
},
"hero": {
"subtitle": "Oyun sunucuları",
"title": "Yenilendi",
"text": "Pretendo, Nintendo'nun Wii U ve 3DS konsollarının sunucuları yerine kullanılabilmesi için tasarlanmış, asıl sunucular kapatılmış olmasına rağmen çevrimiçi bağlantıya olanak sağlayan ücretsiz açık kaynaklı bir yazılımdır.",
"buttons": {
"readMore": "Daha fazlasını oku"
}
},
"aboutUs": {
"title": "Hakkımızda",
"paragraphs": [
"Pretendo, Wii U ve 3DS için yapılmış Nintendo Network'ü temiz oda tekniğini kullanarak yeniden oluşturmayı hedefleyen açık kaynaklı bir projedir.",
"Hem ücretsiz hem de açık kaynaklı olan hizmetlerimiz, Nintendo Network'ün kaçınılmaz kapanışından sonra uzun bir süre çalışabilecektir."
]
},
"progress": {
"title": "İlerleme",
"paragraphs": [
"Şu anda, hesap sunucularımız ve hizmetlerle entegrason ile birlikte Miiverse üzerinde çalışıyoruz.",
"3DS için ise, mümkün olduğu vakit diğer oyunlar üzerinde çalışmaya devam etme arzusuyla Mario Kart 7 üzerinde çalışıyoruz."
]
},
"faq": {
"title": "Sıkça Sorulan Sorular",
"text": "Bize sorulan bazı genel sorular ve cevapları:",
"QAs": [
{
"question": "Pretendo nedir?",
"answer": "Pretendo, Wii U ve 3DS konsolları için özel sunucu oluşturmayı amaç edinen Nintendo Network replasmanıdır. Hedefimiz, oyuncuların favori Wii U ve 3DS oyunlarını tam kapasitede oynayabilmeleri için konsolların çevrimiçi işlevlerini temin etmektir."
},
{
"question": "Varolan Nintendo Network Kimliklerim Pretendo'da çalışacak mı?",
"answer": "Ne yazık ki, hayır. Varolan Nintendo Kimlikleri, kullanıcı verilerinize sadece Nintendo sahip olduğundan, Pretendo'da çalışmaz. Tabi, Nintendo Network'ten Prentendo Network'e kimlik intikali teorik olarak mümkündür. Ancak bu işlemin risk ihtimali bulunmakta; ve işlem için sahip olmak istemediğimiz hassas kullanıcı verileri gerekmektedir."
},
{
"question": "Pretendo'yu nasıl kullanırım?",
"answer": "Pretendo, şuanlık topluluk kullanımı için uygun bir vaziyette değil. Bununla birlikte, hazır olduğunda Pretendo'yu sadece konsolunuzdaki Homebrew Yamamızı çalıştırarak kullanabileceksiniz."
},
{
"question": "<Özel aksam/Hizmet> işlevinin ne zaman hazır olacağını biliyor musunuz?",
"answer": "Maalesef. Pek çok Pretendo aksamı/hizmeti bağımsız olarak geliştirilmekte (örneğin, Miiverse üzerinde bir geliştirici çalışırken, Hesaplar ve Arkadaşlar üzerinde başka bir geliştirici çalışmaktadır). Bu yüzden, bu işin ne kadar süreceği hakkında herhangi bir tahmin yapamıyoruz."
},
{
"question": "Pretendo Cemu/emülatörlerde çalışır mı??",
"answer": "Pretendo tasarımında, Wii U ve 3DS donanımını esas alır. Konsollara Nintendo Network desteği sağlayan tek emülatör de Cemu'dur. Cemu resmî olarak özel suncuları desteklemiyor ancak yine de Pretendo'yu Cemu üzerinden kullanabilmek mümkün olmalı.<br>Pretendo şu anlık Cemu'yu desteklemiyor."
},
{
"question": "Nintendo Network'ten banlandıysam, Pretendo'da da banlı kalır mıyım?",
"answer": "Nintendo Network'ün banlarına erişemediğimizden dolayı herhangi bir kullanıcı banlı olmayacak. Ancak, hizmetimiz kullanılırken uyulması gereken kurallar olacak ve uyulmadığı takdirde banlanmalar meydana gelebilecektir."
},
{
"question": "Pretendo Wii/Switch'i destekleyecek mi?",
"answer": "Wii'nin hâlihazırda <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> tarafından sağlanan özel sunucuları bulunmaktadır. Switch için ise, hem sunucular çalıştığından hem de sistemi Nintendo Network'ten tamamen farklı olduğundan dolayı, şimdilik üzerine uğraşmayı düşünmüyoruz."
},
{
"question": "Bağlanmak için hacke ihtiyacım var mı?",
"answer": "Evet, cihazınızı hacklemeniz gerekmektedir. Ancak, Wii U'nuzda sadece Homebrew Launcher'a erişebilmeniz gerekmektedir (yani Haxchi, Coldboot Haxchi veya web tarayıcı exploiti gerekmektedir). 3DS'in nasıl bağlanacağı ile ilgili bilgilendirme ileriki tarihlerde verilecektir."
}
]
},
"showcase": {
"title": "What we make",
"text": "Our project has many components. Here are some of them.",
"cards": [
{
"title": "Game servers",
"caption": "Bringing back your favorite games and content using custom servers."
},
{
"title": "Juxtaposition",
"caption": "A re-imagining of Miiverse, as if it were made in the modern era."
},
{
"title": "Cemu support",
"caption": "Play your favorite Wii U titles even without a console!"
}
]
},
"credits": {
"title": "Ekip",
"text": "Projenin arkasındaki ekiple tanışın",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Proje sahibi ve rehber geliştirici",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Miiverse üzerine araştırma ve geliştirme",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "Ağ yükleyicisi ve konsol üzerine araştırma",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "BOSS research and patch development",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "Konsol ve diğer sistem üzerine araştırma",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "Web development lead",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "Web sayfası geliştirme",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "Designer",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "Special thanks",
"text": "Without them, Pretendo wouldn't be where it is today.",
"people": [
{
"name": "superwhiskers",
"caption": "Sıkıştırılmış kütüphane geliştirme",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "3DS dev and NEX dissector",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "Preservationist",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "Mario Kart 7 ve 3DS üzerine araştırma",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Kinnay",
"special": "Özel teşekkür",
"caption": "Nintendo'nun veri yapıları üzerine araştırma",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icons for the Mii Editor and Juxt reactions",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "GitHub contributors",
"caption": "Localizations and other contributions",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Stay up to date",
"text": "Join our Discord server to get the latest updates on the project.",
"widget": {
"text": "Get realtime updates to our progress",
"button": "Join the server"
}
},
"footer": {
"socials": "Socials",
"usefulLinks": "Useful links",
"widget": {
"captions": [
"Want to keep updated?",
"Join our Discord server!"
],
"button": "Join now!"
}
},
"progressPage": {
"title": "İlerlememiz",
"description": "Proje ilerlemesini ve hedeflerini kontrol edin! (Her saat başı güncellenir. TÜM proje hedeflerini veya ilerlemesini yansıtmaz)"
},
"blogPage": {
"title": "Blog",
"description": "The latest updates in condensed chunks. If you want to see more frequent updates, consider supporting us on <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
},
"localizationPage": {
"title": "Let's localize",
"description": "Paste a link to a publicly accessible JSON locale to test it on the website",
"instructions": "View localization instructions",
"fileInput": "File to test",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Test file"
},
"docs": {
"missingInLocale": "This page is unavailable in your locale. Please check the English version below.",
"quickLinks": {
"header": "Quick links",
"links": [
{
"header": "Install Pretendo",
"caption": "View the setup instructions"
},
{
"header": "Got an error?",
"caption": "Search for it here"
}
]
}
}
}

332
locales/ar_AR.json Normal file
View File

@ -0,0 +1,332 @@
{
"nav": {
"about": "عنا",
"faq": "أسئلة",
"docs": "دليل",
"credits": "الفريق",
"progress": "التقدم",
"blog": "البلوج",
"account": "حساب",
"accountWidget": {
"settings": "إعدادات",
"logout": "تسجيل الخروج"
}
},
"hero": {
"subtitle": "سيرفرات الألعاب",
"title": "إعادة إنشاء",
"text": "إن بريتندو بديل مجاني و مصدر مفتوح لسيرفرات ال3دي اس و الوي يو ,يسمح بالاتصال عبر الإنترنت حتي بعد إغلاق السيرفرات الأصلية",
"buttons": {
"readMore": "أقرأ اكثر"
}
},
"aboutUs": {
"title": "معلومات عنا",
"paragraphs": [
"إن بريتندو مشروع مصدر مفتوح هدفه إعادة إنشاء شبكة نينتندو لل3دي اس و الوي يو عن طريق الهندسة العكسية.",
"خدماتنا ستكون مجاناً ومصدرها مفتوح، فستعيش وقتا طويلاً حتي بعد إغلاق شبكة نينتندو."
]
},
"progress": {
"title": "تقدم",
"paragraphs": [
null,
"و نعمل علي ماريوكارت 7 لل3دي اس و نريد ان نعمل علي الألعاب الآخري في اسرع وقت"
],
"githubRepo": "ريبو الجيتهب"
},
"faq": {
"title": "بعض الأسئلة المكررة",
"text": "هنا بعض الأسئلة المتكررة بإجابتها للحصول على معلومات سهلة.",
"QAs": [
{
"question": "ما هو بريتندو؟",
"answer": "إن بريتندو مصدر مفتوح بديل عن شبكة نينتندو هدفها إنشاء سيرفرات لعائلة ال3 دي اس و الوي يو. هدفنا الحفاظ علي الاجزاء الاونلاين و لجعل اللاعبين يستمتعون باقصي حد."
},
{
"question": "هل هويتي الشخصية علي شبكة نينتندو ستستمر علي بريتندو؟",
"answer": "للأسف، لا. اي الهويات الشخصية لشبكة نينتندو لن تعمل علي بريتندو لأن نينتندو لديم المعلومات الشخصية؛ و من الرغم من أن هجرة الهوية الشخصية من شبكة نينتندو إلي بريتندو ممكنة إلا انها لها خطر و لا نريد أن يكون معنا المعلومات الشخصية."
},
{
"question": "كيف استخدم بريتندو؟",
"answer": "إن بريتندو ليس جاهز للاستخدام العام ولكن عندما يكون جاهزا ستسطيع أن نسخدمه من خلال الهومبرو باتشر."
},
{
"question": "هل تعرف متي تكون خدمة او خاصية جاهزة؟",
"answer": "لا، معظم خدمات بريتندو يتم إنشائها مفردة إي شخص قد يعمل علي الميفيرز و شخصاً أخر قد يعمل علي الاصدقاء و الاكونتات فلا نستطيع أن نعرف متي ستكون جاهزة."
},
{
"question": "هل بريتندو يعمل علي سيمو و المحاكيات؟",
"answer": "إن بريتندو مصمم لل3 دي اس و الوي يو؛ و في الوقت الحالي سيمو هو المحاكية الوحيد يدعِم شبكة نينتندو. سي مو لا يدعم شبكة بريتندو مباشرا و لكن ستصتطتيع استخدامه (حالياً سيمو لا يدعم شبكة بريتندو)إن بريتندو مصمم لل3 دي اس و الوي يو؛ و في الوقت الحالي سيمو هو المحاكية الوحيد يدعِم شبكة نينتندو سي مد لا يدعم شبكة بريتندو مباشرا و لكن ستصتيع استخدامه (حالياً سيمو لا يدعم شبكة بريتندو)."
},
{
"question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟",
"answer": "لا، جميع المستخدمين لن يكونوا محرمين و لكن يجب أن تمشي وراء القوانين او سيتمامتناعك."
},
{
"question": "هل سيدعم بريتندو الوى و السوتش؟",
"answer": "<a href=\"https://wiimmfi.de/\" target=\"_blank\">الوي لديها سيرفرات مخصصة من ويميفاي.</a> و ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندو."
},
{
"question": "هل احتاج أن اهكر حتي اتصل؟",
"answer": "نعم، ستحتاج إلي تهكير جهازك لكن علي الوي يو تحتاج فقط إلي الهومبرو لانشر اي هاكسي او موخا اما علي ال3 دي اس سيتم الاعلان في وقتا لاحقاً."
}
]
},
"credits": {
"title": "الفريق",
"text": "قابل الفريق وراء المشروع",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "مالك المشروع والمطور الرئيسي",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "باحث و مطور الميفيرز",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "مثبت الشبكة و باحث الأجهزة",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "مباحث البوس و مبرمج التصحيحات",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "باحث الأجهزة",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "مطور الويب والبحث المبكر للالمحل الإلكتروني",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "مطور الويب",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "مصمم الويب",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "شكرا خاصة",
"text": "من غيرهم، بريتندو لن نكن بشكلها.",
"people": [
{
"name": "superwhiskers",
"caption": "مطور مكتبة كرانش",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "مبرمج و مففك ال3 دي اس و نكس",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "المحافظ",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "باحث ماريو كارت 7 و ال3 دي اس",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "تبادل المعلومات الميفيرز",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "شكر خاص",
"caption": "باحث في هياكل بيانات نينتندو",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "أيقونات لمحرر المي وردود فعل زنكس",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "المساهمين على جيتهاب",
"caption": "الترجمة والمساهمات الأخرى",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"progressPage": {
"title": "تقدمنا",
"description": "تحقق من تقدم المشروع والأهداف! (يتم تحديثه كل ساعة أو نحو ذلك ، ولا يعكس جميع أهداف المشروع أو تقدمه)"
},
"blogPage": {
"title": "البلوج",
"description": "آخر التحديثات في أجزاء مكثفة. إذا كنت ترغب في رؤية المزيد من التحديثات المتكررة ، ففكر في دعمنا على <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\"> Patreon </a>.",
"published": "صادرة من",
"publishedOn": "نشرت في"
},
"localizationPage": {
"title": "لنترجم",
"description": "الصق رابطا إلي لغة الزيسون يمكن الوصول إليها بشكل عام لاختبارها على موقع الويب",
"instructions": "اظهر خطوات الترجمة",
"fileInput": "ملف للتجربة",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "ملف الاختبار"
},
"footer": {
"usefulLinks": "لنكات مفيدة",
"widget": {
"captions": [
"تريد أن تبقى على اطلاع؟",
"انضم إلى سيرفرنا علي ديسكورد!"
],
"button": "إنضم الآن!"
},
"socials": "مواقع الاتصال"
},
"discordJoin": {
"text": "انضم إلى سيرفرنا علي ديسكورد للحصول على آخر التحديثات حول بريتندو.",
"widget": {
"text": "أحصل علي آخر التحديثات",
"button": "إنضم إلي سيرفرنا"
},
"title": "ابق على إطلاع"
},
"account": {
"settings": {
"downloadFilesDescription": "(لن يعمل على شبكة نينتندو)",
"downloadFiles": "تحميل ملفات الحساب",
"settingCards": {
"profile": "الملف الشخصي",
"nickname": "لقب",
"birthDate": "تاريخ الميلاد",
"gender": "الجنس",
"country": "البلد/المنطقة",
"timezone": "المنطقة الزمنية",
"serverEnv": "بيئة السيرفر",
"production": "الإنتاج",
"beta": "بيتا",
"upgradePrompt": "سيرفرات بيتا حصرية لمختبري الإصدارات التجريبية. <br> لتصبح أحد مختبري الإصدار بيتا ، قم بالترقية إلى مستوى حساب أعلى.",
"hasAccessPrompt": "تمنحك الطبقة الحالية إمكانية الوصول إلى سيرفرات بيتا. رائع!",
"signInSecurity": "تسجيل الدخول والأمان",
"email": "البريد الإلكتروني",
"password": "كلمة السر",
"passwordResetNotice": "بعد تغيير كلمة المرور الخاصة بك ، سيتم تسجيل خروجك من جميع الأجهزة.",
"signInHistory": "سجل تسجيل الدخول",
"fullSignInHistory": "عرض سجل تسجيل الدخول الكامل",
"otherSettings": "إعدادات أخرى",
"discord": "ديسكورد",
"connectedToDiscord": "متصل الديسكورد ب",
"removeDiscord": "إزالة حساب الديسكورد",
"noDiscordLinked": "لا يوجد حساب ديسكورد متصل.",
"linkDiscord": "توصيل حساب ديسكورد",
"newsletter": "الرسالة الإخبارية",
"newsletterPrompt": "تلقي تحديثات المشروع عبر البريد الإلكتروني (يمكنك إلغاء الاشتراك في أي وقت)",
"passwordPrompt": "أدخل كلمة مرور حسابك البريتندو و لتنزيل ملفات سيمو"
},
"upgrade": "رفع مستوى الحساب"
},
"banned": "محظور",
"loginForm": {
"login": "تسجيل الدخول",
"register": "سجل",
"password": "كلمة السر",
"email": "البريد الإلكتروني",
"detailsPrompt": "أدخل تفاصيل حسابك أدناه",
"username": "اسم المستخدم",
"forgotPassword": "نسيت كلمة سرك؟",
"loginPrompt": "هل لديك حساب؟",
"confirmPassword": "تأكيد كلمة المرور",
"registerPrompt": "ليس لديك حساب؟",
"miiName": "اسم المي"
},
"accountLevel": [
"اساسي",
"مختبر",
"مشرف",
"مطور"
]
},
"upgrade": {
"unsubPrompt": "هل أنت متأكد من أنك تريد إلغاء الاشتراك من <span>tiername</span>؟ ستفقد الوصول إلى الامتيازات المرتبطة بهذه الطبقة.",
"changeTierPrompt": "هل أنت متأكد من رغبتك في إلغاء الاشتراك من <span class=\"oldtier\">oldtiername والاشتراك في <span class=\"newtier\">newtiername</span></span>؟",
"title": "ترقيه",
"description": "إن الوصول إلى الهدف الشهري سيجعل بريتندو وظيفة بدوام كامل ، مما يوفر تحديثات ذات جودة أفضل بمعدل أسرع.",
"month": "شهر",
"tierSelectPrompt": "حدد فئة",
"unsub": "إلغاء الاشتراك",
"unsubConfirm": "إلغاء الاشتراك",
"changeTier": "تغيير الطبقة",
"changeTierConfirm": "تغيير الطبقة",
"back": "العودة"
},
"docs": {
"missingInLocale": "هذه الصفحة غير متوفرة في الإعدادات المحلية. يرجى التحقق من النسخة الإنجليزية أدناه.",
"quickLinks": {
"header": "روابط سريعة",
"links": [
{
"header": "تحميل بريتندو",
"caption": "عرض إرشادات الإعداد"
},
{
"header": "هل لديك خطأ؟",
"caption": "ابحث عنه هنا"
}
]
}
},
"donation": {
"upgradePush": "لتصبح مشتركا والوصول إلى الامتيازات الرائعة ، تفضل بزيارة صفحة <a href=\"/account/upgrade\">upgrade</a>.",
"progress": "<span> $$ {totd} </span> من <span> $$ {goald} </span> / شهريًا ، <span> $ {perc}٪ </span> من الهدف الشهري."
},
"showcase": {
"title": "ماذا نقوم به",
"cards": [
{
"title": "سيرفرات ألعاب",
"caption": "إعادة إحياء ألعابك المفضلة و محتوياتها بإستخدام سيرفرات مخصصة."
},
{
"title": "زونكسابوسيشن",
"caption": "إعادة تخيل الميفيرز، كما لو كانت مصنوعة في العصر الحديث."
},
{
"title": "دعم سيمو",
"caption": "إلعب افضل ألعاب الوي يو من دون جهاز!"
}
],
"text": "يحتوي مشروعنا على العديد من المكونات. هنا بعض منهم."
},
"modals": {
"cancel": "إلغاء",
"confirm": "تأكيد"
}
}

View File

@ -1,17 +1,21 @@
{
"nav": {
"about": "Über",
"about": "Über uns",
"faq": "FAQ",
"docs": "Docs",
"credits": "Mitwirkende",
"progress": "Fortschritt",
"blog": "Blog",
"account": "Account"
"account": "Account",
"accountWidget": {
"settings": "Einstellungen",
"logout": "Abmelden"
}
},
"hero": {
"subtitle": "Spiel-Server",
"title": "Rekonstruiert",
"text": "Pretendo ist ein kostenloser, Open-Source-Ersatz für Nintendo-Server für den 3DS and die Wii U, der die Onlineverbindung für alle, auch nach der offiziellen Einstellung des NNs, ermöglicht.",
"text": "Pretendo ist ein kostenloser, Open-Source-Ersatz für Nintendo-Server für den 3DS and die Wii U, der die Onlineverbindung für alle, auch nach der offiziellen Einstellung des NNs, ermöglicht",
"buttons": {
"readMore": "Mehr lesen"
}
@ -20,19 +24,16 @@
"title": "Über uns",
"paragraphs": [
"Pretendo ist ein Open-Source-Projekt, welches das Nintendo Network für den 3DS und die Wii U durch Clean-Room-Reverse-Engineering rekonstruiert.",
"Da unsere Dienste kostenlos und Open-Source sind, können diese auch nach der offiziellen Schließung des Nintendo Networks weiterexistieren."
"Da unsere Dienste kostenlos und Open-Source sind, können diese auch nach der offiziellen Schließung des Nintendo Networks weiter existieren."
]
},
"progress": {
"title": "Fortschritt",
"paragraphs": [
"Aktuell arbeiten wir am Miiverse, unseren Account-Servern und deren Integration mit den Diensten.",
"Für den 3DS arbeiten wir nebenbei auch an Mario Kart 7, mit dem Wunsch, nach Möglichkeit auch an anderen Spielen zu arbeiten."
]
"githubRepo": "Github-Repository"
},
"faq": {
"title": "Frequently Asked Questions (Häufig gestellte Fragen)",
"text": "Hier sind einige Fragen, die wir oft gestellt bekommen, zur schnellen Informationsbeschaffung.",
"text": "Hier sind einige Fragen, die wir häufiger gestellt bekommen, zur schnellen Informationsbeschaffung.",
"QAs": [
{
"question": "Was ist Pretendo?",
@ -47,16 +48,16 @@
"answer": "Pretendo ist aktuell nicht für die öffentliche Nutzung verfügbar. Sobald das Pretendo Network bereit ist, kannst du es einfach durch unseren Homebrew-Patcher auf deiner Konsole nutzen."
},
{
"question": "Weißt du, wann <Funktion/Dienst> bereit ist?",
"answer": "Nein. Viele von Funktionen und Diensten von Pretendo werden unabhängig voneinander entwickelt (z. B., ein Entwickler arbeitet am Miiverse während ein anderer an Accounts und der Freundesliste arbeitet) und deshalb können wir keine Angaben zur jeweiligen Fertigstellung machen."
"question": "Weißt du, wann Funktion/Dienst bereit ist?",
"answer": "Nein. Viele der Funktionen und Dienste von Pretendo werden unabhängig voneinander entwickelt (z. B., ein Entwickler arbeitet am Miiverse während ein anderer an Accounts und der Freundesliste arbeitet), deshalb können wir keine genauen Angaben zur jeweiligen Fertigstellung machen."
},
{
"question": "Funktioniert Pretendo mit CEMU, oder anderen Emulatoren?",
"answer": "Pretendo wird hauptsächlich für die Hardware der Wii U und des 3DS entwickelt. Zu diesem Zeitpunkt ist CEMU der einzige Emulator für diese Konsolen mit NN support. CEMU selbst unterstützt keine eigenen Server, aber es soll trotzdem möglich sein Pretendo mit CEMU zu verwenden.<br>CEMU wird aktuell von Pretendo nicht unterstützt."
"answer": "Pretendo wird hauptsächlich für die Hardware der Wii U und des 3DS entwickelt. Zu diesem Zeitpunkt ist CEMU der einzige Emulator für diese Konsolen mit NN Unterstützung. CEMU selbst unterstützt keine eigenen Server, aber es soll trotzdem möglich sein Pretendo mit CEMU zu verwenden.<br>CEMU wird aktuell von Pretendo nicht unterstützt."
},
{
"question": "Wenn ich im Nintendo Network gebannt wurde, bleibe ich in Pretendo auch gebannt?",
"answer": "Wir werden keinen Zugriff auf Nintendos Bannliste haben, weshalt kein Nutzer auf unserem Netzwerk gebannt sein wird. Trotzdem, wir haben Regeln für die Nutzung unserer Dienste und das Nichteinhalten kann in einem Bann resultieren."
"question": "Wenn ich im Nintendo Network gebannt wurde, bin ich dann in Pretendo auch gebannt?",
"answer": "Wir werden keinen Zugriff auf Nintendos Bannliste haben, weshalb kein Nutzer auf unserem Netzwerk gebannt sein wird. Trotzdem, wir haben Regeln für die Nutzung unserer Dienste und die Nichteinhaltung dieser kann zu einem Bann führen."
},
{
"question": "Wird Pretendo die Wii/Switch unterstützen?",
@ -64,32 +65,31 @@
},
{
"question": "Benötige ich einen Hack um Pretendo zu verwenden?",
"answer": "Ja, du musst deine Konsole hacken, allerdings reicht auf der Wii U den Zugriff zum Homebrew-Launcher (z.B. über Haxchi, CBHC, oder den Browser-Exploit). Informationen, wie der 3DS verbunden wird, wird später noch veröffentlicht."
"answer": "Ja, du musst deine Konsole hacken, allerdings reicht auf der Wii U den Zugriff zum Homebrew-Launcher (z.B. über Haxchi, CBHC, oder den Browser-Exploit). Informationen, wie der 3DS verbunden wird, werden später noch veröffentlicht."
}
]
},
"showcase": {
"title": "What we make",
"text": "Our project has many components. Here are some of them.",
"title": "Was wir machen",
"text": "Unser Projekt hat viele Komponenten, hier sind einige davon.",
"cards": [
{
"title": "Game servers",
"caption": "Bringing back your favorite games and content using custom servers."
"title": "Spiele Server",
"caption": "Bringt dir deine Lieblingsspiele und Inhale zurück, mithilfe eigener Server."
},
{
"title": "Juxtaposition",
"caption": "A re-imagining of Miiverse, as if it were made in the modern era."
"caption": "Eine Neuinterpretation des Miiverse, als ob es im modernen Zeitalter entwickelt wurde."
},
{
"title": "Cemu support",
"caption": "Play your favorite Wii U titles even without a console!"
"title": "Cemu Unterstützung",
"caption": "Spiele deine Lieblings WII U Spiele sogar ohne eine Konsole!"
}
]
},
"credits": {
"title": "Das Team",
"text": "Triff das Team, das hinter dem Projekt steckt",
"text": "Triff das Team hinter dem Projekt",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
@ -142,7 +142,7 @@
]
},
"specialThanks": {
"title": "Special thanks",
"title": "Besonderer Dank",
"text": "Ohne sie, wäre Pretendo nicht, wo es heute ist.",
"people": [
{
@ -169,6 +169,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse Informationsaustausch",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Besonderer Dank",
@ -178,67 +184,145 @@
},
{
"name": "NinStar",
"caption": "Icons for the Mii Editor and Juxt reactions",
"caption": "Icons für den Mii Editor und Juxt Reaktionen",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "GitHub contributors",
"caption": "Localizations and other contributions",
"name": "GitHub-Mitwirkende",
"caption": "Übersetzungen und andere Beiträge",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Stay up to date",
"text": "Join our Discord server to get the latest updates on the project.",
"title": "Bleib auf dem Laufenden",
"text": "Tritt unserem Discord Server bei um die neuesten Updates des Projektes zu erhalten.",
"widget": {
"text": "Get realtime updates to our progress",
"button": "Join the server"
"text": "Erhalte Echtzeit informationen über unseren Fortschritt",
"button": "Tritt dem Server bei"
}
},
"footer": {
"socials": "Socials",
"usefulLinks": "Useful links",
"socials": "Soziale Medien",
"usefulLinks": "Nützliche Links",
"widget": {
"captions": [
"Want to keep updated?",
"Join our Discord server!"
"Du möchtest auf dem Laufenden bleiben?",
"Tritt dem Discord server bei!"
],
"button": "Join now!"
"button": "Tritt noch heute bei!"
}
},
"progressPage": {
"title": "Unser Fortschritt",
"description": "Prüfe den Projektfortschritt und die Ziele! (Es wird stündlich aktualisiert, reflektiert nicht ALLE Projekte oder Ziele)"
"description": "Prüfe den Projektfortschritt und die Ziele! (Wird stündlich aktualisiert, reflektiert nicht ALLE Projekte oder Ziele)"
},
"blogPage": {
"title": "Blog",
"description": "Die letzten Updates in Kurzform. Wenn du Updates häufiger einsehen möchtest, unterstütze uns doch bei <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
"description": "Die letzten Updates in Kurzform. Wenn du Updates häufiger einsehen möchtest, unterstütze uns doch bei <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>.",
"published": "Veröffentlicht von",
"publishedOn": "am"
},
"account": {
"accountLevel": [
"Standard",
"Tester",
"Moderator",
"Entwickler"
],
"loginForm": {
"login": "Anmelden",
"detailsPrompt": "Gib deine Accountdaten unten ein",
"register": "Registrieren",
"username": "Benutzername",
"password": "Passwort",
"confirmPassword": "Passwort bestätigen",
"email": "E-Mail",
"miiName": "Mii-Name",
"forgotPassword": "Passwort vergessen?",
"registerPrompt": "Du hast noch keinen Account?",
"loginPrompt": "Du hast schon einen Account?"
},
"settings": {
"settingCards": {
"profile": "Profil",
"nickname": "Spitzname",
"birthDate": "Geburtsdatum",
"gender": "Geschlecht",
"country": "Land/Region",
"timezone": "Zeitzone",
"production": "Produktion",
"upgradePrompt": "Beta-Server sind exklusiv für Beta-Tester.<br>Um Beta-Tester zu werden, musst du ein Upgrade auf eine höhere Account-Stufe durchführen.",
"signInSecurity": "Anmeldung und Sicherheit",
"signInHistory": "Anmeldeverlauf",
"fullSignInHistory": "Vollständigen Anmeldeverlauf anzeigen",
"otherSettings": "Andere Einstellungen",
"discord": "Discord",
"connectedToDiscord": "Verbunden mit Discord als",
"linkDiscord": "Discord-Konto verknüpfen",
"newsletter": "Newsletter",
"newsletterPrompt": "Erhalt von Projektinformationen per E-Mail (Du kannst den Newsletter jederzeit abbestellen)",
"passwordPrompt": "Gib dein PNID-Passwort ein, um Cemu-Dateien herunterzuladen",
"hasAccessPrompt": "Mit deiner aktuellen Stufe hast du Zugang zu den Beta-Servern. Cool!",
"noDiscordLinked": "Kein Discord-Konto verknüpft.",
"serverEnv": "Server-Umgebung",
"beta": "Beta",
"email": "E-Mail",
"password": "Passwort",
"passwordResetNotice": "Nachdem du dein Passwort geändert hast, wirst du von allen Geräten abgemeldet.",
"removeDiscord": "Discord-Konto entfernen"
},
"downloadFiles": "Account-Dateien herunterladen",
"downloadFilesDescription": "(funktioniert nicht im Nintendo Network)",
"upgrade": "Konto upgraden"
},
"banned": "Gebannt"
},
"upgrade": {
"title": "Upgrade",
"description": "Das Erreichen des monatlichen Ziels wird aus Pretendo eine Vollzeitbeschäftigung machen, die qualitativ bessere und schnellere Updates liefert.",
"month": "Monat",
"tierSelectPrompt": "Wähle eine Stufe",
"unsub": "Deabonnieren",
"unsubPrompt": "Bist du dir sicher, dass du <span>tiername</span> deabonnieren möchtest? Du wirst den Zugang zu den Vorteilen verlieren, die mit dieser Stufe verbunden sind.",
"unsubConfirm": "Deabonnieren",
"changeTier": "Stufe ändern",
"changeTierPrompt": "Bist du dir sicher, dass du <span class=\"oldtier\">oldtiername</span> deabonnieren und <span class=\"newtier\">newtiername</span> abonnieren möchtest?",
"back": "Zurück",
"changeTierConfirm": "Stufe ändern"
},
"donation": {
"progress": "<span>$${totd}</span> von <span>$${goald}</span>/Monat, <span>${perc}%</span> des monatlichen Ziels.",
"upgradePush": "Um Abonnent zu werden und Zugang zu coolen Vorteilen zu erhalten, besuche die <a href=\"/account/upgrade\">Upgrade-Seite</a>."
},
"localizationPage": {
"title": "Let's localize",
"description": "Paste a link to a publicly accessible JSON locale to test it on the website",
"instructions": "View localization instructions",
"fileInput": "File to test",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Test file"
"description": "Füge einen Link zu einem öffentlich zugänglichen JSON-Locale ein, um es auf der Website zu testen",
"filePlaceholder": "https://ein.link.zu/der_datei.json",
"button": "Test-Datei",
"title": "Lass uns lokalisieren",
"instructions": "Anweisungen zur Lokalisierung anzeigen",
"fileInput": "Zu testende Datei"
},
"docs": {
"missingInLocale": "This page is unavailable in your locale. Please check the English version below.",
"missingInLocale": "Diese Seite ist in deinem Land nicht verfügbar. Bitte schau dir die englische Version unten an.",
"quickLinks": {
"header": "Quick links",
"header": "Schnelle Links",
"links": [
{
"header": "Install Pretendo",
"caption": "View the setup instructions"
"header": "Pretendo installieren",
"caption": "Einrichtungsanweisungen anzeigen"
},
{
"header": "Got an error?",
"caption": "Search for it here"
"header": "Hast du einen Fehler?",
"caption": "Suche nach diesem hier"
}
]
}
},
"modals": {
"cancel": "Abbrechen",
"confirm": "Bestätigen"
}
}

View File

@ -6,7 +6,11 @@
"credits": "Credits",
"progress": "Progress",
"blog": "Blog",
"account": "Account"
"account": "Account",
"accountWidget": {
"settings": "Settings",
"logout": "Logout"
}
},
"hero": {
"subtitle": "Game servers",
@ -25,10 +29,7 @@
},
"progress": {
"title": "Progress",
"paragraphs": [
"Currently, we are working on Miiverse, along with our account servers and its integration with the services.",
"For 3DS, we are also working on Mario Kart 7, with a desire to continue working on other games when possible."
]
"githubRepo": "Github repository"
},
"faq": {
"title": "Frequently Asked Questions",
@ -47,7 +48,7 @@
"answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console."
},
{
"question": "Do you know when <feature/service> will be ready?",
"question": "Do you know when feature/service will be ready?",
"answer": "No. Lots of Pretendo's features/services are developed independently (for example, Miiverse may be worked on by one developer while Accounts and Friends is being worked on by another) and therefore we cannot give an overall ETA for how long this will take."
},
{
@ -84,7 +85,6 @@
"title": "Cemu support",
"caption": "Play your favorite Wii U titles even without a console!"
}
]
},
"credits": {
@ -169,6 +169,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Special thanks",
@ -207,7 +213,18 @@
"Join our Discord server!"
],
"button": "Join now!"
}
},
"bandwidthRaccoonQuotes": [
"I'm Bandwidth the Raccoon, and I love biting the cables going into Pretendo Network's servers. Yum!",
"Many people ask us if we're gonna get in legal trouble with Nintendo over this; I am happy to say that my aunt works at Nintendo and she says it's fine.",
"Webkit v537 is the best version of Webkit for Wii U. No, we're not going to port Chrome to the Wii U.",
"I can't wait for the clock to reach 03:14:08 UTC on the 19th of January 2038!",
"The Wii U is actually an underrated system: the commercials were like really bad, but the console is great. Huh, wait a second, I'm not sure why but my Gamepad isn't connecting to my Wii.",
"Super Mario World 2 - Yoshi's Island's main theme is an absolute bop and there's no way you're gonna convince me otherwise.",
"My favorite Nintendo Switch releases have been Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"You Really Liked The Nintendo Wii U Virtual Console Title, So We're Bringing It Back\" Pack. You can really tell Nintendo cares.",
"Like \"You know Ash, bless her heart, she UwUs all day\" is the southern nice way of saying \"Ash uwus all the time and its really weird and stupid and I wish they didn't\"",
"My first video on my channel!! iv been wanting to make videos for a long time now but my laptop ran pretty bad and i couldn't run fraps, skype and minecraft all at once. but now thats over! with some help from my IT teacher my laptop runs alot better and i can record now! i hope y'all enjoy and if you do please like and subscribe!!!"
]
},
"progressPage": {
"title": "Our progress",
@ -215,7 +232,81 @@
},
"blogPage": {
"title": "Blog",
"description": "The latest updates in condensed chunks. If you want to see more frequent updates, consider supporting us on <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
"description": "The latest updates in condensed chunks. If you want to see more frequent updates, consider supporting us on <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>.",
"published": "Published by",
"publishedOn": "on"
},
"account": {
"loginForm": {
"login": "Login",
"register": "Register",
"detailsPrompt": "Enter your account details below",
"username": "Username",
"password": "Password",
"confirmPassword": "Confirm password",
"email": "Email",
"miiName": "Mii name",
"forgotPassword": "Forgot your password?",
"registerPrompt": "Don't have an account?",
"loginPrompt": "Already have an account?"
},
"settings": {
"downloadFiles": "Download account files",
"downloadFilesDescription": "(will not work on Nintendo Network)",
"upgrade": "Upgrade account",
"settingCards": {
"profile": "Profile",
"nickname": "Nickname",
"birthDate": "Birth date",
"gender": "Gender",
"country": "Country/region",
"timezone": "Timezone",
"serverEnv": "Server environment",
"production": "Production",
"beta": "Beta",
"upgradePrompt": "Beta servers are exclusive to beta testers.<br>To become a beta tester, upgrade to a higher account tier.",
"hasAccessPrompt": "Your current tier gives you beta server access. Cool!",
"signInSecurity": "Sign in and security",
"email": "Email",
"password": "Password",
"passwordResetNotice": "After changing your password, you will be signed out from all devices.",
"signInHistory": "Sign in history",
"fullSignInHistory": "View full sign in history",
"otherSettings": "Other settings",
"discord": "Discord",
"connectedToDiscord": "Connected to Discord as",
"removeDiscord": "Remove Discord account",
"noDiscordLinked": "No Discord account linked.",
"linkDiscord": "Link Discord account",
"newsletter": "Newsletter",
"newsletterPrompt": "Receive project updates via email (you can opt-out at any time)",
"passwordPrompt": "Enter your PNID password to download Cemu files"
}
},
"accountLevel": [
"Standard",
"Tester",
"Moderator",
"Developer"
],
"banned": "Banned"
},
"upgrade": {
"title": "Upgrade",
"description": "Reaching the monthly goal will make Pretendo a full time job, providing better quality updates at a faster rate.",
"month": "month",
"tierSelectPrompt": "Select a tier",
"unsub": "Unsubscribe",
"unsubPrompt": "Are you sure you want to unsubscribe from <span>tiername</span>? You will lose access to the perks associated with that tier.",
"unsubConfirm": "Unsubscribe",
"changeTier": "Change tier",
"changeTierPrompt": "Are you sure you want to unsubscribe from <span class='oldtier'>oldtiername</span> and subscribe to <span class='newtier'>newtiername</span>?",
"changeTierConfirm": "Change tier",
"back": "Back"
},
"donation": {
"progress": "<span>$${totd}</span> of <span>$${goald}</span>/month, <span>${perc}%</span> of the monthly goal.",
"upgradePush": "To become a subscriber and gain access to cool perks, visit the <a href=\"/account/upgrade\">upgrade page</a>."
},
"localizationPage": {
"title": "Let's localize",
@ -240,5 +331,9 @@
}
]
}
},
"modals": {
"cancel": "Cancel",
"confirm": "Confirm"
}
}
}

View File

@ -6,12 +6,16 @@
"credits": "Créditos",
"progress": "Progreso",
"blog": "Blog",
"account": "Cuenta"
"account": "Cuenta",
"accountWidget": {
"settings": "Ajustes",
"logout": "Cerrar Sesión"
}
},
"hero": {
"subtitle": "Servidores en línea",
"title": "Recreados",
"text": "Pretendo es un reemplazamiento gratuito y de código abierto de los servidores de Nintendo para 3DS y Wii U que permite la comunicación en línea incluso después del cierre de los servidores oficiales.",
"text": "Pretendo es un reemplazamiento gratuito y de código abierto de los servidores de Nintendo para 3DS y Wii U que permite la comunicación en línea incluso después del cierre de los servidores oficiales",
"buttons": {
"readMore": "Leer más"
}
@ -26,9 +30,10 @@
"progress": {
"title": "Progreso",
"paragraphs": [
"Actualmente, estamos trabajando en Miiverse, junto con los servidores de cuentas y la integración con los servicios.",
null,
"En 3DS también trabajamos en el soporte de Mario Kart 7, con el deseo de continuar trabajando en otros juegos en cuanto sea posible."
]
],
"githubRepo": "Repositorio de Github"
},
"faq": {
"title": "Preguntas frecuentes",
@ -47,7 +52,7 @@
"answer": "Pretendo no está actualmente en un estado adecuado para el uso público. Sin embargo, en cuanto esté listo podrás usar Pretendo simplemente cargando nuestro parcheador homebrew en tu consola."
},
{
"question": "¿Sabéis cuándo <determinada función/servicio> estará listo/a?",
"question": "¿Sabéis cuándo determinada función/servicio estará listo/a?",
"answer": "No. Muchos/as funciones/servicios de Pretendo son desarrolladas independientemente (por ejemplo, un desarrollador puede estar trabajando en Miiverse mientras otro se encarga de las Cuentas y los Amigos) y, por lo tanto, no podemos dar una ETA exacta de cuánto puede tardar en estar listo."
},
{
@ -56,7 +61,7 @@
},
{
"question": "Si estoy baneado en Nintendo Network, ¿seguiré baneado al usar Pretendo?",
"answer": "No tenemos acceso a los baneos de Nintendo Network motivo por el nadie estará baneado en nuestros servidores al principio. Sin embargo, tendremos reglas a seguir al acceder a nuestros servicios y no hacerlo resultará en un baneo."
"answer": "No tenemos acceso a los baneos de Nintendo Network motivo por el nadie estará baneado en nuestros servidores al principio. Sin embargo, tendremos reglas a seguir al acceder a nuestros servicios y no hacerlo resultará en un baneo."
},
{
"question": "¿Pretendo soportará Wii/Switch?",
@ -84,7 +89,6 @@
"title": "Soporte para Cemu",
"caption": "¡Juega a tus títulos de Wii U favoritos incluso sin una consola!"
}
]
},
"credits": {
@ -169,6 +173,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Agradecimientos",
@ -215,7 +225,9 @@
},
"blogPage": {
"title": "Blog",
"description": "Las últimas actualizaciones en pequeñas cantidades. Si quieres ver actualizaciones más frecuentes, considera apoyarnos en <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
"description": "Las últimas actualizaciones en pequeñas cantidades. Si quieres ver actualizaciones más frecuentes, considera apoyarnos en <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>.",
"published": "Publicado por",
"publishedOn": "en"
},
"localizationPage": {
"title": "Vamos a localizar",
@ -240,5 +252,81 @@
}
]
}
},
"account": {
"loginForm": {
"register": "Registrar",
"detailsPrompt": "Ingrese los datos de su cuenta a continuación",
"registerPrompt": "¿No tienes una cuenta?",
"password": "Contraseña",
"login": "Iniciar Sesión",
"email": "Correo electrónico",
"miiName": "Nombre de Mii",
"loginPrompt": "¿Ya tienes una cuenta?",
"confirmPassword": "Confirmar contraseña",
"forgotPassword": "¿Olvidaste tu contraseña?",
"username": "Nombre de usuario"
},
"settings": {
"settingCards": {
"birthDate": "Fecha de nacimiento",
"profile": "Perfil",
"gender": "Sexo",
"country": "País",
"production": "Producción",
"timezone": "Zona horaria",
"serverEnv": "Entorno del servidor",
"beta": "Beta",
"hasAccessPrompt": "Tu rango actual tiene acceso a los servidores beta. Cool!",
"signInSecurity": "Inicio de sesión y seguridad",
"email": "Correo electrónico",
"password": "Contraseña",
"passwordResetNotice": "Después de cambiar tu contraseña, se cerrará la sesión de todos los dispositivos.",
"signInHistory": "Historial de inicio de sesión",
"fullSignInHistory": "Ver historial de inicio de sesión completo",
"otherSettings": "Otros ajustes",
"discord": "Discord",
"connectedToDiscord": "Conectado a discord como",
"removeDiscord": "Eliminar cuenta de Discord",
"noDiscordLinked": "No hay cuenta de Discord vinculada.",
"linkDiscord": "Vincular cuenta de Discord",
"newsletter": "Boletín",
"newsletterPrompt": "Reciba actualizaciones del proyecto por correo electrónico (puede optar por no participar en cualquier momento)",
"passwordPrompt": "Ingresa la contraseña de tu PNID para descargar los archivos de Cemu",
"nickname": "Apodo",
"upgradePrompt": "Los servidores beta son exclusivos para los beta testers. <br>Para convertirte en un beta tester, actualiza a un nivel de cuenta superior."
},
"downloadFiles": "Descargar datos de cuenta",
"downloadFilesDescription": "(no funcionara en Nintendo Network)",
"upgrade": "Subir de rango"
},
"accountLevel": [
"Estándar",
"Tester",
"Moderador",
"Desarrollador"
],
"banned": "Baneado"
},
"upgrade": {
"description": "Alcanzar la meta mensual hará de Pretendo un trabajo de tiempo completo, brindando actualizaciones de mejor calidad a un ritmo más rápido.",
"month": "mes",
"tierSelectPrompt": "Selecciona un rango",
"unsub": "Cancelar suscripción",
"unsubPrompt": "¿Está seguro de que desea darse de baja de <span>tiername</span>? Perderá el acceso a las ventajas asociadas con ese nivel.",
"unsubConfirm": "Cancelar suscripción",
"changeTier": "Cambiar rango",
"changeTierPrompt": "¿Está seguro de que desea darse de baja de <span class=\"oldtier\">oldtiername</span> y suscribirse a <span class=\"newtier\">newtiername</span>?",
"changeTierConfirm": "Cambiar rango",
"back": "Atrás",
"title": "Subir rango"
},
"donation": {
"progress": "<span>$${totd}</span> de <span>$${goald}</span>/mes, <span>${perc}%</span> del objetivo mensual.",
"upgradePush": "Para convertirse en suscriptor y obtener acceso a beneficios geniales, visite la página <a href=\"/account/upgrade\">actualizar</a>."
},
"modals": {
"cancel": "Cancelar",
"confirm": "Confirmar"
}
}

View File

@ -2,16 +2,20 @@
"nav": {
"about": "À propos",
"faq": "FAQ",
"docs": "Docs",
"docs": "Documentation",
"credits": "Crédits",
"progress": "Progression",
"blog": "Blog",
"account": "Compte"
"account": "Compte",
"accountWidget": {
"logout": "Déconnexion",
"settings": "Réglages"
}
},
"hero": {
"subtitle": "Serveurs de jeu",
"subtitle": "Serveurs de jeux",
"title": "Recréés",
"text": "Pretendo est un remplacement gratuit et open-source des serveurs Nintendo pour la 3DS et la Wii U permettant la connectivité en ligne pour tous, y compris après l'arrêt des serveurs officiels.",
"text": "Pretendo est une alternative gratuite et open source des serveurs Nintendo pour la 3DS et la Wii U permettant la connectivité en ligne pour tous, y compris après l'arrêt des serveurs officiels",
"buttons": {
"readMore": "En savoir plus"
}
@ -19,16 +23,13 @@
"aboutUs": {
"title": "À propos de nous",
"paragraphs": [
"Pretendo est un projet open-source qui vise à recréer le Nintendo Network pour la 3DS et la Wii U en utilisant la rétro-ingénierie.",
"Puisque nos services seront à la fois gratuits et open-source, ils pourront exister pendant longtemps après l'inévitable fermeture du Nintendo Network."
"Pretendo est un projet open source qui vise à recréer le Nintendo Network pour la 3DS et la Wii U en utilisant la rétro-ingénierie.",
"Puisque nos services seront à la fois gratuits et open source, ils pourront exister pendant longtemps après l'inévitable fermeture du Nintendo Network."
]
},
"progress": {
"title": "Progression",
"paragraphs": [
"Actuellement, nous travaillons sur Miiverse, ainsi que sur nos serveurs de comptes et son intégration avec nos services.",
"Pour la 3DS, nous travaillons également sur Mario Kart 7, avec la volonté de continuer à travailler sur d'autres jeux dès que possible."
]
"githubRepo": "Dépôt GitHub"
},
"faq": {
"title": "Foire Aux Questions",
@ -36,25 +37,23 @@
"QAs": [
{
"question": "Qu'est-ce que Pretendo ?",
"answer": "Pretendo est un remplacement open-source du Nintendo Network qui vise à créer des serveurs personnalisés pour la famille des consoles Wii U et 3DS. Notre objectif est de préserver les fonctionnalités en ligne de ces consoles, afin de permettre aux joueurs de continuer à jouer à leurs jeux Wii U et 3DS favoris à leur plein potentiel."
"answer": "Pretendo est une alternative open source du service Nintendo Network qui vise à créer des serveurs personnalisés pour la famille des consoles Wii U et 3DS. Notre objectif est de préserver les fonctionnalités en ligne de ces consoles, afin de permettre aux joueurs de continuer à jouer à leurs jeux Wii U et 3DS favoris à leur plein potentiel."
},
{
"question": "Mes NNIDs existants fonctionneront-ils sur Pretendo ?",
"answer": "Malheuresement, non. Les NNIDs existants ne fonctionneront pas sur Pretendo car seul Nintendo détient vos données utilisateur. Bien qu'une migration de NNID à PNID soit théoriquement possible, elle serait risquée et nécessiterait des données personnelles sensibles que nous préférons ne pas stocker."
"answer": "Malheureusement, non. Les NNIDs existants ne fonctionneront pas sur Pretendo car seul Nintendo détient vos données utilisateur. Bien qu'une migration des NNID aux PNID soit théoriquement possible, elle serait risquée et nécessiterait des données personnelles sensibles que nous préférons ne pas stocker."
},
{
"question": "Comment puis-je utiliser Pretendo ?",
"answer": "Pretendo n'est actuellement pas dans un état prêt à être utilisé par le public. Cependant, dès qu'il le sera, vous pourrez utiliser Pretendo en exécutant simplement notre patcheur homebrew sur votre console."
},
{
"question": "Savez-vous quand <fonctionnalité/service> sera prêt ?",
"question": "Savez-vous quand fonctionnalité/service sera prêt ?",
"answer": "Non. De nombreuses fonctionnalités/services de Pretendo sont développés indépendamment (par exemple, un développeur peut travailler sur Miiverse tandis qu'un autre travaille sur Comptes et Amis) et nous ne pouvons donc pas donner d'estimation exacte du temps qu'il faudra pour que tout soit prêt."
},
{
"question": "Est-ce que Pretendo fonctionne sur Cemu/émulateurs ?",
"answer": "Pretendo est conçu pour la Wii U et la 3DS; pour le moment, le seul émulateur pour ces consoles qui supporte le NN est Cemu. Cemu ne prend pas officiellement en charge les serveurs personnalisés, mais il devrait tout de mêtre possible d'utiliser Pretendo avec Cemu.<br>Pretendo ne prend pas en charge Cemu actuellement."
"answer": "Pretendo est conçu pour la Wii U et la 3DS; pour le moment, le seul émulateur pour ces consoles qui supporte le NN est Cemu. Cemu ne prend pas officiellement en charge les serveurs personnalisés, mais il devrait tout de mêtre possible d'utiliser Pretendo avec Cemu.<br>Pretendo ne prend pas en charge Cemu actuellement."
},
{
"question": "Si je suis banni du Nintendo Network, resterai-je banni lorsque j'utiliserai Pretendo ?",
@ -66,7 +65,7 @@
},
{
"question": "Aurais-je besoin de modifier ma console pour me connecter ?",
"answer": "Oui, vous devrez modifier votre appareil afin de vous connecter; cependant sur Wii U un accès au Homebrew Launcher est suffisant (avec Haxchi, Coldboot Haxchi, ou même la faille du Navigateur Web). La démarche à suivre pour la 3DS sera fournie ultérieurement."
"answer": "Oui, vous devrez hack votre appareil afin de vous connecter ; cependant sur Wii U, un accès au Homebrew Launcher est suffisant (avec Haxchi, Coldboot Haxchi, ou même la faille du Navigateur Web). La démarche à suivre pour la 3DS sera fournie ultérieurement."
}
]
},
@ -86,7 +85,6 @@
"title": "Support de Cemu",
"caption": "Jouez à vos titres Wii U préférés même sans console !"
}
]
},
"credits": {
@ -171,6 +169,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Partage d'information Miiverse",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Remerciement spéciaux",
@ -185,7 +189,7 @@
"github": "https://github.com/ninstar"
},
{
"name": "GitHub contributors",
"name": "Contributeurs GitHub",
"caption": "Localisations et autres contributions",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
@ -213,11 +217,13 @@
},
"progressPage": {
"title": "Notre progression",
"description": "Vérifiez l'avancement et les objectifs du projet ! (Mis à jour environ toute les heures, ne reflète pas TOUS nos objectifs et notre progression)."
"description": "Vérifiez l'avancement et les objectifs du projet ! (Mis à jour environ toute les heures, ne reflète pas TOUS nos objectifs et notre progression)"
},
"blogPage": {
"title": "Blog",
"description": "Les dernières mises à jour en blocs condensés. Si vous souhaitez voir des mises à jour plus fréquentes, envisagez de nous soutenir sur <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
"description": "Les dernières mises à jour en blocs condensés. Si vous souhaitez voir des mises à jour plus fréquentes, envisagez de nous soutenir sur <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>.",
"publishedOn": "le",
"published": "Publié par"
},
"localizationPage": {
"title": "Localisons",
@ -242,5 +248,81 @@
}
]
}
},
"account": {
"loginForm": {
"login": "Connexion",
"detailsPrompt": "Entrez les informations du compte ci-dessous",
"password": "Mot de Passe",
"loginPrompt": "Déjà un Compte ?",
"username": "Pseudo",
"register": "S'inscrire",
"confirmPassword": "Confirmez le Mot de Passe",
"email": "Email",
"miiName": "Nom du Mii",
"forgotPassword": "Mot de Passe oublié ?",
"registerPrompt": "Pas de Compte ?"
},
"settings": {
"downloadFiles": "Télécharger fichiers du compte",
"settingCards": {
"gender": "Genre",
"profile": "Profil",
"nickname": "Surnom",
"birthDate": "Date de Naissance",
"country": "Pays/Région",
"timezone": "Décalage Horaire",
"serverEnv": "Environment du Serveur",
"production": "Production",
"beta": "Beta",
"upgradePrompt": "Les Serveurs Beta sont exclusifs au Beta Testeurs. <br>Pour devenir un Beta Testeur, mettez à niveau votre compte à un niveau plus élevé.",
"hasAccessPrompt": "Votre niveau actuel vous donne accès au serveurs beta. Super !",
"newsletterPrompt": "Recevoir les mises à jour via email (vous pourrez toujours changer ça plus tard)",
"signInSecurity": "Inscription et sécurité",
"email": "Email",
"password": "Mot de Passe",
"passwordResetNotice": "Une fois votre mot de passe changé, vous serez déconnecté de tous les appareils.",
"signInHistory": "Historique de Connexion",
"fullSignInHistory": "Voir l'historique de connexion complète",
"otherSettings": "Autres Paramètres",
"discord": "Discord",
"connectedToDiscord": "Connecté à Discord en tant que",
"removeDiscord": "Délier le compte Discord",
"noDiscordLinked": "Pas de compte Discord associé.",
"linkDiscord": "Associer un compte Discord",
"newsletter": "Newsletter",
"passwordPrompt": "Entrez votre mot de passe d'Identifiant Pretendo Network (PNID) pour télécharger les fichiers Cemu"
},
"downloadFilesDescription": "(Ne fonctionnera pas avec le Nintendo Network)",
"upgrade": "Mettre à Niveau le compte"
},
"banned": "Banni",
"accountLevel": [
"Standard",
"Testeur",
"Modérateur",
"Développeur"
]
},
"upgrade": {
"title": "Mise à Niveau",
"changeTierPrompt": "Êtes-vous sûr de vouloir vous désabonner de <span class=\"oldtier\">oldertiername</span> et vous abonner à <span class=\"newtier\">newtiername</span> ?",
"description": "Atteindre le but mensuel fera de Pretendo un travail complet, proposant des mises à jour de meilleures qualité à une plus grande vitesse.",
"month": "mois",
"tierSelectPrompt": "Sélectionnez un niveau",
"unsub": "Se désabonner",
"unsubPrompt": "Êtes-vous sûr de vouloir vous désabonner du <span>tiername</span>? Vous perdrez toutes les récompenses associées à ce niveau.",
"unsubConfirm": "Se désabonner",
"changeTier": "Changer de niveau",
"changeTierConfirm": "Changer de niveau",
"back": "Retour"
},
"donation": {
"upgradePush": "Pour s'abonner et avoir accès à des récompenses spéciales, visitez <a href=\"/account/upgrade\">la page de mise à niveau</a>.",
"progress": "<span>$${totd}</span> sur <span>$${goald}</span>/mois, <span>${perc}%</span> du but mensuel."
},
"modals": {
"cancel": "Annuler",
"confirm": "Confirmer"
}
}

332
locales/it_IT.json Normal file
View File

@ -0,0 +1,332 @@
{
"nav": {
"about": "Info",
"faq": "FAQ",
"docs": "Documentazione",
"credits": "Riconoscimenti",
"progress": "Progresso",
"blog": "Blog",
"account": "Account",
"accountWidget": {
"settings": "Impostazioni",
"logout": "Logout"
}
},
"hero": {
"subtitle": "Server di gioco",
"title": "Ricreati",
"text": "Pretendo è un'alternativa gratuita e open source ai server Nintendo per 3DS e Wii U che permette la comunicazione online anche dopo la chiusura dei server ufficiali",
"buttons": {
"readMore": "Scopri di più"
}
},
"aboutUs": {
"title": "Informazioni",
"paragraphs": [
"Pretendo è un progetto open source con l'obiettivo di ricreare Nintendo Network per 3DS e Wii U utilizzando ingegneria inversa clean-room.",
"Visto che i nostri server saranno gratuiti e open source, essi potranno esistere anche dopo l'inevitabile chiusura di Nintendo Network."
]
},
"progress": {
"title": "Progresso",
"paragraphs": [
null,
"Per la 3DS stiamo anche lavorando su Mario Kart 7, e vorremmo continuare a lavorare su altri giochi quando possibile."
],
"githubRepo": "Repository GitHub"
},
"faq": {
"title": "Domande frequenti",
"text": "Ecco alcune domande frequenti.",
"QAs": [
{
"question": "Cos'è Pretendo?",
"answer": "Pretendo è un'alternativa open source a Nintendo Network con l'obiettivo di creare dei server custom per la famiglia di console 3DS e Wii U. Il nostro obiettivo è preservare le funzionalità online di queste console, in modo che i giocatori possano continuare a giocare ai loro giochi Wii U e 3DS preferiti al massimo delle loro potenzialità."
},
{
"question": "I miei NNID esistenti funzioneranno su Pretendo?",
"answer": "Purtroppo, no. I NNID esistenti non funzioneranno su Pretendo, poiché solo Nintendo è in possesso dei tuoi dati utente; benché una migrazione da-NNID-a-PNID sia teoricamente possibile, sarebbe rischiosa e richiederebbe dati personali dell'utente che preferiremmo non avere."
},
{
"question": "Come si usa Pretendo?",
"answer": "Pretendo non è ancora in uno stato tale da poter essere usata dal pubblico. Tuttavia, quando lo sarà potrai usare Pretendo semplicemente eseguendo il nostro patcher homebrew sulla tua console."
},
{
"question": "Sapete quando una determinata funzionalità/servizio sarà pronta/o?",
"answer": "No. Molte delle funzionalità/servizi di Pretendo sono sviluppate indipendentemente (per esempio, uno sviluppatore potrebbe lavorare su Miiverse mentre un altro sta lavorando su Account e Amici) e per questo non possiamo fornire una stima del tempo mancante al completamento."
},
{
"question": "Pretendo funziona su Cemu/emulatori?",
"answer": "Pretendo è sviluppata con l'hardware Wii U e 3DS in mente; in questo momento l'unico emulatore per queste console che supporta NN è Cemu. Cemu non supporta server custom ufficialmente, ma dovrebbe comunque essere possibile utilizzare Pretendo con Cemu .<br>Al momento Pretendo non supporta Cemu."
},
{
"question": "Se sono bannato su Nintendo Network, rimarrò bannato quando userò Pretendo?",
"answer": "Noi non avremo accesso alla lista degli utenti bannati da Nintendo Network, quindi quegli utenti non saranno bannati sul nostro servizio. Ci saranno comunque regole da seguire mentre si usa il servizio, e il mancato rispetto di queste regole potrebbe portare a un ban."
},
{
"question": "Pretendo supporterà la Wii/Switch?",
"answer": "La Wii dispone già di server custom forniti da <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Al momento non abbiamo intenzione di supportare la Switch poiché il suo servizio online è a pagamento e completamente diverso da Nintendo Network."
},
{
"question": "Dovrò modificare la mia console per connettermi?",
"answer": "Sì, dovrai modificare il tuo dispositivo per connetterti; tuttavia, sulla Wii U è sufficiente poter accedere all'Homebrew Launcher (via Haxchi, Coldboot Haxchi, o anche solo l'exploit web per browser). Informazioni su come connettersi su 3DS saranno fornite in futuro."
}
]
},
"showcase": {
"title": "Ciò che facciamo",
"text": "Il nostro progetto è composto da diverse parti. Eccone alcune.",
"cards": [
{
"title": "Server di gioco",
"caption": "Riportiamo in vita i tuoi giochi e contenuti preferiti usando server custom."
},
{
"title": "Juxtaposition",
"caption": "Una versione reimmaginata di Miiverse, come se fosse stato creato nell'era moderna."
},
{
"title": "Supporto per Cemu",
"caption": "Gioca ai tuoi titoli preferiti per Wii U anche senza avere una console!"
}
]
},
"credits": {
"title": "Il team",
"text": "Incontra il team dietro al progetto",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Proprietario del progetto e sviluppatore principale",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Ricerca e sviluppo Miiverse",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "Installer della rete e ricerca su console",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "Ricerca BOSS e sviluppo patch",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "Ricerca su console e altri sistemi",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "Leader dello sviluppo web",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "Sviluppo web",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "Disegnatore",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "Ringraziamenti speciali",
"text": "Senza di loro, Pretendo non sarebbe dove è oggi.",
"people": [
{
"name": "superwhiskers",
"caption": "Sviluppo della libreria crunch",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "Sviluppo 3DS e dissettore NEX",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "Conservazionista",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "Ricerca su Mario Kart 7 e 3DS",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Condivisione di informazioni su Miiverse",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Ringraziamenti speciali",
"caption": "Ricerca su strutture dati Nintendo",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icone per l'editor Mii e le reazioni su Juxt",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "Contributori su GitHub",
"caption": "Localizzazioni e altre contribuzioni",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Tienti aggiornato",
"text": "Unisciti al nostro server su Discord per ottenere gli ultimi aggiornamenti sul progetto.",
"widget": {
"text": "Ricevi aggiornamenti in tempo reale sul nostro progresso",
"button": "Unisciti al server"
}
},
"footer": {
"socials": "Social",
"usefulLinks": "Collegamenti utili",
"widget": {
"captions": [
"Vuoi tenerti aggiornato?",
"Unisciti al nostro server su Discord!"
],
"button": "Unisciti ora!"
}
},
"progressPage": {
"title": "Il nostro progresso",
"description": "Controlla il progresso e gli obiettivi del progetto! (Aggiornato ogni ora circa, non riflette TUTTI i nostri obiettivi e il nostro progresso)"
},
"blogPage": {
"title": "Blog",
"description": "Gli ultimi aggiornamenti in blocchi condensati. Se vuoi ricevere aggiornamenti più frequenti, considera di supportarci su <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>.",
"published": "Pubblicato da",
"publishedOn": "il"
},
"account": {
"accountLevel": [
"Standard",
"Tester",
"Moderatore",
"Sviluppatore"
],
"banned": "Bannato",
"loginForm": {
"username": "Nome utente",
"password": "Password",
"miiName": "Nome Mii",
"forgotPassword": "Hai dimenticato la password?",
"login": "Accedi",
"register": "Registrati",
"detailsPrompt": "Inserisci le informazioni del tuo account qui sotto",
"loginPrompt": "Hai già un account?",
"confirmPassword": "Conferma password",
"email": "Email",
"registerPrompt": "Non hai un account?"
},
"settings": {
"downloadFilesDescription": "(non funzioneranno su Nintendo Network)",
"downloadFiles": "Scarica file dell'account",
"settingCards": {
"profile": "Profilo",
"nickname": "Nickname",
"birthDate": "Data di nascita",
"gender": "Genere",
"country": "Paese/regione",
"timezone": "Fuso orario",
"serverEnv": "Ambiente del server",
"production": "Produzione",
"beta": "Beta",
"upgradePrompt": "I server beta sono esclusivi per i beta tester.<br>Per diventare un beta tester, fai l'upgrade del tuo account a un livello più alto.",
"hasAccessPrompt": "Il tuo livello ti dà accesso ai server beta. Forte!",
"signInSecurity": "Accesso e sicurezza",
"email": "Email",
"password": "Password",
"passwordResetNotice": "Dopo aver cambiato la tua password, verrai disconnesso da tutti i tuoi dispositivi.",
"signInHistory": "Cronologia di accesso",
"fullSignInHistory": "Mostra cronologia di accesso completa",
"otherSettings": "Altre impostazioni",
"discord": "Discord",
"connectedToDiscord": "Connesso a Discord come",
"removeDiscord": "Rimuovi account Discord",
"noDiscordLinked": "Nessun account Discord collegato.",
"linkDiscord": "Collega account Discord",
"newsletter": "Newsletter",
"newsletterPrompt": "Ricevi aggiornamenti sul progetto via email (puoi annullare in qualunque momento)",
"passwordPrompt": "Inserisci la tua password PNID per scaricare i file per Cemu"
},
"upgrade": "Fai l'upgrade del tuo account"
}
},
"localizationPage": {
"title": "Localizziamo",
"description": "Incolla il link di una localizzazione in formato JSON accessibile al pubblico per testarla sul sito",
"instructions": "Vedi le istruzioni su come localizzare",
"fileInput": "File da testare",
"filePlaceholder": "https://il.link.di/un_file.json",
"button": "Testa file"
},
"docs": {
"missingInLocale": "Questa pagina non è disponibile nella tua lingua. Per favore, controlla la versione in inglese sotto.",
"quickLinks": {
"header": "Collegamenti rapidi",
"links": [
{
"header": "Installa Pretendo",
"caption": "Mostra le istruzioni di configurazione"
},
{
"header": "Hai un errore?",
"caption": "Cercalo qui"
}
]
}
},
"upgrade": {
"unsubPrompt": "Sei sicuro di voler annullare l'iscrizione a <span>tiername</span>? Perderai tutte le ricompense associate a quel livello.",
"description": "Raggiungere il goal mensile renderà Pretendo un lavoro a tempo pieno, permettendo di fornire aggiornamenti di maggiore qualità in meno tempo.",
"month": "mese",
"tierSelectPrompt": "Seleziona un livello",
"unsub": "Annulla l'iscrizione",
"unsubConfirm": "Annulla l'iscrizione",
"changeTier": "Cambia livello",
"changeTierPrompt": "Sei sicuro di voler annullare l'iscrizione a <span class=\"oldtier\">oldtiername</span> e iscriverti a <span class=\"newtier\">newtiername</span>?",
"changeTierConfirm": "Cambia livello",
"back": "Indietro",
"title": "Upgrade"
},
"modals": {
"cancel": "Annulla",
"confirm": "Conferma"
},
"donation": {
"progress": "<span>$${totd}</span> di <span>$${goald}</span>/mese, <span>${perc}%</span> del goal mensile.",
"upgradePush": "Per diventare un abbonato e accedere a ricompense speciali, visita la <a href=\"/account/upgrade\">pagina per fare l'upgrade</a>."
}
}

View File

@ -11,7 +11,7 @@
"hero": {
"subtitle": "再構築された",
"title": "ゲームサーバー",
"text": "Pretendoは、公式のサーバーが終了した後も続けてオンライン接続ができるように作成されている、3DSとWii Uの両方のための、ニンテンドーネットワークを代用する無料のオープンソースサーバーです",
"text": "Pretendoは、公式のサーバーが終了した後も続けてオンライン接続ができるように作成されている、3DSとWii Uの両方のための、ニンテンドーネットワークを代用する無料のオープンソースサーバーです",
"buttons": {
"readMore": "もっと読む"
}
@ -26,7 +26,7 @@
"progress": {
"title": "進行状況",
"paragraphs": [
"現在、私たちはいろんなサービスとの連携を含めたアカウントサーバーと共に、主にMiiverseに着手しています。",
null,
"3DSに関しては、マリオカート7に主に取り組んでいて、可能な場合は他のゲームにも取り組んでいます。"
]
},
@ -47,7 +47,7 @@
"answer": "Pretendoはまだ公開にできるほど開発されていません。ですが、そうなった場合はただパッチャーを実行しただけでPretendoを使えるようになります。"
},
{
"question": "<機能/サービス>がいつできるか分かりますか?",
"question": "機能/サービスがいつできるか分かりますか?",
"answer": "分かりません。多くのPretendoの機能は各自で開発されています。例えば、Miiverseをこの人が開発しているとき、アカウント・フレンドシステムは他の人が開発しているですので、全てを合わせた完成予想時間は分かりません。"
},
{
@ -70,7 +70,7 @@
},
"showcase": {
"title": "私たちが作るもの",
"text": "私たちのプロジェクトは色んな部分に分かれています。その一部を紹介します!",
"text": "私たちのプロジェクトは色んな部分に分かれています。その一部を紹介します",
"cards": [
{
"title": "ゲームサーバー",
@ -84,7 +84,6 @@
"title": "Cemuサポート",
"caption": "あなたの好きなWii Uタイトルを、Wii Uなしでプレイできます!"
}
]
},
"credits": {
@ -169,6 +168,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Special thanks",
@ -219,7 +224,7 @@
},
"localizationPage": {
"title": "レッツローカライズ",
"description": "公開されているJSONへのリンクを貼り付けてこのサイトに試してみて下さい",
"description": "公開されているJSONへのリンクを貼り付けてこのサイトに試してみて下さい",
"instructions": "ローカライズ方法を開く",
"fileInput": "試してみるファイル",
"filePlaceholder": "https://a.link.to/the_file.json",

View File

@ -1,32 +1,32 @@
{
"nav": {
"about": "정보",
"faq": "자주 묻는 질문",
"about": "",
"faq": "",
"docs": "문서",
"credits": "크레딧",
"credits": "",
"progress": "진행률",
"blog": "블로그",
"account": "계정"
},
"hero": {
"subtitle": "다시 만들어진",
"title": "게임 서버",
"text": "Pretendo는 원본 서버가 중단되더라도 모두가 연결하여 플레이 할 수 있는 3DS/Wii U의 닌텐도 네트워크 대체 서버입니다.",
"subtitle": "",
"title": "",
"text": "",
"buttons": {
"readMore": "자세히 알아보기"
"readMore": ""
}
},
"aboutUs": {
"title": "저희에 관하여",
"title": "",
"paragraphs": [
"Pretendo는 3DS와 Wii U를 위한 대체 서버를 만드는 것을 목표로 하는 오픈소스 합법 리버스 엔지니어링 프로젝트입니다.",
"",
"저희 프로젝트는 무료이면서 오픈 소스이기 때문에 닌텐도 네트워크가 종료되고 긴 세월이 지나고도 운영될 수 있습니다."
]
},
"progress": {
"title": "진행률",
"title": "",
"paragraphs": [
"현재, 저희는 여러 서비스와의 연동을 포함한 계정 서버 시스템과 Miiverse에 집중하고 있습니다.",
null,
"3DS에서는, 가능하면 다른 프로젝트도 시도하려 하고 있으나 현재는 마리오 카트 7에 집중하고 있습니다."
]
},
@ -35,7 +35,7 @@
"text": "빠른 정보 제공을 위한, FAQ에 대한 답변입니다.",
"QAs": [
{
"question": "Pretendo는 무엇인가요?",
"question": "",
"answer": "Pretendo는 오픈 소스 닌텐도 네트워크 대체 프로젝트이며 Wii U와 3DS의 대체 서버를 만드려 합니다. 저희의 목표는 이 콘솔들의 온라인 기능을 유지시켜, 플레이어가 좋아하는 Wii U와 3DS 게임에서 최고의 경험을 할 수 있게 하는 것입니다."
},
{
@ -47,11 +47,11 @@
"answer": "Pretendo는 아직 공용으로 사용할 수 없습니다. 그러나, 사용이 가능해지면 콘솔에서 홈브루 패쳐를 작동시키면 접속할 수 있게 될 것입니다."
},
{
"question": "언제 <기능/서비스>를 사용할 수 있을지 알고 있나요?",
"question": "",
"answer": "아니요. 대부분의 Pretendo 기능/서비스는 독립적으로 개발되고 있기 때문에 (예를 들어, 한 개발자가 Miiverse의 작업을 하고 있을 때 계정과 친구 서비스는 다른 개발자가 작업함), 예상 시간은 말씀드릴 수 없습니다."
},
{
"question": "Cemu/에뮬레이터에서 Pretendo를 사용할 수 있을까요?",
"question": "",
"answer": "Pretendo는 Wii U와 3DS 하드웨어만을 대상으로 제작하고 있습니다. 현재까지 닌텐도 네트워크 지원이 되는 에뮬레이터는 Cemu 뿐이나, Cemu는 공식적으로 커스텀 서버를 지원하지 않습니다. 그러나 Cemu에서도 Pretendo를 이용할 수 있게 될 것입니다.<br>Pretendo는 아직 Cemu를 지원하지 않습니다."
},
{
@ -59,11 +59,11 @@
"answer": "저희는 닌텐도 네트워크의 영구 정지 리스트에 대한 권한이 없기 때문에, 저희 서비스를 사용할 때 정지가 되지는 않을 겁니다. 그러나, 저희는 저희만의 운영원칙이 있을 것이며, 그에 따르지 않는 것은 결국 영구 정지에 이어질 것입니다."
},
{
"question": "Pretendo는 Wii/스위치를 지원할까요?",
"question": "",
"answer": "Wii의 서비스는 이미 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>가 제공하고 있습니다. 스위치의 Nintendo Switch Online은 유료이며 닌텐도 네트워크와 전혀 다르기 때문에, 현재로서도 지원할 계획은 없습니다."
},
{
"question": "연결하기 위해 해킹이 필요할까요?",
"question": "",
"answer": "네, 연결하기 위해 콘솔 해킹은 필요할 것입니다. 다만, Wii U에서는 홈브루 런처의 접근 권한만 있으면 됩니다 (예. Haxchi, Coldboot Haxchi, 웹 브라우저 취약점). 3DS에서의 연결 방법은 추후에 공개될 것입니다."
}
]
@ -78,34 +78,33 @@
},
{
"title": "Juxtaposition",
"caption": "최근에 처음 만들어진 것처럼 만드는, Miiverse의 재제작입니다. "
"caption": "최근에 처음 만들어진 것처럼 만드는, Miiverse의 재제작입니다."
},
{
"title": "Cemu 지원",
"caption": "당신이 좋아하는 Wii U 타이틀을 콘솔 없이 플레이하세요!"
}
]
},
"credits": {
"title": "개발 팀",
"text": "프로젝트 뒤에서 일하는 사람들을 만나보세요",
"text": "",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "프로젝트 소유자 및 주도 개발자",
"caption": "Project owner and lead developer",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Miiverse 연구 및 개발",
"caption": "Miiverse research and development",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "네트워크 설치 도구 개발 및 콘솔 연구",
"caption": "Network installer and console research",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
@ -117,7 +116,7 @@
},
{
"name": "SuperMarioDaBom",
"caption": "콘솔 및 다른 시스템 연구",
"caption": "Console and other system research",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
@ -129,7 +128,7 @@
},
{
"name": "monty",
"caption": "웹 개발",
"caption": "Web development",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
@ -165,14 +164,20 @@
},
{
"name": "Shutterbug2000",
"caption": "마리오 카트 7 및 3DS 연구",
"caption": "Mario Kart 7 and 3DS research",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Special Thanks",
"caption": "닌텐도 데이터 구조 연구",
"caption": "Research on Nintendo datastructures",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
@ -215,10 +220,10 @@
},
"blogPage": {
"title": "블로그",
"description": "내용이 압축된 최신 업데이트입니다. 만약 더 많은 업데이트를 원하신다면, <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>에 기부하는 것을 검토해 주세요."
"description": "내용이 압축된 최신 업데이트입니다. 만약 더 많은 업데이트를 원하신다면, <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>에 기부하는 것을 검토해 주세요."
},
"localizationPage": {
"title": "같이 번역해 주세요!",
"title": "같이 번역해 주세요",
"description": "액세스 가능한 JSON의 링크를 붙여넣어서, 웹사이트에서 테스트해 보세요!",
"instructions": "로컬라이즈",
"fileInput": "테스트할 파일",

View File

@ -11,7 +11,7 @@
"hero": {
"subtitle": "Spillservere",
"title": "Laget på nytt",
"text": "Pretendo er en gratis og åpen kildekode erstatning for Nintendo sine servere for både 3DS-en og Wii U-en, som tillater online tilkobling for alle, til og med etter de originale serverene blir nedlagt.",
"text": "Pretendo er en gratis og åpen kildekode erstatning for Nintendo sine servere for både 3DS-en og Wii U-en, som tillater online tilkobling for alle, til og med etter de originale serverene blir nedlagt",
"buttons": {
"readMore": "Les mer"
}
@ -26,7 +26,7 @@
"progress": {
"title": "Framgang",
"paragraphs": [
"Akkurat nå, jobber vi med Miiverse, samtidig med våres konto serverene og dens integrasjon med tjenestene.",
null,
"For 3DS-en, jobber vi også med Mario Kart 7, med en lyst til å jobbe med andre spill når det er mulig."
]
},
@ -47,7 +47,7 @@
"answer": "Pretendo er ikke i en tilstand for offentlig bruk, men når den er har du muligheten å bruke Pretendo med å enkelt kjøre våres homebrew-patcher på din konsoll."
},
{
"question": "Vet du når <funksjon/tjeneste> er klar?",
"question": "Vet du når funksjon/tjeneste er klar?",
"answer": "Nei. Mange av Pretendo sine funksjoner/tjenester er utvikler uavhengelig (for eksempel, Miiverse kan bli jobber på av en utvikler mens Kontoer og Venner blir jobbet på av en annen utvikler) og derfor kan vi ikke gi en generell ETA for hvor lang tid dette kommer til å ta."
},
{
@ -84,7 +84,6 @@
"title": "Støtte for cemu",
"caption": "Spill dine favoritt Wii U titler til og med uten en Wii U-konsoll!"
}
]
},
"credits": {
@ -169,6 +168,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Spesiell takk",
@ -241,4 +246,4 @@
]
}
}
}
}

332
locales/nl_NL.json Normal file
View File

@ -0,0 +1,332 @@
{
"nav": {
"about": "Over",
"faq": "FAQ",
"docs": "Docs",
"credits": "Credits",
"progress": "Vooruitgang",
"blog": "Blog",
"account": "Account",
"accountWidget": {
"settings": "Instellingen",
"logout": "Uitloggen"
}
},
"hero": {
"subtitle": "Game servers",
"title": "Nagemaakt",
"text": "Pretendo is een gratis en open source vervanger voor de servers van Nintendo voor de 3DS en de Wii U, zodat iedereen online kan spelen, zelfs als de Nintendo servers permanent gestopt worden",
"buttons": {
"readMore": "Lees meer"
}
},
"aboutUs": {
"title": "Over ons",
"paragraphs": [
"Pretendo is een open source project met het doel om het Nintendo Network voor 3DS en Wii U na te maken met clean-room reverse engineering.",
"Omdat onze diensten gratis en open source zijn, kunnen ze lang na het sluiten van Nintendo Network bestaan."
]
},
"progress": {
"title": "Vooruitgang",
"paragraphs": [
null,
"We werken ook aan Mario Kart 7 voor de 3DS, met een wens om aan andere games te werken wanneer we die kans krijgen."
],
"githubRepo": "GitHub repository"
},
"faq": {
"title": "Veelgestelde vragen",
"text": "Hier zijn een aantal vragen die wij vaak horen.",
"QAs": [
{
"question": "Wat is Pretendo?",
"answer": "Pretendo is een open source Nintendo Network vervanging met als doel om custom servers voor de Wii U en 3DS familie te maken. Ons doel is om de online functionaliteit van deze consoles te behouden, zodat spelers hun favoriete Wii U en 3DS games kunnen blijven spelen."
},
{
"question": "Blijft mijn bestaande NNID werken op Pretendo?",
"answer": "Jammer genoeg niet. Bestande NNIDs zullen niet gaan werken op Pretendo, omdat enkel Nintendo je informatie heeft; Al is het zo dat een NNID-naar-PNID migratie technisch mogelijk, het zou wel gevaarlijk zijn en zouden we gevoelige gebruikers informatie krijgen die we niet willen bewaren."
},
{
"question": "Hoe installeer ik Pretendo?",
"answer": "Pretendo is momenteel nog niet klaar voor publiekelijk gebruik. Zodra het dat wel is, kan je Pretendo gebruiken door een homebrew patcher te gebruiken op je console."
},
{
"question": "Wanneer is feature/dienst klaar?",
"answer": "Dat weten we niet. Veel Pretendo diensten worden apart ontwikkeld (Miiverse wordt bijvoorbeeld door één ontwikkelaar ontwikkeld, en Accounts / Vrienden door een andere). Daardoor kunnen we geen datum geven voor wanneer het af is."
},
{
"question": "Werkt Pretendo op Cemu of andere emulators?",
"answer": "Pretendo wordt voornamelijk ontwikkeld voor de hardware van de Wii U en 3DS. Momenteel is de enige emulator met NN support, Cemu. Cemu ondersteunt officieel geen custom servers, maar het zou alsnog mogelijk moeten zijn om Pretendo te gebruiken in Cemu.<br>Momenteel ondersteunt Pretendo Cemu niet."
},
{
"question": "Als ik van Nintendo Network gebanned ben, blijf ik dan gebanned op Pretendo?",
"answer": "Nee. We hebben geen toegang tot de bans van Nintendo Network, dus je zal niet direct gebanned zijn op onze dienst. Echter zullen wij wel regels hebben bij het gebruik van onze diensten. Als je deze breekt, zal je gebanned worden."
},
{
"question": "Gaat Pretendo ook de Wii of Switch ondersteunen?",
"answer": "Er zijn al custom servers voor Wii, namelijk <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Wij willen op het moment de Switch niet ondersteunen omdat Switch online betaald is, en compleet anders is dan Nintendo Network."
},
{
"question": "Heb ik hacks nodig om te verbinden met Pretendo?",
"answer": "ja, je zal inderdaad je apparaat moeten hacken. Op de Wii U heb je enkel de Homebrew launcher (d.m.v bijvoorbeeld Haxchi, Coldboot Haxchi, of zelfs de web browser exploit) nodig. Over de 3DS plaatsen we in de toekomst meer informatie."
}
]
},
"credits": {
"title": "Het team",
"text": "Ontmoet het team achter het project",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Eigenaar en hoofd ontwikkelaar",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Miiverse research en ontwikkeling",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "Netwerkinstallatie tools en console research",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "Onderzoek naar BOSS en patch ontwikkeling",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "Onderzoek naar console en andere systemen",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "Hoofd website ontwikkeling",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "Website ontwikkelaar",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "Ontwerper",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "Speciale dank",
"text": "Zonder hen zou Pretendo vandaag niet zijn waar het is.",
"people": [
{
"name": "superwhiskers",
"caption": "crunch ontwikkeling",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "3DS ontwikkelaar and NEX dissector",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "Archivist",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "Onderzoek naar Mario Kart 7 en 3DS",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Speciale dank",
"caption": "Onderzoek naar Nintendo data structuur",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icoontjes voor de Mii Editor en Just reacties",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "GitHub contributors",
"caption": "Vertalingen en andere contributions",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"progressPage": {
"title": "Onze vooruitgang",
"description": "Zie hier onze vooruitgang! (Wordt elk uur ververst, geeft niet ALLE vooruitgang en doelen weer)"
},
"blogPage": {
"title": "Blog",
"description": "De meest recente update samenvattingen. Als je vaker nieuws wil, overweeg ons op <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a> te ondersteunen.",
"published": "Gepubliceerd door",
"publishedOn": "op"
},
"localizationPage": {
"title": "Laten we meer talen toevoegen",
"description": "Voeg hier een link in voor een openbaar JSON bestand om het op de site te testen",
"instructions": "Zie hier instructies voor het vertalen",
"fileInput": "Bestand om te testen",
"filePlaceholder": "https://een.link.naar/het_bestand.json",
"button": "Test bestand"
},
"donation": {
"progress": "<span>$${totd}</span> van <span>$${goald}</span>/maand, <span>${perc}%</span> van de maandelijkse doelstelling.",
"upgradePush": "Om een abonnee te worden en toegang te krijgen tot coole voordelen, bezoek je de a href=\"/account/upgrade\"&gt;upgrade pagina."
},
"upgrade": {
"changeTierPrompt": "Weet je zeker dat je je abonnement op <span class=\"oldtier\">oldtiername</span> wilt opzeggen en je wilt aanmelden voor <span class=\"newtier\">newtiername</span>?",
"back": "Terug",
"title": "Upgraden",
"description": "Het bereiken van de maandelijkse doelstelling maakt van Pretendo een fulltime baan, wat zorgt voor snellere updates van een hogere kwaliteit.",
"month": "Maand",
"tierSelectPrompt": "Selecteer een tier",
"unsub": "Opzeggen",
"unsubPrompt": "Weet je zeker dat je je abonnement voor <span>tiername</span> wilt opzeggen? Je verliest toegang tot de voordelen voor die tier.",
"unsubConfirm": "Opzeggen",
"changeTier": "Verander tier",
"changeTierConfirm": "Verander van tier"
},
"showcase": {
"cards": [
{
"title": "Game servers",
"caption": "Wij brengen jouw favoriete games en content terug via custom servers."
},
{
"title": "Juxtaposition",
"caption": "Een nieuwe versie van Miiverse, alsof het in de moderne tijd is gemaakt."
},
{
"caption": "Speel jouw favoriete Wii U spellen, zelfs zonder een console!",
"title": "Cemu ondersteuning"
}
],
"title": "Wat wij maken",
"text": "Ons project heeft veel onderdelen. Hier zijn een paar voorbeelden."
},
"discordJoin": {
"text": "Word lid van onze Discord server om de laatste updates over het project te ontvangen.",
"title": "Blijf up-to-date",
"widget": {
"text": "Krijg realtime updates over onze voortgang",
"button": "Word lid van de server"
}
},
"footer": {
"socials": "Socialmedia profielen",
"usefulLinks": "Nuttige links",
"widget": {
"captions": [
"Wil je up-to-date blijven?",
"Word lid van onze Discord server!"
],
"button": "Word nu lid!"
}
},
"account": {
"loginForm": {
"login": "Login",
"register": "Registreer",
"detailsPrompt": "Voor jouw account gegevens hieronder in",
"username": "Gebruikersnaam",
"password": "Wachtwoord",
"confirmPassword": "Bevestig wachtwoord",
"email": "E-mail adres",
"miiName": "Mii naam",
"forgotPassword": "Wachtwoord vergeten?",
"registerPrompt": "Nog geen account?",
"loginPrompt": "Heb je al een account?"
},
"settings": {
"downloadFiles": "Download account bestanden",
"upgrade": "Upgrade account",
"settingCards": {
"nickname": "Bijnaam",
"profile": "Profiel",
"birthDate": "Geboortedatum",
"gender": "Geslacht",
"country": "Land/regio",
"timezone": "Tijdszone",
"serverEnv": "Server environment",
"production": "Production",
"beta": "Beta",
"upgradePrompt": "Beta servers zijn exclusief voor beta testers.<br>Om een beta tester te worden, moet je je account upgraden naar een hogere tier.",
"hasAccessPrompt": "Jouw huidige tier geeft je beta server toegang. Cool!",
"email": "E-mail adres",
"password": "Wachtwoord",
"signInSecurity": "Aanmeldgegevens en beveiliging",
"otherSettings": "Andere instellingen",
"discord": "Discord",
"connectedToDiscord": "Verbonden met Discord als",
"removeDiscord": "Verwijder Discord account",
"noDiscordLinked": "Geen Discord account gekoppeld.",
"linkDiscord": "Koppel Discord account",
"newsletter": "Nieuwsbrief",
"newsletterPrompt": "Ontvang project updates via e-mail (je kan je op elk moment afmelden)",
"passwordPrompt": "Voer je PNID wachtwoord in om Cemu bestanden te downloaden",
"passwordResetNotice": "Na het wijzigen van je wachtwoord, word je uitgelogd van al je apparaten.",
"fullSignInHistory": "Bekijk volledige aanmeld geschiedenis",
"signInHistory": "Aanmeld geschiedenis"
},
"downloadFilesDescription": "(werkt niet op Nintendo Network)"
},
"accountLevel": [
"Standaard",
"Tester",
"Moderator",
"Ontwikkelaar"
],
"banned": "Gebanned"
},
"modals": {
"cancel": "Annuleren",
"confirm": "Bevestigen"
},
"docs": {
"missingInLocale": "Deze pagina is niet beschikbaar in je huidige taal. Bekijk de Engelse versie hieronder.",
"quickLinks": {
"header": "Snelkoppelingen",
"links": [
{
"header": "Installeer Pretendo",
"caption": "Bekijk de installatie instructies"
},
{
"header": "Heb je een foutmelding gekregen?",
"caption": "Bekijk het hier"
}
]
}
}
}

View File

@ -26,7 +26,7 @@
"progress": {
"title": "Postęp",
"paragraphs": [
"Aktualnie pracujemy nad Miiverse, razem z obsługą kont online oraz integracją z różnymi usługami.",
null,
"Mówiąc o konsoli 3DS, aktualnie pracujemy również nad Mario Kart 7, a w przyszłości mamy nadzieję, że możemy popracować nad innymi grami."
]
},
@ -47,7 +47,7 @@
"answer": "Pretendo nie jest aktualnie w takim stanie, w którym może być wykorzystywane publicznie. Jednak gdy będzie już dostępne, będziesz mógł otrzymać dostęp do Pretendo uruchamiając patcher homebrew na twojej konsoli."
},
{
"question": "Czy drużyna Pretendo wie, kiedy <funkcja/serwis> będzie gotowa/gotowy?",
"question": "Czy drużyna Pretendo wie, kiedy funkcja/serwis będzie gotowa/gotowy?",
"answer": "Nie. Wiele z funkcji/usług Pretendo są tworzone przez różnych programistów, przez to nie możemy podać szacowanego terminu ukończenia tej rzeczy."
},
{
@ -74,7 +74,7 @@
"cards": [
{
"title": "Serwery gier",
"caption": "Serwery twoich ulubionych gier i innych treści powracają!"
"caption": "Serwery twoich ulubionych gier i innych treści powracają."
},
{
"title": "Zestawienie przeszłości i teraźniejszości",
@ -84,7 +84,6 @@
"title": "Wsparcie dla Cemu",
"caption": "Graj w twoje ulubione gry na Wii U bez tej konsoli!"
}
]
},
"credits": {
@ -169,6 +168,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Specjalne podziękowania",

View File

@ -26,7 +26,7 @@
"progress": {
"title": "Progresso",
"paragraphs": [
"Atualmente estamos trabalhando no Miiverse, assim como no nossos servidores de contas e suas integrações com os serviços.",
null,
"Para o Nintendo 3DS também estamos trabalhando no Mario Kart 7, pretendemos trabalhar em outros jogos quando possível."
]
},
@ -47,7 +47,7 @@
"answer": "Pretendo atualmente não está disponível para uso pelo público geral. No entanto, quando estiver pronto, você poderá usar a Pretendo executando nosso patcher homebrew no seu console."
},
{
"question": "Você sabe quando recurso / serviço estará pronto?",
"question": "Você sabe quando recurso/serviço estará pronto?",
"answer": "Não. Muitos dos recursos e serviços da Pretendo são desenvolvidos de forma independente (por exemplo, o Miiverse pode ser trabalhado por um desenvolvedor enquanto as contas e lista de amigos são trabalhados por outro) e, portanto, não podemos estimar quanto tempo isso pode levar."
},
{
@ -84,7 +84,6 @@
"title": "Suporte para Cemu",
"caption": "Jogue seus títulos favoritos do Wii U mesmo sem um console!"
}
]
},
"credits": {
@ -169,6 +168,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Agradecimentos especiais",
@ -224,21 +229,5 @@
"fileInput": "Arquivo para testar",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Testar aqui"
},
"docs": {
"missingInLocale": "This page is unavailable in your locale. Please check the English version below.",
"quickLinks": {
"header": "Quick links",
"links": [
{
"header": "Install Pretendo",
"caption": "View the setup instructions"
},
{
"header": "Got an error?",
"caption": "Search for it here"
}
]
}
}
}

View File

@ -4,9 +4,7 @@
"faq": "FAQ",
"docs": "Docs",
"credits": "Mulțumiri",
"progress": "Progres",
"blog": "Blog",
"account": "Account"
"progress": "Progres"
},
"hero": {
"subtitle": "Servere de Jocuri",
@ -26,7 +24,7 @@
"progress": {
"title": "Progres",
"paragraphs": [
"Momentan, lucrăm la Miiverse, împreună cu serverele de conturi și integrarea de servicii.",
null,
"Pentru 3DS, lucrăm de asemenea la Mario Kart 7, cu dorința de a continua să lucrăm și la alte jocuri dacă este posibil."
]
},
@ -47,7 +45,7 @@
"answer": "Pretendo nu este momentan într-un stadiu pregătit pentru uzul public. Dar, odată ce este gata poți folosi Pretendo doar dacă rulezi patcher-ul nostru pe consola ta."
},
{
"question": "Știți când <caracteristică/serviciu> va fi gata?",
"question": "Știți când caracteristică/serviciu va fi gata?",
"answer": "Nu. Majoritatea caracteristicilor/serviciilor sunt dezvoltate independent (spre exemplu, Miiverse poate fii dezvoltat de o persoană iar Conturile și Prietenii sunt dezvoltate de altcineva) și de aceea nu putem oferii o estimare a timpului necesar finisării."
},
{
@ -84,7 +82,6 @@
"title": "Suport Cemu",
"caption": "Joacă jocurile tale preferate de pe Wii U chiar și fără o consolă!"
}
]
},
"credits": {
@ -169,6 +166,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Mulțumiri speciale",
@ -224,21 +227,5 @@
"fileInput": "Fișier de testare",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Testează fișier"
},
"docs": {
"missingInLocale": "This page is unavailable in your locale. Please check the English version below.",
"quickLinks": {
"header": "Quick links",
"links": [
{
"header": "Install Pretendo",
"caption": "View the setup instructions"
},
{
"header": "Got an error?",
"caption": "Search for it here"
}
]
}
}
}

View File

@ -4,13 +4,11 @@
"faq": "ЧаВо",
"docs": "Docs",
"credits": "Команда",
"progress": "Прогресс",
"blog": "Blog",
"account": "Account"
"progress": "Прогресс"
},
"hero": {
"subtitle": "Игровые сервера",
"title": "Воссозданны",
"title": "Воссозданы",
"text": "Pretendo - бесплатная замена игровых серверов для 3DS и Wii U с открытым исходным кодом, обеспечивающая онлайн функции данных консолей, даже после закрытия официальных серверов",
"buttons": {
"readMore": "Читать больше"
@ -20,27 +18,27 @@
"title": "О нас",
"paragraphs": [
"Pretendo - проект с открытым исходным кодом, цель которого воссоздать Nintendo Network для консолей 3DS и Wii U, используя обратную-разработку (reverse engineering).",
"Так как наши сервисы бесплатны и имеют открытый исходный код, то существовать Pretendo может ещё очень долно после закрытия официального Nintendo Network."
"Так как наши сервисы бесплатны и имеют открытый исходный код, то существовать Pretendo может ещё очень долго после закрытия официального Nintendo Network."
]
},
"progress": {
"title": "Прогресс",
"paragraphs": [
"На данный момент, мы работаем над Miiverse, вместе с нашими серверами аккаунтов и их интеграция в другие сервисы.",
null,
"Насчёт 3DS, мы также работаем над Mario Kart 7, а также если возможно, продолжить работу и над другими онлайн играми."
]
},
"faq": {
"title": "Часто задаваемые Вопросы (ЧаВо)",
"text": "Здесь мы собрали ответы на вопросы, котрорые нам часто задают.",
"text": "Здесь мы собрали ответы на вопросы, которые нам часто задают.",
"QAs": [
{
"question": "Что такое Pretendo?",
"answer": "Pretendo - проект с открытым исходным кодом, цель которого воссоздать Nintendo Network для консолей 3DS и Wii U. Наша главная задача - сохранить онлайн функционал данных консолей, чтобы игроки и дальше смогли бы играть в свои любимые игры с мультиплеером, даже после закрытия официальных серверов."
},
{
"question": "Будет ли мой существуещий NNID работать в Pretendo?",
"answer": "К сожалению - нет. Существуещие NNID не смогут работать в Pretendo, так как только Nintendo хранит у себя информацию о пользователях. Конечно миграция с NNID на PNID чисто теоритически возможна, но для этого нам придётся хранить всю информацию о пользователях у себя. А это то, чего мы не хотим делать во избежание утечек конфиденциальной информации."
"question": "Будет ли мой существующий NNID работать в Pretendo?",
"answer": "К сожалению - нет. Существующий NNID не смогут работать в Pretendo, так как только Nintendo хранит у себя информацию о пользователях. Конечно миграция с NNID на PNID чисто теоретически возможна, но для этого нам придётся хранить всю информацию о пользователях у себя. А это то, чего мы не хотим делать во избежание утечек конфиденциальной информации."
},
{
"question": "Как мне подключиться к Pretendo?",
@ -68,32 +66,13 @@
}
]
},
"showcase": {
"title": "What we make",
"text": "Our project has many components. Here are some of them.",
"cards": [
{
"title": "Game servers",
"caption": "Bringing back your favorite games and content using custom servers."
},
{
"title": "Juxtaposition",
"caption": "A re-imagining of Miiverse, as if it were made in the modern era."
},
{
"title": "Cemu support",
"caption": "Play your favorite Wii U titles even without a console!"
}
]
},
"credits": {
"title": "Наша команда",
"text": "Ознакомтесь с командой, которая работает над разработкой Pretendo.",
"text": "Ознакомьтесь с командой, которая работает над разработкой Pretendo.",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Руководитель проекта и гл. разрабочик",
"caption": "Руководитель проекта и гл. разработчик",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
@ -169,6 +148,12 @@
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse information sharing",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Особая благодарность",
@ -217,6 +202,15 @@
"title": "Blog",
"description": "The latest updates in condensed chunks. If you want to see more frequent updates, consider supporting us on <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
},
"account": {
"accountLevel": [
"Standard",
"Tester",
"Moderator",
"Developer"
],
"banned": "Banned"
},
"localizationPage": {
"title": "Let's localize",
"description": "Paste a link to a publicly accessible JSON locale to test it on the website",

61
locales/tr_TR.json Normal file
View File

@ -0,0 +1,61 @@
{
"nav": {
"accountWidget": {
"logout": ıkış yap",
"settings": "Ayarlar"
},
"about": "Hakkında",
"faq": "SSS",
"docs": "Dökümanlar",
"progress": "İlerleme",
"blog": "Blog",
"account": "Hesap"
},
"hero": {
"subtitle": "Oyun sunucuları",
"title": "Yeniden oluşturuldu",
"buttons": {
"readMore": "Daha fazlasını oku"
}
},
"aboutUs": {
"title": "Hakkımızda"
},
"progress": {
"title": "İlerleme",
"githubRepo": "Github deposu"
},
"faq": {
"title": "Sık Sorulan Sorular",
"QAs": [
{
"question": "Pretendo ney?"
},
{
"question": "Zaten varolan NNIDlerim Pretendo'da çalışıcakmı?",
"answer": "Üzgünüz fakat hayır. Zaten varolan NNIDler Pretendo'da çalışmayacak."
},
{
"question": "Pretendo'yu nası kullanırım?",
"answer": "Pretendo şuanda kullanıma açık değil. Fakat kullanıma açık olduğunda Pretendo'yu bir homebrew yamalayıcısı çalıştırarak kullanabiliceksiniz."
},
{
"question": "Servis yada özelliğin ne zaman hazır olacağını biliyormusunuz?"
}
]
},
"showcase": {
"cards": [
{},
{
"title": "Juxtaposition"
},
{
"title": "Cemu desteği"
}
]
},
"credits": {
"title": "Takımımız"
}
}

328
locales/uk_UA.json Normal file
View File

@ -0,0 +1,328 @@
{
"aboutUs": {
"paragraphs": [
"Pretendo — це проект із відкритим вихідним кодом, метою якого є відтворення мережі Nintendo для 3DS і Wii U за допомогою зворотного проектування чистих приміщень.",
"Оскільки наші служби будуть безкоштовними та відкритими, вони можуть існувати ще довго після неминучого закриття Nintendo Network."
],
"title": "Про нас"
},
"faq": {
"QAs": [
{
"answer": "Pretendo — це заміна Nintendo Network з відкритим вихідним кодом, яка спрямована на створення користувальницьких серверів для консолей сімейства Wii U та 3DS. Наша мета — зберегти онлайн-функціональність цих консолей, щоб дозволити гравцям продовжувати грати в улюблені ігри Wii U та 3DS на повну силу.",
"question": "Що таке Pretendo?"
},
{
"answer": "На жаль, ні. Існуючі NNID не працюватимуть на Pretendo, оскільки лише Nintendo зберігає ваші дані користувача; Хоча міграція з NNID на PNID теоретично можлива, це буде ризиковано та вимагає конфіденційних даних користувача, які ми не хочемо зберігати.",
"question": "Чи працюватимуть мої наявні NNID на Pretendo?"
},
{
"question": "Як використовувати Pretendo?",
"answer": "Pretendo наразі не готовий для загального використання. Однак, як тільки це станеться, ви зможете використовувати Pretendo, просто запустивши наш homebrew patcher на вашій консолі."
},
{
"answer": "Ні. Багато функцій/сервісів Pretendo розроблено незалежно (наприклад, над Miiverse може працювати один розробник, а над обліковими записами та друзями — інший), тому ми не можемо вказати скільки часу це займе.",
"question": "Ви знаєте, коли функція/служба буде готова?"
},
{
"answer": "Pretendo розроблено для апаратного забезпечення Wii U та 3DS; наразі єдиним емулятором для цих консолей із підтримкою NN є Cemu. Cemu офіційно не підтримує користувацькі сервери, але Pretendo все ще можна використовувати з Cemu.<br>Pretendo наразі не підтримує Cemu.",
"question": "Чи працює Pretendo на Cemu/емуляторах?"
},
{
"answer": "Ми не маємо доступу до блокувань Nintendo Network, і всі користувачі не будуть заблоковані в нашому сервісі. Однак у нас будуть правила, яких слід дотримуватися під час користування сервісом, і недотримання цих правил може призвести до блокування.",
"question": "Якщо мене забанять у Nintendo Network, чи залишиться бан під час використання Pretendo?"
},
{
"question": "Чи підтримуватиме Pretendo Wii/Switch?",
"answer": "Wii уже має спеціальні сервери, надані <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Наразі ми не хочемо орієнтуватися на Switch, оскільки він платний і повністю відрізняється від Nintendo Network."
},
{
"question": "Чи знадобляться мені хаки для підключення?",
"answer": "Так, вам потрібно буде хакнути пристрій, щоб підключитися; однак на Wii U вам потрібен буде лише доступ до Homebrew Launcher (тобто Haxchi, Coldboot Haxchi або навіть експлойт веб-браузера), а інформація про те, як 3DS підключатиметься, буде надана пізніше."
}
],
"title": "Часті Запитання",
"text": "Ось кілька поширених запитань, які нам задають, щоб отримати легку інформацію."
},
"showcase": {
"cards": [
{
"caption": "Повернення ваших улюблених ігор і вмісту за допомогою спеціальних серверів.",
"title": "Ігрові сервери"
},
{
"title": "Juxtaposition",
"caption": "Повторне уявлення про Miiverse, ніби це було зроблено в сучасну епоху."
},
{
"caption": "Грайте в улюблені ігри Wii U навіть без консолі!",
"title": "Підтримка Cemu"
}
],
"title": "Що ми робимо",
"text": "Наш проект має багато компонентів. Ось деякі з них."
},
"credits": {
"people": [
{
"caption": "Власник проекту та головний розробник",
"name": "Jonathan Barrow (jonbarrow)",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"github": "https://github.com/CaramelKat",
"caption": "Дослідження та розробки Miiverse",
"name": "Jemma (CaramelKat)",
"picture": "https://github.com/caramelkat.png"
},
{
"name": "Rambo6Glaz",
"caption": "Інсталятор мережі та дослідження консолі",
"github": "https://github.com/Rambo6Glaz",
"picture": "https://github.com/Rambo6Glaz.png"
},
{
"name": "quarky",
"caption": "Дослідження та розробка виправлень BOSS",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "Консоль та інші системні дослідження",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"github": "https://github.com/jipfr",
"name": "Jip Fr",
"caption": "Керівник веб-розробки",
"picture": "https://github.com/jipfr.png"
},
{
"github": "https://github.com/ashmonty",
"name": "monty",
"picture": "https://github.com/ashmonty.png",
"caption": "Веб-розробка"
},
{
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs",
"name": "mrjvs",
"caption": "Дизайнер"
}
],
"title": "Команда",
"text": "Познайомтеся з командою проекту"
},
"nav": {
"credits": "Титри",
"progress": "Прогрес",
"blog": "Блог",
"about": "Про",
"faq": "ЧаПи",
"accountWidget": {
"settings": "Налаштування",
"logout": "Вийти"
},
"docs": "Документи",
"account": "Аккаунт"
},
"hero": {
"subtitle": "Ігрові сервери",
"title": "Відтворено",
"buttons": {
"readMore": "Читати далі"
},
"text": "Pretendo — це безкоштовна заміна серверів Nintendo з відкритим вихідним кодом як для 3DS, так і для Wii U, що дозволяє всім підключатися до Інтернету навіть після припинення роботи оригінальних серверів"
},
"progress": {
"title": "Прогрес",
"githubRepo": "Репозиторій Github"
},
"specialThanks": {
"title": "Особлива подяка",
"people": [
{
"name": "superwhiskers",
"caption": "розробка бібліотеки crunch",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "3DS розробник і диссектор NEX",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "Охоронець",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "Дослідження Mario Kart 7 і 3DS",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"caption": "Надали інформацію про Miiverse",
"github": "https://twitter.com/rverseClub",
"name": "rverse",
"picture": "https://github.com/rverseTeam.png"
},
{
"name": "Kinnay",
"caption": "Дослідження структур даних Nintendo",
"special": "Особлива подяка",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"caption": "Іконка для Mii Editor і реакцій Juxt",
"picture": "https://github.com/ninstar.png",
"name": "NinStar",
"github": "https://github.com/ninstar"
},
{
"name": "Учасники GitHub",
"caption": "Локалізації та інші внески",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
],
"text": "Без них Pretendo не було б таким, яким воно є сьогодні."
},
"discordJoin": {
"title": "Будьте в курсі подій",
"text": "Приєднуйтесь до нашого сервера Discord, щоб отримувати останні оновлення про проект.",
"widget": {
"button": "Приєднатися до серверу",
"text": "Отримуйте оновлення в реальному часі про наш прогрес"
}
},
"footer": {
"socials": "Соціальні сеті",
"usefulLinks": "Корисні посилання",
"widget": {
"captions": [
"Хочете бути в курсі?",
"Приєднуйтесь до нашого сервера Discord!"
],
"button": "Приєднуйся зараз!"
}
},
"blogPage": {
"title": "Блог",
"publishedOn": "у",
"published": "Опубліковано",
"description": "Останні оновлення у стислому вигляді. Якщо ви хочете отримувати частіші оновлення, підтримайте нас на <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a>."
},
"account": {
"loginForm": {
"login": "Логін",
"register": "Зареєструватися",
"username": "Ім'я користувача",
"password": "Пароль",
"confirmPassword": "Підтвердьте пароль",
"email": "Електронна пошта",
"miiName": "Ім'я Mii",
"registerPrompt": "Немає аккаунту?",
"loginPrompt": "Вже є аккаунт?",
"detailsPrompt": "Введіть дані свого облікового запису нижче",
"forgotPassword": "Забули пароль?"
},
"settings": {
"upgrade": "Прокачати аккаунт",
"settingCards": {
"profile": "Профіль",
"nickname": "Нікнейм",
"birthDate": "Дата народження",
"country": "Країна/регіон",
"timezone": "Часовий пояс",
"production": "Виробництво",
"signInSecurity": "Вхід і безпека",
"email": "Електронна пошта",
"password": "Пароль",
"passwordResetNotice": "Після зміни пароля ви вийдете з усіх пристроїв.",
"signInHistory": "Історія входів",
"otherSettings": "Інші налаштування",
"discord": "Discord",
"connectedToDiscord": "Підключений до Discord як",
"removeDiscord": "Вийти з аккаунту Discord",
"noDiscordLinked": "Аккаунт Discord не пов’язано.",
"passwordPrompt": "Введіть свій пароль PNID, щоб завантажити файли Cemu",
"serverEnv": "Серверне середовище",
"hasAccessPrompt": "Ваш поточний рівень надає вам доступ до бета-сервера. Круто!",
"gender": "Стать",
"beta": "Бета",
"upgradePrompt": "Бета-сервери призначені виключно для бета-тестерів.<br>Щоб стати бета-тестером, прокачайте аккаунт до вищого рівня.",
"fullSignInHistory": "Переглянути повну історію входів",
"linkDiscord": "Прив'язати аккаунт Discord",
"newsletter": "Розсилка новин",
"newsletterPrompt": "Отримувати оновлення проекту електронною поштою (ви можете відмовитися в будь-який час)"
},
"downloadFilesDescription": "(не працюватиме в Nintendo Network)",
"downloadFiles": "Завантажити файли облікового запису"
},
"accountLevel": [
"Стандартний",
"Тестер",
"Модератор",
"Розробник"
],
"banned": "Заблокован"
},
"upgrade": {
"title": "Прокачати",
"month": "місяць",
"tierSelectPrompt": "Виберіть рівень",
"unsub": "Відписатися",
"unsubConfirm": "Відписатися",
"changeTier": "Змінити рівень",
"changeTierConfirm": "Змінити рівень",
"back": "Назад",
"changeTierPrompt": "Ви впевнені, що хочете скасувати підписку на <span class=\"oldtier\">oldtiername</span> і підписатися на <span class=\"newtier\">newtiername</span>?",
"description": "Досягнення місячної цілі зробить Pretendo повноцінною роботою, забезпечуючи якісніші оновлення з більшою швидкістю.",
"unsubPrompt": "Ви впевнені, що бажаєте скасувати підписку на <span>tiername</span>? Ви втратите доступ до бонусів, пов’язаних із цим рівнем."
},
"donation": {
"progress": "<span>$${totd}</span> з <span>$${goald}</span>/місяць, <span>${perc}%</span> місячної цілі.",
"upgradePush": "Щоб стати передплатником і отримати доступ до цікавих бонусів, відвідайте <a href=\"/account/upgrade\">сторінку прокачки</a>."
},
"localizationPage": {
"title": "Локалізуємо",
"instructions": "Переглянути інструкції з локалізації",
"description": "Вставте посилання на загальнодоступну мову JSON, щоб протестувати її на веб-сайті",
"fileInput": "Файл для тестування",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Перевірити файл"
},
"docs": {
"quickLinks": {
"header": "Швидкі посилання",
"links": [
{
"caption": "Переглянути інструкції з налаштування",
"header": "Встановити Pretendo"
},
{
"header": "Виникла помилка?",
"caption": "Рішення шукайте тут"
}
]
},
"missingInLocale": "Ця сторінка недоступна у вашому регіоні. Будь ласка, перевірте англійську версію нижче."
},
"progressPage": {
"title": "Наш прогрес",
"description": "Перевірте хід проекту та цілі! (Оновлюється щогодини або близько того, не відображає ВСІ цілі проекту або прогрес)"
},
"modals": {
"cancel": "Скасувати",
"confirm": "Підтвердити"
}
}

332
locales/zh_CN.json Normal file
View File

@ -0,0 +1,332 @@
{
"nav": {
"about": "关于",
"faq": "FAQ",
"docs": "文件",
"credits": "贡献者",
"progress": "进度",
"blog": "博客",
"account": "用户",
"accountWidget": {
"settings": "设置",
"logout": "登出"
}
},
"hero": {
"subtitle": "游戏服务器",
"title": "重新创建",
"text": "Pretendo 是任天堂 3DS 和 Wii U 服务器的免费和开源替代品,允许所有人在线连接,即使在原始服务器已经关闭",
"buttons": {
"readMore": "更多"
}
},
"aboutUs": {
"title": "关于我们",
"paragraphs": [
"Pretendo 是一个开源项目,旨在使用逆向工程为 3DS 和 Wii U 重新创建 Nintendo Network。",
"我们的服务将是免费和开源的,它们可以在 Nintendo Network 不可避免的关闭之后还存在。"
]
},
"progress": {
"title": "进度",
"paragraphs": [
null,
"对于 3DS我们也在创建《马里奥赛车 7》的服务器并希望在可能的情况下继续为他游戏做服务器。"
],
"githubRepo": "Github 信息库"
},
"faq": {
"title": "常见问题",
"text": "以下是我们被问到的一些常见问题,以获得简单的信息。",
"QAs": [
{
"question": "什么是 Pretendo?",
"answer": "Pretendo 是一个开源的 Nintendo Network 替代品,旨在为 Wii U 和 3DS 系列游戏机构建自定义服务器。我们的目标是保留这些游戏机的在线功能,让玩家可以继续尽情畅玩他们最喜欢的 Wii U 和 3DS 游戏。"
},
{
"question": "我现有的 NNID 可以在 Pretendo 上工作吗?",
"answer": "遗憾的是,不行。现有的 NNID 将无法在 Pretendo 上运行,因为只有任天堂拥有您的用户数据;虽然 NNID 到 PNID 的迁移在理论上是可能的,但它存在风险并且需要我们不希望持有的敏感用户数据。"
},
{
"question": "如何使用 Pretendo",
"answer": "Pretendo 目前尚未处于可供公众使用的状态。但是,一旦完成,您只需在系统上运行我们的自制补丁程序即可使用 Pretendo。"
},
{
"question": "你知道 功能/服务 什么时候准备好吗?",
"answer": "不可以。许多 Pretendo 的功能/服务是独立开发的例如Miiverse 可能由一位开发人员构建,而 Accounts 和 Friends 正在由另一位开发人员构建),因此我们无法给出这需要多长时间的总体预计到达时间。"
},
{
"question": "Pretendo 是否适用于 Cemu/模拟器?",
"answer": "Pretendo 是专为 Wii U 和 3DS 设计的;目前,这些支持 NN 的硬件的唯一模拟器是 Cemu。 Cemu 不正式支持自定义服务器,但仍然可以将 Pretendo 与 Cemu 一起使用。<br>Pretendo 目前不支持 Cemu。"
},
{
"question": "如果我在 Nintendo Network 上被封账号,我在使用 Pretendo 时还会被禁吗?",
"answer": "我们将无法访问 Nintendo Network 的禁令,并且不会禁止所有用户使用我们的服务。但是,我们在使用服务时将遵守规则,不遵守这些规则可能会导致被禁止。"
},
{
"question": "Pretendo 会支持 Wii/Switch 吗?",
"answer": "Wii 已经有 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> 提供的自定义服务器。我们目前不希望以 Switch 为目标,因为它既是付费的,又与 Nintendo Network 完全不同。"
},
{
"question": "我需要黑客来连接吗?",
"answer": "是的,您需要破解您的设备才能连接;但是,在 Wii U 上,您只需要访问 Homebrew Launcher即 Haxchi、Coldboot Haxchi 甚至网络浏览器漏洞利用程序),稍后会提供有关 3DS 将如何连接的信息。"
}
]
},
"showcase": {
"title": "我们做什么",
"text": "我们的项目有很多组件。这里是其中的一些。",
"cards": [
{
"title": "游戏服务器",
"caption": "使用自定义服务器带回您最喜爱的游戏和内容。"
},
{
"title": "Juxtaposition",
"caption": "对 Miiverse 的重新想象,仿佛它是在现代时代制造的。"
},
{
"title": "支持 Cemu",
"caption": "即使没有硬件也能玩你最喜欢的 Wii U 游戏!"
}
]
},
"credits": {
"title": "团队",
"text": "认识项目背后的团队",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "项目所有者和首席开发人员",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Miiverse 研发",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "Rambo6Glaz",
"caption": "网络安装程序和系统研究",
"picture": "https://github.com/Rambo6Glaz.png",
"github": "https://github.com/Rambo6Glaz"
},
{
"name": "quarky",
"caption": "BOSS研究和补丁开发",
"picture": "https://github.com/QuarkTheAwesome.png",
"github": "https://github.com/QuarkTheAwesome"
},
{
"name": "SuperMarioDaBom",
"caption": "控制台等系统研究",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "Jip Fr",
"caption": "网络开发主管",
"picture": "https://github.com/jipfr.png",
"github": "https://github.com/jipfr"
},
{
"name": "monty",
"caption": "网络开发",
"picture": "https://github.com/ashmonty.png",
"github": "https://github.com/ashmonty"
},
{
"name": "mrjvs",
"caption": "设计师",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
},
"specialThanks": {
"title": "特别感谢",
"text": "没有他们Pretendo 就不会是今天的样子。",
"people": [
{
"name": "superwhiskers",
"caption": "Crunch 开发",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "3DS 开发和 NEX 解剖器",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "Billy",
"caption": "保护主义者",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "Shutterbug2000",
"caption": "马里奥赛车 7 和 3DS 研究",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "rverse",
"caption": "Miiverse 信息共享",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "特别感谢",
"caption": "任天堂数据结构研究",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Mii 编辑器和 Juxt 反应的图标",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "GitHub 贡献者",
"caption": "本地化和其他贡献",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "得到我们的动态与更新",
"text": "加入我们的 Discord 服务器以获取该项目的最新更新。",
"widget": {
"text": "获取我们进度的实时更新",
"button": "加入服务器"
}
},
"footer": {
"socials": "社交",
"usefulLinks": "相关链接",
"widget": {
"captions": [
"想要知道动态?",
"加入我们的 Discord!"
],
"button": "现在加入!"
}
},
"progressPage": {
"title": "我们的进度",
"description": "检查项目进度和目标! (大约每小时更新一次,不反映所有项目目标或进度)"
},
"blogPage": {
"title": "博客",
"description": "压缩块的最新更新。如果您想看到更频繁的更新,请考虑在 <a href=\"https://www.patreon.com/PretendoNetwork\" target=\"_blank\">Patreon</a> 上支持我们。",
"published": "作者",
"publishedOn": "在"
},
"localizationPage": {
"title": "让我们本地化",
"description": "粘贴指向可公开访问的 JSON 语言环境的链接以在网站上对其进行测试",
"instructions": "查看本地化说明",
"fileInput": "要测试的文件",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "测试文件"
},
"docs": {
"missingInLocale": "此页面在您的语言环境中不可用。请看下面的英文版本。",
"quickLinks": {
"header": "快速链接",
"links": [
{
"header": "安装 Pretendo",
"caption": "查看设置说明"
},
{
"header": "有错误吗?",
"caption": "在这里搜索"
}
]
}
},
"account": {
"loginForm": {
"login": "登录",
"confirmPassword": "再次输入密码",
"username": "用户名",
"detailsPrompt": "请在下面输入您的账号信息",
"register": "注册",
"password": "密码",
"email": "邮件",
"miiName": "Mii 账号名",
"forgotPassword": "忘记了密码?",
"registerPrompt": "没有一个账号?",
"loginPrompt": "已经有了一个账号?"
},
"settings": {
"settingCards": {
"newsletterPrompt": "通过电子邮件接收项目更新(您可以随时选择退出)",
"discord": "Discord 聊天",
"connectedToDiscord": "连接Discord的身份:",
"removeDiscord": "移除Discord账号",
"passwordPrompt": "输入您的 PNID 密码以下载 Cemu 文件",
"profile": "账号信息",
"nickname": "昵称",
"birthDate": "出生日期",
"gender": "性别",
"country": "国家/地区",
"timezone": "时区",
"serverEnv": "服务器环境",
"production": "制作",
"beta": "Beta 版本",
"upgradePrompt": "Beta 服务器仅供 Beta 测试人员使用。<br>要成为 Beta 测试人员,请升级到更高的帐户等级。",
"hasAccessPrompt": "您当前的等级为您提供 Beta 服务器访问权限。耶!",
"signInSecurity": "登录和安全",
"email": "邮件",
"password": "密码",
"passwordResetNotice": "在修改密码后,所有登入的系统会登出。",
"signInHistory": "登录历史",
"fullSignInHistory": "查看所有登录活动",
"otherSettings": "其他设置",
"noDiscordLinked": "没有连接的Discord账号。",
"linkDiscord": "连接Discord账号",
"newsletter": "通讯"
},
"downloadFiles": "下载账号文件",
"downloadFilesDescription": "(无法在任天堂网络上使用)",
"upgrade": "升级账号"
},
"accountLevel": [
"标准",
"测试人员",
"版主",
"开发人员"
],
"banned": "禁止"
},
"upgrade": {
"title": "升级",
"description": "达到每月目标将使 Pretendo 成为全职工作,以更快的速度提供更高质量的更新。",
"month": "月",
"tierSelectPrompt": "选择一个级别",
"unsub": "退订",
"unsubPrompt": "您确定要退订 <span>tiername</span> 吗?您将无法使用与该等级相关的福利。",
"unsubConfirm": "退订",
"changeTier": "修改级别",
"changeTierPrompt": "您确定要取消订阅 <span class=\"oldtier\">oldtiername</span> 并订阅 <span class=\"newtier\">newtiername</span> 吗?",
"changeTierConfirm": "修改级别",
"back": "退回"
},
"donation": {
"progress": "<span>$${totd}</span> <span>$${goald}</span>/月,<span>${perc}%</span> 的每月目标。",
"upgradePush": "要成为订阅者并获得超值福利,请访问<a href=\"/account/upgrade\">升级页面</a>。"
},
"modals": {
"cancel": "取消",
"confirm": "确认"
}
}

5
locales/zh_Hant.json Normal file
View File

@ -0,0 +1,5 @@
{
"nav": {
"about": "關于"
}
}

15481
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,40 +1,46 @@
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "browserify ./public/assets/js/miieditor.js -o ./public/assets/js/miieditor.bundled.js && node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/website/issues"
},
"homepage": "https://github.com/PretendoNetwork/website#readme",
"dependencies": {
"adm-zip": "^0.5.9",
"browserify": "^17.0.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"discord-oauth2": "github:ryanblenis/discord-oauth2",
"express": "^4.17.1",
"express-handlebars": "^5.3.1",
"express-locale": "^2.0.0",
"fs-extra": "^9.1.0",
"got": "^11.8.2",
"gray-matter": "^4.0.3",
"kaitai-struct": "^0.9.0",
"marked": "^4.0.10",
"morgan": "^1.10.0",
"trello": "^0.11.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.32.0"
}
"name": "website",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "browserify ./public/assets/js/miieditor.js -o ./public/assets/js/miieditor.bundled.js && node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/website/issues"
},
"homepage": "https://github.com/PretendoNetwork/website#readme",
"dependencies": {
"@discordjs/rest": "^0.5.0",
"adm-zip": "^0.5.9",
"browserify": "^17.0.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"discord-api-types": "^0.36.1",
"discord-oauth2": "github:ryanblenis/discord-oauth2",
"express": "^4.17.1",
"express-handlebars": "^5.3.1",
"express-locale": "^2.0.0",
"fs-extra": "^9.1.0",
"got": "^11.8.5",
"graphql-request": "^4.3.0",
"gray-matter": "^4.0.3",
"kaitai-struct": "^0.9.0",
"marked": "^4.0.10",
"mii-js": "github:PretendoNetwork/mii-js#v1.0.4",
"mongoose": "^6.4.0",
"morgan": "^1.10.0",
"nodemailer": "^6.7.5",
"stripe": "^9.9.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}

View File

@ -1,279 +1,344 @@
/* Removing until it's done */
.setting-card a.edit,
.sign-in-history a {
display: none;
display: none;
}
.account-wrapper {
display: grid;
column-gap: 48px;
margin-top: 80px;
color: var(--text-secondary);
display: grid;
column-gap: 48px;
margin-top: 80px;
color: var(--text-shade-1);
}
/* Account settings sidebar */
.account-sidebar .user {
text-align: center;
margin: 55px auto;
width: fit-content;
text-align: center;
margin: 55px auto;
width: fit-content;
}
.account-sidebar .user .miiname {
font-size: 1.2rem;
color: var(--text);
margin: 8px 0 4px;
font-size: 1.2rem;
color: var(--text-shade-3);
margin: 8px 0 4px;
}
.account-sidebar .user .username {
margin: 0px;
margin: 0;
}
.account-sidebar .user .tier-name {
margin: 12px 0;
line-height: 1.2em;
border-radius: 1.2em;
border-width: 2px;
border-style: solid;
padding: 4px 16px;
}
.account-sidebar .user .tier-level-0,
.account-sidebar .user .access-level-0 {
background: #2a2f50;
color: var(--text-shade-1);
border-color: #383f6b;
}
.account-sidebar .user .tier-level-1 {
background: rgba(255, 132, 132, 0.2);
color: #FF8484;
border-color: rgba(255, 132, 132, 0.8);
}
.account-sidebar .user .tier-level-2 {
background: rgba(89, 201, 165, 0.3);
color:#59c9a5;
border-color: #59c9a5;
}
.account-sidebar .user .tier-level-3 {
background: rgba(202, 177, 251, 0.3);
color:var(--accent-shade-3);
border-color: var(--accent-shade-3);
}
.account-sidebar .user .access-level-banned {
background: rgba(255, 63, 0, 0.1);
color:#FF3F00;
border-color: rgba(255, 63, 0, 0.8);
}
.account-sidebar .user .access-level-1 {
background: rgba(100, 247, 239, 0.3);
color: #64F7EF;
border-color: #64F7EF;
}
.account-sidebar .user .access-level-2 {
background: rgba(255, 199, 89, 0.3);
color: #FFC759;
border-color: #FFC759;
}
.account-sidebar .user .access-level-3 {
background: rgba(90, 255, 21, 0.3);
color:#5AFF15;
border-color: #5AFF15;
}
.account-sidebar .user a.mii {
position: relative;
display: block;
width: 128px;
height: 128px;
overflow: hidden;
border-radius: 100%;
background: var(--bg-shade-3);
}
.account-sidebar .user a.mii::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: no-repeat center/40% url("/assets/images/edit.svg"), rgba(55, 60, 101, 0.7);
opacity: 0;
transition: opacity 150ms;
}
.account-sidebar .user a.mii:hover::after {
opacity: 1;
}
.account-sidebar .user .mii {
width: 128px;
height: 128px;
border-radius: 100%;
background: var(--btn-secondary);
width: 100%;
height: 100%;
}
.account-sidebar .user #download-cemu-files {
display: flex;
flex-flow: column;
align-items: center;
padding: 24px;
background: #383f6b;
margin: 24px 0 0;
text-decoration: none;
.account-sidebar .buttons a {
display: flex;
flex-flow: column;
align-items: center;
padding: 20px 24px;
margin: 20px 0 0;
text-decoration: none;
text-align: center;
}
.account-sidebar .user #download-cemu-files p.download-caption {
margin: 15px 0 0;
.account-sidebar .buttons a svg {
margin-bottom: 16px;
}
.account-sidebar .user p.cemu-warning {
margin: 4px 0 0;
font-size: 0.7rem;
color: var(--text-secondary);
.account-sidebar .buttons a p.caption {
margin: 0;
}
.account-sidebar .buttons p.cemu-warning {
margin: 4px 0 0;
font-size: 0.7rem;
color: var(--text-shade-1);
}
/* Settings */
.settings-wrapper {
display: grid;
grid-column-start: 2;
grid-template-columns: 1fr 1fr;
column-gap: 20px;
display: grid;
grid-column-start: 2;
grid-template-columns: 1fr 1fr;
column-gap: 20px;
}
.settings-wrapper a {
color: #9d6ff3;
text-decoration: none;
font-weight: bold;
color: var(--accent-shade-1);
text-decoration: none;
font-weight: bold;
}
.settings-wrapper a:hover {
text-decoration: underline;
text-decoration: underline;
}
.settings-wrapper h2.section-header {
margin-top: 40px;
grid-column: 1 / 3;
color: var(--text);
margin-top: 40px;
grid-column: 1 / 3;
color: var(--text-shade-3);
}
.setting-card {
display: grid;
grid-template-rows: 35px repeat(2, auto);
row-gap: 24px;
position: relative;
border-radius: 10px;
background: #2a2f50;
padding: 48px 60px;
display: grid;
grid-template-rows: 35px repeat(2, auto);
row-gap: 24px;
position: relative;
border-radius: 10px;
background: var(--bg-shade-2);
padding: 48px 60px;
}
.setting-card * {
margin: 0;
margin: 0;
}
.setting-card .edit {
color: var(--text-secondary);
background: #383f6b;
border-radius: 100%;
position: absolute;
top: 42px;
right: 48px;
width: 24px;
height: 24px;
padding: 12px;
color: var(--text-shade-1);
background: var(--bg-shade-3);
border-radius: 100%;
position: absolute;
top: 42px;
right: 48px;
width: 24px;
height: 24px;
padding: 12px;
}
.setting-card .edit:hover {
background: #383f6b;
color: var(--text);
background: var(--bg-shade-3);
color: var(--text-shade-3);
}
.setting-card .edit svg {
pointer-events: none;
}
.setting-card .header {
color: var(--text);
color: var(--text-shade-3);
}
.setting-card .setting-list {
display: grid;
grid-template-columns: repeat(2, auto);
gap: 24px;
list-style: none;
padding: 0;
display: grid;
grid-template-columns: repeat(2, auto);
gap: 24px;
list-style: none;
padding: 0;
}
.setting-card .setting-list p.label {
color: var(--text);
margin-bottom: 4px;
color: var(--text-shade-3);
margin-bottom: 4px;
}
fieldset {
height: min-content;
padding: 0;
border: none;
}
fieldset:disabled form label {
cursor: not-allowed;
position: relative;
height: min-content;
padding: 0;
border: none;
}
.setting-card .server-selection {
display: flex;
border-radius: 5px;
overflow: hidden;
background: #383f6b;
display: flex;
border-radius: 5px;
overflow: hidden;
background: var(--bg-shade-3);
}
.setting-card .server-selection input {
display: none;
display: none;
}
.server-selection input + label {
display: flex;
flex-flow: column;
align-items: center;
flex: 50%;
color: var(--text-secondary);
padding: 40px;
justify-content: space-between;
cursor: pointer;
display: flex;
flex-flow: column;
align-items: center;
flex: 50%;
color: var(--text-shade-1);
padding: 40px;
justify-content: space-between;
cursor: pointer;
}
.server-selection input + label h2 {
margin-top: 12px;
color: var(--text-secondary);
margin-top: 12px;
color: var(--text-shade-1);
}
.server-selection input:checked + label,
.server-selection input:checked + label h2 {
background: var(--theme);
color: var(--text);
background: var(--accent-shade-0);
color: var(--text-shade-3);
}
.setting-card #remove-discord-connection {
width: 100%;
padding: 12px 48px;
cursor: pointer;
background: #383f6b;
.setting-card #link-discord-account {
width: 100%;
padding: 12px 48px;
cursor: pointer;
background: var(--bg-shade-3);
}
.setting-card.sign-in-history a button {
width: 100%;
padding: 12px 48px;
cursor: pointer;
background: #383f6b;
}
.setting-card input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
background: #383f6b;
padding: 12px;
margin: 4px;
margin-left: 0;
border-radius: 4px;
vertical-align: -65%;
}
.setting-card input[type="checkbox"]:checked {
background: no-repeat center/contain url(../images/check.svg), var(--theme);
.setting-card button {
width: 100%;
height: fit-content;
padding: 12px 48px;
align-self: flex-end;
cursor: pointer;
background: var(--bg-shade-3);
}
.setting-card.span-both-columns {
grid-column: 1 / span 2;
grid-column: 1 / span 2;
}
@keyframes banner-notice {
0% {
top: -150px;
}
20% {
top: 35px;
}
80% {
top: 35px;
}
100% {
top: -150px;
}
0% {
top: -150px;
}
20% {
top: 35px;
}
80% {
top: 35px;
}
100% {
top: -150px;
}
}
.banner-notice {
display: flex;
justify-content: center;
position: fixed;
top: -150px;
width: 100%;
animation: banner-notice 5s;
display: flex;
justify-content: center;
position: fixed;
top: -150px;
width: 100%;
animation: banner-notice 5s;
}
.banner-notice div {
padding: 4px 36px;
border-radius: 5px;
z-index: 3;
padding: 4px 36px;
border-radius: 5px;
z-index: 3;
}
.banner-notice.success div {
background: #37a985;
background: var(--green-shade-0);
}
.banner-notice.error div {
background: #a9375b;
background: var(--red-shade-1);
}
footer {
margin-top: 80px;
margin-top: 80px;
}
@media screen and (max-width: 1300px) {
.account-wrapper {
margin: 20px 0;
}
.account-wrapper {
margin: 20px 0;
}
.settings-wrapper {
grid-column-start: 1;
}
.settings-wrapper {
grid-column-start: 1;
}
.account-sidebar {
margin: 0;
}
.account-sidebar {
margin: 0;
}
.account-sidebar .user .mii {
width: 128px;
height: 128px;
}
.account-sidebar .user .mii {
width: 128px;
height: 128px;
}
}
@media screen and (max-width: 1000px) {
.settings-wrapper {
display: block;
width: 100%;
}
.settings-wrapper {
display: block;
width: 100%;
}
.setting-card {
margin-bottom: 24px;
}
.setting-card {
margin-bottom: 24px;
}
}
@media screen and (max-width: 550px) {
.setting-card {
padding: 24px;
width: calc(100vw - 48px);
margin-left: -5vw;
margin-right: -2.5vw;
border-radius: 0;
margin-bottom: 12px;
}
.setting-card .edit {
top: 20px;
right: 20px;
transform: scale(0.85);
}
.setting-card {
padding: 24px;
width: calc(100vw - 48px);
margin-left: -5vw;
margin-right: -2.5vw;
border-radius: 0;
margin-bottom: 12px;
}
.setting-card .server-selection {
flex-flow: column;
}
.setting-card .edit {
top: 20px;
right: 20px;
transform: scale(0.85);
}
.setting-card .server-selection {
flex-flow: column;
}
}
@media screen and (max-width: 350px) {
.setting-card .setting-list {
grid-template-columns: auto;
}
}
.setting-card .setting-list {
grid-template-columns: auto;
}
}

View File

@ -1,113 +1,92 @@
.new-font {
font-family: museo-sans, sans-serif;
font-family: museo-sans, sans-serif;
}
.pretendo {
font-family: Poppins, Arial, Helvetica, sans-serif;
font-weight: 700;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-weight: 700;
}
.announcement-hero {
position: relative;
text-align: center;
padding: 96px 0;
margin: 36px 0 24px;
position: relative;
text-align: center;
padding: 96px 0;
margin: 36px 0 24px;
}
.announcement-hero p {
font-size: 24px;
margin: 0;
margin-bottom: 24px;
font-size: 24px;
margin: 0;
margin-bottom: 24px;
}
.announcement-hero h1 {
font-size: 450%;
margin: 0;
font-size: 450%;
margin: 0;
}
.announcement-hero::before {
content: "";
position: absolute;
width: 500vw;
height: 100%;
top: 0;
left: -50vw;
background: var(--theme);
z-index: -1;
content: "";
position: absolute;
width: 500vw;
height: 100%;
top: 0;
left: -50vw;
background: var(--accent-shade-0);
z-index: -1;
}
.bro-what.subscribe {
padding-top: 0;
display: flex;
padding-top: 0;
display: flex;
}
.bro-what.subscribe h1 {
margin: 0;
margin-right: 12px;
width: fit-content;
margin: 0;
margin-right: 12px;
width: fit-content;
}
.buy-now {
margin-left:auto;
margin-left:auto;
}
.buy-now button {
cursor: pointer;
width: max-content;
height: 100%;
cursor: pointer;
width: max-content;
height: 100%;
}
.bro-what {
padding: 48px;
padding: 48px;
}
.bro-what a {
color: inherit;
text-decoration: none;
font-weight: 700;
color: inherit;
text-decoration: none;
font-weight: 700;
}
.dotted-bg {
position: relative;
position: relative;
}
.dotted-bg::before {
content: "";
position: absolute;
width: 500vw;
height: 100%;
top: 0;
left: -50vw;
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='6' height='6' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform=''%3E%3Crect width='100%25' height='100%25' fill='rgba(27, 31, 59,1)'/%3E%3Ccircle cx='20' cy='20' r='11' fill='rgba(103, 61, 182,0.4)'/%3E%3Cpath d='M9 20aInfinityInfinity 0 0 0InfinityNaNaInfinityInfinity 0 0 0-InfinityNaN' fill='%23ecc94b'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
z-index: -1;
content: "";
position: absolute;
width: 500vw;
height: 100%;
top: 0;
left: -50vw;
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='6' height='6' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform=''%3E%3Crect width='100%25' height='100%25' fill='rgba(27, 31, 59,1)'/%3E%3Ccircle cx='20' cy='20' r='11' fill='rgba(103, 61, 182,0.4)'/%3E%3Cpath d='M9 20aInfinityInfinity 0 0 0InfinityNaNaInfinityInfinity 0 0 0-InfinityNaN' fill='%23ecc94b'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
z-index: -1;
}
.footnotes {
color: var(--text-secondary);
}
@media screen and (max-width: 1064px) {
.selected-locale .locale-names {
display: none;
}
.selected-locale {
width: 80px;
margin-left: auto;
margin-right: 12px;
}
.locale-dropdown {
width: fit-content;
}
.select-box .options-container {
width: 150px;
right: 12px;
}
color: var(--text-shade-1);
}
@media screen and (max-width: 946px) {
header nav a:not(.keep-on-mobile) {
header nav a:not(.keep-on-mobile) {
display: none;
}
.announcement-hero h1 {
font-size: 350%;
}
.announcement-hero h1 {
font-size: 350%;
}
}
@media screen and (max-width: 724px) {
@ -126,35 +105,35 @@
margin: 0 10px;
}
.announcement-hero h1 {
font-size: 250%;
}
.announcement-hero p {
font-size: 18px;
}
.announcement-hero h1 {
font-size: 250%;
}
.announcement-hero p {
font-size: 18px;
}
}
@media screen and (max-width: 600px) {
.bro-what.subscribe {
flex-flow: column;
}
.bro-what.subscribe {
flex-flow: column;
}
.bro-what a,
.buy-now button {
width: 100%;
}
.bro-what a,
.buy-now button {
width: 100%;
}
.bro-what a {
margin-top: 24px;
}
.bro-what a {
margin-top: 24px;
}
.announcement-hero {
padding: 72px 0;
}
.announcement-hero {
padding: 72px 0;
}
}
@media screen and (max-width: 480px) {
.bro-what {
padding: 36px 0;
}
}
.bro-what {
padding: 36px 0;
}
}

View File

@ -1,118 +1,119 @@
.blog-card {
display: flex;
flex-flow: row nowrap;
padding: 0;
margin: 0 auto;
max-width: 1000px;
margin-bottom: 30px;
text-decoration: none;
position: relative;
border-radius: 10px;
overflow: hidden;
display: flex;
flex-flow: row nowrap;
padding: 0;
margin: 0 auto;
max-width: 1000px;
margin-bottom: 30px;
text-decoration: none;
position: relative;
border-radius: 10px;
overflow: hidden;
}
.blog-card .post-info {
flex: 50%;
padding: 40px;
display: flex;
flex-flow: column;
color: var(--text-secondary);
flex: 50%;
padding: 40px;
display: flex;
flex-flow: column;
color: var(--text-shade-1);
}
.blog-card .post-info .title {
color: var(--text);
margin: 0;
color: var(--text-shade-3);
margin: 0;
}
.blog-card .post-info .caption {
margin: 4px 0 32px 0;
margin: 4px 0 32px 0;
}
.blog-card .pub-info {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: left;
margin-top: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: left;
margin-top: auto;
}
.blog-card .pub-info .date {
font-weight: bold;
color: var(--text);
font-weight: bold;
color: var(--text-shade-3);
}
.blog-card .pub-info > * {
margin-right: 0.5em;
margin-top: 0.2em;
margin-right: 0.5em;
margin-top: 0.2em;
}
.blog-card .profile {
display: inline-grid;
grid-template-columns: 30px auto;
grid-gap: 10px;
font-weight: bold;
color: var(--text);
align-items: center;
height: 32px;
margin-right: 0.3em;
display: inline-grid;
grid-template-columns: 30px auto;
grid-gap: 10px;
font-weight: bold;
color: var(--text-shade-3);
align-items: center;
height: 32px;
margin-right: 0.3em;
}
.blog-card .profile img {
border-radius: 4px;
border: 1px solid var(--border);
max-width: 100%;
border-radius: 4px;
border: 1px solid var(--border);
max-width: 100%;
}
.blog-card .cover {
flex: 50%;
border: 3px solid #151934;
border-radius: 0 10px 10px 0;
flex: 50%;
border: 3px solid var(--bg-shade-0);
border-radius: 0 10px 10px 0;
}
.progress-hero a,
.progress-hero a * {
color: #9d6ff3;
text-decoration: none;
font-weight: bold;
color: var(--accent-shade-1);
text-decoration: none;
font-weight: bold;
}
.progress-hero a:hover,
.progress-hero a:hover {
text-decoration: underline;
text-decoration: underline;
}
.buttons {
margin: 10vh auto;
width: min-content;
margin: 10vh auto;
width: min-content;
}
.buttons button.secondary.icon-btn {
cursor: pointer;
width: 35px;
height: 35px;
cursor: pointer;
width: 35px;
height: 35px;
padding: 0;
}
footer {
margin-top: 160px;
margin-top: 160px;
}
@media screen and (max-width: 900px) {
.blog-card {
flex-flow: column;
}
.blog-card .post-info {
padding: 30px;
}
.blog-card .cover {
order: -1;
min-height: 250px;
border-radius: 10px 10px 0 0;
}
footer {
margin-top: 100px;
}
.blog-card {
flex-flow: column;
}
.blog-card .post-info {
padding: 30px;
}
.blog-card .cover {
order: -1;
min-height: 250px;
border-radius: 10px 10px 0 0;
}
footer {
margin-top: 100px;
}
}
@media screen and (max-width: 450px) {
.blog-card .cover {
min-height: 200px;
}
.blog-card .cover {
min-height: 200px;
}
}

View File

@ -1,22 +1,22 @@
.wrapper {
display: flex;
flex-direction: column;
width: 95%;
min-height: 100vh;
display: flex;
flex-direction: column;
width: 95%;
min-height: 100vh;
}
header {
width: 100%;
width: 100%;
}
.card-wrap {
width: 100%;
width: 100%;
}
.blog-card {
padding: 60px;
max-width: 1100px;
margin: 50px auto;
color: var(--text-secondary);
padding: 60px;
max-width: 1100px;
margin: 50px auto;
color: var(--text-shade-1);
}
.blog-card h1,
@ -25,201 +25,201 @@ header {
.blog-card h4,
.blog-card h5,
.blog-card h6 {
margin: 40px 0 10px;
color: var(--text);
margin: 40px 0 10px;
color: var(--text-shade-3);
}
.blog-card strong {
color: var(--text);
color: var(--text-shade-3);
}
.blog-card a,
.blog-card a * {
color: #9d6ff3;
text-decoration: none;
font-weight: bold;
color: var(--accent-shade-1);
text-decoration: none;
font-weight: bold;
}
.blog-card a:hover,
.blog-card a:hover {
text-decoration: underline;
text-decoration: underline;
}
.blog-card del {
text-decoration: line-through;
text-decoration: line-through;
}
.blog-card .title {
margin: 0;
margin-bottom: 8px;
margin: 0;
margin-bottom: 8px;
}
.blog-card .pub-info {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: left;
margin-top: auto;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: left;
margin-top: auto;
margin-bottom: 30px;
}
.blog-card .pub-info .date {
font-weight: bold;
color: var(--text);
font-weight: bold;
color: var(--text-shade-3);
}
.blog-card .pub-info > * {
margin-right: 0.5em;
margin-top: 0.2em;
margin-right: 0.5em;
margin-top: 0.2em;
}
.blog-card .profile {
display: inline-grid;
grid-template-columns: 30px auto;
grid-gap: 10px;
font-weight: bold;
color: var(--text);
align-items: center;
height: 32px;
margin-right: 0.3em;
display: inline-grid;
grid-template-columns: 30px auto;
grid-gap: 10px;
font-weight: bold;
color: var(--text-shade-3);
align-items: center;
height: 32px;
margin-right: 0.3em;
}
.blog-card .profile img {
margin: 0;
border-radius: 4px;
border: 1px solid var(--border);
max-width: 100%;
margin: 0;
border-radius: 4px;
border: 1px solid var(--border);
max-width: 100%;
}
.blog-card p,
.post-info {
color: var(--text-secondary);
color: var(--text-shade-1);
}
.blog-card img {
max-width: 100%;
max-height: 800px;
margin: 10px auto;
display: block;
border-radius: 4px;
border: 1px solid var(--border);
max-width: 100%;
max-height: 800px;
margin: 10px auto;
display: block;
border-radius: 4px;
border: 1px solid var(--border);
}
.blog-card img.emoji {
display: inline;
margin: 0;
border: none;
display: inline;
margin: 0;
border: none;
}
.blog-card video {
width: 100%;
border-radius: 4px;
border: 1px solid var(--border);
width: 100%;
border-radius: 4px;
border: 1px solid var(--border);
}
.blog-card iframe {
width: 100%;
aspect-ratio: 16/9;
border-radius: 4px;
border: 1px solid var(--border);
width: 100%;
aspect-ratio: 16/9;
border-radius: 4px;
border: 1px solid var(--border);
}
/* Fallback for aspect-ratio since it's unsupported by some browsers (looking at you Safari) */
@supports not (aspect-ratio: 16/9) {
.blog-card .aspectratio-fallback {
position: relative;
height: 0;
padding-top: 56.25%;
}
.blog-card iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.blog-card .aspectratio-fallback {
position: relative;
height: 0;
padding-top: 56.25%;
}
.blog-card iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
}
/* Some twitter iframe specific stuff */
.blog-card .twitter-tweet {
margin: auto;
margin: auto;
}
.blog-card .twitter-tweet iframe {
border: none; /* Fixes the double border */
border: none; /* Fixes the double border */
}
.blog-card table {
border-radius: 4px;
border-collapse: collapse;
background: #31375e;
margin-bottom: 30px;
overflow: hidden;
border-radius: 4px;
border-collapse: collapse;
background: var(--bg-shade-3);
margin-bottom: 30px;
overflow: hidden;
}
.blog-card table th {
padding: 8px 12px;
background: #3f4778;
color: var(--text);
padding: 8px 12px;
background: var(--bg-shade-4);
color: var(--text-shade-3);
}
.blog-card table td {
padding: 8px 12px;
vertical-align: top;
border-radius: inherit;
padding: 8px 12px;
vertical-align: top;
border-radius: inherit;
}
.blog-card table tr:nth-child(even) {
background: #2a2f50;
background: var(--bg-shade-2);
}
.blog-card pre code {
border-radius: 4px;
margin-bottom: 30px;
border-radius: 4px;
margin-bottom: 30px;
}
.blog-card input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
display: inline-block;
background: var(--btn-secondary);
padding: 12px;
margin: 4px;
border-radius: 4px;
vertical-align: -60%;
appearance: none;
-webkit-appearance: none;
display: inline-block;
background: var(--bg-shade-3);
padding: 12px;
margin: 4px;
border-radius: 4px;
vertical-align: -60%;
}
.blog-card input[type="checkbox"]:checked {
content: "checkboxtest";
background: no-repeat center/contain url(../images/check.svg),
var(--btn-secondary);
content: "checkboxtest";
background: no-repeat center/contain url(../images/check.svg),
var(--bg-shade-3);
}
.blog-card hr {
border: 1px solid var(--text-secondary);
margin: 30px 0;
border: 1px solid var(--text-shade-1);
margin: 30px 0;
}
.blog-card blockquote {
border-left: 2px solid var(--text-secondary);
padding: 8px 24px;
margin: 0;
margin-bottom: 30px;
border-left: 2px solid var(--text-shade-1);
padding: 8px 24px;
margin: 0;
margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
.blog-card {
padding: 40px;
}
.blog-card {
padding: 40px;
}
}
@media screen and (max-width: 600px) {
.wrapper {
width: 100%;
}
.wrapper {
width: 100%;
}
header {
width: 90%;
margin: 35px auto;
}
header {
width: 90%;
margin: 35px auto;
}
.blog-card {
padding: 40px 5vw;
border-radius: 0;
margin-top: 0;
}
.blog-card {
padding: 40px 5vw;
border-radius: 0;
margin-top: 0;
}
footer {
width: 95%;
margin: auto auto 40px;
}
footer {
width: 95%;
margin: auto auto 40px;
}
}

View File

@ -0,0 +1,190 @@
/* BUTTONS */
button,
.button {
appearance: none;
-webkit-appearance: none;
border: 0;
border-radius: 6px;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text-shade-3);
padding: 12px 48px;
background: var(--bg-shade-3);
cursor: pointer;
display: block;
text-align: center;
}
button:hover,
.button:hover {
background: var(--bg-shade-4);
}
button.inactive {
pointer-events: none;
}
button.primary,
.button.primary {
background: var(--accent-shade-0);
}
button.primary:hover,
.button.primary:hover {
background: var(--accent-shade-1);
}
button.secondary.icon-btn,
.button.secondary.icon-btn {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
button svg,
.button svg {
width: 30px;
height: 30px;
display: block;
}
/* MODALS */
body.modal-open {
overflow: hidden;
}
div.modal-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
div.modal-wrapper.hidden {
display: none;
}
div.modal {
background: var(--bg-shade-3);
padding: 48px;
border-radius: 8px;
text-align: left;
width: min(660px, 90%);
box-sizing: border-box;
}
div.modal h1 {
margin-top: 0;
}
p.modal-caption {
color: var(--text-shade-1);
}
p.modal-caption span,
p.switch-tier-modal-caption span {
color: var(--text-shade-3);
}
.modal-button-wrapper {
margin-top: 24px;
display: flex;
justify-content: flex-end;
}
.modal-button-wrapper button {
margin-left: 12px;
width: fit-content;
}
.modal-button-wrapper button.cancel {
background: none;
}
.modal-button-wrapper button {
padding: 12px 24px;
}
@media screen and (max-width: 600px) {
div.modal {
padding: 24px;
}
}
/* MISC FORM COMPONENTS */
input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
background: var(--bg-shade-3);
padding: 12px;
margin: 4px;
margin-left: 0;
border-radius: 4px;
vertical-align: -65%;
width: fit-content;
cursor: pointer;
}
input[type="checkbox"]:checked {
background: no-repeat center/contain url(../images/check.svg), var(--accent-shade-0);
}
input {
appearance: none;
-webkit-appearance: none;
display: block;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
background-color: var(--bg-shade-3);
border: none;
border-radius: 4px;
padding: 12px;
color: var(--text-shade-3);
width: calc(100% - 24px);
}
input:focus {
background-color: var(--bg-shade-4);
outline: none;
transition: 150ms;
}
input[type="range"] {
background: transparent;
cursor: pointer;
width: 100%;
box-sizing: border-box;
}
input[type="range"]::-webkit-slider-runnable-track {
background: var(--bg-shade-3);
height: 1rem;
border-radius: 1rem;
}
input[type="range"]::-moz-range-track {
background: var(--bg-shade-3);
border-radius: 1rem;
height: 1rem;
}
input[type="range"]::-webkit-slider-thumb {
appearance: none;
-webkit-appearance: none;
width: 1.5rem;
height: 3rem;
margin-top: -1rem;
background-color: var(--accent-shade-1);
border-radius: 0.5rem;
}
input[type="range"]::-moz-range-thumb {
width: 1.5rem;
height: 3rem;
border: none;
border-radius: 0.5rem;
background-color: var(--accent-shade-1);
}
input[type="range"]:focus {
outline: none;
}
input[type="range"]:focus::-webkit-slider-thumb {
background-color: var(--accent-shade-3);
}
input[type="range"]:focus::-moz-range-thumb {
background-color: var(--accent-shade-3);
}

View File

@ -1,221 +1,396 @@
html,
body {
background: #131730;
body,
div.main-body {
height: 100%;
background: var(--bg-shade-0);
}
a.logo-link {
margin: auto;
margin-left: 36px;
height: 40px;
text-decoration: none;
margin: auto;
margin-left: 36px;
height: 40px;
text-decoration: none;
}
header {
width: calc(100% - 72px);
background: #131730;
padding: 12px 36px;
margin: 0;
button#openSidebar {
display: none;
}
header a.logo-link {
display: none;
.docs-wrapper .content:not(.search) a {
text-decoration: none;
font-weight: bold;
color: var(--accent-shade-1);
}
header nav a:first-child {
margin-left: -24px;
.docs-wrapper header {
box-sizing: border-box;
margin: 20px;
margin-left: 0;
}
.docs-wrapper header a.logo-link {
display: none;
}
.docs-wrapper header nav a:first-child {
margin-left: 0;
}
.docs-wrapper {
display: grid;
grid-template-columns: repeat(2, fit-content(100%));
grid-template-rows: repeat(2, fit-content(100%));
height: 100vh;
display: grid;
grid-template-columns: fit-content(100%) auto;
grid-template-rows: fit-content(100%) auto;
height: 100%;
}
.docs-wrapper .sidebar {
display: flex;
flex-flow: column;
align-items: center;
width: clamp(270px, 30vw, 500px);
background: #161931;
max-height: calc(100vh - 69px);
overflow-y: scroll;
min-height: 100%;
display: flex;
flex-flow: column;
align-items: center;
width: clamp(270px, 25vw, 500px);
overflow-y: scroll;
overflow-x: hidden;
min-height: 100%;
}
.docs-wrapper .sidebar .section {
display: flex;
flex-flow: column;
width: 200px;
margin-left: 138px;
margin-bottom: 72px;
display: flex;
flex-flow: column;
width: 200px;
margin-left: clamp(60px, 10vw, 138px);
margin-bottom: 72px;
}
.docs-wrapper .sidebar .section:first-child {
margin-top: 72px;
margin-top: 72px;
}
.docs-wrapper .sidebar .section h5 {
margin: 0;
font-weight: normal;
text-transform: uppercase;
color: var(--text-secondary-2);
margin-bottom: 12px;
margin: 0;
font-weight: normal;
text-transform: uppercase;
color: var(--text-shade-0);
margin-bottom: 12px;
}
.docs-wrapper .sidebar .section a {
position: relative;
text-decoration: none;
color: var(--text-secondary);
width: fit-content;
margin-bottom: 12px;
position: relative;
text-decoration: none;
color: var(--text-shade-1);
width: fit-content;
margin-bottom: 12px;
}
.docs-wrapper .sidebar .section a.active,
.docs-wrapper .sidebar .section a:hover {
color: var(--text);
color: var(--text-shade-3);
}
.docs-wrapper .sidebar .section a.active::before {
/* This filter thing is jank, if anyone knows a better way to do this please fix */
filter: invert(51%) sepia(12%) saturate(2930%) hue-rotate(218deg)
brightness(99%) contrast(92%);
position: absolute;
left: -30px;
content: url(../images/arrow-right.svg);
/* This filter thing is jank, if anyone knows a better way to do this please fix */
filter: invert(51%) sepia(12%) saturate(2930%) hue-rotate(218deg)
brightness(99%) contrast(92%);
position: absolute;
left: -30px;
content: url(../images/docs/arrow-right.svg);
}
.docs-wrapper .content {
width: calc(100vw - clamp(270px, 30vw, 500px) - (72px * 2));
background: var(--background);
padding: 72px;
max-height: calc(100vh - 69px - (72px * 2));
overflow-y: scroll;
background: var(--bg-shade-1);
padding: 72px;
max-height: 100%;
overflow-y: scroll;
border-top-left-radius: 8px;
}
.docs-wrapper .content-inner {
max-width: 900px;
max-width: 900px;
}
.docs-wrapper .content p {
color: var(--text-secondary);
color: var(--text-shade-1);
}
.docs-wrapper .content h1:first-child {
margin-top: 0;
margin-top: 0;
}
.docs-wrapper .content .quick-links-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 24px;
margin-bottom: 60px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 24px;
margin-bottom: 60px;
}
.docs-wrapper .quick-links-grid a {
text-decoration: none;
background: #252a51;
border-radius: 6px;
color: var(--text-secondary);
display: flex;
align-items: center;
padding: 20px;
text-decoration: none;
background: var(--bg-shade-2);
border-radius: 6px;
color: var(--text-shade-1);
display: flex;
align-items: center;
padding: 20px;
}
.docs-wrapper .quick-links-grid svg:first-child {
height: 36px;
margin-right: 24px;
margin-left: 4px;
color: var(--theme-light);
height: 36px;
margin-right: 24px;
margin-left: 4px;
color: var(--accent-shade-2);
}
.docs-wrapper .quick-links-grid p.header {
font-size: 22px;
font-weight: 600;
color: var(--text);
margin: 0;
font-size: 22px;
font-weight: 600;
color: var(--text-shade-3);
margin: 0;
}
.docs-wrapper .quick-links-grid p {
margin: 0;
margin: 0;
}
.docs-wrapper .quick-links-grid svg:last-child {
height: 36px;
margin-left: auto;
height: 36px;
margin-left: auto;
}
.docs-wrapper .content-inner div.tip {
position: relative;
width: 100%;
padding: 36px;
background: var(--bg-shade-2);
border-radius: 8px;
overflow: hidden;
border: var(--accent-shade-2);
margin: 24px 0;
box-sizing: border-box;
}
.docs-wrapper .content-inner div.tip::after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 12px;
background: var(--accent-shade-2);
opacity: 1;
}
.docs-wrapper .content-inner div.tip.red::after {
background: var(--red-shade-1);
}
.docs-wrapper .content-inner div.tip.green::after {
background: var(--green-shade-1);
}
.docs-wrapper .content .missing-in-locale-notice {
background: var(--bg-shade-2);
padding: 24px;
border-radius: 6px;
}
.search .purple-card {
padding: 36px;
}
.search .purple-card h1 {
margin-top: 0;
}
.search .purple-card p {
margin-bottom: 2em;
}
.search .purple-card input::placeholder {
color: var(--text-shade-0);
}
.search .purple-card input:focus {
background-color: var(--bg-shade-4);
color: #fff;
transition: 200ms;
outline: none;
}
.search .input-wrapper {
position: relative;
margin-top: 8px;
}
.search .input-wrapper .matches {
display: flex;
flex-flow: column;
font-size: 1rem;
background-color: var(--bg-shade-2);
border: none;
border-radius: 0 0 4px 4px;
max-height: 204px;
overflow-y: auto;
overflow-x: hidden;
}
.search .input-wrapper .matches * {
padding: 12px;
margin: 0;
text-decoration: none;
color: var(--text-shade-3);
}
.search .input-wrapper .matches a:hover {
background-color: var(--bg-shade-1);
}
.search input.has-matches {
border-radius: 4px 4px 0 0;
}
.platform-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-top: 36px;
}
.docs-wrapper .platform-grid a {
text-decoration: none;
background: var(--bg-shade-3);
border-radius: 12px;
color: var(--text-shade-4) !important;
display: grid;
grid-template-rows: auto fit-content(100%);
align-items: center;
justify-content: center;
text-align: center;
padding: 36px;
padding-bottom: 24px;
gap: 24px;
}
.platform-grid a img {
width: 180px;
max-width: 100%;
height: auto;
}
.platform-grid a span {
margin-top: auto;
font-size: 1.2rem;
}
@media screen and (max-width: 1296px) {
.docs-wrapper .content {
padding: 48px;
}
}
@media screen and (max-width: 1080px) {
.docs-wrapper .header-wrapper {
position: absolute;
top: 0;
left: 0;
display: flex;
width: 100vw;
}
button#openSidebar {
display: block;
padding: 0;
margin: 0;
margin-left: 20px;
background: none;
}
.docs-wrapper header {
margin-left: 20px;
width: 100%;
}
.docs-wrapper {
margin-top: 80px;
height: calc(100% - 80px);
}
a.logo-link {
display: none;
}
.docs-wrapper header a.logo-link {
display: block;
height: 40px;
margin: 0;
margin-right: 34px;
}
.docs-wrapper .sidebar {
grid-column: 1 / span 1;
grid-row: 2 / span 1;
width: 0;
transition: width 250ms;
}
.docs-wrapper .sidebar.open {
width: min(300px, 100vw);
}
.docs-wrapper .content {
width: 100vw;
box-sizing: border-box;
border-top-left-radius: 0;
grid-column: 2 / span 1;
grid-row: 2 / span 1;
}
.docs-wrapper .content.open-sidebar {
border-top-left-radius: 8px;
}
.docs-wrapper .content-inner {
max-width: none;
}
}
@media screen and (max-width: 820px) {
.docs-wrapper .content .quick-links-grid,
.platform-grid {
grid-template-columns: 1fr;
grid-auto-rows: 1fr;
}
}
@media screen and (max-width: 492px) {
.docs-wrapper .content {
padding: 36px;
}
header .logo-link svg text {
display: none;
}
header .logo-link svg {
width: 39.876px;
}
.docs-wrapper header a.logo-link {
margin-right: 0;
}
}
@media screen and (max-width: 360px) {
.docs-wrapper .content {
padding: 24px;
}
}
/* Scrollbar styling 'cause it's fancy */
.docs-wrapper .sidebar::-webkit-scrollbar,
.docs-wrapper .content::-webkit-scrollbar,
.docs-wrapper .content pre code::-webkit-scrollbar {
width: 12px;
height: 12px;
.docs-wrapper .content pre code::-webkit-scrollbar,
.search .input-wrapper .matches::-webkit-scrollbar {
width: 12px;
height: 12px;
}
.docs-wrapper .sidebar::-webkit-scrollbar-track,
.docs-wrapper .content::-webkit-scrollbar-track,
.docs-wrapper .content pre code::-webkit-scrollbar-track {
background: none;
.docs-wrapper .content pre code::-webkit-scrollbar-track,
.search .input-wrapper .matches::-webkit-scrollbar-track {
background: none;
}
.docs-wrapper .sidebar::-webkit-scrollbar-thumb,
.docs-wrapper .content::-webkit-scrollbar-thumb,
.docs-wrapper .content pre code::-webkit-scrollbar-thumb {
background-color: var(--text-secondary-2);
border-radius: 24px;
border: 3px solid #161931;
.docs-wrapper .content pre code::-webkit-scrollbar-thumb,
.search .input-wrapper .matches::-webkit-scrollbar-thumb {
background-color: var(--text-shade-0);
border-radius: 24px;
border: 3px solid var(--bg-shade-0);
}
.docs-wrapper .content::-webkit-scrollbar-thumb {
border: 3px solid var(--background);
border: 3px solid var(--bg-shade-1);
}
.docs-wrapper .content pre code::-webkit-scrollbar-thumb {
border: 3px solid #0d0f20;
.docs-wrapper .content pre code::-webkit-scrollbar-thumb,
.search .input-wrapper .matches::-webkit-scrollbar-thumb {
border: 3px solid var(--bg-shade-2);
}
.docs-wrapper .sidebar {
scrollbar-width: thin;
scrollbar-color: var(--text-secondary-2) #161931;
.docs-wrapper .sidebar,
.search .input-wrapper .matches {
scrollbar-width: thin;
scrollbar-color: var(--text-shade-0) var(--bg-shade-1);
}
.docs-wrapper .content {
scrollbar-width: thin;
scrollbar-color: var(--text-secondary-2) var(--background);
scrollbar-width: thin;
scrollbar-color: var(--text-shade-0) var(--bg-shade-1);
}
.docs-wrapper .content pre codear {
scrollbar-width: thin;
scrollbar-color: var(--text-secondary-2) #0d0f20;
}
.docs-wrapper .content .missing-in-locale-notice {
background: #252a51;
padding: 24px;
border-radius: 6px;
}
.input-wrapper {
display: flex;
margin-top: 8px;
}
.localization-form input {
appearance: none;
-webkit-appearance: none;
border: 0;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
background-color: var(--btn-secondary);
border: none;
border-radius: 4px 0 0 4px;
padding: 12px 24px;
color: var(--text-secondary);
width: 20px;
flex: 2 10%;
}
.search input::placeholder {
color: var(--text-secondary-2);
}
.search input:focus {
background-color: #fff;
color: var(--btn-secondary);
transition: 200ms;
outline: none;
}
.search button {
appearance: none;
-webkit-appearance: none;
border: 0;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
padding: 12px 36px;
background: var(--btn);
cursor: pointer;
}
@media screen and (max-width: 1080px) {
.docs-wrapper .sidebar .section {
margin-left: 60px;
width: 184px;
}
.docs-wrapper .content pre code {
scrollbar-width: thin;
scrollbar-color: var(--text-shade-0) var(--bg-shade-0);
}

View File

@ -1,106 +1,76 @@
.select-box {
display: flex;
width: 188px;
flex-direction: column;
position: relative;
user-select: none;
display: flex;
flex-direction: column;
position: relative;
user-select: none;
}
.select-box > * {
box-sizing: border-box;
box-sizing: border-box;
}
.select-box .options-container {
max-height: 0;
width: 100%;
opacity: 0;
transition: all 0.4s;
overflow: hidden;
border-radius: 5px;
background-color: var(--btn-secondary);
order: 1;
position: absolute;
top: 50px;
}
.selected-locale {
margin-bottom: 8px;
position: relative;
width: 188px;
height: 45px;
border-radius: 5px;
display: flex;
align-items: center;
background-color: var(--btn-secondary);
color: white;
order: 0;
}
.selected-locale::after {
content: "";
width: 1.2rem;
height: 1.2rem;
background: url("/assets/images/down-arrow.svg");
position: absolute;
right: 15px;
top: 50%;
transition: transform 150ms;
transform: translateY(-50%);
background-size: contain;
background-position: center;
max-height: 0;
width: fit-content;
opacity: 0;
transition: all 0.4s;
overflow: hidden;
border-radius: 5px;
background-color: var(--bg-shade-3);
order: 1;
position: absolute;
top: 48px;
right: 0;
}
.select-box .option .item {
color: #afb5dd;
color: var(--text-shade-2);
}
.select-box .lang {
width: 1.3rem;
height: 1rem;
margin-right: .2rem;
display: inline-block;
width: 1.3rem;
height: 1rem;
margin-right: .2rem;
display: inline-block;
}
.select-box .options-container.active {
max-height: 240px;
opacity: 1;
overflow-y: auto;
max-height: 240px;
opacity: 1;
overflow-y: auto;
}
.select-box .options-container.active + .selected-locale::after {
transform: translateY(-50%) rotateX(180deg);
.select-box .options-container.active + .locale-dropdown-toggle::after {
transform: translateY(-50%) rotateX(180deg);
}
.select-box .options-container::-webkit-scrollbar {
width: 8px;
background: #0d141f;
background: #81878f;
background: #f1f2f3;
border-radius: 0 5px 5px 0;
width: 8px;
background: var(--bg-shade-3);
border-radius: 0 5px 5px 0;
}
.select-box .options-container::-webkit-scrollbar-thumb {
background: #525861;
background: #81878f;
border-radius: 0 5px 5px 0;
background: var(--text-shade-1);
border-radius: 0 5px 5px 0;
}
.select-box .option,
.selected-locale {
padding: 12px 15px;
cursor: pointer;
.select-box .option {
padding: 12px 15px;
cursor: pointer;
border-radius: 5px;
}
.select-box .option:hover {
background: #2f345b;
background: var(--bg-shade-4);
}
.select-box .option:hover .item {
color: white;
color: white;
}
.select-box label {
cursor: pointer;
cursor: pointer;
}
.select-box .option .radio {
display: none;
display: none;
}

View File

@ -1,137 +1,137 @@
pre code.hljs {
display: block;
overflow-x: auto;
padding: 36px;
border-radius: 10px;
font-family: Poppins, Arial, Helvetica, sans-serif;
display: block;
overflow-x: auto;
padding: 36px;
border-radius: 10px;
font-family: Poppins, Arial, Helvetica, sans-serif;
}
code.hljs {
padding: 3px 5px;
padding: 3px 5px;
}
.hljs {
background: #0D0F20;
color: #d6deeb;
background: var(--bg-shade-0);
color: #d6deeb;
}
.hljs-keyword {
color: #c792ea;
font-style: italic;
color: var(--accent-shade-2);
font-style: italic;
}
.hljs-built_in {
color: #addb67;
font-style: italic;
color: #addb67;
font-style: italic;
}
.hljs-type {
color: #82aaff;
color: #82aaff;
}
.hljs-literal {
color: #ff5874;
color: #ff5874;
}
.hljs-number {
color: #f78c6c;
color: #f78c6c;
}
.hljs-regexp {
color: #5ca7e4;
color: #5ca7e4;
}
.hljs-string {
color: #ecc48d;
color: #ecc48d;
}
.hljs-subst {
color: #d3423e;
color: #d3423e;
}
.hljs-symbol {
color: #82aaff;
color: #82aaff;
}
.hljs-class {
color: #ffcb8b;
color: #ffcb8b;
}
.hljs-function {
color: #82aaff;
color: #82aaff;
}
.hljs-title {
color: #dcdcaa;
font-style: italic;
color: #dcdcaa;
font-style: italic;
}
.hljs-params {
color: #7fdbca;
color: #7fdbca;
}
.hljs-comment {
color: #637777;
font-style: italic;
color: #637777;
font-style: italic;
}
.hljs-doctag {
color: #7fdbca;
color: #7fdbca;
}
.hljs-meta,
.hljs-meta .hljs-keyword {
color: #82aaff;
color: #82aaff;
}
.hljs-meta .hljs-string {
color: #ecc48d;
color: #ecc48d;
}
.hljs-section {
color: #82b1ff;
color: #82b1ff;
}
.hljs-attr,
.hljs-name,
.hljs-tag {
color: #7fdbca;
color: #7fdbca;
}
.hljs-attribute {
color: #80cbc4;
color: #80cbc4;
}
.hljs-variable {
color: #addb67;
color: #addb67;
}
.hljs-bullet {
color: #d9f5dd;
color: #d9f5dd;
}
.hljs-code {
color: #80cbc4;
color: #80cbc4;
}
.hljs-emphasis {
color: #c792ea;
font-style: italic;
color: #c792ea;
font-style: italic;
}
.hljs-strong {
color: #addb67;
font-weight: 700;
color: #addb67;
font-weight: 700;
}
.hljs-formula {
color: #c792ea;
color: #c792ea;
}
.hljs-link {
color: #ff869a;
color: #ff869a;
}
.hljs-quote {
color: #697098;
font-style: italic;
color: #697098;
font-style: italic;
}
.hljs-selector-tag {
color: #ff6363;
color: #ff6363;
}
.hljs-selector-id {
color: #fad430;
color: #fad430;
}
.hljs-selector-class {
color: #addb67;
font-style: italic;
color: #addb67;
font-style: italic;
}
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #c792ea;
font-style: italic;
color: #c792ea;
font-style: italic;
}
.hljs-template-tag {
color: #c792ea;
color: #c792ea;
}
.hljs-template-variable {
color: #addb67;
color: #addb67;
}
.hljs-addition {
color: #addb67ff;
font-style: italic;
color: #addb67ff;
font-style: italic;
}
.hljs-deletion {
color: #ef535090;
font-style: italic;
color: #ef535090;
font-style: italic;
}

View File

@ -1,95 +1,95 @@
.localization-wrapper {
width: 100%;
min-height: calc(100vh - 155px);
margin: 0;
text-align: left;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: calc(100vh - 155px);
margin: 0;
text-align: left;
display: flex;
justify-content: center;
align-items: center;
}
.localization-widget {
max-width: 600px;
width: 100%;
max-width: 600px;
width: 100%;
}
.caption {
color: var(--text-secondary);
max-width: 400px;
margin: 20px 0;
color: var(--text-shade-1);
max-width: 400px;
margin: 20px 0;
}
.title.dot {
margin: 0;
margin: 0;
}
.localization-instr,
.localization-instr:visited {
display: flex;
align-items: center;
color: var(--theme-light);
text-decoration: none;
position: relative;
left: -4px;
width: fit-content;
display: flex;
align-items: center;
color: var(--accent-shade-2);
text-decoration: none;
position: relative;
left: -4px;
width: fit-content;
}
.localization-instr svg {
height: 1.3em;
margin-right: 4px;
height: 1.3em;
margin-right: 4px;
}
.localization-form {
padding: 36px;
background-color: #151934;
border-radius: 12px;
margin-top: 36px;
padding: 36px;
background-color: var(--bg-shade-0);
border-radius: 12px;
margin-top: 36px;
}
.input-wrapper {
display: flex;
margin-top: 8px;
display: flex;
margin-top: 8px;
}
.localization-form input {
appearance: none;
-webkit-appearance: none;
border: 0;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
background-color: var(--btn-secondary);
border: none;
border-radius: 4px 0 0 4px;
padding: 12px 24px;
color: var(--text-secondary);
width: 20px;
flex: 2 10%;
appearance: none;
-webkit-appearance: none;
border: 0;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
background-color: var(--bg-shade-3);
border: none;
border-radius: 4px 0 0 4px;
padding: 12px 24px;
color: var(--text-shade-1);
width: 20px;
flex: 2 10%;
}
.localization-form input::placeholder {
color: var(--text-secondary-2);
color: var(--text-shade-0);
}
.localization-form input:focus {
background-color: #fff;
color: var(--btn-secondary);
transition: 200ms;
outline: none;
background-color: var(--bg-shade-4);
color: var(--bg-shade-3);
transition: 200ms;
outline: none;
}
.localization-form button {
appearance: none;
-webkit-appearance: none;
border: 0;
border-radius: 0 4px 4px 0;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
padding: 12px 36px;
background: var(--btn);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
border: 0;
border-radius: 0 4px 4px 0;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text-shade-3);
padding: 12px 36px;
background: var(--accent-shade-0);
cursor: pointer;
}
footer {
margin-top: auto;
margin-top: auto;
}

View File

@ -1,146 +1,132 @@
.wrapper {
display: flex;
min-height: 100vh;
display: flex;
flex-flow: column;
min-height: 100vh;
}
header {
margin: 35px 0;
}
.account-form-wrapper {
margin: auto;
width: fit-content;
overflow: hidden;
}
.account-form-wrapper .logotype {
display: block;
position: relative;
left: -6px;
margin-bottom: 30px;
}
.account-form-wrapper .logotype svg {
width: 140px;
}
.account-form-wrapper .logotype svg text {
font-size: 20px;
transform: translate(593px, 495px);
margin: auto;
width: fit-content;
overflow: hidden;
}
form.account {
display: block;
padding: 40px 48px;
background-color: #292E53;
color: var(--text-secondary);
border-radius: 12px;
width: 360px;
max-width: calc(90vw - 96px);
display: block;
padding: 40px 48px;
background-color: var(--bg-shade-2);
color: var(--text-shade-1);
border-radius: 12px;
width: min(480px, 90vw);
box-sizing: border-box;
}
form.account h2 {
margin: 0;
color: var(--text)
margin: 0;
color: var(--text-shade-3);
}
form.account p {
margin: 12px 0;
margin: 12px 0;
}
form.account div {
margin-top: 24px;
}
form.account input {
appearance: none;
-webkit-appearance: none;
display: block;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
background-color: #353C6A;
border: none;
border-radius: 4px;
padding: 12px;
color: var(--text);
width: calc(100% - 24px);
}
form.account input:focus {
background-color: #4B5595;
outline: none;
transition: 150ms;
margin-top: 24px;
}
form.account label {
display: block;
margin-bottom: 6px;
text-transform: uppercase;
font-size: 12px;
display: block;
margin-bottom: 6px;
text-transform: uppercase;
font-size: 12px;
}
form.account button {
appearance: none;
-webkit-appearance: none;
display: block;
border: none;
border-radius: 4px;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
padding: 12px 30px;
background: #353C6A;
margin-top: 18px;
cursor: pointer;
width: 100%;
text-decoration: none;
}
form.account button[type="submit"] {
background: var(--btn);
margin: auto;
width: 100%;
background: var(--accent-shade-0);
}
form.account a {
text-decoration: none;
display: block;
color: var(--text-secondary);
text-align: right;
margin: 6px 0;
width: fit-content;
text-decoration: none;
display: block;
color: var(--text-shade-1);
text-align: right;
margin: 6px 0;
width: fit-content;
}
form.account a:hover {
color: var(--text);
color: var(--text-shade-3);
}
form.account a.pwdreset {
margin-left: auto;
font-size: 14px;
margin-left: auto;
font-size: 14px;
}
form.account a.register {
margin:auto;
margin-top: 18px;
}
form.account.register div:last-child {
margin-top: 42px;
margin: auto;
margin-top: 18px;
}
@keyframes banner-notice {
0% {top: -150px}
20% {top: 35px}
80% {top: 35px}
100% {top: -150px}
0% {
top: -150px;
}
20% {
top: 35px;
}
80% {
top: 35px;
}
100% {
top: -150px;
}
}
.banner-notice {
display: flex;
justify-content: center;
position: fixed;
top: -150px;
width: 100%;
animation: banner-notice 5s;
display: flex;
justify-content: center;
position: fixed;
top: -150px;
width: 100%;
animation: banner-notice 5s;
}
.banner-notice div {
padding: 4px 36px;
border-radius: 5px;
z-index: 3;
padding: 4px 36px;
border-radius: 5px;
z-index: 3;
}
.banner-notice.error div {
background: #A9375B;
}
background: var(--red-shade-1);
}
form.account.register {
display: grid;
grid-template-columns: repeat(2, 1fr);
width: min(780px, 90vw);
column-gap: 24px;
margin-bottom: 48px;
}
form.account.register div.h-captcha {
grid-column: 1 / span 2;
display: flex;
justify-content: center;
}
form.account.register p,
form.account.register div.email,
form.account.register div.buttons {
grid-column: 1 / span 2;
}
@media screen and (max-width: 720px) {
form.account.register {
grid-template-columns: 1fr;
}
form.account.register div.h-captcha,
form.account.register p,
form.account.register div.email,
form.account.register div.buttons {
grid-column: unset;
}
}

View File

@ -1,18 +1,32 @@
:root {
--background: #1B1F3B;
--text: white;
--text-secondary: #A1A8D9;
--btn: #673DB6;
--btn-secondary: #333960;
--theme: var(--btn);
--theme-light: #A185D6;
--text-secondary-2: #8990C1;
/* 1 is the base color, <1 are darker variations and >1 are lighter */
--bg-shade-0: #131733;
--bg-shade-1: #1B1F3B;
--bg-shade-2: #23274A;
--bg-shade-3: #373C65;
--bg-shade-4: #494F81;
--accent-shade-0: #673DB6;
--accent-shade-1: #9D6FF3;
--accent-shade-2: #A185D6;
--accent-shade-3: #CAB1FB;
--text-shade-0: #8990C1;
--text-shade-1: #A1A8D9;
--text-shade-2: #CAC1F5;
--text-shade-3: #fff;
--green-shade-0: #37a985;
--green-shade-1: #59c9a5;
--red-shade-1: #a9375b;
--border: rgba(255, 255, 255, 0.1);
}
body {
background: var(--background);
background: var(--bg-shade-1);
padding-bottom: env(safe-area-inset-bottom);
}
body, .main-body {
@ -21,7 +35,7 @@ body, .main-body {
position: relative; /* This fixes overflow-x not hiding on Safari on mobile */
overflow-x: hidden;
margin: 0;
color: var(--text);
color: var(--text-shade-3);
justify-content: center;
font-family: Poppins, Arial, Helvetica, sans-serif;
}
@ -55,49 +69,17 @@ body, .main-body {
}
h1.dot:not([data-title-suffix]):after, h2.dot:not([data-title-suffix]):after {
/* content: ".";
color: #9D6FF3; */
content: "";
background-color: #9D6FF3;
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
display: inline-block;
background-color: var(--accent-shade-1);
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
display: inline-block;
}
h1.dot[data-title-suffix]:after, h2.dot[data-title-suffix]:after {
content: attr(data-title-suffix);
display: inline-block;
color: #9D6FF3;
}
header {
display: flex;
align-items: center;
margin-top: 35px;
}
header a {
text-decoration: none;
}
header .logo-link, header .logo-link svg {
display: block;
}
header nav a:first-child {
margin-left: 40px;
}
header nav a {
color: var(--text-secondary);
margin: 0 17px;
text-decoration: none;
}
header nav a:hover {
color: var(--text);
transition: color 50ms ease-in-out;
}
.locale-dropdown {
margin-left: auto;
z-index: 2;
height: 45px;
color: var(--accent-shade-1);
}
/* Misc */
@ -106,14 +88,13 @@ header nav a:hover {
z-index: -2;
width: 2100px;
height: 1700px;
background: #111531;
background: var(--bg-shade-0);
border-radius: 50%;
top: -250px;
right: -1420px;
/* left: 60vw; */
}
.light-purple-circle {
background: #CAB1FB;
background: var(--accent-shade-3);
width: 500px;
height: 500px;
position: relative;
@ -180,7 +161,7 @@ img.emoji {
max-width: 423px;
}
.progress-hero .text a {
color: #9d6ff3;
color: var(--accent-shade-1);
text-decoration: none;
font-weight: bold;
}
@ -218,7 +199,7 @@ img.emoji {
}
.text {
font-size: 1rem;
color: var(--text-secondary);
color: var(--text-shade-1);
width: 86%;
line-height: 1.8;
margin: 0;
@ -235,26 +216,11 @@ img.emoji {
align-items: flex-start;
}
.hero .buttons a {
display: block;
text-decoration: none;
}
.hero .buttons a > * {
cursor: pointer;
}
.button {
appearance: none;
-webkit-appearance: none;
border: 0;
border-radius: 6px;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
}
.button.primary {
padding: 12px 48px;
background: var(--btn);
}
.button.secondary {
background: var(--btn-secondary);
.hero .button.secondary {
padding: 0;
}
.button.secondary.discord svg {
margin-bottom: -1px;
@ -263,18 +229,6 @@ img.emoji {
margin-bottom: 15px;
margin-right: 15px;
}
.button.secondary.icon-btn {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.button svg {
width: 30px;
height: 30px;
display: block;
}
/* Non-hero sections */
.sect .title {
@ -302,13 +256,13 @@ section.progress .left, section.progress .right {
section.progress .right {
position: relative;
padding-left: 80px;
background: var(--theme);
background: var(--accent-shade-0);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
section.progress .right .title a {
text-decoration: none;
color: var(--text);
color: var(--text-shade-3);
}
section.progress .right .title a:hover {
text-decoration: underline;
@ -321,7 +275,7 @@ section.progress .right:before {
background: yellow;
left: 90%;
margin-top: -50px;
background: var(--theme);
background: var(--accent-shade-0);
z-index: -1;
}
@ -339,23 +293,23 @@ section.faq {
.question-and-answer summary {
font-size: 1.5625rem;
color: #B8BDDF;
color: var(--text-shade-2);
}
.question-and-answer[open] summary {
color: var(--text);
color: var(--text-shade-3);
}
.question-and-answer summary:hover {
color: var(--text);
color: var(--text-shade-3);
text-decoration: underline;
cursor: pointer;
}
.question-and-answer .text {
margin: 5px 0;
line-height: 1.85;
color: var(--text-secondary-2);
color: var(--text-shade-0);
}
.question-and-answer .text a {
color: #9d6ff3;
color: var(--accent-shade-1);
text-decoration: none;
font-weight: bold;
}
@ -373,11 +327,11 @@ section.showcase::before {
content: "";
width: 400vw;
margin-left: -50vw;
background: linear-gradient(180deg, rgba(19, 22, 36, 0) 0%, #131624 100%);
background: linear-gradient(180deg, rgba(19, 22, 36, 0) 0%, var(--bg-shade-0) 100%);
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
z-index: -1;
}
section.showcase .text {
max-width: 504px;
@ -389,16 +343,16 @@ section.showcase .grid {
grid-gap: 24px;
}
section.showcase .grid .item {
background: #252A51;
background: var(--bg-shade-2);
border-radius: 10px;
padding: 42px 36px;
}
section.showcase .grid .item.highlight {
border: 2px solid #9D6FF3;
border: 2px solid var(--accent-shade-1);
}
section.showcase .grid .item svg {
height: 36px;
color: #9D6FF3;
color: var(--accent-shade-1);
}
section.showcase .grid .item h1 {
margin-top: 14px;
@ -407,7 +361,7 @@ section.showcase .grid .item h1 {
}
section.showcase .grid .item p {
margin: 0;
color: var(--text-secondary)
color: var(--text-shade-1)
}
section.team {
@ -446,7 +400,7 @@ section.team {
display: grid;
grid-template-columns: 110px 1fr;
grid-gap: 20px;
background: #16192D;
background: var(--bg-shade-0);
grid-column: span 2;
border-radius: 10px;
align-items: center;
@ -464,7 +418,7 @@ section.team {
margin: 0;
}
.card .sub {
color: #59C9A5;
color: var(--green-shade-1);
font-size: .875rem;
}
.card .title {
@ -483,12 +437,13 @@ section.team {
display: block;
}
.card .text {
color: var(--text-secondary);
color: var(--text-shade-1);
}
section.team-helpers {
position: relative;
margin-top: 160px;
overflow: hidden;
}
section.team-helpers .text {
max-width: 504px;
@ -496,30 +451,27 @@ section.team-helpers .text {
}
section.team-helpers .team-helpers-cards {
display: inline-grid;
grid-template-columns: repeat(9, 1fr);
grid-template-columns: repeat(12, 1fr);
grid-gap: 20px;
margin-right: 20px;
color: var(--text-secondary);
color: var(--text-shade-1);
width: max-content;
}
section.team-helpers .row.second .team-helpers-cards {
grid-template-columns: repeat(12, 1fr);
}
section.team-helpers .row {
width: fit-content;
}
section.team-helpers .row.first {
animation: infiniteScrollRow1 15s linear infinite; /* Set the duration to 5s times the number of cards */
animation: infiniteScrollRow1 25s linear infinite;
}
section.team-helpers .row.second {
animation: infiniteScrollRow2 20s linear infinite; /* Set the duration to 5s times the number of cards */
animation: infiniteScrollRow2 25s linear infinite;
}
@keyframes infiniteScrollRow1 {
0% { transform: translate3d(0); }
@keyframes infiniteScrollRow1 {
0% { transform: translate3d(0); }
100% { transform: translate3d(calc(100% / -3), 0, 0); }
}
@keyframes infiniteScrollRow2 {
0% { transform: translate3d(calc(100% / -3), 0, 0); }
@keyframes infiniteScrollRow2 {
0% { transform: translate3d(calc(100% / -3), 0, 0); }
100% { transform: translate3d(0, 0, 0); }
}
section.team-helpers .animation-wrapper {
@ -535,7 +487,7 @@ section.team-helpers .animation-wrapper::after {
width: 101%; /* If set to 100% it doesn't cover it completely */
left: -0.5%;
height: 100%;
background: linear-gradient(90deg, var(--background) 0%, rgba(27, 31, 59, 0) 20%, rgba(27, 31, 59, 0) 80%, var(--background) 100%);
background: linear-gradient(90deg, var(--bg-shade-1) 0%, rgba(27, 31, 59, 0) 20%, rgba(27, 31, 59, 0) 80%, var(--bg-shade-1) 100%);
z-index: 1;
pointer-events: none;
}
@ -555,7 +507,7 @@ section.team-helpers .animation-wrapper .row-wrapper::before {
width: 100%;
left: calc(-100% - 20px);
height: 100%;
background: var(--background);
background: var(--bg-shade-1);
z-index: 2;
pointer-events: none;
}
@ -566,7 +518,7 @@ section.team-helpers .animation-wrapper .row-wrapper::after {
width: 100%;
left: calc(100% - 20px);
height: 100%;
background: var(--background);
background: var(--bg-shade-1);
z-index: 2;
pointer-events: none;
}
@ -583,12 +535,12 @@ section.team-helpers .helper-card {
flex-direction: row;
align-items: center;
padding: 14px 24px;
background: #16192D;
background: var(--bg-shade-0);
border-radius: 12px;
min-width: 480px;
}
section.team-helpers .helper-card:hover {
background: #252A51;
background: var(--bg-shade-2);
transition: 200ms;
}
section.team-helpers .helper-card.special {
@ -620,12 +572,12 @@ section.team-helpers .helper-card .pfp {
height: 48px;
}
section.team-helpers .helper-card span {
color: var(--text);
color: var(--text-shade-3);
font-weight: 600;
margin-right: 0.6ch;
}
section.team-helpers .helper-card p {
color: var(--text-secondary);
color: var(--text-shade-1);
}
section.update-signup {
@ -656,21 +608,21 @@ section.update-signup .floating-serverjoin {
width: 100%;
max-width: 576px;
background: #15182D;
background: var(--bg-shade-0);
border-radius: 6px;
padding: 18px;
overflow-x: hidden;
}
section.update-signup .floating-serverjoin p {
color: var(--text-secondary);
color: var(--text-shade-1);
margin: auto;
margin-left: 0;
}
section.update-signup .floating-serverjoin a {
color: var(--text);
color: var(--text-shade-3);
text-decoration: none;
background: var(--theme);
background: var(--accent-shade-0);
margin: 0;
margin-left: auto;
padding: 9px 18px;
@ -680,7 +632,7 @@ section.update-signup .floating-serverjoin a {
}
section.update-signup div.circle {
display: block;
background: #202442;
background: var(--bg-shade-2);
/* the next 4 lines make it so the circle is always the same aspect ratio and covers enough of the screen */
width: 2591px;
height: 1454px;
@ -693,6 +645,44 @@ section.update-signup div.circle {
}
/* Progress */
.donation-progress {
padding: 50px 20px;
border-radius: 10px;
background: var(--bg-shade-0);
grid-column: span 2;
}
.donation-progress h1 {
display: inline-block;
margin: 0;
}
.donation-progress span {
font-weight: bold;
}
.donation-progress a {
color: var(--accent-shade-1);
text-decoration: none;
font-weight: bold;
}
.donation-progress a:hover {
text-decoration: underline;
}
.progress-bar {
position: relative;
display: block;
width: 100%;
height: 12px;
margin: 1rem 0;
border-radius: 6px;
background: var(--bg-shade-3);
overflow: hidden;
}
.progress-bar-inner {
height: 100%;
background-color: var(--accent-shade-0);
}
.all-progress-lists {
margin-top: 50px;
display: grid;
@ -726,7 +716,7 @@ section.update-signup div.circle {
}
.progress-title a.github {
margin-top: 10px;
color: #6D73A2;
color: var(--text-shade-0);
display: inline-flex;
align-items: center;
opacity: .75;
@ -734,7 +724,7 @@ section.update-signup div.circle {
transition: color 50ms ease-in-out;
}
.progress-title a.github:focus, .progress-title a.github:hover, .progress-title a.github:visited {
color: #6D73A2;
color: var(--text-shade-0);
text-decoration: none;
}
.progress-title a.github:hover {
@ -745,7 +735,7 @@ section.update-signup div.circle {
margin-right: .4rem;
}
.feature-list-wrapper.purple .progress-title a.github, .feature-list-wrapper.purple .progress-title a.github:focus, .feature-list-wrapper.purple .progress-title a.github:hover, .feature-list-wrapper.purple .progress-title a.github:visited {
color: #c69cf9;
color: var(--accent-shade-3);
}
.feature-list-wrapper .core > .progress-title a.github:hover {
color: white;
@ -786,8 +776,8 @@ section.update-signup div.circle {
.custom-checkbox {
width: 1.5rem;
height: 1.5rem;
background: #31365A;
color: var(--text);
background: var(--bg-shade-3);
color: var(--text-shade-3);
border-radius: 2px;
display: flex;
justify-content: center;
@ -814,90 +804,7 @@ section.update-signup div.circle {
.purple-card {
padding: 50px 20px;
border-radius: 10px;
background: #151934;
}
/* Footer */
footer {
width: 100%;
display: grid;
grid-template-columns: repeat(3, fit-content(100%)) 1fr;
gap: 7.7vw;
color: var(--text-secondary);
margin-top: 120px;
position: relative;
padding: 60px 0;
}
footer::after {
content: "";
width: 400vw;
height: 100%;
position: absolute;
top: 0;
left: -50vw;
background: #15182D;
z-index: -1;
}
footer div {
display: flex;
flex-flow: column;
width: fit-content;
}
footer svg.logotype {
height: 56px;
width: fit-content;
margin: -10px 0 24px -10px;
}
footer p {
margin: 0;
}
footer h1 {
font-size: 20px;
margin-top: 0;
color: var(--text);
}
footer a {
color: var(--text-secondary);
text-decoration: none;
width: fit-content;
}
footer a:hover {
color: var(--text);
text-decoration: underline;
}
footer div.discord-server-card {
background: #222641;
border-radius: 12px;
padding: 30px 90px 30px 36px;
justify-self: end;
}
footer div.discord-server-card h1 {
font-size: 25px;
margin: 0;
}
footer div.discord-server-card h2 {
color: var(--text);
font-size: 22px;
margin: 0;
}
footer div.discord-server-card a {
display: flex;
align-items: center;
color: #CAB1FB;
font-size: 22px;
text-decoration: none;
width: fit-content;
margin-left: -2px;
margin-top: 12px;
}
footer div.discord-server-card a:hover {
text-decoration: underline;
}
footer div.discord-server-card svg {
height: 24px;
stroke-width: 3px;
margin-right: 4px;
background: var(--bg-shade-0);
}
@media screen and (min-width: 701px) and (max-width: 1500px) {
@ -916,8 +823,6 @@ footer div.discord-server-card svg {
right: auto;
left: 60vw;
}
}
@media screen and (max-width: 900px) {
@ -928,20 +833,14 @@ footer div.discord-server-card svg {
.feature-list-wrapper {
grid-template-columns: 100%;
}
header nav a:not(.keep-on-mobile) {
/* You don't really need it on mobile IMO */
display: none;
}
header .logo-link {
margin-right: 20px;
.donation-progress {
grid-column: span 1;
}
.hero-meta {
margin-top: 100px;
}
.wrapper {
width: 90%;
}
@ -994,15 +893,15 @@ footer div.discord-server-card svg {
font-size: 1.1rem;
}
section.showcase {
margin-top: 0;
margin-top: 0;
}
section.showcase .grid {
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
}
section.team,
section.team-helpers {
margin-top: 100px;
@ -1039,20 +938,6 @@ footer div.discord-server-card svg {
padding-bottom: 90px;
}
footer {
margin-top: 100px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, fit-content(100%));
}
footer div {
justify-self: center;
}
footer div.discord-server-card {
grid-column: 1 / span 4;
width: calc(100% - 126px);
justify-self: normal;
}
.text {
width: 100%;
}
@ -1077,7 +962,7 @@ footer div.discord-server-card svg {
}
section.showcase {
padding: 160px 0;
padding: 160px 0;
}
section.showcase p.text {
margin-bottom: 82px;
@ -1100,7 +985,7 @@ footer div.discord-server-card svg {
section.team-helpers .team-helpers-cards {
grid-gap: 12px;
margin-right: 12px;
margin-right: 12px;
}
section.team-helpers .animation-wrapper .helper-card {
padding: 7px 18px;
@ -1118,63 +1003,10 @@ footer div.discord-server-card svg {
margin: auto !important;
}
.selected-locale .locale-names {
display: none;
}
.selected-locale {
width: 80px;
margin-left: auto;
margin-right: 12px;
}
.locale-dropdown {
width: fit-content;
}
.select-box .options-container {
width: 150px;
right: 12px;
}
footer {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, fit-content(100%));
}
footer div {
justify-self: start;
}
footer div.discord-server-card {
grid-column: 1 / span 1;
padding: 30px;
width: calc(100% - 60px);
}
}
@media screen and (max-width: 480px) {
header .logo-link svg text {
@media screen and (min-width: 2256px) {
.purple-circle {
display: none;
}
header .logo-link svg {
width: 39.876px;
}
header .logo-link {
margin-right: 10px;
}
header nav a {
margin: 0 10px;
}
}
@media screen and (max-width: 330px) {
.locale-dropdown .selected-locale {
width: 50px;
}
.locale-dropdown .selected-locale::after {
display: none;
}
}
}

View File

@ -1,252 +1,709 @@
html,
body,
div.main-body {
height: 100%;
}
body,
div.main-body,
.miieditor-wrapper {
z-index: -1;
user-select: none;
z-index: -1;
user-select: none;
background: var(--bg-shade-0);
}
svg.logotype {
position: absolute;
width: 120px;
top:42px;
left:162px;
position: absolute;
width: 120px;
top: 42px;
left: 60px;
}
.miieditor-wrapper {
position: relative;
display: grid;
grid-template-columns: 2fr 3fr;
background: #0d0f20;
width: 100vw;
height: 100vh;
gap: 0 48px;
}
position: relative;
display: grid;
grid-template-columns: auto auto;
width: 95vw;
max-width: 1920px;
height: 100%;
margin: auto;
gap: 0 120px;
}
.params-wrapper::before {
content: "";
display: block;
position: absolute;
background: var(--bg-shade-1);
border-radius: 100% 0 0 100%;
width: 1300px;
height: 1700px;
top: 50%;
transform: translateY(-50%);
left: -200px;
z-index: -1;
}
.miieditor-wrapper::after {
content: "";
display: block;
position: absolute;
background: radial-gradient(closest-side, #161d40 0%, transparent 100%);
width: 200vh;
height: 200vh;
top: -100vh;
left: -100vh;
z-index: -1;
content: "";
display: block;
position: absolute;
background: radial-gradient(
closest-side,
var(--bg-shade-1) 0%,
rgba(27, 31, 59, 0) 100%
);
width: 200vh;
height: 200vh;
top: -100vh;
left: -100vh;
z-index: -1;
}
div.mii-img-wrapper {
position: relative;
margin: auto;
max-width: 512px;
width: 26vw;
height: auto;
.canvas-wrapper {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
overflow: hidden;
}
img#mii-img {
position: relative;
width: 512px;
height: auto;
z-index: 2;
canvas#miiCanvas {
width: auto;
height: auto;
transform-origin: center;
transition: transform 200ms, filter 200ms;
}
div.mii-img-wrapper .shadow {
position: absolute;
bottom: -18px;
left: 6px;
height: 72px;
width: 512px;
background: #1a214c;
background: radial-gradient(farthest-side, #1a214c 0%, transparent 100%);
div.mii-img-wrapper::before {
content: "";
position: absolute;
bottom: -22px;
height: 72px;
width: 100%;
background: radial-gradient(
farthest-side,
var(--bg-shade-2) 0%,
rgba(35, 39, 74, 0) 100%
);
}
div.params-wrapper {
position: relative;
overflow-x: visible;
margin: auto;
margin-top: 150px;
margin-right: 100px;
display: grid;
z-index: 3;
position: relative;
margin: auto;
display: grid;
z-index: 3;
}
div.tabs {
display: grid;
grid-auto-flow: column;
width: fit-content;
gap: 2px;
background: #0A0C19;
padding: 6px;
border-radius: 6px;
margin-bottom: 32px;
display: grid;
grid-template-columns: repeat(11, 1fr);
width: 100%;
box-sizing: border-box;
background: #0a0c19;
padding: 6px;
gap: 6px;
border-radius: 6px;
margin-bottom: 2rem;
}
div.tabs .tabbtn {
min-width: 42px;
min-height: 42px;
border: none;
border-radius: 6px;
cursor: pointer;
background: none;
color: var(--text);
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1;
border-radius: 6px;
background: none;
padding: 0;
}
div.tabs .tabbtn::after {
content: "";
display: block;
width: 12px;
height: 12px;
background: url("/assets/images/miieditor.svg");
background-position: calc(var(--assetcol) * -12px) -312px;
transform: scale(2.9);
}
div.tabs .tabbtn:hover,
div.tabs .tabbtn.active {
background: #1d203d;
background: var(--bg-shade-2);
}
div.subtabs {
position: relative;
grid-column: 1 / span 2;
position: relative;
display: flex;
width: fit-content;
}
div.subtabs .subtabbtn {
position: relative;
border: none;
padding: 12px;
border-radius: 6px;
cursor: pointer;
background: none;
color: var(--text);
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
border-radius: 6px;
background: none;
padding: 0;
color: var(--text-shade-3);
aspect-ratio: 1;
}
div.subtabs .subtabbtn::after {
content: "";
display: block;
width: 12px;
height: 12px;
background: url("/assets/images/miieditor.svg");
background-position: calc(var(--assetcol) * -12px) -324px;
transform: scale(2.9);
}
div.subtabs .subtabbtn.active::before,
div.subtabs .subtabbtn.active:hover::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background: #9D6FF3;
border-radius: 6px;
content: "";
position: absolute;
bottom: -2px;
left: 5%;
width: 90%;
height: 5px;
background: var(--accent-shade-1);
border-radius: 6px;
}
.subtab.has-sliders {
grid-template-columns: 1fr 1fr;
.has-sliders {
grid-template-columns: 60px auto;
gap: 12px;
}
.has-sliders label {
position: relative;
display: flex;
width: 60px;
height: 60px;
align-items: center;
justify-content: center;
}
.has-sliders label::after {
content: "";
display: block;
width: 16px;
height: 16px;
background: url("/assets/images/miieditor.svg");
background-position: calc(var(--assetcol) * -16px) -336px;
transform: scale(3);
}
.has-textinput {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
grid-auto-rows: auto;
gap: 24px;
}
.has-textinput label {
display: block;
margin-bottom: 6px;
text-transform: uppercase;
font-size: 12px;
}
.has-textinput .icons {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.has-textinput .icons input[type="checkbox"] {
box-sizing: border-box;
margin: 0;
height: 49px;
width: 49px;
}
input[type="checkbox"]#allowCopying:checked {
background: no-repeat center/80% url(../images/copy.svg), var(--accent-shade-0);
}
input[type="checkbox"]#disableSharing:checked {
background: no-repeat center/80% url(../images/share.svg), var(--accent-shade-0);
}
input[type="checkbox"]#favorite:checked {
background: no-repeat center/80% url(../images/star.svg), var(--accent-shade-0);
}
form.params {
grid-template-columns: repeat(2, auto);
grid-template-columns: repeat(2, auto);
height: 618px;
width: 582px;
}
form.params .tab {
display: none;
grid-template-columns: 534px 258px;
gap: 48px;
display: none;
gap: 4rem 0;
}
form.params .tab.active {
display: grid;
display: grid;
}
fieldset {
appearance: none;
border: none;
padding: 0;
margin: 0;
display: none;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
width: fit-content;
height: fit-content;
grid-row: 2;
fieldset,
fieldset.has-subpages .subpage {
appearance: none;
border: none;
padding: 0;
margin: 0;
display: none;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(4, 1fr);
gap: 18px;
width: 100%;
height: fit-content;
}
fieldset.active {
display: grid;
}
fieldset.color {
grid-template-columns: repeat(2, 1fr);
display: grid;
grid-column: 2;
display: grid;
}
fieldset input[type="radio"] {
display: none;
display: none;
}
fieldset input[type="radio"] + label {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 18px;
background: #393b5f;
width: 120px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 18px;
background: var(--bg-shade-3);
width: 100%;
aspect-ratio: 1;
}
fieldset input[type="radio"]:checked + label {
background: #3f4480;
font-weight: bold;
box-shadow: inset 0 0 0 4px #9D70F1;
}
fieldset.color input[type="radio"]:checked + label {
box-shadow: inset 0 0 0 4px #9D70F1, inset 0 0 0 6px #181B33;
}
div.colorSidebar {
margin: auto;
}
fieldset.has-subpages.active {
display: block;
}
fieldset.has-subpages .subpage {
display: none;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
width: fit-content;
height: fit-content;
display: block;
}
fieldset.has-subpages .subpage.active {
display: grid;
display: grid;
}
fieldset:not(.color, #favoriteColor) input[type="radio"] + label::after {
content: "";
display: block;
width: 24px;
height: 24px;
background: url("/assets/images/miieditor.svg");
background-position: calc(
((var(--assetcol) + (var(--subpage, 0) * 12)) * -24px)
)
calc(var(--assetrow) * -24px);
transform: scale(4.5);
}
fieldset input[type="radio"]:checked + label {
background: var(--bg-shade-4);
box-shadow: inset 0 0 0 4px var(--accent-shade-1);
}
fieldset.color input[type="radio"]:checked + label,
fieldset#favoriteColor input[type="radio"]:checked + label {
box-shadow: inset 0 0 0 4px var(--accent-shade-1),
inset 0 0 0 6px var(--bg-shade-1);
}
input[type="range"].invert {
direction: rtl;
direction: rtl;
}
.pagination {
display: flex;
flex-flow: row;
width: max-content;
grid-column: 3 / span 2;
grid-row: 4;
margin-left: auto;
align-items: center;
font-size: 18px;
color: var(--text-secondary);
display: flex;
width: max-content;
height: fit-content;
grid-column: 1 / span 4;
grid-row: 4;
margin-left: auto;
align-items: center;
font-size: 18px;
color: var(--text-shade-1);
}
.pagination .current-page-index {
display: inline-block;
font-weight: bold;
color: var(--text);
width: 18px;
margin-right: 0.7ch;
text-align: right;
display: inline-block;
font-weight: bold;
color: var(--text-shade-3);
width: 18px;
margin-right: 0.5ch;
text-align: right;
}
.page-btn {
appearance: none;
border: none;
background: none;
cursor: pointer;
appearance: none;
border: none;
background: none;
cursor: pointer;
padding: 0;
margin-left: 8px;
}
.page-btn svg{
height: 36px;
margin: 6px
.page-btn:hover {
background: none;
}
.page-btn:hover svg path {
fill: var(--accent-shade-3);
}
.page-btn svg {
height: 36px;
margin: 6px;
}
.page-btn.disabled {
pointer-events: none;
pointer-events: none;
}
.page-btn.disabled svg path {
fill: #393B5F;
fill: var(--bg-shade-3);
}
.tab#saveTab {
gap: 2rem 0;
}
.tab#saveTab p.save-prompt {
margin-bottom: 0;
text-align: center;
}
.mii-comparison-animation-wrapper {
position: relative;
height: fit-content;
}
.mii-comparison {
position: relative;
display: grid;
grid-template-columns: repeat(3, auto);
align-items: center;
width: 100%;
}
.mii-comparison.confirmed {
position: absolute;
height: 100%;
top: 0;
left: 0;
opacity: 0;
overflow: hidden;
}
.mii-comparison img {
display: block;
width: 100%;
aspect-ratio: 1;
background: var(--bg-shade-3);
border-radius: 24px;
}
.mii-comparison .new-mii-wrapper {
position: relative;
transition: right 500ms, transform 500ms;
right: 0;
}
.mii-comparison .new-mii-wrapper::after {
position: absolute;
content: "";
display: block;
box-shadow: inset 0 0 0 8px var(--accent-shade-1);
border-radius: 24px;
margin: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.mii-comparison svg {
width: 72px;
height: 72px;
}
.mii-comparison svg path {
fill: var(--accent-shade-1);
}
.fade-in {
animation: fadeIn 0.25s forwards;
}
.fade-out {
animation: fadeOut 0.5s forwards;
}
.mii-comparison div.new-mii-wrapper.centered-mii-img {
position: absolute;
right: 50%;
transform: translateX(50%);
height: 100%;
aspect-ratio: 1;
width: auto;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
button * {
pointer-events: none;
pointer-events: none;
}
.miieditor-wrapper::before {
content: "";
display: block;
position: absolute;
background: #181B33;
border-radius: 100%;
width: 1308px;
height: 1707px;
top: 50%;
transform: translateY(-50%);
right: -200px;
z-index: 0;
@media screen and (max-width: 1400px) {
form.params {
height: 562px;
width: 512px;
}
fieldset,
fieldset.has-subpages .subpage {
gap: 12px;
}
div.params-wrapper {
margin-right: 24px;
}
.params-wrapper::before {
left: -150px;
}
div.tabs {
padding: 4px;
gap: 2px;
}
}
@media screen and (max-width: 1280px) {
form.params {
height: 492px;
width: 480px;
}
fieldset,
fieldset.has-subpages .subpage {
gap: 8px;
}
div.params-wrapper {
margin-right: 24px;
}
.params-wrapper::before {
left: -150px;
}
fieldset:not(.color, #favoriteColor) input[type="radio"] + label::after {
transform: scale(4);
}
div.subtabs .subtabbtn::after,
div.tabs .tabbtn::after {
transform: scale(2.4);
}
div.subtabs .subtabbtn {
width: 48px;
}
.params-wrapper::before {
left: -100px;
}
div.tabs {
margin-bottom: 1rem;
}
form.params .tab {
gap: 2rem 0;
}
}
@media screen and (max-width: 1120px) {
form.params {
height: 444px;
width: 420px;
}
fieldset,
fieldset.has-subpages .subpage {
gap: 6px;
}
}
@media screen and (max-width: 1080px) {
.canvas-wrapper {
height: calc(100% - 12px);
}
svg.logotype {
left: 0;
}
svg.logotype text#Pretendo {
display: none;
}
.miieditor-wrapper {
grid-template-columns: auto;
grid-template-rows: auto fit-content(100%);
margin: auto;
max-width: 360px;
width: 90vw;
}
div.params-wrapper {
width: 100%;
margin: 0 auto;
display: flex;
flex-flow: column;
}
div.tabs,
div.subtabs {
order: 2;
margin-top: 1rem;
}
fieldset {
order: 1;
}
form.params {
width: 100%;
height: 100%;
order: 1;
}
fieldset input[type="radio"] + label {
width: 100%;
height: auto;
border-radius: 8px;
aspect-ratio: 1;
}
fieldset:not(.color, #favoriteColor) input[type="radio"] + label::after {
transform: scale(3.5);
}
.has-sliders {
overflow-y: auto;
overflow-x: hidden;
height: 100%;
gap: 2px 6px;
scrollbar-width: thin;
scrollbar-color: var(--text-shade-1) var(--bg-shade-3);
}
.has-sliders::-webkit-scrollbar {
width: 12px;
background: var(--bg-shade-3);
border-radius: 9px;
}
.has-sliders::-webkit-scrollbar-thumb {
background: var(--text-shade-1);
border-radius: 9px;
}
.params-wrapper::before {
top: -12px;
left: -100vw;
width: 300vw;
border-radius: 0;
background: var(--bg-shade-2);
transform: none;
}
fieldset,
fieldset.has-subpages .subpage {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr) 48px;
width: 100%;
gap: 8px;
}
.pagination {
grid-column: 1 / span 4;
grid-row: 4;
}
fieldset:not(.has-sliders, .has-textinput) {
position: relative;
margin-bottom: -60px;
}
div.tabs {
margin-bottom: 1rem;
}
form.params .tab {
gap: 0;
height: 100%;
}
div.subtabs {
z-index: 4;
}
form.params {
grid-template-columns: repeat(2, auto);
}
div.tabs .tabbtn::after,
div.subtabs .subtabbtn::after,
.has-sliders label::after {
transform: scale(2);
}
div.subtabs .subtabbtn {
width: 48px;
height: 48px;
}
}
@media screen and (max-width: 424px) {
fieldset:not(.color, #favoriteColor) input[type="radio"] + label::after {
transform: scale(2.8);
}
}
@media screen and (max-width: 396px) {
div.tabs .tabbtn::after,
div.subtabs .subtabbtn::after,
.has-sliders label::after {
transform: scale(1.5);
}
div.tabs .tabbtn {
width: 24px;
height: 24px;
}
div.subtabs .subtabbtn {
width: 36px;
height: 36px;
}
div.pagination {
transform: scale(0.7);
transform-origin: right;
}
.has-textinput {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 360px) {
fieldset,
fieldset.has-subpages .subpage {
gap: 4px;
}
fieldset input[type="radio"]:checked + label {
box-shadow: inset 0 0 0 3px var(--accent-shade-1);
}
}
@media screen and (max-width: 344px) {
fieldset:not(.color, #favoriteColor) input[type="radio"] + label::after {
transform: scale(2);
}
}
@media screen and (max-width: 320px) {
div.tabs .tabbtn {
width: 18px;
height: 18px;
}
div.tabs .tabbtn::after {
transform: scale(1.25);
}
}

View File

@ -0,0 +1,198 @@
footer {
width: 100%;
display: grid;
grid-template-columns: repeat(3, fit-content(100%)) 1fr;
gap: min(48px, 7.7vw);
color: var(--text-shade-1);
margin-top: 120px;
position: relative;
padding: 60px 0;
}
footer::after {
content: "";
width: 400vw;
height: 100%;
position: absolute;
top: 0;
left: -50vw;
background: var(--bg-shade-0);
z-index: -1;
}
footer div {
display: flex;
flex-flow: column;
width: fit-content;
}
footer svg.logotype {
height: 56px;
width: fit-content;
margin: -10px 0 24px -10px;
}
footer p {
margin: 0;
}
footer h1 {
font-size: 20px;
margin-top: 0;
color: var(--text-shade-3);
}
footer a {
color: var(--text-shade-1);
text-decoration: none;
width: fit-content;
}
footer a:hover {
color: var(--text-shade-3);
text-decoration: underline;
}
footer div.discord-server-card-wrapper {
z-index: 2;
justify-self: end;
position: relative;
}
footer div.discord-server-card {
background: var(--bg-shade-2);
border-radius: 12px;
padding: 30px 90px 30px 36px;
}
footer div.discord-server-card h1 {
font-size: 25px;
margin: 0;
}
footer div.discord-server-card h2 {
color: var(--text-shade-3);
font-size: 22px;
margin: 0;
}
footer div.discord-server-card a {
display: flex;
align-items: center;
color: var(--accent-shade-3);
font-size: 22px;
text-decoration: none;
width: fit-content;
margin-left: -2px;
margin-top: 12px;
}
footer div.discord-server-card a:hover {
text-decoration: underline;
}
footer div.discord-server-card svg {
height: 24px;
stroke-width: 3px;
margin-right: 4px;
}
footer div.discord-server-card-wrapper .bandwidth-raccoon-wrapper {
position: absolute;
top: -120px;
right: 0px;
z-index: -1;
}
footer div.discord-server-card-wrapper img.bandwidth-raccoon {
width: 192px;
height: 192px;
cursor: pointer;
transform: none;
transition: transform 150ms;
}
footer div.bandwidth-raccoon-wrapper.speak img.bandwidth-raccoon {
transform: rotate(12deg) translateY(-12px);
}
footer .bandwidth-raccoon-wrapper .text-bubble {
position: absolute;
right: 0;
margin: 0 auto;
top: -24px;
max-width: min(200%, 90vw);
width: max-content;
background: var(--bg-shade-3);
padding: 18px;
align-self: center;
margin-bottom: 12px;
border-radius: 12px;
box-sizing: border-box;
transform: translateY(-100%);
opacity: 0;
pointer-events: none;
transition: opacity 250ms;
}
footer .bandwidth-raccoon-wrapper.speak .text-bubble {
opacity: 1;
}
footer .bandwidth-raccoon-wrapper .text-bubble:after {
content: "";
position: absolute;
display: block;
width: 0;
z-index: 1;
border-style: solid;
border-color: var(--bg-shade-3) transparent;
border-width: 10px 10px 0;
bottom: -10px;
right: 60px;
margin-left: -10px;
}
@media screen and (max-width: 900px) {
footer {
margin-top: 100px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, fit-content(100%));
}
footer div {
justify-self: center;
}
footer div.discord-server-card-wrapper {
grid-column: 1 / span 4;
width: 100%;
justify-self: normal;
}
footer div.discord-server-card-wrapper::before {
content: "";
width: 100%;
height: 60px;
position: absolute;
bottom: -60px;
left: 0;
background: var(--bg-shade-0);
z-index: 2;
}
footer div.discord-server-card-wrapper .bandwidth-raccoon-wrapper {
bottom: -72px;
top: unset;
z-index: 0;
}
footer div.discord-server-card {
box-sizing: border-box;
width: 100%;
overflow: hidden;
}
}
@media screen and (max-width: 580px) {
footer {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, fit-content(100%));
}
footer div {
justify-self: start;
}
footer div.discord-server-card-wrapper {
grid-column: 1 / span 1;
}
footer div.discord-server-card {
padding: 30px;
overflow: visible;
}
footer div.discord-server-card-wrapper .bandwidth-raccoon-wrapper {
bottom: unset;
top: -120px;
z-index: -1;
}
}
@media screen and (max-width: 320px) {
footer div.discord-server-card-wrapper .bandwidth-raccoon-wrapper {
display: none;
}
}

View File

@ -0,0 +1,155 @@
header {
display: flex;
align-items: center;
margin-top: 35px;
}
header a {
text-decoration: none;
}
header .logo-link,
header .logo-link svg {
display: block;
}
header nav a:first-child {
margin-left: 40px;
}
header nav a {
color: var(--text-shade-1);
margin: 0 17px;
text-decoration: none;
}
header nav a:hover {
color: var(--text-shade-3);
transition: color 50ms ease-in-out;
}
header .right-section {
display: grid;
grid-auto-flow: column;
grid-gap: 24px;
margin-left: auto;
z-index: 2;
color: var(--text-shade-1);
}
header .locale-dropdown-toggle {
width: fit-content;
height: 24px;
padding: 0;
margin: auto;
transition: color 150ms;
cursor: pointer;
}
header .locale-dropdown-toggle:hover,
header .locale-dropdown-toggle.active {
color: var(--text-shade-3);
}
header .user-widget-wrapper {
height: 24px;
}
header .user-widget-wrapper a.login-link {
color: var(--text-shade-1);
text-decoration: none;
transition: color 150ms;
}
header .user-widget-wrapper a.login-link:hover {
color: var(--text-shade-3);
}
header .user-widget-wrapper.logged-in {
position: relative;
width: 32px;
height: 32px;
}
header .user-widget-wrapper.logged-in .user-widget-toggle {
width: 32px;
height: 32px;
background: var(--text-shade-0);
border-radius: 50%;
overflow: hidden;
cursor: pointer;
}
header .user-widget-wrapper .user-widget-toggle img,
header .user-widget .user-avatar img {
width: 100%;
height: 100%;
}
header .user-widget {
max-height: 0;
overflow: hidden;
box-sizing: border-box;
transition: max-height 300ms, padding 200ms, opacity 150ms;
position: absolute;
right: 0;
top: 48px;
padding: 0;
background: var(--bg-shade-2);
border-radius: 8px;
text-align: center;
opacity: 0;
box-shadow: 0 0 10px -2px var(--bg-shade-0);
}
header .user-widget.active {
max-height: 100vh;
padding: 36px;
opacity: 1;
}
header .user-widget .user-avatar {
width: 128px;
height: 128px;
margin: auto;
background: var(--text-shade-0);
border-radius: 50%;
overflow: hidden;
}
header .user-widget .user-info {
margin-top: 12px;
}
header .user-widget .user-info .mii-name {
color: var(--text-shade-3);
}
header .user-widget .buttons {
margin-top: 12px;
}
header .user-widget .button {
margin-top: 12px;
width: 100%;
padding: 8px 60px;
cursor: pointer;
}
header .user-widget .button.logout {
background: var(--bg-shade-3);
color: var(--text-shade-3);
}
@media screen and (max-width: 900px) {
header nav a:not(.keep-on-mobile) {
display: none;
}
header .logo-link {
margin-right: 20px;
}
}
@media screen and (max-width: 480px) {
header .logo-link svg text {
display: none;
}
header .logo-link svg {
width: 39.876px;
}
header .logo-link {
margin-right: 10px;
}
header nav a {
margin: 0 10px;
}
}

View File

@ -1,3 +1,13 @@
/*
MOVE PROGRESS CSS HERE
*/
*/
#quick-nav a {
color: var(--text-shade-1);
text-decoration: none;
width: fit-content;
}
#quick-nav a:hover {
color: var(--text-shade-3);
text-decoration: underline;
}

View File

@ -0,0 +1,308 @@
.wrapper {
display: flex;
justify-content: center;
text-align: center;
min-height: 100vh;
}
.wrapper::before {
position: absolute;
top: -800px;
content: "";
background: var(--bg-shade-0);
border-radius: 100%;
width: 1600px;
height: 1400px;
}
.back-arrow {
position: absolute;
display: flex;
justify-content: center;
top: 36px;
left: max(calc((100vw - 1590px) / 2), 2.5vw);
padding: 6px 10px;
background: var(--bg-shade-3);
border-radius: 24px;
transition: filter 150ms;
text-decoration: none;
color: var(--text-shade-3);
z-index: 5;
}
.back-arrow:hover {
filter: brightness(1.5)
}
.back-arrow svg {
width: 24px;
height: 24px;
}
.back-arrow span {
margin: 0 4px;
}
.account-form-wrapper {
display: flex;
flex-flow: column;
width: min(1200px, 100%);
color: var(--text-shade-1);
margin: 0 auto 48px;
z-index: 1;
}
.account-form-wrapper .logotype {
margin: 36px auto 0;
width: fit-content;
}
h1.title {
color: var(--text-shade-3);
}
p.caption {
width: min(100%, 500px);
margin: 0 auto 36px;
}
.account-form-wrapper .progress-bar-wrapper {
justify-content: center;
width: min(100%, 500px);
margin: 0 auto 72px;
padding: 24px;
border-radius: 6px;
background: var(--bg-shade-2);
box-sizing: border-box;
}
.account-form-wrapper .progress-bar-wrapper p {
text-align: left;
margin-bottom: 0;
}
.account-form-wrapper .progress-bar-wrapper p span {
color: var(--text-shade-3);
font-weight: 600;
}
.account-form-wrapper .progress-bar {
height: 8px;
border-radius: 4px;
margin-top: 0;
}
form {
box-sizing: border-box;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.3rem;
}
form .tier-radio {
display: none;
}
form .tier-radio:checked + label::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 4px var(--accent-shade-1);
border-radius: 10px;
}
form .tier-radio:checked + label::after {
content: url(/assets/images/check.svg);
display: flex;
justify-content: center;
background: var(--accent-shade-1);
width: 24px;
height: 24px;
border-radius: 100%;
position: absolute;
top: -16px;
right: -16px;
padding: 6px;
}
label.tier {
display: flex;
flex-flow: column;
position: relative;
border-radius: 10px;
align-items: center;
padding-top: calc(50px + 1rem);
background: var(--bg-shade-3);
cursor: pointer;
transition: all 150ms;
margin-top: 50px;
text-align: center;
}
label.tier p {
margin: 0;
margin-bottom: 0.5rem;
}
label.tier .tier-thumbnail {
height: 100px;
width: 100px;
display: flex;
align-items: center;
overflow: hidden;
border-radius: 8px;
position: absolute;
top: -50px;
z-index: 2;
background: var(--bg-shade-4);
}
form .tier-radio:checked + label .tier-thumbnail::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 4px var(--accent-shade-1);
border-radius: 8px;
}
label.tier .tier-text {
display: flex;
flex-flow: column;
margin-bottom: auto;
}
label.tier .tier-name {
color: var(--text-shade-3);
font-weight: bold;
font-size: 1.2rem;
}
label.tier .tier-perks {
text-align: left;
width: 70%;
margin: 24px auto 48px;
}
label.tier .tier-perks div {
display: grid;
grid-template-columns: 16px auto;
gap: 8px;
}
label.tier .tier-perks svg {
stroke-width: 5px;
stroke: var(--green-shade-1);
stroke-linecap: square;
width: 16px;
height: 16px;
vertical-align: top;
margin-top: 0.5ex;
}
label.tier p.price {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
background: var(--bg-shade-4);
margin: 0;
padding: 1.5rem 1rem;
box-sizing: border-box;
border-radius: 0 0 10px 10px;
}
label.tier p.price span {
font-size: 2rem;
color: var(--text-shade-3);
font-weight: bold;
margin-right: 0.5ch;
}
form .button-wrapper {
grid-column: 2 / span 1;
position: relative;
margin-top: 24px;
}
button {
appearance: none;
-webkit-appearance: none;
display: block;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
height: fit-content;
background: var(--accent-shade-0);
border: none;
border-radius: 4px;
padding: 12px;
color: var(--text-shade-3);
width: 100%;
transition: filter 300ms;
pointer-events: all;
cursor: pointer;
filter: none;
}
form button.disabled {
pointer-events: none;
filter: brightness(0.75) saturate(0.75); /* not using opacity here 'cause in the mobile layout you would see the cards under it */
cursor: default;
}
form button.unsubscribe {
position: relative;
background: none;
color: var(--text-shade-1);
margin-top: 12px;
padding: 0;
}
form button.unsubscribe.hidden {
position: absolute;
top: 0;
pointer-events: none;
z-index: -1;
}
form button.unsubscribe:hover {
color: var(--text-shade-3);
}
@media screen and (max-width: 900px) {
.account-form-wrapper {
width: min(500px, 100%);
margin-bottom: 172px;
}
form {
grid-template-columns: 1fr;
gap: 2.4rem;
}
form button {
position: relative;
width: 100%;
}
form .button-wrapper {
grid-column: 1 / span 1;
position: fixed;
bottom: 24px;
width: min(500px, 90%);
z-index: 5;
}
form .button-wrapper::before {
content: "";
position: absolute;
top: -24px;
left: -100vw;
width: 200vw;
height: 300%;
background: var(--bg-shade-0);
}
}
@media screen and (max-width: 380px) {
label.tier .tier-perks {
width: 80%;
}
.back-arrow {
padding: 6px;
}
.back-arrow span {
display: none;
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 255 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>

After

Width:  |  Height:  |  Size: 344 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 679.06 692"><defs><style>.d{stroke-width:2px;}.d,.e,.f,.g,.h,.i,.j,.k,.l{stroke:#673db6;}.d,.e,.f,.g,.h,.i,.j,.k,.l,.m{stroke-miterlimit:10;}.d,.g,.l{fill:none;}.n{fill:#e4d8fd;}.e{stroke-width:5.5px;}.e,.h,.i,.j{fill:#cab1fb;}.f{stroke-width:9px;}.f,.k,.o{fill:#9d6ff3;}.p{fill:#673db6;}.g{stroke-width:4px;}.h{stroke-width:5px;}.i{stroke-width:3px;}.j{stroke-width:6px;}.k{stroke-width:8px;}.l{stroke-width:2.5px;}.m{fill:#fff;stroke:#fff;stroke-width:44px;}</style></defs><g id="a"/><g id="b"><g id="c"><g><path class="m" d="M62.99,346c-22.64,0-40.99,18.35-40.99,40.99v242.03c0,22.64,18.35,40.99,40.99,40.99H616.07c22.64,0,40.99-18.35,40.99-40.99v-242.03c0-22.64-18.35-40.99-40.99-40.99,22.64,0,40.99-18.35,40.99-40.99V62.99c0-22.64-18.35-40.99-40.99-40.99H62.99c-22.64,0-40.99,18.35-40.99,40.99v242.03c0,22.64,18.35,40.99,40.99,40.99Z"/><rect class="p" x="21.99" y="22" width="635.06" height="324" rx="40.99" ry="40.99"/><rect class="n" x="31.6" y="31.24" width="615.84" height="285.52" rx="35.36" ry="35.36"/><rect class="k" x="120.12" y="45.65" width="438.79" height="256.7" rx="5.15" ry="5.15"/><rect class="p" x="21.99" y="346" width="635.06" height="324" rx="40.99" ry="40.99"/><rect class="n" x="31.61" y="355.47" width="615.84" height="303.39" rx="36.45" ry="36.45"/><rect class="f" x="162.85" y="377.21" width="353.36" height="259.91" rx="4.65" ry="4.65" transform="translate(679.06 1014.34) rotate(180)"/><circle class="h" cx="590.1" cy="454.78" r="14.56"/><circle class="h" cx="559.71" cy="485.84" r="14.56"/><circle class="i" cx="559.71" cy="412.09" r="11.66"/><g><path class="e" d="M100.88,555.63v18.05c0,3.56-2.89,6.45-6.45,6.45h-11.28c-3.56,0-6.45-2.89-6.45-6.45v-18.05h-17.73c-3.56,0-6.45-2.89-6.45-6.45v-11.28c0-3.56,2.89-6.45,6.45-6.45h17.73v-18.05c0-3.56,2.89-6.45,6.45-6.45h11.28c3.56,0,6.45,2.89,6.45,6.45v18.05h17.73c3.56,0,6.45,2.89,6.45,6.45v11.28c0,3.56-2.89,6.45-6.45,6.45h-17.73Z"/><line class="l" x1="88.79" y1="531.45" x2="88.79" y2="515.42"/><line class="l" x1="100.88" y1="543.54" x2="116.91" y2="543.54"/><line class="l" x1="88.79" y1="555.63" x2="88.79" y2="571.66"/><line class="l" x1="76.7" y1="543.54" x2="60.67" y2="543.54"/></g><g><circle class="j" cx="88.79" cy="432.53" r="25.94"/><circle class="d" cx="88.79" cy="432.53" r="43.67"/></g><circle class="i" cx="559.71" cy="589.16" r="11.66"/><circle class="h" cx="590.1" cy="518.57" r="14.56"/><circle class="h" cx="620.48" cy="487.51" r="14.56"/><circle class="i" cx="559.71" cy="628.26" r="11.66"/><circle class="i" cx="120.55" cy="628.26" r="11.66"/><rect class="o" x="120.12" y="326.34" width="438.79" height="19.76" rx="9.88" ry="9.88" transform="translate(679.04 672.45) rotate(-180)"/><circle class="g" cx="339.52" cy="336.22" r="5.64"/><circle class="p" cx="381.41" cy="336.22" r="2.39"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Some files were not shown because too many files have changed in this diff Show More