From d898e49ae47ab100c36e6193d1e73bb834a68afc Mon Sep 17 00:00:00 2001
From: Montelion <49426949+Montelion@users.noreply.github.com>
Date: Sat, 25 Apr 2020 00:15:50 +0200
Subject: [PATCH] Put credits and FAQ in arrays, removed untranslatable words.
---
locales/US_en.json | 116 ++++++++++++++++++++++++++++++++++-----------
1 file changed, 88 insertions(+), 28 deletions(-)
diff --git a/locales/US_en.json b/locales/US_en.json
index 98ce87e..5dc6dd7 100644
--- a/locales/US_en.json
+++ b/locales/US_en.json
@@ -1,12 +1,9 @@
{
"nav": {
- "brand": "Pretendo",
- "Cemu": "Cemu",
"faq": "FAQ"
},
"home": {
"header": {
- "title": "Pretendo",
"text": "An open source Nintendo Network replacement service"
}
},
@@ -18,15 +15,62 @@
"credits": {
"caption": "The people responsible",
"title": "Credits",
- "redducks": "Project owner and lead developer",
- "caramelkat": "Miiverse research and development",
- "superwhiskers": "crunch library development",
- "supermariodabom": "Console and other system research",
- "rambo6glaz": "Network installer and console research",
- "mrjvs": "Web development and early eShop research",
- "kxpler442b": "Web development",
- "jipfr": "Web development",
- "kinnay": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex"
+ "people":[
+ {
+ "name": "Jonathan Barrow (RedDucks)",
+ "caption": "Project owner and lead developer",
+ "picture": "https://github.com/redduckss.png",
+ "github": "https://github.com/RedDuckss"
+ },
+ {
+ "name": "Jemma (CaramelKat)",
+ "caption": "Miiverse research and development",
+ "picture": "https://github.com/caramelkat.png",
+ "github": "https://github.com/CaramelKat"
+ },
+ {
+ "name": "superwhiskers",
+ "caption": "crunch library development",
+ "picture": "https://github.com/superwhiskers.png",
+ "github": "https://github.com/superwhiskers"
+ },
+ {
+ "name": "SuperMarioDaBom",
+ "caption": "Console and other system research",
+ "picture": "https://github.com/supermariodabom.png",
+ "github": "https://github.com/SuperMarioDaBom"
+ },
+ {
+ "name": "Rambo6Glaz",
+ "caption": "Network installer and console research",
+ "picture": "https://github.com/NexoDevelopment.png",
+ "github": "https://github.com/NexoDevelopment"
+ },
+ {
+ "name": "mrjvs",
+ "caption": "Web development and early eShop research",
+ "picture": "https://github.com/mrjvs.png",
+ "github": "https://github.com/mrjvs"
+ },
+ {
+ "name": "Benjamin Moss (kxpler442b)",
+ "caption": "Web development",
+ "picture": "https://github.com/kxpler442b.png",
+ "github": "https://github.com/kxpler442b"
+ },
+ {
+ "name": "Jip Fr",
+ "caption": "Web development",
+ "picture": "https://github.com/jipfr.png",
+ "github": "https://github.com/jipfr"
+ },
+ {
+ "name": "Kinnay",
+ "caption": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex",
+ "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=2048",
+ "github": "https://github.com/Kinnay"
+ }
+ ]
},
"footer": {
@@ -42,21 +86,37 @@
},
"faq": {
"title": "FAQ",
- "q1": "What is Pretendo?",
- "a1": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity",
- "q2": "How do I use Pretendo?",
- "a2": "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",
- "q3": "Is there an ETA for XYZ?",
- "a3": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA",
- "q4": "Does Pretendo work on Cemu/emulators?",
- "a4": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu
-
- See the Cemu page for more details",
- "q5": "Will my existing NNIDs work on Pretendo?",
- "a5": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information",
- "q6": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?",
- "a6": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit",
- "q7": "Will Pretendo support the Wii/Switch?",
- "a7": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service"
+ "qna":[
+ {
+ "question": "What is Pretendo?",
+ "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity"
+ },
+ {
+ "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"
+ },
+ {
+ "question": "Is there an ETA for XYZ?",
+ "answer": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA"
+ },
+ {
+ "question": "Does Pretendo work on Cemu/emulators?",
+ "answer": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu
+
+ See the Cemu page for more details"
+ },
+ {
+ "question": "Will my existing NNIDs work on Pretendo?",
+ "answer": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information"
+ },
+ {
+ "question": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?",
+ "answer": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit"
+ },
+ {
+ "question": "Will Pretendo support the Wii/Switch?",
+ "answer": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service"
+ }
+ ]
}
}