Merge branch 'dev' into nuxt-refactor

This commit is contained in:
mrjvs
2026-08-09 21:09:14 +02:00
71 changed files with 5024 additions and 572 deletions

View File

@@ -1,5 +1,10 @@
# 3DS/2DS Family
<div class="tip red">
<strong>CAUTION:</strong>
DON'T REMOVE YOUR NNID TO SET UP PRETENDO NETWORK, IT'S NOT NECESSARY AND BY DOING SO YOU WILL LOSE BADGES, REDOWNLOADABLE GAMES, THEMES AND POKÉMON BANK DATA!
</div>
<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.
@@ -41,13 +46,16 @@ Extract the contents of the zip archive to the root of your SD card. If you are
Ensure your SD card has all the following files
- `SD:/luma/titles/000400300000BC02/code.ips` (Miiverse, JPN)
- `SD:/luma/titles/000400300000BD02/code.ips` (Miiverse, USA)
- `SD:/luma/titles/000400300000BE02/code.ips` (Miiverse, EUR)
- `SD:/luma/sysmodules/0004013000002F02.ips` (SSL)
- `SD:/luma/sysmodules/0004013000003202.ips` (FRD/Friends)
- `SD:/luma/sysmodules/0004013000003802.ips` (ACT/NNID)
- `SD:/3ds/juxt-prod.pem` (Juxtaposition certificate)
- `SD:/3ds/nimbus/update/000400300000BC02.ips` (Miiverse, JPN)
- `SD:/3ds/nimbus/update/000400300000BD02.ips` (Miiverse, USA)
- `SD:/3ds/nimbus/update/000400300000BE02.ips` (Miiverse, EUR)
- `SD:/3ds/nimbus/update/0004013000002902.ips` (HTTP)
- `SD:/3ds/nimbus/update/0004013000002E02.ips` (Sockets)
- `SD:/3ds/nimbus/update/0004013000002F02.ips` (SSL)
- `SD:/3ds/nimbus/update/0004013000003202.ips` (FRD/Friends)
- `SD:/3ds/nimbus/update/0004013000003802.ips` (ACT/NNID)
- `SD:/3ds/nimbus/update/juxt-prod.pem` (Juxtaposition certificate)
- `SD:/3ds/nimbus/update/nimbus.3gx` (Nimbus plugin for Luma)
If not installed through Universal-Updater, ensure at least one of the following also exists
@@ -99,7 +107,7 @@ It is recommended to register the PNID on your device at this time, as registeri
<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.
A Pretendo Network ID may not use the same username as the account already linked to your 3DS! Ensure that you have chosen a different name for your PNID than the name on your NNID.
</div>
## Other information

View File

@@ -0,0 +1,113 @@
# Azahar
<div class="tip red">
<strong>CAUTION:</strong>
This guide only supports official builds provided by the Azahar Emulator team. Any unofficial/third-party emulator builds are not supported, and we do not provide technical support for issues caused by using said unofficial builds.
</div>
<div class="tip">
Azahar <b>requires</b> connecting to a real 3DS/2DS system using an app called Artic Setup Tool before you can play online. This guide assumes that you have a <b>Homebrewed System running the latest version of Luma3DS (v13.3.1 or higher)</b>. If you don't, please follow this <a href="https://3ds.hacks.guide/" target="_blank">guide</a> on how to install homebrew to your system first.
</div>
The following steps are required for you to connect to Pretendo Network:
1. [Downloading Artic Setup Tool](#downloading-artic-setup-tool)
2. [Using Artic Setup Tool](#using-artic-setup-tool)
3. [LLE module setup in Azahar](#lle-module-setup-in-azahar)
4. [Downloading Nimbus](#downloading-nimbus)
5. [Using Nimbus](#using-nimbus)
6. [Link a Pretendo Network ID (optional)](#link-a-pretendo-network-id-optional)
## Downloading Artic Setup Tool
### Using Universal Updater
The easiest way to get Artic Setup Tool is by using Universal Updater. Universal Updater is also great for updating all of your other homebrew apps, so installing it is highly recommended. To install Universal Updater, get it from <a href="https://universal-team.net/projects/universal-updater.html" target="_blank">here</a>.
Once you have Universal Updater, simply open it and search for "Artic Setup Tool". Select `AzaharArticSetup.3dsx` if you want to launch the setup tool from the Homebrew Launcher, or select `AzaharArticSetup.cia` if you want to launch it from your HOME Menu.
### Without using Universal Updater
If you'd prefer not to use Universal Updater, Artic Setup Tool can be installed manually using the FBI title manager.
Before starting, power off your console and insert its SD card into your computer.
If you want to launch Artic Setup Tool from your HOME Menu, download `AzaharArticSetup.cia` from the [latest Artic Setup Tool release](https://github.com/azahar-emu/ArticSetupTool/releases/latest) and put it on your SD card. Then, open FBI and install it.
If you want to launch Artic Setup Tool from the Homebrew Launcher, download `AzaharArticSetup.3dsx` from the [latest Artic Setup Tool release](https://github.com/azahar-emu/ArticSetupTool/releases/latest) and put it inside the `3ds` folder on your SD card.
## Using Artic Setup Tool
<div class="tip">
Before opening Artic Setup Tool, ensure that your 3DS/2DS is on the same Wi-Fi network as the computer running Azahar.
</div>
Open Artic Setup Tool on your 3DS/2DS. Once it's open, press A to run the tool. An IP address will be displayed on the top screen.
<img src="/assets/images/docs/install/azahar/artic_setup_tool.png" width=100% height=auto/>
If your system's top screen is broken, hold L + D-Pad Down + SELECT to open the Rosalina menu, then go to `Debugger options...` and enable the debugger, then press B. Your IP address will be displayed in the top-right corner of the bottom screen. Write down this IP address somewhere, then disable the debugger and exit the Rosalina menu.
Open Azahar on your computer. Click `File`, then `Set Up System Files...`. A window will pop up containing some information and a text box. `Old 3DS Setup` will be selected regardless of what system you have. <b>This is normal.</b> Enter your 3DS/2DS IP address into the text box in Azahar and click OK.
<img src="/assets/images/docs/install/azahar/azahar_set_up_enterIP.png" width=100% height=auto/>
<div class="tip yellow">
⚠️ If you see an error that says "Missing OTP backup on SD card", you need to run a program to recreate the backup. Put <a href="https://github.com/MisterSheeple/GodMode9/releases/download/otp_1.0.0/otp_dump.firm" target="_blank">otp_dump.firm</a> inside /luma/payloads/ on your SD card, then hold START + Power on your system with the SD card inserted. If you are not immediately booted into the dumper program, select "otp_dump" on the top screen and press A to load it. The program should tell you that your OTP has been successfully dumped. Press A to power off your system.
</div>
<div class="tip yellow">
⚠️ If you see an error that says "The country configuration does not match the console region", you need to change the country set in Azahar to match the region of your system. To do this, click "Emulation", then "Configure", then click "System". Find the country drop-down box and select your system's country from the list, then click OK to save your configuration settings. <b>Please note that "Country" and "Region" are two separate drop-down boxes in Azahar.</b> "Country" is the one that needs to be changed to fix this issue.
</div>
On Azahar, a screen will appear telling you to "update your system". This is actually a process that downloads some required system files from the 3DS update servers so that Azahar can connect online. This won't modify anything on your 3DS/2DS system. Click OK to allow it to proceed.
<img src="/assets/images/docs/install/azahar/azahar_set_up_sysupdate.png" width=100% height=auto/>
After a few minutes, Azahar will notify you that the update is complete. Click OK to continue. <b>You are not finished with Artic Setup Tool.</b>
In Azahar, click `File` and `Set Up System Files...` again. Enter the IP address again, but this time, click `New 3DS Setup`. <b>This is required and will work regardless of whether or not your system is a New 3DS/2DS.</b> Click OK.
<img src="/assets/images/docs/install/azahar/azahar_set_up_enterIP_N3DS.png" width=100% height=auto/>
Once again, a screen will appear on Azahar telling you to "update your system". Click OK to allow it to proceed.
<img src="/assets/images/docs/install/azahar/azahar_set_up_sysupdate_N3DS.png" width=100% height=auto/>
Another screen will appear telling you some important information about system updates. Review this information and click "I Accept" to proceed to the update.
Once the update is complete, click OK.
On your 3DS/2DS system, press START to exit Artic Setup Tool. Your 3DS/2DS system is no longer needed for the rest of this guide.
## LLE module setup in Azahar
In Azahar, click `Emulation`, then `Configure`.
Select the `System` menu and click `Enable required LLE modules for online features`. Make sure this box is checked, then click OK. Please note that you will not be able to use savestates while this option is enabled, but you will not be able to connect online when it is disabled.
<img src="/assets/images/docs/install/azahar/azahar_emulation_configure_LLE_module.png" width=100% height=auto/>
## Downloading Nimbus
Download the [latest Nimbus release](https://github.com/PretendoNetwork/Nimbus/releases/latest). Be sure to select a zip file labeled either `cia` or `combined`. Once downloaded, extract this zip file.
Open your emulator's SDMC folder. By default, this will be located in the main Azahar folder. To get there, click `File` and `Open Azahar Folder`. A file explorer window will open. Enter the `sdmc` folder and paste the `3ds` folder from the zip file into there. If everything goes correct, inside the `sdmc` folder you should have two folders named `3ds` and `Nintendo 3DS` (with the `Nintendo 3DS` folder already being present).
Close Azahar and re-open it. Click `File` and `Install CIA`. Navigate into the `cias` folder from the zip file and select `nimbus.cia`, then click OK. This will install Nimbus to your emulator.
## Using Nimbus
Open Nimbus within Azahar. Upon opening it, it will notify you that it's been updated. Click `Emulation` and then `Stop` to exit it.
<img src="/assets/images/docs/install/azahar/azahar_nimbus_update.png" width=100% height=auto/>
Reopen Nimbus and click the Pretendo button. Once you have switched to Pretendo, click `Emulation` and then `Stop` to exit Nimbus again.
<img src="/assets/images/docs/install/azahar/azahar_nimbus_pretendo_select.png" width=100% height=auto/>
Once you're connected to Pretendo Network, you may want to open the HOME Menu and check the Friend List to confirm that you've been assigned a friend code. Please note that Artic Setup Tool does not copy your account or save data from your system.
## Link a Pretendo Network ID (optional)
Some games and apps require a Pretendo Network ID (PNID) to be linked before you can use them online. To link a PNID, open the System Settings app in Azahar and click on `Nintendo Network ID Settings`. From here, you can either create a new PNID or link an existing one. Follow the directions on your screen to create or link a PNID. Please note that even though it says "Nintendo Network ID" throughout, you are still creating/linking a Pretendo Network ID.

View File

@@ -1,5 +1,3 @@
# Citra
At the moment Citra does not support true online play, so it doesn't work with Pretendo. Moreover, it shows no sign of supporting true play in the future.
Mikage, a 3DS emulator for mobile devices, may provide support in the future, though this is far from certain.
Citra is not supported. Please use <a href="/docs/install/azahar" target="_blank">Azahar</a> instead.

View File

@@ -20,10 +20,6 @@ Juxtaposition is the Pretendo Network replacement for the now defunct Miiverse s
# 3DS
<div class="tip yellow">
⚠️ Nimbus will overwrite existing patches for services such as Rverse. As such, use with caution
</div>
<div class="tip">
Nimbus already handles all the required patches for the Miiverse applet. If you do not have Nimbus installed, follow this <a href="/docs/install/3ds" target="_blank">guide</a> to get started.
</div>

View File

@@ -1,5 +1,10 @@
# Wii U
<div class="tip red">
<strong>CAUTION:</strong>
DON'T REMOVE YOUR NNID TO SET UP PRETENDO NETWORK, IT'S NOT NECESSARY AND BY DOING SO YOU WILL LOSE ALL YOUR PREVIOUSLY PURCHASED GAMES AND WILL BE UNABLE TO UPDATE THEM!</strong>
</div>
You can connect your Wii U to Pretendo using one of 2 methods. Inkay is recommended unless you have some reason to avoid modding your console (e.g. you live in Japan where is is legally gray).
- [Inkay (homebrew - recommended)](#inkay)
@@ -146,7 +151,7 @@ After installing Pretendo, you must register a Pretendo Network ID (PNID). There
<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.
A Pretendo Network ID may not use the same username as an account already linked to your Wii U! Ensure that you have chosen a different name for your PNID than the name on your NNID.
</div>
### Website

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -47,7 +47,7 @@
rdf:about="">
<dc:creator>
<cc:Agent>
<dc:title>NinStar (design), pinklimes (layout)</dc:title>
<dc:title>NinStar (design), limes.pink (layout)</dc:title>
</cc:Agent>
</dc:creator>
<dc:date>2022</dc:date>

Before

Width:  |  Height:  |  Size: 571 KiB

After

Width:  |  Height:  |  Size: 571 KiB

171
content/blog/12-25-25.md Normal file
View File

@@ -0,0 +1,171 @@
---
title: "Christmas Progress Update"
author: "Jon"
author_image: "https://www.github.com/jonbarrow.png"
date: "December 25, 2025"
caption: "Internal changes, Juxtaposition, 3rd party servers and more"
cover_image: "/assets/images/blogposts/december-25-2025/banner.png"
---
These last few months saw a large focus on internal changes to our systems, internal gRPC services, and improvements to Juxtaposition, amongst others!
# Animal Crossing: New Leaf
As Im sure you all remember, on July 24th of this year, we made the unfortunate announcement that we were taking our Animal Crossing: New Leaf servers offline, indefinitely. This was in direct response to reports of an RCE exploit being actively used in the game.
To reiterate, this is an exploit *within the game itself*. It was not caused by our servers, and in fact can be exploited when not online at all via local wireless play. Even still, we felt it best to take the servers down to limit the impact while we investigated.
After several months of testing, research, and talking with famous Animal Crossing content creator [Hunter R.](https://www.youtube.com/@Hunter-R.), a working patch for the exploit was made. Animal Crossing: New Leaf is back online for ALL users as of December 8th! We would like to thank everyone for their patience, and thank all of our testers for helping with the process.
For a deeper explanation of what the exploit is, how it worked, and how we are patching it, see [Hunter R.s breakdown video on YouTube](https://youtu.be/pV0xnIsgGXE).
# Technical Updates
## Account Server
When logging into your account, the server issues 2 tokens:
1. A short lived access token
2. A long lived refresh token
The access token is used by the console/games to identify your account with the account server, for reasons such as querying for user data, requesting additional tokens, etc. These tokens are short lived, forcing a client to reauthenticate after they expire. In order to skip the normal login flow, the client may send the refresh token to the server to "refresh" the login session, getting back a new set of access/refresh tokens.
One of the biggest long-standing bugs with our account server is that it issued "useless" refresh tokens, which were unable to actually refresh the session. This was because refresh tokens were expiring at the same time as the access tokens! Refresh tokens now properly expire and are actually usable.
At the same time, we also changed how service tokens are handled. A "service token" is a token issued by the account server for an "independent service". An "independent service" is essentially any server a game needs to operate which is not a game server written using the NEX library. These are most commonly used by 3rd parties to implement their own servers (RPG Maker FES, Colors! 3D, etc.) or to add supplementary servers that assist the main NEX game server (Super Mario Maker's bookmark site, Pokemon legality checking, etc.). These service tokens are requested using the accounts access token and provide developers a way to ensure a user passed the normal authentication checks to obtain the token, as well as a read-only way to interact with user data.
Initially, we treated service token expiration the same way we treated all token expiration. The token has an associated "expiration time" and, when used on the account server, it would validate that time, rejecting any tokens that had expired. However, this was later found to be inconsistent with how we observed some services operating. [Dani](https://github.com/DaniElectra) noticed some time ago that there are references to [local expiration on the 3DS](https://github.com/PretendoNetwork/juxtaposition/pull/114#issuecomment-2863503035). We also noticed that the request to WaraWara Plaza data seems to always use the same token, no matter how much time has passed. These 2 things, when combined, seem to indicate that service tokens, officially, either did not ever expire, or the expiration was ignored when the independent service validated the token with the account server, presumably allowing each independent service to decide how long a token should be "alive" for.
In light of these observations, we have now also changed our service token handling to be more accurate to the behaviour we observed. Rather than tracking an "expire time", service tokens now track an "issued time", allowing each independent service to pick the length of time a token should be valid for. This marks the first step in our larger plans for a total overhaul of how tokens/account data is processed.
## Account Deletion
Until recently, the only ways to delete your account were using a console or by requesting a deletion via our support forums. We have now updated our account server's internal gRPC service to allow for account deletion requests. This uses the same mechanism under the hood as used by the on-console “Delete Account” button, but now allows us to trigger an account deletion from anywhere we choose. This has allowed us to add a “Delete Account” button to both the website, for you to delete your own accounts without needing a console, and to our admin panel, for moderators to take immediate action in extreme cases.
Additionally, deleting your account will also automatically delete personal data from supported services, such as the forums and Juxtaposition.
***NOTE: DELETING YOUR ACCOUNT WILL NOT FREE YOUR USERNAME FOR REUSE. USERNAMES CAN NEVER BE USED AGAIN ONCE ASSIGNED TO AN ACCOUNT***
## BOSS (SpotPass)
BOSS is a system Nintendo provided to allow titles to request/store data (called objects) using background tasks. This is most commonly used for the SpotPass feature, but is also used to deliver data like system notifications, Splatoon rotations, etc. Over the past few months, we have been working on improving our BOSS server both in terms of developer usability and its general operations. The BOSS server received several upgrades to both how we store and process SpotPass files, our internal gRPC service for managing files, as well as improving our data storage and transport systems. All of these combined should provide a much better SpotPass experience for both users and our team, allowing us to more easily ship data like in-game content, console notifications, etc.
## gRPC
As mentioned in [Account Server](#account-server), we have begun making some updates to our internal [gRPC](https://grpc.io/) services. We use gRPC for [interprocess communication (IPC)](https://en.wikipedia.org/wiki/Inter-process_communication) as a way to communicate and request/send data between services as it is fast, lightweight, strongly typed, and allows services to be easily defined via [protocol buffers](https://protobuf.dev/). [Quarky](https://github.com/ashquarky) recently added the ability to [request device information](https://github.com/PretendoNetwork/grpc/pull/3) for devices linked to a user's account, and we have also begun adding a way to [exchange service tokens for account data](https://github.com/PretendoNetwork/grpc/pull/6). Additionally, we have also begun exploring a brand new [NEX gRPC service](https://github.com/PretendoNetwork/grpc/pull/5). This service would live inside game servers and allow us to interact with them more efficiently, for features such as:
- Moderation. Having a link to the game servers will allow us to kick existing clients from games in instances like account/device bans
- Live notifications
- Pulling server statistics like player counts, multiplayer match data, information about UGC, etc.
## Misc
These are some smaller changes compared to the ones above, but still deserve mentioning
- [Will](https://github.com/binaryoverload) upgraded our [BOSS server to Express 5](https://github.com/PretendoNetwork/BOSS/pull/22). While not a huge change by itself, Express 5 brings in many [new features and improvements](https://expressjs.com/en/guide/migrating-5.html) that we can take advantage of
- [Dani](https://github.com/DaniElectra) has updated our documentation wiki both with [the latest upstream changes](https://github.com/PretendoNetwork/nintendo-wiki/pull/43), as well as [new additions to some older NEX protocols](https://github.com/PretendoNetwork/nintendo-wiki/pull/44)
- The account server received some minor bug fixes. Those being a bug with the 6 digit email codes which would incorrectly block registration if a code was in use by another account already, as well as a bug where 3DS devices would not be properly linked to an account when using the NNAS service, and some updates to token validation
- Various research into many games (including those not on the Wii U/3DS) continues to drive our understanding of these games forward, and continues to be documented on our wiki. We now have documentation for [several previously undocumented protocols](https://github.com/PretendoNetwork/nintendo-wiki/pull/52)
- [JVS](https://github.com/mrjvs) made a new [SMTP relay server](https://github.com/PretendoNetwork/smtp-relay) that has been introduced for use on the forums. Our forums are powered by [Discourse](https://discourse.org/), which requires that *all* accounts have a unique email address. NNIDs, and subsequently PNIDs, do NOT require unique email addresses. As a workaround for this, every forum account is assigned a fake email address using each account's unique PID value. This lets us link PNIDs to the forum, but breaks email support. This new SMTP relay runs alongside the forum and maps the fake email address back to the account's real email address, allowing for email notifications to finally work on user accounts
- Splatoon rotations are now fully automated. Previously, we were working with [OatmealDome](https://github.com/OatmealDome), who used his [Rotationator](https://github.com/OatmealDome/Rotationator) tool to generate our Splatoon rotations every few weeks, which we would then manually upload. Utilizing the new updates to the BOSS server, we were able to [fork OatmealDomes tool](https://github.com/PretendoNetwork/Rotationator) and completely automate the process
# Juxtaposition
Juxtaposition has received a large focus over the past few months. Many hands touched these changes, thank you to [Jemma](https://github.com/CaramelKat), [Quarky](https://github.com/ashquarky), [jvs](https://github.com/mrjvs), and everyone else on the team, as well as all of our outside contributors! There are too many individual changes to list here, so only the biggest changes/PRs will be listed. To get a full breakdown of all the changes, please see the official [Juxtaposition GitHub repository](https://github.com/PretendoNetwork/juxtaposition/) and the [`#github` channel on Discord](https://discord.com/channels/408718485913468928/473698995286573066)
Ingest and processing of images has been overhauled, making more compressed and thumbnail versions of uploaded paintings and screenshots. On pages with lots of images, this makes Juxtaposition load dramatically faster and reduces memory load on 3DS systems especially.
![A Juxtapositon post. "my first house!". An image of a Minecraft house is attached.](/assets/images/blogposts/december-25-2025/image8.png)
*Screenshots like these used to be quite a problem for 3DS users. The full-size version of this image, as uploaded by the Wii U, is 88KiB. The new thumbnail version shown on 3DS is 12KiB - an 80% improvement!*
These changes also include aspect ratio tracking for uploaded images, in case.. future changes involve uploading screenshots of other aspect ratios, for some reason. :) Tracking aspect ratio also helps improve content shift on load.
![An animation showing a Juxtaposition post loading in, with the images appearing gradually.](/assets/images/blogposts/december-25-2025/image4.gif)
*The layout used to move around a lot while the images loaded. Now, everything maintains its proper size during loading. (Load times increased for clarity)*
Banners for 3DS communities can now have a small background area behind the community info. Well be steadily updating communities to take advantage of this design.
![An image of Inklings in battle. Below a purple border and on a gold background, the stats for the Juxtaposition community are listed.](/assets/images/blogposts/december-25-2025/image3.png)
*Splatoon is one of the communities featuring the new design.*
On 3DS, Juxtaposition now calls for manual garbage collection after each page load. This helps clean up unused memory and free it up for the new parts of the page. On the Old 3DS, this appears to have nearly completely eliminated the “blue screen” out of memory issues.
![A screenshot of the Homebrew Community on Juxt 3DS, revealing a solid blue background to the right.](/assets/images/blogposts/december-25-2025/image5.png)
*The blue background is always there, you just cant see it. We hope.*
On 3DS, Juxtapositions design assets have been optimised and re-encoded - things like the background pattern, coloured headers, and tab background. Combined with JavaScript delivery improvements, page sizes (excluding images) have dropped by 60%.
![A grid of various icons.](/assets/images/blogposts/december-25-2025/image2.png)
*Juxtaposition on the 3DS uses this spritesheet for the bulk of its design assets to reduce load times. This way, the console only has to load one large image and show different portions of it. Compression makes this more efficient than loading a dozen smaller images.*
Some quick-fire updates:
- The [logic for creating a new post has been updated](https://github.com/PretendoNetwork/juxtaposition/pull/129) to fix several bugs and "smelly" code
- A new [audit log has been implemented](https://github.com/PretendoNetwork/juxtaposition/pull/136) to track actions performed by moderators
- A new [JSX-based rendering system](https://github.com/PretendoNetwork/juxtaposition/pull/132) is being worked on
![A Juxtaposition DM thread on Wii U. Luca messages Jon about a Splatoon battle. Jon does not respond.](/assets/images/blogposts/december-25-2025/image1.png)
*Message threads are one of the pages on the new JSX renderer.*
- Updates to [the new token format](https://github.com/PretendoNetwork/juxtaposition/pull/131) are being worked implemented
- Several parts of our build system have been improved and the UI portions of the applications are slowing being ported to TypeScript
- An [experimental new framework for structuring Wii U/3DS web applications](https://github.com/PretendoNetwork/Yeah/pull/1) is being worked on. This framework is intended to help modernize the development/workflow of Juxtaposition, making it feel more like a modern web application built with frameworks like [Nuxt](http://nuxt.com/)/[Next](https://nextjs.org/). However this should be usable by anyone wanting to make a web application compatible with the Wii U/3DS
## Juxtaposition on Cemu
While not something we completed ourselves, we felt this to be news worthy enough to be included here. Back in 2023, I began looking into getting the Wii U Miiverse app to run in Cemu. Doing so would solve a pretty big pain-point: lack of a full functional web version of Juxtaposition. We do have a read-only website available right now, however it needs some UI updates and lacks the ability to create posts.
With a few tweaks to Cemu, some patched system files, and a couple of server-side patches, I was able to get the [Miiverse app to load without much issue](https://github.com/PretendoNetwork/Martini/issues/13#issuecomment-2544470882). However there were a number of issues with my approach, namely the fact that it required patched system files. Due to these issues, I shelved the idea indefinitely, telling myself I would pick it back up eventually.
Thanks to the dedicated work by developer [Arian Kordi](https://github.com/ariankordi), Cemu now has the ability to [launch the Miiverse app into Juxtaposition](https://github.com/cemu-project/Cemu/pull/1747) without ANY patched system files! This has not yet made it into an official Cemu release, however the changes have been merged and can be used today if compiled manually.
# Game Servers
While the last few months had a lot of focus on internal changes and Juxtaposition, game servers also saw a lot of attention!
- [Dani](https://github.com/DaniElectra) has begun implementing the [`MessageDelivery` and `Messaging` protocols into our "common" module](https://github.com/PretendoNetwork/nex-protocols-common-go/pull/54). Once complete, these protocols should be widely available to all games
- [Dani](https://github.com/DaniElectra) Has begun [implementing the `MatchmakeExtension::GetPlayingSession`](https://github.com/PretendoNetwork/nex-protocols-common-go/pull/55) NEX method for use in multiplayer games
![The Lobby area in Splatoon 1.](/assets/images/blogposts/december-25-2025/image6.png)
*Splatoon, for its part, calls GetPlayingSession every time you enter the multiplayer lobby.*
- [Trace](https://github.com/TraceEntertains) updated [Yo Kai Watch Blasters](https://github.com/PretendoNetwork/yo-kai-watch-blasters/pull/5) to the latest server libraries, including the above mentioned changes by [Dani](https://github.com/DaniElectra). With this update friend rooms and trading are now functional
- A proposal for updating several areas of state tracking in our underlying PRUDP server [has been created](https://github.com/PretendoNetwork/nex-go/issues/87)
- Puyo Puyo Tetris neared completion, with replay upload and club matchmaking - which previously didnt work - now implemented. Theres one issue left where you cant always see other peoples replays.
![The Replay area in Puyo Puyo Tetris (WiiU), showing a single replay of a battle between Imora and skweed.](/assets/images/blogposts/december-25-2025/image9.png)
*There should be more than one replay listed here. Still, one is better than before!*
## Super Smash Bros. 4
Ever since the games launch, Super Smash Bros. 4 has had an issue where only one lobby can be active at a time for a given game mode. This has been often dubbed the “One True Lobby” bug. Trying to fix this bug has been a priority, and we are happy to announce that we now understand why the bug occurs.
When a client wants to join a multiplayer game, it has 2 options to do so:
1. Searching (internally called “browsing”) for active sessions to join manually
2. “Auto matchmaking”, which automatically puts you into a session
In both options, the client sends the server various details about the kind of session it wants (called [“search criteria”](https://nintendo-wiki.pretendo.network/docs/nex/protocols/match-making/types#matchmakesessionsearchcriteria-structure)) and the various settings/capabilities of the game (such as how many players are joining). If no active sessions exist that match what the client wants/needs, the server creates a new one for the client and automatically assigns them as the host/owner.
The key difference between the 2 matchmaking functions is that “browsing” can return a list of candidate sessions the client can pick from manually, whereas the “auto matchmaking” functions will always automatically join and return the 1st session possible, without user input.
The “One True Lobby” bug occurs due to a previous misunderstanding of 2 of the search criteria settings:
- `m_VacantOnly`
- `m_VacantParticipants`
Through past testing prior to the official servers shutdowns, we knew that these 2 settings controlled whether or not sessions should be considered “invalid” for joining based on the number of current participants. The `m_VacantOnly` controlling whether or sessions with full lobbies are valid, and `m_VacantParticipants` controlling the number of empty slots in the session.
Previously, we misunderstood in which contexts these settings are actually used, and when to ignore them. The `m_VacantOnly` setting has always existed (since NEX v1), however the `m_VacantParticipants` setting was added 2 major and 4 minor versions later (in NEX v3.4). Due to this, it seemed like `m_VacantParticipants` *replaced* the original `m_VacantOnly` setting. We also believed that these settings were treated the same in both matchmaking functions.
We now know this to be incorrect. In reality, `m_VacantOnly` and `m_VacantParticipants` are both still used. `m_VacantOnly` is also only used when using the “browsing” matchmaking function, whereas `m_VacantParticipants` is used in all functions. Logically, this also makes sense. Allowing a game client to see full lobbies may be useful in certain contexts, but would not be needed when “auto” matchmaking, whereas checking the number `m_VacantParticipants` *is* required at all times.
This was confirmed through a mix of previous testing/notes, and by decompiling various titles to inspect their implementations. These decompilation efforts also extend past the Wii U/3DS, as NEX is used in various Switch titles as well, and NEX itself is based on an existing library known as Rendez-Vous which is seen in many non-Nintendo titles. This fix for Super Smash Bros. 4 was helped by decompiling Splatoon 2 on the Switch, as it was the only game we could find that still implemented a mix of both `m_VacantOnly` and `m_VacantParticipants` being used at the same time (confirming that one did not replace the other), highlighting how important research is to improving accuracy and why certain updates may take more time than others.
A temporary fix for the bug is already deployed to production, while a [proper implementation is currently in the works](https://github.com/PretendoNetwork/nex-protocols-common-go/pull/59).
![A screenshot with 3 instances of Cemu and an IDE window. Two of the Cemus are in a battle in Smash 4, while the third is in an empty lobby.](/assets/images/blogposts/december-25-2025/image7.png)
*Image demonstrates 2 lobbies active in 1v1 mode, with 3 users!*
# 3rd Party Integrations
Historically, there has always been some confusion as to what the goals/scope of the project actually are. This is not helped by Nintendos often confusing branding of “Nintendo Network” on certain games. Many people, understandably, assume that our goal is to provide servers for *all* games on the Wii U/3DS. This is, in fact, not the case. Our scope has always been limited to supporting games which use Nintendos 1st-party networking library called NEX. At times, we may provide replacement servers for games whose original servers are trivial to implement, but that is not the standard we hold ourselves to. Those are exceptions. If a game did not use NEX, it should always be assumed that we will not provide servers for it.
This confusion often comes from a mixture of word-of-mouth rumors, and due to Nintendos questionable Nintendo Network branding/developer usage, especially in relation to the name we chose for the project. All games which have any online capabilities and/or make use of your system/network account are branded with the Nintendo Network logo, *even if that game uses its own online servers*. This is because all games on the Wii U/3DS first must go through Nintendos own account servers for account/device authentication (this server is called NASC on the 3DS when not using a NNID, and NNAS when using a NNID on either console). These account servers authenticate your device/account and then issue the game tokens that can be used to identify the user. After this initial authentication, the developer is *free to do anything they wish* with the game. However, since the game DID use Nintendos account servers, the game receives the “Nintendo Network” branding.
Games such as WATCH_DOGS are prime examples of this. They authenticate your NNID, get the identity tokens, and then use those tokens to link your NNID to your Uplay (now Ubisoft Connect) account. After that, the game uses servers entirely ran by Ubisoft for games *actual* online features.
These games are *not* within our projects scope, and we have always felt that the best course of action was to leave those games to their own dedicated teams to revive, as they often require expertise specific to said games which we do not have, and do not wish to add onto our ever growing work load.
That being said, it has always been difficult to accomplish this without potential fragmentation in the community. How could someone make their own WATCH_DOGS servers without an accessible NNAS server, and while ours does not support the game? Requiring these 3rd party teams to run portions of the Nintendo Network infrastructure adds unnecessary load onto them and potentially creates fragmentation in the community.
Because of this obvious issue, we are excited to announce that we have begun the process of allowing 3rd parties to register themselves with us, and providing tools for them to use to officially integrate into Pretendo Network *the exact same way Nintendo did*! Right now we are still in the planning stages, but once completed anyone making servers for games that are out of our scope (or even stand-alone applications that wish to integrate with our services), will be able to do so seamlessly.
For details on how 3rd parties operated officially, and for our current plans to support them ourselves, see [this GitHub feature request](https://github.com/PretendoNetwork/account/issues/202).

79
content/blog/6-2-25.md Normal file
View File

@@ -0,0 +1,79 @@
---
title: "May Progress Update"
author: "Jon"
author_image: "https://www.github.com/jonbarrow.png"
date: "June 2, 2025"
caption: "Updates covering the first half of the year"
cover_image: "/assets/images/blogposts/6-2-25.jpg"
---
Hey all, Jon here! We know it's been quite a while since our last blog post. We planned to get these out more often, but alas more important issues and updates came first. We apologize for the lack of blog posts, and promise to get them out as often as we can. With that, halfway into the year seems like as good a time as any to summarize what we've been up to!
(Note: This blog post will not cover *all* changes made since the last post, as there are far too many to list. We will be highlighting the more relevant/larger ones here)
# Technical Updates
Many of you voted to have more technical updates in blog posts from now on, and today marks the first time we do!
## Splatoon Database Performance
Around May 26th, 2025 we noticed random instability in Splatoon. The game would work for a while, allowing players to create new, and join existing, matches, before seemingly randomly locking up. This locking up would cause subsequent requests to never get a response from the server, resulting in failed connections. Developers [shutterbug](https://github.com/shutterbug2000) and [quarky](https://github.com/ashquarky) quickly began investigating. We were unsure where the issue was at, but we had a pretty good idea of where to look. The locks could be happening in 2 places:
1. The application layer. A few examples being:
1. A locked [mutex](https://en.wikipedia.org/wiki/Lock_(computer_science)) which never releases. Our servers are written in [Go](https://go.dev/), and make use of [goroutines](https://go.dev/doc/effective_go#goroutines) for concurrency. Primitive Go types such as [slices](https://go.dev/doc/effective_go#slices) and [maps](https://go.dev/doc/effective_go#maps) can only be accessed by one goroutine at a time. To ensure this, a mutex is used to lock access when a goroutine needs the data, and is released when it's done with it. If a goroutine were to lock up and never release the mutex, then future goroutines will never be able to access it, and also be locked up waiting for the mutex to release.
2. A poorly structured SQL query could lock up the database connection at the application layer, causing future requests to no longer be able to access the database.
2. The database layer. A few examples being:
1. Database corruption could lead to queries failing or getting stuck, locking up the connection.
2. Poor indexing causing full table scans on massive tables, locking up the connection.
3. Bad queries causing the table to infinitely loop and lookup in itself, locking up the connection.
Shutter began by checking the code for locked mutexes and the server logs for any abnormalities. Our game server libraries are split into 3 separate modules, one of which we colloquially refer to as ["common"](https://github.com/PretendoNetwork/nex-protocols-common-go). This module holds all the "common" default implementations of features used by many games. Quarky began by investigating the database itself. Together, they were able to narrow down the problem areas to 2 functions. Lockups would happen in the [`MatchmakeExtension::AutoMatchmake_Postpone`](https://github.com/PretendoNetwork/nex-protocols-common-go/blob/50586821d228cdc2bae728797febdae51e67fe5b/matchmake-extension/auto_matchmake_postpone.go) and [`MatchMaking::UnregisterGathering`](https://github.com/PretendoNetwork/nex-protocols-common-go/blob/50586821d228cdc2bae728797febdae51e67fe5b/match-making/unregister_gathering.go) functions. These functions are responsible for creating/joining multiplayer sessions, and for deleting them when the game is over.
There did not appear to be any areas where a mutex would not release, so we switched our attention back to the database itself. We had noticed some wonky behavior from the database earlier as well, later fixed by [Will](https://github.com/binaryoverload), and I had a hunch that this is where the issue would lie as well. Upon investigation, we found several instances of poor database performance, such as a lack of indexes on some "hot spots" resulting in slower queries. Most notably, we found 2 queries that had become locked, running over 7 and 9 hours respectively. These queries are what was causing the database to lock up, and requests to not get responses. But we still didn't quite know WHY they were locking. It was not initially clear if the issue was due to a looping query, poor indexes, or database corruption. The database in question only held ephemeral data about temporary matches, however, so we opted to just rebuild the database and add in the missing indexes at the same time. Doing so would cover both possibilities of database corruption and missing queries causing the locks, and so far things have once again become stable.
During the investigation I also noticed a lack of a proper timeout mechanism in the Go functions that made the database queries. Regardless of the reason for *why* the queries locked up, having a timeout would prevent things from looping *forever*.
This investigation has highlighted some key areas of improvement in regards to our database performance, and we have already begun investigating using even better indexes (currently being tested in Minecraft) and will begin to implement proper query timeouts. So while it is unfortunate that Splatoon was down, in the end this will result in even better performance moving forward.
## `DataStore` Protocol Rework
As mentioned above, many games share a "common" implementation of certain features. This allows us to define this functionality once and simply tell a server to use it. In the past, our philosophy was to be as unopinionated as possible in this regard, only implementing basic boilerplate for the functions and providing developers a series of configurations and hooks to use. The actual *logic* of the functions was still up to the developers to set. This was done so that developers outside of our team could more easily integrate our code into their systems, by just hooking up whatever stack they already use.
We have recognized the limitations of this approach however, and have decided to become more opinionated. This first took place in the matchmaking code, made by [Dani](https://github.com/DaniElectra), making it so that all the logic for matchmaking now lives in our "common" module. This now allows our code to be more "plug-and-play", simply telling servers to use matchmaking and letting our logic do the rest.
Another protocol which used this unopinionated philosophy was our [`DataStore`](https://nintendo-wiki.pretendo.network/docs/nex/protocols/datastore) implementation. `DataStore` is a protocol developed by Nintendo allowing for "object" (file) storage in games, essentially acting as a frontend for [S3](https://en.wikipedia.org/wiki/Amazon_S3). This protocol is what powers games like Super Mario Maker (courses are "objects"), Animal Crossing: New Leaf (dreams are "objects"), Mario vs. Donkey Kong: Tipping Stars (levels are "objects"), and more.
We have now begun the process of moving our `DataStore` implementation into a more opinionated implementation, allowing for the same sort of "plug-and-play" nature as seen in the matchmaking changes. Progress can be seen [here](https://github.com/PretendoNetwork/nex-protocols-common-go/pull/53). Once finished, this will be our first *fully complete* protocol implementation, allowing for MANY games to get their "object" features working without any extra work. This is also why Mario vs. Donkey Kong: Tipping Stars is still offline, it is so old that it needs to be rewritten from the ground up and is mostly just `DataStore`, making it the perfect candidate to test these new changes against.
Eventually we hope to do this with *all* protocols in the future.
# New Games/Updates
Several new games have joined us since our last blog post! Both existing games coming out of beta, and entirely new games!
Also a big thank you to everyone outside of our team as well for helping debug and suggest changes!
## Splatoon
As a belated celebration for Splatoon's 10th anniversary (we deeply apologize that the stability issues mentioned above prevented us from doing anything on time), for the next round of rotations (starting June 7th) our rotations will feature previously banned stages! Allowing banned stages has been a highly requested feature for a long time, so we felt this was a good time to try it out!
## Animal Crossing: New Leaf
Thanks to the work by [shoginyan](https://github.com/shoginyan) and [shutterbug](https://github.com/shutterbug2000), Animal Crossing: New Leaf has officially left beta testing and is available to everyone! Note that Dream Suite is not yet implemented (see [`DataStore` Protocol Rework](#datastore-protocol-rework)), but multiplayer is supported! We've also identified an issue regarding best-friend messages, of which a fix is being actively tested.
## Mario Kart 7 Communities
Mario Kart 7 now has partial support for communities! Leaderboards are not currently implemented, as Mario Kart 7 uses a version of the [`Ranking`](https://nintendo-wiki.pretendo.network/docs/nex/protocols/ranking/legacy) that is very different to the one used by modern games.
## Yo-kai Watch 2 and Yo-kai Watch Blasters
[shoginyan](https://github.com/shoginyan) has also kick-started Yo-kai Watch 2 and Yo-kai Watch Blasters both into development! Yo-kai Watch 2 has left beta and is available to everyone, while Yo-kai Watch Blasters (and variants) is currently in beta testing.
## Monster Hunter 4 Ultimate
Monster Hunter 4 Ultimate has officially left beta testing! We have also removed the region lock, allowing for experimental crossplay between MH4U and MH4G players! You may encounter technical difficulties when playing across regions due to this experimentation, so please report any issues you encounter to [the game's issue tracker](https://github.com/PretendoNetwork/monster-hunter-4-ultimate/issues/new/choose).
## Swapdoodle
Swapdoodle was one of the first titles Dani wanted to work on, prior to him joining our core dev team. After joining, focus was shifted elsewhere and work stopped on Swapdoodle fairly early. However thanks to the work by outside contributors [Silver-Volt4](https://github.com/Silver-Volt4) and [CenTdemeern1](https://github.com/CenTdemeern1), work on Swapdoodle has once again picked up! They took it upon themselves to implement the server entirely, with promising results! For more information, see:
- https://forum.pretendo.network/t/we-implemented-swapdoodle-and-would-like-to-contribute-it/16204
- https://github.com/PretendoNetwork/swapdoodle/pull/1
## Dr. Luigi and Dr. Mario: Miracle Cure
Both Dr. Luigi and Dr. Mario: Miracle Cure have officially left beta testing! Both titles are now available to the public!
## The Legend of Zelda: Tri Force Heroes
After several months of downtime, The Legend of Zelda: Tri Force Heroes is officially back online! This was one of our legacy games requiring upgrades to our latest libraries, and has finally had its issues ironed out. Due to some recent changes to our general matchmaking code, the games multiplayer region lock was unintentionally returned. This is being looked into and should be fixed in due time.

54
content/blog/7-17-26.md Normal file
View File

@@ -0,0 +1,54 @@
---
title: "July 15 security incident"
author: "Dani"
author_image: "https://www.github.com/DaniElectra.png"
date: "July 17, 2026"
caption: "What happened and what we are doing to prevent this from happening again"
cover_image: "/assets/images/blogposts/7-17-26.webp"
---
Hi everyone. We are unfortunate to tell you that we have experienced a security incident. I didn't expect this to be my first blog post, but we want to disclose what happened before, during and after the unplanned maintenance and what we are doing to improve our security and prevent this incident from happening again.
Before starting, we want to assure everyone that **no passwords, console or payment information has been leaked**, and an email will be sent to all potential victims about their account security.
## What happened
On July 15, we received a report about an exploit that a user was using to seemingly reset anybody's account password and get access into it. Given the danger of the exploit if it were true, we decided to take down the servers while we investigated into the claims of the report and the damage they could have done.
The evidence from the report showed an attempt of a ["padding oracle"-style attack](https://en.wikipedia.org/wiki/Padding_oracle_attack) against our tokens to trigger a password reset. I'll explain what that means in layman's terms:
When you login with your username (in our case the PNID) and password, the server gives your web browser or your console a **"token"**, which is a number that identifies that specific session in your device. You don't want to store any sensitive data there for anyone to see, or worse, you don't want to make the token simple, otherwise anyone would be able to *guess* a token and pretend to be you.
To prevent this, our tokens (up until today) only had basic information like the account ID (called **PID**) to identify you, and the purpose of the token. This data would be encrypted to prevent anyone from getting this data or replace it to disguise as another person. However, there is still the possibility of doing a "padding-oracle" attack which allows you to effectively guess and try to replace the PID with a different one, letting the attacker temporary access into the account, which they could protect with a password reset.
## Impact
During the investigation, we saw activity that correlated with someone attempting this attack thousands of times starting on July 9, and according to our records, 1864 password resets were triggered on that timeframe (note that not all of those resets are necessarily compromised accounts, that number includes legitimate resets). This is a small fraction of the userbase (about 0.3% of all PNIDs).
We haven't seen any evidence of data exfiltration from our databases. However, with a compromised account, the attacker *may* have also had access to detailed information of the PNID, though this data is generally already public:
- Access level: whether you have tester access or the account is banned
- Account creation and updated date
- PNID and PID
- Birth date
- Gender: this is usually already public with your Mii
- Country and timezone: these are technically already public if you have played online, since many games show this information to others and on multiplayer your IP address has to be made available to other players
- Email address
- Discord user ID: if you have Discord linked
- Basic tier level data: whether you have Mario or Super Mario perks
**Once again, we want to reiterate that no passwords, console or payment information has been leaked.** The payment information is managed exclusively by Stripe, our payment processor, so we don't have any access into it. And in any case, we store secure password hashes so hackers can't recover the password had those hashes gotten leaked **(which they haven't)**.
## What we're doing
Regarding the compromised accounts, while passwords were not leaked, as a precaution we will be forcing a mandatory password reset to all potentially affected users by changing the passwords to random ones. Alongside that, we will restore the previous emails of the accounts in the cases that it got changed (which was only 7 people). We will notify all possible victims about these measures via email too.
We are also making improvements on the technical side to prevent this from happening anymore. Oracle attacks work by manipulating unauthenticated encrypted data (which was our case, as the Wii U/3DS impose limits on how large certain tokens may be). As we explained we were storing some metadata about the user in the token for consuming services to use (this is also what Nintendo did with their tokens), but even prior to this incident we knew that this system would not work long term and were already planning to phase it out.
The [new system](https://github.com/PretendoNetwork/account/pull/313) which we have migrated to embeds no data inside tokens, and instead uses completely random (opaque) data, and require services to instead always phone back home to get the data that would normally be inside the tokens. The size of the new tokens, along with them cryptographically secure random byte, are functionally impossible to brute force or tamper with, rendering the attack useless.
Some of you may have thought about implementing two-factor authentication (2FA) into our services to improve security. But as promising as that sounds at first, it is much harder to implement within the limitations of the consoles, as the 3DS and Wii U have never supported it. There has been discussion about potential solutions to mitigate this, but it will take time before those ideas come into life.
## Closing
We want to apologise to everyone who has been affected by this incident, whether it be for being a victim of the attack or by our maintenance period. And also give my thanks to the rest of the team who has been working on this maintenance to get our servers out as soon as possible, or handling moderation in our platforms during the incident. I hope our next blog post goes on a more positive note.

View File

@@ -1,7 +1,7 @@
---
title: "Test"
author: "limes.pink"
author_image: "https://github.com/gitlimes.png"
author_image: "https://github.com/limes.pink.png"
date: "January 20, 2038"
caption: "A post to test the styling of the various elements we might use"
cover_image: "https://media.discordapp.net/attachments/413884110667251722/886474243662037062/image1.jpg"
@@ -35,23 +35,23 @@ _italic_
---
| Element | Description |
| :----------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| table | The table HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data. |
| tuble | The tuble HTML element represents tubular data — that is, information presented in a totally gnarly and radical way. |
| table | A table is an item of furniture with a flat top and one or more legs, used as a surface for working at, eating from or on which to place things. |
| Element | Description |
| :------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| table | The table HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data. |
| tuble | The tuble HTML element represents tubular data — that is, information presented in a totally gnarly and radical way. |
| table | A table is an item of furniture with a flat top and one or more legs, used as a surface for working at, eating from or on which to place things. |
| Element | Description |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| table | The table HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data. |
| tuble | The tuble HTML element represents tubular data — that is, information presented in a totally gnarly and radical way. |
| table | A table is an item of furniture with a flat top and one or more legs, used as a surface for working at, eating from or on which to place things. |
| Element | Description |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| table | The table HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data. |
| tuble | The tuble HTML element represents tubular data — that is, information presented in a totally gnarly and radical way. |
| table | A table is an item of furniture with a flat top and one or more legs, used as a surface for working at, eating from or on which to place things. |
| Element | Description |
| -----------: | -----------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| table | The table HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data. |
| tuble | The tuble HTML element represents tubular data — that is, information presented in a totally gnarly and radical way. |
| table | A table is an item of furniture with a flat top and one or more legs, used as a surface for working at, eating from or on which to place things. |
| Element | Description |
| ------: | -----------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| table | The table HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data. |
| tuble | The tuble HTML element represents tubular data — that is, information presented in a totally gnarly and radical way. |
| table | A table is an item of furniture with a flat top and one or more legs, used as a surface for working at, eating from or on which to place things. |
Yee haw 🤠

128
package-lock.json generated
View File

@@ -11946,6 +11946,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-caller-file": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
"license": "ISC",
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
},
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
@@ -15818,6 +15827,26 @@
"semver": "bin/semver.js"
}
},
"node_modules/nice-grpc": {
"version": "2.1.16",
"resolved": "https://registry.npmjs.org/nice-grpc/-/nice-grpc-2.1.16.tgz",
"integrity": "sha512-Cl3Pn00212Hl8/U6bpgMxmhZj5lyv3nWoJov4cd3FjWarktrMHP4DNvSjCnDwkMWYx4W1tyscEia4JX6Y4GVCQ==",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.14.0",
"abort-controller-x": "^0.5.0",
"nice-grpc-common": "^2.0.3"
}
},
"node_modules/nice-grpc-common": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/nice-grpc-common/-/nice-grpc-common-2.0.3.tgz",
"integrity": "sha512-MEhnD3JMah0mgyivpb9hpRDbOBuXBxI/TVO+OK1h6rC97WM42HsPMR+zzRNQ0C5BqYJTw1nyWiQRD0DucO+pjQ==",
"license": "MIT",
"dependencies": {
"ts-error": "^1.0.6"
}
},
"node_modules/node-fetch": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
@@ -17206,6 +17235,26 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/parse-asn1/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/parseurl": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -18778,6 +18827,45 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/router": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
"license": "MIT",
"dependencies": {
"debug": "^4.4.0",
"depd": "^2.0.0",
"is-promise": "^4.0.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^8.0.0"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/router/node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/router/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"license": "MIT"
},
"node_modules/run-parallel": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
@@ -20477,6 +20565,46 @@
"node": ">= 0.4"
}
},
"node_modules/to-buffer": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz",
"integrity": "sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==",
"license": "MIT",
"dependencies": {
"isarray": "^2.0.5",
"safe-buffer": "^5.2.1",
"typed-array-buffer": "^1.0.3"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/to-buffer/node_modules/isarray": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
"license": "MIT"
},
"node_modules/to-buffer/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@@ -5,13 +5,15 @@ export default defineEventHandler(async (event): Promise<ApiAuthLogin> => {
const grpc = useApiGrpc(event);
try {
// TODO Add ip
// TODO Add birthday
const res = await grpc.register({
email: body.email,
miiName: body.miiName,
captchaResponse: body.captchaResponse,
username: body.username,
password: body.password,
passwordConfirm: body.password
passwordConfirm: body.password,
});
return {

View File

@@ -95,7 +95,7 @@ function bandwidthClickHandler() {
>jipfr</a> & <a
href="https://limes.pink/"
target="_blank"
>pinklimes</a>
>limes.pink</a>
</p>
</div>
<div>

View File

@@ -63,7 +63,7 @@
},
{
"question": "هل بريتندو يعمل علي سيمو و المحاكيات؟",
"answer": "يدعم Pretendo أي عميل يمكنه التفاعل مع شبكة Nintendo. حاليًا المحاكي الوحيد الذي يحتوي على هذا النوع من الوظائف هو Cemu. يدعم Cemu 2.0 رسميًا Pretendo ضمن خيارات حساب الشبكة في المحاكي. للحصول على معلومات حول كيفية بدء استخدام Cemu ، تحقق من <a href=\"https://pretendo.network/docs/install/cemu\"> الوثائق </a>. <br> لا تدعم Citra اللعب الحقيقي عبر الإنترنت و وبالتالي لا يعمل مع Pretendo ، ولا يظهر أي علامات على دعم اللعب الحقيقي عبر الإنترنت على الإطلاق. قد يوفر Mikage ، وهو محاكي 3DS للأجهزة المحمولة ، الدعم في المستقبل على الرغم من أن هذا أبعد ما يكون عن اليقين."
"answer": "يدعم Pretendo أي عميل يمكنه التفاعل مع شبكة Nintendo. حاليًا المحاكي الوحيد الذي يحتوي على هذا النوع من الوظائف هو Cemu. يدعم Cemu 2.0 رسميًا Pretendo ضمن خيارات حساب الشبكة في المحاكي. للحصول على معلومات حول كيفية بدء استخدام Cemu ، تحقق من الوثائق . لا تدعم Citra اللعب الحقيقي عبر الإنترنت و وبالتالي لا يعمل مع Pretendo ، ولا يظهر أي علامات على دعم اللعب الحقيقي عبر الإنترنت على الإطلاق. قد يوفر Mikage ، وهو محاكي 3DS للأجهزة المحمولة ، الدعم في المستقبل على الرغم من أن هذا أبعد ما يكون عن اليقين."
},
{
"question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟",
@@ -123,7 +123,7 @@
"يعد الوي يو في الواقع نظاما تم التقليل من شأنه: كانت الإعلانات التجارية سيئة للغاية ، لكن وحدة التحكم رائعة. هاه ، انتظر ثانية ، لست متأكدا من السبب ولكن لوحة الألعاب الخاصة بي لا تتصل بجهاز الوي يو الخاص بي.",
"سوبر ماريو وورلد 2 - الموضوع الرئيسي لجزيرة يوشي هو بوب مطلق وليس هناك طريقة لإقناعي بخلاف ذلك.",
"كانت إصدارات Nintendo Switch المفضلة لدي هي Nintendo Switch Online + Expansion Pack و Nintendo Switch Online + Rumble Pak و Nintendo Switch Online + Offline Play Pack و Nintendo Switch Online + بعد حزمة منافذ أخرى ونينتندو سويتش أونلاين + تدريب دماغ / دماغ كاواشيما Age \"لقد أحببت حقًا عنوان وحدة التحكم الافتراضية لـ Nintendo Wii U ، لذلك نحن نعيدها مرة أخرى\". يمكنك حقًا إخبار Nintendo عن اهتماماتها.",
"مثل \"أنت تعرف آش ، بارك قلبها ، إنها UwU طوال اليوم\" هي الطريقة الجنوبية اللطيفة لقول \"Ash uwus طوال الوقت وهو حقًا غريب وغبي وأتمنى ألا يفعلوا ذلك\"",
"مثل \"أنت تعرف آش ، بارك قلبها ، إنها UwU طوال اليوم\" هي الطريقة الجنوبية اللطيفة لقول \"Kip uwus طوال الوقت وهو حقًا غريب وغبي وأتمنى ألا يفعلوا ذلك\"",
"أول فيديو لي على قناتي !! لقد كنت أرغب في إنشاء مقاطع فيديو لفترة طويلة الآن ولكن جهاز الكمبيوتر المحمول الخاص بي كان سيئًا للغاية ولم أتمكن من تشغيل برنامج fraps و skype و minecraft مرة واحدة. ولكن هذا انتهى الآن! مع بعض المساعدة من مدرس تكنولوجيا المعلومات الخاص بي ، يعمل الكمبيوتر المحمول بشكل أفضل بكثير ويمكنني التسجيل الآن! أتمنى أن تستمتعوا ، وإذا رغبت في ذلك ، يرجى الإعجاب والاشتراك !!!"
]
},

View File

@@ -114,7 +114,7 @@
"La Wii U ye un sistema infravaloráu: los anuncios yeren mui malos, mas la consola ye xenial. Eh, espera un segundu… Nun sé porque'l mandu de la consola nun se conecta a la Wii.",
"La canción principal de Super Mario World 2 - Yoshi's Island ye mui bona ya nun hai forma de que me convenzas de lo contrario.",
"Les mios versiones de Nintendo Switch favorites foron: Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Otru Xuegu Portáu Pack ya Nintendo Switch Online + Brain Training / Brain Age «Prestóte muncho la versión de la Virtual Console de Wii U, poro volvemos trayela» del Dr. Kawashima Pack. Pa que dempués digas que Nintendo nun s'esmolez.",
"«Xá conoces a la bendita d'Ash, fai UwU tol día» ye la forma suave ya sureña de dicir «Ash fai UwU tol tiempu, ye bien rara ya fata. Axallá que nun lo fore»",
"«Xá conoces a la bendita de Kip, fai UwU tol día» ye la forma suave ya sureña de dicir «Kip fai UwU tol tiempu, ye bien rara ya fata. Axallá que nun lo fore»",
"¡¡El primer videu de la mio canal!! Quixi facer vídeos demientres munchu tiempu mas el mio portátil yera un poco malu ya nun podía executar FRAPS, Skype ya Minecraft al empar. ¡Agora xá nun ye asina! Cola ayuda del mio profe d'informática, el portátil funciona muncho meyor ya xá puedo grabar. Espero qu'esfrutéis ya que vos suscribáis si lo facéis."
],
"socials": "Redes sociales",

View File

@@ -34,7 +34,7 @@
"title": "Sobre nosaltres",
"paragraphs": [
"Pretendo és un projecte de codi obert que pretén recrear la Nintendo Network per a 3DS i Wii U mitjançant enginyeria inversa.",
"Com que els nostres serveis són gratuïts i de codi obert, poden existir fins i tot després del tancament inevitable de la Nintendo Network."
"Com que els nostres serveis són gratuïts i de codi obert, existiran per molt de temps."
]
},
"progress": {
@@ -54,8 +54,8 @@
"answer": "Malauradament, no. Els NNID existents no funcionaran a Pretendo, ja que només Nintendo té les dades dels usuaris; tot i que una migració de NNID a PNID és teòricament possible, seria arriscat i requeriria dades d'usuari sensibles que no volem tenir."
},
{
"question": "Com faig servir el Pretendo?",
"answer": "Pretendo no es troba actualment en un estat llest per a l'ús públic. Tanmateix, un cop ho sigui, podràs utilitzar-lo simplement executant el nostre patcher homebrew a la teva consola."
"question": "Com faig servir Pretendo?",
"answer": "Per començar amb Pretendo Network a 3DS, Wii U o emuladors, si us plau referiu-vos a les nostres <a href='/docs/install'>instruccions dinici</a>!"
},
{
"question": "Sabeu quan estarà llesta una funció o un servei?",
@@ -63,19 +63,31 @@
},
{
"question": "Funciona el Pretendo al Cemu o als emuladors?",
"answer": "Pretendo suporta qualsevol client que pugui interactuar amb Nintendo Network. Actualment, l'únic emulador amb aquesta funció és Cemu. Cemu 2.0 suporta oficialment Pretendo sota la teva configuració del compte de Nintendo Network. Per a més informació sobre com iniciar-se amb Cemu, mira't <a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br>Citra no suporta el joc en línia de veritat i, per tant, no funciona amb Pretendo i no mostra cap signe de que realment funcioni, el joc en línia. Mikage, un emulador de 3DS per a mòbils podria rebre suport en el futur, tot i que és lluny de ser cert.\n\nPretendo està dissenyat en principi per al hardware original de Wii U i 3DS; ara mateix l'únic emulador d'aquestes consoles compatible amb la Nintendo Network és el Cemu. Cemu no és compatible oficialment amb servidors personalitzats, però encara hauria de ser possible fer servir el Pretendo al Cemu.<br>Pretendo actualment no és compatible amb el Cemu."
"answer": "Treballem en jocs nous un cop les nostres llibreries el puguin donar soport, i hi hagi temps de desenvolupament disponible per mantenir-lo. Molta de la nostra feina està dirigida a estabilitzar i completar jocs ja existents - volem tenir la millor experiència posible en aquests jocs abans de anar-nos cap a nous títols. Com que sempre hi ha nova feina, no podem fer cap aproximació de quan podríem donar suport a més jocs."
},
{
"question": "Si se'm va prohibir l'accés a la Nintendo Network, continuarà prohibit al Pretendo?",
"answer": "No tindrem accés a les prohibicions d'accés de la Nintendo Network i a tots els usuaris no se'ls prohibirà utilitzar el nostre servei. Malgrat això, tindrem normes a seguir abans d'utilitzar el servei i, si aquestes normes no es compleixen, podria resultar en la prohibició del nostre servei."
"question": "Si faig servir un emulador, no necessito res més per fer servir Pretendo?",
"answer": "No. Per raons de seguretat i moderació, encara que facis servir un emulador, necessitaràs una consola real. Això ens permet millorar la seguretat i reforçar lefectivitat de les normes per a oferir una experiència agradable i segura amb el nostre servei."
},
{
"question": "Pretendo afegirà compatibilitat amb la Wii o la Switch?",
"answer": "La Wii ja té servidors personalitzats a través del <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Actualment no volem orientar-nos a la Switch, ja que és de pagament i està completament fora de la Nintendo Network."
"question": "Funciona Pretendo al Cemu o als emuladors?",
"answer": "Cemu 2.1 té suport oficial per a Pretendo sota les opcions de compte per internet a l'emulador. Per a més informació de com iniciar-se amb Cemu, llegiu-vos la <a href=\"https://pretendo.network/docs/install/cemu\">documentació</a>. Certs emuladors de 3DS o derivacions d'aquest podrien funcionar, però no tenim cap recomanació oficial o instruccions d'inici ara mateix. Les últimes versions de Citra no funcionen amb Pretendo."
},
{
"question": "Pretendo donarà suport a Wii i/o Switch?",
"answer": "La Wii ja té servidors personalitzats de part de <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Actualment no tenim previst centrar-nos en la Switch ja que és un servei de pagament i totalment diferent a la Nintendo Network."
},
{
"question": "Necessitaré hacks per connectar-me?",
"answer": "Sí, caldrà una consola hackejada per connectar-se; tanmateix, els usuaris de la Wii U només necessitaran accés al Homebrew Launcher (és a dir, Haxchi, Coldboot Haxchi o fins i tot l'exploit del navegador web) i informació sobre com es connectarà la 3DS arribarà més endavant."
"answer": "Per a la millor experiència a consoles, també necessitaràs hackejar el teu sistema - específicament Aroma per la Wii U i Luma3DS per la 3DS. Tanmateix, a la Wii U, el mètode SSSL sense hacks també està disponible amb funcionalitat limitada. Mira les <a href=\"/docs/install\">instruccions de configuració</a> per detalls."
},
{
"question": "Si se mha vetat laccés de Nintendo Network, seguiré vetat quan faci servir Pretendo?",
"answer": "No tenim accés als vets de Nintendo Network, de manera que cap usuari de Nintendo Network està vetat. Tammateix, tenim normes que cal seguir per fer ús del servei i lincompliment delles pot comportar un vet."
},
{
"question": "Puc fer servir trucs o mods online amb Pretendo?",
"answer": "Només en partides privades - tenir avantatge o fastiguejar lexperiència online de gent que no nha donat consentiment (i en partides públiques) és una infracció vetable. Sovint vetem comptes i consoles tant a Wii U com a 3DS. Pretendo fa servir mètodes de seguretat més sofisticats que fan que els mètodes tradicionals deliminar vets no siguin efectius, com ara canviar el número de sèrie."
}
]
},
@@ -85,7 +97,7 @@
"cards": [
{
"title": "Servidors en línia",
"caption": "Tornem els teus jocs en línia preferits mitjançant servidors personalitzats."
"caption": "Revivim els teus jocs en línia preferits mitjançant servidors personalitzats."
},
{
"caption": "Una re-imaginació del Miiverse, com si s'hagués fet en una època més moderna.",
@@ -99,7 +111,30 @@
},
"credits": {
"title": "L'equip",
"text": "Coneix l'equip que hi ha darrere del projecte"
"text": "Coneix l'equip que hi ha darrere del projecte",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Propietari del projecte i desenvolupador principal",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Recerca i desenvolupament de Miiverse",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "quarky",
"caption": "Recerca i desenvolupament de pedaços per a Wii U",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"caption": "Recerca de sistemes i arquitectura de servidors"
}
]
},
"specialThanks": {
"title": "Gràcies especials",
@@ -215,7 +250,7 @@
"upgrade": {
"tierSelectPrompt": "Selecciona un nivell",
"unsub": "Donar-se de baixa",
"unsubPrompt": "Estàs segur que vols donar-te de baixa de <span>tiername</span>? Perdràs l'accés a les avantatges associades a ell.",
"unsubPrompt": "Esteu segurs que voleu cancel·lar la vostra subscripció a <span>tiername</span>? Perdreu l'accés immediatament a tots els beneficis associats amb aquell nivell.",
"back": "Endarrere",
"month": "Mes",
"unsubConfirm": "Donar-se de baixa",

View File

@@ -18,9 +18,11 @@
"faq": "Často kladené dotazy",
"about": "O projektu",
"blog": "Souhrn nejnovějších aktualizací",
"credits": "Seznamte se s týmem"
"credits": "Seznamte se s týmem",
"forum": "Pro podporu a chatování s ostatními uživateli"
}
}
},
"forum": "Fórum"
},
"hero": {
"subtitle": "Herní servery",
@@ -66,10 +68,10 @@
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "pinklimes",
"name": "limes.pink",
"caption": "Webový vývoj",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes"
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
@@ -228,9 +230,13 @@
"question": "Kdy přidáte další hry?",
"answer": "Na nových hrách pracujeme, jakmile máme pocit, že na to jsou naše backendové knihovny dostatečně připraveny, a některý z vývojářů má čas se této hře věnovat. Mnoho naší práce připadá na stabilizaci a dokončování našich existujících her - chceme v nich nabídnout co nejlepší zážitek, než se přesuneme na nové tituly. Protože se nová práce objevuje neustále, nemůžeme poskytnout odhad, kdy se to stane."
},
{
"question": "Bude mi na používání služeb Pretenda stačit emulátor?",
"answer": "Ne. Pokud si přejete používat emulátor, budete potřebovat opravdovou konzoli. Tím můžeme zajistit zvýšenou bezpečnost a efektivnější vynucování pravidel, které jsou klíčové pro poskytování bezpečných a příjemných služeb."
},
{
"question": "Funguje Pretendo na Cemu/emulátorech?",
"answer": "Cemu 2.1 oficiálně podporuje Pretendo v nastavení účtu. Pro informace jak začít s Cemu navštivte <a href=\"https://pretendo.network/docs/install/cemu\">dokumentaci</a>.<br>Některé 3DS emulátory můžou nabízet podporu, ale v současnosti nemáme oficiální doporučení ani návod k nastavení. Citra ve své poslední vydané verzi Pretendo nepodporuje."
"answer": "Cemu 2.1 oficiálně podporuje Pretendo v nastavení účtu. Pro informace jak začít s Cemu navštivte <a href=\"https://pretendo.network/docs/install/cemu\">dokumentaci</a>.<br>Některé 3DS emulátory mohou nabízet podporu, ale v současnosti nemáme oficiální doporučení ani návod k nastavení. Citra ve své poslední vydané verzi Pretendo nepodporuje."
},
{
"question": "Bude Pretendo podporovat Wii/Switch?",
@@ -238,15 +244,15 @@
},
{
"question": "Budu pro připojení potřebovat modifikovanou konzoli?",
"answer": "Pro nejlepší výsledek budete svou konzoli muset modifikovat; s Aroma na Wii U a Luma3DS na 3DS. Nicméně, na Wii U je dostupná metoda SSSL, která, byť s omezenou funkcionalitou, nabízí připojení bez modifikací. Pro podrobnosti navštivte <a href=\"/docs/install\">návod k nastavení</a>."
"answer": "Pro nejlepší výsledek budete svou konzoli muset modifikovat - přesněji pomocí Aroma na Wii U a Luma3DS na 3DS. Nicméně, na Wii U je dostupná metoda SSSL, která, byť s omezenou funkcionalitou, nabízí připojení bez modifikací. Pro podrobnosti navštivte <a href=\"/docs/install\">návod k nastavení</a>."
},
{
"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. Máme však vlastní pravidla pro používání naší služby, jejichž porušení by mohlo vyústit v ban na Pretendu."
"answer": "Nemáme přístup k seznamu banů na Nintendo Network, takže nikdo z uživatelů Nintendo Network ban na Pretendu nemá. Máme však vlastní zásady pro používání naší služby, jejichž porušení by mohlo vyústit v ban na Pretendu."
},
{
"question": "Můžu na Pretendu používat mody a cheaty?",
"answer": "Pouze v soukromých zápasech - narušování online her lidem, kteří s tím nesouhlasili (tedy veřejné zápasy) je proti zásadám. Bany konzolím a účtům udělujeme pravidelně. Pretendo dále používá dodatečná bezpečnostní opatření, která brání v obcházení banů např. změnou sériového čísla."
"answer": "Pouze v soukromých zápasech - narušování online her lidem, kteří s tím nesouhlasili (tedy ve veřejných zápasech) je proti zásadám. Bany konzolím a účtům udělujeme pravidelně. Pretendo dále používá dodatečná bezpečnostní opatření, která brání v obcházení banů např. změnou sériového čísla."
}
],
"text": "Zde je pár častých otázek, které často slyšíme, abyste byli v obraze.",
@@ -306,10 +312,17 @@
"hasAccessPrompt": "Váš aktuální tier Vám dává přístup k beta serverům. Super!",
"passwordResetNotice": "Po změně hesla budete odhlášen(a) 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."
"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é",
"upgrade": "Upgradovat účet"
"upgrade": "Upgradovat účet",
"delete": {
"button": "Smazat účet",
"modalTitle": "Smazat PNID",
"modalDescription": "Jste si jisti, že chcete smazat Vaše PNID? Zvažte prosím následující, než budete pokračovat:\n\nData spojená s Vaším účtem napříč službami Pretendo Network (včetně fóra a Juxtaposition) budou smazána.\nVaše předplatné bude zrušeno a data na platební bráně Stripe odstraněna.\nVytvoříte-li si v budoucnu nový účet, nebudete si na něm moct nastavit stejné uživatelské jméno.\nSmazání účtu nevyřeší problémy s bany a/nebo technickou podporou. Pokud máte potíže, požádejte o pomoc na fóru.",
"modalCaution": "Tento úkon nelze vrátit zpět.",
"modalConfirm": "Ano, smazat"
}
},
"accountLevel": [
"Standardní",
@@ -355,7 +368,7 @@
"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.",
"unsubPrompt": "Jste si jisti, že chcete zrušit předplatné <span>tiername</span>? S <span>okamžitou platností</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."
},
@@ -421,7 +434,7 @@
"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\"",
"Když moravák řekne \"Znáš přéce Kip, taký zlatíčko, je tak moc UwU\", snaží se neurážlivě říct \"Kip 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!!!\"",
"to vypadá mega vyfeleně"
],

View File

@@ -1,8 +1,8 @@
{
"nav": {
"about": "Über uns",
"about": "Über",
"faq": "FAQ",
"docs": "Docs",
"docs": "Dokumentation",
"credits": "Mitwirkende",
"progress": "Fortschritt",
"blog": "Blog",
@@ -18,9 +18,11 @@
"about": "Über das Projekt",
"faq": "Häufig gestellte Fragen",
"blog": "Unsere neuesten Updates, zusammengefasst",
"progress": "Überprüfe den Projektfortschritt und die Ziele"
"progress": "Überprüfe den Projektfortschritt und die Ziele",
"forum": "Schreibe mit anderen und erhalte Hilfe"
}
}
},
"forum": "Forum"
},
"hero": {
"subtitle": "Spielserver",
@@ -42,7 +44,7 @@
"githubRepo": "Github-Repository"
},
"faq": {
"title": "Frequently Asked Questions (Häufig gestellte Fragen)",
"title": "Häufig gestellte Fragen",
"text": "Hier sind einige Fragen, die wir häufiger gestellt bekommen, zur schnellen Informationsbeschaffung.",
"QAs": [
{
@@ -55,40 +57,45 @@
},
{
"question": "Wie benutze ich Pretendo?",
"answer": "Um Pretendo Network auf der 3DS-Familie, der Wii U oder Emulatoren zu nutzen, sollten sie den Installationsanweisungen folgen: <a href=\"/docs/install\">setup instructions</a>"
"answer": "Um Pretendo Network auf der 3DS-Familie, der Wii U oder Emulatoren zu nutzen, sollten sie den Installationsanweisungen folgen: <a href=\"/docs/install\">setup instructions</a>!"
},
{
"question": "Weißt du, wann Funktion/Dienst bereit ist?",
"answer": "Nein. Viele der Funktionen und Dienste von Pretendo werden unabhängig voneinander entwickelt (z. B., ein Entwickler arbeitet am Miiverse während ein anderer an Accounts und der Freundesliste arbeitet), deshalb können wir keine genauen Angaben zur jeweiligen Fertigstellung machen."
"question": "Weißt du, wann [Funktion/Dienst] bereit ist?",
"answer": "Nein. Die verschiedenen Funktionen und Dienste von Pretendo werden unabhängig voneinander entwickelt, z. B. arbeitet ein Entwickler am Miiverse, während ein anderer an Accounts und der Freundesliste arbeitet. Daher können wir keine genauen Angaben zur jeweiligen Fertigstellung machen."
},
{
"question": "Wann werdet ihr neue Spiele hinzufügen?",
"answer": "Wir arbeiten am Hinzufügen neuer Spiele, sobald unsere Backend-Libraries bereit dazu sind, diese zu unterstützen und sobald unsere Entwickler Zeit haben, diese instand zu halten. Eine Menge unserer Zeit fließt in die Stabilisierung und Abschließen der bereits existierenden Spiele. Wir möchten euch die besten Spielerfahrungen möglich machen, bevor wir uns neuen Spieltiteln widmen. Aufgrund von ständiger neu auftauchender Arbeit können wir keine Angaben machen, wann wir neue Spiele hinzufügen werden."
},
{
"question": "Funktioniert Pretendo auch auf Cemu oder anderen Emulatoren?",
"answer": "Cemu 2.1 ist von Pretendo unterstützt. Dies kann man unter den Netztwerk/Account Einstellungen in Cemu 2.1 einstellen. Für mehr Informationen, wie man Cemu mit Pretendo Network nutzt, schauen sie sich den <a href=\"https://pretendo.network/docs/install/cemu\">Guide</a>an.<br> Manche 3DS Emulatoren oder \"Forks\" unterstützen vielleicht Pretendo, es gibt aber momentan keine offiziellen Empfehlungen oder Setup Guides. Die finalen Builds von Citra werden nicht unterstützt."
"question": "Reicht ein Emulator aus, um Pretendo zu nutzen?",
"answer": "Nein. Aus Sicherheits- und Moderationsgründen musst du, auch wenn du einen Emulator benutzt, trotzdem eine echte Konsole besitzen. Das ermöglicht erhöhte Sicherheit und ein einfacheres Umsetzen der Regeln, um ein sicheres und angenehmes Erlebnis mit unseren Diensten zu bieten."
},
{
"question": "Wird Pretendo die Wii/Switch unterstützen?",
"answer": "Für die Wii gibt es bereits eigene Server von <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Aktuell möchten wir die Switch auch nicht als Ziel festlegen, da der Online-Service der Switch kostenpflichtig ist und sich stark vom Nintendo Network unterscheidet."
"question": "Ist Pretendo mit Cemu oder anderen Emulatoren kompatibel?",
"answer": "Cemu 2.1 unterstützt Pretendo offiziell unter den Account Einstellungen in den Allgemeinen Einstellungen im Emulator. Weitere Informationen zum Eirichten von Cemu findet man in der <a href=\"https://pretendo.network/docs/install/cemu“\">Dokumentation</a>. Einige 3DS-Emulatoren oder deren Forks könnten zwar mit Pretendo kompatibel sein, jedoch wir haben derzeit keine offizielle Empfehlung oder gar eine Setup-Anleitung. Bitte beachte, das die finalen Citra Versionen unterstützen Pretendo nicht."
},
{
"question": "Benötige ich einen Hack um Pretendo zu verwenden?",
"answer": "Ja, du musst deine Konsole hacken, allerdings reicht auf der Wii U den Zugriff zum Homebrew-Launcher (z.B. über Haxchi, CBHC, oder den Browser-Exploit). Informationen, wie der 3DS verbunden wird, werden später noch veröffentlicht."
"question": "Wird Pretendo die Wii oder die Switch unterstützen?",
"answer": "Inoffizielle Wii-Server werden bereits von <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> bereitgestellt. Eine Unterstützung der Switch streben wir aktuell nicht an, da es sich bei Nintendo Switch Online um ein gebührenpflichtiges Netzwerk handelt, welches sich fundamental vom Nintendo Network unterscheidet."
},
{
"question": "Wenn ich auf dem Nintendo Network gebannt bin, heißt das auch das ich auf Pretendo gebannt bin?"
"question": "Werde ich meine Konsole modifizieren müssen, um mich verbinden zu können?",
"answer": "Für die beste Nutzererfahrung auf der Konsole musst du dein System modifizieren. Spezifisch mit Aroma für die Wii U und Luma3DS für den 3DS. Auf der Wii U ist allerdings die SSSL Methode verfügbar, die zwar eingeschränkte Funktionen bietet, es aber nicht erfordert die Konsole zu modifizieren. Für weitere Informationen: <a href=\"/docs/install\">Pretendo installieren</a>."
},
{
"question": "Ich bin im Nintendo Network gebannt, werde ich auch bei Pretendo gebannt sein?",
"answer": "Wir haben keinen Zugriff auf die Bannliste des Nintendo Network, daher sind diese Nutzer nicht automatisch gebannt. Wir haben jedoch unsere eigenen Regeln, die Nichtbeachtung dieser kann zu einen Bann führen."
},
{
"question": "Kann ich Cheats oder Mods online mit Pretendo verwenden?",
"answer": "Nur in privaten Matches sich einen unfairen Vorteil zu verschaffen oder das Online-Erlebnis von Personen zu stören, die nicht zugestimmt haben (wie beispielsweise in öffentlichen Matches), ist ein bannbarer Verstoß. Wir verhängen regelmäßig Konto- und Konsolensperren sowohl für Wii U- als auch für 3DS-Systeme. Pretendo verwendet zusätzliche Sicherheitsmaßnahmen, die traditionelle Entbannungs-Methoden wie das Ändern der Seriennummer unwirksam machen."
"answer": "Nur in privaten Matches, bei denen alle Teilnehmer einverstanden sind. Sich einen unfairen Vorteil zu verschaffen oder das Online-Erlebnis anderer ohne deren Zustimmung zu stören (z. B. in öffentlichen Matches), ist ein bannbarer Verstoß. Wir verhängen regelmäßig Account- und Konsolensperren für Wii U- und 3DS-Systeme. Pretendo nutzt zusätzliche Sicherheitsmaßnahmen, die herkömmliche Entbannungsmethoden, wie das Ändern der Seriennummer, unwirksam machen."
}
]
},
"showcase": {
"title": "Was wir machen",
"text": "Unser Projekt hat viele Komponenten, hier sind einige davon.",
"text": "Unser Projekt umfasst verschiedene Bestandteile, von denen einige im Folgenden aufgeführt sind.",
"cards": [
{
"title": "Spiel-Server",
@@ -96,11 +103,11 @@
},
{
"title": "Juxtaposition",
"caption": "Eine Neuinterpretation des Miiverse, als ob es im modernen Zeitalter entwickelt wurde."
"caption": "Eine moderne Neuinterpretation des Miiverse, als ob es heute entwickelt worden wäre."
},
{
"title": "Cemu-Unterstützung",
"caption": "Spiele deine Lieblings-Wii U-Spiele, sogar ohne eine Konsole!"
"caption": "Spiele deine lieblings Wii U-Spiele, sogar ohne eine Konsole!"
}
]
},
@@ -112,7 +119,7 @@
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow",
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Projektleiter und leitender Entwickler"
"caption": "Projektinhaber und leitender Entwickler"
},
{
"name": "Jemma (CaramelKat)",
@@ -124,7 +131,7 @@
"name": "quarky",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky",
"caption": "Wii U Forschung und Patch-Entwicklung"
"caption": "Forschung und Patch-Entwicklung für die Wii U"
},
{
"picture": "https://github.com/supermariodabom.png",
@@ -133,28 +140,28 @@
"caption": "Systemforschung und Serverarchitektur"
},
{
"picture": "https://github.com/gitlimes.png",
"name": "pinklimes",
"github": "https://github.com/gitlimes",
"picture": "https://github.com/limesdotpink.png",
"name": "limes.pink",
"github": "https://github.com/limesdotpink",
"caption": "Webentwicklung"
},
{
"name": "Shutterbug2000",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000",
"caption": "Systemforschung und Server Entwicklung"
"caption": "Systemforschung und Serverentwicklung"
},
{
"name": "Billy",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss",
"caption": "Erhaltung und Server-Architektur"
"caption": "Erhaltung und Serverarchitektur"
},
{
"name": "DaniElectra",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra",
"caption": "Systemforschung und Server-Entwicklung"
"caption": "Systemforschung und Serverentwicklung"
},
{
"name": "niko",
@@ -184,7 +191,7 @@
},
"specialThanks": {
"title": "Besonderer Dank",
"text": "Ohne sie wäre Pretendo nicht, wo es heute ist.",
"text": "Ohne sie wäre Pretendo nicht da, wo es heute ist.",
"people": [
{
"name": "GitHub-Mitwirkende",
@@ -201,7 +208,8 @@
{
"name": "Stary",
"github": "https://github.com/Stary2001",
"picture": "https://github.com/Stary2001.png"
"picture": "https://github.com/Stary2001.png",
"caption": "3DS Entwicklung und NEX Dissector"
},
{
"caption": "Miiverse-Informationsaustausch",
@@ -218,7 +226,7 @@
},
{
"name": "NinStar",
"caption": "Symbole für dem Mii-Editor und Juxt-Reaktionen",
"caption": "Symbole für den Mii-Editor und Juxt-Reaktionen",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
@@ -248,33 +256,33 @@
},
{
"name": "binaryoverload",
"caption": "Server-Architektur",
"caption": "Serverarchitektur",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "Simonx22",
"caption": "Spatoon-Rotations und Forschung",
"caption": "Forschung zu Splatoon und Arena-Rotationen",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Splatoon-Rotations und Forschung",
"caption": "Forschung zu Splatoon und Arena-Rotationen",
"github": "https://github.com/OatmealDome",
"picture": "https://github.com/OatmealDome.png"
},
{
"caption": "Lokalisierung und andere Beiträge",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"name": "GitHub-Beiträger",
"name": "GitHub-Mitwirkende",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Bleib auf dem Laufenden",
"text": "Tritt unserem Discord-Server bei, um die neuesten Updates des Projektes zu erhalten.",
"text": "Tritt unserem Discord-Server bei, um die neuesten Updates zum Projekt zu erhalten.",
"widget": {
"text": "Erhalte Echtzeitinformationen über unseren Fortschritt",
"button": "Tritt dem Server bei"
@@ -294,11 +302,11 @@
"Ich bin Bandwidth der Waschbär und ich liebe es, in die Kabel der Server des Pretendo Networks zu beißen. Lecker!",
"Viele Leute fragen uns ob wir für das hier in legale Schwierigkeiten mit Nintendo kommen; voller Freude berichte ich, dass meine Tante bei Nintendo arbeitet, und sagt es ist in Ordnung.",
"Webkit v537 ist die beste Webkit-Version für die Wii U. Nein, wir werden Chrome nicht auf die Wii U bringen.",
"Ich kann es kaum erwarten, dass die Uhrzeit 03:14:08 UTC am 19. Januar 2038 erreicht wird!",
"Die Wii U ist ein unterbewertetes System: die Werbungen waren wirklich schlecht, aber die Konsole ist toll! Hmm, moment mal, ich bin mir nicht sicher, warum sich mein GamePad nicht mit der Wii verbindet.",
"Ich kann es kaum erwarten, dass die Uhr am 19. Januar 2038 03:14:08 UTC erreicht!",
"Die Wii U ist ein unterschätztes System. Die Werbespots waren zwar eine Katastrophe, aber die Konsole selbst ist großartig. Hey, moment mal, ich bin mir nicht sicher, warum, aber mein Gamepad verbindet sich nicht mit meiner Wii.",
"Die Titelmusik von \"Super Mario World 2 - Yoshi's Island\" ist ein absoluter Hit und niemand kann mir das Gegenteil beweisen.",
"Meine Lieblingsveröffentlichungen für die Nintendo Switch sind Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Noch Ein Port Pack und Nintendo Switch Online + Dr. Kawashimas Gehirnjogging / Brain Age \"Ihr Mochtet Den Nintendo Wii U Virtual Console-Titel Sehr, Also Bringen Wir Ihn Zurück\" Pack. Man merkt, dass es Nintendo am Herzen liegt.",
"So etwas wie \"Du kennst Ash, Gott segne ihr Herz, sie schreibt den ganzen Tag UwU\" ist die südländische Art zu sagen \"Ash schreibt die ganze Zeit UwU und es ist wirklich seltsam und dumm und ich wünschte, sie würde es nicht tun\"",
"So etwas wie \"Du kennst Kip, Gott segne ihr Herz, sie schreibt den ganzen Tag UwU\" ist die südländische Art zu sagen \"Kip schreibt die ganze Zeit UwU und es ist wirklich seltsam und dumm und ich wünschte, sie würde es nicht tun\"",
"Mein erstes Video auf meinem kanal!! Ich wolte schon lange viedeos machen, aber mein leptop wahr zu schwach um Fraps, Skipe und Minekraft gleichzeitieg laufen zu laßen. aber dass ist jetzt vorbei. mit etwas hilfe von meinen informatiklerer läüft mein leptop jetzt fiel besser und ich kan aufnemen. ich hoffe ihr alle mögt dass video und fals ihr das tut bite gebt einen daumen nach oben und aboniert!!!",
"Sieht gut für mich aus"
]
@@ -309,7 +317,7 @@
},
"blogPage": {
"title": "Blog",
"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>.",
"description": "Die letzten Updates in Kurzform. Wenn du Updates häufiger sehen möchtest, kannst du uns gerne <a href=\"/account/upgrade\" target=\"_blank\">unterstützen</a>.",
"published": "Veröffentlicht von",
"publishedOn": "am"
},
@@ -328,7 +336,7 @@
"password": "Passwort",
"confirmPassword": "Passwort bestätigen",
"email": "E-Mail",
"miiName": "Mii-Name",
"miiName": "Mii Name",
"forgotPassword": "Passwort vergessen?",
"registerPrompt": "Du hast noch kein Konto?",
"loginPrompt": "Du hast schon ein Konto?"
@@ -342,7 +350,7 @@
"country": "Land/Region",
"timezone": "Zeitzone",
"production": "Produktion",
"upgradePrompt": "Beta-Server sind exklusiv für Beta-Tester.<br>Um Beta-Tester zu werden, musst du ein Upgrade auf eine höhere Konto-Stufe durchführen.",
"upgradePrompt": "Beta-Server sind exklusiv für Beta-Tester.<br>Um Beta-Tester zu werden, benötigst du ein Upgrade auf eine höhere Konto-Stufe.",
"signInSecurity": "Anmeldung und Sicherheit",
"signInHistory": "Anmeldeverlauf",
"fullSignInHistory": "Vollständigen Anmeldeverlauf anzeigen",
@@ -355,25 +363,32 @@
"passwordPrompt": "Gib dein PNID-Passwort ein, um Cemu-Dateien herunterzuladen",
"hasAccessPrompt": "Mit deiner aktuellen Stufe hast du Zugang zu den Beta-Servern. Cool!",
"noDiscordLinked": "Kein Discord-Konto verknüpft.",
"serverEnv": "Server-Umgebung",
"serverEnv": "Serverumgebung",
"beta": "Beta",
"email": "E-Mail",
"password": "Passwort",
"passwordResetNotice": "Nachdem du dein Passwort geändert hast, wirst du von allen Geräten abgemeldet.",
"removeDiscord": "Discord-Konto entfernen",
"no_signins_notice": "Der Anmeldeverlauf wird momentan nicht gespeichert. Schau später nochmal vorbei!",
"no_edit_from_dashboard": "PNID Einstellungen vom Nutzer Dashboard sind momentan nicht verfügbar. Bitte aktualisiere die Benutzereinstellungen über deine verknüpfte Konsole",
"no_edit_from_dashboard": "Die PNID-Einstellungen sind derzeit nicht über das Benutzer-Dashboard verfügbar. Bitte aktualisiere deine Benutzereinstellungen über deine verknüpfte Konsole",
"no_newsletter_notice": "Newsletter ist momentan nicht verfügbar. Schau später nochmal vorbei",
"userSettings": "Nutzer-Einstellungen"
"userSettings": "Benutzereinstellungen"
},
"upgrade": "Konto upgraden",
"unavailable": "Nicht verfügbar"
"unavailable": "Nicht verfügbar",
"delete": {
"modalConfirm": "Ja, löschen",
"modalDescription": "Bist du dir sicher, dass du deine PNID löschen möchtest? Bitte beachte folgende Sachen vor der Löschung:\n\nAll deine Daten (Miiverse/Juxtaposition, Forums, etc.) werden gelöscht.\nDeine Stripe Daten und Abonnement werden auch automatisch gelöscht.\nEs wird nicht möglich sein die gleiche PNID für einen neuen Account zu nutzen.\nDie Accountlöschung löst keine Probleme mit Banns oder Technischem Support. Wenn es Probleme gibt, wende dich bitte zum Forum für Support.",
"button": "Konto löschen",
"modalTitle": "PNID löschen",
"modalCaution": "Dieser Vorgang kann nicht rückgängig gemacht werden."
}
},
"banned": "Gebannt",
"banned": "Gesperrt",
"account": "Konto",
"forgotPassword": {
"sub": "Gib deine E-Mail oder deine PNID ein",
"input": "Email-Adresse oder PNID",
"sub": "Gib deine E-Mail Adresse oder deine PNID ein",
"input": "E-Mail Adresse oder PNID",
"header": "Passwort vergessen",
"submit": "Bestätigen"
},
@@ -387,14 +402,14 @@
},
"upgrade": {
"title": "Upgraden",
"description": "Das Erreichen des monatlichen Ziels wird aus Pretendo eine Vollzeitbeschäftigung machen, die qualitativ bessere und schnellere Updates liefert.",
"description": "Das Erreichen des monatlichen Ziels hilft bei der Entwicklung von Pretendo Network, indem es die Server-Infrastruktur finanziert und unserem leitendem Entwickler Jon ermöglicht, in Vollzeit an dem Projekt zu arbeiten.",
"month": "Monat",
"tierSelectPrompt": "Wähle eine Stufe",
"unsub": "Deabonnieren",
"unsubPrompt": "Bist du dir wirklich sicher, dass du dich von <span>tiername</span> ablemden möchtest? Du wirst <span>sofort</span> den Zugriff auf die Vorteile dieser Stufe verlieren.",
"unsubConfirm": "Deabonnieren",
"unsub": "Abonnement kündigen",
"unsubPrompt": "Bist du dir wirklich sicher, dass du dich von <span>tiername</span> abmelden möchtest? Du wirst <span>sofort</span> den Zugriff auf die Vorteile dieser Stufe verlieren.",
"unsubConfirm": "Abonnement kündigen",
"changeTier": "Stufe ändern",
"changeTierPrompt": "Bist du dir sicher, dass du <span class=\"oldtier\">oldtiername</span> deabonnieren und <span class=\"newtier\">newtiername</span> abonnieren möchtest?",
"changeTierPrompt": "Bist du dir sicher, dass du dein Abonnement von <span class=\"oldtier\">oldtiername</span> auf <span class=\"newtier\">newtiername</span> ändern möchtest?",
"back": "Zurück",
"changeTierConfirm": "Stufe ändern"
},
@@ -427,7 +442,7 @@
},
"search": {
"title": "Hast du einen Fehlercode bekommen?",
"caption": "Schreibe unten in die Box, was für ein Problem du hast, um Infos zu erhalten!",
"caption": "Schreibe ihn unten in die Box, um Infos zum Code zu erhalten!",
"label": "Fehler-Code",
"no_match": "Keine Ergebnisse gefunden"
},

View File

@@ -157,7 +157,12 @@
},
"credits": {
"text": "Γνώρισε την ομάδα που αναπτύσσει το project",
"title": "Η ομάδα"
"title": "Η ομάδα",
"people": [
{
"caption": "Ιδιοκτήτης του έργου και κύριος προγραμματιστής"
}
]
},
"discordJoin": {
"text": "Μπές στον Discord server μας για να λαμβάνεις τις νεότερες ενημερώσεις μας πάνω στο project.",
@@ -183,7 +188,7 @@
"Το Wii U είναι πραγματικά μια υποτιμημένη κονσόλα: Οι διαφημίσεις του ήταν πολύ κακές, αλλά η ίδια κονσόλα ήταν τέλεια. Χμ, περίμενε ένα δευτερόλεπτο, δεν είμαι σίγουρος γιατί, αλλά το Gamepad μου δεν συνδέεται στο Wii μου.",
"Το main theme του Super Mario World 2 - Yoshi's Island είναι ό,τι καλυτερο και δεν μεταπείθεις με την καμία.",
"Οι αγαπημένες μου κυκλοφορίες του 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 Age \"Σου Αρεσε Πολύ Το Χ Παιχνίδι Wii U Virtual Console , Οπότε Το Φέρνουμε Πίσω\" Pack. Είναι προφανές πως η Nintendo ενδιαφέρεται.",
"Ήξερες ότι το \"Ξέρεις ότι η Ash, νά' ναι καλά η ψυχούλα, κάνει όλη μέρα UwU\" είναι ο ευγενικός τρόπος να πείς \"Η Ash κάνει UwU συνέχεια και είναι περίεργο και χαζό και μακάρι να μην το έκανε;\"",
"Ήξερες ότι το \"Ξέρεις ότι η Kip, νά' ναι καλά η ψυχούλα, κάνει όλη μέρα UwU\" είναι ο ευγενικός τρόπος να πείς \"Η Kip κάνει UwU συνέχεια και είναι περίεργο και χαζό και μακάρι να μην το έκανε;\"",
"Το πρώτο βίντεω στο κανάλι μου!! περίμενα να κάνω βίντεος για πολι καιρό αλλά το λαπτοπ μου ετρεθε πολυ κακά και δεν μπορουσα να τρεχω το fraps, skype κι minecraft ολα μαζι. αλλα αυτο τελιωσε! με λιγο βοηθεια απο το δασκαλο πληροφορικισ μου το λαπτ0π μου τρεχι πολυ καλυτερα και μπορο να καταγράψω τορα! ευχομαι να το απολαυσετε και αν ναι, παρ{'@'}καλο καντε λαεκ και σαμπσκραϊμπ!"
],
"socials": "Κοινωνικά δίκτυα",

View File

@@ -64,25 +64,29 @@
"question": "eta wen 4 gaem??",
"answer": "pretender workz on gaem when librari cn hold it, w_w dey maek gaem STABEL b4 addin new gaem! nuu ETA!!!!"
},
{
"question": "doez faek gaemr cod3 enough for pretender?",
"answer": "naaaaa! 4 da safe-t n secur1-t da emelater gamerz n33d da real gamerz system ;3 dis is to smack if no u foll0w DA RULEZ!"
},
{
"question": "doez pretender work on me faek gaemr!?",
"answer": "yez! anythin that workz wif meanie netwrk workz wif pretender. <a href=\"\\&quot;https://pretendo.network/docs/install/cemu\\&quot;\">only cemu haz it tho rite now!</a>"
"answer": "da C-EMU workz wif da pretender in s-..\"settingz\"? dey have <a href=\"https://pretendo.network/docs/install/cemu\">da l33t guide</a>, go read dat~<br>sum 3 dee ess gamurz might w3rk, but kitteh not suer!!! citra no worky :("
},
{
"question": "can kitteh gaem on othr kitteh gaemin??",
"answer": "nonO!! kitteh can only gaem on teh wee yu an thre d s! <a href=\"https://wiimmfi.de/\" target=\"_blank\">wee has wiimmfi tho!!</a>"
"answer": "nonO!! kitteh can only gaem on teh wee yu an thre d s! <a href=\\\"https://wiimmfi.de/\\\" target=\\\"_blank\\\">wee has wiimmfi tho!!</a>"
},
{
"question": "doez kitteh need hax to gaem?!",
"answer": "yez!! kitteh needz hax to gaem, exept wiiu wen SSSL. mak sure kitteh press alt f4 4 epik gaemin!!"
"answer": "yez!! kitteh needz hax to gaem. mak sure kitteh press alt f4 4 epik gaemin!!"
},
{
"question": "if kitteh ban'd from teh meanie netwrk, iz still ban'd on pretender?",
"answer": "no!! yu is not ban'd! ther is rulez tho, so yu can stil get bananad!!"
},
{
"question": "wat if wamt to be meanie kitteh? haxx??",
"answer": "only wif ur friendzzz ^.^ kitteh in normal match nu wamt hax. u ban!!"
"question": "can kitteh cheat on pretender gamez?",
"answer": "only wid friend, but cheat no fair for other kitteh, want ban?"
}
],
"text": "herez sum questionz yu lik 2 ask!!"
@@ -110,40 +114,76 @@
"text": "see kittehz who maek pretender!!",
"people": [
{
"caption": "da big cheez"
"caption": "da big cheez",
"name": "jon pretender",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"caption": "miiveres kitteh!"
"caption": "miiveres kitteh!",
"name": "jem :3",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"caption": "wii u foxish!!!!!"
"caption": "wii u foxish!!!!!",
"name": "lucakitteh!! ^^",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"caption": "rezearch kitteh"
"caption": "rezearch kitteh",
"name": "supah marioh da vroom",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"caption": "onlien kitteh ^w^"
"caption": "onlien kitteh ^w^",
"name": "purple lemonzz :3",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"caption": "servah debeloper kitteh!!!"
"caption": "servah debeloper kitteh!!!",
"name": "camera creature 2k!!!!",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"caption": "gaem history saveh kiteh,,"
"caption": "gaem history saveh kiteh,,",
"name": "billeh!",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"caption": "server dev kitteh o.o"
"caption": "server dev kitteh o.o",
"name": "daneh zappy...",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"caption": "website servah kitteh!! ^^"
"caption": "website servah kitteh!! ^^",
"name": "og kitteh!!!!",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"caption": "deb..ops..? kitteh!"
"caption": "deb..ops..? kitteh!",
"name": "matteh",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"caption": "servah kitteh n speedi kitteh!"
"caption": "servah kitteh n speedi kitteh!",
"name": "wolfiiii! ^^",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"caption": "duel screeh reseacha!!"
"caption": "duel screeh reseacha!!",
"name": "traceh bored &gt;:(",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
@@ -153,48 +193,88 @@
"people": [
{
"name": "geethub contrwibutahs!!!!! uwu",
"caption": "wocawizawitwions n moar!!!!"
"caption": "wocawizawitwions n moar!!!!",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
},
{
"caption": "crunchii libwrary dev!!!"
"caption": "crunchii libwrary dev!!!",
"name": "uber whiskahs!!!!! (superwhiskers)",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"caption": "duel scweeen debeprobah and pachket takher-apahter!"
"caption": "duel scweeen debeprobah and pachket takher-apahter!",
"name": "staweh :3 (Stary)",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"caption": "we steal their code :3"
"caption": "we steal their code :3",
"name": "green juxt!",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"special": "speshul thx",
"caption": "gawd of meanine weseawch!!!!"
"caption": "gawd of meanine weseawch!!!!",
"name": "kinneh!",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"caption": "icwn designah!!!!"
"caption": "icwn designah!!!!",
"name": "ninstah! ^w^",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"caption": "gaem reseawchhh n dev!"
"caption": "gaem reseawchhh n dev!",
"name": "rambeh &gt;:3",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"caption": "wiiuu pwatchy hacky! ^w^"
"caption": "wiiuu pwatchy hacky! ^w^",
"name": "gary (cool one!)",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"caption": "duaaalsccween haxorz!!!! owo"
"caption": "duaaalsccween haxorz!!!! owo",
"name": "zak is da 3ds beast",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"caption": "servah maker!!! ^u^"
"caption": "servah maker!!! ^u^",
"name": "jvkitteh fr",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"caption": "g-gopah??? gopah??????"
"caption": "g-gopah??? gopah??????",
"name": "binareh mcbinareh ^w^",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"caption": "splooner!"
"caption": "splooner!",
"name": "slimon!!!",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"caption": "splooner,,,"
"caption": "splooner,,,",
"name": "porridge creature :3",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "gwitwub fwends!!",
"caption": "dey maek langwage gud u.u"
"caption": "dey maek langwage gud u.u",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
@@ -224,7 +304,7 @@
"teh wee yu is aktually a sneak rate konsole: teh komershuls wer relly bad, but teh konsole is gret!! ..huh. wait, meh kittehpad isnt konnekting to meh wee..",
"sooper maro wurld too - yoshees is land's theme is amazng!!",
"meh favorit nontendo swatch releses hav ben nontendo swatch onlien + expanshun pak, nontendo swatch onlien + rumbly pak, nontendo swatch online + oflin pley pak, nontendo swatch onlin + yet anotha port pak, an nontendo swatch onlin + bren smert trainin pak. yu kan rely tel nontendo kares.",
"liek, \"yu kno ash, bles her heawt, she uwus all day\" is the sothern nice wae of sayin \"ash uwus all teh tiem and its realy weird an stupid an i wish they didnt\"",
"liek, \"yu kno kippy, bles her heawt, she uwus all day\" is the sothern nice wae of sayin \"kip uwus all teh tiem and its realy weird an stupid an i wish they didnt\"",
"Connection terminated. I'm sorry to interrupt you, Elizabeth, if you still even remember that name, But I'm afraid you've been misinformed. You are not here to receive a gift, nor have you been called here by the individual you assume, although, you have indeed been called. You have all been called here, into a labyrinth of sounds and smells, misdirection and misfortune. A labyrinth with no exit, a maze with no prize. You don't even realize that you are trapped. Your lust for blood has driven you in endless circles, chasing the cries of children in some unseen chamber, always seeming so near, yet somehow out of reach, but you will never find them. None of you will. This is where your story ends. And to you, my brave volunteer, who somehow found this job listing not intended for you, although there was a way out planned for you, I have a feeling that's not what you want. I have a feeling that you are right where you want to be. I am remaining as well. I am nearby. This place will not be remembered, and the memory of everything that started this can finally begin to fade away. As the agony of every tragedy should. And to you monsters trapped in the corridors, be still and give up your spirits. They don't belong to you. For most of you, I believe there is peace and perhaps more waiting for you after the smoke clears. Although, for one of you, the darkest pit of Hell has opened to swallow you whole, so don't keep the devil waiting, old friend. My daughter, if you can hear me, I knew you would return as well. It's in your nature to protect the innocent. I'm sorry that on that day, the day you were shut out and left to die, no one was there to lift you up into their arms the way you lifted others into yours, and then, what became of you. I should have known you wouldn't be content to disappear, not my daughter. I couldn't save you then, so let me save you now. It's time to rest - for you, and for those you have carried in your arms. This ends for all of us. End communication.",
"awooooooooooooooooooooooooooooooooooooooooooooo!"
]

View File

@@ -16,11 +16,13 @@
"faq": "Frequently asked questions",
"blog": "Our latest updates, condensed",
"progress": "Check the project progress and goals",
"credits": "Meet the team"
"credits": "Meet the team",
"forum": "Chat with others and get support"
}
},
"progress": "Progress",
"account": "Account"
"account": "Account",
"forum": "Forum"
},
"hero": {
"subtitle": "Game servers",
@@ -65,6 +67,10 @@
"question": "When will you add more games?",
"answer": "We work on new games once we feel that our backend libraries are ready to support it, and there is developer time available to maintain it. A lot of our work goes into stabilising and completing our existing games - we want to get the best experience possible in those before we move on to new titles. Since new work comes up all the time, we cannot make any estimate of when that would be."
},
{
"question": "If I use an emulator, will that be enough to use Pretendo?",
"answer": "No. For purposes of security and moderation, if you are using an emulator, you still need a real console. This allows for improved security and more effective enforcement of rules in order to provide a safe and enjoyable experience with our service."
},
{
"question": "Does Pretendo work on Cemu/emulators?",
"answer": "Cemu 2.1 officially supports Pretendo under your network account options in the emulator. For information on how to get started with Cemu, check out the <a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br>Some 3DS emulators or forks might support us, but we do not have any official recommendation or setup instructions at this time. The final builds of Citra do not support Pretendo."
@@ -75,7 +81,7 @@
},
{
"question": "Will I need hacks to connect?",
"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."
"answer": "For the best experience on consoles, you will need to hack your system - specifically 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."
},
{
"question": "If I am banned on Nintendo Network, will I stay banned when using Pretendo?",
@@ -134,10 +140,10 @@
"picture": "https://github.com/supermariodabom.png"
},
{
"name": "pinklimes",
"name": "limes.pink",
"caption": "Web development",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes"
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"github": "https://github.com/shutterbug2000",
@@ -300,7 +306,7 @@
"The Wii U is actually an underrated system: the adverts were like, really bad, but the console is great. Huh, wait a second. I'm not sure why but my GamePad isn't connecting to my Wii.",
"Super Mario World 2 - Yoshi's Island's main theme is an absolute bop and there's no way you're going to convince me otherwise.",
"My favourite Nintendo Switch releases have been Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pak, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \" You Really Liked The Nintendo Wii U Virtual Console Title, So We're Bringing It Back\" Pack. You can really tell Nintendo cares.",
"Like \"You know Ash, bless their heart, they UwU all day\" is the southern nice way of saying \"Ash UwUs all the time and it's really weird and stupid and I wish they didn't\"",
"Like \"You know Kip, bless their heart, they UwU all day\" is the southern nice way of saying \"Kip UwUs all the time and it's really weird and stupid and I wish they didn't\"",
"My first video on my channel!! iv been wanting to make videos for a long time now but my laptop ran pretty bad and i couldn't run fraps, skype and minecraft all at once. but now thats over! with some help from my IT teacher my laptop runs alot better and i can record now! i hope y'all enjoy and if you do please like and subscribe!!!",
"Looks Good To Me"
]
@@ -377,6 +383,13 @@
"no_newsletter_notice": "Newsletter not currently available. Check back again later",
"upgradePrompt": "Beta servers are exclusive to beta testers.<br>To become a beta tester, upgrade to a higher account tier.",
"no_edit_from_dashboard": "Editing PNID settings from the user dashboard is currently unavailable. Please update user settings from your linked game console"
},
"delete": {
"button": "Delete Account",
"modalTitle": "Delete PNID",
"modalDescription": "Are you sure you want to delete your PNID? Please consider the following before deletion:\n\nYour account data across all Pretendo Network services (this includes Forum and Juxtaposition) will be erased.\nYour Stripe data and subscription will be automatically deleted.\nYou will not be able to use the same PNID on a new account in the future.\nDeleting an account does not solve issues with bans or technical support. If you have an issue please use the Forum for assistance.",
"modalCaution": "This action cannot be undone.",
"modalConfirm": "Yes, delete"
}
},
"accountLevel": [
@@ -393,7 +406,7 @@
"unsubConfirm": "Unsubscribe",
"changeTierConfirm": "Change tier",
"back": "Back",
"description": "Reaching the monthly goal will make Pretendo a full time job, providing better quality updates at a faster rate.",
"description": "Reaching the monthly goal will help Pretendo Network's development by both funding our server infrastructure and allowing our lead developer, Jon, to work on the project as a full-time job.",
"month": "month",
"tierSelectPrompt": "Select a tier",
"unsubPrompt": "Are you sure you want to unsubscribe from <span>tiername</span>? You will <span>immediately</span> lose access to the perks associated with that tier.",

View File

@@ -6,6 +6,7 @@
"credits": "Credits",
"progress": "Progress",
"blog": "Blog",
"forum": "Forum",
"account": "Account",
"donate": "Donate",
"accountWidget": {
@@ -18,6 +19,7 @@
"about": "About the project",
"faq": "Frequently asked questions",
"blog": "Our latest updates, condensed",
"forum": "Chat with others and get support",
"progress": "Check the project progress and goals"
}
}
@@ -138,10 +140,10 @@
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "pinklimes",
"name": "limes.pink",
"caption": "Web development",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes"
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
@@ -304,7 +306,7 @@
"The Wii U is actually an underrated system: the commercials were like really bad, but the console is great. Huh, wait a second, I'm not sure why but my Gamepad isn't connecting to my Wii.",
"Super Mario World 2 - Yoshi's Island's main theme is an absolute bop and there's no way you're gonna convince me otherwise.",
"My favorite Nintendo Switch releases have been Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"You Really Liked The Nintendo Wii U Virtual Console Title, So We're Bringing It Back\" Pack. You can really tell Nintendo cares.",
"Like \"You know Ash, bless her heart, she UwUs all day\" is the southern nice way of saying \"Ash uwus all the time and its really weird and stupid and I wish they didn't\"",
"Like \"You know Kip, bless her heart, she UwUs all day\" is the southern nice way of saying \"Kip UwUs all the time and its really weird and stupid and I wish they didn't\"",
"My first video on my channel!! iv been wanting to make videos for a long time now but my laptop ran pretty bad and i couldn't run fraps, skype and minecraft all at once. but now thats over! with some help from my IT teacher my laptop runs alot better and i can record now! i hope y'all enjoy and if you do please like and subscribe!!!",
"Looks Good To Me"
]
@@ -330,6 +332,7 @@
"confirmPassword": "Confirm password",
"email": "Email",
"miiName": "Mii name",
"birthdate": "Birthdate",
"forgotPassword": "Forgot your password?",
"registerPrompt": "Don't have an account?",
"loginPrompt": "Already have an account?"
@@ -381,6 +384,13 @@
"no_signins_notice": "Sign in history not currently tracked. Check back again later!",
"no_newsletter_notice": "Newsletter not currently available. Check back again later",
"no_edit_from_dashboard": "Editing PNID settings from user dashboard is currently unavailable. Please update user settings from your linked game console"
},
"delete": {
"button": "Delete Account",
"modalTitle": "Delete PNID",
"modalDescription": "Are you sure you want to delete your PNID? Please consider the following before deletion:\n\nYour account data across all Pretendo Network services (this includes Forum and Juxtaposition) will be erased.\nYour Stripe data and subscription will be automatically deleted.\nYou will not be able to use the same PNID on a new account in the future.\nDeleting an account does not solve issues with bans or technical support. If you have an issue please use the Forum for assistance.",
"modalCaution": "This action cannot be undone.",
"modalConfirm": "Yes, delete"
}
},
"accountLevel": [
@@ -393,7 +403,7 @@
},
"upgrade": {
"title": "Upgrade",
"description": "Reaching the monthly goal will make Pretendo a full time job, providing better quality updates at a faster rate.",
"description": "Reaching the monthly goal will help Pretendo Network's development by both funding our server infrastructure and allowing our lead developer, Jon, to work on the project as a full-time job.",
"month": "month",
"tierSelectPrompt": "Select a tier",
"unsub": "Unsubscribe",

View File

@@ -18,9 +18,11 @@
"about": "Sobre el proyecto",
"blog": "Un resumen de nuestras últimas actualizaciones",
"progress": "Mira el progreso del proyecto y sus metas",
"faq": "Preguntas frecuentes"
"faq": "Preguntas frecuentes",
"forum": "Habla con otros y obtén ayuda"
}
}
},
"forum": "Foro"
},
"hero": {
"subtitle": "Servidores en línea",
@@ -34,7 +36,7 @@
"title": "Sobre nosotros",
"paragraphs": [
"Pretendo es un proyecto de código abierto que busca recrear Nintendo Network para 3DS y Wii U aplicando ingeniería inversa con un diseño en sala limpia.",
"Como nuestros servicios serán gratuitos y de código abierto, podrán existir tras el inevitable cierre de Nintendo Network."
"Como nuestros servicios serán gratuitos y de código abierto, existirán durante mucho tiempo."
]
},
"progress": {
@@ -55,7 +57,7 @@
},
{
"question": "¿Cómo uso Pretendo?",
"answer": "Para comenzar a utilizar Pretendo Network en 3DS, Wii U o emuladores, consulta nuestras <a href=\"/docs/install\">instrucciones de instalación</a>."
"answer": "¡Para empezar a usar Pretendo Network en 3DS, Wii U o emuladores, consulta nuestras <a href=\"/docs/install\">instrucciones de instalación</a>!"
},
{
"question": "¿Sabéis cuándo determinada función/servicio estará listo/a?",
@@ -65,24 +67,29 @@
"question": "¿Cuándo añadirán más juegos?",
"answer": "Trabajamos en nuevos juegos una vez que sentimos que nuestras bibliotecas de backend están listas para soportarlo, y hay tiempo disponible para mantenerlo. Gran parte de nuestro trabajo se dedica a estabilizar y completar nuestros juegos existentes - queremos obtener la mejor experiencia posible en los mismos antes de pasar a nuevos títulos. Dado que se presentan nuevos trabajos todo el tiempo, no podemos hacer ninguna estimación de cuándo sería esto."
},
{
"question": "¿Pretendo funciona en Cemu/emuladores? ¿Si uso un emulador, será eso suficiente para usar Pretendo?",
"answer": "No. Para efectos de seguridad y moderación, si usas un emulador, aún necesitas una consola real. Esto permite una mejor seguridad y aplicación más efectiva de reglas, para poder brindar una experiencia segura y placentera con nuestro servicio."
},
{
"question": "¿Pretendo funciona en Cemu/emuladores?",
"answer": "Cemu 2.1 soporta oficialmente Pretendo bajo las opciones de su cuenta de red en el emulador. Para obtener información sobre cómo empezar con Cemu, consulte la <a href=\"https://pretendo.network/docs/install/cemu\">documentación</a>. <br>Algunos emuladores o bifurcaciones de 3DS podrían ser compatibles con nosotros, pero no tenemos ninguna recomendación oficial ni instrucciones de configuración en este momento. Las compilaciones finales de Citra no soportan Pretendo."
"answer": "La Wii ya tiene servidores en línea personalizados por parte de <a href=\"https://wiimmfi.de/\">Wiimmfi</a>. No tenemos planeado trabajar con la Switch ya que sus servicios son de pago y completamente diferentes a los de Nintendo Network."
},
{
"question": "¿Pretendo será compatible con la Wii/Switch?",
"answer": "La Wii ya tiene servidores en línea personalizados por parte de <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. No tenemos planeado trabajar con la Switch ya que sus servicios son de pago y completamente diferentes a los de Nintendo Network."
},
{
"question": "¿Necesitaré modificar mi consola para conectarme?",
"answer": "Para obtener la mejor experiencia en consolas necesitarás modificar tu sistema, especificamente Aroma en Wii U y Luma3DS en 3DS. No obstante, en Wii U, el metodo sin modificación SSSL también está disponible con funcionalidad limitada. Consulte nuestras <a href=\"/docs/install\">instrucciones de instalación</a> para más detalles."
"question": "¿Necesitaré usar hacks para conectarme?",
"answer": "Para la mejor experiencia en consolas, necesitarás hackear tu sistema específicamente Aroma para Wii U y Luma3DS para 3DS. No obstante, en Wii U también está disponible el método SSSL sin hackeo, aunque con funcionalidad limitada. Consulta nuestras <a href=\"/docs/install\">instrucciones de instalación</a> para más detalles."
},
{
"question": "Si estoy baneado en Nintendo Network, ¿seguiré baneado al usar Pretendo?"
"question": "Si se me ha suspendido el acceso a Nintendo Network, ¿se mantendrá el suspenso en Pretendo?",
"answer": "No tenemos acceso a las suspensiones de cuenta de Nintendo Network, entonces todos los usuarios de Nintendo Network no están baneados. Sin embargo, tenemos reglas a seguir al usar el servicio y el incumplimiento de estas reglas puede resultar en una suspensión."
},
{
"question": "¿Puedo usar trucos o mods en línea con Pretendo?",
"answer": "Solo en partidas privadas. Ganar una ventaja injusta o interrumpir la experiencia online de gente que no ha dado su consentimiento (como en partidas públicas) es una ofensa baneable. Aplicamos regularmente baneos tanto de cuentas como de consolas en Wii U y 3DS. Pretendo usa medidas de seguridad extra que hacen inefectivos los metodos tradicionales de esquivar el ban como cambiar tu número de serie."
"question": "¿Puedo usar trampas o mods con Pretendo?",
"answer": "Solo en partidas privadas: obtener una ventaja injusta o interrumpir la experiencia en línea con personas sin consentimiento (como en partidas públicas) es baneable. Regularmente, aplicamos baneos de cuentas y consolas tanto a Wii U como a 3DS. Pretendo utiliza medidas de seguridad adicionales que invalidan los métodos tradicionales de 'desbaneo', como cambiar el número de serie."
}
]
},
@@ -133,10 +140,10 @@
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "pinklimes",
"name": "limes.pink",
"caption": "Desarrollo web",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes"
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
@@ -146,7 +153,7 @@
},
{
"github": "https://github.com/InternalLoss",
"caption": "Conservacionista y arquitectura del servidor",
"caption": "Conservacionista y arquitecto del servidor",
"picture": "https://github.com/InternalLoss.png",
"name": "Billy"
},
@@ -195,7 +202,8 @@
{
"picture": "https://github.com/superwhiskers.png",
"name": "superwhiskers",
"github": "https://github.com/superwhiskers"
"github": "https://github.com/superwhiskers",
"caption": "desarrollo de la biblioteca de crunch"
},
{
"github": "https://github.com/Stary2001",
@@ -243,25 +251,32 @@
{
"name": "mrjvs",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
"github": "https://github.com/mrjvs",
"caption": "Arquitectura del servidor"
},
{
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
"github": "https://github.com/binaryoverload",
"caption": "Arquitectura del servidor",
"name": "sobrecargabinaria"
},
{
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22",
"name": "Simonx22"
"name": "Simonx22",
"caption": "Rotaciones de Splatoon e investigación"
},
{
"name": "OatmealDome",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
"github": "https://github.com/OatmealDome",
"caption": "Rotaciones de Splatoon e investigación"
},
{
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
"github": "https://github.com/PretendoNetwork",
"caption": "Traducciones y otras contribuciones",
"name": "Contribuidores de GitHub"
}
]
},
@@ -275,7 +290,7 @@
},
"footer": {
"socials": "Redes sociales",
"usefulLinks": "Énlaces útiles",
"usefulLinks": "Enlaces útiles",
"widget": {
"captions": [
"¿Quieres estar al tanto?",
@@ -288,11 +303,12 @@
"Muchas personas nos preguntan si podríamos tener problemas legales con Nintendo por esto. Me alegra anunciar que mi tía trabaja en Nintendo y me dijo que no pasaba nada.",
"Webkit v537 es la mejor versión de Webkit para la Wii U. No, no vamos a portear Chrome a la Wii U",
"¡No puedo esperar a que el reloj llegue a la 03:14:08 UTC el 19 de enero de 2038!",
"La Wii U es en realidad un sistema subestimado: los comerciales eran realmente malos, pero la consola es genial. Eh, espera un segundo, no estoy seguro de por qué, pero mi GamePad no se conecta a mi Wii.",
"La Wii U es en realidad un sistema subestimado: los anuncios eran realmente malos, pero la consola es genial. Eh, espera un segundo, no estoy seguro de por qué, pero mi GamePad no se conecta a mi Wii.",
"Super Mario World 2 - El tema principal de Yoshi's Island es absolutamente genial y no hay forma de que me convenzas de lo contrario.",
"Mis lanzamientos favoritos de Nintendo Switch han sido Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack y Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Pack \"Te gustó mucho el título de la consola virtual de Nintendo Wii U, así que lo traeremos de vuelta\". Realmente puedes decir que a Nintendo le importa.",
"Decir “Conoces a Ash, bendice su corazón, hace UwU todo el día “ es la manera del sur de decir “Ash hace uwu todo el tiempo y es bastante raro y idiota y desearía que no lo hiciera”",
"Mi primer video en mi canal!! Llevaba mucho tiempo queriendo hacer videos, pero mi computadora portátil funcionaba bastante mal y no podía ejecutar Fraps, Skype y Minecraft al mismo tiempo. ¡pero ahora eso se acabó! ¡con la ayuda de mi profesor de TI, mi computadora portátil funciona mucho mejor y puedo grabar ahora! Espero que les guste y si es así dale me gusta y suscríbete!!!"
"Mis lanzamientos favoritos de Nintendo Switch han sido Nintendo Switch Online + Paquete de expansión, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Paquete de juego sin conexión, Nintendo Switch Online + Otro Paquete de adaptaciones más y Nintendo Switch Online + Brain Training del Dr. Kawashima / Brain Pack \"Te gustó mucho el título de la consola virtual de Nintendo Wii U, así que lo traeremos de vuelta\". Realmente puedes decir que a Nintendo le importa.",
"Decir “Conoces a Kip, bendice su corazón, hace UwU todo el día “ es la manera del sur de decir “Kip hace uwu todo el tiempo y es bastante raro y idiota y desearía que no lo hiciera”",
"Mi primer video en mi canal!! Llevaba mucho tiempo queriendo hacer videos, pero mi computadora portátil funcionaba bastante mal y no podía ejecutar Fraps, Skype y Minecraft al mismo tiempo. ¡pero ahora eso se acabó! ¡con la ayuda de mi profesor de TI, mi computadora portátil funciona mucho mejor y puedo grabar ahora! Espero que les guste y si es así dale me gusta y suscríbete!!!",
"Me parece bien"
]
},
"progressPage": {
@@ -338,7 +354,7 @@
"getting_started": "Para empezar",
"install_extended": "Instalar Pretendo",
"search": "Buscar",
"juxt_err": "Codigos de error - Juxt",
"juxt_err": "Códigos de error - Juxt",
"install": "Instalar",
"welcome": "Bienvenido"
}
@@ -351,7 +367,7 @@
"password": "Contraseña",
"login": "Iniciar Sesión",
"email": "Correo electrónico",
"miiName": "Nombre de Mii",
"miiName": "Nombre del Mii",
"loginPrompt": "¿Ya tienes una cuenta?",
"confirmPassword": "Confirmar contraseña",
"forgotPassword": "¿Olvidaste tu contraseña?",
@@ -376,22 +392,29 @@
"fullSignInHistory": "Ver historial de inicio de sesión completo",
"otherSettings": "Otros ajustes",
"discord": "Discord",
"connectedToDiscord": "Conectado a discord como",
"connectedToDiscord": "Conectado a Discord como",
"removeDiscord": "Eliminar cuenta de Discord",
"noDiscordLinked": "No hay cuenta de Discord vinculada.",
"linkDiscord": "Vincular cuenta de Discord",
"newsletter": "Boletín",
"newsletterPrompt": "Reciba actualizaciones del proyecto por correo electrónico (puede optar por no participar en cualquier momento)",
"newsletterPrompt": "Recibe actualizaciones del proyecto por correo electrónico (puedes optar por no participar en cualquier momento)",
"passwordPrompt": "Ingresa la contraseña de tu PNID para descargar los archivos de Cemu",
"nickname": "Apodo",
"upgradePrompt": "Los servidores beta son exclusivos para los beta testers. <br>Para convertirte en un beta tester, actualiza a un nivel de cuenta superior.",
"userSettings": "Ajustes de usuario",
"no_signins_notice": "El historial de inicios de sesión no es vigilado. ¡Vuelve más tarde!",
"no_newsletter_notice": "Boletín no disponible actualmente. Vuelve a intentarlo más tarde",
"no_edit_from_dashboard": "La edición de la configuración de PNID desde el panel del usuario no está disponible actualmente. Actualice la configuración de usuario desde su consola de juegos vinculada"
"no_newsletter_notice": "El boletín no disponible actualmente. Vuelve a intentarlo más tarde",
"no_edit_from_dashboard": "La edición de la configuración de PNID desde el panel del usuario no está disponible actualmente. Actualiza la configuración de usuario desde tu consola de juegos vinculada"
},
"upgrade": "Subir de rango",
"unavailable": "No disponible"
"unavailable": "No disponible",
"delete": {
"button": "Eliminar cuenta",
"modalTitle": "Borrar PNID",
"modalDescription": "¿Estás seguro que quieres eliminar tu PNID? Por favor, ten esto en cuenta antes de eliminar:\n\nTus datos en los servicios de Pretendo Network como los foros y Juxt serán eliminados.\nTus datos y suscripción de Stripe serán automáticamente eliminados.\nNo podrás volver a usar el mismo PNID en una nueva cuenta en el futuro.\nEliminar una cuenta no solucionará las restricciones o el soporte técnico. Si tienes un problema y necesitas asistencia, consulta los foros.",
"modalCaution": "Está acción no se puede deshacer.",
"modalConfirm": "Sí, eliminar"
}
},
"accountLevel": [
"Estándar",
@@ -409,7 +432,7 @@
},
"resetPassword": {
"password": "Contraseña",
"confirmPassword": "Confirme la contraseña",
"confirmPassword": "Confirma la contraseña",
"submit": "Enviar",
"header": "Restablecer la contraseña",
"sub": "Introduzca una nueva contraseña"
@@ -420,17 +443,17 @@
"month": "mes",
"tierSelectPrompt": "Selecciona un rango",
"unsub": "Cancelar suscripción",
"unsubPrompt": "¿Está seguro de que desea darse de baja de <span>tiername</span>? Perderá <span>inmediatamente</span> el acceso a las ventajas asociadas con ese nivel.",
"unsubPrompt": "¿Estás seguro de que deseas darte de baja de <span>tiername</span>? Perderás <span>inmediatamente</span> el acceso a las ventajas asociadas con ese nivel.",
"unsubConfirm": "Cancelar suscripción",
"changeTier": "Cambiar rango",
"changeTierPrompt": "¿Está seguro de que desea darse de baja de <span class=\"oldtier\">oldtiername</span> y suscribirse a <span class=\"newtier\">newtiername</span>?",
"changeTierPrompt": "¿Estás seguro de que deseas darte de baja de <span class=\"oldtier\">oldtiername</span> y suscribirte a <span class=\"newtier\">newtiername</span>?",
"changeTierConfirm": "Cambiar rango",
"back": "Atrás",
"title": "Subir rango"
},
"donation": {
"progress": "<span>$${totd}</span> de <span>$${goald}</span>/mes, <span>${perc}%</span> del objetivo mensual.",
"upgradePush": "Para convertirse en suscriptor y obtener acceso a beneficios geniales, visite la página <a href=\"/account/upgrade\">actualizar</a>."
"upgradePush": "Para convertirse en suscriptor y obtener acceso a beneficios geniales, visita la página <a href=\"/account/upgrade\">actualizar</a>."
},
"modals": {
"cancel": "Cancelar",
@@ -438,6 +461,6 @@
"close": "Cerrar"
},
"notfound": {
"description": Oops! No hemos podido encontrar esta página."
"description": Vaya! No hemos podido encontrar esta página."
}
}

131
src/locales/eu_ES.json Normal file
View File

@@ -0,0 +1,131 @@
{
"nav": {
"about": "Honi buruz",
"faq": "Ohiko galderak",
"docs": "Dokumentazioa",
"credits": "Kredituak",
"progress": "Aurrerapenak",
"blog": "Bloga",
"account": "Kontua",
"dropdown": {
"captions": {
"blog": "Azken eguneratzeari buruz",
"credits": "Taldea ezagutu",
"progress": "Proiektuaren aurrerapenak eta helburuak ikusi",
"about": "Proiektuari buruz",
"faq": "Ohizko galderak"
}
},
"accountWidget": {
"settings": "Ezarpenak",
"logout": "Saioa amaitu"
},
"donate": "Dohaintza egin"
},
"hero": {
"subtitle": "Jokoaren zerbitzariak",
"buttons": {
"readMore": "Gehiago irakurri"
},
"title": "Berregina",
"text": "Pretendo Nintendo 3DS eta Wii U kontsoletarako zerbitzarien ordezkaritza doako eta kode irekiko bat da, eta online konexioa ahalbidetzen die guztiei, jatorrizko zerbitzariak eten ondoren ere."
},
"aboutUs": {
"title": "Guri buruz",
"paragraphs": [
"Pretendo kode-irekikoa den proiektu bat da Nintendo Network berregin nahi duena 3DS eta Wii U-rentzat.",
"Gure zerbitzuak dohainik eta kode irekikoak direlako, existituko dira epe luzean."
]
},
"progress": {
"title": "Aurrerapenak",
"githubRepo": "Github biltegia"
},
"faq": {
"title": "Galdera Sarriak",
"text": "Hona hemen sarritan galdetzen zaituzten galderak informazio errazentzarako.",
"QAs": [
{
"question": "Zer da Pretendo?",
"answer": "Pretendo kode irekiko Nintendo Networkren ordezkapena da Wii U eta 3DS kontsola-familiako zerbitzari pertsonalizatuak sortu nahi duena. Gure helburua kontsola honen online funtzionalitateak babestea da, jokalariei haien Wii U eta 3DS-ko bideojoku gogokoenak ahalbidetzeko gaitasun guztiarekin."
},
{
"question": "Nire NNIDak Pretendon funtzionatuko du?",
"answer": "Zoritxarrez, ez. Existitzen diren NNIDak ez dute Pretendon funtzionatuko, Nintendok bakarrik duelako zure erabiltzaile-datuak; NNIDtik PNIDra truke bat posible da teorikoki, baina arriskutsua izango zen eta erabiltzailearen datu nabarmenak (gordetzea nahiago ez ditugun datuak) eskatuko ziren."
},
{
"question": "Nola erabil dezaket Pretendo?",
"answer": "Pretendokin hasteko 3DS, Wii U edo emuladoreetan, mesedez <a href='/docs/install'> instalatzeko gida ikusi </a>!"
},
{
"question": "Badakizue zerbitzu/ezaugarriak noiz egongo diren prest?"
},
{
"question": "Noiz gehituko dituzue joko gehiago?"
},
{
"question": "Emuladore bat erabiltzen badut, nahikoa da Pretendo erabiltzeko?"
}
]
},
"specialThanks": {
"people": [
{},
{},
{},
{},
{
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "Rambo6Glaz",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"name": "GaryOderNichts",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "zaksabeast"
}
]
},
"notfound": {
"description": "Ups! Ezin izan dugu orrialde hau aurkitu."
},
"modals": {
"confirm": "Baieztatu",
"cancel": "Ezeztatu"
},
"docs": {
"sidebar": {
"juxt_err": "Errore kodeak - Juxt",
"search": "Bilatu",
"install": "Instalatu",
"install_extended": "Pretendo instalatu",
"welcome": "Ongi etorri!",
"getting_started": "Hasten"
},
"search": {
"label": "Errore kodea",
"caption": "Beheko laukian, zure arazoa idatzi arazoaren informazioa eskuratzeko!",
"title": "Errore kode bat duzu?"
},
"quickLinks": {
"links": [
{},
{
"caption": "Hemen bilatu",
"header": "Errore bat eduki duzu?"
}
]
}
}
}

View File

@@ -32,6 +32,17 @@
{
"question": "Tarvitsenko murretun konsolin?",
"answer": "Kyllä, sinun pitää murtaa konsolisi yhteyttä varten. Lisätietoja asentamisesta löydät &lt;a href=\"https://pretendo.network/docs/install/wiiu\"&gt;täältä&lt;/a&gt;."
},
{
"question": "Tarvitsenko modeja yhdistääkseni?"
},
{
"question": "Jos minulla on Nintendo Network -kielto, pysyykö se voimassa käyttäessäni Pretendoa?",
"answer": "Tiedot Nintendo Network -kielloista eivät ole käytettävissämme, joten millään Nintendo Network -käyttäjällä ei ole kieltoa. Meillä on kuitenkin sääntöjä, joita on noudatettava palvelua käytettäessä, ja näiden sääntöjen noudattamatta jättäminen voi johtaa kieltoon."
},
{
"question": "Saanko käyttää huijauksia tai modeja onlinessa käyttäessäni Pretendoa?",
"answer": "Vain yksityisissä peleissä - epäreilun edun saaminen tai verkkokokemuksen häiritseminen sellaisten ihmisten kanssa, jotka eivät ole antaneet siihen suostumustaan (kuten julkisissa peleissä) on kiellon antamisen arvoinen teko. Asetamme säännöllisesti tili- ja konsolikieltoja sekä Wii U- että 3DS-järjestelmille. Pretendo käyttää lisäturvatoimenpiteitä, jotka tekevät perinteisistä \"kiellonpoistamismenetelmistä\", kuten sarjanumeron vaihtamisesta, hyödyttömiä."
}
],
"title": "Usein Kysytyt Kysymykset",
@@ -90,20 +101,88 @@
"caption": "Miiversen uudelleenluonti, kuten se olisi syntynyt tähän päivään."
},
{
"title": "Cemu -tuki",
"title": "Cemu-tuki",
"caption": "Pelaa Wii U suosikkipelejäsi jopa ilman konsolia!"
}
],
"title": "Mitä kehitämme",
"title": "Mitä teemme",
"text": "Projektissamme on useita komponentteja. Tässä on osa niistä."
},
"credits": {
"title": "Tiimi",
"text": "Tutustu tiimiin projektin takana"
"text": "Tutustu tiimiin projektin takana",
"people": [
{
"caption": "Projektin omistaja ja johtava kehittäjä"
},
{},
{},
{
"caption": "Järjestelmäntutkimus ja palvelinarkkitehtuuri"
},
{
"caption": "Web-kehitys"
},
{
"caption": "Järjestelmäntutkimus ja palvelinkehitys"
},
{
"caption": "Säilytystyö ja palvelinarkkitehtuuri"
},
{
"caption": "Järjestelmäntutkimus ja palvelinkehitys"
},
{
"caption": "Web- ja palvelinkehitys"
},
{},
{
"caption": "Palvelinkehitys ja -optimointi"
},
{
"caption": "3DS-patchikehitys ja -tutkimus"
}
]
},
"specialThanks": {
"title": "Erityiskiitokset",
"text": "Ilman heitä Pretendo ei olisi siinä, missä olemme nyt."
"text": "Ilman heitä Pretendo ei olisi siinä, missä olemme nyt.",
"people": [
{
"name": "GitHub-osalliset",
"caption": "Lokalisaatiot ja muu osallistuminen"
},
{
"caption": "crunch-kirjaston kehitys"
},
{
"caption": "3DS- ja NEX dissector -kehitys"
},
{},
{
"special": "Erityiskiitokset",
"caption": "Nintendon tietorakenteiden tutkimus"
},
{},
{
"caption": "Konsolitutkimus ja pelipalvelimet"
},
{
"caption": "Wii U -patchikehitys"
},
{},
{
"caption": "Palvelinarkkitehtuuri"
},
{
"caption": "Palvelinarkkitehtuuri"
},
{},
{},
{
"name": "GitHub-osalliset"
}
]
},
"discordJoin": {
"title": "Pysy ajan tasalla",
@@ -115,7 +194,7 @@
},
"footer": {
"socials": "Sosiaaliset",
"usefulLinks": "Tärkeitä linkkejä",
"usefulLinks": "Hyödyllisiä linkkejä",
"widget": {
"captions": [
"Haluatko pysyä ajan tasalla?",
@@ -131,7 +210,7 @@
"Wii U on oikeasti aliarvostettu: mainonta oli kaameaa, mutta konsoli itsessään oli hyvä: Hei hetkonen, en tiedä miksi, mutta Gamepadini ei saa yhteyttä Wiihini.",
"Super Mario World 2 - Yoshi's Island:in pääteema on kuminta hottia, ja et voi millään saada minua muuttamaan mielipidettäni.",
"Omat lempi Switch-julkaisuni ovat Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Piditte pelistä Wii U:lla niin paljon, että toimme sen takaisin\" Pack. Näkee selvästi, että Nintendo välittää.",
"\"Tiedäthän rakkaan Ashin, joka söpöilee koko ajan\" on kaunis tapa sanoa \"Ash söpöstelee koko ajan ja se on tosi outoa ja tyhmää ja toivoisin että ne eivät tekisi sitä\"",
"\"Tiedäthän rakkaan Kipin, joka söpöilee koko ajan\" on kaunis tapa sanoa \"Kip söpöstelee koko ajan ja se on tosi outoa ja tyhmää ja toivoisin että ne eivät tekisi sitä\"",
"Munekavideomunomallakanavalla!! oon halunnut tehä viteoita jo kauan, mutta mun läppäri oli huono, eikä pyörittäny frapsia , skypeä ja minecrafia yhtaikaa! nyt se on ohi! mun ATK-maikka autto ja nytmun läppäri pyörii paljon paremmin ja voin nauhottaa! toivottavasti tykkäätte ja laittakaa tykkäykseen ja tilaukseen!!!"
]
},
@@ -141,7 +220,7 @@
},
"blogPage": {
"title": "Blogi",
"description": "",
"description": "Uusimmat päivitykset tiivistetyinä lohkoihin. Jos haluat nähdä useammin päivityksiä, harkitse <a href=\"/account/upgrade\" target=\"_blank\">meidän tukemista</a>.",
"published": "Julkaissut",
"publishedOn": "-"
},
@@ -161,11 +240,11 @@
},
"settings": {
"upgrade": "Nosta tililuokkaa",
"unavailable": "Ei saatavissa",
"unavailable": "Ei saatavilla",
"settingCards": {
"userSettings": "Käyttäjän asetukset",
"profile": "Profiili",
"nickname": "Lempinimi",
"nickname": "Nimimerkki",
"birthDate": "Syntymäpäivä",
"gender": "Sukupuoli",
"timezone": "Aikavyöhyke",
@@ -175,20 +254,20 @@
"signInHistory": "Kirjautumishistoria",
"fullSignInHistory": "Näytä koko kirjautumishistoria",
"connectedToDiscord": "Littetty Discord -tiliin",
"removeDiscord": "Poista Discord -tili",
"noDiscordLinked": "Ei liitettyä Discord -tiliä.",
"removeDiscord": "Poista Discord-tili",
"noDiscordLinked": "Ei liitettyä Discord-tiliä.",
"newsletter": "Uutiskirje",
"passwordPrompt": "Anna PNID salasanasi ladataksesi Cemu -tiedostot",
"password": "Salasana",
"country": "Maa/alue",
"upgradePrompt": "Betapalvelimet ovat van betatestaajille.<br>Jos haluat mukaan betatestiin, nosta tililuokkaa.",
"hasAccessPrompt": "Nykyinen tililuokituksesi antaa sinulle oikeudet betapalvelimille. Mahtavaa!",
"signInSecurity": "Kirjautuminen ja tietoturva",
"signInSecurity": "Kirjautuminen ja turvallisuus",
"discord": "Discord",
"otherSettings": "Muut asetukset",
"email": "Sähköposti",
"passwordResetNotice": "Vaihdettuasi salasanan, sinut kirjataan ulos kaikilta laitteilta.",
"linkDiscord": "Liitä Discord -tili",
"passwordResetNotice": "Salasanan vaihtamisen jälkeen sinut kirjataan ulos kaikilta laitteilta.",
"linkDiscord": "Liitä Discord-tili",
"newsletterPrompt": "Saa tietoja projektin etenemisestä sähköpostiisi (voit perua kirjeen milloin vain)",
"no_newsletter_notice": "Uutiskirje ei ole tällä hetkellä saatavilla. Palaa asiaan myöhemmin",
"no_signins_notice": "Kirjautumishistoriaa ei toistaiseksi seurata. Palaa asiaan myöhemmin!",

View File

@@ -1,11 +1,260 @@
{
"nav": {
"faq": "FAQ",
"about": propos",
"about": Propos",
"account": "Compte",
"blog": "Blogue",
"accountWidget": {
"settings": "Paramètres"
"settings": "Paramètres",
"logout": "Déconnexion"
},
"docs": "Documentation",
"donate": "Faire un don",
"progress": "Progression",
"credits": "L'équipe",
"dropdown": {
"captions": {
"about": "À propos du projet",
"credits": "Rencontrez l'équipe",
"blog": "Un résumé de nos mises à jour récentes",
"progress": "Vérifiez la progression et les objectifs du projet",
"faq": "Foire aux questions"
}
}
},
"hero": {
"subtitle": "Serveurs de Jeux",
"title": "Recréé",
"buttons": {
"readMore": "En savoir plus"
},
"text": "Pretendo est un remplacement gratuit et open source des serveurs pour la 3DS et la Wii U, permettant une connexion en ligne pour tous, même après la fermeture des serveurs originaux"
},
"aboutUs": {
"title": "À propos de nous",
"paragraphs": [
"Pretendo est un projet à code source ouvert qui vise à recréer le Nintendo Network pour la 3DS et la Wii U en utilisant la rétro-ingénierie.",
"Puisque nos services sont gratuits et à code source libre, ils vont exister longtemps."
]
},
"blogPage": {
"publishedOn": "le"
},
"faq": {
"QAs": [
{
"question": "C'est quoi, Pretendo?",
"answer": "Pretendo est une alternative au Nintendo Network à code source libre qui vise à créer des serveurs personnalisés pour la famille de consoles Wii U et 3DS. Notre but est de préserver les fonctionnalités internet de ces consoles, afin de permettre aux joueurs de continuer de jouer à leurs jeux Wii U et 3DS préférés à leur plein potentiel."
},
{
"question": "Est-ce que mon identifiant Nintendo Network fonctionnera avec Pretendo?",
"answer": "Malheureusement, non. Les identifiants du Nintendo Network ne fonctionneront pas avec Pretendo, puisque seul Nintendo détient vos données d'utilisateur. Bien qu'une extraction des données soit techniquement possible, ça serait risqué et nécessiterait des données personelles d'utilisateurs que nous ne voulons pas détenir."
},
{
"answer": "Afin de commencer l'installation de Pretendo sur 3DS, Wii U ou un émulateur, veuillez consulter notre <a href='/docs/install'>guide d'installation</a>!",
"question": "Comment puis-je utiliser Pretendo ?"
},
{
"question": "Savez-vous quand tel service ou telle fonctionnalité sera prêt(e)?",
"answer": "Non. La majorité des fonctionnalités et des services de Pretendo sont développés indépendament (par example, un développeur pourrait être en charge de Miiverse pendant qu'un autre est en charge des Comptes et Amis). Ainsi, nous ne pouvons pas donner une estimation du temps requis pour cela."
},
{
"question": "Quand allez-vous ajouter d'autres jeux?",
"answer": "Nous commencerons à travailler sur de nouveaux jeux une fois que nos librairies backend seront prêtes à le supporter, et que nos développeurs auront du temps disponible pour assurer la maintenance. Une grande partie de notre travail est consacrée à la stabilisation et à la finalisation de nos jeux existants — nous voulons offrir la meilleure expérience possible sur ces titres avant de passer à de nouvelles productions. Puisque de nouveaux projets arrivent constamment, nous ne pouvons en aucun cas estimer quand cela sera possible."
},
{
"question": "Si j'utilise un émulateur, sera-t-il suffisant pour utiliser Pretendo?",
"answer": "Non. Par mesure de sécurité et de modération, si vous utilisez un émulateur, vous avez quand même besoin d'une vraie console. Cela nous permet d'améliorer la sécurité et d'appliquer les règles de manière plus efficace afin d'offrir une expérience sécurisée et agréable via notre service."
},
{
"question": "Est-ce que Pretendo fonctionne sur Cemu ou d'autres émulateurs?",
"answer": "La version 2.1 de Cemu supporte Pretendo sous les paramètres de connexion internet de l'émulateur. Afin d'avoir plus d'information sur l'utilisation de Pretendo avec Cemu, allez-voir la <a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br>Certains émulateurs 3DS pourraient prendre en charge Pretendo, mais nous n'avons présentement pas de recommendation officielle ou de guides d'installation. La version la plus récente de Citra ne prend pas en charge Pretendo."
},
{
"answer": "La Wii possède déja des serveurs personnalisés fournis par <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Nous ne voulons présentement pas cibler la Switch, car ses services sont payants et complètements différents du Nintendo Network.",
"question": "Pretendo supportera la Wii/Switch ?"
},
{
"answer": "Pour la meilleure expérience possible sur console, vous aurez besoin de pirater votre système - par exemple, avec Aroma pour la Wii U et Luma3DS pour la 3DS. Cependant, sur Wii U, la méthode sans piratage SSSL est également disponible, mais avec des fonctionnalités limitées. Regardez le <a href=\"/docs/install\">guide d'installation</a> pour plus de détails.",
"question": "Devrais-je pirater ma console pour me connecter?"
},
{
"question": "Si je suis banni du Nintendo Network, vais-je également être banni sur Pretendo?",
"answer": "Nous n'avons pas accès aux bannissements du Nintendo Network, donc aucun utilisateur Nintendo Network sera banni dans Pretendo. Cependant, nous avons des règles à respecter lors de l'utilisation du service. L'infraction d'une règle pourrait mener à un bannissement sur Pretendo."
},
{
"question": "Puis-je tricher ou utiliser des mods (modifications de jeu) en ligne sur Pretendo?",
"answer": "Seulement en matchs privés — obtenir un avantage injuste ou perturber l'expérience en ligne avec des personnes qui n'y ont pas consenti (comme dans les matchs publics) est une infraction passible de bannissement. Nous appliquons régulièrement des bannissements de compte et de console sur les systèmes Wii U et 3DS. Pretendo utilise des mesures de sécurité supplémentaires qui rendent les méthodes traditionnelles de « dé-bannissement » comme changer votre numéro de série inefficaces."
}
],
"title": "Foire Aux Questions",
"text": "Voici quelques questions fréquemment posées."
},
"progress": {
"githubRepo": "Répertoire Github",
"title": "Progression"
},
"showcase": {
"title": "Que faisons-nous ?",
"text": "Notre projet comporte plusieurs composants. Voici une partie d'entre eux.",
"cards": [
{
"title": "Serveurs de jeu",
"caption": "Ramener vos contenus et jeux favoris en utilisant des serveurs personnalisés"
},
{
"title": "Juxtaposition",
"caption": "Une ré-imagination de Miiverse, comme si elle avait été faite dans l'ère moderne"
},
{
"title": "Support Cemu",
"caption": "Jouez a vos titres Wii U sans console !"
}
]
},
"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": "Développement et recherche Miiverse",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "quarky",
"caption": "Recherches Wii U et développement du patch",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"name": "SuperMarioDaBom",
"caption": "Recherches systèmes et architecture serveur",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "limes.pink",
"caption": "Développement web",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
"caption": "Recherches systèmes et architecture serveur",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Billy",
"caption": "Préservation et architecture serveur",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "DaniElectra",
"caption": "Recherches systèmes et architecture serveur",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "niko",
"caption": "Développement serveur et web",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "MatthewL246",
"caption": "DevOps et travail communautaire",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "Développement et optimisation serveur",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "Développements et recherches du patch 3DS",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"specialThanks": {
"title": "Remerciements spéciaux",
"text": "Sans eux, Pretendo n'en serait pas là aujourd'hui",
"people": [
{
"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"
},
{
"name": "superwhiskers",
"caption": "Développement de la librairie crunch",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "Développement 3DS et dissecteur NEX",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"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": "Recherches sur les structures de données 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": "Rambo6Glaz",
"caption": "Recherches sur les consoles et serveurs de jeu",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"name": "GaryOderNichts",
"caption": "Développement du patch WII U",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "zaksabeast",
"caption": "Créateur du patch 3DS",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"name": "mrjvs",
"caption": "Architecture serveur",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
}
]
}
}

View File

@@ -6,16 +6,18 @@
"credits": "Crédits",
"progress": "Progression",
"blog": "Blog",
"forum": "Forum",
"account": "Compte",
"accountWidget": {
"logout": "Déconnexion",
"settings": "Réglages"
"settings": "Paramètres"
},
"donate": "Faire un don",
"dropdown": {
"captions": {
"about": "À propos du projet",
"blog": "Nos dernières mises à jour, en condensé",
"forum": "Discutez avec des personnes et trouvez du soutien",
"progress": "Vérifiez l'avancement et les objectifs du projet",
"credits": "Rencontrez l'équipe",
"faq": "Questions fréquemment posées"
@@ -33,7 +35,7 @@
"aboutUs": {
"title": "À propos de nous",
"paragraphs": [
"Pretendo est un projet open source qui vise à recréer le Nintendo Network pour la 3DS et la Wii U en utilisant la rétro-ingénierie.",
"Pretendo est un projet open source qui vise à recréer le Nintendo Network pour la 3DS et la Wii U par le biais d'une rétro-ingénierie dite « propre ».",
"Puisque nos services sont à la fois gratuits et open source, ils existeront longtemps."
]
},
@@ -50,40 +52,44 @@
"answer": "Pretendo est une alternative open source du service Nintendo Network qui vise à créer des serveurs personnalisés pour la famille des consoles Wii U et 3DS. Notre objectif est de préserver les fonctionnalités en ligne de ces consoles, afin de permettre aux joueurs de continuer à jouer à leurs jeux Wii U et 3DS favoris à leur plein potentiel."
},
{
"question": "Préserverai-je mon identifiant Nintendo Network?",
"question": "J'ai déjà un identifiant Nintendo Network, puis-je l'utiliser avec Pretendo?",
"answer": "Malheureusement, non. Les identifiants existants ne seront pas conservés, et Nintendo restera le seul détenteur de vos données personnelles. Bien qu'une extraction des informations soit théoriquement possible, cela reviendrait à récupérer des milliers de données sensibles: chose que nous désapprouvons."
},
{
"question": "Comment puis-je utiliser Pretendo ?",
"answer": "Afin de commencer le paramétrage de Pretendo sur 3DS, Wii U ou un émulateur, veuillez consulter notre <a href=\"/docs/install\">guide d'installation</a>!"
"question": "Comment utiliser Pretendo?",
"answer": "Pour commencer à utiliser Pretendo avec une 3DS, une Wii U ou un émulateur, veuillez consulter notre <a href=\"/docs/install\">guide d'installation</a>!"
},
{
"question": "Savez-vous quand tel service/fonctionnalité sera prêt?",
"question": "Savez-vous quand de nouvelles fonctionnalités ou services seront prêt(e)s?",
"answer": "Pas du tout! Si les grands axes du projet ont été fixés en début de développement, beaucoup de sous-objectifs restent indéfinis temporellement et chronologiquement. Le développement des fonctionnalités étant assez libre, nous ne sommes pas en mesure d'estimer l'heure à laquelle le projet intégral aboutira."
},
{
"question": "Quand d'autres jeux seront-ils ajoutés?",
"answer": "Nous travaillons sur de nouveaux jeux une fois que nous estimons que nos bibliothèques internes sont prêtes à les prendre en charge et que du temps de développement est disponible pour les maintenir. Une grande partie de notre travail consiste à stabiliser et finaliser nos jeux existants nous voulons offrir la meilleure expérience possible avant de passer à de nouveaux titres. Comme de nouvelles tâches surgissent constamment, nous ne pouvons pas estimer quand cela se produira."
"question": "Quand allez-vous supporter plus de jeux?",
"answer": "Nous pourrons prendre en charge plus de jeux une fois que nous aurons jugé que nos bibliothèques internes seront prêtes à les supporter et qu'il y aura assez de temps de développement à y consacrer. Une grande partie de notre travail actuel consiste à améliorer la stabilité des jeux déjà pris en charge : nous souhaitons leur offrir la meilleure expérience possible avant de nous consacrer ensuite à d'autres jeux. Comme de nouvelles tâches surgissent constamment, nous ne sommes pas en mesure d'estimer le temps que cela prendra."
},
{
"question": "Pretendo fonctionne-t-il sur Cemu / émulateur?",
"answer": "La version 2.1 de Cemu prend Pretendo en charge, via les paramètres de connexion de l'émulateur. Pour plus d'information sur comment s'y prendre, référez-vous à la <a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br> Certains émulateurs 3DS prennent charge Pretendo, nous n'avons pas de recommandations officielle ou de procédures d'installation pour l'instant. Le build le plus récent de Citra ne prend pas en charge Pretendo."
"question": "Un émulateur seul est-il suffisant pour utiliser Pretendo?",
"answer": "Non. Pour des raisons de sécurité et de modération, un émulateur seul ne suffit pas : vous devez également posséder la console. Cela vise à sécuriser nos services et à les modérer plus efficacement afin que nos utilisateurs puissent continuer à profiter d'une expérience sûre et agréable avec Pretendo."
},
{
"question": "Est-ce que Pretendo sera compatible avec la Wii/Switch ?",
"answer": "La Wii dispose déjà de serveurs personnalisés fournis par <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Concernant la Switch, nous ne souhaitons actuellement pas la cibler car ses services sont payants et complètement différents du Nintendo Network."
"question": "Pretendo fonctionne-t-il sur Cemu ou un autre émulateur?",
"answer": "Cemu (depuis la version 2.1) intègre officiellement la prise en charge de Pretendo dans l'onglet « Compte » des paramètres généraux de l'émulateur : pour en savoir plus et débuter avec Cemu, consultez la <a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br>Il se peut que certains émulateurs 3DS (ou leurs forks) soient compatibles avec Pretendo, mais nous ne sommes pas en mesure de fournir à titre officiel un guide d'installation pour le moment. Les dernières versions de Citra ne sont pas compatibles."
},
{
"question": "Aurais-je besoin de modifier ma console pour me connecter ?",
"answer": "Pour la meilleure expérience possible sur console, Vous aurez besoin de modifier le système de celle-ci — par exemple, grâce à Aroma pour la Wii U ou Luma3DS pour la 3DS. Cependant, avec la Wii U, il est possible d'accéder à Pretendo sans modification, mais avec des fonctionnalités limitées. Voir <a href=\"/docs/install\">la documentation</a> pour plus de détails."
"question": "Est-ce que Pretendo sera compatible avec la Wii/Switch?",
"answer": "La Wii dispose déjà de serveurs personnalisés fournis par <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Concernant la Switch, nous ne souhaitons actuellement pas la cibler, car ses services sont payants et complètement différents du Nintendo Network."
},
{
"answer": "Nous n'avons pas accès à la liste des bannissements du Nintendo Network, ce ne sera donc pas le cas. Il est cependant obligatoire de suivre les règles en vigueur sur notre réseau, sous peine de ban.",
"question": "Si je suis banni du Nintendo Network, est-ce que ce sera le cas avec Pretendo?"
"answer": "Pour la meilleure expérience possible sur console, vous aurez besoin de modifier le système de celle-ci — par exemple, grâce à Aroma pour la Wii U ou Luma3DS pour la 3DS. Cependant, avec la Wii U, il est possible d'accéder à Pretendo sans modification, mais avec des fonctionnalités limitées. Voir <a href=\"/docs/install\">la documentation</a> pour plus de détails.",
"question": "Dois-je modifier ma console pour me connecter?"
},
{
"question": "Puis-je utiliser des cheats ou des mods en ligne avec Pretendo?",
"answer": "Uniquement lors de parties privées. L'utilisation de triches en public afin d'obtenir (ou de conférer) un avantage déloyal ou de nuire à l'expérience de jeu des autres joueurs, sans leur consentement, est interdite sous peine de bannissement. Nous bannissons régulièrement certains comptes et consoles parmi les utilisateurs Wii U et 3DS. Pretendo emploie de nouvelles mesures de sécurité, de sorte à rendre inefficaces les tentatives d'évasion de ban par changement de numéro de série (ou par d'autres méthodes traditionnelles)."
"question": "Si je suis banni du Nintendo Network, est-ce que ce sera le cas avec Pretendo?",
"answer": "Nous n'avons pas accès à la liste des bannissements du Nintendo Network, ce ne sera donc pas le cas. Il est cependant obligatoire de suivre les règles en vigueur sur notre réseau, sous peine de ban."
},
{
"answer": "Uniquement lors de parties privées. L'utilisation de triches en public afin d'obtenir (ou de conférer) un avantage déloyal ou de nuire à l'expérience de jeu d'autres joueurs, sans leur consentement, est interdite sous peine de bannissement. Nous bannissons régulièrement certains comptes et consoles parmi les utilisateurs Wii U et 3DS. Pretendo emploie de nouvelles mesures de sécurité, de sorte à rendre inefficaces les tentatives d'évasion de ban par changement de numéro de série (ou par d'autres méthodes traditionnelles).",
"question": "Autorisez-vous la triche ou l'utilisation de mods en ligne sur Pretendo?"
}
]
},
@@ -134,10 +140,10 @@
"name": "SuperMarioDaBom"
},
{
"name": "pinklimes",
"name": "limes.pink",
"caption": "Développement web",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes.png"
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"caption": "Recherche sur les systèmes, développement serveur",
@@ -184,7 +190,7 @@
]
},
"specialThanks": {
"title": "Remerciements spéciaux",
"title": "Sincères remerciements",
"text": "Sans eux, Pretendo ne serait pas ce qu'il est aujourd'hui.",
"people": [
{
@@ -216,7 +222,7 @@
"github": "https://github.com/Kinnay",
"name": "Kinnay",
"caption": "Recherche sur les structures de données Nintendo",
"special": "Remerciements spéciaux"
"special": "Sincères remerciements"
},
{
"caption": "Icônes pour l'éditeur Mii et les réactions Juxt",
@@ -228,10 +234,10 @@
"name": "Rambo6Glaz",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12",
"caption": "Recherches consoles et serveurs de jeu"
"caption": "Recherche sur les consoles, serveurs de jeux"
},
{
"caption": "Développement de patch Wii U",
"caption": "Développement de patch pour la Wii U",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts",
"name": "GaryOderNichts"
@@ -283,14 +289,14 @@
}
},
"footer": {
"socials": "Liens Sociaux",
"socials": "Réseaux sociaux",
"usefulLinks": "Liens utiles",
"widget": {
"captions": [
"Vous voulez rester à jour ?",
"Rejoignez notre serveur Discord !"
],
"button": "Rejoignez maintenant !"
"button": "Rejoignez-nous maintenant!"
},
"bandwidthRaccoonQuotes": [
"Je suis Bandwidth le Raton Laveur, un vrai glouton. Mon péché mignon? Les câbles des serveurs Pretendo, pardi!... Miam!",
@@ -300,7 +306,7 @@
"La Wii U n'était pas si nulle que ça, en vrai, c'est juste que les pubs étaient vraiment désastreuses... Hum, c'est étrange, j'ai l'impression que mon Gamepad n'arrive pas à se connecter à ma Wii.",
"La musique principale de Super Mario World 2 - Yoshi's Island est la meilleure musique du monde et tu ne peux pas changer mon avis.",
"Mes dernières sorties préférée sont le Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Un Port Sans Importance et Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Vous l'aimiez vraiment beaucoup sur la Console Virtuelle de la Wii U\" Pack. On voit que Nintendo a de la passion.",
"\"Tu vois qui c'est Sasha? C'est fou elle dit souvent UwU, tu trouves pas?\": c'est vraiment la plus douce des façons de dire \"Sasha dit H24 UwU, c'est trop chiant et chelou: à l'aide\". À tous ceux qui connaissent une Sasha... explicitez vos appels au secours, nan?",
"\"Tu vois qui c'est Kip? C'est fou elle dit souvent UwU, tu trouves pas?\" : c'est vraiment la plus douce des façons de dire \"Kip dit H24 UwU, c'est trop chiant et chelou : à l'aide\".",
"Ma premièr video!!!!1! G toujour voulu en fair mais mon PC étè tou pouri alor ma maman ma aidé a améliorer ses performans et mintenan je peu fair dé vidéos! alor aboné vou é liké SVP!11!!",
"Cela me semble bon"
]
@@ -342,7 +348,7 @@
"title": "Avez-vous un code d'erreur ?",
"label": "Code d'erreur",
"caption": "Inscrivez-le ci-dessous pour de plus amples informations!",
"no_match": "Aucun résultat"
"no_match": "Aucun résultat trouvé"
},
"sidebar": {
"search": "Recherche",
@@ -357,14 +363,15 @@
"loginForm": {
"login": "Se connecter",
"detailsPrompt": "Saisissez vos informations de connexion",
"password": "Mot de Passe",
"password": "Mot de passe",
"loginPrompt": "Compte déjà existant?",
"username": "Nom d'utilisateur",
"register": "S'inscrire",
"confirmPassword": "Confirmez le Mot de Passe",
"confirmPassword": "Confirmez le mot de passe",
"email": "Email",
"miiName": "Surnom du Mii",
"forgotPassword": "Mot de Passe oublié ?",
"birthdate": "Date de naissance",
"forgotPassword": "Mot de passe oublié?",
"registerPrompt": "Pas encore inscrit?"
},
"settings": {
@@ -372,7 +379,7 @@
"gender": "Sexe",
"profile": "Profil",
"nickname": "Surnom",
"birthDate": "Date de Naissance",
"birthDate": "Date de naissance",
"country": "Pays/Région",
"timezone": "Fuseau horaire",
"serverEnv": "Environment du Serveur",
@@ -383,7 +390,7 @@
"newsletterPrompt": "Recevoir les mises à jour par mail (vous pouvez vous désinscrire à tout moment)",
"signInSecurity": "Inscription et sécurité",
"email": "Email",
"password": "Mot de Passe",
"password": "Mot de passe",
"passwordResetNotice": "Une fois votre mot de passe changé, vous serez déconnecté de tous les appareils.",
"signInHistory": "Historique de connexion",
"fullSignInHistory": "Voir l'historique de connexion intégral",
@@ -394,14 +401,21 @@
"noDiscordLinked": "Pas de compte Discord associé.",
"linkDiscord": "Associer un compte Discord",
"newsletter": "Newsletter",
"passwordPrompt": "Entrez votre mot de passe d'Identifiant Pretendo Network (PNID) pour télécharger les fichiers Cemu",
"passwordPrompt": "Entrez le mot de passe de votre identifiant Pretendo (PNID) pour télécharger les fichiers Cemu",
"no_edit_from_dashboard": "La configuration des paramètres PNID depuis le menu utilisateur est actuellement indisponible. Veuillez procéder aux changements depuis votre console.",
"userSettings": "Paramètres du Compte",
"no_signins_notice": "L'historique de connexion n'est pas encore établi. Réessayez ultérieurement.",
"no_newsletter_notice": "Newsletter non disponible actuellement. Revenez plus tard"
"userSettings": "Paramètres du compte",
"no_signins_notice": "L'historique de connexion n'est pas encore implémenté. Revenez plus tard!",
"no_newsletter_notice": "La newsletter n'est pas encore disponible. Revenez plus tard"
},
"upgrade": "Mettre à Niveau le compte",
"unavailable": "Indisponible"
"unavailable": "Indisponible",
"delete": {
"button": "Supprimer le compte",
"modalTitle": "Supprimer votre compte",
"modalDescription": "Êtes-vous sûr de vouloir supprimer votre PNID? Veuillez tenir compte des éléments suivants avant la suppression:\n\nLes données de votre compte sur tous les services Pretendo Network (incluant le Forum et Juxtaposition) seront effacées.\nVos données Stripe et votre abonnement seront automatiquement supprimées.\nVous ne pourrez plus utiliser le même PNID sur un nouveau compte à l'avenir.\nSupprimer un compte ne résout pas les problèmes techniques ou les bans. Si vous avez un problème, merci d'utiliser le Forum pour obtenir de l'aide.",
"modalCaution": "Cette action ne peut pas être annulée.",
"modalConfirm": "Oui, supprimez mon compte"
}
},
"banned": "Banni",
"accountLevel": [
@@ -420,7 +434,7 @@
"resetPassword": {
"header": "Réinitialiser le mot de passe",
"sub": "Entrez le nouveau mot de passe ci-dessous",
"password": "Mot de Passe",
"password": "Mot de passe",
"confirmPassword": "Confirmez le mot de passe",
"submit": "Soumettre"
}

View File

@@ -215,7 +215,7 @@
"A Wii U é en realidade unha consola infravalorada: os anuncios eran moi malos, pero a consola é xenial. Agarda, non sei por que, pero o meu controlador non se conectará á miña Wii.",
"O tema principal de Super Mario World 2 - Yoshi's Island é un bop absoluto e non hai forma de que me convenza do contrario.",
"Os meus lanzamentos favoritos de Nintendo Switch foron Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack e Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Gustouche moito o título da consola virtual de Nintendo Wii U, así que o traeremos de volta\". Realmente demostra que a Nintendo lle importa.",
"Como \"Xa sabes a Ash, bendí o seu corazón, ela está todo o día\" é a forma agradable do sur de dicir \"Ash uwus todo o tempo e é moi raro e estúpido e gustaríame que non o fixesen\".",
"Como \"Xa sabes a Kip, bendí o seu corazón, ela está todo o día\" é a forma agradable do sur de dicir \"Kip uwus todo o tempo e é moi raro e estúpido e gustaríame que non o fixesen\".",
"O meu primeiro video na miña canle!!! Levo un tempo querendo facer vídeos, pero o meu portátil estaba actuando bastante mal e non podía executar Fraps, Skype e Minecraft ao mesmo tempo. Pero iso xa acabouse! Cun pouco de axuda do meu profesor de informática, o meu portátil funciona moito mellor e agora podo gravar! Espero que o disfrutedes e se o fas, dálle me gusta e subscríbete!"
]
},

View File

@@ -1 +1,466 @@
{}
{
"nav": {
"about": "Informacije",
"faq": "ČPP",
"docs": "Dokumenti",
"credits": "Zahvale",
"progress": "Napredak",
"blog": "Blog",
"account": "Račun",
"donate": "Doniraj",
"accountWidget": {
"settings": "Postavke",
"logout": "Odjava"
},
"dropdown": {
"captions": {
"credits": "Upoznaj tim",
"about": "O projektu",
"faq": "Često postavljena pitanja",
"blog": "Naša najnovija aktualiziranja, sažeto",
"progress": "Pregledaj napredak i ciljeve projekta",
"forum": "Raspravljaj s drugima i dobij podršku"
}
},
"forum": "Forum"
},
"hero": {
"subtitle": "Serveri za igre",
"title": "Ponovo stvoreni",
"text": "Pretendo je besplatna aplikacija otvorenog koda, koja služi kao zamjena za Nintendo servere za 3DS i Wii U, omogućujući online povezivanje za sve, čak i nakon što se izvorni serveri ukinu",
"buttons": {
"readMore": "Saznaj više"
}
},
"aboutUs": {
"title": "O nama",
"paragraphs": [
"Pretendo je projekt otvorenog coda koji ima za cilj rekreirati Nintendo Network za 3DS i Wii U koristeći obrnutog inženjeringa u čistim sobama.",
"Budući da su naše usluge besplatne i otvorenog koda, postojat će još dugo u budućnosti."
]
},
"progress": {
"title": "Napredak",
"githubRepo": "Github repozitorij"
},
"faq": {
"title": "Često postavljena pitanja",
"text": "Evo nekoliko često postavljanih pitanja s jednostavnim odgovorima.",
"QAs": [
{
"question": "Što je Pretendo?",
"answer": "Pretendo je projekt otvorenog koda koji predstavlja zamjenu za Nintendo Network i ima za cilj izgraditi prilagođene poslužitelje za konzole iz obitelji Wii U i 3DS. Naš cilj je očuvati mrežnu funkcionalnost tih konzola kako bismo igračima omogućili da i dalje igraju svoje omiljene Wii U i 3DS igre u njihovom punom opsegu."
},
{
"question": "Hoće li će moji postojeći NNID-evi raditi na Pretendu?",
"answer": "Nažalost, ne. Postojeći NNID-ovi neće raditi na Pretendu jer samo Nintendo posjeduje tvoje korisničke podatke; iako je migracija s NNID-a na PNID teoretski moguća, bila bi rizična te bi zahtijevala osjetljive korisničke podatke koje ne želimo spremati."
},
{
"question": "Kako koristiti Pretendo?",
"answer": "Za korištenje Pretendo Networka na 3DS-u, Wii U-u ili emulatorima, pogledaj naše <a href='/docs/install'>upute za instalaciju</a>!"
},
{
"question": "Znaš li kada će funkcija/usluga biti spremna?",
"answer": "Ne. Mnoge Pretendo funkcionalnosti i usluge razvijaju se neovisno (na primjer, Miiverse može razvijati jedan programer, dok drugi rade na projektima Računi i Prijatelji), stoga ne možemo dati opću procjenu koliko dugo će to trajati."
},
{
"question": "Kada ćete dodati još igra?",
"answer": "Nove igre stvaramo tek kada procijenimo da su naše pozadinske (backend) biblioteke spremne za njihovu podršku i kada imamo dovoljno vremena za njihovo održavanje. Velik dio našeg rada usmjeren je na stabilizaciju i dovršavanje postojećih igara želimo osigurati najbolje moguće iskustvo u njima prije nego što prijeđemo na izgradnju novih igri. Budući da se stalno pojavljuju novi zadaci, ne možemo procijeniti kada bi se to moglo dogoditi."
},
{
"question": "Ako koristim emulator, hoće li to biti dovoljno za korištenje Pretendoa?",
"answer": "Ne. Iz sigurnosnih razloga i moderiranja, ako koristiš emulator i dalje trebaš pravu konzolu. To omogućuje poboljšanu sigurnost i učinkovitije provođenje pravila kako bi se osiguralo sigurno i ugodno iskustvo s našom uslugom."
},
{
"question": "Radi li Pretendo na Cemu/emulatorima?",
"answer": "Cemu 2.1 službeno podržava Pretendo putem opcija mrežnog računa unutar emulatora. Za informacije o tome kako početi koristiti Cemu, pogledaj <a href=\"https://pretendo.network/docs/install/cemu\">dokumentaciju</a>.<br>Neki 3DS emulatori ili njihove izvedenice (forkovi) mogli bi nas podržavati, ali trenutačno nemamo službenu preporuku niti upute za postavljanje. Završne verzije Citra emulatora ne podržavaju Pretendo."
},
{
"question": "Hoće li Pretendo podržavati Wii/Switch?",
"answer": "Wii već ima prilagođene servere koje pruža <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Trenutačno ne planiramo usmjeriti razvoj na Switch jer je riječ o plaćenoj usluzi i sustavu koji je potpuno drugačiji od Nintendo Networka."
},
{
"question": "Hoću li za povezivanje morati nešto modificirati?",
"answer": "Za najbolje iskustvo na konzolama morat ćeš modificirati svoj sustav konkretno Aroma za Wii U i Luma3DS za 3DS. Međutim, na Wii U je dostupna i metoda bez modifikacija (SSSL), ali s ograničenom funkcionalnošću. Za više detalja pogledaj naše <a href=\"/docs/install\">upute za instalaciju</a>."
},
{
"question": "Ako sam isključen/a na Nintendo Networku, hoću li ostati isključen/a i kada koristim Pretendo?",
"answer": "Nemamo pristup zabranama (banovima) na Nintendo Networku, tako da nijedan korisnik Nintendo Networka nije unaprijed zabranjen. Međutim, imamo vlastita pravila korištenja usluge i nepridržavanje tih pravila može rezultirati zabranom."
},
{
"question": "Mogu li koristiti cheatove ili modove online s Pretendom?",
"answer": "Samo u privatnim mečevima stjecanje nepravedne prednosti ili ometanje online iskustva s ljudima koji na to nisu pristali (kao u javnim mečevima) kažnjivo je zabranom. Redovito primjenjujemo zabrane računa i konzole za Wii U i Nintendo 3DS sustave. Pretendo koristi dodatne sigurnosne mjere koje čine tradicionalne metode „ponovnog uključivanja”, poput mijenjanja serijskog broja, neučinkovitima."
}
]
},
"showcase": {
"title": "Što stvaramo",
"text": "Naš projekt ima mnogo komponenti. Evo nekih od njih.",
"cards": [
{
"title": "Serveri za igre",
"caption": "Vraćanje tvojih omiljenih igri i sadržaja putem prilagođenih servera."
},
{
"title": "Juxtaposition",
"caption": "Novo zamišljanje Miiversea, kao da je nastalo u modernom dobu."
},
{
"title": "Podrška za Cemu",
"caption": "Igraj svoje omiljene Wii U naslove čak i bez konzole!"
}
]
},
"credits": {
"title": "Tim",
"text": "Upoznaj tim projekta",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Vlasnik projekta i glavni programer",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Istraživanje i razvoj Miiversea",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "quarky",
"caption": "Istraživanje Wii U-a i razvoj zakrpa",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"name": "SuperMarioDaBom",
"caption": "Istraživanje sustava i arhitektura servera",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "limes.pink",
"caption": "Web razvoj",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
"caption": "Istraživanje sustava i razvoj servera",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Billy",
"caption": "Očuvanje i arhitektura servera",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "DaniElectra",
"caption": "Istraživanje sustava i razvoj servera",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "niko",
"caption": "Web i razvoj servera",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "MatthewL246",
"caption": "DevOps i rad zajednice",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "Razvoj i optimizacija servera",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "Razvoj i istraživanje zakrpa za 3DS",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"specialThanks": {
"title": "Posebna zahvala",
"text": "Bez njih, Pretendo ne bi bio gdje je danas.",
"people": [
{
"name": "GitHub doprinositelji",
"caption": "Lokalizacije i drugi doprinosi",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
},
{
"name": "superwhiskers",
"caption": "razvoj crunch biblioteke",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "3DS razvoj i NEX dissector",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "rverse",
"caption": "Dijeljenje Miiverse informacija",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "Posebna zahvala",
"caption": "Istraživanje Nintendo struktura podataka",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Ikone za Mii ureživač i Juxt reakcije",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "Rambo6Glaz",
"caption": "Istraživanje konzola i serveri za igre",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"name": "GaryOderNichts",
"caption": "Razvoj zakrpa za Wii U",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "zaksabeast",
"caption": "Kreator zakrpa za 3DS",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"name": "mrjvs",
"caption": "Arhitektura servera",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "binaryoverload",
"caption": "Arhitektura servera",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "Simonx22",
"caption": "Splatoon faze i istraživanja",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Splatoon faze i istraživanja",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "GitHub doprinositelji",
"caption": "Lokalizacije i drugi doprinosi",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Budi u tijeku",
"text": "Pridruži se našem Discord serveru za dobivanje najnovijih informacija o projektu.",
"widget": {
"text": "Primaj aktualiziranja u stvarnom vremenu o našem napretku",
"button": "Pridruži se serveru"
}
},
"footer": {
"socials": "Druženja",
"usefulLinks": "Korisne poveznice",
"widget": {
"captions": [
"Želiš biti u tijeku?",
"Pridruži se našem Discord serveru!"
],
"button": "Pridruži se sada!"
},
"bandwidthRaccoonQuotes": [
"Ja sam Bandwidth rakun i volim grickati kablove koji vode u Pretendo Networkove servere. Baš fino!",
"Mnogi nas pitaju hoćemo li zbog ovoga imati pravnih problema s Nintendom; drago mi je što mogu reći da moja teta radi u Nintendu i ona kaže da je sve u redu.",
"WebKit v537 je najbolja verzija WebKita za Wii U. Ne, nećemo portirati Google Chrome na Wii U.",
"Jedva čekam da sat dosegne 03:14:08 UTC, 19. siječnja 2038.!",
"Wii U je zapravo podcijenjen sustav: reklame su bile stvarno loše, ali konzola je odlična. Hm, čekaj malo, nisam siguran zašto, ali moj GamePad se ne povezuje s mojim Wii-jem.",
"Super Mario World 2 Glavna tema od Yoshi Island je apsolutni hit i nema šanse da me uvjeriš u suprotno.",
"Moja omiljena izdanja za Nintendo Switch su Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack i Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age „You Really Liked The Nintendo Wii U Virtual Console Title, So We're Bringing It Back”. Stvarno se vidi da je Nintendu stalo.",
null,
"Moj prvi video na mom kanalu!! Već dugo želim snimati videa, ali je moj laptop radio prilično loše i nisam mogao pokrenuti Fraps, Skype i Minecraft odjednom. Ali sada je to sve prošlo! Uz pomoć mog učitelja informatike moj laptop radi puno bolje i sada mogu snimati! Nadam se da ćeš uživati, te ako da, lajkaj i pretplati se!!!",
"Što se mene tiče izgleda dobro"
]
},
"progressPage": {
"title": "Naš napredak",
"description": "Provjeri napredak i ciljeve projekta! (Aktualizira se otprilike svakih sat vremena, ne odražava SVE ciljeve ili sav napredak projekta)"
},
"blogPage": {
"title": "Blog",
"description": "Najnovija aktualiziranja u sažetim dijelovima. Ako želiš češće novosti <a href=\"/account/upgrade\" target=\"_blank\">podrži nas</a>.",
"published": "Izdavač:",
"publishedOn": ","
},
"account": {
"account": "Račun",
"loginForm": {
"login": "Prijava",
"register": "Registriraj se",
"detailsPrompt": "Dolje unesi podatke o svom računu",
"username": "Korisničko ime",
"password": "Lozinka",
"confirmPassword": "Potvrdi lozinku",
"email": "E-mail adresa",
"miiName": "Ime Mii-a",
"forgotPassword": "Ne sjećaš se lozinke?",
"registerPrompt": "Nemaš račun?",
"loginPrompt": "Već imaš račun?"
},
"forgotPassword": {
"header": "Zaboravljena lozinka",
"sub": "Doule unesi svoju e-mail adresu/PNID",
"input": "E-mail adresa ili PNID",
"submit": "Pošalji"
},
"resetPassword": {
"header": "Resetiraj lozinku",
"sub": "Dolje unesi novu lozinku",
"password": "Lozinka",
"confirmPassword": "Potvrdi lozinku",
"submit": "Pošalji"
},
"settings": {
"upgrade": "Nadogradi račun",
"unavailable": "Nedostupno",
"settingCards": {
"userSettings": "Korisničke postavke",
"profile": "Profil",
"nickname": "Nadimak",
"birthDate": "Datum rođenja",
"gender": "Spol",
"country": "Zemlja/regija",
"timezone": "Vremenska zona",
"serverEnv": "Okruženje servera",
"production": "Proizvodnja",
"beta": "Beta",
"upgradePrompt": "Beta serveri su ekskluzivni za beta testere.<br>Ako želiš postati beta tester, nadogradi na višu razinu računa.",
"hasAccessPrompt": "Tvoja trenutačna razina ti daje pristup beta serveru. Super!",
"signInSecurity": "Prijava i sigurnost",
"email": "E-mail adresa",
"password": "Lozinka",
"passwordResetNotice": "Nakon promjene lozinke, bit ćeš odjavljen/a sa svih uređaja.",
"signInHistory": "Povijest prijava",
"fullSignInHistory": "Pogledaj cijelu povijest prijava",
"otherSettings": "Druge postavke",
"discord": "Discord",
"connectedToDiscord": "Povezan na Discord kao",
"removeDiscord": "Ukloni Discord račun",
"noDiscordLinked": "Nema povezanog Discord računa.",
"linkDiscord": "Poveži Discord račun",
"newsletter": "Bilten",
"newsletterPrompt": "Primaj aktualiziranja o projektu putem e-pošte (možeš se odjaviti u bilo kojem trenutku)",
"passwordPrompt": "Unesi svoju PNID lozinku za preuzimanje Cemu datoteka",
"no_signins_notice": "Povijest prijava se trenutačno ne prati. Navrati kasnije!",
"no_newsletter_notice": "Bilten trenutačno nije dostupan. Navrati kasnije",
"no_edit_from_dashboard": "Uređivanje postavki PNID-a s korisničke nadzorne ploče trenutačno nije dostupno. Aktualiziraj korisničke postavke s tvoje povezane konzole za igre"
},
"delete": {
"button": "Izbriši račun",
"modalTitle": "Izbriši PNID",
"modalDescription": "Stvarno želiš izbrisati svoj PNID? Razmotri sljedeće prije brisanja:\n\nTvoji podaci o računu na svim Pretendo Network uslugama (uključujući Forum i Juxtaposition) će se izbrisati.\nTvoji Stripe podaci i pretplata će se automatski izbrisati.\nU budućnosti nećeš moći koristiti isti PNID na novom računu.\nBrisanje računa ne rješava probleme s isključivanjima ili tehničkom podrškom. Ako imaš problem, koristi Forum za pomoć.",
"modalCaution": "Ova je nepovratna radnja.",
"modalConfirm": "Da, izbriši"
}
},
"accountLevel": [
"Standardno",
"Tester",
"Voditelj",
"Programer"
],
"banned": "Isključen"
},
"upgrade": {
"title": "Nadogradi",
"description": "Postizanje mjesečnog cilja će Pretendo učinit stalnim poslom, pružajući kvalitetnija aktualiziranja pri većoj brzini.",
"month": "mjesec",
"tierSelectPrompt": "Odaberi razinu",
"unsub": "Otkaži pretplatu",
"unsubPrompt": "Stvarno se želiš odjaviti s <span>tiername</span>? <span>Odmah</span> ćeš izgubiti pristup pogodnostima",
"unsubConfirm": "Otkaži pretplatu",
"changeTier": "Promijeni razinu",
"changeTierPrompt": "Stvarno se želiš odjaviti s <span class=\"oldtier\">oldtiername</span> i pretplatiti se na <span class=\"newtier\">newtiername</span>?",
"changeTierConfirm": "Promijeni razinu",
"back": "Natrag"
},
"donation": {
"progress": "<span>$${totd}</span> od <span>$${goald}</span>/mjesečno, <span>${perc} %</span> mjesečnog cilja.",
"upgradePush": "Za pretplatu i pristup još boljim pogodnostima, posjeti <a href=\"/account/upgrade\">stranicu za nadogradnju</a>."
},
"localizationPage": {
"title": "Lokalizirajmo",
"description": "Umetni poveznicu na javno dostupnu JSON lokaciju za testiranje na web-stranici",
"instructions": "Pogledaj upute za lokalizaciju",
"fileInput": "Datoteka za testiranje",
"filePlaceholder": "https://poveznica.do/datoteke.json",
"button": "Testiraj datoteku"
},
"docs": {
"missingInLocale": "Ova stranica nije dostupna u tvom području. Dolje pogledaj englesku verziju.",
"quickLinks": {
"header": "Brze poveznice",
"links": [
{
"header": "Instaliraj Pretendo",
"caption": "Pogledaj upute za postavljanje"
},
{
"header": "Dogodila se greška?",
"caption": "Potraži je ovdje"
}
]
},
"search": {
"title": "Imaš li kod greške?",
"caption": "Upiši taj kod greške u okvir ispod za dobivanje informacija o tvom problemu!",
"label": "Kod greške",
"no_match": "Nema podudaranja"
},
"sidebar": {
"getting_started": "Kako započeti",
"welcome": "Dobro došao, dobro došla",
"install_extended": "Instaliraj Pretendo",
"install": "Instaliraj",
"search": "Traži",
"juxt_err": "Kodovi grešaka Juxt"
}
},
"modals": {
"cancel": "Odustani",
"confirm": "Potvrdi",
"close": "Zatvori"
},
"notfound": {
"description": "Nažalost nismo uspjeli pronaći ovu stranicu."
}
}

View File

@@ -16,11 +16,13 @@
"faq": "Gyakran ismételt kérdések",
"blog": "A legutolsó frissítéseink, tömören",
"progress": "Ellenőrizd a projekt előrehaladást és célokat",
"credits": "Találkozz a team-mel"
"credits": "Találkozz a team-mel",
"forum": "Csevegj másokkal és szerezz segítséget"
}
},
"about": "Névjegy",
"faq": "GYIK"
"faq": "GYIK",
"forum": "Fórum"
},
"hero": {
"subtitle": "Játék szerverek",
@@ -66,24 +68,28 @@
"answer": "Akkor fogunk új játékokon dolgozni amikor azt érezzük hogy a backend könyvtárunk támogatja, és van egy fejlesztő aki karbantartja. Sok munka megy bele abba hogy stabilizáljuk és befejezzük a meglévő játékokat - Megakarjuk adni a legjobb élményt mielőtt egy új játékra megyünk. Mivel mindig jön új munka, ezért nem tudjuk megmondani mikor lesz ez."
},
{
"question": "Működik a Pretendo Cemu-n vagy emulátorokon?",
"answer": "Cemu 2.1 teljeskörűen támogatja a Pretendo-t a hálózati profil fül alatt az emulátorban. Több információért hogyan kezdj bele a Cemu-val, nézd meg a <a href=\"https://pretendo.network/docs/install/cemu\">dokumentációt</a>.<br>Néhány 3DS emulátor vagy forkja is lehet hogy támogat minket, de nincs semmilyen hivatalos ajánlásunk vagy telepítési útmutatónk még. A Citra teljes verziója nem támogatja a Pretendo-t."
"question": "Ha van egy emulátorom, az elég a Pretendo használatához?",
"answer": "Nem. A könnyebb moderáció és biztonság érdekében, az emulátor használatához szükséged lesz egy valódi konzolra is. Ez lehetővé tesz egy biztosabb rendszert és a szabályok hatékonyabb betartattatását, egy élvezetesebb és megbízhatóbb élmény érdekében."
},
{
"answer": "Cemu 2.1 teljeskörűen támogatja a Pretendo-t a hálózati profil fül alatt az emulátorban. Több információért, hogy hogyan kezdj bele a Cemu-val való online játékba, nézd meg a <a href=\"https://pretendo.network/docs/install/cemu\">dokumentációt</a>.<br>Néhány 3DS emulátor vagy annak forkjai lehet támogatnak minket, de egyenlőre nincs semmilyen hivatalos ajánlásunk vagy telepítési útmutatónk hozzájuk. A Citra legújabb verziója nem támogatja a Pretendo-t.",
"question": "Működik a Pretendo a Cemu emulátoron/más emulátorokon?"
},
{
"answer": "A Wii-nek már vannak saját szerverei, amit a <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> biztosít. Jelenleg nem célozzuk meg a Switch-et, mivel fizetős és teljesen más, mint a Nintendo Network.",
"question": "Fogja a Pretendo támogatni a Wii-t/Switch-et?"
},
{
"answer": "A legjobb élményért a konzolokon, kell hackelned kell a konzolt - pontosan Aromával a Wii U-hoz és Luma3DS-el a 3DS-hez, de a Wii U-hoz van hackelés nélküli SSSL megoldás de limitált hozzáféréssel. Nézd meg a <a href=\"/docs/install\">telepítési lépéseket</a> a leírásért.",
"question": "Szükségem van hack-re a csatlakozáshoz?"
"answer": "A legjobb élményért a konzolokon, hackelned kell a konzolod - pontosabban Aromával a Wii U-hoz és Luma3DS-el a 3DS-hez, de a Wii U-hoz van hackelés nélküli SSSL megoldás, de limitált hozzáféréssel. Nézd meg a <a href=\"/docs/install\">telepítési lépéseket</a> a leírásért.",
"question": "Szükségem van hackelésre a csatlakozáshoz?"
},
{
"answer": "Nincs hozzáférésünk a Nintendo hálózat ban listájához, szóval nem fogsz az maradni. De vannak szabályok amiket ha nem követsz akkor az bannolást okozhat.",
"question": "Ha bannolva vagyok a Nintendo hálózaton, ugyanúgy bannolva maradok Pretendón?"
"question": "Ha bannolva vagyok a Nintendo hálózaton, ugyanúgy bannolva maradok Pretendón?",
"answer": "Nincs hozzáférésünk a Nintendo hálózat ban listájához, szóval nem fogsz az maradni. De vannak szabályok amiket ha nem követsz akkor az bannolást okozhat."
},
{
"question": "Lehet-e csalásokat vagy mod-okat online használni a Pretendo-val?",
"answer": "Csak privát meccseken - a tisztességtelen előny megszerzése vagy az online élmény megzavarása olyan emberekkel, akik nem járultak hozzá (mint a nyilvános meccseken), tiltás alá esik. Rendszeresen alkalmazunk fiók- és konzoltiltiltásokat mind a Wii U, mind a 3DS rendszereken. A Pretendo olyan extra biztonsági intézkedéseket alkalmaz, amelyek hatástalanná teszik a hagyományos „unban” módszereket, mint például a sorozatszám megváltoztatása."
"answer": "Csak privát meccseken - a tisztességtelen előny megszerzése vagy az online élmény megzavarása olyan emberekkel, akik nem járultak hozzá (mint a nyilvános meccseken), tiltás alá esik. Rendszeresen alkalmazunk fiók- és konzoltiltásokat mind a Wii U, mind a 3DS rendszereken. A Pretendo olyan extra biztonsági intézkedéseket alkalmaz, amelyek hatástalanná teszik a hagyományos „unban” módszereket, mint például a sorozatszám megváltoztatása.",
"question": "Lehet-e csalásokat vagy mod-okat online használni a Pretendo-val?"
}
]
},
@@ -134,10 +140,10 @@
"picture": "https://github.com/supermariodabom.png"
},
{
"picture": "https://github.com/gitlimes.png",
"name": "Pinklimes",
"picture": "https://github.com/limesdotpink.png",
"name": "limes.pink",
"caption": "Web fejlesztő",
"github": "https://github.com/gitlimes"
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
@@ -192,7 +198,7 @@
"A Wii U tulajdonképpen egy alulértékelt rendszer: a reklámok nagyon rosszak voltak, de a konzol nem. Hú, várj egy percet, nem tudom miért nem csatlakozik a Gamepad-om a Wii-omhoz.",
"Super Mario World 2 - Yoshi's Island's főcím zenéje abszolút bop, és semmiképpen sem fogsz meggyőzni az ellenkezőjéről.",
"A kedvenc Nintendo Switch kiadásaim: a Nintendo Switch Online + Expansion Pack, a Nintendo Switch Online + Rumble Pak, a Nintendo Switch Online + Offline Play Pack, a Nintendo Switch Online + Yet Another Port Pack és a Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Nagyon szeretted a Nintendo Wii U Virtual Console-t szóval visszahozzuk\" Pack. Tényleg elmondhatod, hogy a Nintendo figyel rád.",
"Az \"Ismered Ash-t, áldd meg a szívét, egész nap UwUzik.\" a déli kedves módja annak, hogy \"Ash uwuzik minden alkalommal, és ez nagyon furcsa és hülye, és azt kívánom, bárcsak ne”",
"Az \"Ismered Kip-t, áldd meg a szívét, egész nap UwUzik.\" a déli kedves módja annak, hogy \"Kip uwuzik minden alkalommal, és ez nagyon furcsa és hülye, és azt kívánom, bárcsak ne”",
"Első videóm a csatornámon!! Már régóta szertem volna videókat készíteni, de a laptopom elég rosszul ment, és nem tudtam egyszerre futtatni a fraps-t, a skype-ot és a minecraftot. de most vége! informatika tanárom segítségével a laptopom sokkal jobban működik, és már tudok rögzíteni! remélem tetszeni fog és ha igen nyomj egy like-ot és iratkozz fel!!!",
"Jónak tűnik nekem"
],
@@ -251,7 +257,7 @@
"timezone": "Időzóna",
"serverEnv": "Szerver környezet",
"production": "Éles",
"hasAccessPrompt": "A jelenlegi csomag hozzáférést at a béta szerverekhez. Király!",
"hasAccessPrompt": "A jelenlegi csomag hozzáférést ad a béta szerverekhez. Király!",
"signInSecurity": "Bejelentkezés és biztonság",
"email": "Email",
"password": "Jelszó",
@@ -267,7 +273,14 @@
"no_edit_from_dashboard": "A PNID beállítások szerkesztése a vezérlőpultról jelenleg nem elérhető. Kérjük módosítsd a felhasználói beállításaid a csatlakoztatott játék konzolodról"
},
"upgrade": "Fiók bővítése",
"unavailable": "Nem elérhető"
"unavailable": "Nem elérhető",
"delete": {
"button": "Fiók törlése",
"modalTitle": "PNID törlése",
"modalCaution": "Ez nem visszafordítható.",
"modalConfirm": "Igen, töröld",
"modalDescription": "Biztosan törölni szeretnéd a PNID-ed? Gondold át a következőket a törlés előtt:\n\nAz adataid minden Pretendo Network szolgáltatásban (beleértve a Fórumot és a Juxtaposition-t) eltávolításra kerültnek.\nA Stripe adatod és előfizetésed is törlésre kerül.\nNem tudod használni ugyanezt a PNID-t egy új fiók számára a jövőben.\nA fiók törlése nem oldja meg a bannolást vagy a technikai problémákat. Ha problémád van, használd a Fórum-ot segítségért."
}
},
"accountLevel": [
"Normál",
@@ -286,7 +299,7 @@
},
"upgrade": {
"title": "Bővítés",
"unsubPrompt": "Biztos, hogy le szeretnél iratkozni a <span>tiername</span> csomagról? El fogod veszíteni a hozzáférést az ehhez a csomaghoz kapcsolódó cuccokhoz.",
"unsubPrompt": "Biztos, hogy le szeretnél iratkozni a <span>tiername</span> csomagról? <span>Azonnal</span> el fogod veszíteni a hozzáférést az ehhez a csomaghoz kapcsolódó cuccokhoz.",
"changeTier": "Csomag módosítása",
"description": "Ha havi cél elérése a Pretendo-t teljes munkaidős munkává teszi, ez jobb minőségű frissítéseket és nagyobb fejlesztési sebességet biztosít.",
"month": "hónap",

View File

@@ -12,9 +12,15 @@
"dropdown": {
"captions": {
"credits": "Berkenalan dengan Tim",
"progress": "Lihat kemajuan dan tujuan proyek"
"progress": "Lihat kemajuan dan tujuan proyek",
"faq": "Pertanyaan yang sering diajukan",
"about": "Tentang projek",
"blog": "Update terbaru kami, secara singkat"
}
}
},
"faq": "Pertanyaan Umum",
"blog": "Berita",
"donate": "Donasi"
},
"hero": {
"title": "Dibuat ulang",
@@ -28,11 +34,431 @@
"title": "Tentang kami",
"paragraphs": [
"Pretendo adalah proyek sumber terbuka dengan tujuan untuk membuat ulang Nintendo Network untuk 3DS dan Wii U menggunakan rekaya terbalik ruang bersih.",
"Karena layanan kami bersifat gratis dan sumber terbuka, layanan tersebut akan tetap bertahan lama setelah penutupan Nintendo Network yang pasti akan terjadi."
"Karena layanan kami bersifat gratis dan sumber terbuka, layanan kami akan tetap ada untuk waktu yang lama di masa depan."
]
},
"progress": {
"title": "Perkembangan",
"githubRepo": "Repositori Github"
},
"faq": {
"text": "Berikut adalah beberapa pertanyaan umum yang sering diajukan kepada kami untuk mendapatkan informasi yang mudah.",
"QAs": [
{
"question": "Apa itu Pretendo?",
"answer": "Pretendo adalah pengganti Nintendo Network sumber terbuka yang bertujuan untuk membangun server khusus bagi keluarga konsol Wii U dan 3DS. Tujuan kami adalah untuk mempertahankan fungsionalitas daring konsol ini, agar pemain dapat terus memainkan gim Wii U dan 3DS favorit mereka dengan kapasitas maksimal."
},
{
"answer": "Sayangnya, tidak. NNIDs yang sudah ada tidak bisa digunakan di Pretendo, karena hanya Nintendo memegang data user mu; sedangkan migrasi dari NNID-ke-PNID secara teori memungkinkan, itu bisa berisiko dan membutuhkan data user sensitif yang kami tidak ingin memiliki.",
"question": "Apakah NNID yang ada bekerja di Pretendo?"
},
{
"question": "Bagaimana saya mengunakan Pretendo?",
"answer": "Untuk memulai dengan Jaringan Pretendo di 3DS, Wii U atau emulator, mohon melihat <a href=\"/docs/install\">instruksi setup</a> kami!"
},
{
"question": "Kapan anda tahu kapan fitur/layanan akan siap?",
"answer": "Tidak. Banyak fitur/layanan Pretendo dikembangkan secara terpisah (misalnya, Miiverse mungkin sedang dikerjakan oleh satu pengembang sementara Akun dan Teman sedang dikerjakan oleh pengembang lain) dan oleh karena itu kami tidak dapat memberikan perkiraan waktu penyelesaian secara keseluruhan untuk berapa lama ini akan memakan waktu."
},
{
"question": "Kapan akan kamu tambahkan lebih banyak game?",
"answer": "Kami mulai mengembangkan game baru setelah kami yakin bahwa perpustakaan backend kami siap untuk mendukungnya, dan ada waktu pengembangan yang tersedia untuk memeliharanya. Sebagian besar pekerjaan kami difokuskan pada stabilisasi dan penyelesaian game-game yang sudah ada - kami ingin memastikan pengalaman terbaik di game-game tersebut sebelum beralih ke judul baru. Karena pekerjaan baru terus bermunculan, kami tidak dapat memberikan perkiraan kapan hal itu akan terjadi."
},
{
"question": "Jika aku menggunakan emulator, apakah itu cukup untuk menggunakan Pretendo?",
"answer": "Tidak. Untuk tujuan keamanan dan moderasi, jika Anda menggunakan emulator, Anda tetap memerlukan konsol asli. Hal ini memungkinkan peningkatan keamanan dan penegakan aturan yang lebih efektif guna menyediakan pengalaman yang aman dan menyenangkan saat menggunakan layanan kami."
},
{
"question": "Apakah Pretendo berfungsi di Cemu/emulator?",
"answer": "Cemu 2.1 secara resmi mendukung Pretendo di bawah opsi akun jaringan Anda di emulator. Untuk informasi tentang cara memulai dengan Cemu, silakan lihat <a href=\"https://pretendo.network/docs/install/cemu\">dokumentasinya</a>.<br>Beberapa emulator 3DS atau cabang mungkin mendukung Pretendo, tetapi kami tidak memiliki rekomendasi resmi atau petunjuk pengaturan pada saat ini. Versi final Citra tidak mendukung Pretendo."
},
{
"question": "Akankah Pretendo mendukung Wii/Switch?",
"answer": "Wii sudah memiliki server khusus yang disediakan oleh <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Saat ini, kami tidak berencana untuk menargetkan Switch karena platform tersebut berbayar dan sepenuhnya berbeda dengan Nintendo Network."
},
{
"question": "Apakah saya perlu memakai hacks untuk terhubung?",
"answer": "Untuk pengalaman terbaik di konsol, Anda perlu melakukan hack pada sistem Anda - khususnya Aroma untuk Wii U dan Luma3DS untuk 3DS. Namun, pada Wii U, metode SSSL tanpa hack juga tersedia dengan fungsi terbatas. Lihat <a href=\"/docs/install\">petunjuk pengaturan</a> kami untuk detailnya."
},
{
"question": "Jika aku di-banned di Jaringan Nintendo, Apakah aku tetap ter-banned saat menggunakan Pretendo?",
"answer": "Kami tidak memiliki akses ke daftar larangan Nintendo Network, jadi semua pengguna Nintendo Network tidak dilarang. Namun, kami memiliki aturan yang harus diikuti saat menggunakan layanan ini, dan tidak mematuhi aturan tersebut dapat mengakibatkan larangan."
},
{
"question": "Apakah saya bisa menggunakan cheat atau mod saat bermain online dengan Pretendo?",
"answer": "Hanya dalam pertandingan privat - mendapatkan keuntungan yang tidak adil atau mengganggu pengalaman online dengan orang-orang yang tidak memberikan persetujuan (seperti dalam pertandingan publik) merupakan pelanggaran yang dapat mengakibatkan pemblokiran akun. Kami secara rutin menerapkan pemblokiran akun dan konsol pada sistem Wii U dan 3DS. Pretendo menggunakan langkah-langkah keamanan tambahan yang membuat metode 'pembebasan pemblokiran' tradisional seperti mengubah nomor seri menjadi tidak efektif."
}
],
"title": "Pertanyaan yang sering diajukan"
},
"modals": {
"close": "Tutup",
"cancel": "Batal",
"confirm": "Konfirmasi"
},
"showcase": {
"title": "Apa kami buat",
"text": "Proyek kami memiliki banyak komponen. Ini adalah beberapa di antaranya.",
"cards": [
{
"title": "Server gim",
"caption": "Membawa kembali permainan dan konten favorit anda menggunakan server khusus."
},
{
"title": "Juxtaposition",
"caption": "Pencitraan ulang Miiverse, dibuat di era modern."
},
{
"title": "Kompatibilitas dengan Cemu",
"caption": "Mainkan judul Wii U favorit anda bahkan tanpa konsol!"
}
]
},
"credits": {
"title": "Tim",
"text": "Temui tim di balik proyek ini",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Pemilik proyek dan pengembang utama",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Jemma (CaramelKat)",
"caption": "Penelitian dan pengembangan Miiverse",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "quarky",
"caption": "Penelitian dan pengembangan patch Wii U",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"name": "SuperMarioDaBom",
"caption": "Penelitian sistem dan arsitektur server",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "limes.pink",
"caption": "Pengembangan web",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
"caption": "Penelitian sistem dan pengembangan server",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Billy",
"caption": "Pengarsipan dan arsitektur server",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "DaniElectra",
"caption": "Penelitian sistem dan pengembangan server",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "niko",
"caption": "Pengembangan web dan server",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "MatthewL246",
"caption": "DevOps dan kerja komunitas",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "Pengembangan dan pengoptimalan server",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "Pengembangan dan penelitian patch 3DS",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"specialThanks": {
"title": "Lebih banyak terimah kasih",
"text": "Tanpa mereka, Pretendo tidak akan menjadi seperti sekarang ini.",
"people": [
{
"name": "Kontributor GitHub",
"caption": "Lokalisasi dan kontribusi lainnya",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
},
{
"name": "superwhiskers",
"caption": "pengembangan pustaka crunch",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "pengembangan 3DS dan disektor NEX",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "rverse",
"caption": "berbagi informasi Miiverse",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "Kinnay",
"special": "lebih banyak terima kasih",
"caption": "Penelitian tentang struktur data Nintendo",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Ikon untuk Editor Mii dan reaksi Juxt",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "Rambo6Glaz",
"caption": "Riset konsol dan server game",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"name": "GaryOderNichts",
"caption": "Pengembangan patch Wii U",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "zaksabeast",
"caption": "Pembuat patch 3DS",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"name": "mrjvs",
"caption": "Arsitektur server",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "binaryoverload",
"caption": "Arsitektur server",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "Simonx22",
"caption": "Rotasi Splatoon dan penelitian",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Rotasi Splatoon dan penelitian",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "Kontributor GitHub",
"caption": "Lokalisasi dan kontribusi lainnya",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Menikuti update",
"text": "Bergabunglah dengan server Discord kami untuk memperoleh informasi terkini tentang proyek ini.",
"widget": {
"text": "Dapatkan pembaruan waktu nyata tentang kemajuan kami",
"button": "Bergabunglah dengan server"
}
},
"footer": {
"socials": "Sosial",
"usefulLinks": "Halaman yang berguna",
"widget": {
"captions": [
"Ingin mendapat informasi terbaru?",
"Bergabunglah dengan server Discord kami!"
],
"button": "Bergabung sekarang!"
},
"bandwidthRaccoonQuotes": [
"Aku adalah Bandwidth si Rakun, dan saya suka menggigit kabel yang masuk ke server Pretendo Network. Enak sekali!",
"Banyak orang bertanya kami apakah kami akan bermasalah dengan Nintendo karena hal ini; saya dengan senang hati mengatakan bahwa bibi saya bekerja di Nintendo dan ia mengatakan semuanya baik-baik saja.",
"Webkit v537 adalah versi terbaik Webkit untuk Wii U. Tidak, kami tidak akan menambahkan Chrome ke Wii U.",
"Saya tidak sabar menunggu jam mencapai 03:14:08 UTC pada tanggal 19 Januari 2038!",
"Wii U sebenarnya adalah sistem yang diremehkan: iklannya sangat buruk, tetapi konsolnya hebat. Huh, tunggu sebentar, saya tidak yakin mengapa GamePad saya tidak terhubung ke Wii saya.",
"Tema utama Super Mario World 2 - Yoshi's Island benar-benar hebat dan tidak mungkin Anda akan meyakinkan saya sebaliknya.",
"Rilisan Nintendo Switch favorit saya adalah Nintendo Switch Online + Paket Ekspansi, Nintendo Switch Online + Paket Rumble, Nintendo Switch Online + Paket Permainan Offline, Nintendo Switch Online + Paket Rilis Ulang Sekali Lagi, dan Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Anda Sangat Menyukai Judul Konsol Virtual Nintendo Wii U, Jadi Kami Hadirkan Kembali\" Pack. Anda benar-benar melihat Nintendo peduli.",
"Seperti \"Kau tahu Kip, hatinya diberkati, dia UwU sepanjang hari\" adalah cara orang Amerika Serikat selatan yang baik untuk mengatakan \"Kip uwus sepanjang waktu dan itu benar-benar aneh dan bodoh dan aku berharap mereka tidak melakukannya\"",
"Video pertamaku di saluranku!! Aku sudah lama ingin membuat video, tetapi laptopku berjalan sangat buruk dan aku tidak bisa menjalankan fraps, skype, dan minecraft secara bersamaan. Tapi sekarang sudah selesai! Dengan bantuan dari guru IT-ku, laptopku berjalan jauh lebih baik dan aku bisa merekam sekarang! Aku harap kalian semua menikmatinya dan jika kalian menikmatinya, silakan like dan subscribe!!!",
"Kelihatannya Bagus Bagi Saya"
]
},
"progressPage": {
"title": "Kemajuan kita",
"description": "Periksa kemajuan dan sasaran proyek! (Diperbarui setiap jam atau lebih, tidak mencerminkan SEMUA sasaran atau kemajuan proyek)"
},
"blogPage": {
"title": "Blog",
"description": "Pembaruan terbaru dalam ringkasan singkat. Jika ingin melihat pembaruan yang lebih sering, pertimbangkan untuk <a href=\"/account/upgrade\" target=\"_blank\">mendukung kami</a>.",
"published": "Diterbitkan oleh",
"publishedOn": "pada"
},
"account": {
"account": "Akun",
"loginForm": {
"login": "Masuk",
"register": "Daftar",
"detailsPrompt": "Masukkan detail akun di bawah ini",
"username": "Nama Pengguna",
"password": "Kata Sandi",
"confirmPassword": "Konfirmasi Kata Sandi",
"email": "Surel",
"miiName": "Nama Mii",
"forgotPassword": "Lupa kata sandi?",
"registerPrompt": "Tidak punya akun?",
"loginPrompt": "Sudah punya akun?"
},
"forgotPassword": {
"header": "Lupa Kata Sandi",
"sub": "Masukkan alamat surel/PNID Anda di bawah in",
"input": "Surel atau PNID",
"submit": "Kirim"
},
"resetPassword": {
"header": "Atur Ulang Kata Sandi",
"sub": "Masukkan kata sandi baru di bawah ini",
"password": "Kata Sandi",
"confirmPassword": "Konfirmasi Kata Sandi",
"submit": "Kirim"
},
"settings": {
"upgrade": "Upgrade akun",
"unavailable": "Tidak tersedia",
"settingCards": {
"userSettings": "Pengaturan pengguna",
"profile": "Profil",
"nickname": "Nama panggilan",
"birthDate": "Tanggal lahir",
"gender": "Jenis kelamin",
"country": "Negara/wilayah",
"timezone": "Zona waktu",
"serverEnv": "Lingkungan server",
"production": "Produksi",
"beta": "Beta",
"upgradePrompt": "Server beta hanya tersedia untuk penguji beta.<br>Untuk menjadi penguji beta, tingkatkan ke tingkat akun yang lebih tinggi.",
"hasAccessPrompt": "Tingkat anda saat ini memberikan akses ke server beta. Keren!",
"signInSecurity": "Masuk dan keamanan",
"email": "Surel",
"password": "Kata sandi",
"passwordResetNotice": "Setelah mengubah kata sandi, anda akan keluar dari semua perangkat.",
"signInHistory": "Sejerah masuk",
"fullSignInHistory": "Lihat sejerah masuk lengkap",
"otherSettings": "Pengaturan lain",
"discord": "Discord",
"connectedToDiscord": "Terhubung ke Discord sebagai",
"removeDiscord": "Pisahkan akun Discord",
"noDiscordLinked": "Tidak ada akun Discord yang terhubung.",
"linkDiscord": "Hubungkan akun Discord",
"newsletter": "Surat Kabar",
"newsletterPrompt": "Terima pembaruan proyek melalui email (Anda dapat berhenti berlangganan kapan saja)",
"passwordPrompt": "Masukkan kata sandi PNID untuk mengunduh berkas Cemu.",
"no_signins_notice": "Sejerah masuk saat ini tidak dilacak. Silakan cek kembali nanti!",
"no_newsletter_notice": "Surat kabar saat ini tidak dilacak. Silakan cek kembali nanti!",
"no_edit_from_dashboard": "Pengaturan PNID saat ini tidak dapat diubah melalui situs web. Silakan perbarui pengaturan pengguna dari konsol game yang terhubung."
},
"delete": {
"button": "Hapus Akun",
"modalTitle": "Hapus PNID",
"modalDescription": "Apakah Anda yakin ingin menghapus PNID Anda? Pertimbangkan hal-hal berikut sebelum menghapus:\n\nData akun Anda di semua layanan Pretendo Network (termasuk Forum dan Juxtaposition) akan dihapus.\nData Stripe dan langganan Anda akan dihapus secara otomatis.\nAnda tidak akan dapat menggunakan PNID yang sama pada akun baru di masa depan.\nMenghapus akun tidak akan menyelesaikan masalah terkait larangan atau dukungan teknis. Jika Anda mengalami masalah, silakan gunakan Forum untuk mendapatkan bantuan.",
"modalCaution": "Tindakan ini tidak dapat dibatalkan.",
"modalConfirm": "Ya, hapus"
}
},
"accountLevel": [
"Standar",
"Penguji",
"Moderator",
"Pengembang"
],
"banned": "Dilarang"
},
"upgrade": {
"title": "Upgrade Akun",
"description": "Mencapai target bulanan akan menjadikan Pretendo sebagai pekerjaan penuh waktu, sehingga dapat menyediakan pembaruan berkualitas lebih baik dengan kecepatan yang lebih tinggi.",
"month": "bulan",
"tierSelectPrompt": "Pilih tingkatan",
"unsub": "Berhenti Berlangganan",
"unsubPrompt": "Apakah Anda yakin ingin berhenti berlangganan dari <span>tiername</span>? Anda akan <span>segera</span> kehilangan akses ke manfaat yang terkait dengan tingkatan tersebut.",
"unsubConfirm": "Berhenti Berlangganan",
"changeTier": "Ubah tingkatan",
"changeTierPrompt": "Apakah yakin ingin berhenti berlangganan dari <span class=\"oldtier\">oldtiername</span> dan berlangganan ke <span class=\"newtier\">newtiername</span>?",
"changeTierConfirm": "Ubah tingkatan",
"back": "Kembali"
},
"donation": {
"progress": "<span>$${totd}</span> dari <span>$${goald}</span> per bulan, <span>${perc}%</span> dari target bulanan.",
"upgradePush": "Untuk menjadi pelanggan dan mendapatkan akses ke berbagai keuntungan menarik, kunjungi <a href=\"/account/upgrade\">halaman upgrade</a>."
},
"localizationPage": {
"title": "Mari kita lokalkan",
"description": "Salin tautan ke file JSON locale yang dapat diakses publik untuk mengujinya di situs web.",
"instructions": "Lihat petunjuk lokalisasi",
"fileInput": "Berkas untuk diuji",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "Berkas uji"
},
"docs": {
"missingInLocale": "Halaman ini tidak tersedia dalam bahasa anda. Silakan periksa versi bahasa Inggris di bawah ini.",
"quickLinks": {
"header": "Tautan cepat",
"links": [
{
"header": "Instal Pretendo",
"caption": "Lihat petunjuk pengaturan"
},
{
"header": "Ada kesalahan?",
"caption": "Cari di sini"
}
]
},
"search": {
"title": "Mendapatkan kode kesalahan?",
"caption": "Ketikkan di kotak di bawah ini untuk mendapatkan informasi tentang masalah anda!",
"label": "Kode kesalahan",
"no_match": "Tidak ditemukan hasil yang sesuai"
},
"sidebar": {
"getting_started": "Memulai",
"welcome": "Selamat datang",
"install_extended": "Instal Pretendo",
"install": "Instal",
"search": "Cari",
"juxt_err": "Kode kesalahan - Juxt"
}
},
"notfound": {
"description": "Maaf! Kami tidak dapat menemukan halaman ini."
}
}

View File

@@ -6,7 +6,7 @@
"credits": "Riconoscimenti",
"progress": "Progresso",
"blog": "Blog",
"account": "Profilo",
"account": "Account",
"accountWidget": {
"settings": "Impostazioni",
"logout": "Logout"
@@ -17,10 +17,12 @@
"credits": "Incontra il team",
"about": "Riguardo al progetto",
"faq": "Domande frequenti",
"blog": "I nostri ultimi aggiornamenti, sintetizzati",
"progress": "Controlla lo stato di avanzamento del progetto e gli obiettivi"
"blog": "I nostri ultimi aggiornamenti in breve",
"progress": "Controlla lo stato del progetto e gli obiettivi",
"forum": "Chatta con gli altri e ricevi supporto"
}
}
},
"forum": "Forum"
},
"hero": {
"subtitle": "Server di gioco",
@@ -34,12 +36,12 @@
"title": "Informazioni",
"paragraphs": [
"Pretendo è un progetto open source con l'obiettivo di ricreare Nintendo Network per 3DS e Wii U utilizzando ingegneria inversa clean-room.",
"Visto che i nostri server saranno gratuiti e open source, essi potranno esistere anche dopo l'inevitabile chiusura di Nintendo Network."
"Visto che i nostri server saranno gratuiti e open source, essi potranno esistere per molto tempo nel futuro."
]
},
"progress": {
"title": "Progresso",
"githubRepo": "Repository GitHub"
"githubRepo": "Repository di GitHub"
},
"faq": {
"title": "Domande frequenti",
@@ -51,38 +53,43 @@
},
{
"question": "I miei NNID esistenti funzioneranno su Pretendo?",
"answer": "Purtroppo, no. I NNID esistenti non funzioneranno su Pretendo, poiché solo Nintendo è in possesso dei tuoi dati utente; benché una migrazione da-NNID-a-PNID sia teoricamente possibile, sarebbe rischiosa e richiederebbe dati personali dell'utente che preferiremmo non avere."
"answer": "Purtroppo, no. I NNID esistenti non funzioneranno su Pretendo, poiché solo Nintendo è in possesso dei tuoi dati utente; benché una migrazione da NNID a PNID sia teoricamente possibile, sarebbe rischiosa e richiederebbe dati personali dell'utente che preferiremmo non avere."
},
{
"question": "Come si usa Pretendo?",
"answer": "Pretendo non è ancora in uno stato tale da poter essere usata dal pubblico. Tuttavia, quando lo sarà potrai usare Pretendo semplicemente eseguendo il nostro patcher homebrew sulla tua console."
"answer": "Per iniziare con Pretendo Network su 3DS, Wii U o emulatori, controlla le nostre <a href=\"/docs/install\">istruzioni di configurazione</a>!"
},
{
"question": "Sapete quando una determinata funzionalità/servizio sarà pronta/o?",
"answer": "No. Molte delle funzionalità/servizi di Pretendo sono sviluppate indipendentemente (per esempio, uno sviluppatore potrebbe lavorare su Miiverse mentre un altro sta lavorando su Account e Amici) e per questo non possiamo fornire una stima del tempo mancante al completamento."
"question": "Tra quanto tempo sarà pronta questa funzionalità/servizio?",
"answer": "Molte delle funzionalità/servizi di Pretendo sono sviluppate indipendentemente (per esempio, uno sviluppatore potrebbe lavorare su Miiverse mentre un altro sta lavorando su Account e Amici) e per questo non possiamo fornire una stima del tempo mancante al completamento."
},
{
"question": "Quando saranno aggiunti più giochi?",
"answer": "Lavoriamo su giochi nuovi quando riteniamo che le nostre librerie backend siano pronte per supportarli e che ci sia del tempo di sviluppo a disposizione per mantenerli. Gran parte del nostro lavoro consiste nel rendere stabili e completi i nostri giochi esistenti - vogliamo offrire la miglior esperienza possibile in quelli prima di passare a nuovi titoli. Poiché nuovi lavori sorgono costantemente, non possiamo fare alcuna stima di quando ciò potrebbe accadere."
},
{
"question": "Se utilizzo un emulatore, sarà sufficiente per utilizzare Pretendo?",
"answer": "No. Per motivi di sicurezza e moderazione, anche se utilizzi un emulatore è comunque necessaria una console fisica. Questo ci permette di migliorare la sicurezza e di applicare meglio le regole al fine di fornire un'esperienza sicura e piacevole con il nostro servizio."
},
{
"question": "Pretendo funziona su Cemu/emulatori?",
"answer": "Pretendo supporta qualsiasi client in grado di connettersi a Nintendo Network. Al momento l'unico emulatore con questa capacità è Cemu. Cemu 2.0 supporta ufficialmente Pretendo nelle opzioni dell'account di rete dell'emulatore. Per informazioni su come impostare Pretendo su Cemu, visita la <a href=\"https://pretendo.network/docs/install/cemu\">documentazione</a>.<br>Citra non supporta le funzionalità di gioco online reali, quindi non funziona con Pretendo; inoltre, non mostra segni di poter funzionare in futuro. Mikage, un emulatore di 3DS per dispositivi mobili, potrebbe fornire supporto in futuro, ma questo è tutt'altro che certo."
},
{
"question": "Se sono bannato su Nintendo Network, rimarrò bannato quando userò Pretendo?",
"answer": "Noi non avremo accesso alla lista degli utenti bannati da Nintendo Network, quindi quegli utenti non saranno bannati sul nostro servizio. Ci saranno comunque regole da seguire mentre si usa il servizio, e il mancato rispetto di queste regole potrebbe portare a un ban."
"answer": "Cemu 2.1 supporta ufficialmente Pretendo nelle opzioni del tuo account di rete nell'emulatore. Per ulteriori informazioni su Cemu, dai un'occhiata alla <a href=\"https://pretendo.network/docs/install/cemu\">documentazione</a>. Alcuni emulatori 3DS o loro fork potrebbero supportarci, ma non abbiamo nessuna raccomandazione ufficiale o istruzioni di configurazione in questo momento. Le ultime versioni di Citra non supportano pretendo."
},
{
"question": "Pretendo supporterà la Wii/Switch?",
"answer": "La Wii dispone già di server custom forniti da <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Al momento non abbiamo intenzione di supportare la Switch poiché il suo servizio online è a pagamento e completamente diverso da Nintendo Network."
"answer": "Esistono già server custom per la Wii, forniti da <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Per quanto riguarda la Switch, non rientra nei nostri piani attuali, poiché i suoi servizi sono a pagamento e completamente diversi da quelli del Nintendo Network."
},
{
"question": "Dovrò modificare la mia console per connettermi?",
"answer": "Sì, dovrai modificare il tuo dispositivo per connetterti; tuttavia, sulla Wii U è sufficiente poter accedere all'Homebrew Launcher (via Haxchi, Coldboot Haxchi, o anche solo l'exploit web per browser). Informazioni su come connettersi su 3DS saranno fornite in futuro."
"question": "Dovrò moddare la console per connettermi?",
"answer": "Per la migliore esperienza sulle console, dovrai installare un custom firmware (CFW) - in particolare con Aroma su Wii U e Luma3DS su 3DS. Tuttavia, su Wii U, puoi utilizzare il metodo SSSL, senza modifiche ma con funzionalità limitate. Consulta la nostra <a href=\"/docs/install\">guida all'installazione</a> per maggiori dettagli."
},
{
"question": "Se sono bannato su Nintendo Network, rimarrò bannato quando userò Pretendo?"
"answer": "Non abbiamo accesso alla lista dei ban di Nintendo Network, quindi non sarai bannato automaticamente. Tuttavia, abbiamo regole da seguire per l'utilizzo del servizio e non rispettarle potrebbe comportare in un ban.",
"question": "Se sono stato bannato sul Nintendo Network, rimarrò bannato anche da Pretendo?"
},
{
"answer": "Solo in partite private - ottenere vantaggi sleali o compromettere l'esperienza di gioco online senza il permesso dei partecipanti (e in partite pubbliche) è sanzionabile con un ban. Banniamo regolarmente account e console su entrambe le piattaforme Wii U e 3DS. Pretendo usa misure di sicurezza aggiuntive con lo scopo di rendere i tradizionali metodi 'unban' inefficaci, ad esempio cambiando il codice seriale della console.",
"question": "Posso usare trucchi o mods online con Pretendo?"
"question": "Posso usare cheat o mod online con Pretendo?",
"answer": "Soltanto nei match privati - ottenere un vantaggio ingiusto o rovinare l'esperienza online con persone che non hanno acconsentito (ad esempio nei match pubblici) è un'infrazione punibile con un ban. Banniamo regolarmente account e console sia su Wii U che su 3DS. Pretendo usa misure di sicurezza aggiuntive che rendono inefficaci i metodi tradizionali di evasione dei ban come cambiare il proprio numero di serie."
}
]
},
@@ -106,11 +113,172 @@
},
"credits": {
"title": "Il team",
"text": "Incontra il team dietro al progetto"
"text": "Incontra il team dietro al progetto",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"github": "https://github.com/jonbarrow",
"picture": "https://github.com/jonbarrow.png",
"caption": "Proprietario del progetto e sviluppatore principale"
},
{
"name": "Jemma (CaramelKat)",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat",
"caption": "Ricercatore e sviluppo di Miiverse"
},
{
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky",
"name": "quarky",
"caption": "Ricercatore e sviluppo delle patch per Wii U"
},
{
"name": "SuperMarioDaBom",
"github": "https://github.com/SuperMarioDaBom",
"picture": "https://github.com/supermariodabom.png",
"caption": "Ricerca di sistemi e architettura dei server"
},
{
"caption": "Sviluppo web",
"github": "https://github.com/limesdotpink",
"name": "limes.pink",
"picture": "https://github.com/limesdotpink.png"
},
{
"name": "Shutterbug2000",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000",
"caption": "Ricerca dei sistemi e sviluppo del server"
},
{
"picture": "https://github.com/InternalLoss.png",
"name": "Billy",
"github": "https://github.com/InternalLoss",
"caption": "Preservazionista e architettura server"
},
{
"name": "DaniElectra",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra",
"caption": "Ricerca sui sistemi e sviluppo server"
},
{
"picture": "https://github.com/hauntii.png",
"name": "niko",
"caption": "Sviluppo dei server e web",
"github": "https://github.com/hauntii"
},
{
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246",
"name": "MatthewL246",
"caption": "DevOps e lavoro nella community"
},
{
"name": "wolfendale",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale",
"caption": "Sviluppo e ottimizzazione dei server"
},
{
"github": "https://github.com/TraceEntertains",
"name": "TraceEntertains",
"caption": "Sviluppo patch 3DS e ricerca",
"picture": "https://github.com/TraceEntertains.png"
}
]
},
"specialThanks": {
"title": "Ringraziamenti speciali",
"text": "Senza di loro, Pretendo non sarebbe dove è oggi."
"text": "Senza di loro, Pretendo non sarebbe dove è oggi.",
"people": [
{
"caption": "Localizzazioni e altri contributi",
"name": "Contributori GitHub",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
},
{
"github": "https://github.com/superwhiskers",
"name": "superwhiskers",
"caption": "Sviluppo libreria crunch",
"picture": "https://github.com/superwhiskers.png"
},
{
"name": "Stary",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001",
"caption": "Sviluppo 3DS e del dissettore NEX"
},
{
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub",
"name": "rverse",
"caption": "Condivisione di informazioni riguardo Miiverse"
},
{
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay",
"special": "Ringraziamenti speciali",
"name": "Kinnay",
"caption": "Ricerca sulle strutture dati Nintendo"
},
{
"name": "NinStar",
"caption": "Icone per lo Studio Mii e reazioni Juxt",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"caption": "Ricerca console e server di gioco",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12",
"name": "Rambo6Glaz"
},
{
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts",
"name": "GaryOderNichts",
"caption": "Sviluppo patch Wii U"
},
{
"name": "zaksabeast",
"caption": "Creatore patch 3DS",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"picture": "https://github.com/mrjvs.png",
"name": "mrjvs",
"caption": "Architettura server",
"github": "https://github.com/mrjvs"
},
{
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload",
"name": "binaryoverload",
"caption": "Architettura server"
},
{
"name": "Simonx22",
"caption": "Rotazioni di Splatoon e ricerca",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Rotazioni di Splatoon e ricerca",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "Contributori GitHub",
"caption": "Localizzazioni e altri contributi",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Tieniti aggiornato",
@@ -138,8 +306,9 @@
"In realtà la Wii U è un sistema sottovalutato: le pubblicità erano terribili, ma la console è fantastica. Hmm, aspetta un secondo, non so perché ma il mio Gamepad non si connette alla mia Wii.",
"Il tema principale di Super Mario World 2 - Yoshi's Island è un bop assurdo e non riuscirai mai a convincermi del contrario.",
"I miei titoli preferiti per Nintendo Switch sono Nintendo Switch Online + Pacchetto aggiuntivo, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Pacchetto gioco offline, Nintendo Switch Online + Pacchetto l'ennesima port e Nintendo Switch Online + Pacchetto Brain Training del Dr. Kawashima: Quanti anni ha il tuo cervello? \"Il titolo Virtual Console per Wii U vi è piaciuto così tanto che abbiamo deciso di rimetterlo in vendita.",
"Tipo \"Conosci Ash, Dio benedica la sua anima, dice UwU tutto il giorno\" è il modo del sud degli Stati Uniti per dire \"Ash dice uwu costantemente ed è molto strano e stupido e vorrei tanto che non lo facesse\"",
"Il mio primo video sul mio canale!! voglio fare video da un sacco di tempo ma il mio laptop era lento e non riuscivo a far andare fraps, skype e minecraft insieme. ma ora non più! il mio maestro di informatica mi ha aiutato e il mio laptop va molto più veloce e ora riesco a registrare! spero che vi piaccia e se si per favore mettete like e iscrivetevi!!!"
"Tipo \"Conosci Kip, Dio benedica la sua anima, dice UwU tutto il giorno\" è il modo del sud degli Stati Uniti per dire \"Kip dice uwu costantemente ed è molto strano e stupido e vorrei tanto che non lo facesse\"",
"Il mio primo video sul mio canale!! voglio fare video da un sacco di tempo ma il mio laptop era lento e non riuscivo a far andare fraps, skype e minecraft insieme. ma ora non più! il mio maestro di informatica mi ha aiutato e il mio laptop va molto più veloce e ora riesco a registrare! spero che vi piaccia e se si per favore mettete like e iscrivetevi!!!",
"Mi sembra a posto"
]
},
"progressPage": {
@@ -207,7 +376,14 @@
"no_newsletter_notice": "La newsletter non è al momento disponibile. Ricontrolla più tardi"
},
"upgrade": "Fai l'upgrade del tuo account",
"unavailable": "Non disponibile"
"unavailable": "Non disponibile",
"delete": {
"button": "Elimina Account",
"modalTitle": "Elimina PNID",
"modalDescription": "Sei sicuro di voler eliminare il tuo PNID? Prima di procedere, considera che:\n\nI dati del tuo account verranno eliminati da tutti i servizi di Pretendo Network (inclusi Forum e Juxtaposition).\nI dati Stripe e la tua inscrizione verranno eliminati automaticamente.\nNon potrai creare un nuovo account con lo stesso PNID in futuro.\nEliminare un account non risolve problemi relativi a ban o supporto tecnico. Se hai un problema di questo genere, per favore usa il Forum per ricevere assistenza.",
"modalCaution": "Questa azione non può essere annullata.",
"modalConfirm": "Sì, elimina"
}
},
"account": "Account",
"forgotPassword": {
@@ -264,7 +440,7 @@
},
"upgrade": {
"unsubPrompt": "Sei sicuro di voler annullare l'iscrizione a <span>tiername</span>? Perderai tutte le ricompense <span>immediatamente</span> associate a quel livello.",
"description": "Raggiungere il goal mensile renderà Pretendo un lavoro a tempo pieno, permettendo di fornire aggiornamenti di maggiore qualità in meno tempo.",
"description": "Raggiungere l'obiettivo mensile aiuterà lo sviluppo di Pretendo Network, finanziando la nostra infrastruttura server e permettendo al nostro sviluppatore principale, Jon, di lavorare al progetto a tempo pieno.",
"month": "mese",
"tierSelectPrompt": "Seleziona un livello",
"unsub": "Annulla l'iscrizione",
@@ -283,5 +459,8 @@
"donation": {
"progress": "<span>$${totd}</span> di <span>$${goald}</span>/mese, <span>${perc}%</span> del goal mensile.",
"upgradePush": "Per diventare un abbonato e accedere a ricompense speciali, visita la <a href=\"/account/upgrade\">pagina per fare l'upgrade</a>."
},
"notfound": {
"description": "Oops! Non siamo riusciti a trovare questa pagina."
}
}

View File

@@ -23,7 +23,7 @@
}
},
"hero": {
"subtitle": "オンラインを",
"subtitle": "ゲームサーバー",
"title": "取り戻す",
"text": "Pretendoプリテンドーは、ニンテンドー3DSとWii Uの無料かつオープンソースの代替サーバーです。公式サーバーが稼働停止したあとも、オンライン接続を実現します。",
"buttons": {
@@ -34,7 +34,7 @@
"title": "Pretendo について",
"paragraphs": [
"Pretendoは、公式のものに代わって3DSとWii Uのニンテンドーネットワークをつくることを目的としたオープンソースのプロジェクトです。",
"Pretendo のサービスは無料オープンソースであり、ニンテンドーネットワークが終了してからも継続して利用することができます。"
"Pretendo のサービスは無料、そしてオープンソースであり、ニンテンドーネットワークが終了してからも継続して利用することができます。"
]
},
"progress": {
@@ -55,19 +55,23 @@
},
{
"question": "Pretendoの使い方は",
"answer": "Pretendoはまだ開発中です。将来的には、ゲーム機上で専用のhomebrewアプリを用いるだけでPretendoをつかえるようにする予定です。"
"answer": "3DS、Wii U、エミュレーターでPretendo Networkを使うには、<a href=\"/docs/install\">セットアップの手順</a>をご覧ください!"
},
{
"question": "機能やサービスが完成するのはいつ?",
"answer": "正確にはわかりません。Pretendoの機能は各々で開発が進んでいます。例として、ある人がMiiverseを開発しているとき、並行して別の開発者がアカウント/フレンド機能を開発しています。そのため、全体の完成予定時間の予測は困難です。"
},
{
"question": "Cemuなどのエミュレーターでもつかえる",
"answer": "Pretendoはニンテンドーネットワークに接続できるすべてのクライアントに対応しています。現在正式に対応しているエミュレーターはCemu 2.0です。ネットワークアカウント設定からPretendoを設定することができます。Cemuでの使用方法については <a href=\"https://pretendo.network/docs/install/cemu\">このドキュメント</a> を確認してください。<br>Citraにはニンテンドーネットワークへの接続機能がないため、Pretendoにアクセスすることもできません(Citraが今後対応することもありません)。3DSのモバイル向けエミュレーターであるMikageは、対応する可能性がありますがいまのところ予定はありません。"
"question": "さらに多くのゲームのサポートはいつ追加されますか",
"answer": "私たちはバックエンドが新しいゲームをサポートするのに十分で、なおかつ新しいゲームを管理するのに十分な時間のある開発者がいると感じたときのみ新しいゲームのサポートに動きます。ほとんどの労力は既存のゲームのサポートを安定させ、完成させることに行きます。私たちはできるだけ既存のゲームのサポートを良くしてから新しいゲームのサポートを始めます。仕事は常に増えていくので、それがいつになるのかはわかりません。"
},
{
"question": "ニンテンドーネットワークでBANされたら、PretendoでもBANされるの?",
"answer": "PretendoはニンテンドーネットワークのBAN情報にアクセスすることができないため、PretendoへBANが引き継がれることはありません。ただし、Pretendoの定めたルールに違反するとBANされることがあります。"
"question": "Pretendoはエミュレーターでも使えるの?",
"answer": "いいえ。セキュリティーと管理のために、エミュレーターがあっても、ゲーム機本体が必要です。これによって、セキュリティーが強化され、安全で楽しめる体験のためのルールの適用などが効果的になります。"
},
{
"question": "Cemuやその他のエミュレーターでも接続できる",
"answer": "Cemu 2.1は、エミュレーターでのネットワークアカウントのオプションでPretendoを公式にサポートしています。Cemuでの使用を開始する方法については、<a href=\"https://pretendo.network/docs/install/cemu\">ドキュメント</a>をご覧ください。<br>一部の3DSエミュレーターまたは、フォークはサポートをしている可能性がありますが、現時点では公式の推奨事項やセットアップ手順はありません。なお、Citraの最終ビルドはPretendoをサポートしていません。"
},
{
"question": "WiiやNintendo Switchでもつかえる",
@@ -75,7 +79,15 @@
},
{
"question": "つなげるには改造が必要?",
"answer": "はい、接続するにはゲーム機を改造する必要があります。Wii U では Homebrew Launcher へアクセスするだけで接続できますHaxchi、Coldboot Haxchi、または Web ブラウザーのエクスプロイトなど。3DS で接続する方法については後日公開します。"
"answer": "最適な環境でプレイするなら、ゲーム機を改造する必要があります。Wii UではAromaを、3DSではLuma3DSをです。しかしWii Uでは、改造しなくても機能が限られたSSSLで接続できます。詳しくは、<a href=\"/docs/install\">セットアップガイド</a>をご覧ください。"
},
{
"question": "ニンテンドーネットワークでBANされていたら、PretendoでもBANされるの",
"answer": "PretendoはニンテンドーネットワークのBAN情報にアクセスすることができないため、PretendoへBANが引き継がれることはありません。ただし、Pretendoの定めたルールに違反するとBANされることがあります。"
},
{
"question": "Pretendoに接続中に、チートやモッドを使えますか",
"answer": "フレンドマッチ中なら許可されます。他のプレーヤーの同意なし世界中の人とプレイ中などに、不正な利益を得たりオンライン体験を妨害したりする行為は、禁止されており、BAN対象となる場合があります。3DSでもWii Uでもアカウントやゲーム機に対するBAN処分をよくします。Pretendoはシリアル番号の変更など、従来の「BAN」を無効にする改造に対する追加のセキュリティ対策を使用しています。"
}
]
},
@@ -102,15 +114,76 @@
"text": "プロジェクトを支えるチームの紹介",
"people": [
{
"caption": "プロジェクトオーナーおよび主な開発者"
"caption": "プロジェクトオーナーおよび主な開発者",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow",
"name": "Jonathan Barrow (jonbarrow)"
},
{},
{
"caption": "Wii Uの研究、パッチの開発"
"caption": "Miiverseの研究と開発",
"name": "Jemma (CaramelKat)",
"github": "https://github.com/CaramelKat",
"picture": "https://github.com/caramelkat.png"
},
{},
{
"caption": "Webの開発"
"caption": "Wii Uの研究、パッチの開発",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky",
"name": "quarky"
},
{
"name": "SuperMarioDaBom",
"caption": "システムの研究とサーバーアーキテクチャ",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"caption": "Webの開発",
"github": "https://github.com/limesdotpink",
"name": "limes.pink",
"picture": "https://github.com/limesdotpink.png"
},
{
"name": "Shutterbug2000",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"caption": "システムの研究とサーバーの開発",
"github": "https://github.com/shutterbug2000"
},
{
"github": "https://github.com/InternalLoss",
"caption": "プリザベーションとサーバーアーキテクチャ",
"picture": "https://github.com/InternalLoss.png",
"name": "Billy"
},
{
"caption": "システムの研究とサーバーの開発",
"github": "https://github.com/DaniElectra",
"picture": "https://github.com/danielectra.png",
"name": "DaniElectra"
},
{
"caption": "Webとサーバーの開発",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii",
"name": "niko"
},
{
"caption": "DevOpsとコミュニティの活動",
"picture": "https://github.com/MatthewL246.png",
"name": "MatthewL246",
"github": "https://github.com/MatthewL246"
},
{
"caption": "サーバーの開発と最適化",
"name": "wolfendale",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains",
"caption": "3DSのパッチ開発と研究"
}
]
},
@@ -118,23 +191,90 @@
"title": "スペシャルサンクス",
"text": "Pretendoのいまの姿を作り上げた方たちです。",
"people": [
{},
{},
{},
{},
{
"special": "スペシャルサンクス"
},
{},
{},
{},
{},
{},
{},
{},
{},
{
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork",
"name": "GitHubでの貢献者",
"caption": "翻訳とその他の貢献"
},
{
"name": "superwhiskers",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers",
"caption": "Crunchのライブラリ開発"
},
{
"name": "Stary",
"picture": "https://github.com/Stary2001.png",
"caption": "3DSの開発とNEXディセクター",
"github": "https://github.com/Stary2001"
},
{
"name": "rverse",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub",
"caption": "Miiverseの情報共有"
},
{
"special": "スペシャルサンクス",
"name": "Kinnay",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"caption": "Nintendoのデータ構造に関する研究",
"github": "https://github.com/Kinnay"
},
{
"caption": "アイコンの制作(MiiエディターとJuxtのリアクション)",
"name": "NinStar",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"caption": "コンソールの研究とゲームサーバー",
"name": "Rambo6Glaz",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"caption": "Wii Uパッチの開発",
"github": "https://github.com/GaryOderNichts",
"name": "GaryOderNichts",
"picture": "https://github.com/GaryOderNichts.png"
},
{
"caption": "3DSパッチの作者",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"name": "zaksabeast",
"github": "https://github.com/zaksabeast"
},
{
"caption": "サーバーアーキテクチャ",
"name": "mrjvs",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"caption": "サーバーアーキテクチャ",
"name": "binaryoverload",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"caption": "Splatoon のローテーションと研究",
"name": "Simonx22",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Splatoon ローテーションと研究",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"caption": "翻訳とその他の貢献",
"name": "GitHubの貢献者",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
@@ -164,8 +304,9 @@
"Wii Uって人気なさすぎだよね。たしかに、イメージは薄かったけど、遊んでみれば最高だったよあれ、ちょっとまって…なんかゲームパッドがWiiに繋がらないんだけど",
"スーパーマリオ ヨッシーアイランドのメイン テーマはいい曲だよね~!",
"ボクのお気に入りのNintendo Switchの作品は、Nintendo Switch Online + 追加パック、Nintendo Switch Online + 振動パック、Nintendo Switch Online + Offlineパック、Nintendo Switch Online + 非公式ポートパック、Nintendo Switch Online + 脳を鍛える大人のトレーニング Wii Uバーチャルコンソールが本当に人気なので、復活させます パック。任天堂はよくわかってるよね~。",
"「あなたはアッシュを知っている、彼女の心を祝福しなさい、彼女は一日中UwUの」というように、南部の素敵な言い方です \"Ash uwusはいつも、それは本当に奇妙で愚かで、私は彼らがそうしなかったらいいのに\"",
"ボクのチャンネルで最初の動画を公開したよ前から動画を作りたいと思っていたけど、ボクのートパソコンの調子が悪くってね、Fraps とか Skype とか Minecraft を同時に起動できなかったんだよね。でも、もうだいじょうぶIT の先生に聞いてみたら、ノートパソコンの動作が良くなって、録音もできるようになったんだ!よかったら高評価とチャンネル登録してね!"
"「あなたはキップを知っている、彼女の心を祝福しなさい、彼女は一日中UwUの」というように、南部の素敵な言い方です \"キップ uwusはいつも、それは本当に奇妙で愚かで、私は彼らがそうしなかったらいいのに\"",
"ボクのチャンネルで最初の動画を公開したよ前から動画を作りたいと思っていたけど、ボクのートパソコンの調子が悪くってね、Fraps とか Skype とか Minecraft を同時に起動できなかったんだよね。でも、もうだいじょうぶIT の先生に聞いてみたら、ノートパソコンの動作が良くなって、録音もできるようになったんだ!よかったら高評価とチャンネル登録してね!",
"僕には良い感じに見えるね"
]
},
"progressPage": {
@@ -251,6 +392,13 @@
"linkDiscord": "Discordアカウントを連携する",
"no_signins_notice": "ログイン履歴は現在追跡されていません。後でもう一度ご確認ください。",
"no_newsletter_notice": "ニュースレターは現在利用できません。後でもう一度ご確認ください。"
},
"delete": {
"button": "アカウントを削除",
"modalTitle": "PNIDを削除",
"modalDescription": "本当に PNID を削除してもよろしいですか?削除する前に、以下の点をご確認ください。\n\nすべての Pretendo Network サービス(フォーラムおよび Juxtaposition を含む)におけるアカウントデータは完全に削除されます。\nStripe のデータおよびサブスクリプションは自動的に削除されます。\n同じ PNID を今後新しいアカウントで利用することはできません。\nアカウントを削除しても、BANや技術的サポートに関する問題は解決されません。問題がある場合は、フォーラムをご利用ください。",
"modalCaution": "この操作は戻せません。",
"modalConfirm": "削除"
}
},
"accountLevel": [
@@ -299,7 +447,7 @@
"unsub": "登録を解除",
"unsubConfirm": "登録を解除",
"tierSelectPrompt": "レベルを選択",
"unsubPrompt": "<span>tiername</span> から退会しますか?そのレベル特典にアクセスできなくなります。"
"unsubPrompt": "<span>tiername</span> から退会しますか?そのレベルに関連付けられた特典にアクセスできなくなります。"
},
"donation": {
"progress": "<span>$${totd}</span>/<span>$${goald}</span>(寄付額/目標) ー 月間目標の <span>${perc}%</span>の寄付を頂いています。",

View File

@@ -102,7 +102,7 @@
"Wii U шынымен де бағаланбаған жүйе: жарнамалар оғашты болды, бірақ консольдің өзі керемет. Эм? Бір секунд күте тұрыңыз... Мен контроллерімнің Wii-ге неге қосылмайды?!",
"Super Mario World 2 ойынының негізгі әні - Yoshi's Island - нақты бомба! Сіз маған басқаны дәлелдей алмайсыз.",
"Nintendo Switch-тегі менің сүйікті шығарылымдарым - Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Тағы Бір Порт Pack, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Сізге Nintendo Wii U виртуалды консоль ойындары ұнады, сондықтан біз оларды қайтарып жатырмыз\" Pack. Сіз Nintendo бізге шынымен қамқорлық жасайтынын анық айта аласыз.",
"Мысалы, \"Сен Эшті білесің, Құдай оны жарылқасын, ол күні бойы UwU-п тұр\" - оңтүстік айтылуының жақсы мысалы - \"күл үнемі шығып UwU-п, бұл өте оғаш және тітіркендіргіш, ол мұны ешқашан жасамайды деп үміттенемін.\"",
"Мысалы, \"Сен Кип білесің, Құдай оны жарылқасын, ол күні бойы UwU-п тұр\" - оңтүстік айтылуының жақсы мысалы - \"Кип үнемі шығып UwU-п, бұл өте оғаш және тітіркендіргіш, ол мұны ешқашан жасамайды деп үміттенемін.\"",
"Минін каналымдағы бірінші бейееммм!!11!!!! Мен ұзақ уақыт бойы видео тусіргім келді, бирақ ноутбук өте байау болды, мен бір уақытта фрапс, скайп жане майнкамптты аша алмадым. бірақ енді бітті! инфраматика пәнінен мұғалімнің көмегімен ноутбук жылдам болды, енді мен сртке түсіре аламын!!! Сізге унәйды дйеп үміттенемін, лупил басып, жазылыңыз!!!!!!\""
],
"socials": "Әлеуметтік желілер",

View File

@@ -13,17 +13,19 @@
"about": "이 프로젝트에 대하여",
"faq": "자주 묻는 질문",
"blog": "우리의 최신 업데이트 (요약)",
"progress": "프로젝트 진행 상황과 목표를 확인하세요"
"progress": "프로젝트 진행 상황과 목표를 확인하세요",
"forum": "다른 사람들과 소통하고 도움을 받으세요"
}
},
"donate": "후원",
"accountWidget": {
"settings": "설정",
"logout": "로그아웃"
}
},
"forum": "포럼"
},
"hero": {
"subtitle": "게임 서버",
"subtitle": "재창조된",
"title": "게임 서버",
"text": "Pretendo는 무료이며 3DS와 Wii U를 위한 Nintendo의 서버의 오픈 소스 대체제이고, 원래 서버가 닫힌 된 후에도 모두를 위해 온라인 연결을 제공합니다",
"buttons": {
@@ -34,7 +36,7 @@
"title": "우리들에 대해서",
"paragraphs": [
"Pretendo는 클린룸 리버스 엔지니어링 기법을 이용해 3DS 및 Wii U용 Nintendo 네트워크를 재구현하는 오픈 소스 프로젝트입니다.",
"저희 프로젝트는 무료이면서 오픈 소스이기 때문에 닌텐도 네트워크가 종료되고 긴 세월이 지나고도 운영될 수 있습니다."
"저희 프로젝트는 무료이면서 오픈 소스이기 때문에, 미래에도 긴 세월 동안 운영될 수 있습니다."
]
},
"progress": {
@@ -55,27 +57,39 @@
},
{
"question": "Pretendo는 어떻게 접속하나요?",
"answer": "Pretendo는 아직 공용으로 사용할 수 없습니다. 그러나, 사용이 가능해지면 콘솔에서 홈브루 패쳐를 작동시키면 접속할 수 있게 될 것입니다."
"answer": "Pretendo 네트워크를 3DS에서나 Wii U, 혹은 에뮬레이터에서 접속하려면, 먼저 <a href=\"/docs/install\">설치 방법</a>을 확인 해 주세요!"
},
{
"question": "기능/서비스가 언제 준비될지 알고 싶나요?",
"question": "어떤 기능/서비스가 언제 준비나요?",
"answer": "아니요. 대부분의 Pretendo 기능/서비스는 독립적으로 개발되고 있기 때문에 (예를 들어, 한 개발자가 Miiverse의 작업을 하고 있을 때 계정과 친구 서비스는 다른 개발자가 작업함), 예상 시간은 말씀드릴 수 없습니다."
},
{
"question": "Pretendo가 Cemu/에뮬레이터에서 작동하나요?",
"answer": "Pretendo는 Wii U와 3DS 하드웨어만을 대상으로 제작하고 있습니다. 현재까지 닌텐도 네트워크 지원이 되는 에뮬레이터는 Cemu 뿐이나, Cemu는 공식적으로 커스텀 서버를 지원하지 않습니다. 그러나 Cemu에서도 Pretendo를 이용할 수 있게 될 것입니다. Pretendo는 아직 Cemu를 지원하지 않습니다."
"question": "게임들이 언제 더 추가되나요?",
"answer": "저희는 저희 백엔드 서비스들이 (기반 서비스)들의 지원이 뒷받혀주고 어떤 개발자의 시간이 비었을때 새로운 게임의 서비스를 개발합니다. 대부분 저희가 일하는 것은 현재 지원하는 게임들의 서비스를 완벽하게 만들고 최적화하는데 집중하는데, 그 이유는 먼저 시작한 서비스를 완벽하게 하고 싶기 때문이죠. 버그나 오류가 계속 나오니, 언제부터 새 게임의 서비스를 개발할지는 저희도 모릅니다."
},
{
"question": "제가 닌텐도 네트워크에서 영구 정지가 되어 있다면 Pretendo Network에서도 영구 정지된 상태일까요?",
"answer": "저희는 닌텐도 네트워크의 영구 정지 리스트에 대한 권한이 없기 때문에, 저희 서비스를 사용할 때 정지가 되지는 않을 겁니다. 그러나, 저희는 저희만의 운영원칙이 있을 것이며, 그에 따르지 않는 것은 결국 영구 정지에 이어질 것입니다."
"question": "에뮬레이터를 사용한다면, Pretendo를 사용하는 데에 충분할까요?",
"answer": "아니요. 서비스의 보안과 검열을 위해서, 에뮬레이터를 사용하시더라도 실제로 게임기를 소유하셔야 합니다. 이렇게 함으로써 더 강화된 보안과 더 즐거운 서비스를 저희가 제공할 수 있습니다."
},
{
"question": "Pretendo가 Wii/스위치를 지원하나요?",
"answer": "Wii의 서비스는 이미 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>가 제공하고 있습니다. 스위치의 Nintendo Switch Online은 유료이며 닌텐도 네트워크와 전혀 다르기 때문에, 현재로서도 지원할 계획은 없습니다."
"question": "Pretendo가 Cemu나 다른 에뮬레이터에서 작동하나요?",
"answer": "Cemu 2.1은 네트워크 계정 설정을 통해 Pretendo를 공식적으로 지원합니다. Cemu로 시작하는 방법이 궁금하시면, <a href=\"https://pretendo.network/docs/install/cemu\">문서</a>를 참고하세요.<br>일부 3DS 에뮬레이터 혹은 포크는 Pretendo를 지원할 수 있지만, 현재 저희는 공식적으로 설정 방법이나 권장하고 있는 에뮬레이터가 없습니다. Citra의 최종 버전 또한 Pretendo를 지원하지 않습니다."
},
{
"question": "연결하려면 해킹이 필요한가요?",
"answer": "네, 연결하기 위해 콘솔 해킹은 필요할 것입니다. 다만, Wii U에서는 홈브루 런처의 접근 권한만 있으면 됩니다 (예. Haxchi, Coldboot Haxchi, 웹 브라우저 취약점). 3DS에서의 연결 방법은 추후에 공개될 것입니다."
"question": "Pretendo가 Wii 혹은 스위치도 지원 할 예정인가요?",
"answer": "닌텐도 Wii는 이미 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>가 지원하고 있습니다. 또한 닌텐도 스위치 온라인은 유료이고 닌텐도 네트워크와 구조도 완전히 다르기 때문에 아직까진 지원 할 계획이 없습니다."
},
{
"answer": "최고의 경험을 위해서는, 게임기를 해킹하셔야 합니다. 특히 Wii U의 Aroma와 3DS의 Luma3DS로요. 그런데, Wii U에서는, 기능은 제한되있지만 해킹 없이 사용할 수 있는 SSSL 방식도 사용 하실 수 있습니다. 더 많은 정보는 <a href=\"/docs/install\">이 문서</a>를 참고하세요.",
"question": "연결하기 위해서 기기를 해킹해야 되나요?"
},
{
"answer": "저희는 닌텐도 네트워크의 밴 기록을 알 수 없기 때문에, 닌텐도 네트워크에서의 밴이 그대로 이어지지 않습니다. 다만, 저희도 저희만의 규칙이 있기 때문에, 저희의 규칙을 따르지 않으신다면 밴을 당하실 수 있습니다.",
"question": "제가 닌텐도 네트워크에서 밴을 당했었다면, Pretendo에서도 밴이 그대로 유지될까요?"
},
{
"answer": "비공개 매치에서만 가능합니다. 공개 매치에서 다른 사람들의 게임 경험을 망치는 것은 충분히 밴의 이유가 될 수 있습니다. 저희는 꾸준하게 Wii U 및 3DS 기기들을 밴하고, 또한 Pretendo에서는 닌텐도 네트워크에서 가능했던 시리얼 번호를 바꾸는 등의 방법으로 '밴 해제'를 막는 추가 보안이 적용되어 있습니다.",
"question": "치트나 모드를 Pretendo에서 사용해도 되냐요?"
}
]
},
@@ -101,12 +115,52 @@
"title": "개발 팀",
"text": "이 프로젝트 뒤에 있는 팀을 만나보세요",
"people": [
{},
{
"caption": "Miiverse 연구와 개발"
"caption": "프로젝트 제작자이자 프로젝트를 이끄는 개발",
"name": "Jonathan Barrow (jonbarrow)",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"caption": "Wii U 연구 및 패치 개발"
"caption": "Miiverse 연구와 개발",
"name": "Jemma (CaramelKat)",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"caption": "Wii U 연구 및 패치 개발",
"name": "quarky",
"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": "limes.pink",
"caption": "웹 개발",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"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"
}
]
},
@@ -118,7 +172,9 @@
{},
{},
{},
{},
{
"caption": "닌텐도 자료구조 연구"
},
{},
{
"caption": "게임기 연구 및 게임 서버"
@@ -254,10 +310,10 @@
"signInHistory": "로그인 기록",
"newsletterPrompt": "프로젝트 소식 업데이트를 이메일로 받기(언제든 취소할 수 있습니다)",
"no_edit_from_dashboard": "유저 대시보드에서 PNID 설정 변경은 현재 제공되지 않습니다. 계정을 연결한 게임 콘솔에서 변경하세요.",
"no_signins_notice": "현재 로그인 기록이 아직 기록되지 않았습니다. 나중에 다시 확인하세요!"
"no_signins_notice": "로그인 기록이 아직 기록되지 않았습니다. 나중에 다시 확인하세요!"
},
"upgrade": "계정 업그레이드",
"unavailable": "이용 불가"
"unavailable": "이용할 수 없음"
},
"forgotPassword": {
"header": "비밀번호 찾기",
@@ -290,7 +346,7 @@
"changeTier": "티어 변경",
"title": "업그레이드",
"changeTierPrompt": "정말로 <span class=\"oldtier\">oldtiername</span>를 취소하고 <span class=\"newtier\">newtiername</span>를 구독하시겠습니까?",
"month": "개월"
"month": ""
},
"donation": {
"progress": "<span>$${goald}</span>/월 중에서 <span>$${totd}</span> , 매달 목표의 <span>${perc}%</span>.",

View File

@@ -96,7 +96,12 @@
},
"credits": {
"title": "Laget",
"text": "Møt laget bak prosjektet"
"text": "Møt laget bak prosjektet",
"people": [
{
"caption": "Prosjekteier og hovedutvikler"
}
]
},
"specialThanks": {
"title": "Spesiell takk",

View File

@@ -67,19 +67,19 @@
},
{
"question": "Werkt Pretendo op Cemu/emulators?",
"answer": "Cemu 2.1 ondersteunt Pretendo officieel onder uw netwerkaccountopties in de emulator. Voor informatie over hoe u aan de slag kunt met Cemu, bekijkt u de <a href=\"https://pretendo.network/docs/install/cemu\">documentatie</a>.<br>Sommige 3DS-emulators of forks ondersteunen ons mogelijk, maar we hebben op dit moment geen officiële aanbevelingen of installatie-instructies. De laatste builds van Citra ondersteunen Pretendo niet."
"answer": "Nee, Voor extra beveiliging en veiligheid, als je een emulator gebruikt. Moet je nog steeds een echte spelcomputer hebben. Dit zorgt voor betere beveiliging en snelle werkzaamheden met de regels voor een leuke en veilige speelervaring op onze servers."
},
{
"question": "Gaat Pretendo ook de Wii of Switch ondersteunen?",
"answer": "Er zijn al custom servers voor Wii, namelijk <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Wij willen op het moment de Switch niet ondersteunen omdat Switch online betaald is, en compleet anders is dan Nintendo Network."
"question": "Gaat Pretendo ook op Cemu/Emulators werken?",
"answer": "Cemu 2.1 ondersteunt officieel Pretendo bij network account opties in de emulator. Voor informatie hoe je moet beginnen op Cemu, Zie de <a href=\"https://pretendo.network/docs/install/cemu\">documentatie</a>.<br> Sommige 3DS emulator of forks worden misschien ondersteunt door ons, maar we hebben geen officiële aanbeveling of instell intructies op dit moment. The laatste versie van Citra ondersteunt geen Pretendo Network"
},
{
"question": "Heb ik hacks nodig om te verbinden met Pretendo?",
"answer": "Voor de beste ervaring op consoles moet je je systeem hacken - specifiek Aroma voor Wii U en Luma3DS voor 3DS. Op Wii U is de hackless SSSL-methode echter ook beschikbaar met beperkte functionaliteit. Zie onze <a href=\"/docs/install\">installatie-instructies</a> voor meer informatie."
"question": "Gaat Pretendo ooit de Wii of Switch ondersteunen?",
"answer": "De Wii heeft al custom servers dankzij <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. We hebben momenteel geen plan om de Switch te ondersteunen, omdat betaald is en een compleet ander netwerk is."
},
{
"answer": "We hebben geen toegang tot de bans van Nintendo Network, dus niet alle Nintendo Network-gebruikers worden verbannen. We hebben echter regels die we moeten volgen bij het gebruik van de service en het niet naleven van deze regels kan resulteren in een ban.",
"question": "Als ik verbannen word op Nintendo Network, blijf ik dan verbannen als ik Pretendo gebruik?"
"question": "Heb ik hacks nodig om te verbinden?"
}
]
},
@@ -88,7 +88,12 @@
"text": "Ontmoet het team achter het project",
"people": [
{
"caption": "Eigenaar en hoofdontwikkelaar"
"caption": "Eigenaar en hoofdontwikkelaar",
"name": "Jonathan Barrow (jonbarrow)"
},
{},
{
"caption": "Wii U onderzoek en patch ontwikkeling"
}
]
},
@@ -175,7 +180,7 @@
"De Wii U is in werkelijkheid een ondergewaardeerd systeem: de reclames waren inderdaad zeer slecht, maar het systeem is geweldig. Huh, wacht eens even, ik snap niet waarom mijn Gamepad niet wil verbinden met mijn Wii U.",
"Super Mario World 2 - Yoshi's Island's main theme is een geweldig muziek nummer en niemand kan mij van het tegendeel overtuigen.",
"Mijn favoriete Nintendo Switch titels zijn Nintendo Switch Online + Uitbreidingspakket, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Speel pakket, Nintendo Switch Online+ Nog Een Port Pakket en Nintendo Switch Online + Dr. Kawashima's Brain Training: Hoe oud is jouw brein? \"jullie hielden veel van de Wii U Virtual Console versie, dus brengen we het terug\" pakket. Je kan zien dat Nintendo er veel om geeft.",
"Je weet toch dat \"je kent Ash, prijs haar ziel, ze UwUt elke dag\" de zuidelijke Verenigde Staten hun aardige manier om \"Ash UwUt elke dag en het is raar en gek en ik wil dat ze dat niet deed\" te zeggen",
"Je weet toch dat \"je kent Kip, prijs haar ziel, ze UwUt elke dag\" de zuidelijke Verenigde Staten hun aardige manier om \"Kip UwUt elke dag en het is raar en gek en ik wil dat ze dat niet deed\" te zeggen",
"Mijn eerste videoo op dit kannaal. ik wildu al langur videos make maar me laptop draaidu slecht en ik kon geen fraps en Skype en meincraft draaie op hetzelfdu moment. maar dat is klaar! met wat hellup van mijn IT leraar mijn laptop draaid veel beter en ik kan nu opnemen! Ik hoop jullie genietun ervan en als dat O is, leik en abbonneer!!!"
]
},

View File

@@ -1,7 +1,7 @@
{
"nav": {
"about": "Informacje",
"faq": "Często zadawane pytania",
"about": "O Nas",
"faq": "FAQ",
"docs": "Dokumentacja",
"credits": "Podziękowania",
"progress": "Postęp",
@@ -17,10 +17,12 @@
"credits": "Poznaj zespół",
"about": "O projekcie",
"faq": "Często zadawane pytania",
"blog": "Nasze najnowsze aktualizacje, skondensowane",
"progress": "Sprawdź postępy i cele projektu"
"blog": "Nasze najnowsze aktualizacje w skrócie",
"progress": "Sprawdź postępy i cele projektu",
"forum": "Rozmawiaj z innymi i uzyskaj wsparcie"
}
}
},
"forum": "Forum"
},
"hero": {
"subtitle": "Serwery gier",
@@ -33,8 +35,8 @@
"aboutUs": {
"title": "O nas",
"paragraphs": [
"Pretendo to otwarto-źródłowy projekt, którego celem jest odtworzenie serwerów Nintendo Network dla 3DS i Wii U używając inżynierii odtwórczej.",
"Nasze usługi będą darmowe i otwarto źródłowe, więc mogą istnieć długo po zamknięciu Nintendo Network."
"Pretendo to projekt otwartoźródłowy, którego celem jest odtworzenie Nintendo Network dla konsol 3DS i Wii U przy użyciu inżynierii wstecznej typu clean-room.",
"Ponieważ nasze usługi są darmowe i otwartoźródłowe, będą istnieć przez długie lata."
]
},
"progress": {
@@ -42,40 +44,52 @@
"githubRepo": "Repozytorium GitHub"
},
"faq": {
"title": "Często Zadawane Pytania",
"title": "Często zadawane pytania",
"text": "Oto odpowiedzi na pytania, które są nam często zadawane.",
"QAs": [
{
"question": "Czym jest Pretendo?",
"answer": "Pretendo to otwarto-źródłowy zamiennik dla Nintendo Network, który ma na celu stworzenie niestandardowych serwerów dla konsol Wii U i 3DS. Naszym celem jest zachowanie funkcjonalności usług online tych konsol, aby zezwolić graczom na kontynuowanie ich ulubionych gier na konsolach Wii U i 3DS."
"answer": "Pretendo to otwartoźródłowy zamiennik dla Nintendo Network, który ma na celu stworzenie własnych serwerów dla konsol Wii U i 3DS. Naszym celem jest zachowanie funkcji gry online na tych konsolach, aby gracze mogli w pełni cieszyć się swoimi ulubionymi grami na Wii U i 3DS."
},
{
"question": "Czy Pretendo będzie wspierać moje dotychczasowe konto Nintendo Network ID?",
"answer": "Niestety nie. Dotychczasowe konta Nintendo Network ID nie zadziała na Pretendo, ponieważ jedynie Nintendo trzyma twoje dane. Teoretycznie dało by się przekonwertować Nintendo Network ID na Pretendo Network ID, lecz byłoby to ryzykowne i wymagałoby to dostępu do danych osobistych, których nie chcemy przechowywać."
"answer": "Niestety nie. Istniejące konta NNID nie będą działać na Pretendo, ponieważ jedynie Nintendo przechowuje dane użytkowników. Teoretycznie możliwa byłaby migracja z NNID na PNID, jednak wiązałoby się to z ryzykiem i wymagałoby dostępu do wrażliwych danych użytkowników, których nie chcemy przechowywać."
},
{
"question": "Jak mogę użyć Pretendo?",
"answer": "Pretendo nie jest aktualnie w takim stanie, w którym może być wykorzystywane publicznie. Jednak gdy będzie już dostępne, będziesz mógł otrzymać dostęp do Pretendo uruchamiając patcher homebrew na twojej konsoli."
"answer": "Aby zacząć korzystać z Pretendo Network na 3DS, Wii U albo emulatorach, proszę sprawdź najpierw <a href=\"/docs/install\">instrukcje konfiguracji</a>!"
},
{
"question": "Czy zespół Pretendo wie, kiedy funkcja/usługa będzie gotowa?",
"answer": "Nie. Wiele z funkcji/usług Pretendo są tworzone przez różnych programistów, przez to nie możemy podać szacowanego terminu ukończenia tej rzeczy."
},
{
"question": "Kiedy dodacie więcej gier?",
"answer": "Pracujemy nad nowymi grami, gdy uznamy, że nasze biblioteki backendowe są gotowe, aby je obsłużyć, oraz gdy mamy dostępny czas deweloperski na ich utrzymanie. Dużo naszej pracy poświęcamy stabilizacji i dopracowywaniu już istniejących gier, (chcemy zapewnić jak najlepsze doświadczenie w tych tytułach, zanim przejdziemy do nowych). Ponieważ nowe zadania pojawiają się cały czas, nie możemy określić, kiedy to nastąpi."
},
{
"question": "Czy korzystanie z emulatora pozwoli mi używać Pretendo?",
"answer": "Nie. Ze względów bezpieczeństwa i moderacji, nawet jeśli używasz emulatora, wciąż potrzebujesz prawdziwej konsoli. Pozwala to na lepsze zabezpieczenia i skuteczniejsze egzekwowanie zasad, aby zapewnić bezpieczne i przyjemne korzystanie z naszej usługi."
},
{
"question": "Czy Pretendo działa na Cemu/emulatorach?",
"answer": "Pretendo wspiera wszystko co interaktuje z Nintendo Network, Jedyny emulator który wspiera taką funkcjonalnośc jest Cemu. Cemu 2.0 oficjalnie wspiera Pretendo pod twoimi ustawieniami konta w emulatorze. Dla informacji jak zacząć z Cemu, zapoznaj się z <a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br>Citra nie wspiera prawdziwej gry online, więc dlatego nie działa z Pretendo, i w ogóle nie pokazuje żadnych znaków wspierania prawdziwej gry online. Mikage, emulator 3DS na telefonach może zacząć wspierać tą funkcjonalność w przyszłości, lecz jest to daleko od pewności."
"answer": "Cemu 2.1 oficjalnie obsługuje Pretendo w opcjach konta sieciowego w emulatorze. Aby dowiedzieć się, jak rozpocząć korzystanie z Cemu, sprawdź <a href=\"https://pretendo.network/docs/install/cemu\">dokumentację</a>.<br>Niektóre emulatory 3DS lub ich modyfikacje mogą nas wspierać, ale obecnie nie mamy żadnych oficjalnych zaleceń ani instrukcji konfiguracji. Ostateczne wersje Citra nie obsługują Pretendo."
},
{
"question": "Jeśli jestem zbanowany na Nintendo Network, czy będę również zbanowany na Pretendo?",
"answer": "Nie mamy dostępu do listy zbanowanych użytkowników Nintendo Network, a wszyscy, którzy się na niej znajdują nie będą od początku zbanowani na Pretendo. Mamy jednak zasady, których musisz przestrzegać, ponieważ ich złamanie może doprowadzić do bana."
"question": "Czy Pretendo będzie wspierać Wii lub Switch?",
"answer": "Konsola Wii już ma własne serwery, udostępnione przez <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Obecnie nie planujemy wspierać Switcha, ponieważ jest to konsola płatna i całkowicie różni się od Nintendo Network."
},
{
"question": "Czy Pretendo będzie wspierać konsole Wii/Switch?",
"answer": "Konsola Wii już posiada niestandardowe serwery tworzone przez <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Na razie nie chcemy tworzyć usług dla Nintendo Switch, ponieważ usługi tej konsoli są płatne oraz zupełnie inne od Nintendo Network."
"question": "Czy muszę modyfikować konsolę, żeby korzystać z Pretendo?",
"answer": "Aby uzyskać najlepsze doświadczenie na konsolach, będziesz musiał zmodyfikować (zhakować) swój system - konkretnie Aroma dla Wii U oraz Luma3DS dla 3DS. Jednak na Wii U dostępna jest też metoda SSSL bez modyfikacji, choć oferuje ograniczoną funkcjonalność. Szczegóły znajdziesz w naszych <a href=\"/docs/install\">instrukcjach instalacji</a>."
},
{
"question": "Czy moja konsola musi być zmodyfikowana, aby połączyć się z Pretendo?",
"answer": "Tak, musisz posiadać zmodyfikowaną konsolę; na Wii U potrzebujesz tylko dostępu do Homebrew Launcher (np. Tiramisu, Haxchi). Informacje na temat sposobu podłączenia konsoli 3DS pojawią się w późniejszym terminie."
"question": "Jeśli zostałem zbanowany w Nintendo Network, czy pozostanę zbanowany korzystając z Pretendo?",
"answer": "Nie mamy dostępu do banów w Nintendo Network, więc wszyscy użytkownicy Nintendo Network nie są zbanowani w Pretendo. Jednak korzystając z naszej usługi trzeba przestrzegać zasad, a ich łamanie może skutkować banem."
},
{
"question": "Czy można korzystać z cheatów lub modów podczas gry online z Pretendo?",
"answer": "Tylko w meczach prywatnych - zdobywanie nieuczciwej przewagi lub zakłócanie rozgrywki online osób, które się na to nie zgodziły (tak jak w meczach publicznych), jest przewinieniem, za które można otrzymać bana. Regularnie nakładamy bany na konta i konsole zarówno w systemach Wii U, jak i 3DS. Pretendo korzysta z dodatkowych zabezpieczeń, które sprawiają, że tradycyjne metody „odbanowania” jak zmiana numeru seryjnego są nieskuteczne."
}
]
},
@@ -85,21 +99,29 @@
"cards": [
{
"title": "Serwery gier",
"caption": "Serwery twoich ulubionych gier i innych treści powracają."
"caption": "Przywracanie ulubionych gier i zawartości dzięki własnym serwerom."
},
{
"title": "Juxtaposition",
"caption": "Odnowiona wersja Miiverse, zrobiona tak, jakby została stworzona w dzisiejszych czasach."
"caption": "Miiverse w nowej odsłonie, tak jakby został stworzony w dzisiejszych czasach."
},
{
"title": "Wsparcie dla Cemu",
"caption": "Graj w twoje ulubione gry na Wii U bez tej konsoli!"
"caption": "Graj w twoje ulubione gry na Wii U nawet bez konsoli!"
}
]
},
"credits": {
"title": "Nasz zespół",
"text": "Poznaj zespół, który tworzy projekt"
"text": "Poznaj zespół stojący za projektem",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Właściciel projektu i główny twórca",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
}
]
},
"specialThanks": {
"title": "Specjalne podziękowania",
@@ -131,7 +153,7 @@
"Wii U to niedoceniany system: reklamy były naprawdę złe, ale konsola jest świetna. Huh, poczekaj chwilę, nie jestem pewien dlaczego, ale mój gamepad nie łączy się z moim Wii.",
"Główny motyw Super Mario World 2 - Yoshi's Island to absolutny bop i nie ma mowy, żebyś mnie przekonał, że jest inaczej.",
"Moimi ulubionymi wydaniami Nintendo Switch były Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Yet Another Port Pack oraz Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Naprawdę podobał ci się ten tytuł na Virtual Console Nintendo Wii U, więc przywracamy go z powrotem\". Naprawdę widać, że Nintendo zależy.",
"\"Znasz kochaną Ash? UwUje cały dzień\" to po południowemu \"Ash UwUje cały czas i jest to naprawdę dziwne i głupie i chciałbym żeby tego nie robiłu\"",
"\"Znasz kochaną Kip? UwUje cały dzień\" to po południowemu \"Kip UwUje cały czas i jest to naprawdę dziwne i głupie i chciałbym żeby tego nie robiłu\"",
"Mój pierwszy filmik na moim kanale!! Od dana chciałem robić filmiki, ale mój laptop był suaby i nie mogłem jednocześnie włączyć frapsa, skajpa i minecrafta. ale już po wszystkim! pomógł mi mój nauczyciel od infy i mój laptop działa dużo lepiej i mogę teraz nagrywać! Mam nadzieję, że wszystkim się podoba, a jeśli tak, łapka w górę i zasubskrybuj!!!"
]
},

View File

@@ -34,7 +34,7 @@
"title": "Sobre nós",
"paragraphs": [
"Utilizando o design de sala limpa, Pretendo é um projeto de código aberto que visa recriar a Nintendo Network para o Wii U e para família de consoles Nintendo 3DS.",
"Como os nossos serviços serão gratuitos e de código aberto, eles podem continuar existindo por muito mais tempo após o inevitável encerramento da Nintendo Network."
"Como os nossos serviços são gratuitos e de código aberto, eles irão continuar existindo no futuro."
]
},
"progress": {
@@ -55,27 +55,39 @@
},
{
"question": "Como eu uso a Pretendo?",
"answer": "Pretendo atualmente não está disponível para uso pelo público geral. No entanto, quando estiver pronto, você poderá usar a Pretendo executando nosso patcher homebrew no seu console."
"answer": "Para começar a usar a Pretendo Network no 3DS, Wii U ou emuladores, por favor veja nosso <a href='/docs/install'>setup instructions</a>!"
},
{
"question": "Você sabe quando recurso/serviço estará pronto?",
"answer": "Não. Muitos dos recursos e serviços da Pretendo são desenvolvidos de forma independente (por exemplo, o Miiverse pode ser trabalhado por um desenvolvedor enquanto as contas e lista de amigos são trabalhados por outro) e, portanto, não podemos estimar quanto tempo isso pode levar."
},
{
"question": "A Pretendo funciona em emuladores?",
"question": "Quando vocês irão adicionar mais jogos?",
"answer": "Pretendo suporta qualquer cliente que possa interagir com a Nintendo Network. No momento, o único emulador para um desses consoles com suporte a Nintendo Network é o Cemu. O Cemu 2.0 oficialmente suporta a Pretendo nas configurações de conta do emulador. Para mais informações em como usar a Pretendo no Cemu, por favor visite <a href=\"https://pretendo.network/docs/install/cemu\">a documentação</a>.<br>Citra não suporta o modo online de verdade, e não funciona com a Pretendo, e também não demonstra nenhum sinal de suportar um modo online no futuro. Mikage, um outro emulador de 3DS para celulares, talvez haverá uma maneira de se conectar online no futuro."
},
{
"question": "Se eu for banido da Nintendo Network, continuarei banido ao usar a Pretendo?",
"answer": "Não temos acesso aos banimentos da Nintendo Network e nem todos os usuários serão banidos do nosso serviço. No entanto, teremos regras que devem ser seguidas ao utilizar o serviço e o não cumprimento dessas regras pode resultar em um banimento."
"question": "Se eu usar um emulador, será o suficiente para usar a Pretendo Network?",
"answer": "Não. Para propósitos de segurança e moderação, se você está usando um emulador, você ainda precisará de um console real. Isso permite uma segurança melhor e uma aplicação mais eficaz das regras, a fim de proporcionar uma experiência segura e agradável com o nosso serviço."
},
{
"question": "Pretendo terá suporte ao Wii ou Nintendo Switch?",
"question": "A Pretendo funciona no Cemu/emuladores?",
"answer": "O Wii já possui servidores personalizados fornecidos pelo <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. No momento, não temos interesse em direcionar o projeto ao Nintendo Switch, pois ele oferece um serviço pago e completamente diferente da Nintendo Network."
},
{
"question": "Terei de desbloquear meu console para me conectar?",
"answer": "Sim, você precisará desbloquear seu console para se conectar; no entanto, no Wii U você só precisará acessar o Homebrew Launcher (ou seja, Haxchi, Coldboot Haxchi ou até mesmo o exploit do navegador de internet), informações sobre como os consoles Nintendo 3DS se conectarão serão fornecidas em um momento posterior."
"question": "A Pretendo vai ter suporte ao Wii/Switch?",
"answer": "O Wii já tem servidores customizados fornecidos por <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. No momento nós não desejamos dar suporte ao Switch pois os servidores são pagos e são completamente diferente da Nintendo Network."
},
{
"question": "Eu vou precisar de um console desbloqueado para conectar?",
"answer": "Para a melhor experiência em consoles, você precisará desbloquear o seu sistema - especificamente Aroma para Wii U e Luma3DS para 3DS. Entretanto, no Wii U, o método SSSL (sem necessidade de desbloqueio) também está disponível com funcionalidade limitada. Veja as nossas<a href=\"/docs/install\">instruções de instalação</a> para mais detalhes."
},
{
"question": "Se eu estou banido na Nintendo Network, eu continuarei banido se usar a Pretendo?",
"answer": "Nós não temos acesso aos banimentos da Nintendo Network, então todos os usuários da Nintendo Network não estão banidos. Entretanto, nós temos regras à seguir enquanto se utiliza o serviço, e falhar em segui-lás pode resultar em um banimento."
},
{
"question": "Posso usar trapaças ou modificações online com a Pretendo?",
"answer": "Somente em partidas privadas - ganhar vantagem injusta ou atrapalhando a experiência online com pessoas que não tinham consentimento (como em partidas públicas) é motivo para banimento. Nós regularmente aplicamos banimentos de consoles e contas para ambos Wii U e 3DS. A Pretendo usa medidas de segurança extra que fazem métodos de \"desbanimentos\" como mudar o seu número serial não efetivos."
}
]
},
@@ -99,11 +111,169 @@
},
"credits": {
"title": "Equipe",
"text": "Conheça a equipe por trás do projeto"
"text": "Conheça a equipe por trás do projeto",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Dono do projeto e desenvolvedor líder",
"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": "quarky",
"caption": "Pesquisa e desenvolvimento de atualizações no Wii U",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"name": "SuperMarioDaBom",
"caption": "Pequisa dos sistemas e arquitetura do servidor",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "limes.pink",
"caption": "Desenvolvimento Web",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
"caption": "Pesquisa de sistemas e desenvolvimento do servidor",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Billy",
"caption": "Preservacionista e arquitetura do servidor",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "DaniElectra",
"caption": "Pesquisa de sistemas e desenvolvimento do servidor",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "niko",
"caption": "Desenvolvimento Web e do servidor",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "MatthewL246",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "Desenvolvimento do servidor e otimização",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "Desenvolvimento de atualizações e pesquisa do 3DS",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"specialThanks": {
"title": "Agradecimentos especiais",
"text": "Sem eles, Pretendo não estaria onde está hoje."
"text": "Sem eles, Pretendo não estaria onde está hoje.",
"people": [
{
"name": "Contribuidores do GitHub",
"caption": "Localizações e outros contribuidores",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
},
{
"name": "superwhiskers",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "Stary",
"caption": "Desenvolvimento do 3DS e dissecador de NEX",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"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",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Icones para o Editor Mii e reações do Juxt",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "Rambo6Glaz",
"caption": "Pesquisa de consoles e servidores de jogos",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"name": "GaryOderNichts",
"caption": "Desenvolvimento de atualizações para o Wii U",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "zaksabeast",
"caption": "Criador de atualizações para o 3DS",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"name": "mrjvs",
"caption": "Arquitetura do servidor",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "binaryoverload",
"caption": "Arquitetura do servidor",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "Simonx22",
"caption": "Rotações do Splatoon e pesquisa",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Rotações do Splatoon e pesquisa",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "Contribuidores GitHub",
"caption": "Localizações e outros contribuidores",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Fique atualizado",
@@ -131,8 +301,9 @@
"O Wii U é um sistema subestimado: os comerciais eram muito ruins, mas o console é ótimo. Ah, espera um momento. Eu não sei o porquê do meu Gamepad não estar conectando no meu Wii.",
"O tema principal de Super Mario World 2 - Yoshi's Island tem uma batida muito top e ninguém nunca irá me convencer do contrário.",
"Meus lançamentos favoritos do Nintendo Switch foram Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Ainda Outro Port Pack e Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age e o Pacote \"Você Realmente Gostou do Título do Virtual Console do Nintendo Wii U, Então Estamos Trazendo-o de Volta\". Você pode realmente dizer que a Nintendo se importa.",
"Tipo \"Você conhece a Ash, abençoe o coração dela, ela faz UwU o dia inteiro\" é uma forma simpática do sul de dizer \"Ash faz UwU o tempo todo e é tãoestranho e estúpido que seria melhor que ela não fizesse isso\"",
"Meu primeiro video no canal!! eu tava querendo fazer videos faz muito tempo mas meu notebook tava horrivel e eu nao conseguia usar o fraps, skype e minecraft ao mesmo tempo. mas agora isso acabou! com ajuda do meu professor de TI, agora meu notebook ta bem melhor e eu ja posso gravar! espero que gostem e se gostarem deixem seu like e se inscrevam no canal!!!"
"Tipo \"Você conhece a Kip, abençoe o coração dela, ela faz UwU o dia inteiro\" é uma forma simpática do sul de dizer \"Kip faz UwU o tempo todo e é tãoestranho e estúpido que seria melhor que ela não fizesse isso\"",
"Meu primeiro video no canal!! eu tava querendo fazer videos faz muito tempo mas meu notebook tava horrivel e eu nao conseguia usar o fraps, skype e minecraft ao mesmo tempo. mas agora isso acabou! com ajuda do meu professor de TI, agora meu notebook ta bem melhor e eu ja posso gravar! espero que gostem e se gostarem deixem seu like e se inscrevam no canal!!!",
"Parece bom para mim"
]
},
"progressPage": {
@@ -201,7 +372,13 @@
"signInSecurity": "Acesso e segurança"
},
"unavailable": "Indisponível",
"upgrade": "Aprimorar conta"
"upgrade": "Aprimorar conta",
"delete": {
"button": "Deletar Conta",
"modalTitle": "Deletar PNID",
"modalCaution": "Esta ação não pode ser desfeita.",
"modalConfirm": "Sim, deletar"
}
},
"account": "Conta",
"accountLevel": [
@@ -276,5 +453,8 @@
"donation": {
"progress": "<span>$${totd}</span> de <span>$${goald}</span> por mês, o que significa <span>${perc}%</span> do objetivo mensal.",
"upgradePush": "Para se tornar um doador e ganhar acesso a vários benefícios legais, visite a página de <a href=\"/account/upgrade\">upgrade</a>."
},
"notfound": {
"description": "Ops! Nós não conseguimos achar esta página."
}
}

View File

@@ -234,7 +234,7 @@
"O Wii U é um sistema subestimado: os comerciais eram muito ruins, mas o console é ótimo. Ah, espera um momento. Não sei o porquê do meu Gamepad não estar conectando no meu Wii.",
"O tema principal de Super Mario World 2 - Yoshi's Island tem uma batida muito top e ninguém nunca irá me convencer do contrário.",
"Os meus lançamentos favoritos do Nintendo Switch foram Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Ainda Outro Port Pack e Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age e o Pacote \"Realmente Gostou do Título do Virtual Console do Nintendo Wii U, Então Estamos Trazendo-o de Volta\". Pode realmente dizer que a Nintendo se importa.",
"Tipo \"Conhece a Ash, abençoe o coração dela, ela faz UwU o dia inteiro\" é uma forma simpática do sul de dizer \"Ash faz UwU o tempo todo e é tão estranho e estúpido e queria que ela não fizesse isso\"",
"Tipo \"Conhece a Kip, abençoe o coração dela, ela faz UwU o dia inteiro\" é uma forma simpática do sul de dizer \"Kip faz UwU o tempo todo e é tão estranho e estúpido e queria que ela não fizesse isso\"",
"O meu primeiro vídeo no canal!! Queria fazer vídeos há muito tempo, mas o meu notebook era horrível e não consegui usar o Fraps, Skype e Minecraft simultaneamente. Mas agora isso acabou! Com a ajuda do meu professor de TI, o meu notebook agora está bem melhor e já posso gravar! Espero que gostem e se gostarem deixem o seu like e se inscrevam no canal!!!"
]
},

View File

@@ -131,7 +131,7 @@
"Wii U chiar a fost un sistem subapreciat; reclamele erau, gen, foarte proaste, dar consola e tare. Ăă, stai un pic, nu știu de ce Gamepad-ul nu se conectează la Wii.",
"Genericul de la Super Mario World 2 - Yoshi's Island e absolut genial și n-ai cum să mă convingi altfel.",
"Lansările mele preferate pe Nintendo Switch au fost Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Încă niște porturi Pack și Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Chiar v-a plăcut jocul ăsta pe Wii U Virtual Console așa de mult că vi-l aducem din nou\" Pack. Poți vedea că lui Nintendo chiar îi pasă.",
"Gen \"Știi pe Ash, să-i dea Dumnezeu sănătate, face UwU-uri toată ziua\" e modul de la țară de a zice \"Ash face numai UwU-uri și e foarte aiurea și stupid și mi-aș dori să nu mai facă\"",
"Gen \"Știi pe Kip, să-i dea Dumnezeu sănătate, face UwU-uri toată ziua\" e modul de la țară de a zice \"Kip face numai UwU-uri și e foarte aiurea și stupid și mi-aș dori să nu mai facă\"",
"primu meu video pe canalul meu!! mereu miam dorit să fac videouri da laptopu era praf si nu mergeau fraps, skype sau minecraft in același timp, dar acum gata! profa de TIC ma ajutat și acum laptopu merge mult mai bn și pot să și filmez! sper să vă placă și nu uitati sa dati un like și subscribe!!!"
]
},

View File

@@ -3,7 +3,7 @@
"about": "О нас",
"faq": "ЧаВо",
"docs": "Документы",
"credits": "Титры",
"credits": "О разработчиках",
"progress": "Прогресс",
"donate": "Пожертвование",
"blog": "Блог",
@@ -34,7 +34,7 @@
"title": "О нас",
"paragraphs": [
"Pretendo - проект с открытым исходным кодом, цель которого воссоздать Nintendo Network для консолей 3DS и Wii U, используя обратную-разработку (reverse engineering).",
"Так как наши сервисы бесплатны и имеют открытый исходный код, то существовать Pretendo может ещё очень долго после закрытия официального Nintendo Network."
"Так как наши сервисы бесплатны и имеют открытый исходный код, они будут существовать еще долго в будущем."
]
},
"progress": {
@@ -55,19 +55,23 @@
},
{
"question": "Как мне подключиться к Pretendo?",
"answer": "На данный момент Pretendo ещё не готово для нормального использования. Однако, когда мы закончим разработку базовых функций, вы сможете подключиться к Pretendo просто запуская наше homebrew-приложение на вашей консоли."
"answer": "Чтобы начать использовать Pretendo Network на 3DS, Wii U или эмуляторах, просмотрите наши <a href='/docs/install'>инструкции по установке</a>!"
},
{
"question": "Знаете ли вы, когда что-либо из функций и сервисов будет сделано?",
"answer": "Нет. Большинство сервисов Pretendo разрабатываются разными разработчиками (Например, над Miiverse может работать один из разработчиков, а над профилями и друзьями может работать совсем другой разработчик) и в целом мы не можем сказать сколько времени займёт разработка, так как сами этого не знаем."
},
{
"question": "Работает ли Pretendo на эмуляторах/Cemu?",
"answer": "Pretendo сделано специально для оборудования Wii U и 3DS; на данный момент единственный эмулятор с поддержкой Nintendo Network является Cemu. Cemu официально не поддерживает неофициальные сервера, однако Pretendo может работать и на Cemu.Pretendo на данный момент не поддерживает Cemu."
"question": "Когда Вы добавите больше игр?",
"answer": "Мы работаем над новыми играми тогда, когда мы чувствуем, что наши серверные библиотеки достаточно готовы для реализации нужной поддержки, а также при наличии достаточного времени у разработчиков. Большая часть нашей работы приходится на стабилизацию и доработку уже имеющихся у нас игр: мы хотим добиться от них наилучшего результата, прежде чем переходить к следующим. Поскольку новые задачи появляются постоянно, мы не можем спрогнозировать, когда то или это будет сделано."
},
{
"question": "Если я забанен в Nintendo Network, буду ли я забанен в Pretendo?",
"answer": "Нет. Все пользователи, которые имеют бан в официальном Nintendo Network, смогут пользоваться Pretendo. Однако, у нас есть правила использования и при их нарушении вы можете получить бан."
"question": "Достаточно ли эмулятора чтобы использовать Pretendo?",
"answer": "Нет. В целях безопасности и модерации, если вы используете эмулятор, вам всё равно нужна настоящая консоль. Это позволит улучшить безопасность и усилить эффективность применения правил в целях обеспечения безопасной и приятной атмосферы на наших сервисах."
},
{
"question": "Работает ли Pretendo на Cemu/эмуляторах?",
"answer": "Cemu 2.1 официально поддерживает Pretendo через настройки вашего сетевого профиля на эмуляторе. Чтобы получить информацию о том, как настроить Cemu, проверьте нашу <a href=\"https://pretendo.network/docs/install/cemu\">документацию</a>.<br>Некоторые 3DS-эмуляторы или различные их ответвления могут поддерживать нас, однако у нас пока что нет никаких официальных рекомендаций или инструкций по настройке. Последние версии Citra не поддерживают Pretendo."
},
{
"question": "Будет ли Pretendo поддерживать Wii/Switch?",
@@ -75,17 +79,186 @@
},
{
"question": "Нужно ли мне прошивать консоль?",
"answer": а, вам понадобится прошить консоль, чтобы подключиться. Однако, на Wii U вам понадобится только доступ к Homebrew Launcher (т.е. Haxchi, Coldboot Haxchi, или web browser exploit). Информация о подключении с 3DS будет опубликована позже."
"answer": ля наилучшего опыта на консолях вам потребуется взломать систему — а именно установить Aroma для Wii U и Luma3DS для 3DS. Однако на Wii U также доступен безвзломный метод SSSL с ограниченной функциональностью. Подробности смотрите в наших <a href=\"/docs/install\">инструкциях по установке</a>."
},
{
"question": "Если я забанен на Nintendo Network, буду ли я забанен и на Pretendo тоже?",
"answer": "Нет. Все пользователи, которые имеют бан в официальном Nintendo Network, смогут пользоваться Pretendo. Однако, у нас есть свои правила использования, и при их нарушении вы можете получить бан уже на Pretendo."
},
{
"question": "Можно ли использовать читы или моды в сетевых играх на Pretendo?",
"answer": "Только в частных матчах — получение нечестного преимущества или нарушение игрового процесса с участниками, которые не давали на это согласия (как в публичных матчах), является причиной для блокировки. Мы регулярно применяем баны аккаунтов и консолей как на Wii U, так и на 3DS. В Pretendo используются дополнительные меры безопасности, из-за которых традиционные методы обхода блокировок, такие как смена серийного номера, не работают."
}
]
},
"credits": {
"title": "Наша команда",
"text": "Ознакомьтесь с командой, которая работает над разработкой Pretendo"
"text": "Знакомьтесь с командой работающей над Pretendo",
"people": [
{
"caption": "Владелец проекта и ведущий разработчик",
"name": "Джонатан Барроу (jonbarrow)",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "Джемма (CaramelKat)",
"caption": "Исследование и разработка Miiverse",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"caption": "Исследование Wii U и разработка патчей",
"github": "https://github.com/ashquarky",
"picture": "https://github.com/ashquarky.png",
"name": "quarky"
},
{
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom",
"caption": "Серверная архитектура и исследование систем",
"name": "SuperMarioDaBom"
},
{
"caption": "Веб-разработка",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink",
"name": "limes.pink"
},
{
"caption": "Исследование систем и разработка серверов",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"name": "Shutterbug2000",
"github": "https://github.com/shutterbug2000"
},
{
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss",
"name": "Билли",
"caption": "Серверная архитектура и архивариус"
},
{
"name": "DaniElectra",
"caption": "Исследование систем и разработка серверов",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "niko",
"caption": "Веб и серверная разработка",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "MatthewL246",
"caption": "DevOps и работа с сообществом",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "Разработка и оптимизация серверов",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "Исследования и разработка патчей для 3DS",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"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",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"caption": "Разработка 3DS и NEX-диссектора",
"name": "Stary",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub",
"name": "rverse",
"caption": "Предоставление информации по Miiverse"
},
{
"special": "Особая благодарность",
"caption": "Исследование структур данных Nintendo",
"name": "Kinnay",
"github": "https://github.com/Kinnay",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128"
},
{
"name": "NinStar",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar",
"caption": "Значки для редактора Mii и реакций Juxt"
},
{
"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",
"github": "https://github.com/zaksabeast",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128"
},
{
"name": "mrjvs",
"caption": "Серверный архитектур",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "binaryoverload",
"caption": "Серверный архитектур",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "Simonx22",
"caption": "Ротaции и исследование Splatoon",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Ротaции и исследование Splatoon",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork",
"name": "Участники на GitHub",
"caption": "Локализация и прочий вклад"
}
]
},
"discordJoin": {
"title": "Будьте в курсе всех новостей",
@@ -111,10 +284,11 @@
"Webkit v537 - лучшая версия Webkit для Wii U. Нет, мы не будет портировать Chrome на Wii U.",
"Не могу дождаться пока на часах не будет 03:14:08 UTC , 19 января 2038 года!",
"Wii U на самом деле - недооценённая система: рекламы были ужасными, но сама консоль - замечательная. Эм? Подождите секунду... Я не уверен почему мой геймпад не подключается к моей Wii.",
"Главная музыкальная тема Super Mario World 2 - Yoshi's Island , просто бомба! Ты не можешь доказать мне обратное.",
"Главная музыкальная тема Super Mario World 2 - Yoshi's Island , просто бомба! Смирись.",
"Мои любимые релизы на Nintendo Switch были - Nintendo Switch Online + Expansion Pack, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Play Pack, Nintendo Switch Online + Еще Один Порт Игр Pack, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Вам Действительно Понравился Nintendo Wii U Virtual Console Игры, Так Что Мы Их возвращаем\" Pack. Ты с уверенностью можешь сказать что Nintendo точно заботится о нас.",
"Например, \"Знаешь, Эш, благослови её сердце, она весь день занимается UwU\" - это южный приятный способ сказать \"Эш занимается UwU всё время, и это очень странно и глупо, и я бы хотел, чтобы они этого не делали\"",
"Мой первый видеоролик на моём канале! Я хотел сделать видео уже очень давно, но мой ноутбук работал очень плохо и я не мог открыть фрапс , скайп и майнкрафт одновременно. Но теперь этому конец! Благодаря моему учителю по информатике мой ноутбук стал быстрым и теперь я могу снимать ролики! Я надеюсь вам понравится ставьте лайк и подписывайтесь на канал!"
"Например, \"Знаешь, Кип, благослови её сердце, она весь день занимается UwU\" - это южный приятный способ сказать \"Кип занимается UwU всё время, и это очень странно и глупо, и я бы хотел, чтобы они этого не делали\"",
"Мой первый видеоролик на моём канале! Я хотел сделать видео уже очень давно, но мой ноутбук работал очень плохо и я не мог открыть фрапс , скайп и майнкрафт одновременно. Но теперь этому конец! Благодаря моему учителю по информатике мой ноутбук стал быстрым и теперь я могу снимать ролики! Я надеюсь вам понравится ставьте лайк и подписывайтесь на канал!",
"Выглядит Хорошо Для Меня"
]
},
"progressPage": {
@@ -182,7 +356,14 @@
"newsletter": "Газета"
},
"unavailable": "Недоступно",
"upgrade": "Улучшить учётную запись"
"upgrade": "Улучшить учётную запись",
"delete": {
"button": "Удалить Аккаунт",
"modalTitle": "Удалить PNID",
"modalDescription": "Вы точно хотите удалить PNID? Пожалуйста учтите следующее перед удалением:\n\nДанные вашего аккаунта во всех сервисах Pretendo (включая Форум и Juxtaposition) будут удалены.\nВаши данные Stripe и подписка будут автоматически удалены.\nВы не сможете использовать тоши самай PNID на новом аккаунте в будущем.\nУдаление аккаунта не решает проблемы с запретами или технической поддержкой. Если у вас возникла проблема пожалуйста используйте форум для помощи.",
"modalCaution": "Это действие нельзя отменить.",
"modalConfirm": "Да, удалить"
}
},
"account": "Учётная запись",
"forgotPassword": {
@@ -223,7 +404,7 @@
]
},
"search": {
"caption": "Введите его в графу чтобы получить больше информации об ошибке!",
"caption": "Введите код ошибки здесь, чтобы получить больше информации об ошибке!",
"label": "Код ошибки",
"no_match": "Ничего не найдено",
"title": "Получили код ошибки?"
@@ -248,7 +429,7 @@
"changeTier": "Поменять уровень",
"changeTierPrompt": "Вы уверены что хотите отписаться от <span class=\"oldtier\">oldtiername</span> и подписаться на <span class=\"newtier\">newtiername</span>?",
"back": "Назад",
"unsubPrompt": "Вы уверены в том что хотите отписаться от <span>tiername</span>? Вы потеряете доступ к функционалу которые шли вместе с данным уровнем."
"unsubPrompt": "Вы уверены в том что хотите отписаться от <span>tiername</span>? Вы потеряете доступ к функциям которые были доступны на данном уровне."
},
"donation": {
"progress": "<span>$${totd}</span> из <span>$${goald}</span>/в месяц, <span>${perc}%</span> от месячной цели.",
@@ -276,5 +457,8 @@
],
"text": "Наш проект имеет множество компонентов. Вот некоторые из них.",
"title": "Что мы делаем"
},
"notfound": {
"description": "Упс! Мы не смогли найти эту страницу."
}
}

View File

@@ -1 +1,167 @@
{}
{
"nav": {
"docs": "Dokumentácia",
"forum": "Fórum",
"account": "Účet",
"accountWidget": {
"settings": "Nastavenia",
"logout": "Odhlásiť sa"
},
"dropdown": {
"captions": {
"faq": "Často kladené otazky",
"about": "O projekte",
"credits": "Zoznámte sa s týmom",
"blog": "Súhrn najnovších aktualizácií",
"forum": "Chatujte s ostatnými pre podporu",
"progress": "Skontrolujte progres a ciele projektu"
}
},
"blog": "Blog",
"about": "O nás",
"faq": "FAQ",
"credits": "Poďakovanie",
"progress": "Progres",
"donate": "Prispieť"
},
"hero": {
"subtitle": "Herné servery",
"title": "Znovuzrodené",
"text": "Pretendo je slobodná a open-source náhrada za servery Nintendo pre 3DS a Wii U, ktoré umožňujú konektivitu všetkým, aj po dekativácií pôvodných serverov",
"buttons": {
"readMore": "Čítať viac"
}
},
"faq": {
"title": "Často Kladené Otazky",
"QAs": [
{
"question": "Čo je Pretendo?",
"answer": "Pretendo je open-source náhrada za Nintendo Network, ktorej cieľom je vytvoriť vlastné servery pre rodinu konzolí Wii U a 3DS. Chceme zachovať online konektivitu týchto zariadení a umožniť tak hráčom naďalej hrať svole obľúbené Wii U a 3DS tituly."
},
{
"question": "Bude na Pretende fungovať moje terajšie NNID?",
"answer": "Bohužial, nie. Existujúce NNID na Pretende nebudú fungovať, pretože Vaše uživateľské dáta vlastní iba Nintendo. Napriek tomu že by bol presun účtu teoreticky možný, bol by riskantný a vyžadoval by citlivé osobné údaje, ktoré si neprajeme držať."
},
{
"question": "Ako začnem s používaním Pretenda?",
"answer": "Pokiaľ chcete začať používať Pretendo Network na 3DS, Wii U alebo ich emulátoroch, prosím navštívte náš <a href='/docs/install'>návod k nastaveniu</a>!"
},
{
"question": "Viete kedy bude funkcia/služba hotová?",
"answer": "Nie. Mnohé služby a funkcie Pretenda sú vyvíjané nezávisle od seba (napríklad, na Miiverse môže pracovať jeden vývojár, zatiaľ čo druhý pracuje na Účtoch a Priateľoch) a preto nevieme poskytnúť odhady, kedy bude niečo hotové."
},
{
"question": "Kedy pridáte dalšie hry?"
}
],
"text": "Tu je zopár častých otázok, ktoré sa nás ľudia často pýtajú, aby ste boli v obraze."
},
"showcase": {
"title": "Čo robíme"
},
"credits": {
"title": "Tím",
"people": [
{},
{},
{},
{
"name": "SuperMarioDaBom",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"name": "limes.pink",
"caption": "Webový vývoj",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "Shutterbug2000",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Billy",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "DaniElectra",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "niko"
}
]
},
"footer": {
"usefulLinks": "Užitočné odkazy"
},
"account": {
"loginForm": {
"register": "Registrovať sa",
"password": "Heslo",
"confirmPassword": "Potvrdiť heslo"
},
"resetPassword": {
"password": "Heslo",
"confirmPassword": "Potvrdiť heslo"
},
"settings": {
"unavailable": "Nedostupný",
"settingCards": {
"profile": "Profil",
"birthDate": "Dátum narodenia",
"gender": "Pohlavie",
"country": "Krajina/Región",
"beta": "Beta",
"email": "Email",
"password": "Heslo",
"otherSettings": "Ostatné nastavenia",
"discord": "Discord"
}
},
"accountLevel": [
"Štandardný",
null,
"Moderátor",
"Developer"
]
},
"upgrade": {
"month": "mesiac",
"back": "Späť"
},
"localizationPage": {
"button": "Testovací súbor"
},
"docs": {
"quickLinks": {
"header": "Rýchle odkazy"
},
"sidebar": {
"welcome": "Vitajte",
"install": "Inštalovať",
"search": "Vyhľadať"
}
},
"modals": {
"cancel": "Zrušiť",
"confirm": "Potvrdiť",
"close": "Zavrieť"
},
"aboutUs": {
"title": "O nás",
"paragraphs": [
"Pretendo je open-source projekt, ktorého cieľom je reimplenetovať Nintendo Network pre 3DS a Wii U pomocou legálneho revere engineeringu.",
"Kedže sú naše služby slobodné a open-source, nehrozí, že budú náhle ukončené."
]
},
"progress": {
"title": "Progres",
"githubRepo": "Github repozitár"
}
}

View File

@@ -149,7 +149,7 @@
"Wii Uet är faktiskt ett underskattat system: reklamfilmerna var typ riktigt dåliga, men konsolen är bra. Va, vänta en sekund, jag är inte säker varför men min Gamepad ansluter inte till mitt Wii.",
"Super Mario Värld 2 - Yoshi's Ö's huvud signaturmelodi är en absolut bop är det finns inget sätt att du kommer övertyga mig annars.",
"Mina favorit Nintendo Switch släpp har varit Nintendo Switch Online + Expansion Paket, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Offline Spel Paket, Nintendo Switch Online + Ännu En Port Paket, och Nintendo Switch Online + Dr. Kawashima's Hjärn Träning / Hjärnålder \"Du Gillade Verkligen WII U Virtual Konsol Titeln, Så Vi Tar Den Tillbaka\" Paket. Du kan verkligen se att Nintendo bryr sig.",
"Som \"Du vet Ash, välsigna hennes hjärta, hon UwUar varje dag\" är det trevliga sydliga sättet att säga \"Ash uwuar hela tiden och det är verkligen konstigt och dumt och jag önskar att hen inte gjorde det\"",
"Som \"Du vet Kip, välsigna hennes hjärta, hon UwUar varje dag\" är det trevliga sydliga sättet att säga \"Kip uwuar hela tiden och det är verkligen konstigt och dumt och jag önskar att hen inte gjorde det\"",
"Min första video på min kanal!! Ja har velat göra videor länge nu men min laptop rann ganska dåligt och jag kunde inte köra fraps, skype och minecraft på samma gång. men nu är det över! med lite hjälp från min IT lärare kör min laptop mycket bättre och jag kan spela in nu! jag hoppas att ni alla tycker om den här videon och om du gör det snälla gilla och premenurera!!!"
],
"socials": "Sociala medier",

466
src/locales/ta_IN.json Normal file
View File

@@ -0,0 +1,466 @@
{
"nav": {
"about": "பற்றி",
"faq": "அடிக்கடி கேட்கப்படும் கேள்விகள்",
"docs": "கோப்புகள்",
"credits": "வரவு",
"progress": "முன்னேற்றம்",
"blog": "வலைப்பதிவு",
"forum": "மன்றம்",
"account": "கணக்கு",
"donate": "நன்கொடை",
"accountWidget": {
"settings": "அமைப்புகள்",
"logout": "வெளியேறு"
},
"dropdown": {
"captions": {
"credits": "குழுவை சந்திக்கவும்",
"about": "திட்டம் பற்றி",
"faq": "அடிக்கடி கேட்கப்படும் கேள்விகள்",
"blog": "எங்களின் அண்மைக் கால புதுப்பிப்புகள், சுருக்கப்பட்டது",
"forum": "மற்றவர்களுடன் அரட்டையடித்து ஆதரவைப் பெறுங்கள்",
"progress": "திட்டத்தின் முன்னேற்றம் மற்றும் இலக்குகளை சரிபார்க்கவும்"
}
}
},
"hero": {
"subtitle": "விளையாட்டு சேவையகங்கள்",
"title": "மீண்டும் உருவாக்கப்பட்டது",
"text": "ப்ரெடென்டோ என்பது 3DS மற்றும் Wii உ ஆகிய இரண்டிற்கும் நிண்டெண்டோவின் சேவையகங்களுக்கான இலவச மற்றும் திறந்த மூல மாற்றாகும், இது அசல் சேவையகங்கள் நிறுத்தப்பட்ட பிறகும் அனைவருக்கும் நிகழ்நிலை இணைப்பை அனுமதிக்கிறது",
"buttons": {
"readMore": "மேலும் படிக்கவும்"
}
},
"aboutUs": {
"title": "எங்களைப் பற்றி",
"paragraphs": [
"ப்ரெடென்டோ என்பது ஒரு திறந்த மூல திட்டமாகும், இது 3DS மற்றும் Wii உ க்கான நிண்டெண்டோ நெட்வொர்க்கை மீண்டும் உருவாக்குவதை நோக்கமாகக் கொண்டுள்ளது.",
"எங்கள் சேவைகள் இலவசம் மற்றும் ஓப்பன் சோர்ச் என்பதால், அவை எதிர்காலத்தில் நீண்ட காலமாக இருக்கும்."
]
},
"progress": {
"title": "முன்னேற்றம்",
"githubRepo": "அறிவிலிவேள்வி களஞ்சியம்"
},
"faq": {
"title": "அடிக்கடி கேட்கப்படும் கேள்விகள்",
"text": "எளிதான தகவலுக்காக எங்களிடம் கேட்கப்படும் சில பொதுவான கேள்விகள் இங்கே உள்ளன.",
"QAs": [
{
"question": "பாசாங்கு என்றால் என்ன?",
"answer": "ப்ரெடென்டோ என்பது ஒரு திறந்த மூல நிண்டெண்டோ பிணையம் மாற்றாகும், இது Wii உ மற்றும் 3DS குடும்ப கன்சோல்களுக்கான தனிப்பயன் சேவையகங்களை உருவாக்குவதை நோக்கமாகக் கொண்டுள்ளது. இந்த கன்சோல்களின் நிகழ்நிலை செயல்பாட்டைப் பாதுகாத்து, வீரர்கள் தங்களுக்குப் பிடித்த Wii உ மற்றும் 3DS கேம்களை அவர்களின் முழுத் திறனுடன் தொடர்ந்து விளையாட அனுமதிப்பதே எங்கள் குறிக்கோள்."
},
{
"question": "எனது தற்போதைய என்என்ஐடிகள் ப்ரெடென்டோவில் வேலை செய்யுமா?",
"answer": "எதிர்பாராதவிதமாக, இல்லை. உங்கள் பயனர் தரவை நிண்டெண்டோ மட்டுமே வைத்திருப்பதால், தற்போதுள்ள என்என்ஐடிகள் ப்ரெடென்டோவில் வேலை செய்யாது; ஒரு NNID-to-PNID இடம்பெயர்வு கோட்பாட்டளவில் நிகழக்கூடிய என்றாலும், அது ஆபத்தானது மற்றும் நாங்கள் வைத்திருக்க விரும்பாத முக்கியமான பயனர் தரவு தேவைப்படும்."
},
{
"question": "Pretendo ஐ எப்படி பயன்படுத்துவது?",
"answer": "3DS, Wii உ அல்லது எமுலேட்டர்களில் Pretendo பிணையம் உடன் தொடங்க, எங்கள் <a href='/docs/install'>அமைவு வழிமுறைகளைப்</a> பார்க்கவும்!"
},
{
"question": "அம்சம்/சேவை எப்போது தயாராகும் என்பது உங்களுக்குத் தெரியுமா?",
"answer": "இல்லை. ப்ரெடெண்டோவின் பல அம்சங்கள்/சேவைகள் சுயாதீனமாக உருவாக்கப்பட்டுள்ளன (உதாரணமாக, Miiverse ஒரு டெவலப்பரால் வேலை செய்யப்படலாம், அதே சமயம் கணக்குகள் மற்றும் நண்பர்கள் மற்றொருவரால் வேலை செய்யப்படலாம்) எனவே இதற்கு எவ்வளவு காலம் எடுக்கும் என்பதற்கான ஒட்டுமொத்த ETA ஐ எங்களால் வழங்க முடியாது."
},
{
"question": "மேலும் கேம்களை எப்போது சேர்ப்பீர்கள்?",
"answer": "எங்கள் பின்தள நூலகங்கள் அதை ஆதரிக்கத் தயாராக இருப்பதாக உணர்ந்தவுடன் புதிய கேம்களில் வேலை செய்கிறோம், மேலும் அதை பராமரிக்க உருவாக்குபவர் நேரம் உள்ளது. எங்களின் பல வேலைகள் ஏற்கனவே இருக்கும் கேம்களை நிலைப்படுத்தி முடிப்பதில்தான் செல்கிறது - புதிய தலைப்புகளுக்குச் செல்வதற்கு முன், அவற்றில் சிறந்த அனுபவத்தைப் பெற விரும்புகிறோம். எல்லா நேரத்திலும் புதிய வேலைகள் வருவதால், அது எப்போது என்று எங்களால் கணிக்க முடியாது."
},
{
"question": "நான் எமுலேட்டரைப் பயன்படுத்தினால், அது Pretendo ஐப் பயன்படுத்த போதுமானதாக இருக்குமா?",
"answer": "இல்லை. பாதுகாப்பு மற்றும் மிதமான நோக்கங்களுக்காக, நீங்கள் எமுலேட்டரைப் பயன்படுத்துகிறீர்கள் என்றால், உங்களுக்கு இன்னும் உண்மையான கன்சோல் தேவை. இது எங்கள் சேவையில் பாதுகாப்பான மற்றும் மகிழ்ச்சிகரமான அனுபவத்தை வழங்குவதற்காக மேம்படுத்தப்பட்ட பாதுகாப்பு மற்றும் மிகவும் பயனுள்ள விதிகளை அமல்படுத்த அனுமதிக்கிறது."
},
{
"question": "Cemu/முன்மாதிரிகளில் Pretendo வேலை செய்கிறதா?",
"answer": "எமுலேட்டரில் உங்கள் பிணையம் கணக்கு விருப்பங்களின் கீழ் Cemu 2.1 அதிகாரப்பூர்வமாக Pretendo ஐ ஆதரிக்கிறது. Cemu ஐ எவ்வாறு தொடங்குவது என்பது பற்றிய தகவலுக்கு, <a href=\"https://pretendo.network/docs/install/cemu\">ஆவணத்தைப்</a> பார்க்கவும்.<br>சில 3DS முன்மாதிரிகள் அல்லது ஃபோர்க்குகள் எங்களை ஆதரிக்கலாம், ஆனால் தற்போது எங்களிடம் அதிகாரப்பூர்வ பரிந்துரை அல்லது அமைவு வழிமுறைகள் எதுவும் இல்லை. சிட்ராவின் இறுதி கட்டங்கள் ப்ரெடென்டோவை ஆதரிக்கவில்லை."
},
{
"question": "ப்ரெடென்டோ Wii/Switch ஐ ஆதரிக்குமா?",
"answer": "Wii ஏற்கனவே <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> வழங்கிய தனிப்பயன் சேவையகங்களைக் கொண்டுள்ளது. தற்சமயம் ச்விட்சை குறிவைக்க நாங்கள் விரும்பவில்லை, ஏனெனில் இது பணம் செலுத்தி நிண்டெண்டோ நெட்வொர்க்கிற்கு முற்றிலும் வேறுபட்டது."
},
{
"question": "இணைக்க எனக்கு ஏக்ச் தேவையா?",
"answer": "கன்சோல்களில் சிறந்த அனுபவத்தைப் பெற, உங்கள் கணினியை ஏக் செய்ய வேண்டும் - குறிப்பாக Wii உ க்கான அரோமா மற்றும் 3DS க்கு Luma3DS. இருப்பினும், Wii உ இல், ஏக்லெச் SSSL முறையும் வரையறுக்கப்பட்ட செயல்பாட்டுடன் கிடைக்கிறது. விவரங்களுக்கு எங்கள் <a href=\"/docs/install\">அமைவு வழிமுறைகளைப்</a> பார்க்கவும்."
},
{
"question": "நிண்டெண்டோ நெட்வொர்க்கில் நான் தடைசெய்யப்பட்டால், Pretendo ஐப் பயன்படுத்தும்போது நான் தடைசெய்யப்படுவதா?",
"answer": "நிண்டெண்டோ நெட்வொர்க்கின் தடைகளுக்கான அணுகல் எங்களிடம் இல்லை, எனவே அனைத்து நிண்டெண்டோ பிணையம் பயனர்களும் தடைசெய்யப்படவில்லை. இருப்பினும், சேவையைப் பயன்படுத்தும் போது பின்பற்ற வேண்டிய விதிகள் எங்களிடம் உள்ளன, மேலும் இந்த விதிகளைப் பின்பற்றத் தவறினால் தடை ஏற்படலாம்."
},
{
"question": "ப்ரெடென்டோவுடன் ஆன்லைனில் ஏமாற்றுபவர்கள் அல்லது மோட்களைப் பயன்படுத்தலாமா?",
"answer": "தனிப்பட்ட போட்டிகளில் மட்டும் - நியாயமற்ற நன்மைகளைப் பெறுவது அல்லது சம்மதிக்காத நபர்களுடன் நிகழ்நிலை அனுபவத்தை சீர்குலைப்பது (பொதுப் போட்டிகளைப் போல) தடைசெய்யக்கூடிய குற்றமாகும். Wii உ மற்றும் 3DS அமைப்புகள் இரண்டிற்கும் கணக்கு மற்றும் கன்சோல் தடைகளை நாங்கள் வழக்கமாகப் பயன்படுத்துகிறோம். உங்கள் வரிசை எண்ணை மாற்றுவது போன்ற பாரம்பரிய 'அன்பான்' முறைகளை பயனற்றதாக மாற்றும் கூடுதல் பாதுகாப்பு நடவடிக்கைகளை Pretendo பயன்படுத்துகிறது."
}
]
},
"showcase": {
"title": "நாம் என்ன செய்கிறோம்",
"text": "எங்கள் திட்டம் பல கூறுகளைக் கொண்டுள்ளது. அவற்றில் சில இங்கே.",
"cards": [
{
"title": "விளையாட்டு சேவையகங்கள்",
"caption": "தனிப்பயன் சேவையகங்களைப் பயன்படுத்தி உங்களுக்குப் பிடித்த கேம்கள் மற்றும் உள்ளடக்கத்தை மீண்டும் கொண்டு வருதல்."
},
{
"title": "ஒத்திசைவு",
"caption": "Miiverse இன் மறு-கற்பனை, அது நவீன காலத்தில் செய்யப்பட்டது போல."
},
{
"title": "ஆதரிப்போம்",
"caption": "கன்சோல் இல்லாமலும் உங்களுக்குப் பிடித்த Wii உ தலைப்புகளை இயக்கவும்!"
}
]
},
"credits": {
"title": "அணி",
"text": "திட்டத்தின் பின்னணியில் உள்ள குழுவைச் சந்திக்கவும்",
"people": [
{
"name": "சொனாதன் பாரோ (சோன்பரோ)",
"caption": "திட்ட உரிமையாளர் மற்றும் முன்னணி உருவாக்குபவர்",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"name": "செம்மா (கேரமல்கேட்)",
"caption": "பல்வேறு ஆராய்ச்சி மற்றும் மேம்பாடு",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"name": "குவார்க்கி",
"caption": "Wii உ ஆராய்ச்சி மற்றும் இணைப்பு மேம்பாடு",
"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": "limes.pink",
"caption": "வலை வளர்ச்சி",
"picture": "https://github.com/limesdotpink.png",
"github": "https://github.com/limesdotpink"
},
{
"name": "சட்டர்பக்2000",
"caption": "சிச்டம்ச் ஆராய்ச்சி மற்றும் சர்வர் மேம்பாடு",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "பில்லி",
"caption": "பாதுகாப்பாளர் மற்றும் சர்வர் கட்டிடக்கலை",
"picture": "https://github.com/InternalLoss.png",
"github": "https://github.com/InternalLoss"
},
{
"name": "டேனி எலக்ட்ரா",
"caption": "சிச்டம்ச் ஆராய்ச்சி மற்றும் சர்வர் மேம்பாடு",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"name": "நிகோ",
"caption": "இணையம் மற்றும் சர்வர் மேம்பாடு",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "மத்தேயுL246",
"caption": "DevOps மற்றும் சமூகப் பணி",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "ஓநாய்",
"caption": "சேவையக மேம்பாடு மற்றும் மேம்படுத்தல்",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "ட்ரேச் என்டர்டெயின்ச்",
"caption": "3DS ஒட்டு மேம்பாடு மற்றும் ஆராய்ச்சி",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"specialThanks": {
"title": "சிறப்பு நன்றி",
"text": "அவர்கள் இல்லாமல், ப்ரெடென்டோ இன்று இருக்கும் இடத்தில் இருக்காது.",
"people": [
{
"name": "GitHub பங்களிப்பாளர்கள்",
"caption": "உள்ளூர்மயமாக்கல் மற்றும் பிற பங்களிப்புகள்",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
},
{
"name": "சூப்பர்விச்கர்கள்",
"caption": "நெருக்கடி நூலக வளர்ச்சி",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"name": "பழையது",
"caption": "3DS வளர்ச்சி மற்றும் NEX டிசெக்டர்",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"name": "தலைகீழ்",
"caption": "பல்வேறு செய்தி பகிர்வு",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"name": "கின்னே",
"special": "சிறப்பு நன்றி",
"caption": "நிண்டெண்டோ தரவு கட்டமைப்புகள் பற்றிய ஆராய்ச்சி",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"name": "நின்ச்டார்",
"caption": "Mii எடிட்டர் மற்றும் Juxt எதிர்வினைகளுக்கான சின்னங்கள்",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"name": "ராம்போ6 கிளாச்",
"caption": "கன்சோல் ஆராய்ச்சி மற்றும் கேம் சர்வர்கள்",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"name": "கேரிஓடர்நிச்ட்ச்",
"caption": "Wii உ இணைப்பு வளர்ச்சி",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "சாக்சபீச்ட்",
"caption": "3DS ஒட்டு கிரியேட்டர்",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"name": "mrjvs",
"caption": "சேவையக கட்டமைப்பு",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "பைனரி ஓவர்லோட்",
"caption": "சேவையக கட்டமைப்பு",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "சைமன்எக்ச்22",
"caption": "ச்ப்ளட்டூன் சுழற்சிகள் மற்றும் ஆராய்ச்சி",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "ஓட்மீல்டோம்",
"caption": "ச்ப்ளட்டூன் சுழற்சிகள் மற்றும் ஆராய்ச்சி",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "GitHub பங்களிப்பாளர்கள்",
"caption": "உள்ளூர்மயமாக்கல் மற்றும் பிற பங்களிப்புகள்",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "புதுப்பித்த நிலையில் இருங்கள்",
"text": "திட்டப்பணியின் அண்மைக் கால புதுப்பிப்புகளைப் பெற, எங்கள் டிச்கார்ட் சேவையகத்தில் சேரவும்.",
"widget": {
"text": "எங்கள் முன்னேற்றத்திற்கான நிகழ்நேர அறிவிப்புகளைப் பெறுங்கள்",
"button": "சர்வரில் சேரவும்"
}
},
"footer": {
"socials": "சமூகங்கள்",
"usefulLinks": "பயனுள்ள இணைப்புகள்",
"widget": {
"captions": [
"தொடர்ந்து புதுப்பிக்க வேண்டுமா?",
"எங்கள் டிச்கார்ட் சர்வரில் சேரவும்!"
],
"button": "இப்போது சேரவும்!"
},
"bandwidthRaccoonQuotes": [
"நான் பேண்ட்வித் தி ரக்கூன், மேலும் ப்ரெடென்டோ நெட்வொர்க்கின் சேவையகங்களுக்குள் செல்லும் கேபிள்களைக் கடிக்க விரும்புகிறேன். ஆம்!",
"இது தொடர்பாக நிண்டெண்டோவுடன் நாங்கள் சட்டப் பிரச்சனையில் சிக்கலாமா என்று பலர் எங்களிடம் கேட்கிறார்கள்; என் அத்தை நிண்டெண்டோவில் வேலை செய்கிறார் என்று சொல்வதில் நான் மகிழ்ச்சியடைகிறேன், அவள் நன்றாக இருக்கிறாள்.",
"Webkit v537 Wii உ க்கான Webkit இன் சிறந்த பதிப்பாகும். இல்லை, நாங்கள் Chrome ஐ Wii உ க்கு துறைமுகம் செய்யப் போவதில்லை.",
"சனவரி 19, 2038 அன்று கடிகாரம் 03:14:08 UTC ஐ அடையும் வரை என்னால் காத்திருக்க முடியாது!",
"Wii உ உண்மையில் குறைத்து மதிப்பிடப்பட்ட அமைப்பு: விளம்பரங்கள் மிகவும் மோசமாக இருந்தன, ஆனால் கன்சோல் நன்றாக உள்ளது. அட, கொஞ்சம் பொறுங்கள், ஏன் என்று எனக்குத் தெரியவில்லை, ஆனால் எனது கேம்பேட் எனது Wii உடன் இணைக்கப்படவில்லை.",
"சூப்பர் மரியோ வேர்ல்ட் 2 - யோசிச் தீவின் முக்கிய கருப்பொருள் ஒரு முழுமையான பாப் மற்றும் நீங்கள் என்னை வேறுவிதமாக நம்ப வைக்கப் போவதில்லை.",
"எனக்கு பிடித்த நிண்டெண்டோ ச்விட்ச் வெளியீடுகள் நிண்டெண்டோ ச்விட்ச் நிகழ்நிலை + எக்ச்பான்சன் பேக், நிண்டெண்டோ ச்விட்ச் நிகழ்நிலை + ரம்பிள் பாக், நிண்டெண்டோ ச்விட்ச் நிகழ்நிலை + இணைப்பில்லாத ப்ளே பேக், நிண்டெண்டோ ச்விட்ச் நிகழ்நிலை + இன்னும் இன்னொரு துறைமுகம் பேக், மற்றும் நிண்டெண்டோ ச்விட்ச் நிகழ்நிலை + டாக்டர். கவாசிமாவின் மூளை பயிற்சியை விரும்புகிறது கன்சோல் தலைப்பு, எனவே நாங்கள் அதை மீண்டும் கொண்டு வருகிறோம்\" பேக். நிண்டெண்டோ அக்கறையை நீங்கள் உண்மையில் சொல்லலாம்.",
"\"உனக்கு தெரியும் கிப், அவள் இதயத்தை ஆசீர்வதிப்பாயாக, அவள் நாள் முழுவதும் உவ்யுச்\" என்பது \"கிப் UwUs எல்லா நேரத்திலும், இது மிகவும் வித்தியாசமானது மற்றும் முட்டாள்தனமானது, அவர்கள் அவ்வாறு செய்யவில்லை என்று நான் விரும்புகிறேன்\" என்று சொல்வதற்கான தெற்கு நல்ல வழி.",
"எனது சேனலில் எனது முதல் வீடியோ!! நான் நீண்ட காலமாக வீடியோக்களை உருவாக்க விரும்பினேன், ஆனால் எனது மடிக்கணினி மிகவும் மோசமாக இயங்கியது, என்னால் ஃப்ராப்ச், ச்கைப் மற்றும் மின்கிராஃப்ட் அனைத்தையும் ஒரே நேரத்தில் இயக்க முடியவில்லை. ஆனால் இப்போது அது முடிந்துவிட்டது! எனது அடையாளம் ஆசிரியரின் உதவியால் எனது மடிக்கணினி சிறப்பாக இயங்குகிறது, இப்போது என்னால் பதிவு செய்ய முடியும்! நீங்கள் அனைவரும் ரசிப்பீர்கள் என்று நம்புகிறேன், நீங்கள் விரும்பினால் லைக் செய்து குழுசேரவும்!!!",
"எனக்கு நன்றாக இருக்கிறது"
]
},
"progressPage": {
"title": "நமது முன்னேற்றம்",
"description": "திட்டத்தின் முன்னேற்றம் மற்றும் இலக்குகளை சரிபார்க்கவும்! (ஒவ்வொரு மணிநேரமும் புதுப்பிக்கப்படும், எல்லா திட்ட இலக்குகளையும் அல்லது முன்னேற்றத்தையும் பிரதிபலிக்காது)"
},
"blogPage": {
"title": "வலைப்பதிவு",
"description": "சுருக்கப்பட்ட துகள்களில் அண்மைக் கால புதுப்பிப்புகள். அடிக்கடி புதுப்பிப்புகளைப் பார்க்க விரும்பினால், <a href=\"/account/upgrade\" target=\"_blank\">எங்களுக்கு ஆதரவளிப்பதை</a> கருத்தில் கொள்ளவும்.",
"published": "வெளியிட்டது",
"publishedOn": "அன்று"
},
"account": {
"account": "கணக்கு",
"loginForm": {
"login": "புகுபதிவு",
"register": "பதிவு செய்யுங்கள்",
"detailsPrompt": "உங்கள் கணக்கு விவரங்களை கீழே உள்ளிடவும்",
"username": "பயனர் பெயர்",
"password": "கடவுச்சொல்",
"confirmPassword": "கடவுச்சொல்லை உறுதிப்படுத்தவும்",
"email": "மின்னஞ்சல்",
"miiName": "மியின் பெயர்",
"forgotPassword": "உங்கள் கடவுச்சொல்லை மறந்துவிட்டீர்களா?",
"registerPrompt": "கணக்கு இல்லையா?",
"loginPrompt": "ஏற்கனவே கணக்கு உள்ளதா?"
},
"forgotPassword": {
"header": "கடவுச்சொல் மறந்துவிட்டது",
"sub": "உங்கள் மின்னஞ்சல் முகவரியை/PNIDயை கீழே உள்ளிடவும்",
"input": "மின்னஞ்சல் முகவரி அல்லது PNID",
"submit": "சமர்ப்பிக்கவும்"
},
"resetPassword": {
"header": "கடவுச்சொல்லை மீட்டமைக்கவும்",
"sub": "கீழே புதிய கடவுச்சொல்லை உள்ளிடவும்",
"password": "கடவுச்சொல்",
"confirmPassword": "கடவுச்சொல்லை உறுதிப்படுத்தவும்",
"submit": "சமர்ப்பிக்கவும்"
},
"settings": {
"upgrade": "கணக்கை மேம்படுத்தவும்",
"unavailable": "கிடைக்கவில்லை",
"settingCards": {
"userSettings": "பயனர் அமைப்புகள்",
"profile": "சுயவிவரம்",
"nickname": "புனைப்பெயர்",
"birthDate": "பிறந்த தேதி",
"gender": "பாலினம்",
"country": "நாடு/பிராந்தியம்",
"timezone": "நேர மண்டலம்",
"serverEnv": "சேவையக சூழல்",
"production": "விளைவாக்கம்",
"beta": "பீட்டா",
"upgradePrompt": "பீட்டா சர்வர்கள் பீட்டா சோதனையாளர்களுக்கு மட்டுமேயானவை.<br>பீட்டா சோதனையாளராக மாற, உயர் கணக்கு அடுக்குக்கு மேம்படுத்தவும்.",
"hasAccessPrompt": "உங்கள் தற்போதைய அடுக்கு பீட்டா சேவையக அணுகலை வழங்குகிறது. குளிர்!",
"signInSecurity": "உள்நுழைந்து பாதுகாப்பு",
"email": "மின்னஞ்சல்",
"password": "கடவுச்சொல்",
"passwordResetNotice": "உங்கள் கடவுச்சொல்லை மாற்றிய பிறகு, நீங்கள் எல்லா சாதனங்களிலிருந்தும் வெளியேற்றப்படுவீர்கள்.",
"signInHistory": "வரலாற்றில் உள்நுழையவும்",
"fullSignInHistory": "வரலாற்றில் முழு அடையாளத்தையும் காண்க",
"otherSettings": "பிற அமைப்புகள்",
"discord": "கருத்து வேறுபாடு",
"connectedToDiscord": "என டிச்கார்டுடன் இணைக்கப்பட்டது",
"removeDiscord": "டிச்கார்ட் கணக்கை அகற்று",
"noDiscordLinked": "டிச்கார்ட் கணக்கு இணைக்கப்படவில்லை.",
"linkDiscord": "டிச்கார்ட் கணக்கை இணைக்கவும்",
"newsletter": "செய்திமடல்",
"newsletterPrompt": "மின்னஞ்சல் மூலம் திட்டப் புதுப்பிப்புகளைப் பெறுங்கள் (நீங்கள் எப்போது வேண்டுமானாலும் விலகலாம்)",
"passwordPrompt": "Cemu கோப்புகளைப் பதிவிறக்க உங்கள் PNID கடவுச்சொல்லை உள்ளிடவும்",
"no_signins_notice": "உள்நுழைவு வரலாறு தற்போது கண்காணிக்கப்படவில்லை. பிறகு மீண்டும் பார்க்கவும்!",
"no_newsletter_notice": "செய்திமடல் தற்போது கிடைக்கவில்லை. பிறகு மீண்டும் பார்க்கவும்",
"no_edit_from_dashboard": "பயனர் டாச்போர்டில் இருந்து PNID அமைப்புகளைத் திருத்துவது தற்போது இல்லை. உங்கள் இணைக்கப்பட்ட கேம் கன்சோலில் இருந்து பயனர் அமைப்புகளைப் புதுப்பிக்கவும்"
},
"delete": {
"button": "கணக்கை நீக்கு",
"modalTitle": "PNID ஐ நீக்கு",
"modalDescription": "உங்கள் PNID ஐ நிச்சயமாக நீக்க விரும்புகிறீர்களா? நீக்குவதற்கு முன் பின்வருவனவற்றைக் கவனியுங்கள்: \n\nஅனைத்து Pretendo பிணையம் சேவைகளிலும் உள்ள உங்கள் கணக்குத் தரவு (இதில் கருத்துக்களம் மற்றும் Juxtaposition ஆகியவை அடங்கும்) அழிக்கப்படும். \nஉங்கள் ச்ட்ரைப் தரவு மற்றும் சந்தா தானாக நீக்கப்படும். \nஎதிர்காலத்தில் நீங்கள் அதே PNID ஐ புதிய கணக்கில் பயன்படுத்த முடியாது. \nகணக்கை நீக்குவது தடைகள் அல்லது தொழில்நுட்ப ஆதரவில் உள்ள சிக்கல்களைத் தீர்க்காது. உங்களுக்கு ஏதேனும் சிக்கல் இருந்தால், உதவிக்கு மன்றத்தைப் பயன்படுத்தவும்.",
"modalCaution": "இந்தச் செயலைச் செயல்தவிர்க்க முடியாது.",
"modalConfirm": "ஆம், நீக்கு"
}
},
"accountLevel": [
"தரநிலை",
"சோதனையாளர்",
"மதிப்பீட்டாளர்",
"உருவாக்குநர்"
],
"banned": "தடை செய்யப்பட்டது"
},
"upgrade": {
"title": "மேம்படுத்தல்",
"description": "மாதாந்திர இலக்கை அடைவது, ப்ரீடென்டோவை முழு நேர வேலையாக மாற்றும், மேலும் விரைவான விகிதத்தில் சிறந்த தரமான புதுப்பிப்புகளை வழங்கும்.",
"month": "மாதம்",
"tierSelectPrompt": "ஒரு அடுக்கைத் தேர்ந்தெடுக்கவும்",
"unsub": "குழுவிலகவும்",
"unsubPrompt": "<span>tiername</span> இலிருந்து நிச்சயமாக குழுவிலக விரும்புகிறீர்களா? அந்த அடுக்குடன் தொடர்புடைய சலுகைகளுக்கான அணுகலை <span>உடனடியாக</span> இழப்பீர்கள்.",
"unsubConfirm": "குழுவிலகவும்",
"changeTier": "அடுக்கை மாற்றவும்",
"changeTierPrompt": "நீங்கள் நிச்சயமாக <span class=\"oldtier\">oldtiername</span> இலிருந்து குழுவிலகி <span class=\"newtier\">newtiername</span>க்கு குழுசேர விரும்புகிறீர்களா?",
"changeTierConfirm": "அடுக்கை மாற்றவும்",
"back": "பின்"
},
"donation": {
"progress": "மாதாந்திர இலக்கில் <span>$${totd}</span> <span>$${goald}</span>/mouth, <span>${perc}%</span>.",
"upgradePush": "சந்தாதாரராவதற்கும் சிறந்த சலுகைகளுக்கான அணுகலைப் பெறுவதற்கும், <a href=\"/account/upgrade\">மேம்படுத்தல் பக்கத்தைப்</a> பார்வையிடவும்."
},
"localizationPage": {
"title": "உள்ளூர்மயமாக்குவோம்",
"description": "இணையதளத்தில் சோதிக்க, பொதுவில் அணுகக்கூடிய சாதொபொகு மொழிக்கான இணைப்பை ஒட்டவும்",
"instructions": "உள்ளூர்மயமாக்கல் வழிமுறைகளைப் பார்க்கவும்",
"fileInput": "சோதனைக்கான கோப்பு",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "சோதனைக் கோப்பு"
},
"docs": {
"missingInLocale": "இந்தப் பக்கம் உங்கள் இடத்தில் இல்லை. கீழே உள்ள ஆங்கில பதிப்பை சரிபார்க்கவும்.",
"quickLinks": {
"header": "விரைவான இணைப்புகள்",
"links": [
{
"header": "நான் உத்தேசித்துள்ள நிறுவு",
"caption": "அமைவு வழிமுறைகளைப் பார்க்கவும்"
},
{
"header": "பிழை ஏற்பட்டதா?",
"caption": "அதை இங்கே தேடுங்கள்"
}
]
},
"search": {
"title": "பிழைக் குறியீடு உள்ளதா?",
"caption": "உங்கள் சிக்கலைப் பற்றிய தகவலைப் பெற, கீழே உள்ள பெட்டியில் தட்டச்சு செய்யவும்!",
"label": "பிழை குறியீடு",
"no_match": "பொருத்தங்கள் எதுவும் இல்லை"
},
"sidebar": {
"getting_started": "தொடங்குதல்",
"welcome": "வரவேற்கிறோம்",
"install_extended": "நான் உத்தேசித்துள்ள நிறுவு",
"install": "நிறுவவும்",
"search": "தேடல்",
"juxt_err": "பிழை குறியீடுகள் - Juxt"
}
},
"modals": {
"cancel": "ரத்துசெய்",
"confirm": "உறுதிப்படுத்தவும்",
"close": "மூடு"
},
"notfound": {
"description": "அச்சச்சோ! இந்தப் பக்கத்தை எங்களால் கண்டுபிடிக்க முடியவில்லை."
}
}

View File

@@ -34,7 +34,7 @@
"title": "Hakkımızda",
"paragraphs": [
"Pretendo, tersine mühendislik kullanarak 3DS ve Wii U için Nintendo Network'ü yeniden oluşturmayı amaçlayan açık kaynaklı bir projedir.",
"Hizmetlerimiz hem ücretsiz hem de açık kaynak olacağından, Nintendo Network'ün kaçınılmaz olarak kapanışından çok daha sonra var olabilirler."
"Hizmetlerimiz ücretsiz ve açık kaynak kodlu olduğu için yıllarca varlığını sürdürecektir."
]
},
"progress": {
@@ -54,27 +54,39 @@
},
{
"question": "Pretendo'yu nasıl kullanırım?",
"answer": "Pretendo şuanda genel kullanım için hazır değil. Fakat hazır olduğunda Pretendo'yu konsolunuzda bir homebrew yamalayıcısı çalıştırarak kullanabileceksiniz."
"answer": "Pretendo Network'ü 3DS, Wii U veya emülatörlerde kullanmaya başlamak için lütfen <a href=\"/docs/install\">kurulum talimatlarımıza</a> bakın!"
},
{
"question": "Servis ya da bir özelliğin ne zaman hazır olacağını biliyor musunuz?",
"answer": "Hayır. Pretendo'nun birçok özelliği/hizmeti bağımsız olarak geliştirilmektedir (örneğin, Hesaplar ve Arkadaşlar üzerinde başka bir geliştirici çalışırken Miiverse üzerinde başka bir geliştirici çalışır.) ve bu nedenle, bunun ne kadar süreceği konusunda genel bir tahmini süre veremiyoruz."
},
{
"question": "Pretendo Cemu/emülatörlerde çalışır mı?",
"answer": "Pretendo, Nintendo Network ile etkileşebilen herhangi bir istemciyi destekler. Şu anda bu tür işlevselliğe sahip tek emülatör Cemu'dur. Cemu 2.0, emülator ağ hesabı seçenekleri altında Pretendo'yu resmi olarak destekler. Cemu ile nasıl başlayacağınızla ilgili bilgi için <a href=\"https://pretendo.network/docs/install/cemu\">dökümanlara</a> bakın.<br>Citra gerçek çevrimiçi oyun oynamayı desteklemiyor ve bu nedenle Pretendo ile çalışmaz ve destekleyeceğine dair hiçbir işarette göstermiyor. Mobil cihazlar için bir 3DS emülatörü olan Mikage, kesin olmamakla birlikte gelecekte destek sağlayabilir."
"question": "Daha fazla oyunu ne zaman ekleyeceksiniz?",
"answer": "Backend kütüphanelerimizin desteklemeye hazır olduğunu hissettiğimizde ve geliştiricilerin bunu sürdürmek için zamanı olduğunda yeni oyunlar üzerinde çalışıyoruz. Çalışmalarımızın çoğu mevcut oyunlarımızı stabilize etmeye ve tamamlamaya yöneliktir - yeni oyunlara geçmeden önce bu oyunlarda mümkün olan en iyi deneyimi elde etmek istiyoruz. Her zaman yeni işler ortaya çıktığı için bunun ne zaman olacağına dair bir tahminde bulunamıyoruz."
},
{
"question": "Nintendo Network'te yasaklandıysam, Pretendo kullanırken yasaklı kalacak mıyım?",
"answer": "Nintendo Network'ün yasaklarına erişimimiz yok ve tüm kullanıcılar hizmetimizde yasaklı olmayacak. Ancak, hizmeti kullanırken uymanız gereken kurallarımız olacaktır ve bu kurallara uyulmaması yasaklama ile sonuçlanabilir."
"question": "Eğer herhangi bir emülatör kullanırsam, bu Pretendo servislerini kullanmak için yeterli olacak mı?",
"answer": "Hayır. Güvenlik ve denetim amacıyla, bir emülatör kullanıyorsanız, yine de gerçek bir konsola ihtiyacınız vardır. Bu, hizmetimizle güvenli ve keyifli bir deneyim sağlamak için gelişmiş güvenlik ve kuralların daha etkili bir şekilde uygulanmasına olanak tanır."
},
{
"question": "Pretendo Wii/Switch'i destekleyecek mi?",
"answer": "Wii'nin zaten <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> tarafından sağlanan özel sunucuları var. Şu anda Switch'i hem ücretli hem de Nintendo Network'ten tamamen farklı olduğu için hedeflemek istemiyoruz."
"question": "Pretendo servisleri Cemu yada benzeri emülatörlerde çalışıyor mu?",
"answer": "Cemu 2.1 sürümünde, emülatördeki ağ hesabı seçenekleriniz altında Pretendo'yu resmi olarak desteklemektedir. Cemu'ya nasıl başlayacağınız hakkında bilgi için<a href=\"https://pretendo.network/docs/install/cemu\">documentation</a>.<br>, Bazı 3DS emülatörleri veya forkları bizi destekleyebilir, ancak şu anda herhangi bir resmi öneri veya kurulum talimatımız yok. Citra'nın son sürümleri Pretendo'yu desteklememektedir."
},
{
"question": "Bağlanmak için hacklere ihtiyacım olacak mı?",
"answer": "Evet, bağlanmak için cihazınızı hacklemeniz gerekecek; ancak Wii U'da yalnızca Homebrew Launcher'a (yani Haxchi, Coldboot Haxchi ve hatta web tarayıcısııklarından yararlanma) erişmeniz gerekir ve 3DS'nin nasıl bağlanacağı hakkında daha sonra bilgi verilecektir."
"question": "Pretendo Wii/Switch'i de destekleyecek mi?",
"answer": "Wii'de zaten <a href=\"“https://wiimmfi.de/”\" target=\"“_blank”\">Wiimmfi</a> tarafından sağlanan özel sunuculara ve lobilere sahiptir. Hem ücretli hem de Nintendo Network'ten tamamen farklı olduğu için şu anda Switch'i hedeflemek istemiyoruz."
},
{
"question": "Pretendo servislerine bağlanmak için hacklere ihtiyacım olacak mı?",
"answer": "Konsollarda en iyi deneyimi elde etmek için konsolunuzu hacklemeniz gerekecek; özellikle Wii U için Aroma ve 3DS için Luma3DS. Ancak Wii U'da hackless SSSL yöntemi de sınırlı işlevsellikle mevcuttur. Ayrıntılı bilgi için <a href=\"/docs/install\">setup instructions</a> bakınız."
},
{
"question": "Nintendo Network'te banlıysam, Pretendo'da banlı olucakmıyım?",
"answer": "Nintendo Network'ün ban listesine erişimimiz yok, bu nedenle tüm Nintendo Network kullanıcıları banlanmadı. Ancak, hizmeti kullanırken uymamız gereken kurallar vardır ve bu kurallara uyulmaması yasaklanmaya neden olabilir."
},
{
"question": "Pretendo ile online oyunlarda hileler veya modlar kullanabilir miyim?",
"answer": "Sadece private maçlarda - haksız avantaj elde etmek veya rızası olmayan kişilerle çevrimiçi deneyimi bozmak (herkese açık maçlarda olduğu gibi) banlanmanız olasıdır. Hem Wii U hem de 3DS sistemlerine düzenli olarak hesap ve konsol banı uyguluyoruz. Pretendo, seri numaranızı değiştirmek gibi geleneksel 'ban kaldırma' yöntemlerini etkisiz hale getiren ekstra güvenlik sistemimiz bile vardır."
}
],
"text": "Burada, bize kolay bilgi için sorulan bazı genel sorular yer almaktadır."
@@ -99,7 +111,81 @@
},
"credits": {
"title": "Takımımız",
"text": "Projenin arkasındaki ekip ile tanışın"
"text": "Projenin arkasındaki ekip ile tanışın",
"people": [
{
"name": "Jonathan Barrow (jonbarrow)",
"caption": "Proje lideri ve baş geliştirici",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"picture": "https://github.com/caramelkat.png",
"name": "Jemma (CaramelKat)",
"caption": "Miiverse için araştırma ve geliştirme",
"github": "https://github.com/CaramelKat"
},
{
"caption": "Wii U için araştırma ve yama geliştirme",
"name": "quarky",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"github": "https://github.com/SuperMarioDaBom",
"name": "SuperMarioDaBom",
"picture": "https://github.com/supermariodabom.png",
"caption": "Sistem araştırmaları ve sunucu mimarisi"
},
{
"picture": "https://github.com/limesdotpink.png",
"caption": "Web geliştirme",
"github": "https://github.com/limesdotpink",
"name": "limes.pink"
},
{
"caption": "Sistem araştırması ve sunucu geliştirme",
"name": "Shutterbug2000",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"github": "https://github.com/InternalLoss",
"name": "Billy",
"picture": "https://github.com/InternalLoss.png",
"caption": "Koruma uzmanı ve sunucu mimarisi"
},
{
"name": "DaniElectra",
"caption": "Sistem araştırmaları ve sunucu geliştirme",
"github": "https://github.com/DaniElectra",
"picture": "https://github.com/danielectra.png"
},
{
"name": "niko",
"caption": "Web ve sunucu geliştirme",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"picture": "https://github.com/MatthewL246.png",
"name": "MatthewL246",
"caption": "DevOps ve topluluk çalışması",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "Sunucu geliştirme ve optimizasyon",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "3DS yaması geliştirme ve araştırma",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"account": {
"settings": {
@@ -182,8 +268,9 @@
"Wii U aslında değeri bilinmeyen bir sistem: reklamlar gerçekten kötüydü ama konsol harika. Bir saniye, neden olduğundan emin değilim ama Gamepad'im Wii'ime bağlanmıyor.",
"Super Mario World 2 - Yoshi's Island'ın ana teması tam bir klasik ve beni başka türlü ikna etmenin bir yolu yok.",
"En sevdiğim Nintendo Switch oyunları Nintendo Switch Online + Genişletme Paketi, Nintendo Switch Online + Rumble Pak, Nintendo Switch Online + Çevrimdışı Oynama Paketi, Nintendo Switch Online + Bir Port daha Paketi ve Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Nintendo Wii U Sanal Konsol Oyunlarını Gerçekten Sevdiniz, Bu yüzden Geri Getiriyoruz\" Paketi. Nintendo'nun umursadığını gerçekten söyleyebilirsin.",
"\"Ash'i biliyorsun, kalbini korusun, o bütün gün UwUlar\" gibi, \"Ash her zaman uwular ve bu gerçekten garip ve aptalca ve keşke yapmasalar\" demenin güneydeki güzel yolu",
"Kanalımdaki ilk videom!! bn uzun zamandır video yapmak istiyordum ama dizüstü bilgisayarım oldukça kötü çalıştı ve fraps, skype ve minecraft'ı aynı anda çalıştıramadım. ama artık bitti! BT öğretmenimin biraz yardımıyla dizüstü bilgisayarım çok daha iyi çalışıyor ve şimdi kayıt yapabiliyorum! umarım eğlenirsiniz ve beğendiyseniz lütfen beğenip abone olun!!!"
"\"Kip'i biliyorsun, kalbini korusun, o bütün gün UwUlar\" gibi, \"Kip her zaman uwular ve bu gerçekten garip ve aptalca ve keşke yapmasalar\" demenin güneydeki güzel yolu",
"Kanalımdaki ilk videom!! bn uzun zamandır video yapmak istiyordum ama dizüstü bilgisayarım oldukça kötü çalıştı ve fraps, skype ve minecraft'ı aynı anda çalıştıramadım. ama artık bitti! BT öğretmenimin biraz yardımıyla dizüstü bilgisayarım çok daha iyi çalışıyor ve şimdi kayıt yapabiliyorum! umarım eğlenirsiniz ve beğendiyseniz lütfen beğenip abone olun!!!",
"Bana Güzel Görünüyor"
],
"widget": {
"button": "Şimdi katıl!",
@@ -243,7 +330,94 @@
},
"specialThanks": {
"text": "Onlar olmasaydı, Pretendo bugün olduğu yerde olamazdı.",
"title": "Ayrıca teşekkürler"
"title": "Ayrıca teşekkürler",
"people": [
{
"caption": "Yerelleştirme ve diğer katkılar",
"name": "GitHub katılımcıları",
"github": "https://github.com/PretendoNetwork",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
},
{
"caption": "crunch kütüphanesi̇ geli̇şti̇rme",
"name": "superwhiskers",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"github": "https://github.com/Stary2001",
"picture": "https://github.com/Stary2001.png",
"caption": "3DS geliştirme ve NEX dissektörü",
"name": "Stary"
},
{
"caption": "Miiverse bilgi paylaşımı",
"github": "https://twitter.com/rverseClub",
"picture": "https://github.com/rverseTeam.png",
"name": "rverse"
},
{
"github": "https://github.com/Kinnay",
"special": "Özel teşekkürler",
"name": "Kinnay",
"caption": "Nintendo veri yapıları üzerine araştırmalar",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128"
},
{
"picture": "https://github.com/ninstar.png",
"caption": "Mii Editor ve Juxt reactions için ikonlar",
"name": "NinStar",
"github": "https://github.com/ninstar"
},
{
"picture": "https://github.com/EpicUsername12.png",
"name": "Rambo6Glaz",
"caption": "Konsol araştırmaları ve oyun sunucuları",
"github": "https://github.com/EpicUsername12"
},
{
"name": "GaryOderNichts",
"caption": "Wii U yaması geliştirme",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"name": "zaksabeast",
"caption": "3DS yama yaratıcısı",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"caption": "Sunucu mimarisi",
"name": "mrjvs",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "binaryoverload",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload",
"caption": "Sunucu mimarisi"
},
{
"caption": "Splatoon rotasyonları ve araştırması",
"name": "Simonx22",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"github": "https://github.com/OatmealDome",
"caption": "Splatoon rotasyonları ve araştırması",
"name": "OatmealDome",
"picture": "https://github.com/OatmealDome.png"
},
{
"name": "GitHub katılımcıları",
"caption": "Yerelleştirme ve diğer katkılar",
"github": "https://github.com/PretendoNetwork",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
}
]
},
"donation": {
"upgradePush": "Abone olmak ve harika avantajlara erişmek için <a href=\"/account/upgrade\">yükseltme sayfasını</a> ziyaret edin.",
@@ -252,7 +426,7 @@
"blogPage": {
"published": "Tarafından yayınlandı",
"title": "Blog",
"description": "",
"description": "Yoğunlaştırılmış parçalar halinde en son güncellemeler. Güncellemeleri daha sık görmek istiyorsanız <a href=\"/account/upgrade\" target=\"_blank\">supporting us</a>.",
"publishedOn": "şu tarihte"
},
"upgrade": {
@@ -261,7 +435,7 @@
"month": "ay",
"description": "Aylık hedefe ulaşmak, Pretendo'yu tam zamanlı bir iş haline getirecek ve daha hızlı bir oranda daha kaliteli güncellemeler sağlayacaktır.",
"title": "Yükselt",
"unsubPrompt": "<span>tiername</span> aboneliğinden çıkmak istediğinizden emin misiniz? Bu seviye ile ilişkili ayrıcalıklara erişiminizi kaybedeceksiniz.",
"unsubPrompt": "<span>tiername</span> Aboneliğinizi iptal etmek istediğinizden emin misiniz? Bu katmandaki avantajları <span>immediately</span> erişiminizi kaybedeceksiniz.",
"unsub": "Abonelikten çık",
"unsubConfirm": "Abonelikten çık",
"changeTier": "Seviye değiştir",
@@ -276,5 +450,8 @@
"close": "Kapat",
"confirm": "Onayla",
"cancel": "İptal"
},
"notfound": {
"description": "Woops! Bu sayfayı bulamadık."
}
}

View File

@@ -2,7 +2,7 @@
"aboutUs": {
"paragraphs": [
"Pretendo — це проект із відкритим вихідним кодом, метою якого є відтворення мережі Nintendo для 3DS і Wii U за допомогою зворотного проектування чистих приміщень.",
"Оскільки наші служби будуть безкоштовними та відкритими, вони можуть існувати ще довго після неминучого закриття Nintendo Network."
"Оскільки наші служби є безкоштовними та відкритими, вони будуть існувати ще довгий час"
],
"title": "Про нас"
},
@@ -17,32 +17,44 @@
"question": "Чи працюватимуть мої наявні NNID на Pretendo?"
},
{
"question": "Як використовувати Pretendo?",
"answer": "Pretendo наразі не готовий для загального використання. Однак, як тільки це станеться, ви зможете використовувати Pretendo, просто запустивши наш homebrew patcher на вашій консолі."
"question": "Як користуватися Pretendo?",
"answer": "Щоб почати використовувати Pretendo Network на 3DS, Wii U чи емуляторах, відвідайте <a href=\"/docs/install\">інструкції для підключення</a>!"
},
{
"answer": "Ні. Багато функцій/сервісів Pretendo розроблено незалежно (наприклад, над Miiverse може працювати один розробник, а над обліковими записами та друзями — інший), тому ми не можемо вказати скільки часу це займе.",
"question": "Ви знаєте, коли функція/служба буде готова?"
},
{
"answer": "Pretendo підтримує будь-який емулятор, який може взаємодіяти з Nintendo Network. Наразі єдиним емулятором із такою функціональністю є Cemu. Cemu 2.0 офіційно підтримує Pretendo в параметрах вашого мережевого облікового запису в емуляторі. Щоб отримати інформацію про те, як розпочати роботу з Cemu, перегляньте <a href=\"https://pretendo.network/docs/install/cemu\">документацію</a>.<br>Citra не підтримує звичайну онлайн-гру та тому не працює з Pretendo і взагалі не підтримує звичайну онлайн-гру. Mikage, емулятор 3DS для мобільних пристроїв, мабуть ми зробимо підтримку в майбутньому, але це не точно.",
"question": "Чи працює Pretendo на Cemu/емуляторах?"
"answer": "Pretendo підтримує будь-який емулятор, який може взаємодіяти з Nintendo Network. Наразі єдиним емулятором із такою функціональністю є Cemu. Cemu 2.0 офіційно підтримує Pretendo в параметрах вашого мережевого облікового запису в емуляторі. Щоб отримати інформацію про те, як розпочати роботу з Cemu, перегляньте документацію.Citra не підтримує звичайну онлайн-гру та тому не працює з Pretendo і взагалі не підтримує звичайну онлайн-гру. Mikage, емулятор 3DS для мобільних пристроїв, можливо, надасть підтримку в майбутньому, хоча це ще не факт.",
"question": "Коли ви додасте більше ігор?"
},
{
"answer": "Ми не маємо доступу до блокувань Nintendo Network, і всі користувачі не будуть заблоковані в нашому сервісі. Однак у нас будуть правила, яких слід дотримуватися під час користування сервісом, і недотримання цих правил може призвести до блокування.",
"question": "Якщо мене забанять у Nintendo Network, чи залишиться бан під час використання Pretendo?"
"answer": "Ні. З метою безпеки та модерації, якщо ви використовуєте емулятор, вам все одно потрібна справжня консоль. Це дозволяє підвищити рівень безпеки та ефективніше застосовувати правила, щоб забезпечити безпечне та приємне користування нашим сервісом.",
"question": "Якщо я буду використовувати емулятор, чи буде цього достатньо для використання Pretendo?"
},
{
"question": "Чи підтримуватиме Pretendo Wii/Switch?",
"answer": "Wii уже має спеціальні сервери, надані <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a>. Наразі ми не хочемо орієнтуватися на Switch, оскільки він платний і повністю відрізняється від Nintendo Network."
"question": "Чи працює Pretendo на Cemu/емуляторах?",
"answer": "Cemu 2.1 офіційно підтримує Pretendo у параметрах вашого мережевого облікового запису в емуляторі. Щоб дізнатися, як розпочати роботу з Cemu, зверніться до <a href=\"https://pretendo.network/docs/install/cemu\">документації</a>.<br>. Деякі емулятори або форки емулятора 3DS можуть підтримувати нас, але наразі ми не маємо жодних офіційних рекомендацій чи інструкцій з налаштування. Фінальні збірки Citra не підтримують Pretendo."
},
{
"question": "Чи знадобляться мені хаки для підключення?",
"answer": "Так, вам потрібно буде хакнути пристрій, щоб підключитися; однак на Wii U вам потрібен буде лише доступ до Homebrew Launcher (тобто Haxchi, Coldboot Haxchi або навіть експлойт веб-браузера), а інформація про те, як 3DS підключатиметься, буде надана пізніше."
"question": "Чи буде Pretendo підтримувати Wii/Switch?",
"answer": "Для Wii вже є власні сервери, надані <a href=«https://wiimmfi.de/» target=«_blank»>Wiimmfi</a>. Наразі ми не хочемо орієнтуватися на Switch, оскільки вона є платною і повністю відрізняється від Nintendo Network."
},
{
"answer": "Для найкращого досвіду на консолях вам потрібно буде хакнути вашу систему - зокрема, Aroma для Wii U та Luma3DS для 3DS. Однак на Wii U також доступний метод SSSL без злому з обмеженою функціональністю. Дивіться наші <a href=\"/docs/install\">інструкції з налаштування</a> для отримання детальної інформації.",
"question": "Чи потрібні хаки для підключення?"
},
{
"question": "Якщо мене заблоковано в Nintendo Network, чи буду я заблокований під час використання Pretendo?",
"answer": "Ми не маємо доступу до блокувань Nintendo Network, тому всі користувачі Nintendo Network не заблоковані. Однак у нас є правила, яких слід дотримуватися при використанні сервісу, і їх недотримання може призвести до блокування."
},
{
"answer": "Тільки в приватних матчах - отримання несправедливої переваги або порушення взаємодії з людьми, які не давали на це згоди (як і в публічних матчах), є забороненим порушенням. Ми регулярно застосовуємо блокування акаунтів і консолей як для Wii U, так і для 3DS. Pretendo використовує додаткові заходи безпеки, які роблять традиційні методи зняття блокування, такі як зміна серійного номера, неефективними.",
"question": "Чи можу я використовувати чити або модифікації з Pretendo?"
}
],
"title": "Часті Запитання",
"text": "Ось кілька поширених запитань, які нам задають, щоб отримати легку інформацію."
"text": "Ось кілька поширених запитань, які нам задають, щоб отримати інформацію."
},
"showcase": {
"cards": [
@@ -52,7 +64,7 @@
},
{
"title": "Juxtaposition",
"caption": овторне уявлення про Miiverse, ніби це було зроблено в сучасну епоху."
"caption": ереосмислення Miiverse, так, ніби воно було зроблено в сучасну епоху."
},
{
"caption": "Грайте в улюблені ігри Wii U навіть без консолі!",
@@ -64,12 +76,86 @@
},
"credits": {
"title": "Команда",
"text": "Познайомтеся з командою проекту"
"text": "Познайомтеся з командою проекту",
"people": [
{
"picture": "https://github.com/jonbarrow.png",
"name": "Jonathan Barrow (jonbarrow)",
"github": "https://github.com/jonbarrow",
"caption": "Власник проєкту та головний розробник"
},
{
"name": "Jemma (CaramelKat)",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat",
"caption": "Дослідження та розробка Miiverse"
},
{
"caption": "Дослідження та розробка патчів для Wii U",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky",
"name": "quarky"
},
{
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom",
"caption": "Системні дослідження та архітектура серверів",
"name": "SuperMarioDaBom"
},
{
"name": "limes.pink",
"caption": "Веб-розробка",
"github": "https://github.com/limesdotpink",
"picture": "https://github.com/limesdotpink.png"
},
{
"name": "Shutterbug2000",
"caption": "Системні дослідження та розробка серверів",
"picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128",
"github": "https://github.com/shutterbug2000"
},
{
"name": "Billy",
"picture": "https://github.com/InternalLoss.png",
"caption": "Збереження та серверна архітектура",
"github": "https://github.com/InternalLoss"
},
{
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra",
"name": "DaniElectra",
"caption": "Системні дослідження та розробка серверів"
},
{
"caption": "Веб та серверна розробка",
"picture": "https://github.com/hauntii.png",
"name": "niko",
"github": "https://github.com/hauntii"
},
{
"caption": "DevOps та робота з спільнотою",
"name": "MatthewL246",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"picture": "https://github.com/wolfendale.png",
"caption": "Розробка та оптимізація серверів",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "Розробка та дослідження патчів для 3DS",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"nav": {
"credits": "Титри",
"progress": "Прогрес",
"blog": "Блог",
"blog": "Блоґ",
"about": "Про",
"faq": "ЧаПи",
"accountWidget": {
@@ -77,23 +163,23 @@
"logout": "Вийти"
},
"docs": "Документи",
"account": "Обликовий запис",
"account": "Обліковий запис",
"donate": "Пожертвувати",
"dropdown": {
"captions": {
"credits": "Зустрічайте команду",
"blog": "Наші останні оновлення, скорочено",
"progress": "Проверіти прогресс проекту, та ціли",
"about": "Про проект",
"faq": "Найчастіше задаваїми питання"
"progress": "Проверіти прогресс проєкту та цілі",
"about": "Про проєкт",
"faq": "Часті питання"
}
}
},
"hero": {
"subtitle": "Ігрові сервери",
"title": "Відтворени",
"title": "Відтворені",
"buttons": {
"readMore": "Читати далі"
"readMore": "Читати більше"
},
"text": "Pretendo — це безкоштовна заміна серверів Nintendo з відкритим вихідним кодом як для 3DS, так і для Wii U, що дозволяє всім підключатися до Інтернету навіть після припинення роботи оригінальних серверів"
},
@@ -103,60 +189,148 @@
},
"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",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers",
"caption": "Розробка кранч-бібліотек"
},
{
"name": "Stary",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001",
"caption": "Розробка 3DS та дисектор NEX"
},
{
"name": "rverse",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub",
"caption": "Поширення інформації про Miiverse"
},
{
"caption": "Дослідження структур даних Nintendo",
"name": "Kinnay",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"special": "Особлива подяка",
"github": "https://github.com/Kinnay"
},
{
"name": "NinStar",
"caption": "Іконки для Mii Editor та реакцій Juxt",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"caption": "Дослідження консолей та ігрових серверів",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12",
"name": "Rambo6Glaz"
},
{
"name": "GaryOderNichts",
"github": "https://github.com/GaryOderNichts",
"picture": "https://github.com/GaryOderNichts.png",
"caption": "Розробка патчів для Wii U"
},
{
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"name": "zaksabeast",
"caption": "Розробник патчів для 3DS",
"github": "https://github.com/zaksabeast"
},
{
"name": "mrjvs",
"caption": "Архітектура сервера",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"caption": "Архітектура сервера",
"github": "https://github.com/binaryoverload",
"picture": "https://github.com/binaryoverload.png",
"name": "binaryoverload"
},
{
"name": "Simonx22",
"caption": "Ротації та дослідження Splatoon",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"github": "https://github.com/OatmealDome",
"name": "OatmealDome",
"caption": "Ротації та дослідження Splatoon",
"picture": "https://github.com/OatmealDome.png"
},
{
"caption": "Локалізації та інші внески",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"name": "Користувачі GitHub",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "Будьте в курсі подій",
"text": "Приєднуйтесь до нашого сервера Discord, щоб отримувати останні оновлення про проект.",
"text": "Приєднуйтесь до нашого сервера Discord, щоб отримувати останні оновлення про проєкт.",
"widget": {
"button": "Приєднатися до серверу",
"text": "Отримуйте оновлення в реальному часі про наш прогрес"
}
},
"footer": {
"socials": "Соціальні сеті",
"socials": "Соціальні мережі",
"usefulLinks": "Корисні посилання",
"widget": {
"captions": [
"Хочете бути в курсі?",
"Хочете бути в курсі подій?",
"Приєднуйтесь до нашого сервера Discord!"
],
"button": "Приєднуйся зараз!"
},
"bandwidthRaccoonQuotes": [
Бандвих Єнот і мені подобається перекушувати кабелі до серверів Pretendo Network. Ням!",
"Багато людей питає нас : Чи будемо ми мати проблеми з Nintendo иза цого? Я дуже радий сказати, що моя тітка працуе в Nintendo, та вона ясказала що все добре.",
"Webkit версії 537 це найкраща версія Webkit для Wii U. Ні, ми не будемо портирувати Chrome на Wii U.",
"Я не можу дочекатися поки часи перейдуть відмітку 03:14:08 по UTC дев'ятнадцятого січеня 2038 року!",
"Wii U це недо оцінена консоль : Комерчіска реклама була дуже погана, але консоль дуже гарна. Зачекайте, я не дуже впевнений, чому мій контролер не приеднуется до Wii.",
"Super Mario World 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, and Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Вам дуже сподобається Nintendo Wii U Virtual Console ігри, так що ми їх повертаемо обратно\" Пак. Вы можете серйозно сказати що Nintendo не байдуже.",
"Наприклад, \"Ти знаєш, Еш, благослови її серце, вона весь день Увукала\" - це південний приємний спосіб сказати: \"Еш увукала весь час, і це дійсно дивно і тупо, і я хотів би, щоб вони цього не зробили\"",
"Моє перше відео на моєму каналі!! Я вже давно хотів знімати відео, але мій ноутбук працював досить погано, і я не міг запускати Fraps, Skype і Minecraft одночасно. Але зараз на цьому все закінчиться! За допомогою мого ІТ-викладача мій ноутбук працює набагато краще, і я можу записувати зараз! Сподіваюся, вам усім сподобається, і якщо це так, будь ласка, поставте лайк і підпишіться!!!"
єнот Бендвих, і я люблю гризти кабелі, що йдуть до серверів Pretendo Network. Ням!",
"Багато людей запитують нас, чи не виникнуть у нас юридичні проблеми з Nintendo через це; я радий повідомити, що моя тітка працює в Nintendo, і вона каже, що все в порядку.",
"Webkit v537 - найкраща версія Webkit для Wii U. Ні, ми не збираємося портувати Chrome на Wii U.",
"Не можу дочекатися, коли годинник досягне 03:14:08 UTC 19 січня 2038 року!",
"Wii U насправді недооцінена система: реклама була дуже поганою, але консоль чудова. Секундочку, не знаю чому, але мій геймпад не під'єднується до Wii.",
"Головна тема Super Mario World 2 - Yoshi's Island - це абсолютний боп, і ви ніяк не переконаєте мене в протилежному.",
"Моїми улюбленими релізами для Nintendo Switch були Nintendo Switch Online + розширення, Nintendo Switch Online + Rumble Pack, Nintendo Switch Online + офлайн-пакет, Nintendo Switch Online + ще один порт-пакет і Nintendo Switch Online + Dr. Kawashima's Brain Training / Brain Age \"Вам дуже сподобалася гра для віртуальної консолі Nintendo Wii U, тому ми повертаємо її назад\". Можна сказати, що Nintendo дійсно дбає про нас.",
"Наприклад, \"Ти знаєш, Кіпе, благослови її серце, вона весь день УвУкає\" - це південний приємний спосіб сказати: \"Кіпе увукає весь час, і це дійсно дивно і безглуздо, і я хотів би, щоб вона цього не робила\"",
"Моє перше відео на моєму каналі! Я давно хотів знімати відео, але мій ноутбук працював досить погано, і я не міг запускати fraps, skype і minecraft одночасно. але тепер це закінчилося! з деякою допомогою мого вчителя інформатики мій ноутбук працює набагато краще, і я можу записувати зараз! я сподіваюся, що вам сподобається, і якщо вам сподобається, будь ласка, ставте лайк і підписуйтесь!!!",
"Як на мене, виглядає непогано."
]
},
"blogPage": {
"title": "Блог",
"title": "Блоґ",
"publishedOn": "у",
"published": "Опубліковано",
"description": "Останні оновлення у стислому вигляді. Якщо ви хочете бачити частіші оновлення, <a href=\"/account/upgrade\" target=\"_blank\">підтримайте нас</a>."
},
"account": {
"loginForm": {
"login": "Логін",
"login": "Лоґін",
"register": "Зареєструватися",
"username": "Ім'я користувача",
"password": "Пароль",
"confirmPassword": "Підтвердьте пароль",
"email": "Електронна пошта",
"miiName": "Ім'я Mii",
"registerPrompt": "Немає аккаунту?",
"loginPrompt": "Вже є аккаунт?",
"registerPrompt": "Немає акаунту?",
"loginPrompt": "Вже є акаунт?",
"detailsPrompt": "Введіть дані свого облікового запису нижче",
"forgotPassword": "Забули пароль?"
},
"settings": {
"upgrade": "Прокачати аккаунт",
"upgrade": "Прокачати акаунт",
"settingCards": {
"profile": "Профіль",
"nickname": "Нікнейм",
@@ -172,24 +346,24 @@
"otherSettings": "Інші налаштування",
"discord": "Discord",
"connectedToDiscord": "Підключений до Discord як",
"removeDiscord": "Вийти з аккаунту Discord",
"noDiscordLinked": "Аккаунт Discord не пов’язано.",
"removeDiscord": "Вийти з акаунту Discord",
"noDiscordLinked": "Акаунт Discord не пов’язано.",
"passwordPrompt": "Введіть свій пароль PNID, щоб завантажити файли Cemu",
"serverEnv": "Серверне середовище",
"hasAccessPrompt": "Ваш поточний рівень надає вам доступ до бета-сервера. Круто!",
"gender": "Стать",
"beta": "Бета",
"upgradePrompt": "Бета-сервери призначені виключно для бета-тестерів.<br>Щоб стати бета-тестером, прокачайте аккаунт до вищого рівня.",
"upgradePrompt": "Бета-сервери призначені виключно для бета-тестерів.<br>Щоб стати бета-тестером, прокачайте акаунт до вищого рівня.",
"fullSignInHistory": "Переглянути повну історію входів",
"linkDiscord": "Прив'язати аккаунт Discord",
"linkDiscord": "Прив'язати акаунт Discord",
"newsletter": "Розсилка новин",
"newsletterPrompt": "Отримувати оновлення проекту електронною поштою (ви можете відмовитися в будь-який час)",
"no_newsletter_notice": "Новини зараз не доступні. Спробуйте пізніше",
"userSettings": "Налаштування Користувача",
"userSettings": "Налаштування користувача",
"no_signins_notice": "Вхідна історія зараз не відстежується. Спробуйте пізніше!",
"no_edit_from_dashboard": "Редагування налаштувань PNID з інформаційної панелі користувача зараз не доступна. Будь ласка, оновіть налаштування користувача з прив'язаної ігрової консолі"
},
"unavailable": "Не Доступно"
"unavailable": "Не доступно"
},
"accountLevel": [
"Стандартний",
@@ -197,7 +371,7 @@
"Модератор",
"Розробник"
],
"banned": "Заблокован",
"banned": "Заблокований",
"account": "Обліковий Запис",
"forgotPassword": {
"header": "Забув пароль",
@@ -231,7 +405,7 @@
"upgradePush": "Щоб стати передплатником і отримати доступ до цікавих бонусів, відвідайте <a href=\"/account/upgrade\">сторінку прокачки</a>."
},
"localizationPage": {
"title": "Локалізуємо",
"title": "Давайте локалізуємо",
"instructions": "Переглянути інструкції з локалізації",
"description": "Вставте посилання на загальнодоступну мову JSON, щоб протестувати її на веб-сайті",
"fileInput": "Файл для тестування",
@@ -252,11 +426,11 @@
}
]
},
"missingInLocale": "Ця сторінка недоступна у вашому регіоні. Будь ласка, перевірте англійську версію нижче.",
"missingInLocale": "Ця сторінка недоступна вашою мовою. Будь ласка, перевірте англійську версію нижче.",
"sidebar": {
"welcome": "Ласкаво просимо",
"juxt_err": "Коди помилки - Juxt",
"getting_started": "Починаемо",
"juxt_err": "Коди помилок - Juxt",
"getting_started": "Починаємо",
"install_extended": "Встановити Pretendo",
"install": "Встановити",
"search": "Знайти"
@@ -276,5 +450,8 @@
"cancel": "Скасувати",
"confirm": "Підтвердити",
"close": "Закрити"
},
"notfound": {
"description": "Упс! Сторінка не знайдена."
}
}

View File

@@ -1,40 +1,42 @@
{
"nav": {
"about": "关于",
"faq": "FAQ",
"docs": "帮助文档",
"credits": "贡献者",
"faq": "常见问题解答",
"docs": "文档",
"credits": "制作人员",
"progress": "进度",
"blog": "博客",
"account": "账",
"account": "账",
"accountWidget": {
"settings": "设置",
"logout": "登出"
"logout": "退出登录"
},
"donate": "捐赠",
"dropdown": {
"captions": {
"about": "我们的项目",
"faq": "常见问题",
"about": "关于项目",
"faq": "常见问题解答",
"blog": "我们最近的更新(简化版)",
"credits": "我们的团队",
"progress": "查看目的进度与目标"
"progress": "查看该项目的进度与目标",
"forum": "与其他用户进行聊天并获得支持"
}
}
},
"forum": "论坛"
},
"hero": {
"subtitle": "游戏服务器",
"title": "重新创建",
"title": "重新创建",
"text": "Pretendo 是任天堂 3DS 和 Wii U 服务器的免费和开源替代品,允许所有人在线连接,即使在任天堂官方服务器不再运行",
"buttons": {
"readMore": "更多"
"readMore": "阅读更多"
}
},
"aboutUs": {
"title": "关于我们",
"paragraphs": [
"Pretendo 是一个开源项目,旨在使用逆向工程为 3DS 和 Wii U 重新创建 Nintendo Network。",
"我们的服务是免费开源的,它们可以在 Nintendo Network 不可避免的关闭之后还存在。"
"由于我们的服务是免费开源的,它们将长期存在下去。"
]
},
"progress": {
@@ -42,7 +44,7 @@
"githubRepo": "Github 存储库"
},
"faq": {
"title": "常见问题",
"title": "常见问题解答",
"text": "以下是针对常见问题的简要的答案。",
"QAs": [
{
@@ -50,32 +52,44 @@
"answer": "Pretendo 是一个开源的 Nintendo Network 替代品,旨在为 Wii U 和 3DS 系列游戏机构建自定义服务器。我们的目标是保留这些游戏机的在线功能,让玩家可以继续尽情畅玩他们最喜欢的 Wii U 和 3DS 游戏。"
},
{
"question": "现有的 NNID 用于 Pretendo 吗?",
"question": "现有的 NNID 可以用于 Pretendo 吗?",
"answer": "遗憾的是,不行。因为只有任天堂拥有您的用户数据,现有的 NNID 不可以用于 Pretendo ;虽然 NNID 到 PNID 的迁移在理论上是可能的,但它存在风险并且需要我们不希望持有的敏感用户数据。"
},
{
"question": "如何使用 Pretendo",
"answer": "Pretendo 目前尚未处于可供公众使用的状态。但是,一旦完成,您只需在系统上运行我们的自制补丁程序即可使用 Pretendo。"
"answer": "若想要在 3DS、Wii U 或模拟器上使用 Pretendo Network请首先参见我们的<a href='/docs/install'>设置说明</a>"
},
{
"question": "什么时候某某功能/服务能完成?",
"answer": "不可以。许多 Pretendo 的功能/服务是独立开发的例如Miiverse 可能由一位开发人员构建,而 Accounts 和 Friends 正在由另一位开发人员构建),因此我们无法给出这需要多长时间的总体预计到达时间。"
},
{
"question": "Pretendo 是否适用于 Cemu/模拟器?",
"answer": "Pretendo 支持任何可以与任天堂网络交互的客户端。目前唯一具有此功能的模拟器是 Cemu。 Cemu 2.0 在模拟器中的网络帐户选项下已正式支持了 Pretendo。有关开始使用 Cemu 的信息,请查阅<a href=\"https://pretendo.network/docs/install/cemu\">文档</a>。<br>Citra 不支持真正意义上的在线多人联机,因此 Pretendo 在 Citra 上不可用并且完全没有在未来支持在线多人联机的迹象。Mikage一款用于移动设备的 3DS 模拟器,可能会在未来支持在线多人联机,尽管这尚不确定。"
"question": "你们什么时候会添加更多游戏?",
"answer": "当我们认为后端库已经准备就绪,并且能有开发者有时间去维护新的游戏的时候。我们的诸多精力将会投入在稳定和完善现有游戏上——我们希望在支持新游戏之前能够尽可能地为现有游戏提供更好的体验。由于我们随时可能会有新的工作要做,所以无法为您提供准确的时间。"
},
{
"question": "如果我在 Nintendo Network 上被封账号,我在使用 Pretendo 时还会被禁吗?",
"answer": "我们无法访问 Nintendo Network 的用户黑名单,因此不会禁止任何用户使用我们的服务。但是,使用本服务时也需要遵守规则,否则可能会导致被禁。"
"question": "如果我使用模拟器,是否足以使用Pretendo吗",
"answer": "不行。为了安全和监管的考虑,即使您使用模拟器,仍然需要一台真正的游戏主机。这有助于提高安全性,更有效地处罚违规用户,从而为您提供安全愉快的服务体验。"
},
{
"question": "Pretendo 会支持 Wii/Switch 吗?",
"answer": "Wii 已经有 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> 提供的自定义服务器。我们目前不以 Switch 为目标,因为它不仅付费而且与 Nintendo Network 的构造完全不同。"
"question": "Pretendo 可以在 Cemu 或其他模拟器上运行吗?",
"answer": "Cemu 2.1 在模拟器的网络帐户选项下正式支持 Pretendo。有关如何开始设置 Cemu 的信息,请查看<a href=\"https://pretendo.network/docs/install/cemu\">文档</a>。<br>一些 3DS 模拟器或分支可能支持我们但目前我们没有任何官方建议或设置说明。Citra 的最终版本目前不支持 Pretendo。"
},
{
"question": "我需要一台破解过的机器才能连接吗?",
"answer": "是的,您需要破解您的设备才能连接;但是,在 Wii U 上,您只需要访问 Homebrew Launcher即 Haxchi、Coldboot Haxchi 甚至网络浏览器漏洞利用程序),稍后会提供有关 3DS 将如何连接的信息。"
"question": "Pretendo会支持 Wii/Switch 吗?",
"answer": "Wii 已经有了由 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> 提供的替代服务器。而 Switch 平台是收费的,并且与 Nintendo Network 系统差异非常大,目前没有支持的计划。"
},
{
"question": "我需要破解主机才能连接吗?",
"answer": "为了更好的体验您需要破解您的系统——也就是说Wii U需要Aroma3DS需要Luma3DS。然而在Wii U上仍由不需要破解的SSSL方法可供选择但是其功能受限。具体信息请参考我们的 <a href=\"/docs/install\">设置说明</a>。"
},
{
"question": "如果我在 Nintendo Network 上被封禁,那么使用 Pretendo 时我还会保持被封禁状态吗?",
"answer": "我们无法访问 Nintendo Network 的禁令,因此所有 Nintendo Network 用户禁令都不生效。但是,在使用 Pretendo 服务时需要遵守我们的一些规则,不遵守这些规则可能会导致被封禁。"
},
{
"answer": "仅在私人匹配中可以 - 获得不公平的优势或破坏未经同意的人的在线体验(如在公开匹配中)是会被封禁的违规行为。我们定期封禁 Wii U 和 3DS 系统应用帐户和主机。Pretendo 使用额外的安全措施,使传统的“解禁”方法(例如更改序列号)无效。",
"question": "我可以在Pretendo中开挂或使用mod吗"
}
]
},
@@ -93,17 +107,178 @@
},
{
"title": "Cemu 支持",
"caption": "即使没有硬件也能玩你最喜欢的 Wii U 游戏!"
"caption": "即使没有主机,也能玩你最喜欢的 Wii U 游戏!"
}
]
},
"credits": {
"title": "团队",
"text": "认识项目背后的团队"
"text": "认识一下项目背后的团队",
"people": [
{
"name": "乔纳森·巴罗 (jonbarrow)",
"caption": "项目所有者和首席开发人员",
"picture": "https://github.com/jonbarrow.png",
"github": "https://github.com/jonbarrow"
},
{
"caption": "Miiverse 研究与开发",
"name": "Jemma (CaramelKat)",
"picture": "https://github.com/caramelkat.png",
"github": "https://github.com/CaramelKat"
},
{
"caption": "Wii U 研究和补丁开发",
"name": "quarky",
"picture": "https://github.com/ashquarky.png",
"github": "https://github.com/ashquarky"
},
{
"caption": "系统研究和服务器架构",
"name": "SuperMarioDaBom",
"picture": "https://github.com/supermariodabom.png",
"github": "https://github.com/SuperMarioDaBom"
},
{
"caption": "Web 开发",
"name": "limes.pink",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes"
},
{
"caption": "系统研究和服务器开发",
"name": "Shutterbug2000",
"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"
},
{
"caption": "系统研究和服务器开发",
"name": "DaniElectra",
"picture": "https://github.com/danielectra.png",
"github": "https://github.com/DaniElectra"
},
{
"caption": "网站和服务器开发",
"name": "niko",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"caption": "DevOps 和社区工作",
"name": "MatthewL246",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"caption": "服务器开发与优化",
"name": "wolfendale",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"caption": "3DS 补丁开发与研究",
"name": "TraceEntertains",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"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"
},
{
"caption": "crunch库开发",
"name": "superwhiskers",
"picture": "https://github.com/superwhiskers.png",
"github": "https://github.com/superwhiskers"
},
{
"caption": "3DS 开发和 NEX 解析器",
"name": "Stary",
"picture": "https://github.com/Stary2001.png",
"github": "https://github.com/Stary2001"
},
{
"caption": "Miiverse 信息分享",
"name": "rverse",
"picture": "https://github.com/rverseTeam.png",
"github": "https://twitter.com/rverseClub"
},
{
"special": "特别感谢",
"caption": "对 Nintendo 数据结构的研究",
"name": "Kinnay",
"picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128",
"github": "https://github.com/Kinnay"
},
{
"caption": "Mii 编辑器和 Juxt 反应的图标",
"name": "NinStar",
"picture": "https://github.com/ninstar.png",
"github": "https://github.com/ninstar"
},
{
"caption": "主机研究和游戏服务器",
"name": "Rambo6Glaz",
"picture": "https://github.com/EpicUsername12.png",
"github": "https://github.com/EpicUsername12"
},
{
"caption": "Wii U 补丁开发",
"name": "GaryOderNichts",
"picture": "https://github.com/GaryOderNichts.png",
"github": "https://github.com/GaryOderNichts"
},
{
"caption": "3DS 补丁创建",
"name": "zaksabeast",
"picture": "https://cdn.discordapp.com/avatars/219324395707957248/c62573fbd4d26c8b4724f54413df6960.png?size=128",
"github": "https://github.com/zaksabeast"
},
{
"caption": "服务器架构",
"name": "mrjvs",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"caption": "服务器架构",
"name": "binaryoverload",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"caption": "Splatoon 轮换和研究",
"name": "Simonx22",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"caption": "Splatoon 轮换和研究",
"name": "OatmealDome",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "GitHub 贡献者",
"caption": "本地化和其他贡献",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"discordJoin": {
"title": "得到我们的动态与更新",
@@ -114,14 +289,14 @@
}
},
"footer": {
"socials": "社交",
"socials": "社交媒体",
"usefulLinks": "相关链接",
"widget": {
"captions": [
"想知道动态?",
"加入我们的 Discord!"
"想知道最新动态",
"加入我们的 Discord 服务器!"
],
"button": "现在加入!"
"button": "马上加入"
},
"bandwidthRaccoonQuotes": [
"我是浣熊Bandwidth我喜欢咬连接 Pretendo Network 服务器的电缆。真好吃!",
@@ -130,9 +305,10 @@
"我迫不及待地等待时钟在 2038 年 1 月 19 日到达 03:14:08 UTC",
"Wii U 实际上是一个被低估的游戏机营销非常糟糕但游戏机很棒。嗯等一下我不知道为什么但我的Gamepad没有连接到我的 Wii。",
"超级马里奥世界 2 - 耀西岛 的主题是绝对的爆好听,你无法说服我。",
"我最喜欢的 Nintendo Switch 版本是 Nintendo Switch Online + 扩展包、Nintendo Switch Online + Rumble Pak、Nintendo Switch Online + Offline Play Pack、Nintendo Switch Online + Yet another Port Pack 和 Nintendo Switch Online + Kawashima 博士的大脑训练/Brain Age“你真的很喜欢 Nintendo Wii U 虚拟控制台标题,所以我们要把它带回来”包。你真的可以看出任天堂在不在乎。",
"就像“你知道 Ash,祝福她的心,她一整天都在 UwU”是南方的一种很好的说法Ash一直都是在 uwu ,这真的很奇怪和愚蠢,我希望他们没有”",
"涐恠涐の頻檤丄の第①嗰視頻!!涐想製莋視頻已俓佷玖ㄋ,但涐の毞誋夲電脳運哘嘚佷糟糕,涐兂法茼埘運哘 frāp$、$kypé 啝 mīńécrāfτ。但現恠結涑ㄋ!恠涐の 佬師の幫助丅,涐の毞誋夲電脳運哘嘚莄ぬㄋ,涐現恠岢苡錄喑ㄋ!涐俙望伱扪嘟囍歡,侞淉伱囍歡,請囍歡啝訂閲!!!"
"我最喜欢的 Nintendo Switch 版本是 Nintendo Switch Online + 扩展包、Nintendo Switch Online + Rumble Pak、Nintendo Switch Online + 离线游玩包、Nintendo Switch Online + Yet another Port Pack 和 Nintendo Switch Online + 脑科学专家川岛隆太博士监修大人的Nintendo Switch脑部锻炼 “你真的很喜欢 Nintendo Wii U 虚拟控制台标题,所以我们要把它带回来”包。你真的可以看出任天堂在不在乎。",
"就像“你知道 Kip,祝福她的心,她一整天都在 UwU”是南方的一种很好的说法Kip一直都是在 uwu ,这真的很奇怪和愚蠢,我希望他们没有”",
"涐恠涐の頻檤丄の第①嗰視頻!!涐想製莋視頻已俓佷玖ㄋ,但涐の毞誋夲電脳運哘嘚佷糟糕,涐兂法茼埘運哘 frāp$、$kypé 啝 mīńécrāfτ。但現恠結涑ㄋ!恠涐の 佬師の幫助丅,涐の毞誋夲電脳運哘嘚莄ぬㄋ,涐現恠岢苡錄喑ㄋ!涐俙望伱扪嘟囍歡,侞淉伱囍歡,請囍歡啝訂閲!!!",
"我觉得不错"
]
},
"progressPage": {
@@ -142,8 +318,8 @@
"blogPage": {
"title": "博客",
"description": "最新的更新都浓缩在这里。如果你需要更频繁的更新,请查看 <a href=\"/account/upgrade\" target=\"_blank\">捐赠</a>.",
"published": "作者",
"publishedOn": ""
"published": "作者:",
"publishedOn": ""
},
"localizationPage": {
"title": "让我们本地化",
@@ -163,7 +339,7 @@
"caption": "查看设置说明"
},
{
"header": "错误",
"header": "出现错误?",
"caption": "在这里搜索"
}
]
@@ -171,12 +347,12 @@
"search": {
"label": "错误代码",
"no_match": "没有搜索结果",
"title": "得到了一个错误",
"title": "出现错误代码",
"caption": "把错误代码输入在这里来得到帮助!"
},
"sidebar": {
"install": "安装",
"juxt_err": "Juxt 的错误代码",
"juxt_err": "错误代码 - Juxt",
"getting_started": "开始使用",
"welcome": "欢迎",
"install_extended": "安装 Pretendo",
@@ -200,38 +376,45 @@
"settings": {
"settingCards": {
"newsletterPrompt": "通过电子邮件接收项目更新(您可以随时选择退出)",
"discord": "Discord 聊天",
"connectedToDiscord": "连接Discord的身份",
"removeDiscord": "移除Discord账号",
"discord": "Discord",
"connectedToDiscord": "已绑定的 Discord 账号:",
"removeDiscord": "解除绑定 Discord 账号",
"passwordPrompt": "输入您的 PNID 密码以下载 Cemu 文件",
"profile": "账号信息",
"profile": "个人资料",
"nickname": "昵称",
"birthDate": "生日",
"birthDate": "生日",
"gender": "性别",
"country": "国家/地区",
"timezone": "时区",
"serverEnv": "服务器环境",
"production": "制作",
"production": "生产环境",
"beta": "Beta 版本",
"upgradePrompt": "Beta 服务器仅供 Beta 测试人员使用。<br>要成为 Beta 测试人员,请升级到更高的帐户等级。",
"hasAccessPrompt": "您当前的等级为您提供 Beta 服务器访问权限。耶!",
"signInSecurity": "登录和安全",
"email": "邮件",
"password": "密码",
"passwordResetNotice": "在修改密码后,所有登入的系统会登出。",
"passwordResetNotice": "改密码后,您将从所有设备上注销。",
"signInHistory": "登录历史",
"fullSignInHistory": "查看所有登录活动",
"otherSettings": "其他设置",
"noDiscordLinked": "没有连接的Discord账号。",
"linkDiscord": "连接Discord账号",
"noDiscordLinked": "没有绑定 Discord 账号。",
"linkDiscord": "绑定 Discord 账号",
"newsletter": "通讯",
"no_newsletter_notice": "目前没有新闻。请稍后再试",
"userSettings": "账号设置",
"userSettings": "用户设置",
"no_signins_notice": "目前没有任何登录历史。请稍后再试!",
"no_edit_from_dashboard": "目前无法编辑在此页面修改 PNID 设置。请通过你的游戏设备修改"
"no_edit_from_dashboard": "目前无法从网站修改 PNID 设置。请通过已绑定的主机上修改用户设置。"
},
"upgrade": "升级账号",
"unavailable": "无法获得"
"unavailable": "无法使用",
"delete": {
"button": "删除账号",
"modalTitle": "删除PNID",
"modalDescription": "确定要删除您的 PNID 吗?删除前请注意以下事项:\n\n您的账号在整个 Pretendo Network 服务(包含论坛和 Juxtaposition中的数据将被清除。\n您的 Stripe 支付数据和订阅信息将会被自动删除。\n您将不能再使用相同的 PNID 创建账号。\n删除账号并不能解决封禁或任何技术问题。如果您有任何问题请使用论坛寻求帮助。",
"modalCaution": "此操作无法撤销。",
"modalConfirm": "删除"
}
},
"accountLevel": [
"标准",
@@ -261,7 +444,7 @@
"month": "月",
"tierSelectPrompt": "选择一个级别",
"unsub": "退订",
"unsubPrompt": "您确定要退订 <span>tiername</span> 吗?您将无法使用与该等级相关的福利。",
"unsubPrompt": "您确定要退订 <span>tiername</span> 吗?您将<span>立即</span>失去与该等级相关的福利。",
"unsubConfirm": "退订",
"changeTier": "修改级别",
"changeTierPrompt": "您确定要取消订阅 <span class=\"oldtier\">oldtiername</span> 并订阅 <span class=\"newtier\">newtiername</span> 吗?",
@@ -276,5 +459,8 @@
"cancel": "取消",
"confirm": "确认",
"close": "关闭"
},
"notfound": {
"description": "糟糕!我们找不到该页面。"
}
}

View File

@@ -4,14 +4,15 @@
"dropdown": {
"captions": {
"about": "關於專案",
"progress": "檢視專案進度與目標",
"progress": "查看此專案進度與目標",
"credits": "認識團隊",
"faq": "常見問題",
"blog": "更新摘要"
"blog": "更新摘要",
"forum": "與其他使用者聊天並取得支援"
}
},
"docs": "文件",
"credits": "貢獻者",
"credits": "製作人員",
"progress": "進度",
"blog": "部落格",
"account": "帳號",
@@ -20,25 +21,100 @@
"logout": "登出"
},
"faq": "常見問題",
"donate": "捐款"
"donate": "捐款",
"forum": "論壇"
},
"hero": {
"buttons": {
"readMore": "閱讀更多"
},
"text": "Pretendo 是為了官方伺服器終止後,還能讓 3DS 和 Wii U 繼續用Nintendo Network的另解免費且開源的專案",
"text": "Pretendo 是一個免費和開源的伺服器取代方案,可以取代任天堂為 3DS 和 Wii U 提供的伺服器,即使原始伺服器終止服務,也能讓所有使用者保持線上連線。",
"subtitle": "遊戲伺服器",
"title": "重製"
"title": "已重新建立"
},
"credits": {
"text": "見見在專案背後努力的團隊",
"title": "開發團隊"
"text": "認識一下此專案背後的團隊",
"title": "開發團隊",
"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": "quarky",
"caption": "Wii U 研究與補丁開發",
"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": "limes.pink",
"caption": "網站開發",
"picture": "https://github.com/gitlimes.png",
"github": "https://github.com/gitlimes"
},
{
"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": "網站與伺服器開發",
"picture": "https://github.com/hauntii.png",
"github": "https://github.com/hauntii"
},
{
"name": "MatthewL246",
"caption": "DevOps 與社群工作",
"picture": "https://github.com/MatthewL246.png",
"github": "https://github.com/MatthewL246"
},
{
"name": "wolfendale",
"caption": "伺服器開發與最佳化",
"picture": "https://github.com/wolfendale.png",
"github": "https://github.com/wolfendale"
},
{
"name": "TraceEntertains",
"caption": "3DS補丁開發與研究",
"picture": "https://github.com/TraceEntertains.png",
"github": "https://github.com/TraceEntertains"
}
]
},
"showcase": {
"cards": [
{
"title": "遊戲伺服器",
"caption": "用客製伺服器還原你最愛的遊戲體驗。"
"caption": "使用自訂伺服器帶回您喜愛的遊戲和內容。"
},
{
"title": "Juxtaposition",
@@ -50,12 +126,13 @@
}
],
"text": "我們的專案有很多細項,這裡是其中一些。",
"title": "我們正在做什麼"
"title": "我們製作什麼"
},
"faq": {
"QAs": [
{
"question": "Pretendo 是什麼?"
"question": "什麼是 Pretendo?",
"answer": "Pretendo 是一個開源的 Nintendo Network 取代方案,為了 Wii U 和 3DS 系列遊戲機建立自訂伺服器。我們的目標是保留這些遊戲機的線上功能,讓玩家能夠繼續暢玩他們喜愛的 Wii U 和 3DS 遊戲,並獲得最佳的遊戲體驗。"
},
{
"question": "我現有的 NNID 可以用在 Pretendo 上嗎?",
@@ -63,43 +140,142 @@
},
{
"question": "如何使用 Pretendo ?",
"answer": "Pretendo 目前還在內測,但是一旦完成,只要在系統上執行自製補丁就能使用 Pretendo。"
"answer": "若要開始在 3DS、Wii U 或模擬器上使用 Pretendo Network請首先參閱我們的<a href='/docs/install'>設定說明</a>"
},
{
"answer": "不知道。許多 Pretendo 功能都是獨立開發的(例如 : Miiverse 可能由一位人員開發,而 Accounts 和 Friends 正在由另一位人員開發),因此我們無法告訴你確切的完成時間。",
"question": "這些 功能/服務 什麼時候才會完成?"
"question": "這些功能/服務什麼時候才會完成"
},
{
"answer": "Pretendo 主要為了實體 Wii U 和 3DS 而開發目前為止支援NintendoNetwork(NN)的只有 Cemu。",
"question": "Pretendo 能用在 Cemu 之類的模擬器上嗎?"
"answer": "一旦我們覺得後端程式庫已經準備好支援新遊戲,而開發者有時間維護,我們就會著手開發新遊戲。我們大量的工作都用於穩定和完善現有遊戲 — 我們希望在開發新遊戲之前,讓現有遊戲擁有盡可能最佳的體驗。由於新遊戲層出不窮,我們無法預估新遊戲何時問世。",
"question": "你們什麼時候會新增更多遊戲?"
},
{
"question": "如果我在 Nintendo Network 上被ban帳號我在用 Pretendo 時還會是鎖著的嗎",
"answer": "我們無法知道你在Nintendo Network有沒有被ban我們也不會亂ban人。然而我們之後會制定規則違者將會被ban。"
"question": "如果我使用模擬器,是否足以使用 Pretendo",
"answer": "不行。為了安全和監管的考慮,如果您使用的是模擬器,您仍然需要一台真正的主機。這樣可以提高安全性並更有效地執行規則,從而為我們的服務提供安全愉快的體驗。"
},
{
"answer": "Wii已經有 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> 提供的客製伺服器. Switch 的部分他既是收費項目運作方式也與Nintendo Network全然不同將不支援。",
"answer": "Cemu 2.1 已在模擬器的網路帳號選項中正式支援 Pretendo。有關如何開始使用 Cemu 的資訊,請參閱<a href=\"https://pretendo.network/docs/install/cemu\">文件</a>。 <br>部分 3DS 模擬器或衍生版本可能支援 Pretendo但目前我們尚無任何官方推薦或設定說明。 Citra 的最終版本不支援 Pretendo。",
"question": "Pretendo 可以在 Cemu 或其他模擬器上執行嗎?"
},
{
"answer": "Wii 已擁有由 <a href=\"https://wiimmfi.de/\" target=\"_blank\">Wiimmfi</a> 提供的自訂伺服器。我們目前不打算為 Switch 推出自訂伺服器,因為需要付費,而且與 Nintendo Network 完全不同。",
"question": "Pretendo 會支援 Wii/Switch 嗎?"
},
{
"answer": "是的你必須破解主機才能連上。然而Wii U 的話只要有 Homebrew Launcher 就能連接 (軟解),之後會提供 3DS 連接的指南。",
"question": "要連接的話,我需要破解主機嗎 ?"
"question": "我需要破解主機進行連線嗎?",
"answer": "為了在主機上獲得最佳體驗,您需要破解您的主機 - 特別是 Wii U 的 Aroma 和 3DS 的 Luma3DS。不過在 Wii U 上,無需破解的 SSSL 方法也可用,但功能有限。詳情請參閱我們的<a href=\"/docs/install\">安裝說明</a>。"
},
{
"question": "如果我在 Nintendo Network 上被禁止,那麼使用 Pretendo 時我是否仍會被禁止?",
"answer": "我們無法存取 Nintendo Network 的禁止系統,因此並非所有 Nintendo Network 使用者都會被禁止。不過,使用我們的服務時我們必須遵守相關規則,不遵守這些規則可能會導致被禁止。"
},
{
"question": "我可以在 Pretendo 上使用外掛或模組嗎?",
"answer": "只能在私人比賽中才可以使用 — 獲得不公平優勢或擾亂未經同意的玩家的線上體驗(例如在公開比賽中)屬於可禁止的違規行為。我們會定期對 Wii U 和 3DS 主機實施帳號和主機封鎖。 Pretendo 採用了額外的安全措施,使更改序號等傳統的「解禁」方法失效。"
}
],
"title": "常見問題",
"text": "為了讓你快速理解,我們準備了一些常見問題。"
},
"specialThanks": {
"title": "特別謝",
"text": "沒有他們Pretendo 就不會是今天的樣子。"
"title": "特別謝",
"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資料庫開發",
"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": "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": "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"
},
{
"name": "mrjvs",
"caption": "伺服器架構",
"picture": "https://github.com/mrjvs.png",
"github": "https://github.com/mrjvs"
},
{
"name": "binaryoverload",
"caption": "伺服器架構",
"picture": "https://github.com/binaryoverload.png",
"github": "https://github.com/binaryoverload"
},
{
"name": "Simonx22",
"caption": "Splatoon 輪換與研究",
"picture": "https://github.com/Simonx22.png",
"github": "https://github.com/Simonx22"
},
{
"name": "OatmealDome",
"caption": "Splatoon 輪換與研究",
"picture": "https://github.com/OatmealDome.png",
"github": "https://github.com/OatmealDome"
},
{
"name": "GitHub 貢獻者",
"caption": "在地化和其他貢獻",
"picture": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
"github": "https://github.com/PretendoNetwork"
}
]
},
"footer": {
"widget": {
"captions": [
"想知道最新動態?",
"加入我們的 Discord!"
"想了解最新動態嗎?",
"加入我們的 Discord 伺服器!"
],
"button": "現在就加入 !"
"button": "立即加入 !"
},
"usefulLinks": "相關連結",
"bandwidthRaccoonQuotes": [
@@ -107,27 +283,184 @@
"很多人問我們是否會因此與任天堂發生法律糾紛;我很高興我的阿姨在任天堂工作,她說是合法的。",
"Webkit v537 是用於 Wii U 的最佳 Webkit 版本。然而,我們並不會移植 Chrome 轉到 Wii U。",
"迫不及待地等待時鐘到達2038年1月19日03:14:08 UTC !",
"Wii U实际上是一被低估的系统:广告好像真的很糟糕,但控制台是伟大的。嗯,等一下,我不知道为什么,但我的游戏手柄没有连接到我的Wii上。"
"Wii U 其實是一被低估的遊戲機:廣告做得確實很糟糕,但主機本身很棒的。等一下,我不知道為什麼,但我的 Gamepad 無法連接至 Wii 主機。",
"《超級瑪利歐 耀西島》的主題曲絕對是一首好聽的歌,你休想說服我改變想法。",
"我最喜歡的幾款 Nintendo Switch 遊戲是Nintendo Switch Online + 擴充包、Nintendo Switch Online + 震動包、Nintendo Switch Online + 離線遊玩包、Nintendo Switch Online + 移植包,以及 Nintendo Switch Online + 《腦科學專家 川島隆太博士監修 大人的Nintendo Switch腦部鍛鍊》「遊戲你真的很喜歡我們把它組裝回來了 Wii U 版」。看得出來任天堂真的很用心。",
"例如「你知道Kip嗎可憐的她她整天都在UwU」是南方人委婉的說法意思是「Kip總是UwU這真的很奇怪很蠢我希望她不要這樣」。",
"我的第一支影片上傳到我的頻道囉!! 我一直都想做視頻但是我的筆記型電腦性能很差沒辦法同時運行Fraps、Skype和Minecraft。不過現在一切都解決了在我的IT老師的幫助下我的筆記型電腦運行流暢了很多現在可以錄製影片了希望大家喜歡如果喜歡的話請按讚並訂閱哦!!!",
"我覺得看起來不錯的"
],
"socials": "社群帳號"
"socials": "社群媒體"
},
"aboutUs": {
"title": "關於我們",
"paragraphs": [
"Pretendo 是一個旨在為了還原 3DS 和 Wii U Nintendo Network,合法使用逆向工程的開源專案。",
"我們的服務是免費和開源的。就算Nintendo Network因為特殊原因中止還是能繼續使用。"
"Pretendo 是一個開源項目,旨在透過無塵室逆向工程為 3DS 和 Wii U 重新建立 Nintendo Network。",
"由於我們的服務是完整免費和開源的,因此可以永久繼續使用。"
]
},
"progress": {
"title": "進度",
"githubRepo": "Github 庫"
"githubRepo": "Github 程式碼庫"
},
"discordJoin": {
"title": "持續獲得最新資訊",
"text": "加入我们的Discord服务器,获取项目的最新进展。",
"text": "加入我們的 Discord 伺服器,取得專案的最新動態。",
"widget": {
"text": "獲取我們進度的即時更新",
"button": "加入伺服器"
}
},
"modals": {
"close": "關閉",
"confirm": "確定",
"cancel": "取消"
},
"notfound": {
"description": "哎呀!找不到此頁面。"
},
"account": {
"loginForm": {
"login": "登入",
"register": "註冊",
"detailsPrompt": "在下面輸入帳號資料",
"username": "使用者名稱",
"password": "密碼",
"confirmPassword": "確認密碼",
"email": "電子郵件",
"miiName": "Mii 暱稱",
"forgotPassword": "忘記密碼?",
"registerPrompt": "沒有帳號?",
"loginPrompt": "已經有帳號?"
},
"settings": {
"settingCards": {
"nickname": "暱稱",
"userSettings": "使用者設定",
"profile": "個人檔案",
"birthDate": "生日",
"gender": "性別",
"country": "國家/地區",
"timezone": "時區",
"serverEnv": "伺服器環境",
"production": "生產",
"beta": "測試版",
"upgradePrompt": "測試版伺服器僅供測試人員使用。 <br>若要成為測試人員,請升級到更高的帳號等級。",
"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 設定。請通過已連結的主機上編輯使用者設定。"
},
"upgrade": "升級帳號",
"unavailable": "無法使用",
"delete": {
"button": "刪除帳號",
"modalTitle": "刪除 PNID",
"modalDescription": "確定要刪除您的 PNID 嗎?刪除前請考慮以下事項:\n\n您在所有 Pretendo Network 服務(包括論壇和 Juxtaposition中的帳號資料將會被刪除。\n您的 Stripe 支付資料和訂閱將會自動刪除。\n您將無法在未來的新帳號中使用相同的 PNID。\n刪除帳號無法解決禁止或技術支援方面的問題。如果您遇到問題請使用論壇尋求協助。",
"modalCaution": "此操作無法復原。",
"modalConfirm": "是,請刪除"
}
},
"accountLevel": [
"標準",
"測試人員",
"版主人員",
"開發人員"
],
"banned": "已禁止",
"account": "帳號",
"forgotPassword": {
"header": "忘記密碼",
"sub": "在下面輸入電子郵件地址/PNID",
"input": "電子郵件地址或PNID",
"submit": "提交"
},
"resetPassword": {
"header": "重設密碼",
"sub": "在下面輸入新密碼",
"password": "密碼",
"confirmPassword": "確認密碼",
"submit": "提交"
}
},
"upgrade": {
"title": "升級",
"description": "達到每月目標將使 Pretendo 成為一份全職工作,從而以更快的速度提供更高品質的更新。",
"month": "月",
"tierSelectPrompt": "選擇一個等級",
"unsub": "取消訂閱",
"unsubPrompt": "您確定要取消訂閱<span>tiername</span>嗎?您將<span>立即</span>失去此等級相關的特權。",
"unsubConfirm": "取消訂閱",
"changeTier": "變更等級",
"changeTierPrompt": "您確定要取消訂閱<span class=\"oldtier\">oldtiername</span>並訂閱<span class=\"newtier\">newtiername</span>嗎?",
"changeTierConfirm": "變更等級",
"back": "返回"
},
"progressPage": {
"title": "我們的進度",
"description": "查看此專案的進度和目標! (大約每小時更新一次,但不反映所有專案目標或進度)"
},
"blogPage": {
"title": "部落格",
"description": "最新更新內容精簡呈現。如果您想查看更頻繁的更新,請考慮<a href=\"/account/upgrade\" target=\"_blank\">支持我們</a>。",
"published": "發佈者:",
"publishedOn": "於"
},
"donation": {
"progress": "<span>$${totd}</span>的<span>$${goald}</span>/月,完成月度目標的<span>${perc}%</span>",
"upgradePush": "若要成為訂閱者並獲得超棒的特權,請前往<a href=\"/account/upgrade\">升級頁面</a>。"
},
"localizationPage": {
"title": "讓我們進行在地化",
"description": "貼上一個可公開存取的 JSON 語言環境連結,以便在網站上進行測試。",
"instructions": "查看在地化說明",
"fileInput": "要測試的檔案",
"filePlaceholder": "https://a.link.to/the_file.json",
"button": "測試檔案"
},
"docs": {
"missingInLocale": "您所在的地區無法存取此頁面。請查看下面的英文版本。",
"quickLinks": {
"header": "快速連結",
"links": [
{
"header": "安裝 Pretendo",
"caption": "查看設定說明"
},
{
"header": "遇到錯誤?",
"caption": "在此處搜尋"
}
]
},
"search": {
"title": "遇到錯誤代碼?",
"caption": "在下面輸入錯誤代碼,以取得有關您問題的資訊!",
"label": "錯誤代碼",
"no_match": "未找到任何結果"
},
"sidebar": {
"getting_started": "入門指南",
"welcome": "歡迎",
"install_extended": "安裝 Pretendo",
"install": "安裝",
"search": "搜尋",
"juxt_err": "錯誤代碼 - Juxt"
}
}
}

View File

@@ -92,6 +92,8 @@ async function registerSubmission() {
type="password"
autocomplete="new-password"
required
passwordrules="minlength: 6; maxlength: 16; max-consecutive: 2; allowed: [-!-~];"
pattern="[-!-~]{6,16}"
>
</div>
<div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 KiB