Merge branch 'dev' into feature-rewrite
73
blogposts/12-23-23.md
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
---
|
||||
title: "Nintendo Network shutdown - The beginning of the end"
|
||||
author: "Jon"
|
||||
author_image: "https://www.github.com/jonbarrow.png"
|
||||
date: "December 23, 2023"
|
||||
caption: "Information regarding Nintendo's rollout of the Nintendo Network shutdown"
|
||||
cover_image: "/assets/images/blogposts/12-23-23.jpg"
|
||||
---
|
||||
|
||||
## EDIT December 27th, 2023: THIS INFORMATION IS NOW OUTDATED. SEE https://pretendo.network/blog/12-27-23. THIS POST WILL REMAIN UP ONLY FOR HISTORICAL REASONS
|
||||
|
||||
## Intro
|
||||
First, we would like to apologize for the lack of blog posts this year. We planned to do more, but other priorities kept getting in the way. We continued to provide updates through our Discord and social medias during this time, but we plan to use this blog more often now.
|
||||
|
||||
This blog post will be a bit more serious than previous posts, as the subject matter is rather somber. We apologize for the lack of energy and quips you may have enjoyed in previous posts. This post will have information regarding several aspects of the shutdown, some of which have been covered on other social media posts. Please use the table of contents below to jump to your desired section.
|
||||
|
||||
## Table of Contents
|
||||
1. [The Shutdown](#the-shutdown)
|
||||
2. [Super Mario Maker](#super-mario-maker)
|
||||
3. [New Accounts (Prerequisite)](#new-accounts-prerequisite)
|
||||
4. [New Accounts](#new-accounts)
|
||||
5. [Conclusion](#conclusion)
|
||||
|
||||
## The Shutdown
|
||||
In October of 2023, Nintendo [announced the shutdown of Nintendo Network](https://en-americas-support.nintendo.com/app/answers/detail/a_id/63227/~/announcement-of-discontinuation-of-online-services-for-nintendo-3ds-and-wii-u) for April of 2024. It was stated that a specific date and time would be announced later, and as of this post that has not happened yet. There have been no public announcements of any services shutting down early, though Nintendo stated they reserve they right to do so if:
|
||||
|
||||
> *"an event occurs that would make it difficult to continue online services for Nintendo 3DS and Wii U software"*
|
||||
|
||||
However, it appears that Nintendo has begun a slow rollout of shutdowns. Intentional or not.
|
||||
|
||||
## Super Mario Maker
|
||||
This information was also detailed in a [Twitter thread](https://twitter.com/PretendoNetwork/status/1736325668412031255). You may read this there if you wish, or read the repost below.
|
||||
|
||||
Some time in early December 2023, Super Mario Maker began throwing error `106-0502` very often when trying to connect. It is unclear when this truly began, but the earliest occurrences we could find were around the 8th of December. Upon inspection, the cause for this error was clear: the server the game was attempting to connect to no longer existed. Our first assumption was that this was the beginning of the shutdown early, that Nintendo may have started turning off games without notice. After some more research, however, we discovered some users able to still connect.
|
||||
|
||||
Games on Nintendo Network function using 3 servers:
|
||||
|
||||
1. The account server, which tells the client the location of the game's authentication server and provides the client with a token to connect with.
|
||||
2. The game's authentication server, which logs the user in using the internal NEX account (details on this in the [New Accounts (Prerequisite)](#new-accounts-prerequisite) section), and tells the client the location of the game's secure server.
|
||||
3. The game's secure server, which is where all the game play content happens at.
|
||||
|
||||
Every game on Nintendo Network uses the same 2 authentication servers. However each game has many dedicated secure servers. When logging in, the authentication server gives one of many randomly selected addresses to connect to. We believe this is some form of load balancing, splitting connections between many servers. The issue resulting in `106-0502` is that the authentication server is now giving clients addresses to dead servers. So far, we have only been able to identify a single working address for the game.
|
||||
|
||||
We believe this is due to Nintendo attempting to scale back how many servers are running for each game, to save on costs as the shutdown date approaches. They most likely made an error in their presumed load balancer to not remove these now dead servers from the pool of available addresses. We believe this was done completely unintentionally, however Nintendo shows no signs of fixing this error.
|
||||
|
||||
## New Accounts (Prerequisite)
|
||||
As briefly touched on in [Super Mario Maker](#super-mario-maker), Nintendo actually uses a series of internal accounts for several services. For games, these are called "NEX accounts". Some background knowledge is required for this section, which will be gone over now.
|
||||
|
||||
NEX is the software Nintendo uses for all 3DS and WiiU games (and some Switch games). It is based on a library called Rendez-Vous, made by Canadian software company [Quazal](https://web.archive.org/web/20040610104624/http://www.quazal.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=101&page=1). Quazal, before being bought out by Ubisoft, would license Rendez-Vous to anyone. Many games, on many platforms, by many developers, all use some variation of Rendez-Vous as it was highly extensible. This is why our server libraries are [theoretically compatible with Ubisoft games](https://twitter.com/PretendoNetwork/status/1727016210435641508).
|
||||
|
||||
Nintendo licensed Rendez-Vous and modified it quite a bit, stripping out some more complex features and adding in some custom protocols, rebranding it to NEX. The important takeaway here is that Nintendo did not build this system from scratch, and instead modified a system made for generic game server usage.
|
||||
|
||||
## New Accounts
|
||||
Some time in late December 2023, new accounts could no longer go online in any games on both the WiiU and 3DS.
|
||||
|
||||
As mentioned in [New Accounts (Prerequisite)](#new-accounts-prerequisite), Nintendo did not make their game server software from scratch. Rendez-Vous comes with its own account system, likely due to it being designed for use in one-off games. At the time of its development, online multiplayer games were still very new and the concept of a unified account system (such as Nintendo Network or Uplay) spanning many different games made by the same company, was not a thing. Therefore, Nintendo needed to cope with this existing account system in some way.
|
||||
|
||||
On the 3DS, the console registers a new NEX account on the Friends server once during the console's setup process. Each 3DS, under normal circumstances, will only ever have a single account at a time (though this is not *always* true, but not relevant). This is why a NNID is not required to play most games online on the 3DS, as games use your NEX account to login to all game servers. Because of this, a new NEX account will never be created again unless the old one is removed using CFW or by factory resetting the console.
|
||||
|
||||
On the WiiU, a new NEX account is created automatically when the NNID is registered, and the NEX account is linked to this NNID. The console then alerts the Friends server of the new NEX account, much like 3DS. Despite using NNIDs, the WiiU also uses these NEX accounts to go online in all games.
|
||||
|
||||
Once a NEX account has been created, the Friends server synchronizes this account with all other game servers on Nintendo Network. This is due to the aforementioned account system provided by Rendez-Vous. Due to each game having their own server, and Rendez-Vous not having the concept of a unified account system, each game server has its own account system internally, which is synchronized with other games. It is actually possible to create accounts in other servers besides the Friends server if using a modified client, and those accounts will be usable in other games.
|
||||
|
||||
This synchronization process has been stopped. New NEX accounts are no longer being synchronized with any other servers on the network. This affects all games. Because of this, any attempt to connect to any game using an account made after this change was made will result in error `106-0303` on the WiiU and `006-0303` on the 3DS, internally called `RendezVous::InvalidUsername`.
|
||||
|
||||
It is not clear at this time whether this was intentional or not.
|
||||
|
||||
## Conclusion
|
||||
We ask that you do not spam Nintendo's support lines with these issues. Doing so may cause Nintendo to pull the plug entirely early. There are only 3 possible scenarios:
|
||||
|
||||
1. Nintendo is aware of these issues already, and spam would annoy them to the point of pulling the plug.
|
||||
2. Nintendo is not aware of these issues, and alerting them may cause them to pull the plug. They have already stated that anything making things "difficult" may come with an early shutdown.
|
||||
3. These issues were intentional, and spam would annoy them to the point of pulling the plug.
|
||||
56
blogposts/12-27-23.md
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
title: "Fortunate updates with Nintendo Network"
|
||||
author: "Jon"
|
||||
author_image: "https://www.github.com/jonbarrow.png"
|
||||
date: "December 27, 2023"
|
||||
caption: "Updates regarding our last blog post"
|
||||
cover_image: "/assets/images/blogposts/12-23-23.jpg"
|
||||
---
|
||||
|
||||
### *Edit December 27th, 2023 7:35 PM UTC: Nintendo has fixed the friends sync issue during maintenance*
|
||||
|
||||
## Intro
|
||||
This is an update to our [last blog post](https://pretendo.network/blog/12-23-23), where we discussed some issues regarding Nintendo Network and how they could possibly be linked to the upcoming shutdown. This post aims to provide updates on the situation, as things have begun to improve.
|
||||
|
||||
This is a developing situation. As such, this blog post may be updated at any time as new information comes in. Edits will be mentioned above this introduction.
|
||||
|
||||
## For the media
|
||||
We deeply appreciate members of the media wanting to cover this situation, and using us as a trusted source for information. We saw a number of outlets covering our last blog post, and we think it's wonderful they are trying to spread the word. With that said, some outlets did a less than stellar job at reporting our last post, not covering some topics fully or accurately. We would like to ask that members of the media who wish to cover anything posted by us please contact us first to verify the accuracy and legitimacy of the information. We have contacts open on most major social media, and would be happy to discuss things.
|
||||
|
||||
## Table of Contents
|
||||
1. [Thanks](#thanks)
|
||||
2. [New Account Syncing](#new-account-syncing)
|
||||
2. [New Account Syncing (Friends)](#new-account-syncing-friends)
|
||||
3. [Super Mario Maker (Dead Servers)](#super-mario-maker-dead-servers)
|
||||
4. [Super Mario Maker (AWS)](#super-mario-maker)
|
||||
5. [Conclusion](#conclusion)
|
||||
|
||||
## Thanks
|
||||
Before we begin, I'd like to thank members of both our community and Nintendo for their parts in this situation. In our last blog post we urged users to not spam Nintendo regarding these issues, which many followed. We would like to thank those who followed that advice, as we have been given confirmation that those actions may have led Nintendo to act "in a way that's negative". We were told this by our media contact, who will remain anonymous. This contact was able to reach out to Nintendo directly, and together we were able to privately forward these issues to the correct channels.
|
||||
|
||||
We noted in our last blog post that it was unclear whether these issues were intentional or not, and it appears that this was indeed unintentional. While we cannot confirm whether or not Nintendo will take action on all issues presented to them, we would like to thank Nintendo for taking the time to at least acknowledge the issues and look into correcting them. We would also like to specifically thank the engineers and other IT staff at Nintendo working to maintain these legacy servers despite the impending shutdown.
|
||||
|
||||
## New Account Syncing
|
||||
In our last blog post we went into detail about how some parts of Nintendo's server architecture works, and how this led to new users on both platforms not being able to connect to game servers anymore. We are happy to announce that as of December 26th, 2023 at around 5:00 PM UTC this seems to have been corrected. We have verified this with several people internally, on both platforms and in several games. New accounts may now go online as normal.
|
||||
|
||||
## New Account Syncing (Friends)
|
||||
Shortly after our last blog post, we discovered that new friends on the 3DS were also not being synced to other servers even for existing users. This meant that games such as Animal Crossing: New Leaf could not be played with 3DS friends made after the recent server changes, as your friends were no longer being synced. This issue has not yet been confirmed to happen on the Wii U, however due to the Wii U and 3DS sharing a Friends server it is likely this happens on both platforms. We did not publicly disclose this at the time as we were still gathering information in order to accurately report on the issue. Following maintenance on December 27th, 2023 this has been fixed.
|
||||
|
||||
## Super Mario Maker (Dead Servers)
|
||||
Previously announced via Twitter, and briefly touched on in our last blog post, Super Mario Maker's authentication server has an error with the list of game servers it gives to the client to connect to. Most of these servers are no longer online, meaning most attempts to connect to the game will fail. As of writing on December 27th, 2023, this has not yet been fixed. The issue has been raised to Nintendo.
|
||||
|
||||
## Super Mario Maker (AWS)
|
||||
For several months we have been aware of a previously undisclosed issue with Super Mario Maker regarding their use of AWS, specifically S3. Super Mario Maker uploads content such as courses and maker profiles to S3 using a NEX protocol called `DataStore`. This protocol gives the client a way to interact with, and upload new, S3 objects. S3 is a service, originally created by Amazon, to manage objects in a secure, scalable, way. For more information on S3 see the official [AWS docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html).
|
||||
|
||||
When a client connects to Super Mario Maker for the first time, it first checks if your account has a "maker" object in S3 using `DataStore`. If not, the server gives the client a URL it can use to upload your "maker" object. Think of this as simply a file with some metadata that will describe you and your stats as you play the game. This object is required for continuing online, and will not function without it.
|
||||
|
||||
On June 28th, 2022, AWS announced that they will be dropping support for clients using TLS versions 1.0 and 1.1 in [a blog post](https://aws.amazon.com/blogs/security/tls-1-2-required-for-aws-endpoints/), making TLS 1.2 the minimum required version. These changes take effect in December of this year. The details of what TLS is is not important, but for more details [see here](https://www.cloudflare.com/learning/ssl/transport-layer-security-tls/).
|
||||
|
||||
The Wii U and 3DS do not support TLS versions 1.2 or higher, only supporting TLS versions 1.0 and 1.1. Because of the announced changes to AWS, any client using an out of date TLS version would no longer be able to connect to their services. Nintendo seems to have been aware of these TLS changes, as all games which use the `DataStore` protocol were updated at some point to no longer connect directly to AWS. They are now instead proxied through a Nintendo-owned server. We believe this to be simply a TLS proxy.
|
||||
|
||||
The exception to this being Super Mario Maker. Since its release it has always connected directly to AWS, and was not updated with the rest of the games to use this Nintendo-owned server. Because of this, Super Mario Maker was the only game vulnerable to these AWS changes. This would prevent the game from uploading the "maker" object for any new users, rendering them unable to play online.
|
||||
|
||||
As of December 26th, 2023, Super Mario Maker's game server has been updated to now use this Nintendo-owned proxy. The changes made to AWS will no longer affect the game.
|
||||
|
||||
## Conclusion
|
||||
We would again like to thank our community members and Nintendo for their roles in all of this. Sorting these issues out is a complex task, and we thank our community members who have not spam contacted Nintendo's support hotlines regarding these issues. The customer service reps on these hotlines likely have no influence over the day to day operations of these servers. Additionally, the issues mentioned here have already been brought to the proper channels. We will continue to update this blog post as new information comes in.
|
||||
36
blogposts/4-8-24.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: "The Future of Pretendo After Nintendo Network"
|
||||
author: "Jon"
|
||||
author_image: "https://www.github.com/jonbarrow.png"
|
||||
date: "April 8, 2024"
|
||||
caption: "Hackless Wii U connections, farewell to Nintendo Network, and more"
|
||||
cover_image: "/assets/images/blogposts/4-8-24.png"
|
||||
---
|
||||
|
||||
Today marks the end of Nintendo Network. As sad as this day is for many, it also comes with some positive developments. In this blog post we'll go over some new developments and plans, including official game support and a new way to connect to Pretendo ***without homebrew***!
|
||||
|
||||
# A Somber Farewell
|
||||
As of today, April 8th, 2024 Nintendo Network, the online servers powering the Wii U and 3DS's multiplayer, has shut down. Launching in 2012, Nintendo Network lasted exactly 12 years, 2 months, and 14 days (longer than the Wii!). This era of Nintendo's history is often looked down upon, made fun of, even by those of us in the scene. But we believe it's important to highlight the good that came from it, sending this generation off with the respect it deserves.
|
||||
|
||||
Unlike the competitors at the time, Nintendo opted to continue with offering their online services free of charge. While it may not have had as many features as competitors, including staples like achievements, private messaging, etc. it cannot be denied that the low barrier of entry made it many users' first time playing online. The inclusion of Miiverse gave the games a sense of community still unseen in the current generation, and is something Nintendo fans and non-Nintendo fans alike would like to see again.
|
||||
|
||||
Nintendo's backwards compatibility with the previous generations, not only through hardware support with vWii, but further beyond through the Virtual Console, is an incredible feat. While plagued with low sales, and even lower developer adoption, this generation released some of the most beloved games/franchises to date. Mario Kart 8 and the Splatoon franchise began on the Wii U, as did Super Mario Maker. Most of the Wii U's library was eventually ported, or continued, to the Switch, where they sold incredibly well, showing that the console had a solid lineup.
|
||||
|
||||
The 3DS pushed hard for player interactions, going so far as to build systems into the hardware to reward players who passed each other in the real world. The charm of getting a StreetPass is something that still has people carrying around their consoles 12 years later. The barrier of entry being even lower on the 3DS, as most games did not require the user to create an account to play online at all.
|
||||
|
||||
We at the Pretendo Network team, as much as we poke and tease, love these consoles and the impact they had on gaming. The Wii U was truly ahead of its time in many ways, plagued with bad marketing killing its chances at success. We thank Nintendo for giving so many of us entertainment in this era, and bringing many of us closer together.
|
||||
|
||||
# SSSL
|
||||
As a parting gift to you all, we are releasing our private SSL exploit for the Wii U: SSSL! Found by our very own [shutterbug](https://twitter.com/shutterbug20002), this exploit allows users to connect to Pretendo Network from a stock Wii U, with no homebrew or custom firmware at all; only a DNS change! We've been holding on to this exploit for this day for quite some time, in case Nintendo decided to issue patches for it. Select services which use their own SSL libraries are unsupported. This includes several 3rd-party titles like WATCH_DOGS and YouTube, as well as titles which run in an embedded browser like TVii, the eShop, and the Miiverse applet. ***Miiverse functionality IN GAMES is still supported through SSSL!***
|
||||
|
||||
We hope this new method of connecting will be useful for those who have trouble installing homebrew, those who are worried about mods, and for users who may live in areas where local law may make it more difficult to install mods. For more information, see our [updated setup guide](/docs/install/wiiu)!
|
||||
|
||||
### *SSSL is only available for Wii U systems running firmware version 5.5.5 or higher. SSSL is not available for 3DS users.*
|
||||
|
||||
# Archival
|
||||
Over the past 6 months, we have been hard at work pushing for the archival of as much data as possible. To that end we created the [Archival Tools repository](https://github.com/PretendoNetwork/archival-tools), a selection of tools dedicated to archiving specific content from various games and services. Together with help from the community at large we have been able to archive several terabytes of this data from various services.
|
||||
|
||||
All archived data we have collected, including SpotPass data, Super Mario Maker courses, many games leaderboards, etc. will be posted on the [Internet Archive](https://archive.org) at a later date once it has finished being processed. The data will be freely available for anyone to download. Some of this data will also make its way onto our servers at a later time. Specific dates for these events will come in the future.
|
||||
|
||||
# Colors! 3D
|
||||
As of April 7th, the day before the shutdown, Pretendo has collaborated with the developers of [Colors! 3D](https://www.colorslive.com/purchase/3ds), a drawing and art sharing game for the Nintendo 3DS. Together we have *officially* added support for each other, meaning Colors! 3D will continue to operate as normal when using Pretendo Network. Checkout their game, and their [Discord server](https://www.colorslive.com/discord), for more information on the Colors! franchise!
|
||||
25
docs/common/error-page-template.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Error Code: {module}-{code}
|
||||
|
||||
**Applies to:** {system}
|
||||
|
||||
**Module:** {module_name} - {module_description}
|
||||
|
||||
---
|
||||
|
||||
## Message
|
||||
|
||||
> {message}
|
||||
|
||||
## Cause
|
||||
|
||||
{description}
|
||||
|
||||
## Solution
|
||||
|
||||
{solution}
|
||||
|
||||
---
|
||||
|
||||
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).
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
{
|
||||
"juxt": [
|
||||
"JXT-598-0009",
|
||||
"JXT-598-0010",
|
||||
"JXT-598-0011",
|
||||
"JXT-598-0020",
|
||||
"JXT-598-0069",
|
||||
"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-102-2482",
|
||||
"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"
|
||||
],
|
||||
"martini": [
|
||||
"MRTI-678-1001",
|
||||
"MRTI-678-1002",
|
||||
"MRTI-678-1003",
|
||||
"MRTI-678-1004",
|
||||
"MRTI-678-1005",
|
||||
"MRTI-678-1006",
|
||||
"MRTI-678-1007",
|
||||
"MRTI-678-1008",
|
||||
"MRTI-678-1009",
|
||||
"MRTI-678-1010",
|
||||
"MRTI-678-1011",
|
||||
"MRTI-678-1013"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Error Code: 598-0069
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
You have the legacy Martini patches installed into your Miiverse applet. The current version of the Pretendo patchers have a safer version of these patches, so the older ones must be uninstalled.
|
||||
|
||||
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` or select it from the Wii U Menu (Aroma)
|
||||
|
||||
<img src="/assets/images/docs/install/juxt/martini-hbl.png" width=100% height=auto/>
|
||||
|
||||
After confirming the state of the Miiverse applet, press X to remove 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).
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# Error Code: 678-1001
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The console's CFW is not compatible with Pretendo's patcher. If you are using Haxchi, Coldboot Haxchi, Indexiine,
|
||||
Browserhax or similar, please [upgrade to Tiramisu or Aroma](https://wiiu.hacks.guide) and try again.
|
||||
|
||||
If you're sure you're using Tiramisu or Aroma, reboot the console and try again. If the same error occurs, get in touch
|
||||
with a developer in our [Discord](https://invite.gg/pretendo).
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# Error Code: 678-1002
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher could not find a Miiverse applet installed on your console, or you have several Miiverses installed. If this
|
||||
is the case, get in touch with a developer in our [Discord](https://invite.gg/pretendo) - we'd love to know what kind
|
||||
of devkit you have!
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# Error Code: 678-1003
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The console's CFW is not compatible with Pretendo's patcher. If you are using Haxchi, Coldboot Haxchi, Indexiine,
|
||||
Browserhax or similar, please [upgrade to Tiramisu or Aroma](https://wiiu.hacks.guide) and try again.
|
||||
|
||||
If you're sure you're using Tiramisu or Aroma, reboot the console and try again. If the same error occurs, get in touch
|
||||
with a developer in our [Discord](https://invite.gg/pretendo).
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# Error Code: 678-1004
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The console's CFW is not compatible with Pretendo's patcher. Try rebooting the console. If you are using Haxchi,
|
||||
Coldboot Haxchi, Indexiine, Browserhax or similar, please [upgrade to Tiramisu or Aroma](https://wiiu.hacks.guide) and
|
||||
try again.
|
||||
|
||||
If you're sure you're using Tiramisu or Aroma and rebooting didn't fix it, get in touch with a developer in our
|
||||
[Discord](https://invite.gg/pretendo).
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Error Code: 678-1005
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher could not find an unmodified copy of the Miiverse applet. Either you have manually modified it, it has
|
||||
become corrupted, or you have a version too old or too new for the patcher to recognise.
|
||||
|
||||
- If you are on a system version older than 5.1.0, perform a system update, install
|
||||
[Tiramisu or Aroma](https://wiiu.hacks.guide), and try again.
|
||||
- Try disabling any content replacement plugins (SDCafiine etc.) that can change which files are read by the patcher.
|
||||
- If you have manually modified your Miiverse applet, reinstall a clean copy from a backup. Instructions for this
|
||||
cannot be provided by Pretendo.
|
||||
|
||||
If all of these failed, get in touch on our [Discord](https://invite.gg/pretendo).
|
||||
|
||||
---
|
||||
|
||||
Compatible Miiverse applet versions:
|
||||
- `000500301001600A v113` (JPN 5.1.0 - 5.5.6)
|
||||
- `000500301001610A v113` (USA 5.1.0 - 5.5.6)
|
||||
- `000500301001620A v113` (EUR 5.1.0 - 5.5.6)
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Error Code: 678-1006
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher could not find an unmodified copy of the Thwate Premium SSL certificate. Either you have manually replaced
|
||||
your SSL certificates, they have become corrupted, or your system version is too old or too new for the patcher to
|
||||
recognise.
|
||||
|
||||
- If you are on a system version older than 5.5.3, perform a system update, install
|
||||
[Tiramisu or Aroma](https://wiiu.hacks.guide), and try again.
|
||||
- Try disabling any content replacement plugins (SDCafiine etc.) that can change which files are read by the patcher.
|
||||
- If you have manually modified your SSL certificates - such as when using a proxy - reinstall a clean copy from a
|
||||
backup. Instructions for this cannot be provided by Pretendo.
|
||||
|
||||
If all of these failed, get in touch on our [Discord](https://invite.gg/pretendo).
|
||||
|
||||
---
|
||||
|
||||
Compatible SSL certificate versions:
|
||||
- `0005001B10054000 v32` (ALL 5.5.3 - 5.5.6)
|
||||
|
||||
`v20` (ALL 5.0.0 - 5.5.2) may also be compatible, but this is unconfirmed. Let us know on
|
||||
[Discord](https://invite.gg/pretendo) if it works for you.
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# Error Code: 678-1007
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher failed to write out a backup of your Miiverse applet to NAND. This can be caused by an incompatible CFW or
|
||||
corrupted NAND.
|
||||
|
||||
Try updating to the [latest Tiramisu](https://tiramisu.foryour.cafe) or
|
||||
[latest Aroma](https://aroma.foryour.cafe) build, as these often contain fixes to the CFW.
|
||||
|
||||
If the issue persists, get in touch in our [Discord](https://invite.gg/pretendo).
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# Error Code: 678-1008
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher failed to create a patched version of a file. The original file has not been modified.
|
||||
|
||||
Reboot your console and try again. If the issue persists, this is most likely a bug in the Martini patcher - please get
|
||||
in touch with a developer on our [Discord](https://invite.gg/pretendo).
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# Error Code: 678-1009
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher failed to create a patched version of a file. The original file has not been modified.
|
||||
|
||||
Reboot your console and try again. If the issue persists, this is most likely a bug in the Martini patcher - please get
|
||||
in touch with a developer on our [Discord](https://invite.gg/pretendo).
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# Error Code: 678-1010
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
<!-- Even though Martini has special detection for cert bricks, these instructions are written like it's a cert brick,
|
||||
because honestly you never know -->
|
||||
|
||||
The patcher encountered an error when applying the patched files to your system. Files on your NAND have been modified
|
||||
and your system is in an unknown state, though there should be no risk of bricking.
|
||||
|
||||
<div class="tip">
|
||||
⚠️ <b>Do not reboot your console</b>, return to the Wii U Menu or open the Miiverse applet. If you're uncomfortable
|
||||
diagnosing the issue yourself, reach out on our <a href="https://invite.gg/pretendo" target="_blank">Discord</a>.
|
||||
</div>
|
||||
|
||||
If you know what `udplogserver` is, start it now and save the output. Press HOME to exit the Martini patcher, then
|
||||
immediately open it again. If you see an error code, view its [documentation page](/docs/search), but remember not to
|
||||
reboot your console until the system is in a known state again. If, instead, you progress to the confirmation page, and
|
||||
you have the option to uninstall patches by pressing X, you may do so. If you are not given the option to uninstall any
|
||||
patches, reach out on our [Discord](https://invite.gg/pretendo), and include a photo of the confirmation screen.
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Error Code: 678-1011
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
<div class="tip">
|
||||
⚠️ <b>Do not reboot your console or exit Martini!</b>
|
||||
</div>
|
||||
|
||||
The patcher encountered an error when applying the patched certificate to your system. Files essential to your Wii U's
|
||||
functionality have been modified and the system may be unbootable. **Immediate action is required to avoid a brick.**
|
||||
|
||||
Reach out on our [Discord](https://invite.gg/pretendo). State your error code and that you have a cert brick. Be
|
||||
loud and ping mods - this is the only time you're allowed ;)
|
||||
|
||||
---
|
||||
|
||||
Precise instructions are not provided here to ensure that you get helpers involved. For helpers and experienced users,
|
||||
however, your best bet from here is to use wupclient (Tiramisu/Aroma) or FTP (Aroma) to download whatever Thwate cert is
|
||||
on the console and inspect it, then upload a clean one. Users who have EnvironmentLoader in H&S can install Tiramisu and
|
||||
should be able to use the boot selector to get to HBL and FTPiiU Everywhere without triggering the brick. Users without
|
||||
a working coldboot setup are SOL if they reboot, though UDPIH might be able to save it.
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# Error Code: 678-1013
|
||||
**Applies to:** Wii U
|
||||
|
||||
---
|
||||
|
||||
***Note:*** This error relates to the Martini patches, which are now deprecated.
|
||||
|
||||
The patcher failed to restore a file from its backup. The patched file remains in place.
|
||||
|
||||
Reboot your console and try again. If the issue persists, this is most likely a bug in the Martini patcher - please get
|
||||
in touch with a developer on our [Discord](https://invite.gg/pretendo).
|
||||
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Error Code: 102-2482
|
||||
**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 one of the following:
|
||||
1. The server you're connecting to is offline for maintenance.
|
||||
2. Pretendo does not yet support the game or application in question.
|
||||
3. The game or application's server is still in development and isn't available to your account yet. For example, beta
|
||||
servers are generally only available to [supporters](https://pretendo.network/account/upgrade).
|
||||
|
||||
### 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.
|
||||
|
||||
- **Check Pretendo has a server for your game**
|
||||
> Check our [Progress page](https://pretendo.network/progress) to see if a server exists and is in development. We don't
|
||||
> support everything yet!
|
||||
|
||||
- **Upgrade your account**
|
||||
> Certain beta and development servers are available to supporters for beta-testing. If you'd like to help test these
|
||||
> ahead of a public release, [consider supporting Pretendo](https://pretendo.network/account/upgrade).
|
||||
|
||||
---
|
||||
|
||||
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).
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# 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).
|
||||
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# 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).
|
||||
|
|
@ -1,5 +1,15 @@
|
|||
# 3DS/2DS Family
|
||||
|
||||
<div class="tip red">
|
||||
<strong>CAUTION:</strong>
|
||||
SYSTEM TRANSFERS ARE NOT CURRENTLY SUPPORTED BY OUR SERVERS. ATTEMPTING TO PERFORM A SYSTEM TRANSFER MAY PREVENT YOU FROM BEING ABLE TO GO ONLINE IN THE FUTURE. SUPPORT FOR SYSTEM TRANSFERS IS IN DEVELOPMENT.
|
||||
</div>
|
||||
|
||||
<div class="tip red">
|
||||
<strong>CAUTION:</strong>
|
||||
Collecting badges in Nintendo Badge Arcade while connected to one network and then launching the game on a different network will result in your badges disappearing. This occurs because the locally saved data does not match the data stored on the server.
|
||||
</div>
|
||||
|
||||
<div class="tip">
|
||||
ℹ️ This guide assumes that you have a <b>Homebrewed System running the latest version of Luma3DS (13+)</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>
|
||||
|
|
@ -18,7 +28,7 @@ The following steps are required for you to connect to the Pretendo Network:
|
|||
ℹ️ If installed directly from your console for the first time, you will still be required to install the associated IPS patches from GitHub. Once installed, updates may be managed purely from Universal-Updater
|
||||
</div>
|
||||
|
||||
Before you start, power off your console and insert its SD card into your computer.
|
||||
Before starting, power off your console and insert its SD card into your computer.
|
||||
|
||||
Once inserted, download the latest [Nimbus release](https://github.com/PretendoNetwork/Nimbus/releases/latest).
|
||||
|
||||
|
|
@ -68,7 +78,7 @@ Press `START` to save and continue with these changes.
|
|||
|
||||
If you downloaded the combined or cia archives, you can install Nimbus to the HOME Menu for quick and easy access.
|
||||
|
||||
Open FBI. If you do not have FBI, download the latest release from [GitHub](https://github.com/Steveice10/FBI/releases/latest). Select `SD`, then `cias`. Find and select `nimbus.cia`. Select either `Install CIA` or `Install and delete CIA`.
|
||||
Open FBI. If you do not have FBI, download the latest release from [GitHub](https://github.com/lifehackerhansol/FBI/releases/latest). Select `SD`, then `cias`. Find and select `nimbus.cia`. Select either `Install CIA` or `Install and delete CIA`.
|
||||
|
||||
Once it has finished installing, press the HOME button and exit FBI. You should see a message that a new application has been added to the HOME Menu. Click OK and you'll now have Nimbus on your HOME Menu.
|
||||
|
||||
|
|
@ -82,9 +92,15 @@ Your selection persists between reboots.
|
|||
|
||||
The 3DS does not rely on NNIDs for the vast majority of it's game servers. Because of this, using a PNID is also not required for most games<sup><a>[[1]](#footnote-1)</a></sup>.
|
||||
|
||||
Setting up a PNID on the 3DS is the same as setting up a NNID. You may either create the PNID on your console, or register from an account [on our website](/account/register) and link it to your console at a later date
|
||||
Setting up a PNID on the 3DS is the same as setting up a NNID. You may either create the PNID on your console, or register from an account [on our website](/account/register) and link it to your console once you're ready.
|
||||
|
||||
It is recommended to register the PNID on your device at this time, as registering on the website does not currently allow you to change your user data.
|
||||
|
||||
<div class="tip red">
|
||||
<strong>CAUTION:</strong>
|
||||
A Pretendo Network ID may not use the same username as the account already linked to your 3DS! Ensure that you have a choose a different name for your PNID than the name on your NNID.
|
||||
</div>
|
||||
|
||||
It is recommended to register the PNID on your device at this time, as registering on the website does not currently allow you to change your user data
|
||||
|
||||
## Other information
|
||||
|
||||
|
|
@ -97,3 +113,24 @@ You may have thought to yourself; _"2nd local account? What's that? I thought th
|
|||
<ul id="footnotes">
|
||||
<li id="footnote-1"><sup>[1]</sup> Some games may require a PNID for certain actions, such as eShop purchases. The only known game which requires a PNID for general use is Nintendo Badge Arcade, which is not yet supported</li>
|
||||
</ul>
|
||||
|
||||
### Restoring Nintendo Badge Arcade Badges
|
||||
1. Insert your SD Card into your PC.
|
||||
2. Back up your badges at the folder on your SD Card `SD:Nintendo 3DS/ID0/ID1/extdata/00000000/000014d1`.
|
||||
3. Download [Simple Badge Injector](https://github.com/AntiMach/simple-badge-injector/releases/latest).
|
||||
4. Insert your SD Card into your console.
|
||||
5. Use Nimbus to switch to Pretendo.
|
||||
6. Open Simple Badge Injector and make a note of the "Nintendo Network ID" value.
|
||||
7. Still inside SBI, choose the option to dump your badge data files.
|
||||
8. Turn off your 3DS and remove the SD card. Insert your SD card into your PC.
|
||||
9. Download and open [Advanced Badge Editor](https://github.com/AntiMach/advanced-badge-editor/releases/latest).
|
||||
10. Go to `File > Open Data`, then choose the folder where BadgeData.dat and BadgeMngFile.dat are. (Located at `sd:/3ds/SimpleBadgeInjector/Dumped`)
|
||||
11. Replace the NNID value with the one you made a note of in SBI earlier.
|
||||
12. Select `Save As` to save the modified file separately from the backup.
|
||||
13. Put your modified badge data filed into `sd:/3ds/SimpleBadgeInjector`
|
||||
14. Put your SD card back into your 3DS and go back into SBI
|
||||
15. Inject your modified badge data files.
|
||||
|
||||
All badges *placed* on the home menu will be deleted, and you have to re-add them in the order you have had them before.
|
||||
|
||||
If you encounter any errors, restore your backed up badge data through SBI. Injecting badges while using Pretendo Network will make them disappear when swapping back to Nintendo Network, and vice versa.
|
||||
|
|
|
|||
|
|
@ -10,10 +10,12 @@
|
|||
|
||||
Cemu 2.0 has official built-in support for Pretendo as of October 10, 2022. Head to the Cemu GitHub [releases](https://github.com/cemu-project/Cemu/releases) page and download the latest Cemu experimental release (tagged as `Pre-release`). Only `Cemu 2.0-5 (Experimental)` and above is supported at the moment. Additionally you may build Cemu from source using the provided [build instructions](https://github.com/cemu-project/Cemu/blob/main/BUILD.md)
|
||||
|
||||
Ensure you have followed [Cemu's guide](https://cemu.cfw.guide/online-play.html) to set up the emulator for online play. When dumping your user account files, ensure you select your PNID.
|
||||
|
||||
## Connecting to Pretendo
|
||||
Once you have Cemu setup for online play navigate to `Options > General settings > Account`. You should now see a section titled `Network Service`. Select your PNID from the `Active account` menu and select the `Pretendo` Network Service option. Cemu should now be connected to Pretendo's servers
|
||||
|
||||
<center><img src="/assets/images/docs/install/cemu/network-services-settings.png"/></center>
|
||||
|
||||
## Miiverse
|
||||
Cemu has limited to no Miiverse support as of now. Currently no Miiverse features, including the Miiverse applet as well as Miiverse features in games, will function.
|
||||
Cemu has limited to no Miiverse support as of now. Some in game features may work, but this is not guaranteed. The Miiverse applet does not work in official builds.
|
||||
|
|
|
|||
|
|
@ -1,92 +1,171 @@
|
|||
# Wii U
|
||||
|
||||
You can connect your Wii U to Pretendo using one of 2 methods. Each method has benefits and drawbacks, which will be described in their respective sections.
|
||||
|
||||
- [SSSL (hackless)](#sssl)
|
||||
- [Inkay (homebrew)](#inkay)
|
||||
|
||||
Once you have selected a connection method and set up your Wii U, see ["PNID Setup"](#pnid-setup).
|
||||
|
||||
If you have save data from a Nintendo Network ID you would like to move to your Pretendo Network ID, follow [this](#transferring-save-data-to-your-pretendo-network-account) section.
|
||||
|
||||
# SSSL
|
||||
**Pros:**
|
||||
- Does not require homebrew
|
||||
- Very easy to setup
|
||||
|
||||
**Cons:**
|
||||
- Only a subset of services are supported
|
||||
- Lacks additional features and patches
|
||||
- May not function under certain ISP related conditions (self-hosted DNS tool is in development)
|
||||
- Requires changing network settings to disconnect
|
||||
|
||||
SSSL is a (limited) hackless method of accessing most services by exploiting a bug in the Wii U's SSL module. All Nintendo Network games produced by Nintendo are supported by SSSL, as are the ***in-game*** Miiverse features. The main Miiverse app, in-game ***posting*** app, and any game which uses its own SSL stack (YouTube, WATCH_DOGS, etc.), are ***NOT*** supported by this method, as they are unaffected by the SSL exploit.
|
||||
|
||||
To connect using SSSL, open `System Settings > Internet > Connect to the Internet`. Open the settings for your network connection and open `DNS`. Select `Don't Auto-obtain`. Enter `88.198.140.154` as the `Primary DNS`. Enter another public DNS server address as the `Secondary DNS`, such as `8.8.8.8` (Google Public DNS) or `1.1.1.1` (Cloudflare-DNS). You should now be able to setup and login to your Pretendo Network ID as normal.
|
||||
|
||||
To disconnect from Pretendo Network either remove the `Primary DNS` address or change back to `Auto-obtain`.
|
||||
|
||||
# Inkay
|
||||
**Pros:**
|
||||
- All services supported
|
||||
- Contains additional features and patches
|
||||
- No ISP related issues
|
||||
- Easy toggle on and off
|
||||
|
||||
**Cons:**
|
||||
- Requires homebrew
|
||||
- Requires several steps to setup
|
||||
|
||||
<div class="tip">
|
||||
ℹ️ This guide assumes that you have a <b>Homebrewed System</b> using <b>Aroma</b>.
|
||||
ℹ️ This part of the guide assumes that you have a <b>Homebrewed System</b> using <b>Aroma</b>.
|
||||
You can follow this <a href="https://wiiu.hacks.guide/" target="_blank">guide</a> on how to homebrew your system first, then install
|
||||
Aroma using <a href="https://wiiu.hacks.guide/#/aroma/getting-started" target="_blank">this guide</a>.
|
||||
</div>
|
||||
|
||||
You can get a Wii U onto Pretendo in just 3 steps:
|
||||
1. [RCE Patches](#rce-patches)
|
||||
2. [Connecting to Pretendo](#connecting-to-pretendo)
|
||||
3. [PNID Setup](#pnid-setup)
|
||||
|
||||
# RCE Patches
|
||||
~~Unfortunately, some of Pretendo's supported games have major security and safety problems. While Nintendo fixed these
|
||||
games on the 3DS, thus far they have neglected the Wii U. Pretendo has a patcher which attempts to fix these problems -
|
||||
this is **essential** to play online safely, whether on Pretendo Network or Nintendo Network.~~
|
||||
|
||||
This is no longer true, as Nintendo has issued updates to all affected games fixing all known issues. These docs will remain up, however, in the event that any future bugs/exploits are found and require patches
|
||||
|
||||
<div class="tip">
|
||||
⚠️ <b>Don't skip this step!</b>
|
||||
</div>
|
||||
|
||||
To install the fix, navigate to the
|
||||
[latest release of the RCE patcher](https://github.com/PretendoNetwork/rce_patches/releases/latest) on GitHub and
|
||||
download the `rce_patches.wps` file.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/rce-wps-highlight.png" width="100%">
|
||||
|
||||
Place the downloaded `rce_patches.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`. It's normal for other Aroma plugins to be in this folder too.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/rce-sd-card.png" width="100%">
|
||||
|
||||
Place your SD card back into your console and boot like normal.
|
||||
|
||||
# Connecting to Pretendo
|
||||
|
||||
<div class="tip">
|
||||
ℹ️ Already have Pretendo installed? Skip ahead to <a href="#pnid-setup">PNID Setup</a>!
|
||||
</div>
|
||||
|
||||
To connect to Pretendo Network you must use the [Inkay](https://github.com/PretendoNetwork/Inkay) plugin with Aroma.
|
||||
The stable version is recommended for most users, however betatesters and others may be interested in the bleeding edge version.
|
||||
The stable build is recommended for most users, however beta testers and others may be interested in the bleeding edge build.
|
||||
|
||||
## Stable
|
||||
The stable builds have been widely tested to ensure everything works as intended. Navigate to [Inkay's latest release](https://github.com/PretendoNetwork/Inkay/releases/latest) on GitHub and download the `Inkay-pretendo.wps` file from the latest release.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/wps-highlight.png" width="100%">
|
||||
|
||||
## Bleeding Edge
|
||||
Bleeding edge builds have not been widely tested, and do not guarantee any stability. Download the latest build from <a href="https://nightly.link/PretendoNetwork/Inkay/workflows/ci/main/inkay" target="_blank">nightly</a>. Extract `inkay.zip`.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/inkay-nightly-link.png" width="100%">
|
||||
|
||||
## Nimble
|
||||
Nimble is an Aroma setup module that patches the request for the system `PolicyList`. This is used to enable background tasks for features such as Wara Wara Plaza. This is separate from the main Inkay patches as the `PolicyList` is downloaded earlier in the system boot process than Inkay has control over.
|
||||
|
||||
Navigate to [the latest release](https://github.com/PretendoNetwork/Nimble/releases/latest) on GitHub and download the `30_nimble.rpx` file.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/nimbus-install.png" width="100%">
|
||||
|
||||
## Installation
|
||||
Place the downloaded `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`. It's normal for other Aroma plugins to be in this folder too.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/sd-card.png" width="100%">
|
||||
|
||||
Place your SD card back into your console and boot like normal. If it worked, you'll see a notification of your connection:
|
||||
Place the downloaded `30_nimble.rpx` file on your SD card at `sd:/wiiu/environments/aroma/modules/setup`. It's normal for other Aroma setup modules to be in this folder too.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/pnid/nimbus-sd.png" width="100%">
|
||||
Place your SD card back into your console and boot like normal. You should see a notification of your connection:
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/working-notification.jpg" width="100%">
|
||||
|
||||
You are now connected to Pretendo Network and can continue with [PNID Setup](#pnid-setup).
|
||||
You are now connected to Pretendo Network.
|
||||
|
||||
## Bleeding Edge
|
||||
Bleeding edge builds have not been widely tested, and do not guarantee any stability. Download the latest build from <a href="https://nightly.link/PretendoNetwork/Inkay/workflows/ci/main/inkay" target="_blank">nightly</a>. Extract `inkay.zip` and place the extracted `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`.
|
||||
Press the button combo `L + Down + SELECT` on the Wii U GamePad to open the Aroma plugin menu.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/sd-card.png" width="100%">
|
||||
<img src="/assets/images/docs/install/wiiu/pnid/aroma-plugins-list.jpg" width="100%">
|
||||
|
||||
Place your SD card back into your console and boot like normal. If it worked, you'll see a notification of your connection:
|
||||
Choose the plugin 'Inkay', then click A on 'BOSS settings' inside of Inkay, then click A on 'Unregister Wara Wara Plaza BOSS tasks' after that restart your console fully.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/aroma/working-notification.jpg" width="100%">
|
||||
## Disconnecting
|
||||
Press `L + Down + SELECT` on the Wii U GamePad to open the Aroma plugin menu.
|
||||
|
||||
You are now connected to Pretendo Network and can continue with [PNID Setup](#pnid-setup).
|
||||
<img src="/assets/images/docs/install/wiiu/pnid/aroma-plugins-list.jpg" width="100%">
|
||||
|
||||
Locate and select 'Inkay', then choose 'Patching'. Now, set 'Connect to the Pretendo Network' to **false**.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/pnid/inkay-patching.jpg" width="100%">
|
||||
|
||||
Press `B` twice, followed by the `HOME` button. The console will reboot with Pretendo Network patches disabled, as confirmed by the 'Using Nintendo Network' message.
|
||||
|
||||
To return to Pretendo Network, repeat the process ensuring 'Connect to the Pretendo Network' is set to **true**.
|
||||
|
||||
# PNID Setup
|
||||
After installing Pretendo, you must register a Pretendo Network ID (PNID). There is currently two ways of creating a PNID: Creating an account with the website and linking it, or creating it on your Wii U.
|
||||
|
||||
After installing Pretendo, you will need to create a PNID to use our services. There is currently two ways of creating a PNID, by creating an account with the website and linking it or creating it on your Wii U.
|
||||
<div class="tip red">
|
||||
<strong>CAUTION:</strong>
|
||||
A Pretendo Network ID may not use the same username as an account already linked to your Wii U! If you have any existing Nintendo Network IDs on your Wii U which share the username you wish to use, those accounts MUST be removed from your console first.
|
||||
</div>
|
||||
|
||||
### PNID Setup - Website
|
||||
### Website
|
||||
You will want to register an account from [here](/account) and click `Don't have an account?` to register.
|
||||
|
||||
<div class="tip yellow">
|
||||
<strong>NOTE:</strong>
|
||||
Account settings cannot be modified at this time. Feature updates to the website have been paused as we migrate the codebase, and the account settings app on the Wii U requires additional patches.
|
||||
</div>
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/pnid/register-account-web.png" width="100%">
|
||||
|
||||
Right before registering a PNID, please make sure to save your password on some sort of note. This isn't necessary, but it prevents having to reset your password if you forget it. After registering just simply change your birth date, gender, timezone, country/region, etc to what you see fit. Once you have it set up we can switch back to the Wii U. Within your Wii U you will want to reconnect to Pretendo.
|
||||
Once your account is registered, link it to your console as you would a Nintendo Network ID.
|
||||
|
||||
_**Note:** How you reconnect to Pretendo depends on how you installed it on your Wii U!_
|
||||
### Wii U
|
||||
Create the Pretendo Network ID as you would a Nintendo Network ID.
|
||||
|
||||
Once you are reconnected, you will want to press the top left profile icon and press `Switch Account`, then press `Add New User`. Go through the user set up normally, but when it asks if you have an account, press `Yes` and put in your username and password. If it asks you to confirm your email afterwards, simply skip it. You will now be able to use Pretendo servers.
|
||||
# Transferring save data to your Pretendo Network account
|
||||
|
||||
### PNID Setup - Wii U
|
||||
Right before registering a PNID, please make sure to save your password on some sort of note. This isn't necessary, but it prevents having to reset your password if you forget it. You will want to go on you Wii U while Pretendo is still active and press the top left profile icon. After pressing the icon, press `Switch Account`, and then `Add New User`. Set up this account as normal, but once it asks if you have an account, press `No` and go through the account process normally. When it asks you again to link after adding a Mii, press `Link`. Choose your language and then accept the Pretendo Network Service Agreement.
|
||||
Pretendo Network is not compatible with existing Nintendo Network IDs. This means you must create a new account. Because of this, you may want to move existing game save data to your new account.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/pnid/pretendo-eula.jpg" width="100%">
|
||||
<div class="tip red">
|
||||
<strong>Note:</strong>
|
||||
This only works with local save data. Any user data stored on Nintendo's servers cannot be transferred to any other accounts.
|
||||
</div>
|
||||
|
||||
Finally, set up your PNID, email and password. Once all of this is done, you will be able to use Pretendo servers.
|
||||
To move your save data, you will need a save data backup homebrew application. This guide will use the WUT port of SaveMii for Aroma. To begin, download the latest [GitHub release](https://github.com/Xpl0itU/savemii/releases) of SaveMii or download it from the [Homebrew App Store](https://hb-app.store).
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/savedatabackup/savemii-appstore.jpg" width="100%">
|
||||
|
||||
Once installed, open the application from the HOME Menu. You should see a menu for Wii U and vWii saves.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/savedatabackup/savemii-mainmenu.jpg" width="100%">
|
||||
|
||||
Select `Wii U Save Management`. You should now see a list of installed games. Find and select the game you would like to transfer the save data of.
|
||||
|
||||
Select `Backup savedata`.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/savedatabackup/savemii-backup.jpg" width="100%">
|
||||
|
||||
Select a new slot to backup the save data to. If you select a non-empty slot, the backup data in that slot will be overwritten.
|
||||
|
||||
Select the profile to backup the save data from. This should be your ***Nintendo*** Network ID.
|
||||
|
||||
Optionally you may select to backup "common" save data. This save data should be shared by all users, and is not required to be backed up. Though you may still do so if you choose.
|
||||
|
||||
Press the `A` button when ready to backup your save data.
|
||||
|
||||
Once the backup has completed, press the `B` button to return to the games menu. Select `Restore savedata`.
|
||||
|
||||
<div class="tip red">
|
||||
<strong>CAUTION:</strong>
|
||||
Restoring a save backup will overwrite the existing save data for the game for the selected user(s). Proceed with caution.
|
||||
</div>
|
||||
|
||||
Select the backup slot you just backed the save data up to.
|
||||
|
||||
Select the profile to restore the save data to. This should be your ***Pretendo*** Network ID.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/savedatabackup/savemii-transfer.jpg" width="100%">
|
||||
|
||||
When ready, press the `A` button to transfer your data. Press `A` again to confirm your actions. If you get a message about backing up your data on your Pretendo profile, ignore. Your screen may briefly flash as the data is copied over.
|
||||
|
||||
Once completed, exit SaveMii and ensure the game you transferred works properly on your Pretendo profile.
|
||||
|
||||
<img src="/assets/images/docs/install/wiiu/savedatabackup/savemii-saveworkingonpretendo.jpg" width="100%">
|
||||
|
||||
Repeat this process for any other save data you'd like to transfer to your Pretendo profile.
|
||||
|
|
|
|||
187
docs/en_US/network-dumps.md
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
# Network Dumps
|
||||
One of the best ways to support the project is to help in gathering network dumps of games. These network dumps can be used by developers to help understand how the servers operate in a live environment. This kind of data greatly simplifies development of the servers, as it removes a large amount of guesswork and reverse engineering.
|
||||
|
||||
In order to make this easier, we have developed a suite of internal tools to capture and read network traffic, as well as make use of several "off the shelf" tools. This document will go into detail about how to capture these packets yourself, and how you can submit them to us for use in research and development. This document will be fairly long, please read it completely before submitting any dumps.
|
||||
|
||||
## Table of Contents
|
||||
1. [Submissions](#submissions)
|
||||
2. [Game Packets](#game-packets)
|
||||
- [Wii U (HokakuCafe)](#wii-u-hokakucafe)
|
||||
- [3DS (HokakuCTR)](#3ds-hokakuctr)
|
||||
- [All (WireShark)](#all-wireshark)
|
||||
3. [HTTP Packets](#http-packets)
|
||||
4. [SpotPass](#spotpass)
|
||||
5. [High Priority Games](#high-priority-games)
|
||||
|
||||
<div class="tip red">
|
||||
<h2>Security Warning</h2>
|
||||
<strong>Network dumps will oftentimes have sensitive information, including emails, passwords, usernames, IP addresses, etc. Because of this, ensure you only provide network dumps to trusted individuals. When submitting network dumps to Pretendo Network developers your dumps are uploaded and stored in a private channel. This channel can only be accessed by a small number of people, not even all developers have access.</strong>
|
||||
</div>
|
||||
|
||||
# Submissions
|
||||
There are two ways to submit network dumps. You may either contact a developer directly, or use the `/upload-network-dump` command on our Discord server.
|
||||
|
||||
When submitting we ask that you do the following:
|
||||
|
||||
1. Perform as few actions as possible per session. Each session should be focussed on as few aspects of the game as possible to minimize "noise" (unrelated packets) which makes it difficult to decipher what is actually going on. For example, rather than uploading a session of playing random courses on Super Mario Maker it would be more helpful if the session was focussed on one part of the game, such as 100 Mario Challenge, starring a course, etc. That way it's clear exactly what the packets are doing in game.
|
||||
2. When submitting, please provide a detailed description of what was done in the session. For example "Loaded course world and played a random course, starred the course and played a recommended course". This will add further context as to what the packets are doing in the dumps.
|
||||
3. When submitting, please rename the dumps to something meaningful. Such as `played-and-starred-course-smm-jpn.pcap` rather than `did-something.pcap` or `12-20-23.pcap`. This does not apply to HokakuCafe BIN files, as they must remain named as they are. The file name of HokakuCafe BIN gives us important information regarding your session not found in the BIN data itself.
|
||||
|
||||
# Game Packets
|
||||
Game packet dumps are the packets sent during a session to a game server. These packets are typically encrypted, so additional data will need to be submitted in order for us to decrypt them. There are several ways to dump these packets and the data needed to decrypt them.
|
||||
|
||||
### Wii U (HokakuCafe)
|
||||
The easiest way to dump game server packets from a Wii U is to use [HokakuCafe](https://github.com/PretendoNetwork/HokakuCafe). This is an Aroma setup module which patches IOSU to write all network frames to a `.pcap` file on the SD card.
|
||||
|
||||
To use HokakuCafe download the [latest release](https://github.com/PretendoNetwork/HokakuCafe/releases/latest) setup module (`30_hokaku_cafe.rpx`). Place this file on the SD card at `wiiu/environments/[ENVIRONMENT]/modules/setup` and insert it back into the Wii U. Start your Wii U once, turn it off, and open the newly created `HokakuCafe/config.ini` file on the SD card. Set `Mode` to either `UDP` or `ALL`. At the time of writing, HokakuCafe has a bug where it will not dump all game packets when `Mode` is set to `PRUDP`. Insert the SD card back into the Wii U and all network traffic flowing through your console should be written to a PCAP.
|
||||
|
||||
The PCAP files are written to the `HokakuCafe` folder on the SD card, named as the date and time the session was started. HokakuCafe will also dump a BIN file, named `nexServiceToken-AAAAAAAAAA-BBBBBBBB.bin`. This file contains the data needed to decrypt the session packets, and MUST also be submitted. Otherwise the PCAP packets cannot be decrypted, and are of no use.
|
||||
|
||||
### 3DS (HokakuCTR)
|
||||
The easiest way to dump game server packets from a 3DS is to use [HokakuCTR](https://github.com/PretendoNetwork/HokakuCTR). Like HokakuCafe this homebrew attempts to dump game traffic directly from the console. However unlike HokakuCafe, it does not dump all system traffic and may not work in all games. If HokakuCTR does not work in your game, see the last solution.
|
||||
|
||||
To use HokakuCTR, ensure you are updated to the latest Luma release. The latest Luma release now supports 3GX plugins. Download the [latest release](https://github.com/PretendoNetwork/HokakuCTR/releases/latest). Place this file on the SD card at `luma/plugins` and rename it `default.3gx`.
|
||||
|
||||
When launching a game you will see 1 of 2 notifications on screen. You will either see `Not Ready` or `Ready`. If you see `Not Ready`, your game is not compatible. If you see `Ready`, your game is compatible but has not necessarily started sending data. If you see nothing, either your game is not compatible, the plugin loader is disabled or the plugin is not installed. You can check if the plugin loader is disabled by opening the Rosalina menu (L + D-Pad down + Select) and ensure the "Plugin Loader" option is enabled. If your game is compatible, it will start dumping game traffic to a PCAP file once the game has connected to the server and begun sending data. You will know the game has connected to the server when you see either `Detected NEX buffer type: V0` or `Detected NEX buffer type: V1` on screen. These notifications indicate that the game has begun sending data. If you do not see one of these notifications, no data will be in your dump.
|
||||
|
||||
The PCAP is written to the SD card located at `HokakuCTR/[GAME NAME]`. HokakuCTR dumps are already decrypted, no additional data is required to decrypt them. They may be submitted as-is.
|
||||
|
||||
### All (WireShark)
|
||||
If neither solution above works, the only option you have is to capture the traffic manually off the console. This is easiest done with WireShark and a hosted Wi-Fi access point. Create a hosted wifi access point on your PC which has WireShark installed and select that access point's interface in WireShark. Connect the console to this hosted access point, and you should begin to see all the network traffic from your console in WireShark. In order to both create a hosted access point and keep your PC online, you must have 2 ways of connecting to the internet on the PC. This is easiest done by using a USB Wi-Fi adapter to host the access point, and using ethernet to remain online. Not all USB Wi-Fi adapters support hosting access points. Ensure the one you use does. [This adapter](https://www.amazon.com/dp/B07C9TYDR4) is relatively cheap and supports hosting access points.
|
||||
|
||||
Just like with HokakuCafe, traffic dumped with WireShark will be encrypted. In order to decrypt the traffic, your NEX account username and password must also be submitted. Your NEX account has no relation to any other account, such as your NNID, and cannot be used to gain any information about you. It can, however, allow someone to log into game servers as you. Ensure you only provide these details to trusted individuals.
|
||||
|
||||
- 3DS - To dump your NEX username and password from a 3DS download and run [this homebrew application](https://9net.org/~stary/get_3ds_pid_password.3dsx). This will create a file on your SD card named `nex-keys.txt` with your NEX username and password. Copy and paste the contents of this file into the message of your submission.
|
||||
- Wii U - To dump your NEX username and password from a Wii U connect to your Wii U with an FTP client. Navigate to `/storage_mlc/usr/save/system/act` and download all the folders inside this folder. Check the `account.dat` file in each folder and look for your NNID username in the `AccountId` field. Once found, in the same `account.dat` file locate both the `PrincipalId` and `NfsPassword` fields. `PrincipalId` is your NEX username (PID), and `NfsPassword` is your NEX password.
|
||||
|
||||
# HTTP Packets
|
||||
Some games use HTTP requests for some features. Additionally, non-game titles will often use HTTP requests for their services. SpotPass data is also downloaded via HTTP requests. The above methods will not always capture HTTP requests in a way that is usable, if at all. For this, an HTTP proxy server is required. There are several options for HTTP proxy servers, however the simplest way is using our [mitmproxy Docker container](https://github.com/PretendoNetwork/mitmproxy-nintendo).
|
||||
|
||||
Full credit to the upkeep of the repository, and creation of the original Docker container, goes to GitHub user [MatthewL246](https://github.com/MatthewL246).
|
||||
|
||||
<div class="tip">
|
||||
<h2>Using a Raspberry Pi?</h2>
|
||||
<strong>Only 64 bit operating systems are supported. If using a Raspberry Pi, ensure you are using a 64 bit variant of your OS.</strong>
|
||||
</div>
|
||||
|
||||
Install Docker for your operating system using the official [setup guide](https://docs.docker.com/get-docker/). If installing on Windows, you ***MUST*** use the WSL backend option. Then follow the steps for your console type.
|
||||
|
||||
## 3DS
|
||||
1. Download [this IPS patch](https://github.com/PretendoNetwork/mitmproxy-nintendo/raw/master/ssl-patches/0004013000002F02.ips). This IPS patch patches the SSL sysmodule to disable SSL verification, allowing the console to connect to the proxy server with TLS connections.
|
||||
2. Place the patch on your SD card at `SD:/luma/sysmodules/0004013000002F02.ips`.
|
||||
3. Place the SD card back into your 3DS.
|
||||
4. Launch into the Luma settings by holding `SELECT` while powering on.
|
||||
5. Ensure both `Enable loading external FIRMS and modules` and `Enable game patching` are enabled before booting.
|
||||
6. Launch Nimbus and connect to Nintendo Network.
|
||||
7. On your computer, open a command prompt and run the following commands:
|
||||
8. `mkdir 3ds-dumps`
|
||||
9. `docker run -it --rm -p 8083:8083 -v ./3ds-dumps:/home/mitmproxy/dumps ghcr.io/pretendonetwork/mitmproxy-nintendo:3ds mitmdump`
|
||||
- If using Windows, run `wsl docker run -it --rm -p 8083:8083 -v ./3ds-dumps:/home/mitmproxy/dumps ghcr.io/pretendonetwork/mitmproxy-nintendo:3ds mitmdump`
|
||||
10. These commands create a directory to store the sessions dumps, and starts the proxy server using Docker, exposing the servers port 8083 on your computers port also on 8083, and links the `/home/mitmproxy/dumps` directory in the container to the `3ds-dumps` directory you just created.
|
||||
11. On your 3DS, launch into Internet Settings and select your connection.
|
||||
12. Select `Change Settings > Proxy Settings`.
|
||||
13. Select `Yes` and then `Detailed Setup`.
|
||||
14. Enter your computers local IP address into `Proxy Server` and 8083 into `Port`.
|
||||
15. Select `Ok` then `Save` and run the connection test. Your 3DS should connect to the internet and you should see connections being made in the proxy server
|
||||
16. See the end of this section for final steps.
|
||||
|
||||
## Wii U
|
||||
1. Download [this Aroma setup module](https://github.com/PretendoNetwork/mitmproxy-nintendo/raw/master/ssl-patches/30_nossl.rpx). This patches the SSL sysmodule to disable SSL verification, allowing the console to connect to the proxy server with TLS connections.
|
||||
2. Place the patch on your SD card at `SD:/wiiu/environments/aroma/modules/setup/30_nossl.rpx`. If there are other patches with the same ID `30`, this is fine.
|
||||
3. Place the SD card back into your Wii U and turn on the console.
|
||||
4. Launch into the Aroma settings by pressing `L + DPAD-DOWN + SELECT`.
|
||||
5. Enter `Inkay > Patching` and toggle `Connect to the Pretendo Network` to ***FALSE***.
|
||||
6. On your computer, open a command prompt and run the following commands:
|
||||
7. `mkdir wiiu-dumps`
|
||||
8. `docker run -it --rm -p 8082:8082 -v ./wiiu-dumps:/home/mitmproxy/dumps ghcr.io/pretendonetwork/mitmproxy-nintendo:wiiu mitmdump`
|
||||
- If using Windows, run `wsl docker run -it --rm -p 8082:8082 -v ./wiiu-dumps:/home/mitmproxy/dumps ghcr.io/pretendonetwork/mitmproxy-nintendo:wiiu mitmdump`
|
||||
9. These commands create a directory to store the sessions dumps, and starts the proxy server using Docker, exposing the servers port 8082 on your computers port also on 8082, and links the `/home/mitmproxy/dumps` directory in the container to the `wiiu-dumps` directory you just created.
|
||||
10. On your Wii U, launch into `System Settings > Internet > Connect to the Internet > Connections` and select your connection.
|
||||
11. Select `Change Settings > Proxy Settings`.
|
||||
12. Select `Set` and `OK`.
|
||||
13. Enter your computers local IP address into `Proxy Server` and 8082 into `Port`.
|
||||
14. Select `Confirm`, `Don't Use`, then `Save` and run the connection test. Your Wii U should connect to the internet and you should see connections being made in the proxy server
|
||||
15. See the end of this section for final steps.
|
||||
|
||||
## Final Steps
|
||||
Once you have the proxy server running and your console connected to it, use the console as normal. When you are finished capturing a session, press `CTRL` and `C` in the command prompt running the proxy server to end the session. Ending a session will create a `wiiu-dumps/wiiu-latest.har` file or `3ds-dumps/3ds-latest.har` file depending on which console was used for the session. These files will be overwritten at the start of each new session, so they must be backed up or renamed to avoid losing their data.
|
||||
|
||||
For advanced usage of the proxy server, see https://github.com/PretendoNetwork/mitmproxy-nintendo
|
||||
|
||||
# SpotPass
|
||||
SpotPass data, also called BOSS content, is sent using HTTP. The easiest way to submit SpotPass information to us is by dumping your consoles BOSS database. These databases contain SpotPass information for all games which you have enabled SpotPass for. This will give us the data needed to archive SpotPass content ourselves. Alternatively, you may submit [HTTP network dumps](#http-packets). Submitting HTTP network dumps gives us the SpotPass content as well, but requires more work on users.
|
||||
|
||||
For a list of games which use SpotPass content and still need to be archived, see [this spreadsheet](https://docs.google.com/spreadsheets/d/1qU0o7zxILAZcI83nOidr1QSrM0maVp6OGdBqg0xwul0/edit?usp=sharing).
|
||||
|
||||
<div class="tip">
|
||||
<strong>This spreadsheet was generated automatically. It may be incomplete and missing games or regions. Even if your game is not on this list we encourage you to upload HTTP dumps of it.</strong>
|
||||
</div>
|
||||
|
||||
SpotPass content is region specific, so dumps of one games region may not work for a games other regions. All of a games regions must be checked and archived.
|
||||
|
||||
If you are uploading HTTP network dumps, please include the name of the game and it's region in your description.
|
||||
|
||||
If you are uploading your BOSS database, ensure your game has registered your BOSS tasks. Typically a game will register all of it's tasks once SpotPass is enabled for the game. A game may require you to be online before asking to enable SpotPass, but this depends on the game.
|
||||
|
||||
We encourage everyone to upload their task databases, even if you have not been online in a long time. These databases may contain SpotPass information from games you have played in the past.
|
||||
|
||||
## Wii U
|
||||
The Wii U stores a separate database of BOSS tasks per user. Each one must be dumped and submitted individually.
|
||||
|
||||
1. Connect to the Wii U using [FTP](https://wiki.hacks.guide/wiki/Wii_U:FTP#Aroma-0).
|
||||
2. Navigate to `/storage_mlc/usr/save/system/boss`.
|
||||
3. Copy all the folders in this directory to your PC.
|
||||
4. Submit the `task.db` file in each folder using Bandwidth.
|
||||
|
||||
## 3DS
|
||||
The 3DS stores BOSS tasks in a single partition in the BOSS sysmodule.
|
||||
|
||||
1. Launch [GodMode9](https://github.com/d0k3/GodMode9).
|
||||
2. Navigate to `SYSNAND CTRNAND > data > longstring > sysdata > 00010034`.
|
||||
3. Select `00000000`. If your file is not named `00000000` you may still continue, though we cannot guarantee this is the correct file. If you have more than one file, repeat the following steps for each.
|
||||
4. Select `Mount as DISA image`.
|
||||
5. Press `A` to mount and enter the image.
|
||||
6. Select `partitionA.bin`. If your file is not named `partitionA.bin` you may still continue, though we cannot guarantee this is the correct file. If you have more than one file, repeat the following steps for each.
|
||||
7. Select `Copy to 0:/gm9/out`.
|
||||
8. Turn off your console and eject the SD card.
|
||||
9. Open your SD card on your computer.
|
||||
10. Submit the partition BIN file using Bandwidth.
|
||||
|
||||
# High Priority Games
|
||||
While all games are important to capture dumps for, this is a list of games we have identified as being high priority. All games on Nintendo Network share a common set of protocols used to implement the games online features, making it easy to use work from one game on many others. However these games have game-specific patches to their protocols, or even entirely custom ones, making this much harder to work with, especially after the official servers go down. Dumps for these games are considered high priority, but they should not be the only games dumped for. All games are important.
|
||||
|
||||
## 3DS
|
||||
- `Animal Crossing - Happy Home Designer`
|
||||
- `Daigassou! Band Brothers P (Japan)`
|
||||
- `Kid Icarus: Uprising`
|
||||
- `Miitopia`
|
||||
- `Monster Hunter Generations`
|
||||
- `Nintendo Badge Arcade`
|
||||
- `Pokemon Omega Ruby / Alpha Sapphire`
|
||||
- `Pokemon Rumble World`
|
||||
- `Pokemon Sun / Moon`
|
||||
- `Pokemon Ultra Sun / Ultra Moon`
|
||||
- `Pokemon X / Y`
|
||||
- `Real Dasshutsu Game x Nintendo 3DS - Chou Hakai Keikaku kara no Dasshutsu (Japan)`
|
||||
- `Super Mario Maker for Nintendo 3DS`
|
||||
- `Super Smash Bros for Nintendo 3DS`
|
||||
- `Yakuman Houou Mahjong (Japan)`
|
||||
|
||||
## Wii U
|
||||
- `MARIO KART 8`
|
||||
- `MONSTER HUNTER 3 ULTIMATE Packet Relay...for Nintendo 3DS`
|
||||
- `MONSTER HUNTER 3(tri-)G HD Ver.`
|
||||
- `SUPER MARIO 3D WORLD`
|
||||
- `Splatoon` (All Splatoon games likely have the same patches)
|
||||
- `Splatoon (Demo)`
|
||||
- `Splatoon Global Testfire`
|
||||
- `Splatoon Pre-Launch Review`
|
||||
- `Splatoon Testfire`
|
||||
- `Super Mario Maker`
|
||||
- `Super Smash Bros. for Wii U`
|
||||
- `Wii KARAOKE U by JOYSOUND`
|
||||
- `Wii Sports Club`
|
||||
- `Wii Sports Club Lite`
|
||||
- `Nintendo×JOYSOUND Wii カラオケ U`
|
||||
- `Xenoblade Chronicles X`
|
||||
- `役満 鳳凰`
|
||||
|
|
@ -33,9 +33,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"gmail": {
|
||||
"user": "username",
|
||||
"pass": "password",
|
||||
"email": {
|
||||
"ses": {
|
||||
"region": "AWS SES us-east-1",
|
||||
"key": "AWS SES access key",
|
||||
"secret": "AWS SES secret key"
|
||||
},
|
||||
"from": "Firstname Lastname <user@domain.com>"
|
||||
},
|
||||
"trello": {
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "تقدم",
|
||||
"paragraphs": [
|
||||
null,
|
||||
"و نعمل علي ماريوكارت 7 لل3دي اس و نريد ان نعمل علي الألعاب الآخري في اسرع وقت"
|
||||
],
|
||||
"githubRepo": "ريبو الجيتهب"
|
||||
},
|
||||
"faq": {
|
||||
|
|
@ -85,112 +81,11 @@
|
|||
},
|
||||
"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/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "مباحث البوس و مبرمج التصحيحات",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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": "pinklimes",
|
||||
"caption": "مطور الويب",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "مصمم الويب",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "قابل الفريق وراء المشروع"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "من غيرهم، بريتندو لن نكن بشكلها."
|
||||
},
|
||||
"progressPage": {
|
||||
"title": "تقدمنا",
|
||||
|
|
|
|||
103
locales/ast.json
|
|
@ -99,110 +99,9 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "L'equipu",
|
||||
"text": "Conoz al equipu que ta detrás del proyeutu",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Propietariu del proyeutu ya desendolcador líder",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"caption": "Investigación ya desendolcu de Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instalador per rede ya investigación en consoles",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Investigación ya desendolcu de parches pa la función SpotPass",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Investigación en consoles ya otros sistemes",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Líder del desendolcu web",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"caption": "Desendolcu web",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes",
|
||||
"name": "pinklimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Diseñador",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Conoz al equipu que ta detrás del proyeutu"
|
||||
},
|
||||
"specialThanks": {
|
||||
"people": [
|
||||
{
|
||||
"caption": "Desendolcu de la biblioteca crunch",
|
||||
"github": "https://github.com/superwhiskers",
|
||||
"name": "superwhiskers",
|
||||
"picture": "https://github.com/superwhiskers.png"
|
||||
},
|
||||
{
|
||||
"caption": "Desendolcador de 3DS ya analista de NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"name": "Stary",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Caltenedor",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000",
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Investigación de Mario Kart 7 ya 3DS"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Compartición de la información de Miiverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Agradecimientu especial",
|
||||
"caption": "Investigación de les estructures de datos de Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Iconos pal Editor de Mii ya les reaiciones de Juxt",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork",
|
||||
"name": "Collaboradores de GitHub",
|
||||
"caption": "Traducciones ya otres collaboraciones"
|
||||
}
|
||||
],
|
||||
"title": "Agradecimientu especial",
|
||||
"text": "Ensin estes persones, Pretendo nun taría onde ta güei."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -103,85 +103,11 @@
|
|||
"text": "Наш праект мае шмат кампанентаў. Вось некаторыя з іх."
|
||||
},
|
||||
"credits": {
|
||||
"people": [
|
||||
{
|
||||
"name": "Джонатан Бэрроу (jonbarrow)",
|
||||
"caption": "Уладальнік праекта і вядучы распрацоўшчык",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"caption": "Даследаванні і распрацоўкі Miiverse",
|
||||
"github": "https://github.com/CaramelKat",
|
||||
"name": "Джэма (CaramelKat)",
|
||||
"picture": "https://github.com/caramelkat.png"
|
||||
},
|
||||
{
|
||||
"name": "Рэмба6Глаз",
|
||||
"caption": "Праграма ўстаноўкі сеткі і даследаванне кансолі",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/ashquarky",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"name": "кваркісты",
|
||||
"caption": "Даследаванні BOSS і распрацоўка выпраўленняў"
|
||||
},
|
||||
{
|
||||
"name": "СуперМарыёДаБом",
|
||||
"caption": "Кансоль і іншыя даследаванні сістэмы",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Джып кс",
|
||||
"caption": "Кіраўнік вэб-распрацоўкі",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"name": "pinklimes",
|
||||
"caption": "Вэб-распрацоўка",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Дызайнер",
|
||||
"github": "https://github.com/mrjvs",
|
||||
"picture": "https://github.com/mrjvs.png"
|
||||
}
|
||||
],
|
||||
"title": "Каманда",
|
||||
"text": "Пазнаёмцеся з камандай, якая стаіць за праектам"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Асобнае дзякуй",
|
||||
"text": "Без іх Pretendo не быў бы там, дзе ён ёсць сёння.",
|
||||
"people": [
|
||||
{
|
||||
"name": "супервусы",
|
||||
"caption": "храбусценне распрацоўкі бібліятэк",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Стары",
|
||||
"caption": "Дысэктар 3DS dev і NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Білі",
|
||||
"caption": "Захавальнік",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Даследаванне Mario Kart 7 і 3DS"
|
||||
}
|
||||
]
|
||||
"text": "Без іх Pretendo не быў бы там, дзе ён ёсць сёння."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,110 +99,9 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "L'equip",
|
||||
"text": "Coneix l'equip que hi ha darrere del projecte",
|
||||
"people": [
|
||||
{
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Propietari del projecte i desenvolupador principal",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"caption": "Recerca i desenvolupament per al Miiverse",
|
||||
"github": "https://github.com/CaramelKat",
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"picture": "https://github.com/caramelkat.png"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12",
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instal·lador de la xarxa i recerca sobre la consola"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Recerca de BOSS i desenvolupament del parche",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom",
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Consola i altres sistemes de recerca"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Líder del desenvolupament de la web",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"github": "https://github.com/gitlimes",
|
||||
"caption": "Desenvolupament del web",
|
||||
"picture": "https://github.com/gitlimes.png"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Dissenyador",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Coneix l'equip que hi ha darrere del projecte"
|
||||
},
|
||||
"specialThanks": {
|
||||
"people": [
|
||||
{
|
||||
"github": "https://github.com/superwhiskers",
|
||||
"name": "superwhiskers",
|
||||
"caption": "desenvolupament de la llibreria crunch",
|
||||
"picture": "https://github.com/superwhiskers.png"
|
||||
},
|
||||
{
|
||||
"caption": "Desenvolupador de 3DS i dissector de NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"name": "Stary",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"caption": "Conservacionista",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss",
|
||||
"name": "Billy"
|
||||
},
|
||||
{
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000",
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Recerca de Mario Kart 7 i 3DS"
|
||||
},
|
||||
{
|
||||
"github": "https://twitter.com/rverseClub",
|
||||
"caption": "Compartició de dades de Miiverse",
|
||||
"name": "rverse",
|
||||
"picture": "https://github.com/rverseTeam.png"
|
||||
},
|
||||
{
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay",
|
||||
"name": "Kinnay",
|
||||
"special": "Gràcies especials",
|
||||
"caption": "Recerca de les estructures de dades de Nintendo"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar",
|
||||
"caption": "Icones de l'editor Mii i reaccions de Juxt",
|
||||
"name": "NinStar"
|
||||
},
|
||||
{
|
||||
"name": "Contribuïdors de GitHub",
|
||||
"caption": "Localitzacions i altres contribucions",
|
||||
"github": "https://github.com/PretendoNetwork",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
||||
}
|
||||
],
|
||||
"title": "Gràcies especials",
|
||||
"text": "Sense ells, Pretendo no sería al lloc que n'hi és avui."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,17 +5,278 @@
|
|||
"settings": "Nastavení",
|
||||
"logout": "Odhlásit se"
|
||||
},
|
||||
"faq": "Často kladené dotazy",
|
||||
"about": "O stránkách",
|
||||
"docs": "Dokumenty",
|
||||
"credits": "Kredity",
|
||||
"faq": "FAQ",
|
||||
"about": "O nás",
|
||||
"docs": "Dokumentace",
|
||||
"credits": "Poděkování",
|
||||
"progress": "Progres",
|
||||
"blog": "Blog"
|
||||
"blog": "Blog",
|
||||
"donate": "Přispět",
|
||||
"dropdown": {
|
||||
"captions": {
|
||||
"progress": "Podívejte se na progres a cíle projektu",
|
||||
"faq": "Často kladené dotazy",
|
||||
"about": "O projektu",
|
||||
"blog": "Souhrn nejnovějších aktualizací",
|
||||
"credits": "Seznamte se s týmem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hero": {
|
||||
"subtitle": "Herní servery"
|
||||
"subtitle": "Herní servery",
|
||||
"buttons": {
|
||||
"readMore": "Číst dál"
|
||||
},
|
||||
"text": "Pretendo je svobodná a open-source náhrada za Nintendo servery pro jak 3DS, tak Wii U, umožňující online konektivitu všem, i po deaktivaci původních serverů",
|
||||
"title": "Znovuzrozeny"
|
||||
},
|
||||
"aboutUs": {
|
||||
"title": "O nás"
|
||||
"title": "O nás",
|
||||
"paragraphs": [
|
||||
"Pretendo je open-sourcový projekt, jehož cílem je reimplementovat Nintendo Network pro 3DS a Wii U pomocí pouze legálního reverse engineeringu.",
|
||||
"Protože by naše služby byly jak svobodné, tak open source, můžou existovat dlouho po nevyhnutelném uzavření Nintendo Network."
|
||||
]
|
||||
},
|
||||
"credits": {
|
||||
"title": "Náš tým",
|
||||
"text": "Seznamte se s týmem, co za projektem stojí"
|
||||
},
|
||||
"specialThanks": {
|
||||
"text": "Bez nich by Pretendo nebylo tam, kde je dnes.",
|
||||
"title": "Zvláštní poděkování"
|
||||
},
|
||||
"faq": {
|
||||
"QAs": [
|
||||
{
|
||||
"question": "Co je Pretendo?",
|
||||
"answer": "Pretendo je open-sourcová náhrada za Nintendo Network, jejíž cílem je vytvořit vlastní servery pro rodinu konzolí Wii U a 3DS. Chceme zachovat online konektivitu těchto konzolí a umožnit tak hráčům dál hrát své oblíbené Wii U a 3DS tituly naplno."
|
||||
},
|
||||
{
|
||||
"answer": "Bohužel ne. Již existující NNID na Pretendu nebudou fungovat, protože Vaše uživatelská data vlastní pouze Nintendo. Přestože by migrace účtů byla teoreticky možná, byla by riskantní a vyžadovala citlivé osobní údaje, které si nepřejeme držet.",
|
||||
"question": "Bude na Pretendu fungovat moje současné NNID?"
|
||||
},
|
||||
{
|
||||
"question": "Jak začít s Pretendem?",
|
||||
"answer": "Pretendo v současné době není ve stavu, který by byl připraven pro veřejné použití. Nicméně, až nastane čas, Pretendo budete moct použít spuštěním našeho homebrew nástroje na Vašem zařízení."
|
||||
},
|
||||
{
|
||||
"answer": "To nevíme. Mnohé služby a funkce Pretenda jsou vyvíjeny nezávisle na sobě (například, na Miiverse může pracovat jeden vývojář zatímco druhý pracuje na účtech a seznamu přátel) a proto nemůžeme poskytnout odhady, kdy bude něco hotové.",
|
||||
"question": "Kdy bude [nějaká služba/funkce] hotová?"
|
||||
},
|
||||
{
|
||||
"question": "Funguje Pretendo na Cemu/emulátorech?",
|
||||
"answer": "Pretendo podporuje jakýkoli klient který může interagovat s Nintendo Network. V současnosti je Cemu jediným emulátorem, který je tohoto schopen. Cemu 2.0 oficiálně podporuje Pretendo v nastavení Vašeho účtu. Pro bližší informace k Cemu můžete nahlédnout do <a href=\"https://pretendo.network/docs/install/cemu\">dokumentace</a>.<br>Citra nepodporuje skutečné online hraní a tudíž s Pretendem nefunguje a nezdá se, že by se toto v budoucnu změnilo. Mikage, emulátor 3DS pro mobilní zařízení, může podporu poskytnout v budoucnu, ale toto není jisté."
|
||||
},
|
||||
{
|
||||
"question": "Pokud jsem zabanován(a) na Nintendo Network, přenese se můj ban do Pretenda?",
|
||||
"answer": "Nemáme přístup k banům na Nintendo Network a tito uživatelé na naší službě zabanováni nebudou. Budeme mít ovšem pravidla k používání naší služby, jejichž porušení by mohlo vyústit v ban na Pretendu."
|
||||
},
|
||||
{
|
||||
"question": "Bude Pretendo podporovat Wii/Switch?",
|
||||
"answer": "Pro Wii již existují vlastní servery, které poskytuje <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. V současnosti neplánujeme cílit na Switch, protože online služby Switche jsou placené a od Nintendo Network se zásadně liší."
|
||||
},
|
||||
{
|
||||
"question": "Budu pro připojení potřebovat modifikovanou konzoli?",
|
||||
"answer": "Ano, Vaše zařízení musí být modifikováno; na Wii U budete potřebovat pouze přístup k Homebrew Launcher (t.j. Haxchi, Coldboot Haxchi nebo exploit s webovým prohlížečem), informace pro připojení z 3DS jsou v přípravě."
|
||||
}
|
||||
],
|
||||
"text": "Zde jsou otázky, které jsou nám často kladeny, pro snadné informování.",
|
||||
"title": "Často kladené dotazy"
|
||||
},
|
||||
"showcase": {
|
||||
"cards": [
|
||||
{
|
||||
"caption": "Přinášíme zpět Vaše oblíbené hry a obsah pomocí vlastních serverů.",
|
||||
"title": "Herní servery"
|
||||
},
|
||||
{
|
||||
"caption": "Nové pojetí Miiverse, jako by bylo vytvořeno v moderní éře.",
|
||||
"title": "Juxtaposition"
|
||||
},
|
||||
{
|
||||
"caption": "Hrajte své oblíbené Wii U tituly i bez konzole!",
|
||||
"title": "Podpora Cemu"
|
||||
}
|
||||
],
|
||||
"text": "Náš projekt má mnohé komponenty. Zde jsou některé z nich.",
|
||||
"title": "Co vytváříme"
|
||||
},
|
||||
"progress": {
|
||||
"githubRepo": "Github repozitář",
|
||||
"title": "Progres"
|
||||
},
|
||||
"account": {
|
||||
"settings": {
|
||||
"settingCards": {
|
||||
"email": "Email",
|
||||
"signInSecurity": "Přihlášení a zabezpečení",
|
||||
"userSettings": "Uživatelské nastavení",
|
||||
"birthDate": "Datum narození",
|
||||
"removeDiscord": "Odpojit Discord účet",
|
||||
"profile": "Profil",
|
||||
"timezone": "Časová zóna",
|
||||
"password": "Heslo",
|
||||
"gender": "Pohlaví",
|
||||
"discord": "Discord",
|
||||
"newsletterPrompt": "Posílat aktualizace projektu emailem (Kdykoliv můžete posílání zrušit)",
|
||||
"nickname": "Přezdívka",
|
||||
"signInHistory": "Historie přihlášení",
|
||||
"beta": "Beta",
|
||||
"serverEnv": "Prostředí serveru",
|
||||
"noDiscordLinked": "Není připojen žádný Discord účet.",
|
||||
"fullSignInHistory": "Zobrazit celou historii přihlašování",
|
||||
"production": "Produkční",
|
||||
"linkDiscord": "Připojit Discord účet",
|
||||
"country": "Země/region",
|
||||
"no_newsletter_notice": "Newsletter v současnosti není dostupný. Podívejte se sem později",
|
||||
"passwordPrompt": "Vložte Vaše PNID heslo ke stažení Cemu souborů",
|
||||
"no_signins_notice": "Historie přihlášení není aktuálně sledována. Podívejte se sem později!",
|
||||
"upgradePrompt": "Beta servery jsou dostupné pouze beta testerům. <br> Abyste se stal(a) beta testerem, upgradujte Váš účet na vyšší tier.",
|
||||
"connectedToDiscord": "Připojeno k Discordu jako",
|
||||
"newsletter": "Newsletter",
|
||||
"hasAccessPrompt": "Váš aktuální tier Vám dává přístup k beta serverům. Super!",
|
||||
"passwordResetNotice": "Po změně hesla budete odhlášeni ze všech zařízení.",
|
||||
"otherSettings": "Ostatní nastavení",
|
||||
"no_edit_from_dashboard": "Úprava PNID nastavení z uživatelského panelu není aktuálně dostupné. Změňte prosím Vaše uživatelské nastavení z připojené herní konzole."
|
||||
},
|
||||
"unavailable": "Nedostupné",
|
||||
"downloadFiles": "Stáhnout soubory účtu",
|
||||
"downloadFilesDescription": "(Nebude fungovat na Nintendo Networku)",
|
||||
"upgrade": "Upgradovat účet"
|
||||
},
|
||||
"accountLevel": [
|
||||
"Standardní",
|
||||
"Tester",
|
||||
"Moderátor",
|
||||
"Vývojář"
|
||||
],
|
||||
"forgotPassword": {
|
||||
"submit": "Odeslat",
|
||||
"header": "Zapomenuté heslo",
|
||||
"input": "Email nebo PNID",
|
||||
"sub": "Zadejte níže Váš email/PNID"
|
||||
},
|
||||
"loginForm": {
|
||||
"password": "Heslo",
|
||||
"email": "Email",
|
||||
"detailsPrompt": "Zadejte údaje vašeho účtu níže.",
|
||||
"login": "Přihlásit se",
|
||||
"register": "Registrace",
|
||||
"confirmPassword": "Potvrzení hesla",
|
||||
"forgotPassword": "Zapomněli jste heslo?",
|
||||
"username": "Uživatelské jméno",
|
||||
"loginPrompt": "Již máte účet?",
|
||||
"registerPrompt": "Nemáte účet?",
|
||||
"miiName": "Jméno Miička"
|
||||
},
|
||||
"resetPassword": {
|
||||
"confirmPassword": "Potvrzení hesla",
|
||||
"header": "Obnovení hesla",
|
||||
"password": "Heslo",
|
||||
"submit": "Odeslat",
|
||||
"sub": "Zadejte nové heslo níže"
|
||||
},
|
||||
"account": "Účet",
|
||||
"banned": "Zabanován"
|
||||
},
|
||||
"upgrade": {
|
||||
"back": "Zpět",
|
||||
"unsub": "Zrušit předplatné",
|
||||
"changeTier": "Změnit tier",
|
||||
"month": "měsíc",
|
||||
"changeTierConfirm": "Změnit tier",
|
||||
"unsubConfirm": "Zrušit předplatné",
|
||||
"tierSelectPrompt": "Vyberte si tier",
|
||||
"changeTierPrompt": "Jste si jisti, že chcete zrušit předplatné <span class=\"oldtier\">oldtiername</span> a předplácet <span class=\"newtier\">newtiername</span>?",
|
||||
"unsubPrompt": "Jste si jisti, že chcete zrušit předplatné <span>tiername</span>? Přijdete o všechny výhody spojené s tímto tierem.",
|
||||
"title": "Upgradovat",
|
||||
"description": "Dosažení měsíčního cíle udělá z Pretenda plnohodnotné zaměstnání a umožní nám poskytovat kvalitnější aktualizace v rychlejším tempu."
|
||||
},
|
||||
"docs": {
|
||||
"quickLinks": {
|
||||
"header": "Rychlé odkazy",
|
||||
"links": [
|
||||
{
|
||||
"caption": "Zobrazit instalační instrukce",
|
||||
"header": "Nainstalovat Pretendo"
|
||||
},
|
||||
{
|
||||
"caption": "Hledejte řešení zde",
|
||||
"header": "Máte problém?"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sidebar": {
|
||||
"getting_started": "Začínáme",
|
||||
"install_extended": "Nainstalovat Pretendo",
|
||||
"install": "Nainstalovat",
|
||||
"welcome": "Vítejte",
|
||||
"search": "Hledat",
|
||||
"juxt_err": "Chybové kódy - Juxt"
|
||||
},
|
||||
"search": {
|
||||
"no_match": "Nenalezeny žádné shody",
|
||||
"title": "Máte chybový kód?",
|
||||
"caption": "Napište ho do políčka níže pro zobrazení informací k Vašemu problému!",
|
||||
"label": "Chybový kód"
|
||||
},
|
||||
"missingInLocale": "Tato stránka je nedostupná ve Vaší lokalizaci. Podívejte se prosím na Anglickou verzi níže."
|
||||
},
|
||||
"localizationPage": {
|
||||
"filePlaceholder": "https://a.link.to/the_file.json",
|
||||
"fileInput": "Soubor k otestování",
|
||||
"title": "Pojďme lokalizovat",
|
||||
"button": "Otestovat soubor",
|
||||
"instructions": "Zobrazit instrukce k lokalizaci",
|
||||
"description": "Vložte link k veřejně dostupné JSON lokalizaci pro otestování na stránce"
|
||||
},
|
||||
"modals": {
|
||||
"cancel": "Zrušit",
|
||||
"confirm": "Potvrdit",
|
||||
"close": "Zavřít"
|
||||
},
|
||||
"progressPage": {
|
||||
"title": "Progres projektu",
|
||||
"description": "Podívejte se na pokrok a cíle projektu! (Aktualizováno přibližně každou hodinu, nezobrazuje VŠECHNY cíle a pokroky projektu)"
|
||||
},
|
||||
"blogPage": {
|
||||
"publishedOn": "dne",
|
||||
"title": "Blog",
|
||||
"description": "Nejnovější aktualizace v krátkých souhrnech. Jestli chcete vidět častější aktualizace, můžete nás <a href=\"/account/upgrade\" target=\"_blank\">podpořit</a>.",
|
||||
"published": "Publikoval(a)"
|
||||
},
|
||||
"footer": {
|
||||
"bandwidthRaccoonQuotes": [
|
||||
"Jsem mýval Bandwidth a rád hryžu kabely zapojené do serverů Pretenda. Mňamka!",
|
||||
"Hodně lidí se nás ptá, jestli se kvůli tomuhle dostaneme do legálních potíží; s radostí můžu říct, že moje teta pracuje u Nintenda a řekla, že to bude v pořádku.",
|
||||
"Webkit v537 je nejlepší verze Webkitu pro Wii U. Ne, nebudeme na Wii U portovat Chrome.",
|
||||
"Už se nemůžu dočkat, až na hodinách bude 19. ledna 2038 03:14:08 UTC!",
|
||||
"Wii U je tak nedoceněné zařízení: reklamy byly, jako, fakt špatný, ale ta konzole je skvělá. Huh, počkej chvilku, nevím proč se mi Gamepad nepřipojuje k Wiičku.",
|
||||
"Úvodní hudba Super Mario World 2 - Yoshi's Island je slast pro moje uši a nikdo mě nepřesvědčí o opaku.",
|
||||
"Moje oblíbená vydání Switche byly Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack a Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Ten Virtual Console titul pro Wii U se ti fakt líbil, tak ho přinášíme zpátky\" Pack. Je fakt zřejmý, že nás má Nintendo rádo.",
|
||||
"Když moravák řekne \"Znáš přéce Ash, taký zlatíčko, je tak moc UwU\", snaží se neurážlivě říct \"Ash pořád UwUuje a je to fakt divný a hloupý, kéž by to nedělala\"",
|
||||
"Muj prvni videjko na mem kanale!! Uz dlouho jsem si chtel delat videa, ale muj laptop byl docela spatni a nemohl jsem spustit fraps, skype a majnkraft najednou. Ale ted je to už minulost! S pomoci sveho ajty učitele mi notebuk beži lepe a ted muzu nahravat! Doufam, ze se vam to bude libit a pokud ano, tak prosim dejte lajk a odbjer!!!\""
|
||||
],
|
||||
"usefulLinks": "Užitečné odkazy",
|
||||
"widget": {
|
||||
"captions": [
|
||||
"Chcete být v obraze?",
|
||||
"Připojte se do našeho Discord serveru!"
|
||||
],
|
||||
"button": "Připojit se nyní!"
|
||||
},
|
||||
"socials": "Sociální sítě"
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Zůstaňte v obraze",
|
||||
"text": "Připojte se na náš Discord server a získejte nejnovější informace o projektu.",
|
||||
"widget": {
|
||||
"text": "Dostávejte aktualizace o našem progresu",
|
||||
"button": "Připojit se"
|
||||
}
|
||||
},
|
||||
"donation": {
|
||||
"progress": "<span>$${totd}</span> z měsíčního cíle <span>$${goald} </span> vybráno (<span>${perc}%</span> měsíčního cíle)",
|
||||
"upgradePush": "Abyste se stal(a) předplatitelem a získal(a) přístup k zajímavým výhodám navštivte <a href=\"/account/upgrade\">upgrade stránku</a>."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Das Team",
|
||||
"text": "Triff das Team hinter dem Projekt",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Projektinhaber und leitender Entwickler",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Miiverse-Forschung und -Entwicklung",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Network-Installer und Konsolenforschung",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS-Forschung und Patchentwicklung",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Forschung auf Konsole und anderen Systemen",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Webentwicklungsleiter",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Webentwicklung",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Triff das Team hinter dem Projekt"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Besonderer Dank",
|
||||
"text": "Ohne sie wäre Pretendo nicht, wo es heute ist.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "Entwicklung der 'Crunch'-Bibliothek",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "3DS-Entwickler und NEX-Sezierer",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Bewahrer",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Mario Kart 7 und 3DS-Forschung",
|
||||
"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",
|
||||
"caption": "Forschung auf Nintendo-Datenstrukturen",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Icons für den Mii-Editor und Juxt-Reaktionen",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "Ohne sie wäre Pretendo nicht, wo es heute ist."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Bleib auf dem Laufenden",
|
||||
|
|
@ -242,7 +141,7 @@
|
|||
},
|
||||
"blogPage": {
|
||||
"title": "Blog",
|
||||
"description": "",
|
||||
"description": "Die letzten Updates in Kurzform. Wenn du Updates häufiger einsehen möchtest, kannst du uns gerne <a href=\"/account/upgrade\" target=\"_blank\">unterstützen</a>.",
|
||||
"published": "Veröffentlicht von",
|
||||
"publishedOn": "am"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "dev kittehs",
|
||||
"text": "see kittehz who maek pretender!!",
|
||||
"people": [
|
||||
{
|
||||
"name": "swagtastic kitteh",
|
||||
"picture": "https://i.imgur.com/Yd7XfHp.png",
|
||||
"caption": "projekt owner an dev kitteh",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"name": "jemmeow (caramelkitteh)",
|
||||
"caption": "kittehverse reserch an dev",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"name": "rambo6meow",
|
||||
"caption": "onlien instalr an konsole reserch",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarkat",
|
||||
"caption": "BOSS reserch an patchy dev",
|
||||
"github": "https://github.com/ashquarky",
|
||||
"picture": "https://github.com/ashquarky.png"
|
||||
},
|
||||
{
|
||||
"caption": "konsole reserch",
|
||||
"github": "https://github.com/SuperMarioDaBom",
|
||||
"name": "supermariodakitteh",
|
||||
"picture": "https://github.com/supermariodabom.png"
|
||||
},
|
||||
{
|
||||
"name": "catjip fr",
|
||||
"caption": "interwebz dev",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinkkittehs",
|
||||
"caption": "interwebs dev",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrkat",
|
||||
"caption": "paintr",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "see kittehz who maek pretender!!"
|
||||
},
|
||||
"specialThanks": {
|
||||
"text": "theze kittehs helpd!!",
|
||||
"people": [
|
||||
{
|
||||
"name": "katwhiskers",
|
||||
"caption": "crunchy bookz dev",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "starykitteh",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"caption": "thre d s dev an nex inspektor",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "billehkitteh",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss",
|
||||
"caption": "findr of teh stuffs"
|
||||
},
|
||||
{
|
||||
"name": "shutterkat2000",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000",
|
||||
"caption": "kitteh kart 7 an thre d s reserch"
|
||||
},
|
||||
{
|
||||
"name": "revers",
|
||||
"caption": "mewverse infos sharer",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "kittay",
|
||||
"special": "speshul thx",
|
||||
"caption": "reserch on de meanie netwrks datas",
|
||||
"github": "https://github.com/Kinnay",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128"
|
||||
},
|
||||
{
|
||||
"name": "katstar",
|
||||
"github": "https://github.com/ninstar",
|
||||
"caption": "arts 4 de mew editr an kittehverse reaktions",
|
||||
"picture": "https://github.com/ninstar.png"
|
||||
},
|
||||
{
|
||||
"name": "octokat kittehs",
|
||||
"caption": "meows an stuffs",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
],
|
||||
"title": "speshul thx"
|
||||
"title": "speshul thx",
|
||||
"text": "theze kittehs helpd!!"
|
||||
},
|
||||
"discordJoin": {
|
||||
"text": "entr de discord for new infoz from kittehs 4 pretender!!",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
{
|
||||
"question": "How do I use Pretendo?",
|
||||
"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."
|
||||
"answer": "To get started with Pretendo Network on 3DS, Wii U or emulators, please see our <a href='/docs/install'>setup instructions</a>!"
|
||||
},
|
||||
{
|
||||
"question": "Do you know when feature/service will be ready?",
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
},
|
||||
{
|
||||
"question": "Will I need hacks to connect?",
|
||||
"answer": "Yes, you will need to hack your device to connect; however, on the Wii U, you will only need access to the Homebrew Launcher (i.e. Tiramisu, Aroma, or even the web browser exploit), with info on how the 3DS will connect coming at a later date."
|
||||
"answer": "For the best experience on consoles, you will need to hack your system - specifially Aroma for Wii U and Luma3DS for 3DS. However, on Wii U, the hackless SSSL method is also available with limited functionality. See our <a href='/docs/install'>setup instructions</a> for details."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -99,111 +99,10 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "The team",
|
||||
"text": "Meet the team behind the project",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Project owner and lead developer",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Miiverse research and development",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/EpicUsername12",
|
||||
"caption": "Network installer and console research",
|
||||
"name": "Rambo6Glaz",
|
||||
"picture": "https://github.com/EpicUsername12.png"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"github": "https://github.com/ashquarky",
|
||||
"caption": "BOSS research and patch development",
|
||||
"picture": "https://github.com/ashquarky.png"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Console and other system research",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"name": "Jip Fr",
|
||||
"github": "https://github.com/jipfr",
|
||||
"caption": "Web development lead"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Web development",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"caption": "Designer",
|
||||
"name": "mrjvs",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Meet the team behind the project"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Special thanks",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"caption": "crunch library development",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "3DS dev and NEX dissector",
|
||||
"github": "https://github.com/Stary2001",
|
||||
"picture": "https://github.com/Stary2001.png"
|
||||
},
|
||||
{
|
||||
"caption": "Preservationist",
|
||||
"github": "https://github.com/InternalLoss",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"name": "Billy"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"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",
|
||||
"github": "https://github.com/Kinnay",
|
||||
"caption": "Research on Nintendo datastructures",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128"
|
||||
},
|
||||
{
|
||||
"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": "Localisations and other contributions",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
],
|
||||
"text": "Without these people. Pretendo wouldn't be where it is today."
|
||||
},
|
||||
"discordJoin": {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
{
|
||||
"question": "How do I use Pretendo?",
|
||||
"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."
|
||||
"answer": "To get started with Pretendo Network on 3DS, Wii U or emulators, please see our <a href='/docs/install'>setup instructions</a>!"
|
||||
},
|
||||
{
|
||||
"question": "Do you know when feature/service will be ready?",
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
},
|
||||
{
|
||||
"question": "Will I need hacks to connect?",
|
||||
"answer": "Yes, you will need to hack your device to connect; however, on Wii U you will only need access to the Homebrew Launcher (i.e. Haxchi, Coldboot Haxchi, or even the web browser exploit), with info on how the 3DS will connect coming at a later date."
|
||||
"answer": "For the best experience on consoles, you will need to hack your system - specifially Aroma for Wii U and Luma3DS for 3DS. However, on Wii U, the hackless SSSL method is also available with limited functionality. See our <a href='/docs/install'>setup instructions</a> for details."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -112,30 +112,18 @@
|
|||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Network installer and console research",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS research and patch development",
|
||||
"caption": "Wii U research and patch development",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Console and other system research",
|
||||
"caption": "Systems research and server architecture",
|
||||
"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": "pinklimes",
|
||||
"caption": "Web development",
|
||||
|
|
@ -143,10 +131,28 @@
|
|||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Systems research and server development",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Preservationist and server architecture",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "DaniElectra",
|
||||
"caption": "Systems research and server development",
|
||||
"picture": "https://github.com/danielectra.png",
|
||||
"github": "https://github.com/DaniElectra"
|
||||
},
|
||||
{
|
||||
"name": "niko",
|
||||
"caption": "Web and server development",
|
||||
"picture": "https://github.com/hauntii.png",
|
||||
"github": "https://github.com/hauntii"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -154,6 +160,12 @@
|
|||
"title": "Special thanks",
|
||||
"text": "Without them, Pretendo wouldn't be where it is today.",
|
||||
"people": [
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "crunch library development",
|
||||
|
|
@ -166,18 +178,6 @@
|
|||
"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 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",
|
||||
|
|
@ -198,10 +198,22 @@
|
|||
"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"
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Network installer and console research",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "GaryOderNichts",
|
||||
"caption": "Wii U patch development",
|
||||
"picture": "https://github.com/GaryOderNichts.png",
|
||||
"github": "https://github.com/GaryOderNichts"
|
||||
},
|
||||
{
|
||||
"name": "zaksabeast",
|
||||
"caption": "3DS patch creator",
|
||||
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
|
||||
"github": "https://github.com/zaksabeast"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -378,5 +390,8 @@
|
|||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"close": "Close"
|
||||
},
|
||||
"notfound": {
|
||||
"description": "Oops! We could not find this page."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "Progreso",
|
||||
"paragraphs": [
|
||||
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": {
|
||||
|
|
@ -103,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Equipo",
|
||||
"text": "Conoce al equipo tras el proyecto",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Líder del proyecto y desarrollador principal",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Estudio y desarrollo de Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instalador de la red y estudio de consolas",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Estudio BOSS y desarrollo de parches",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Estudio de consolas y otros sistemas",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Líder del desarrollo web",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Desarrollo web",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Diseñador",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Conoce al equipo tras el proyecto"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Agradecimientos especiales",
|
||||
"text": "Sin ellos, Pretendo no sería lo que es hoy.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "Desarrollo de librerías crunch",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "Desarrollador de 3DS y diseccionador NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Preservacionista",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Estudio de Mario Kart 7 y 3DS",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Compartición de información de Miiverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Agradecimientos",
|
||||
"caption": "Estudio de las estructuras de datos de Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Iconos para el Editor de Mii y reacciones de Juxt",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"name": "Contribuidores de GitHub",
|
||||
"caption": "Localizaciones y otras contribuciones",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
]
|
||||
"text": "Sin ellos, Pretendo no sería lo que es hoy."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Mantente al día",
|
||||
|
|
|
|||
|
|
@ -98,113 +98,12 @@
|
|||
"text": "Projektissamme on useita komponentteja. Tässä on osa niistä."
|
||||
},
|
||||
"credits": {
|
||||
"text": "Tutustu tiimiin projektin takana",
|
||||
"people": [
|
||||
{
|
||||
"caption": "Projektin omistaja ja johtava kehittäjä",
|
||||
"github": "https://github.com/jonbarrow",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"name": "Jonathan Barrow (jonbarrow)"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"github": "https://github.com/CaramelKat",
|
||||
"caption": "Miiversen tutkiminen ja kehitys",
|
||||
"picture": "https://github.com/caramelkat.png"
|
||||
},
|
||||
{
|
||||
"caption": "Asentajan kehitys ja konsolitutkimus",
|
||||
"name": "Rambo6Glaz",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS tutkimus ja paikkausten kehittäminen",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"caption": "Konsoli- ja muu järjestelmätutkimus",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom",
|
||||
"name": "SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"caption": "Johtava web-kehittäjä",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Web-kehittäjä",
|
||||
"github": "https://github.com/gitlimes",
|
||||
"picture": "https://github.com/gitlimes.png"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/mrjvs",
|
||||
"caption": "Suunnittelija",
|
||||
"name": "mrjvs",
|
||||
"picture": "https://github.com/mrjvs.png"
|
||||
}
|
||||
],
|
||||
"title": "Tiimi"
|
||||
"title": "Tiimi",
|
||||
"text": "Tutustu tiimiin projektin takana"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Erityiskiitokset",
|
||||
"text": "Ilman heitä Pretendo ei olisi siinä, missä olemme nyt.",
|
||||
"people": [
|
||||
{
|
||||
"caption": "crunch-kirjaston kehitys",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"name": "superwhiskers",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001",
|
||||
"caption": "3DS kehittäjä ja NEX:in purku"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Säilytystyö",
|
||||
"github": "https://github.com/InternalLoss",
|
||||
"picture": "https://github.com/InternalLoss.png"
|
||||
},
|
||||
{
|
||||
"caption": "Mario Kart 7 ja 3DS tutkimus",
|
||||
"github": "https://github.com/shutterbug2000",
|
||||
"name": "Shutterbug2000",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Miiverse tiedonjako",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Erityiskiitokset",
|
||||
"caption": "Nintendon tietorakenteiden tutkimus",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/ninstar",
|
||||
"name": "NinStar",
|
||||
"caption": "Mii-editorin ja Juxt-reaktioiden kuvakkeet",
|
||||
"picture": "https://github.com/ninstar.png"
|
||||
},
|
||||
{
|
||||
"name": "GitHub -osallistujat",
|
||||
"caption": "Lokalisaatiot ja muu osallistuminen",
|
||||
"github": "https://github.com/PretendoNetwork",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
||||
}
|
||||
]
|
||||
"text": "Ilman heitä Pretendo ei olisi siinä, missä olemme nyt."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Pysy ajan tasalla",
|
||||
|
|
|
|||
|
|
@ -99,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "L'équipe",
|
||||
"text": "Rencontrez l'équipe derrière le projet",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Chef de projet et développeur principal",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Étude et développement sur Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Installateur du réseau et études des consoles",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Recherche de BOSS et développement de correctifs",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Étude des consoles et d'autres systèmes",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Chef de développement Web",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Développement Web",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Rencontrez l'équipe derrière le projet"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Remerciements spéciaux",
|
||||
"text": "Sans eux, Pretendo ne serait pas ce qu'il est aujourd'hui.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "Développement de la bibliothèque crunch",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "Developpeur 3DS et dissecteur de NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Fournisseur de dumps",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Étude de Mario Kart 7 et de la 3DS",
|
||||
"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": "Remerciements spéciaux",
|
||||
"caption": "Étude des structures de données de Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Icônes pour l'éditeur Mii et les réactions Juxt",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "Sans eux, Pretendo ne serait pas ce qu'il est aujourd'hui."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Tiens-toi à jour",
|
||||
|
|
|
|||
1
locales/gd_GB.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"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": {
|
||||
|
|
@ -103,112 +99,11 @@
|
|||
},
|
||||
"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/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Ricerca BOSS e sviluppo patch",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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": "pinklimes",
|
||||
"caption": "Sviluppo web",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Disegnatore",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Incontra il team dietro al progetto"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "Senza di loro, Pretendo non sarebbe dove è oggi."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Tieniti aggiornato",
|
||||
|
|
|
|||
|
|
@ -1,387 +1,395 @@
|
|||
{
|
||||
"nav": {
|
||||
"about": "ご紹介",
|
||||
"faq": "Q&A",
|
||||
"docs": "書類",
|
||||
"about": "Pretendoについて",
|
||||
"faq": "FAQ",
|
||||
"docs": "ドキュメント",
|
||||
"credits": "クレジット",
|
||||
"progress": "進行状況",
|
||||
"progress": "進捗",
|
||||
"blog": "ブログ",
|
||||
"account": "アカウント",
|
||||
"donate": "寄付",
|
||||
"accountWidget": {
|
||||
"settings": "設定",
|
||||
"logout": "ログアウト"
|
||||
},
|
||||
"dropdown": {
|
||||
"captions": {
|
||||
"credits": "チームご紹介",
|
||||
"credits": "チームの紹介",
|
||||
"about": "プロジェクトについて",
|
||||
"blog": "最新のアップデート",
|
||||
"progress": "プロジェクトの進行状況と目的をチェックして",
|
||||
"faq": "よくある質問"
|
||||
"faq": "よくある質問 (FAQ)",
|
||||
"blog": "凝縮した最新情報をお届けします",
|
||||
"progress": "プロジェクトの進捗状況と目標を確認"
|
||||
}
|
||||
},
|
||||
"donate": "寄付"
|
||||
}
|
||||
},
|
||||
"hero": {
|
||||
"subtitle": "ネットワークサービス",
|
||||
"title": "復活した",
|
||||
"text": "Pretendo(プリーテンドー)は、任天堂の3DSとWii Uネットワークサービスは終了するなら、みんなの楽しみが続けてることになるの無料とオープンソース復活です",
|
||||
"subtitle": "ゲームサーバーを",
|
||||
"title": "再生させる",
|
||||
"text": "Pretendoは、3DSとWii Uで使用できる無料でオープンソースな代替サーバーです。元となるサーバーが廃止した後でもすべてのユーザーがオンライン接続をできるようにします。",
|
||||
"buttons": {
|
||||
"readMore": "もっと読む"
|
||||
"readMore": "続きを読む"
|
||||
}
|
||||
},
|
||||
"aboutUs": {
|
||||
"title": "私たちについて",
|
||||
"paragraphs": [
|
||||
"Pretendo(プリーテンドー)は、3DSとWii Uのニンテンドーネットワーク「クリーンルーム・リバースエンジニアリング」で復活ねらうことのオープンソースプロジェクトである。",
|
||||
"プリーテンドーのサービスは無料とオープンソースので、ニンテンドーネットワークの終了後、存在続けることができるのです。"
|
||||
"Pretendoは、クリーンルームでのリバースエンジニアリングを用いて3DSとWii U用のニンテンドーネットワークを再現することを目的としたオープンソースプロジェクトです。",
|
||||
"私たちのサービスは無料かつオープンソースのため、ニンテンドーネットワークの閉鎖が避けられなくなった後も長く存続することができます。"
|
||||
]
|
||||
},
|
||||
"progress": {
|
||||
"title": "進行状況",
|
||||
"paragraphs": [
|
||||
null,
|
||||
"3DSに関しては、マリオカート7に主に取り組んでいて、可能な場合は他のゲームにも取り組んでいます。"
|
||||
],
|
||||
"githubRepo": "GitHubレポジトリ"
|
||||
"title": "進捗",
|
||||
"githubRepo": "GitHubリポジトリ"
|
||||
},
|
||||
"faq": {
|
||||
"title": "よくある質問",
|
||||
"text": "こちらはよく聞かした質問集です。",
|
||||
"title": "よくある質問 (FAQ)",
|
||||
"text": "ここではよく寄せられる質問をいくつか紹介します。",
|
||||
"QAs": [
|
||||
{
|
||||
"question": "Pretendo(プリーテンドー)ってなんですか?",
|
||||
"answer": "Pretendoは Wii Uと3DSシリーズのカスタムサーバーを作ろうとしている、オープンソースのニンテンドーネットワーク代替プロジェクトです。私たちの目標はこのゲーム機器たちのオンライン機能を維持させ、プレイヤーたちが好むゲームたちをフルでできるようにすることです。"
|
||||
"question": "Pretendoとは何ですか?",
|
||||
"answer": "Pretendoは、Wii Uおよび3DS用のカスタムサーバーを構築することを目的とした、オープンソースなニンテンドーネットワークの代替サーバーです。私たちの目標は、これらの機種のオンライン機能を維持しプレイヤーがお気に入りのWii Uおよび3DSのゲームを最大限にプレイし続けられるようにすることです。"
|
||||
},
|
||||
{
|
||||
"question": "私のいまのニンテンドーネットワークID (NNID)はPretendoでも使えますか?",
|
||||
"answer": "残念ですが、使えません。任天堂だけがあなたのデータを持っているので、元のNNIDはPretendoでは使えません。NNIDをPretendo Network ID(PNID)に変換することは理論上可能ではありますが、危険であり、私たちが欲しくない個人情報なども含まれることになります。"
|
||||
"question": "NNIDはPretendoで使用できますか?",
|
||||
"answer": "残念ですができません。Nintendoのみがユーザーデータを保持しているため、既存のNNIDはPretendoでは機能しません。NNIDからPNIDへの移行は理論的には可能ですがリスクがあり、保持をしたくない機密なユーザーデータが必要になります。"
|
||||
},
|
||||
{
|
||||
"question": "Pretendoはどう利用しますか?",
|
||||
"answer": "Pretendoはまだ公開にできるほど開発されていません。ですが、そうなった場合はただパッチャーを実行しただけでPretendoを使えるようになります。"
|
||||
"question": "Pretendoの使い方は?",
|
||||
"answer": "Pretendoは現在、一般公開ができる状態ではありません。準備が整い次第、パッチャーのHomebrewを実行するだけでPretendoを使うことができるようになります。"
|
||||
},
|
||||
{
|
||||
"question": "機能/サービスがいつできるか分かりますか?",
|
||||
"answer": "分かりません。多くのPretendoの機能は各自で開発されています。(例えば、Miiverseをこの人が開発しているとき、アカウント・フレンドシステムは他の人が開発している)ですので、全てを合わせた完成予想時間は分かりません。"
|
||||
"question": "機能やサービスがいつ完成するかわかりますか?",
|
||||
"answer": "いいえ。Pretendoの多くの機能やサービスは独立して開発されています (例えばMiiverseはある開発者によって開発、アカウントとフレンド機能は他の開発者によって開発されています) 全体的な開発期間をお伝えすることはできません。"
|
||||
},
|
||||
{
|
||||
"question": "PretendoはCemu/エミュレーターで動作しますか?",
|
||||
"answer": "Pretendoはニンテンドーネットワークに接続できる全てのクライエントに対応します。現在、このような機能に対応しているのはCemuだけです。Cemu 2.0はプログラムのネットワークアカウント設定で公式的にPretendoに対応しています。Cemuを使って接続するには、<a href=\"https://pretendo.network/docs/install/cemu\">このページ</a>を参考にしてください。<br>Citraは完全なオンラインプレイに対応せずそのような兆しもないため、Pretendoに対応しません。モバイル機器のためのエミュレーターであるMikageとは将来対応するかもしれませんが、確定はしていません。"
|
||||
"question": "Cemuやエミュレーターで使えますか?",
|
||||
"answer": "Pretendoはニンテンドーネットワークに接続できるクライアントならば何でもサポートしています。現在このような機能を持つエミュレーターはCemuだけです。Cemu 2.0では、エミュレーターのネットワークアカウントオプションでPretendoを正式にサポートしています。Cemuの使い方については<a href='https://pretendo.network/docs/install/cemu'>ドキュメント</a>をご覧ください。<br>Citraは純粋なオンラインプレイをサポートしていないため、Pretendoは動作せず、純粋なオンラインプレイをサポートする兆候は全くありません。モバイルデバイス用の3DSエミュレーターである、Mikageは将来的にサポートを提供する可能性がありますが、確実ではありません。"
|
||||
},
|
||||
{
|
||||
"question": "もしニンテンドーネットワークでBANされた場合は、PretendoでもBANされたままですか?",
|
||||
"answer": "私たちはニンテンドーネットワークのBAN情報は取得できないので、全てのユーザーは初めはBANされません。ですが、このサービスを利用する際に守らなくてはならないルールを作りますので、これを守れなかった場合はBANに繋がることもあります。"
|
||||
"question": "ニンテンドーネットワークでBANをされている場合、PretendoでもBANはされたままになりますか?",
|
||||
"answer": "私たちはニンテンドーネットワークの禁止事項にアクセスすることはできません。すべてのユーザーが私たちのサービスで禁止されることもありません。ただし、サービスを利用する際には従うべきルールがあり、このルールに従わない場合はBANされる可能性があります。"
|
||||
},
|
||||
{
|
||||
"question": "PretendoはWiiやSwitchに対応しますか?",
|
||||
"answer": "Wiiは<a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>によってカスタムが提供されています。Switchに関しては、有料であり、ニンテンドーネットワークと完全に異なるので、対応しかねません。"
|
||||
"question": "Pretendoは、WiiやSwitchに対応しますか?",
|
||||
"answer": "Wiiには<a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>が提供する代替サーバーがあります。Switchは有料であり、ニンテンドーネットワークとは全く異なるため、現在のところは対象にしていません。"
|
||||
},
|
||||
{
|
||||
"question": "接続するには改造が必要ですか?",
|
||||
"answer": "はい、接続するにはあなたのゲーム機器を改造しなくてはいけません。ですが、Wii UではHomebrew Launcherへのアクセスだけで接続できます。(Haxchi、Coldboot Haxchi、Webブラウザエクスプロイトなど) 3DSの接続方法に関しては後で公開します。"
|
||||
"question": "接続するにはハックが必要ですか?",
|
||||
"answer": "はい。接続をするにはデバイスをハックする必要があります。ただし、Wii UではHomebrew Launcher (Haxchi、Coldboot Haxchi、Web browser exploit) にアクセスするだけで済みます。3DSの接続方法に関する方法は後日公開します。"
|
||||
}
|
||||
]
|
||||
},
|
||||
"showcase": {
|
||||
"title": "私たちが作るもの",
|
||||
"text": "私たちのプロジェクトは色んな部分に分かれています。その一部を紹介します。",
|
||||
"title": "私たちが制作する物",
|
||||
"text": "私たちのプロジェクトは多くのコンポーネントがあります。ここではその一部を紹介します。",
|
||||
"cards": [
|
||||
{
|
||||
"title": "ゲームサーバー",
|
||||
"caption": "カスタムサーバーを使ってユーザーたちの好きなゲームとコンテンツを蘇らせます。"
|
||||
"caption": "代替サーバーを使用してお気に入りのゲームやコンテンツを復活。"
|
||||
},
|
||||
{
|
||||
"title": "Juxtaposition",
|
||||
"caption": "現代に作られたような、Miiverseの再製作。"
|
||||
"caption": "Miiverseを現代的な再現と構築を実現。"
|
||||
},
|
||||
{
|
||||
"title": "Cemuサポート",
|
||||
"caption": "あなたの好きなWii Uタイトルを、Wii Uなしでプレイできます!"
|
||||
"title": "Cemuのサポート",
|
||||
"caption": "ゲーム機がなくてもお気に入りのWii Uタイトルをプレイ!"
|
||||
}
|
||||
]
|
||||
},
|
||||
"credits": {
|
||||
"title": "開発チーム",
|
||||
"text": "プロジェクトの裏のチームをご覧ください",
|
||||
"title": "チーム",
|
||||
"text": "プロジェクトを支えるチームの紹介",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "プロジェクトのオーナー、主導開発者",
|
||||
"caption": "プロジェクトオーナー兼リードデベロッパー",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Miiverse研究、開発",
|
||||
"caption": "Miiverseの研究と開発",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "ネットワークインストーラー、コンソール研究",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS研究、パッチ開発",
|
||||
"caption": "Wii Uの研究とパッチの開発",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "コンソール・他システム研究",
|
||||
"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": "pinklimes",
|
||||
"caption": "ウェブ開発",
|
||||
"caption": "Web開発",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "デザイナー",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "システムの研究とサーバー開発",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "プリザベーションサーバー構成",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "DaniElectra",
|
||||
"caption": "システム研究とサーバー開発",
|
||||
"picture": "https://github.com/danielectra.png",
|
||||
"github": "https://github.com/DaniElectra"
|
||||
},
|
||||
{
|
||||
"name": "niko",
|
||||
"caption": "Webとサーバー開発",
|
||||
"picture": "https://github.com/hauntii.png",
|
||||
"github": "https://github.com/hauntii"
|
||||
}
|
||||
]
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "スペシャルサンクス",
|
||||
"text": "彼らげいなかったら、Pretendoは存在しなかっただろうと思います。",
|
||||
"text": "彼らがいなければPretendoの現在はありませんでした。",
|
||||
"people": [
|
||||
{
|
||||
"name": "GitHubの貢献者",
|
||||
"caption": "ローカライズとその他の貢献",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
},
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "crunchライブラリー開発",
|
||||
"caption": "Crunchライブラリの開発",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "3DS開発過程及びHEX解剖",
|
||||
"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情報共有",
|
||||
"caption": "Miiverseの情報共有",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Special Thanks",
|
||||
"caption": "任天堂データ構造研究",
|
||||
"special": "スペシャルサンクス",
|
||||
"caption": "Nintendoのデータ構造に関する研究",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "MiiエディターとJuxtリアクションのアイコン",
|
||||
"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"
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "ネットワークインストーラーとコンソールの研究",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "GaryOderNichts",
|
||||
"caption": "Wii Uパッチの開発",
|
||||
"picture": "https://github.com/GaryOderNichts.png",
|
||||
"github": "https://github.com/GaryOderNichts"
|
||||
},
|
||||
{
|
||||
"name": "zaksabeast",
|
||||
"caption": "3DSパッチの開発",
|
||||
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
|
||||
"github": "https://github.com/zaksabeast"
|
||||
}
|
||||
]
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "情報を見逃さないで",
|
||||
"text": "プロジェクトの最新情報を取得するには、私たちのDiscordサーバーに参加してください。",
|
||||
"title": "最新情報の入手",
|
||||
"text": "Discordサーバーに参加してプロジェクトの最新情報を入手しましょう。",
|
||||
"widget": {
|
||||
"text": "進行状況の最新アップデートをもらいましょう",
|
||||
"button": "サーバーに参加"
|
||||
"text": "進捗状況をリアルタイムで確認",
|
||||
"button": "Discordサーバーに参加する"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"socials": "ソーシャル",
|
||||
"usefulLinks": "関係リンク",
|
||||
"socials": "SNS",
|
||||
"usefulLinks": "役立つリンク",
|
||||
"widget": {
|
||||
"captions": [
|
||||
"アップデートを多くもらいたいですか?",
|
||||
"Discordサーバーに参加してください!"
|
||||
"最新情報を知りたいですか?",
|
||||
"Discordサーバーに参加しよう!"
|
||||
],
|
||||
"button": "すぐ参加する!"
|
||||
"button": "今すぐ参加する!"
|
||||
},
|
||||
"bandwidthRaccoonQuotes": [
|
||||
"僕はアライグマのBandwidthだよ!Pretendo Networkのサーバーを繋いでいる電線を噛むのが好きなんだ。美味しい!",
|
||||
"みんな、任天堂と法的に問題ができるんじゃないか、と質問してくるね。ぼくのおばさんが任天堂で働いてるけど、大丈夫だって。",
|
||||
"Webkit v537がWii U用の最高のWebkitのバージョンだよ。ううん、ChromeをWii Uには移さないよ。",
|
||||
"時計が 2038 年 1 月 19 日の 03:14:08 UTC に達するのが待ちきれません!",
|
||||
"Wii U は実際には過小評価されているシステムです。コマーシャルは本当にひどいものでしたが、コンソールは素晴らしいです。えっと、ちょっと待ってください、理由はわかりませんが、ゲームパッドが Wii に接続されていません。",
|
||||
"スーパー マリオ ワールド 2 - ヨッシー アイランドのメイン テーマは絶対的なバップです。",
|
||||
"私のお気に入りの Nintendo Switch リリースは、Nintendo Switch Online + Expansion Pack、Nintendo Switch Online + Rumble Pak、Nintendo Switch Online + Offline Play Pack、Nintendo Switch Online + Yet Another Port Pack、Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain です。エイジ「ニンテンドーWii Uバーチャルコンソールタイトルを本当に気に入ってくれたので、復活させます」パック。あなたは本当に任天堂が気にかけていると言うことができます.",
|
||||
"「あなたはアッシュを知っている、彼女の心を祝福しなさい、彼女は一日中UwUの」というように、南部の素敵な言い方です \"Ash uwusはいつも、それは本当に奇妙で愚かで、私は彼らがそうしなかったらいいのに\"",
|
||||
"私のチャンネルでの私の最初のビデオ!! iv 長い間ビデオを作りたいと思っていましたが、ラップトップの動作がかなり悪く、fraps、skype、minecraft を一度に実行できませんでした。しかし、今は終わりです! IT の先生の助けを借りて、ラップトップの動作が大幅に改善され、録音できるようになりました。皆さんが楽しんでくれることを願っています。!!!"
|
||||
"私はアライグマのBandwidthです。Pretendo Networkのサーバーに接続されているケーブルを噛むのが大好きなんです。うまい!",
|
||||
"この件でNintendoと法的なトラブルに巻き込まれるのではないかと訊かれるけど、私の叔母がNintendoに勤めていて「問題ない」と言ってる。",
|
||||
"Webkit v537はWii U向けのWebkitのベストなバージョンです。ChromeをWii Uに移植するつもりはありません。",
|
||||
"時計の針が2038年1月19日 03:14:08 (UTC) になるのが待ち遠しい!",
|
||||
"Wii Uは過小評価されているシステムだ。CMはヒドかったけどゲーム機としては素晴らしい。ちょっと待って、なぜかわからないけどGamePadがWiiに繋がらないんだ。",
|
||||
"スーパーマリオ ヨッシーアイランドのメインテーマは絶対的な名曲。",
|
||||
"私が好きなNintendo Switchのソフトは「Nintendo Switch Online + 拡張パック」「Nintendo Switch Online + 振動パック」「Nintendo Switch Online + オフラインプレイパック」「Nintendo Switch Online + さらに別の移植パック」「Nintendo Switch Online + 川島教授の脳トレ/脳年齢」です。「Wii Uバーチャルコンソールのタイトルがお気に召したようなので復活させますパック」...Nintendoの気遣いが伝わってくる。",
|
||||
"「アッシュを知っているでしょう?彼女を心から祝福してください、彼女は一日中 UwU です」というのは南部の素敵な言い方で「アッシュはいつも UwU してるけど、本当に奇妙で愚かなことだからやめて欲しかった」と言うことと同じです。",
|
||||
"僕のチャンネルで初めての動画だ!ずっと前から動画を作りたかったんだけど、ノートパソコンの動作が悪くてFrapsやSkype、Minecraftを一度に動かすことができなかったんだ。でもそれはもう終わった!ITの先生の助けもあって、僕のノートパソコンの動作はかなり良くなって録画もできるようになったんだ。みんなが楽しんでくれたら幸いです。もしよろしければ「高評価」と「チャンネル登録」をお願いします!!!"
|
||||
]
|
||||
},
|
||||
"progressPage": {
|
||||
"title": "進行状況(英語)",
|
||||
"description": "プロジェクトの進行度とゴールをチェックできます! (1時間ぐらいごとにアップデート、すべてのプロジェクトゴールや進行状況は反映しない)"
|
||||
"title": "進捗 (英語)",
|
||||
"description": "プロジェクトの進捗状況と目標を確認しましょう! (約1時間おきに更新されるため、プロジェクトのすべての目標や進捗状況を反映しているわけではありません)"
|
||||
},
|
||||
"blogPage": {
|
||||
"title": "ブログ(英語)",
|
||||
"description": "",
|
||||
"publishedOn": "の上",
|
||||
"published": "発行者"
|
||||
"title": "ブログ (英語)",
|
||||
"description": "凝縮した最新情報をお届けします。より頻繁なアップデートをご覧になりたい方は、<a href=\"/account/upgrade\" target=\"_blank\">支援</a>をご検討ください。",
|
||||
"published": "Published by",
|
||||
"publishedOn": "on"
|
||||
},
|
||||
"account": {
|
||||
"account": "アカウント",
|
||||
"loginForm": {
|
||||
"login": "ログイン",
|
||||
"register": "登録",
|
||||
"detailsPrompt": "アカウント情報を入力してください",
|
||||
"username": "ユーザー名",
|
||||
"password": "パスワード",
|
||||
"confirmPassword": "パスワードの確認",
|
||||
"email": "メールアドレス",
|
||||
"miiName": "Miiの名前",
|
||||
"forgotPassword": "パスワードを忘れましたか?",
|
||||
"registerPrompt": "アカウントは未登録ですか?",
|
||||
"loginPrompt": "アカウントを登録していますか?"
|
||||
},
|
||||
"forgotPassword": {
|
||||
"header": "パスワードを忘れてしまいました",
|
||||
"sub": "メールアドレスかPNIDを入力してください",
|
||||
"input": "メールアドレスまたはPNID",
|
||||
"submit": "送信"
|
||||
},
|
||||
"resetPassword": {
|
||||
"header": "パスワードのリセット",
|
||||
"sub": "新しいパスワード入力してください",
|
||||
"password": "パスワード",
|
||||
"confirmPassword": "パスワードの確認",
|
||||
"submit": "送信"
|
||||
},
|
||||
"settings": {
|
||||
"downloadFiles": "アカウントファイルをダウンロード",
|
||||
"downloadFilesDescription": "(ニンテンドーネットワークでは動作しません)",
|
||||
"upgrade": "アカウントをアップグレード",
|
||||
"unavailable": "利用不可",
|
||||
"settingCards": {
|
||||
"userSettings": "ユーザーの設定",
|
||||
"profile": "プロフィール",
|
||||
"nickname": "ニックネーム",
|
||||
"birthDate": "誕生日",
|
||||
"gender": "性別",
|
||||
"country": "国/地域",
|
||||
"timezone": "タイムゾーン",
|
||||
"serverEnv": "サーバー環境",
|
||||
"production": "プロダクション",
|
||||
"beta": "ベータ",
|
||||
"upgradePrompt": "ベータサーバーはベータテスター専用です。<br>ベータテスターになるには上位Tierのアカウントにアップグレードしてください。",
|
||||
"hasAccessPrompt": "アカウントはベータサーバーにアクセスできます。イカしてますね!",
|
||||
"signInSecurity": "ログインとセキュリティ",
|
||||
"email": "メールアドレス",
|
||||
"password": "パスワード",
|
||||
"passwordResetNotice": "パスワードを変更するとすべてのデバイスがログアウトされます。",
|
||||
"signInHistory": "ログイン履歴",
|
||||
"fullSignInHistory": "すべてのログイン履歴を表示",
|
||||
"otherSettings": "その他の設定",
|
||||
"discord": "Discord",
|
||||
"connectedToDiscord": "リンク済みのDiscordアカウント:",
|
||||
"removeDiscord": "Discordアカウントのリンクを解除",
|
||||
"noDiscordLinked": "Discordアカウントはリンクされていません。",
|
||||
"linkDiscord": "Discordアカウントをリンクする",
|
||||
"newsletter": "ニュースレター",
|
||||
"newsletterPrompt": "プロジェクトの最新情報をメールで受け取る (いつでも停止可能です)",
|
||||
"passwordPrompt": "PNIDパスワードを入力でCemuファイルをダウンロードします",
|
||||
"no_signins_notice": "ログイン履歴は現在追跡されていません。後でもう一度確認してください!",
|
||||
"no_newsletter_notice": "ニュースレターは現在配信されていません。後でもう一度ご確認ください。",
|
||||
"no_edit_from_dashboard": "現在、ユーザーダッシュボードからのPNID設定変更はできません。リンク先のゲーム機からユーザー設定を更新してください。"
|
||||
}
|
||||
},
|
||||
"accountLevel": [
|
||||
"スタンダード",
|
||||
"テスター",
|
||||
"モデレーター",
|
||||
"デベロッパー"
|
||||
],
|
||||
"banned": "BANされています"
|
||||
},
|
||||
"upgrade": {
|
||||
"title": "アップグレード",
|
||||
"description": "毎月の目標を達成することで、Pretendoはフルタイムの仕事になりより質の高いアップデートをより迅速に提供できるようになります。",
|
||||
"month": "月",
|
||||
"tierSelectPrompt": "Tierを選択してください",
|
||||
"unsub": "サブスクリプションを解除",
|
||||
"unsubPrompt": "<span>tiername</span>のサブスクリプションを解除してもよろしいですか?そのTierに関連付けられた特典にアクセスができなくなります。",
|
||||
"unsubConfirm": "サブスクリプションを解除する",
|
||||
"changeTier": "Tierを変更",
|
||||
"changeTierPrompt": "<span class='oldtier'>oldtiername</span>のサブスクリプションを解除して<span class='newtier'>newtiername</span>にサブスクリプションをしてもよろしいですか?",
|
||||
"changeTierConfirm": "Tierを変更する",
|
||||
"back": "戻る"
|
||||
},
|
||||
"donation": {
|
||||
"progress": "<span>$${goald}</span>/月の<span>$${totd}</span>、月間目標の<span>${perc}%</span>。",
|
||||
"upgradePush": "サブスクリプションをして素晴らしい特典にアクセスするには<a href=\"/account/upgrade\">アップグレードページ</a>にアクセスしてください。"
|
||||
},
|
||||
"localizationPage": {
|
||||
"title": "レッツローカライズ",
|
||||
"description": "公開されているJSONへのリンクを貼り付けてこのサイトに試してみて下さい",
|
||||
"instructions": "ローカライズ方法を開く",
|
||||
"fileInput": "試してみるファイル",
|
||||
"title": "ローカライズをしましょう",
|
||||
"description": "公開されているJSONロケールへのリンクを貼り付けて、Webサイトでテストをします。",
|
||||
"instructions": "ローカライズの手順を表示する",
|
||||
"fileInput": "テストをするファイル",
|
||||
"filePlaceholder": "https://a.link.to/the_file.json",
|
||||
"button": "ファイルを試す"
|
||||
"button": "ファイルをテスト"
|
||||
},
|
||||
"docs": {
|
||||
"missingInLocale": "このページは日本語に翻訳されていません。下記の英語版をご覧ください。",
|
||||
"missingInLocale": "このページはお住まいの地域では利用できません。以下の英語版をご確認ください。",
|
||||
"quickLinks": {
|
||||
"header": "クイックリンク",
|
||||
"links": [
|
||||
{
|
||||
"header": "Pretendoをインストール",
|
||||
"caption": "設定手順を見る"
|
||||
"header": "Pretendoのインストール",
|
||||
"caption": "セットアップの手順を表示する"
|
||||
},
|
||||
{
|
||||
"header": "エラーが発生しましたか?",
|
||||
"caption": "ここで検索する"
|
||||
"caption": "ここで検索してください"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sidebar": {
|
||||
"install": "インストール",
|
||||
"search": "探す",
|
||||
"juxt_err": "エラーコード - Juxt",
|
||||
"getting_started": "入門",
|
||||
"welcome": "いらっしゃいませ",
|
||||
"install_extended": "Pretendo をインストールする"
|
||||
},
|
||||
"search": {
|
||||
"caption": "下のボックスに入力して、問題に関する情報を入手してください!",
|
||||
"title": "エラーコードが出ましたか?",
|
||||
"caption": "下のボックスに入力すると問題に関する情報が表示されます!",
|
||||
"label": "エラーコード",
|
||||
"no_match": "一致するものが見つかりませんでした",
|
||||
"title": "エラーコードを取得しましたか?"
|
||||
"no_match": "一致するものが見つかりません"
|
||||
},
|
||||
"sidebar": {
|
||||
"getting_started": "スタート",
|
||||
"welcome": "ようこそ",
|
||||
"install_extended": "Pretendoのインストール",
|
||||
"install": "インストール",
|
||||
"search": "検索",
|
||||
"juxt_err": "エラーコード - Juxt"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"settings": {
|
||||
"downloadFiles": "アカウントファイルをダウンロード",
|
||||
"downloadFilesDescription": "(ニンテンドーネットワークでは動作しません)",
|
||||
"upgrade": "アカウントのアップグレード",
|
||||
"unavailable": "利用不可",
|
||||
"settingCards": {
|
||||
"userSettings": "ユーザー設定",
|
||||
"profile": "プロフィール",
|
||||
"nickname": "ニックネーム",
|
||||
"timezone": "タイムゾーン",
|
||||
"beta": "ベータ",
|
||||
"upgradePrompt": "ベータ サーバーはベータ テスター専用です。<br>ベータ テスターになるには、より高いアカウント ティアにアップグレードしてください。",
|
||||
"signInSecurity": "サインインとセキュリティ",
|
||||
"email": "Eメール",
|
||||
"password": "パスワード",
|
||||
"passwordResetNotice": "パスワードを変更すると、すべてのデバイスからサインアウトされます。",
|
||||
"signInHistory": "サインイン履歴",
|
||||
"fullSignInHistory": "サインイン履歴をすべて表示する",
|
||||
"connectedToDiscord": "Discord に接続済み",
|
||||
"newsletterPrompt": "プロジェクトの最新情報をメールで受け取る (いつでもオプトアウトできます)",
|
||||
"passwordPrompt": "Cemu ファイルをダウンロードするには、PNID パスワードを入力してください",
|
||||
"no_edit_from_dashboard": "現在、ユーザー ダッシュボードから PNID 設定を編集することはできません。リンクしたゲーム機からユーザー設定を更新してください",
|
||||
"gender": "性別",
|
||||
"country": "国/地域",
|
||||
"production": "製造",
|
||||
"hasAccessPrompt": "現在のレベルでは、ベータ サーバーへのアクセスが提供されます。涼しい!",
|
||||
"newsletter": "ニュースレター",
|
||||
"discord": "不和",
|
||||
"noDiscordLinked": "Discord アカウントがリンクされていません。",
|
||||
"birthDate": "生年月日",
|
||||
"serverEnv": "サーバー環境",
|
||||
"otherSettings": "その他の設定",
|
||||
"removeDiscord": "Discord アカウントを削除する",
|
||||
"linkDiscord": "Discordアカウントをリンクする",
|
||||
"no_signins_notice": "サインイン履歴は現在追跡されていません。後でもう一度確認してください。!",
|
||||
"no_newsletter_notice": "ニュースレターは現在利用できません。後でもう一度確認してください"
|
||||
}
|
||||
},
|
||||
"accountLevel": [
|
||||
"標準\\",
|
||||
"テスター",
|
||||
"モデレータ",
|
||||
"デベロッパー"
|
||||
],
|
||||
"banned": "禁止された",
|
||||
"loginForm": {
|
||||
"register": "登録",
|
||||
"detailsPrompt": "以下にアカウントの詳細を入力してください",
|
||||
"username": "ユーザー名",
|
||||
"password": "パスワード",
|
||||
"email": "Eメール",
|
||||
"miiName": "みいの名前",
|
||||
"loginPrompt": "すでにアカウントをお持ちですか?",
|
||||
"login": "ログイン",
|
||||
"confirmPassword": "パスワードを認証する",
|
||||
"forgotPassword": "パスワードをお忘れですか?",
|
||||
"registerPrompt": "アカウントをお持ちでない場合?"
|
||||
},
|
||||
"account": "アカウント",
|
||||
"forgotPassword": {
|
||||
"header": "パスワードをお忘れの方",
|
||||
"sub": "以下にメールアドレス/PNIDを入力してください。",
|
||||
"input": "電子メールアドレスまたはPNID",
|
||||
"submit": "送信"
|
||||
},
|
||||
"resetPassword": {
|
||||
"header": "パスワードリセット",
|
||||
"sub": "新しいパスワードを以下に入力",
|
||||
"password": "パスワード",
|
||||
"confirmPassword": "パスワードの確認",
|
||||
"submit": "送信"
|
||||
}
|
||||
},
|
||||
"upgrade": {
|
||||
"title": "アップグレード",
|
||||
"description": "毎月の目標を達成すると、Pretendo はフルタイムの仕事になり、より良い品質の更新をより速い速度で提供します。",
|
||||
"month": "月",
|
||||
"changeTier": "ティアを変更",
|
||||
"changeTierPrompt": "<span class=\"oldtier\">oldtiername</span> の登録を解除し、<span class=\"newtier\">newtiername</span> を登録してもよろしいですか?",
|
||||
"back": "戻る",
|
||||
"changeTierConfirm": "ティアを変更",
|
||||
"unsub": "登録解除",
|
||||
"unsubConfirm": "登録解除",
|
||||
"tierSelectPrompt": "ティアを選択",
|
||||
"unsubPrompt": "<span>tiername</span> から退会してもよろしいですか?そのティアに関連付けられた特典にアクセスできなくなります。"
|
||||
},
|
||||
"donation": {
|
||||
"progress": "<span>$${totd}</span>/月 <span>$${goald}</span>、月間目標の <span>${perc}%</span>。",
|
||||
"upgradePush": "サブスクライバーになってクールな特典にアクセスするには、<a href=\"/account/upgrade\">アップグレード ページ</a>にアクセスしてください。"
|
||||
},
|
||||
"modals": {
|
||||
"cancel": "キャンセル",
|
||||
"confirm": "確認",
|
||||
"close": "近い",
|
||||
"cancel": "キャンセル"
|
||||
"close": "閉じる"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,111 +80,10 @@
|
|||
"title": "Прогресс"
|
||||
},
|
||||
"specialThanks": {
|
||||
"people": [
|
||||
{
|
||||
"caption": "crunch library әзірлеу",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"name": "superwhiskers",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "3DS әзірлеуші және NEX диссектор",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Билли",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"caption": "Қорғаушы",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Miiverse туралы ақпарат",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Ерекше рақмет",
|
||||
"caption": "Nintendo дата-серверлер зерттеу",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Mii Editor үшін суреттер, және Juxt реакциялар",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/PretendoNetwork",
|
||||
"name": "GitHub салымшылары",
|
||||
"caption": "Локализация және басқа салымшылары",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
||||
}
|
||||
],
|
||||
"text": "Оларсыз Pretendo қазіргідей болмас еді.",
|
||||
"title": "Ерекше рақмет"
|
||||
},
|
||||
"credits": {
|
||||
"people": [
|
||||
{
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow",
|
||||
"name": "Джонатан Барроу (jonbarrow)",
|
||||
"caption": "Жобаның иесі және бас әзірлеуші"
|
||||
},
|
||||
{
|
||||
"name": "Джемма (CaramelKat)",
|
||||
"caption": "Miiverse зерттеу және әзірлеу",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Желіні орнатушы және консольді зерттеу",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS зерттеулері және патчтарды әзірлеу",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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.png"
|
||||
},
|
||||
{
|
||||
"caption": "Веб әзірлеу",
|
||||
"github": "https://github.com/gitlimes",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"name": "pinklimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Дизайн",
|
||||
"github": "https://github.com/mrjvs",
|
||||
"picture": "https://github.com/mrjvs.png"
|
||||
}
|
||||
],
|
||||
"title": "Команда",
|
||||
"text": "Жобаның артында тұрған командамен танысыңыз"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "진행 상황",
|
||||
"paragraphs": [
|
||||
null,
|
||||
"3DS에서는, 가능하면 다른 프로젝트도 시도하려 하고 있으나 현재는 마리오 카트 7에 집중하고 있습니다."
|
||||
],
|
||||
"githubRepo": "Github 저장소"
|
||||
},
|
||||
"faq": {
|
||||
|
|
@ -103,112 +99,11 @@
|
|||
},
|
||||
"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/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS 연구 및 패치 개발",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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": "pinklimes",
|
||||
"caption": "웹 개발",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "디자이너",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "이 프로젝트 뒤에 있는 팀을 만나보세요"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Special Thanks",
|
||||
"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": "마이버스 정보 공유",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Special Thanks",
|
||||
"caption": "닌텐도 데이터 구조에 대한 연구",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Mii 에디터 및 병치 반응 아이콘",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "이들이 없었으면, Pretendo는 이 자리에 없었을 겁니다."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "최신 정보",
|
||||
|
|
|
|||
1
locales/lt_LT.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -36,11 +36,7 @@
|
|||
]
|
||||
},
|
||||
"progress": {
|
||||
"title": "Framgang",
|
||||
"paragraphs": [
|
||||
null,
|
||||
"For 3DS-en, jobber vi også med Mario Kart 7, med en lyst til å jobbe med andre spill når det er mulig."
|
||||
]
|
||||
"title": "Framgang"
|
||||
},
|
||||
"faq": {
|
||||
"title": "Ofte stilte spørsmål",
|
||||
|
|
@ -100,112 +96,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Laget",
|
||||
"text": "Møt laget bak prosjektet",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Prosjekteier og hovedutvikler",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Forskning på Miiverse og utvikling",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Nettverksinstallasjonsprogram og konsollforskning",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Forskning på BOSS og utvikling av feilfikser",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Konsoll og annen systemforskning",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Hovednettutvikling",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Nettutvikling",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Møt laget bak prosjektet"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Spesiell takk",
|
||||
"text": "Uten dem, hadde ikke Pretendo vært der det er i dag.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "utvikling av crunch-biblioteket",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "3DS-utvikler og NEX-detaljekspert",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Konserveringsperson",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Forskning på Mario Kart 7 og 3DS",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Miiverse-informasjonsdeling",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Spesiell takk",
|
||||
"caption": "Forskning på Nintendo-datastrukturer",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Ikoner for Mii-redigereren og Juxt-reaksjoner",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"name": "GitHub-bidragsytere",
|
||||
"caption": "Oversettelser og andre bidrag",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
]
|
||||
"text": "Uten dem, hadde ikke Pretendo vært der det er i dag."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Hold deg oppdatert",
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"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": {
|
||||
|
|
@ -85,112 +81,11 @@
|
|||
},
|
||||
"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/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Onderzoek naar BOSS en patch ontwikkeling",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Research voor consoles 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": "pinklimes",
|
||||
"caption": "Website ontwikkelaar",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Ontwerper",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Ontmoet het team achter het project"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Speciale dank",
|
||||
"text": "Zonder hen zou Pretendo vandaag niet zijn wat het nu 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 informatie delen",
|
||||
"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 medewerkers",
|
||||
"caption": "Vertalingen en andere contributions",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
]
|
||||
"text": "Zonder hen zou Pretendo vandaag niet zijn wat het nu is."
|
||||
},
|
||||
"progressPage": {
|
||||
"title": "Onze vooruitgang",
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "Postęp",
|
||||
"paragraphs": [
|
||||
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."
|
||||
],
|
||||
"githubRepo": "Repozytorium GitHub"
|
||||
},
|
||||
"faq": {
|
||||
|
|
@ -103,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Nasz zespół",
|
||||
"text": "Poznaj zespół, który tworzy projekt",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Właściciel projektu i główny programista",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Research w sprawie Miiverse oraz programowanie",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instalator sieci i research w sprawie konsoli",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Research w sprawie BOSS oraz programowanie łatek",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Research w sprawie konsoli i innych systemów",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Kierownik programowania webowego",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Programowanie webowe",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Projektant",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Poznaj zespół, który tworzy projekt"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Specjalne podziękowania",
|
||||
"text": "Bez nich, Pretendo nie byłoby w takim stanie jak teraz.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "Zaprogramowanie biblioteki crunch",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "Programista 3DS oraz dysektor NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Archiwista danych",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Research w sprawie Mario Kart 7 i 3DS",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Udostępnianie informacji Miiverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Specjalne podziękowania",
|
||||
"caption": "Research w sprawie struktur danych Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Ikony do edytora Mii oraz reakcje do Juxt",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"name": "Współtwórcy z GitHub",
|
||||
"caption": "Tłumaczenia oraz inne wkłady",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
]
|
||||
"text": "Bez nich, Pretendo nie byłoby w takim stanie jak teraz."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Bądź na bieżąco",
|
||||
|
|
|
|||
|
|
@ -99,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Equipe",
|
||||
"text": "Conheça a equipe por trás do projeto",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Criador do projeto e líder de desenvolvimento",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Pesquisa e desenvolvimento do Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instalador de rede e pesquisa de console",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Pesquisa do BOSS e desenvolvimento do patch",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Pesquisa de console e outros sistemas",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Líder de desenvolvimento web",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Desenvolvimento web",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Conheça a equipe por trás do projeto"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Agradecimentos especiais",
|
||||
"text": "Sem eles, Pretendo não estaria onde está hoje.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "Desenvolvimento da crunch library",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "Desenvolvimento do 3DS e dissector NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Fornecedor de dumps",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Pesquisa do Nintendo 3DS e Mario Kart 7",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Compartilhamento de informações do Miiverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Agradecimentos especiais",
|
||||
"caption": "Pesquisa da estruturas de dados da Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Ícones para o criador Mii e Juxt",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"name": "Contribuidores do GitHub",
|
||||
"caption": "Traduções e outras contribuições",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
]
|
||||
"text": "Sem eles, Pretendo não estaria onde está hoje."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Fique atualizado",
|
||||
|
|
|
|||
|
|
@ -23,56 +23,6 @@
|
|||
}
|
||||
},
|
||||
"credits": {
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Criador do projeto e líder de desenvolvimento",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Pesquisa e desenvolvimento do Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/EpicUsername12",
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instalador de rede e pesquisa de console",
|
||||
"picture": "https://github.com/EpicUsername12.png"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"name": "quarky",
|
||||
"caption": "Pesquisa do BOSS e desenvolvimento do patch",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"caption": "Pesquisa de console e outros sistemas",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"name": "SuperMarioDaBom",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/jipfr",
|
||||
"caption": "Líder de desenvolvimento web",
|
||||
"name": "Jip Fr",
|
||||
"picture": "https://github.com/jipfr.png"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"name": "pinklimes",
|
||||
"caption": "Desenvolvimento web",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
],
|
||||
"title": "Equipa",
|
||||
"text": "Conheça a equipa por trás do projeto"
|
||||
},
|
||||
|
|
@ -251,57 +201,6 @@
|
|||
"text": "Para a fácil obtenção de informações, aqui estão algumas das perguntas mais comuns."
|
||||
},
|
||||
"specialThanks": {
|
||||
"people": [
|
||||
{
|
||||
"github": "https://github.com/superwhiskers",
|
||||
"name": "superwhiskers",
|
||||
"caption": "Desenvolvimento da crunch library",
|
||||
"picture": "https://github.com/superwhiskers.png"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"github": "https://github.com/Stary2001",
|
||||
"caption": "Desenvolvimento do 3DS e dissector NEX",
|
||||
"picture": "https://github.com/Stary2001.png"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Fornecedor de dumps",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Pesquisa do Nintendo 3DS e Mario Kart 7",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"caption": "Compartilhamento de informações do Miiverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub",
|
||||
"name": "rverse"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Agradecimentos especiais",
|
||||
"caption": "Pesquisa da estruturas de dados da Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"caption": "Ícones para o criador Mii e Juxt",
|
||||
"name": "NinStar",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"name": "Contribuidores do GitHub",
|
||||
"caption": "Traduções e outras contribuições",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
],
|
||||
"title": "Agradecimentos especiais",
|
||||
"text": "Sem eles, Pretendo não estaria onde está hoje."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "Progres",
|
||||
"paragraphs": [
|
||||
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."
|
||||
],
|
||||
"githubRepo": "Repozitoriul Github"
|
||||
},
|
||||
"faq": {
|
||||
|
|
@ -103,112 +99,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Echipa",
|
||||
"text": "Întâlnește echipa din spatele proiectului",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Deținătorul proiectului și dezvoltatorul principal",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Cercetare și dezvoltare Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"name": "Rambo6Glaz",
|
||||
"caption": "Instalator Conexiune și cercetare consolă",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Cercetare BOSS și dezvoltare patch",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Cercetare console și alte sisteme",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Șeful dezvoltării web",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"name": "pinklimes",
|
||||
"caption": "Dezvoltare web",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Întâlnește echipa din spatele proiectului"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Mulțumiri speciale",
|
||||
"text": "Fără ei, Pretendo nu ar ajunge unde este astăzi.",
|
||||
"people": [
|
||||
{
|
||||
"name": "superwhiskers",
|
||||
"caption": "Dezvoltare librărie crunch",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "Dezvolator și disector NEX",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Furnizor de dump-uri",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Cercetare Mario Kart 7 și 3DS",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Distribuirea informațiilor despre Miiverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Mulțumiri speciale",
|
||||
"caption": "Cercetare pe structurile de date de la Nintendo",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Iconițele pentru Mii Editor și Juxt reactions",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"name": "Contribuitorii GitHub",
|
||||
"caption": "Localizări și alte contribuții",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
]
|
||||
"text": "Fără ei, Pretendo nu ar ajunge unde este astăzi."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Fii la zi",
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "Прогресс",
|
||||
"paragraphs": [
|
||||
null,
|
||||
"Насчёт 3DS, мы также работаем над Mario Kart 7, а также если возможно, продолжить работу и над другими онлайн играми."
|
||||
],
|
||||
"githubRepo": "Репозиторий Github"
|
||||
},
|
||||
"faq": {
|
||||
|
|
@ -85,112 +81,11 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Наша команда",
|
||||
"text": "Ознакомьтесь с командой, которая работает над разработкой Pretendo",
|
||||
"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/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Изучение BOSS и разработка патчей",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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": "pinklimes",
|
||||
"caption": "Web-разработка",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Дизайнер",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "Ознакомьтесь с командой, которая работает над разработкой Pretendo"
|
||||
},
|
||||
"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": "Исследование Mario Kart 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": "Исследование структуры данных Nintendo",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "Без них, Pretendo не был бы таким какой он есть сегодня."
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "Будьте в курсе всех новостей",
|
||||
|
|
|
|||
|
|
@ -39,111 +39,10 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Teamet",
|
||||
"people": [
|
||||
{
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow",
|
||||
"caption": "Projektägare och ledande utvecklare",
|
||||
"name": "Jonathan Barrow (jonbarrow)"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Forskning och utveckling inom Miiverse",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"name": "Rambo6Glaz",
|
||||
"github": "https://github.com/EpicUsername12",
|
||||
"caption": "Nätverks installerare och konsol forskning"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS forskning och patch utveckling",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"github": "https://github.com/SuperMarioDaBom",
|
||||
"name": "SuperMarioDaBom",
|
||||
"caption": "Forsking inom konsol och andra system"
|
||||
},
|
||||
{
|
||||
"name": "Jip Fr",
|
||||
"caption": "Ledare för webbutveckling",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes",
|
||||
"name": "pinklimes",
|
||||
"caption": "Webbutveckling"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"github": "https://github.com/mrjvs",
|
||||
"caption": "Designer",
|
||||
"picture": "https://github.com/mrjvs.png"
|
||||
}
|
||||
],
|
||||
"text": "Träffa teamet bakom projektet"
|
||||
},
|
||||
"specialThanks": {
|
||||
"title": "Särskilda tack",
|
||||
"people": [
|
||||
{
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"caption": "crunch bibliotek utveckling",
|
||||
"name": "superwhiskers",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"caption": "3Ds utvecklare och NEX dissektor",
|
||||
"name": "Stary",
|
||||
"github": "https://github.com/Stary2001",
|
||||
"picture": "https://github.com/Stary2001.png"
|
||||
},
|
||||
{
|
||||
"name": "Billy",
|
||||
"caption": "Bevarare",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Forskning inom Mario Kart 7 och 3DS",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"github": "https://github.com/shutterbug2000"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Delning av Miiverse information",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"special": "Särskilda tack",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay",
|
||||
"name": "Kinnay",
|
||||
"caption": "Forsking om Nintendo datastrukturer"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Ikoner för Mii-redigeraren och Juxt reaktioner",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/PretendoNetwork",
|
||||
"name": "GitHub bidragare",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"caption": "Lokaliseringar och andra bidrag"
|
||||
}
|
||||
],
|
||||
"text": "Utan dem skulle Pretendo inte vara där det är idag."
|
||||
},
|
||||
"progressPage": {
|
||||
|
|
@ -154,7 +53,7 @@
|
|||
"title": "Blogg",
|
||||
"published": "Publicerad av",
|
||||
"publishedOn": "på",
|
||||
"description": ""
|
||||
"description": "De senaste uppdateringarna i förtätade bitar. Om du vill se mer frekventa uppdateringar kan du överväga att <a href=\"/account/upgrade\" target=\"_blank\">stödja oss</a>."
|
||||
},
|
||||
"account": {
|
||||
"loginForm": {
|
||||
|
|
|
|||
|
|
@ -99,56 +99,6 @@
|
|||
},
|
||||
"credits": {
|
||||
"title": "Takımımız",
|
||||
"people": [
|
||||
{
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"caption": "Proje sahibi ve baş geliştirici",
|
||||
"picture": "https://github.com/jonbarrow.png",
|
||||
"github": "https://github.com/jonbarrow"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Miiverse araştırma ve geliştirme",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"caption": "Ağ kurulumu ve konsol araştırması",
|
||||
"name": "Rambo6Glaz",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky",
|
||||
"name": "quarky",
|
||||
"caption": "BOSS araştırma ve yama geliştirme"
|
||||
},
|
||||
{
|
||||
"name": "SuperMarioDaBom",
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"caption": "Konsol ve diğer sistem araştırmaları",
|
||||
"github": "https://github.com/SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"caption": "Web geliştirme lideri",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"name": "Jip Fr",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/gitlimes",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"name": "pinklimes",
|
||||
"caption": "Web geliştirme"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "Tasarımcı",
|
||||
"github": "https://github.com/mrjvs",
|
||||
"picture": "https://github.com/mrjvs.png"
|
||||
}
|
||||
],
|
||||
"text": "Projenin arkasındaki ekip ile tanışın"
|
||||
},
|
||||
"account": {
|
||||
|
|
@ -295,57 +245,6 @@
|
|||
},
|
||||
"specialThanks": {
|
||||
"text": "Onlar olmasaydı, Pretendo bugün olduğu yerde olamazdı.",
|
||||
"people": [
|
||||
{
|
||||
"caption": "crunch kütüphane geliştirme",
|
||||
"name": "superwhiskers",
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"caption": "3DS geliştirici ve NEX disektörü",
|
||||
"picture": "https://github.com/Stary2001.png",
|
||||
"github": "https://github.com/Stary2001"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/InternalLoss",
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"name": "Billy",
|
||||
"caption": "Korumacı"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/shutterbug2000",
|
||||
"name": "Shutterbug2000",
|
||||
"caption": "Mario Kart 7 ve 3DS araştırma",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"caption": "Miiverse bilgi paylaşımı",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"name": "Kinnay",
|
||||
"special": "Ayrıca teşekkürler",
|
||||
"caption": "Nintendo veri yapıları üzerine araştırma",
|
||||
"github": "https://github.com/Kinnay",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Mii Editörü için ikonlar ve Juxt tepkileri",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork",
|
||||
"name": "GitHub katılımcıları",
|
||||
"caption": "Yerelleştirmeler ve diğer katkılar"
|
||||
}
|
||||
],
|
||||
"title": "Ayrıca teşekkürler"
|
||||
},
|
||||
"donation": {
|
||||
|
|
|
|||
|
|
@ -63,56 +63,6 @@
|
|||
"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/EpicUsername12",
|
||||
"picture": "https://github.com/EpicUsername12.png"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "Дослідження та розробка виправлень BOSS",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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/gitlimes",
|
||||
"name": "pinklimes",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"caption": "Веб-розробка"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs",
|
||||
"name": "mrjvs",
|
||||
"caption": "Дизайнер"
|
||||
}
|
||||
],
|
||||
"title": "Команда",
|
||||
"text": "Познайомтеся з командою проекту"
|
||||
},
|
||||
|
|
@ -153,57 +103,6 @@
|
|||
},
|
||||
"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": {
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@
|
|||
},
|
||||
"progress": {
|
||||
"title": "进度",
|
||||
"paragraphs": [
|
||||
null,
|
||||
"对于 3DS,我们也在创建《马里奥赛车 7》的服务器,并希望在可能的情况下继续为他游戏做服务器。"
|
||||
],
|
||||
"githubRepo": "Github 信息库"
|
||||
},
|
||||
"faq": {
|
||||
|
|
@ -103,112 +99,11 @@
|
|||
},
|
||||
"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/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"name": "quarky",
|
||||
"caption": "BOSS研究和补丁开发",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"github": "https://github.com/ashquarky"
|
||||
},
|
||||
{
|
||||
"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": "pinklimes",
|
||||
"caption": "网络开发",
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"name": "mrjvs",
|
||||
"caption": "设计师",
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
]
|
||||
"text": "认识项目背后的团队"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"text": "没有他们,Pretendo 就不会是今天的样子。"
|
||||
},
|
||||
"discordJoin": {
|
||||
"title": "得到我们的动态与更新",
|
||||
|
|
|
|||
|
|
@ -31,56 +31,6 @@
|
|||
"title": "重製"
|
||||
},
|
||||
"credits": {
|
||||
"people": [
|
||||
{
|
||||
"github": "https://github.com/jonbarrow",
|
||||
"caption": "專案所有人和首席開發人員",
|
||||
"name": "Jonathan Barrow (jonbarrow)",
|
||||
"picture": "https://github.com/jonbarrow.png"
|
||||
},
|
||||
{
|
||||
"name": "Jemma (CaramelKat)",
|
||||
"caption": "Miiverse 的研究與開發",
|
||||
"picture": "https://github.com/caramelkat.png",
|
||||
"github": "https://github.com/CaramelKat"
|
||||
},
|
||||
{
|
||||
"caption": "網路安裝程式與主機系統研究",
|
||||
"name": "Rambo6Glaz",
|
||||
"picture": "https://github.com/EpicUsername12.png",
|
||||
"github": "https://github.com/EpicUsername12"
|
||||
},
|
||||
{
|
||||
"github": "https://github.com/ashquarky",
|
||||
"picture": "https://github.com/ashquarky.png",
|
||||
"caption": "BOSS研究與補丁開發",
|
||||
"name": "quarky"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/supermariodabom.png",
|
||||
"caption": "主機以及其他系統研究",
|
||||
"github": "https://github.com/SuperMarioDaBom",
|
||||
"name": "SuperMarioDaBom"
|
||||
},
|
||||
{
|
||||
"caption": "Web 開發首席",
|
||||
"name": "Jip Fr",
|
||||
"picture": "https://github.com/jipfr.png",
|
||||
"github": "https://github.com/jipfr"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/gitlimes.png",
|
||||
"name": "pinklimes",
|
||||
"caption": "Web 開發",
|
||||
"github": "https://github.com/gitlimes"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/mrjvs.png",
|
||||
"name": "mrjvs",
|
||||
"caption": "Designer",
|
||||
"github": "https://github.com/mrjvs"
|
||||
}
|
||||
],
|
||||
"text": "見見在專案背後努力的團隊",
|
||||
"title": "開發團隊"
|
||||
},
|
||||
|
|
@ -140,56 +90,6 @@
|
|||
"text": "為了讓你快速理解,我們準備了一些常見問題。"
|
||||
},
|
||||
"specialThanks": {
|
||||
"people": [
|
||||
{
|
||||
"picture": "https://github.com/superwhiskers.png",
|
||||
"caption": "crunch library 開發",
|
||||
"name": "superwhiskers",
|
||||
"github": "https://github.com/superwhiskers"
|
||||
},
|
||||
{
|
||||
"name": "Stary",
|
||||
"github": "https://github.com/Stary2001",
|
||||
"picture": "https://github.com/Stary2001.png"
|
||||
},
|
||||
{
|
||||
"picture": "https://github.com/InternalLoss.png",
|
||||
"name": "Billy",
|
||||
"caption": "Preservationist",
|
||||
"github": "https://github.com/InternalLoss"
|
||||
},
|
||||
{
|
||||
"name": "Shutterbug2000",
|
||||
"github": "https://github.com/shutterbug2000",
|
||||
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
|
||||
"caption": "馬力歐賽車 7 和 3DS 研究"
|
||||
},
|
||||
{
|
||||
"name": "rverse",
|
||||
"picture": "https://github.com/rverseTeam.png",
|
||||
"caption": "Miiverse 資訊分享",
|
||||
"github": "https://twitter.com/rverseClub"
|
||||
},
|
||||
{
|
||||
"caption": "任天堂資料結構研究",
|
||||
"name": "Kinnay",
|
||||
"special": "特別感謝",
|
||||
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
|
||||
"github": "https://github.com/Kinnay"
|
||||
},
|
||||
{
|
||||
"name": "NinStar",
|
||||
"caption": "Mii 編輯器和 Juxt reactions 的圖標",
|
||||
"picture": "https://github.com/ninstar.png",
|
||||
"github": "https://github.com/ninstar"
|
||||
},
|
||||
{
|
||||
"caption": "翻譯和其他貢獻",
|
||||
"name": "GitHub 貢獻者",
|
||||
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
|
||||
"github": "https://github.com/PretendoNetwork"
|
||||
}
|
||||
],
|
||||
"title": "特別感謝",
|
||||
"text": "沒有他們,Pretendo 就不會是今天的樣子。"
|
||||
},
|
||||
|
|
|
|||
17
package.json
|
|
@ -10,11 +10,26 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
"@phosphor-icons/react": "^2.1.3",
|
||||
"chalk": "^5.3.0",
|
||||
"classnames": "^2.3.2",
|
||||
"eslint": "^8.46.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"@aws-sdk/client-ses": "^3.515.0",
|
||||
"@discordjs/rest": "^0.5.0",
|
||||
"@node-saml/node-saml": "^5.0.0",
|
||||
"@pretendonetwork/error-codes": "^1.0.3",
|
||||
"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",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"next": "^13.4.19",
|
||||
"react": "^18.2.0",
|
||||
|
|
|
|||
24
public/assets/css/404.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.status {
|
||||
text-align: center;
|
||||
font-size: 8rem;
|
||||
padding-top: 60px;
|
||||
color: var(--text-shade-1);
|
||||
}
|
||||
.description {
|
||||
text-align: center;
|
||||
font-size: 1.7rem;
|
||||
margin-top: -10px;
|
||||
color: var(--text-shade-1);
|
||||
}
|
||||
.shocked-bandwidth {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 70px;
|
||||
margin-bottom: -120px;
|
||||
}
|
||||
@media screen and (max-width: 900px) {
|
||||
.shocked-bandwidth {
|
||||
margin-bottom: -100px;
|
||||
}
|
||||
}
|
||||
BIN
public/assets/images/blogposts/12-23-23.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/assets/images/blogposts/4-8-24.png
Normal file
|
After Width: | Height: | Size: 285 KiB |
|
After Width: | Height: | Size: 79 KiB |
BIN
public/assets/images/docs/install/wiiu/aroma/nimbus-install.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
public/assets/images/docs/install/wiiu/aroma/nimbus-sd.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 99 KiB |
BIN
public/assets/images/docs/install/wiiu/pnid/inkay-mainmenu.jpg
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
public/assets/images/docs/install/wiiu/pnid/inkay-patching.jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 223 KiB |
|
After Width: | Height: | Size: 155 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 312 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 274 KiB |
|
After Width: | Height: | Size: 203 KiB |
92
public/assets/images/shockedbandwidth.svg
Normal file
|
After Width: | Height: | Size: 65 KiB |
10
views/404.handlebars
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<link rel="stylesheet" href="/assets/css/404.css">
|
||||
|
||||
{{> header}}
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="status"><b>404</b></div>
|
||||
<div class="description">{{ locale.notfound.description }}</div>
|
||||
<img src="/assets/images/shockedbandwidth.svg" class="shocked-bandwidth"/>
|
||||
{{> footer }}
|
||||
</div>
|
||||