From e18a7886f8ecc63535926e170a7a2b025df90071 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Mon, 30 Dec 2024 13:56:02 +0000 Subject: [PATCH] Ensure all 102 errors have same desc/solution and end with full stop --- data/102/0000/en_US.json | 4 ++-- data/102/1001/en_US.json | 2 +- data/102/2402/en_US.json | 8 ++++---- data/102/2452/en_US.json | 8 ++++---- data/102/2458/en_US.json | 8 ++++---- data/102/2482/en_US.json | 4 ++-- data/102/2484/en_US.json | 8 ++++---- data/102/2501/en_US.json | 8 ++++---- data/102/2511/en_US.json | 8 ++++---- data/102/2512/en_US.json | 8 ++++---- data/102/2571/en_US.json | 8 ++++---- data/102/2572/en_US.json | 8 ++++---- data/102/2573/en_US.json | 8 ++++---- data/102/2574/en_US.json | 8 ++++---- data/102/2575/en_US.json | 8 ++++---- data/102/2577/en_US.json | 8 ++++---- data/102/2586/en_US.json | 8 ++++---- data/102/2594/en_US.json | 4 ++-- data/102/2595/en_US.json | 6 +++--- data/102/2611/en_US.json | 8 ++++---- data/102/2612/en_US.json | 4 ++-- data/102/2614/en_US.json | 8 ++++---- data/102/2631/en_US.json | 4 ++-- data/102/2633/en_US.json | 6 +++--- data/102/2641/en_US.json | 8 ++++---- data/102/2642/en_US.json | 8 ++++---- data/102/2672/en_US.json | 2 +- data/102/2674/en_US.json | 4 ++-- data/102/2675/en_US.json | 4 ++-- data/102/2676/en_US.json | 4 ++-- data/102/2800/en_US.json | 8 ++++---- data/102/2801/en_US.json | 8 ++++---- data/102/2802/en_US.json | 2 +- data/102/2803/en_US.json | 8 ++++---- data/102/2804/en_US.json | 8 ++++---- data/102/2805/en_US.json | 8 ++++---- data/102/2811/en_US.json | 8 ++++---- data/102/2812/en_US.json | 8 ++++---- data/102/2813/en_US.json | 8 ++++---- data/102/2814/en_US.json | 8 ++++---- data/102/2815/en_US.json | 8 ++++---- data/102/2821/en_US.json | 8 ++++---- data/102/2822/en_US.json | 8 ++++---- data/102/2823/en_US.json | 8 ++++---- data/102/2824/en_US.json | 8 ++++---- data/102/2825/en_US.json | 8 ++++---- data/102/2831/en_US.json | 8 ++++---- data/102/2832/en_US.json | 6 +++--- data/102/2833/en_US.json | 6 +++--- data/102/2834/en_US.json | 6 +++--- data/102/2835/en_US.json | 6 +++--- data/102/2881/en_US.json | 8 ++++---- data/102/2882/en_US.json | 6 +++--- 53 files changed, 180 insertions(+), 180 deletions(-) diff --git a/data/102/0000/en_US.json b/data/102/0000/en_US.json index bd9aea19..1362e8bb 100644 --- a/data/102/0000/en_US.json +++ b/data/102/0000/en_US.json @@ -5,8 +5,8 @@ "message": "", "short_description": "Indicates a success.", "long_description": "Indicates a success.", - "short_solution": "N/A", - "long_solution": "N/A", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", "support_link": "https://preten.do/102-0000" } } diff --git a/data/102/1001/en_US.json b/data/102/1001/en_US.json index ca2c6e26..98557eb7 100644 --- a/data/102/1001/en_US.json +++ b/data/102/1001/en_US.json @@ -4,7 +4,7 @@ "name": "ACCOUNT_NOT_FOUND", "message": "Unable to find the specified user.", "short_description": "The Nintendo/Pretendo Network ID entered was incorrect or does not exist.", - "long_description": "Unknown cause.", + "long_description": "The Nintendo/Pretendo Network ID entered was incorrect or does not exist.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/102-1001" diff --git a/data/102/2402/en_US.json b/data/102/2402/en_US.json index 3333fa5f..15fabfac 100644 --- a/data/102/2402/en_US.json +++ b/data/102/2402/en_US.json @@ -3,10 +3,10 @@ "2402": { "name": "BAD_FORMAT_REQUEST", "message": "", - "short_description": "The HTTP request contained invalid data", - "long_description": "Unknown cause.", - "short_solution": "Try again later or try a different input", - "long_solution": "Unknown solution.", + "short_description": "The HTTP request contained invalid data.", + "long_description": "The HTTP request contained invalid data.", + "short_solution": "Try again later or try a different input.", + "long_solution": "Try again later or try a different input.", "support_link": "https://preten.do/102-2402" } } diff --git a/data/102/2452/en_US.json b/data/102/2452/en_US.json index 7413e323..31707ec8 100644 --- a/data/102/2452/en_US.json +++ b/data/102/2452/en_US.json @@ -3,10 +3,10 @@ "2452": { "name": "UNAUTHORIZED_DEVICE", "message": "", - "short_description": "The device you are using was not authorized to make the request", - "long_description": "Unknown cause.", - "short_solution": "Try again later or on a different device", - "long_solution": "Unknown solution.", + "short_description": "The device you are using was not authorized to make the request.", + "long_description": "The device you are using was not authorized to make the request.", + "short_solution": "Try again later or on a different device.", + "long_solution": "Try again later or on a different device.", "support_link": "https://preten.do/102-2452" } } diff --git a/data/102/2458/en_US.json b/data/102/2458/en_US.json index ec43b81f..df13bca1 100644 --- a/data/102/2458/en_US.json +++ b/data/102/2458/en_US.json @@ -3,10 +3,10 @@ "2458": { "name": "UNAUTHORIZED_CLIENT", "message": "Unable to connect to the server.\n\nEither the server is experiencing high\ntraffic volumes or a server error has\noccurred. Please try again later.\n\nTo learn more about the server's current\nstatus, visit support.nintendo.com.", - "short_description": "The HTTP client was not authorized to make the request", - "long_description": "Unknown cause.", - "short_solution": "Try again later or on a different device", - "long_solution": "Unknown solution.", + "short_description": "The HTTP client was not authorized to make the request.", + "long_description": "The HTTP client was not authorized to make the request.", + "short_solution": "Try again later or on a different device.", + "long_solution": "Try again later or on a different device.", "support_link": "https://preten.do/102-2458" } } diff --git a/data/102/2482/en_US.json b/data/102/2482/en_US.json index 6853f6ea..2a137e8a 100644 --- a/data/102/2482/en_US.json +++ b/data/102/2482/en_US.json @@ -3,9 +3,9 @@ "2482": { "name": "INVALID_GAME_SERVER_ID", "message": "Unable to connect to the server. Please try again later. If the problem persists, please make a note of the error code and visit support.nintendo.com.", - "short_description": "The game server requested could not be found. Either the game is not supported or is tester-only", + "short_description": "The game server requested could not be found. Either the game is not supported or is tester-only.", "long_description": "This error indicates one of the following:\n\n1. The server you're connecting to is offline for maintenance.\n\n2. Pretendo does not yet support the game or application in question.\n3. The game or application's server is not available for your accounts environment. This typically means the server is in beta testing and is not available to the public. Beta servers are generally only available to [supporters](https://pretendo.network/account/upgrade).", - "short_solution": "Check to see if your game is supported at https://pretendo.network/progress. If you're a tester, check your account is set to Beta at https://pretendo.network/account", + "short_solution": "Check to see if your game is supported at https://pretendo.network/progress. If you're a tester, check your account is set to Beta at https://pretendo.network/account.", "long_solution": "- **Check our network status information**\n> Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) and ensure that there are no ongoing service outages.\n\n- **Check Pretendo has a server for your game**\n> Check our [Progress page](https://pretendo.network/progress) to see if a server exists and is in development. We don't support everything yet!\n\n- **Upgrade your account**\n> Certain beta and development servers are available to supporters for beta-testing. If you'd like to help test these ahead of a public release, [consider supporting Pretendo](https://pretendo.network/account/upgrade).", "support_link": "https://preten.do/102-2482" } diff --git a/data/102/2484/en_US.json b/data/102/2484/en_US.json index ba0db08b..6a7446ca 100644 --- a/data/102/2484/en_US.json +++ b/data/102/2484/en_US.json @@ -3,10 +3,10 @@ "2484": { "name": "GAME_SERVER_ID_UNIQUE_ID_NOT_LINKED", "message": "", - "short_description": "The game server ID and title ID were not linked, or the request did not send a game server ID. This error should never happen normally", - "long_description": "Unknown cause.", - "short_solution": "File a bug report with as much detail as possible at https://github.com/PretendoNetwork/account/issues/new", - "long_solution": "Unknown solution.", + "short_description": "The game server ID and title ID were not linked, or the request did not send a game server ID. This error should never happen normally.", + "long_description": "The game server ID and title ID were not linked, or the request did not send a game server ID. This error should never happen normally.", + "short_solution": "File a bug report with as much detail as possible at https://github.com/PretendoNetwork/account/issues/new.", + "long_solution": "File a bug report with as much detail as possible at https://github.com/PretendoNetwork/account/issues/new.", "support_link": "https://preten.do/102-2484" } } diff --git a/data/102/2501/en_US.json b/data/102/2501/en_US.json index 8d3bdc76..db492de5 100644 --- a/data/102/2501/en_US.json +++ b/data/102/2501/en_US.json @@ -3,10 +3,10 @@ "2501": { "name": "DEVICE_MISMATCH", "message": "This Nintendo Network ID cannot\nbe used on this console.", - "short_description": "The console certificate sent in the request was invalid or missing", - "long_description": "Unknown cause.", - "short_solution": "Ensure your console certificate is untampered with and try again later. If using Cemu, dump your system files again", - "long_solution": "Unknown solution.", + "short_description": "The console certificate sent in the request was invalid or missing.", + "long_description": "The console certificate sent in the request was invalid or missing.", + "short_solution": "Ensure your console certificate is untampered with and try again later. If using Cemu, dump your system files again.", + "long_solution": "Ensure your console certificate is untampered with and try again later. If using Cemu, dump your system files again.", "support_link": "https://preten.do/102-2501" } } diff --git a/data/102/2511/en_US.json b/data/102/2511/en_US.json index 7ba20af3..b637d87b 100644 --- a/data/102/2511/en_US.json +++ b/data/102/2511/en_US.json @@ -3,10 +3,10 @@ "2511": { "name": "SYSTEM_UPDATE_REQUIRED", "message": "In order to use online services, a\nsystem update is required.\n\nGo to System Settings to perform a\nsystem update.", - "short_description": "Your console is not up to date", - "long_description": "Unknown cause.", - "short_solution": "Update your console", - "long_solution": "Unknown solution.", + "short_description": "Your console is not up to date.", + "long_description": "Your console is not up to date.", + "short_solution": "Update your console.", + "long_solution": "Update your console.", "support_link": "https://preten.do/102-2511" } } diff --git a/data/102/2512/en_US.json b/data/102/2512/en_US.json index 072bb9c4..42523df4 100644 --- a/data/102/2512/en_US.json +++ b/data/102/2512/en_US.json @@ -3,10 +3,10 @@ "2512": { "name": "APPLICATION_UPDATE_REQUIRED", "message": "This software must be updated before\nonline services can be used.\n\nTo update the software, go to the Wii U\nMenu and then start the software again.", - "short_description": "Your game is not up to date", - "long_description": "Unknown cause.", - "short_solution": "Update your game", - "long_solution": "Unknown solution.", + "short_description": "Your game is not up to date.", + "long_description": "Your game is not up to date.", + "short_solution": "Update your game.", + "long_solution": "Update your game.", "support_link": "https://preten.do/102-2512" } } diff --git a/data/102/2571/en_US.json b/data/102/2571/en_US.json index 03d05e3f..8ddcf2ad 100644 --- a/data/102/2571/en_US.json +++ b/data/102/2571/en_US.json @@ -3,10 +3,10 @@ "2571": { "name": "ACCOUNT_ID_ALREADY_EXISTS", "message": "The Nintendo Network ID you entered\nis already in use.\n\nPlease enter a different ID.", - "short_description": "You are trying to create a PNID using a username that is either already in use by another Pretendo user, or is used by a different NNID on your console", - "long_description": "Unknown cause.", - "short_solution": "Choose a different username", - "long_solution": "Unknown solution.", + "short_description": "You are trying to create a PNID using a username that is either already in use by another Pretendo user, or is used by a different NNID on your console.", + "long_description": "You are trying to create a PNID using a username that is either already in use by another Pretendo user, or is used by a different NNID on your console.", + "short_solution": "Choose a different username.", + "long_solution": "Choose a different username.", "support_link": "https://preten.do/102-2571" } } diff --git a/data/102/2572/en_US.json b/data/102/2572/en_US.json index 7b0c3678..3aa8d458 100644 --- a/data/102/2572/en_US.json +++ b/data/102/2572/en_US.json @@ -3,10 +3,10 @@ "2572": { "name": "ACCOUNT_ID_NOT_ACCEPTABLE", "message": "The Nintendo Network ID you entered\nincludes text that cannot be used.\n\nPlease enter a different ID.", - "short_description": "The username you entered contains rejected text", - "long_description": "Unknown cause.", - "short_solution": "Choose a different username", - "long_solution": "Unknown solution.", + "short_description": "The username you entered contains rejected text.", + "long_description": "The username you entered contains rejected text.", + "short_solution": "Choose a different username.", + "long_solution": "Choose a different username.", "support_link": "https://preten.do/102-2572" } } diff --git a/data/102/2573/en_US.json b/data/102/2573/en_US.json index cb285f0c..2f1a23a2 100644 --- a/data/102/2573/en_US.json +++ b/data/102/2573/en_US.json @@ -3,10 +3,10 @@ "2573": { "name": "ACCOUNT_PASSWORD_NOT_ACCEPTABLE", "message": "The password you entered\ncannot be used.\n\nPlease try again, following the\ninstructions on your TV screen.", - "short_description": "The password entered did not follow the instructions", - "long_description": "Unknown cause.", - "short_solution": "Choose a different password", - "long_solution": "Unknown solution.", + "short_description": "The password entered did not follow the instructions.", + "long_description": "The password entered did not follow the instructions.", + "short_solution": "Choose a different password.", + "long_solution": "Choose a different password.", "support_link": "https://preten.do/102-2573" } } diff --git a/data/102/2574/en_US.json b/data/102/2574/en_US.json index 12c03a2d..8148f684 100644 --- a/data/102/2574/en_US.json +++ b/data/102/2574/en_US.json @@ -3,10 +3,10 @@ "2574": { "name": "MII_NAME_NOT_ACCEPTABLE", "message": "The nickname you entered\ncannot be used.", - "short_description": "The Mii nickname you entered contains rejected text", - "long_description": "Unknown cause.", - "short_solution": "Choose a different nickname", - "long_solution": "Unknown solution.", + "short_description": "The Mii nickname you entered contains rejected text.", + "long_description": "The Mii nickname you entered contains rejected text.", + "short_solution": "Choose a different nickname.", + "long_solution": "Choose a different nickname.", "support_link": "https://preten.do/102-2574" } } diff --git a/data/102/2575/en_US.json b/data/102/2575/en_US.json index 578d401a..793c86b3 100644 --- a/data/102/2575/en_US.json +++ b/data/102/2575/en_US.json @@ -3,10 +3,10 @@ "2575": { "name": "MAIL_ADDRESS_NOT_ACCEPTABLE", "message": "The e-mail address you entered is not\ncorrect.\n\nPlease check the e-mail address\nyou entered and try again.", - "short_description": "Invalid email address entered", - "long_description": "Unknown cause.", - "short_solution": "Enter a valid email address", - "long_solution": "Unknown solution.", + "short_description": "Invalid email address entered.", + "long_description": "Invalid email address entered.", + "short_solution": "Enter a valid email address.", + "long_solution": "Enter a valid email address.", "support_link": "https://preten.do/102-2575" } } diff --git a/data/102/2577/en_US.json b/data/102/2577/en_US.json index eb4fd636..748cc636 100644 --- a/data/102/2577/en_US.json +++ b/data/102/2577/en_US.json @@ -3,10 +3,10 @@ "2577": { "name": "ACCOUNT_ID_PASSWORD_SAME", "message": "Your Nintendo Network ID and\npassword are the same.\n\nPlease use a different password.", - "short_description": "Your username and password are the same", - "long_description": "Unknown cause.", - "short_solution": "Change either your username or password", - "long_solution": "Unknown solution.", + "short_description": "Your username and password are the same.", + "long_description": "Your username and password are the same.", + "short_solution": "Change either your username or password.", + "long_solution": "Change either your username or password.", "support_link": "https://preten.do/102-2577" } } diff --git a/data/102/2586/en_US.json b/data/102/2586/en_US.json index 623b86c1..3bb712a0 100644 --- a/data/102/2586/en_US.json +++ b/data/102/2586/en_US.json @@ -3,10 +3,10 @@ "2586": { "name": "MAIL_ADDRESS_DOMAIN_NAME_NOT_RESOLVED", "message": "", - "short_description": "The email address entered uses a domain which could not be located", - "long_description": "Unknown cause.", - "short_solution": "Enter a different email address", - "long_solution": "Unknown solution.", + "short_description": "The email address entered uses a domain which could not be located.", + "long_description": "The email address entered uses a domain which could not be located.", + "short_solution": "Enter a different email address.", + "long_solution": "Enter a different email address.", "support_link": "https://preten.do/102-2586" } } diff --git a/data/102/2594/en_US.json b/data/102/2594/en_US.json index 3266c458..03810f2d 100644 --- a/data/102/2594/en_US.json +++ b/data/102/2594/en_US.json @@ -4,9 +4,9 @@ "name": "PARENTAL_CONTROLS_REQUIRED", "message": "Parental Controls restrictions\nmust be set up first.", "short_description": "You have not set up the required Parental Controls restrictions.", - "long_description": "Unknown cause.", + "long_description": "You have not set up the required Parental Controls restrictions.", "short_solution": "Set up the required Parental Controls restrictions.", - "long_solution": "Unknown solution.", + "long_solution": "Set up the required Parental Controls restrictions.", "support_link": "https://preten.do/102-2594" } } diff --git a/data/102/2595/en_US.json b/data/102/2595/en_US.json index e93aca4e..028cf255 100644 --- a/data/102/2595/en_US.json +++ b/data/102/2595/en_US.json @@ -3,10 +3,10 @@ "2595": { "name": "MII_NOT_REGISTERED", "message": "You have not registered a Mii.", - "short_description": "A Mii has not been registred to the account. ", - "long_description": "Unknown cause.", + "short_description": "A Mii has not been registred to the account. .", + "long_description": "A Mii has not been registred to the account. .", "short_solution": "Register a Mii and try again.", - "long_solution": "Unknown solution.", + "long_solution": "Register a Mii and try again.", "support_link": "https://preten.do/102-2595" } } diff --git a/data/102/2611/en_US.json b/data/102/2611/en_US.json index 1f3ff108..6ac78525 100644 --- a/data/102/2611/en_US.json +++ b/data/102/2611/en_US.json @@ -3,10 +3,10 @@ "2611": { "name": "WRONG_ACCOUNT_PASSWORD", "message": "Incorrect password.\n\nPlease go to the Wii U Menu and\nenter your password again.", - "short_description": "Incorrect password", - "long_description": "Unknown cause.", - "short_solution": "Enter your password again or reset your password and try again", - "long_solution": "Unknown solution.", + "short_description": "Incorrect password.", + "long_description": "Incorrect password.", + "short_solution": "Enter your password again or reset your password and try again.", + "long_solution": "Enter your password again or reset your password and try again.", "support_link": "https://preten.do/102-2611" } } diff --git a/data/102/2612/en_US.json b/data/102/2612/en_US.json index fe9ca148..d00df766 100644 --- a/data/102/2612/en_US.json +++ b/data/102/2612/en_US.json @@ -4,9 +4,9 @@ "name": "WRONG_MAIL_ADDRESS", "message": "The e-mail address you entered is not\ncorrect.\n\nPlease check the e-mail address\nyou entered and try again.", "short_description": "The entered e-mail address is incorrect.", - "long_description": "Unknown cause.", + "long_description": "The entered e-mail address is incorrect.", "short_solution": "Enter the correct e-mail address.", - "long_solution": "Unknown solution.", + "long_solution": "Enter the correct e-mail address.", "support_link": "https://preten.do/102-2612" } } diff --git a/data/102/2614/en_US.json b/data/102/2614/en_US.json index ce40c13f..53fbb43f 100644 --- a/data/102/2614/en_US.json +++ b/data/102/2614/en_US.json @@ -3,10 +3,10 @@ "2614": { "name": "WRONG_CONFIRMATION_CODE", "message": "", - "short_description": "The email confirmation code entered does not match your account", - "long_description": "Unknown cause.", - "short_solution": "Check your confirmation code and try again", - "long_solution": "Unknown solution.", + "short_description": "The email confirmation code entered does not match your account.", + "long_description": "The email confirmation code entered does not match your account.", + "short_solution": "Check your confirmation code and try again.", + "long_solution": "Check your confirmation code and try again.", "support_link": "https://preten.do/102-2614" } } diff --git a/data/102/2631/en_US.json b/data/102/2631/en_US.json index b8939155..5fc671ac 100644 --- a/data/102/2631/en_US.json +++ b/data/102/2631/en_US.json @@ -4,9 +4,9 @@ "name": "ACCOUNT_ALREADY_DELETED", "message": "This user cannot use network services.\n\nThe Nintendo Network ID linked to this\nuser has been deleted.", "short_description": "The account linked to the user has been deleted.", - "long_description": "Unknown cause.", + "long_description": "The account linked to the user has been deleted.", "short_solution": "Link a new Nintendo/Pretendo Network ID to the user.", - "long_solution": "Unknown solution.", + "long_solution": "Link a new Nintendo/Pretendo Network ID to the user.", "support_link": "https://preten.do/102-2631" } } diff --git a/data/102/2633/en_US.json b/data/102/2633/en_US.json index 631408eb..7c9c2da4 100644 --- a/data/102/2633/en_US.json +++ b/data/102/2633/en_US.json @@ -3,10 +3,10 @@ "2633": { "name": "AUTHENTICATION_LOCKED", "message": "Due to repeated incorrect password\nentries, you are temporarily unable\nto sign in to Nintendo Network\n\nPlease try again later.", - "short_description": "You entered an incorrect password multiple times and have now been temporarily locked out", - "long_description": "Unknown cause.", + "short_description": "You entered an incorrect password multiple times and have now been temporarily locked out.", + "long_description": "You entered an incorrect password multiple times and have now been temporarily locked out.", "short_solution": "Wait for the timeout to end and enter the correct password.", - "long_solution": "Unknown solution.", + "long_solution": "Wait for the timeout to end and enter the correct password.", "support_link": "https://preten.do/102-2633" } } diff --git a/data/102/2641/en_US.json b/data/102/2641/en_US.json index 36f3b040..0b55a689 100644 --- a/data/102/2641/en_US.json +++ b/data/102/2641/en_US.json @@ -3,10 +3,10 @@ "2641": { "name": "ACCOUNT_TOKEN_EXPIRED", "message": "", - "short_description": "The token provided is expired", - "long_description": "Unknown cause.", - "short_solution": "Log in again or restart your application or console and try again", - "long_solution": "Unknown solution.", + "short_description": "The token provided is expired.", + "long_description": "The token provided is expired.", + "short_solution": "Log in again or restart your application or console and try again.", + "long_solution": "Log in again or restart your application or console and try again.", "support_link": "https://preten.do/102-2641" } } diff --git a/data/102/2642/en_US.json b/data/102/2642/en_US.json index 39dd8418..cf365b0d 100644 --- a/data/102/2642/en_US.json +++ b/data/102/2642/en_US.json @@ -3,10 +3,10 @@ "2642": { "name": "INVALID_ACCOUNT_TOKEN", "message": "", - "short_description": "The login token provided is invalid", - "long_description": "Unknown cause.", - "short_solution": "Restart your application or console and try again", - "long_solution": "Unknown solution.", + "short_description": "The login token provided is invalid.", + "long_description": "The login token provided is invalid.", + "short_solution": "Restart your application or console and try again.", + "long_solution": "Restart your application or console and try again.", "support_link": "https://preten.do/102-2642" } } diff --git a/data/102/2672/en_US.json b/data/102/2672/en_US.json index cdd1823c..15dbaf28 100644 --- a/data/102/2672/en_US.json +++ b/data/102/2672/en_US.json @@ -4,7 +4,7 @@ "name": "CREDIT_CARD_DECLINED", "message": "The use of this credit card has\nbeen stopped.", "short_description": "The credit card has been declined.", - "long_description": "Unknown cause.", + "long_description": "The credit card has been declined.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/102-2672" diff --git a/data/102/2674/en_US.json b/data/102/2674/en_US.json index 224c3237..d4a2ec0d 100644 --- a/data/102/2674/en_US.json +++ b/data/102/2674/en_US.json @@ -4,9 +4,9 @@ "name": "INVALID_CREDIT_CARD_NUMBER", "message": "Please check the credit-card\nnumber and try entering it again.", "short_description": "The entered credit card number is incorrect.", - "long_description": "Unknown cause.", + "long_description": "The entered credit card number is incorrect.", "short_solution": "Enter the correct credit card number.", - "long_solution": "Unknown solution.", + "long_solution": "Enter the correct credit card number.", "support_link": "https://preten.do/102-2674" } } diff --git a/data/102/2675/en_US.json b/data/102/2675/en_US.json index fa303749..7381cd8b 100644 --- a/data/102/2675/en_US.json +++ b/data/102/2675/en_US.json @@ -4,9 +4,9 @@ "name": "INVALID_CREDIT_CARD_DATE", "message": "Please check the credit-card\nexpiration date and try entering\nit again.", "short_description": "The entered credit card expiration date is incorrect.", - "long_description": "Unknown cause.", + "long_description": "The entered credit card expiration date is incorrect.", "short_solution": "Enter the correct credit card expiration date.", - "long_solution": "Unknown solution.", + "long_solution": "Enter the correct credit card expiration date.", "support_link": "https://preten.do/102-2675" } } diff --git a/data/102/2676/en_US.json b/data/102/2676/en_US.json index 41c8d3bf..3fe415fa 100644 --- a/data/102/2676/en_US.json +++ b/data/102/2676/en_US.json @@ -4,9 +4,9 @@ "name": "INVALID_CREDIT_CARD_PIN", "message": "Please check the credit-card\nPIN and try entering it again.", "short_description": "The entered credit card PIN is incorrect.", - "long_description": "Unknown cause.", + "long_description": "The entered credit card PIN is incorrect.", "short_solution": "Enter the correct credit card PIN.", - "long_solution": "Unknown solution.", + "long_solution": "Enter the correct credit card PIN.", "support_link": "https://preten.do/102-2676" } } diff --git a/data/102/2800/en_US.json b/data/102/2800/en_US.json index 8a4f9faa..e90a4477 100644 --- a/data/102/2800/en_US.json +++ b/data/102/2800/en_US.json @@ -3,10 +3,10 @@ "2800": { "name": "BANNED", "message": "", - "short_description": "Either your account or console has been banned", - "long_description": "Either your account or console has been banned", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Either your account or console has been banned.", + "long_description": "Either your account or console has been banned.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2800" } } diff --git a/data/102/2801/en_US.json b/data/102/2801/en_US.json index ec2dd138..9bc5850a 100644 --- a/data/102/2801/en_US.json +++ b/data/102/2801/en_US.json @@ -3,10 +3,10 @@ "2801": { "name": "BANNED_ACCOUNT", "message": "", - "short_description": "Your account has been banned", - "long_description": "Your account has been banned", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your account has been banned.", + "long_description": "Your account has been banned.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2801" } } diff --git a/data/102/2802/en_US.json b/data/102/2802/en_US.json index adf8a577..cc995ba4 100644 --- a/data/102/2802/en_US.json +++ b/data/102/2802/en_US.json @@ -4,7 +4,7 @@ "name": "BANNED_ACCOUNT_ALL", "message": "This Nintendo Network ID\ncannot be used.\n\nPlease make a note of the error code\nand visit support.nintendo.com.", "short_description": "Your account is permanently banned from all aspects of the network.", - "long_description": "The account you are trying to use has been permanently banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans", + "long_description": "The account you are trying to use has been permanently banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans.", "short_solution": "Not applicable.", "long_solution": "Not applicable.", "support_link": "https://preten.do/102-2802" diff --git a/data/102/2803/en_US.json b/data/102/2803/en_US.json index 5e4ebb98..ff7decaf 100644 --- a/data/102/2803/en_US.json +++ b/data/102/2803/en_US.json @@ -3,10 +3,10 @@ "2803": { "name": "BANNED_ACCOUNT_IN_APPLICATION", "message": "Online services cannot be used.\n\nPlease make a note of the error code\nand visit support.nintendo.com.", - "short_description": "Your account is permanently banned from this application", - "long_description": "Your account is permanently banned from this application", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your account is permanently banned from this application.", + "long_description": "Your account is permanently banned from this application.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2803" } } diff --git a/data/102/2804/en_US.json b/data/102/2804/en_US.json index def2efbf..a7584a15 100644 --- a/data/102/2804/en_US.json +++ b/data/102/2804/en_US.json @@ -3,10 +3,10 @@ "2804": { "name": "BANNED_ACCOUNT_IN_NEX_SERVICE", "message": "", - "short_description": "Your account is permanently banned from this game", - "long_description": "Your account is permanently banned from this game", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your account is permanently banned from this game.", + "long_description": "Your account is permanently banned from this game.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2804" } } diff --git a/data/102/2805/en_US.json b/data/102/2805/en_US.json index 4f7ff1b0..70c872b5 100644 --- a/data/102/2805/en_US.json +++ b/data/102/2805/en_US.json @@ -3,10 +3,10 @@ "2805": { "name": "BANNED_ACCOUNT_IN_INDEPENDENT_SERVICE", "message": "Online services cannot be used.\n\nPlease make a note of the error code\nand visit support.nintendo.com", - "short_description": "Your account is permanently banned from this service", - "long_description": "Your account is permanently banned from this service", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your account is permanently banned from this service.", + "long_description": "Your account is permanently banned from this service.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2805" } } diff --git a/data/102/2811/en_US.json b/data/102/2811/en_US.json index fd54d07c..e4533cc4 100644 --- a/data/102/2811/en_US.json +++ b/data/102/2811/en_US.json @@ -3,10 +3,10 @@ "2811": { "name": "BANNED_DEVICE", "message": "", - "short_description": "Your console has been banned", - "long_description": "Your console has been banned", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your console has been banned.", + "long_description": "Your console has been banned.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2811" } } diff --git a/data/102/2812/en_US.json b/data/102/2812/en_US.json index eb191045..dbfed1ee 100644 --- a/data/102/2812/en_US.json +++ b/data/102/2812/en_US.json @@ -3,10 +3,10 @@ "2812": { "name": "BANNED_DEVICE_ALL", "message": "Online services are unavailable\non this console.\n\nPlease make a note of the error code\nand visit support.nintendo.com.", - "short_description": "Your console is permanently banned from all aspects of the network", - "long_description": "Your console is permanently banned from all aspects of the network", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your console is permanently banned from all aspects of the network.", + "long_description": "Your console is permanently banned from all aspects of the network.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2812" } } diff --git a/data/102/2813/en_US.json b/data/102/2813/en_US.json index 4848ca8e..cfa57392 100644 --- a/data/102/2813/en_US.json +++ b/data/102/2813/en_US.json @@ -3,10 +3,10 @@ "2813": { "name": "BANNED_DEVICE_IN_APPLICATION", "message": "", - "short_description": "Your console is permanently banned from this application", - "long_description": "Your console is permanently banned from this application", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your console is permanently banned from this application.", + "long_description": "Your console is permanently banned from this application.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2813" } } diff --git a/data/102/2814/en_US.json b/data/102/2814/en_US.json index baa55cd8..da3ac30e 100644 --- a/data/102/2814/en_US.json +++ b/data/102/2814/en_US.json @@ -3,10 +3,10 @@ "2814": { "name": "BANNED_DEVICE_IN_NEX_SERVICE", "message": "Online services cannot be used.\n\nPlease make note of the error code\nand visit support.nintendo.com.", - "short_description": "Your console is permanently banned from this game", - "long_description": "Your console is permanently banned from this game", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your console is permanently banned from this game.", + "long_description": "Your console is permanently banned from this game.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2814" } } diff --git a/data/102/2815/en_US.json b/data/102/2815/en_US.json index 41426551..c1277796 100644 --- a/data/102/2815/en_US.json +++ b/data/102/2815/en_US.json @@ -3,10 +3,10 @@ "2815": { "name": "BANNED_DEVICE_IN_INDEPENDENT_SERVICE", "message": "Online services cannot be used.\n\nPlease make note of the error code\nand visit support.nintendo.com.", - "short_description": "Your console is permanently banned from this service", - "long_description": "Your console is permanently banned from this service", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Don't do whatever you did to get banned", + "short_description": "Your console is permanently banned from this service.", + "long_description": "Your console is permanently banned from this service.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2815" } } diff --git a/data/102/2821/en_US.json b/data/102/2821/en_US.json index c3bcad39..a623a098 100644 --- a/data/102/2821/en_US.json +++ b/data/102/2821/en_US.json @@ -3,10 +3,10 @@ "2821": { "name": "BANNED_ACCOUNT_TEMPORARILY", "message": "", - "short_description": "Your account has been temporarily banned", - "long_description": "Your account has been temporarily banned", - "short_solution": "Wait for the ban to expire, and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire, and don't do whatever you did to get banned", + "short_description": "Your account has been temporarily banned.", + "long_description": "Your account has been temporarily banned.", + "short_solution": "Wait for the ban to expire, and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire, and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2821" } } diff --git a/data/102/2822/en_US.json b/data/102/2822/en_US.json index fa7cf560..f3a6f742 100644 --- a/data/102/2822/en_US.json +++ b/data/102/2822/en_US.json @@ -3,10 +3,10 @@ "2822": { "name": "BANNED_ACCOUNT_ALL_TEMPORARILY", "message": "", - "short_description": "Your account is temporarily banned from all aspects of the network", - "long_description": "Your account is temporarily banned from all aspects of the network", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_description": "Your account is temporarily banned from all aspects of the network.", + "long_description": "Your account is temporarily banned from all aspects of the network.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2822" } } diff --git a/data/102/2823/en_US.json b/data/102/2823/en_US.json index c8514c64..2c89eacb 100644 --- a/data/102/2823/en_US.json +++ b/data/102/2823/en_US.json @@ -3,10 +3,10 @@ "2823": { "name": "BANNED_ACCOUNT_IN_APPLICATION_TEMPORARILY", "message": "", - "short_description": "Your account is temporarily banned from this application", - "long_description": "Your account is temporarily banned from this application", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_description": "Your account is temporarily banned from this application.", + "long_description": "Your account is temporarily banned from this application.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2823" } } diff --git a/data/102/2824/en_US.json b/data/102/2824/en_US.json index 2ebfb225..feaf0533 100644 --- a/data/102/2824/en_US.json +++ b/data/102/2824/en_US.json @@ -3,10 +3,10 @@ "2824": { "name": "BANNED_ACCOUNT_IN_NEX_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your account is temporarily banned from this game", - "long_description": "Your account is temporarily banned from this game", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_description": "Your account is temporarily banned from this game.", + "long_description": "Your account is temporarily banned from this game.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2824" } } diff --git a/data/102/2825/en_US.json b/data/102/2825/en_US.json index d00e97f8..c835cbb6 100644 --- a/data/102/2825/en_US.json +++ b/data/102/2825/en_US.json @@ -3,10 +3,10 @@ "2825": { "name": "BANNED_ACCOUNT_IN_INDEPENDENT_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your account is temporarily banned from this service", - "long_description": "Your account is temporarily banned from this service", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_description": "Your account is temporarily banned from this service.", + "long_description": "Your account is temporarily banned from this service.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2825" } } diff --git a/data/102/2831/en_US.json b/data/102/2831/en_US.json index a21aa99e..974241b0 100644 --- a/data/102/2831/en_US.json +++ b/data/102/2831/en_US.json @@ -3,10 +3,10 @@ "2831": { "name": "BANNED_DEVICE_TEMPORARILY", "message": "", - "short_description": "Your console has been banned temporarily", - "long_description": "Your console has been banned temporarily", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_description": "Your console has been banned temporarily.", + "long_description": "Your console has been banned temporarily.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2831" } } diff --git a/data/102/2832/en_US.json b/data/102/2832/en_US.json index 8361bbe9..4bef48d9 100644 --- a/data/102/2832/en_US.json +++ b/data/102/2832/en_US.json @@ -3,9 +3,9 @@ "2832": { "name": "BANNED_DEVICE_ALL_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from all aspects of the network", - "long_description": "Your console has been temporarily banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans", - "short_solution": "Wait for the ban to expire", + "short_description": "Your console is temporarily banned from all aspects of the network.", + "long_description": "Your console has been temporarily banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans.", + "short_solution": "Wait for the ban to expire.", "long_solution": "Wait for the ban to expire.", "support_link": "https://preten.do/102-2832" } diff --git a/data/102/2833/en_US.json b/data/102/2833/en_US.json index eb2703d3..ec785aad 100644 --- a/data/102/2833/en_US.json +++ b/data/102/2833/en_US.json @@ -3,10 +3,10 @@ "2833": { "name": "BANNED_DEVICE_IN_APPLICATION_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from this application", + "short_description": "Your console is temporarily banned from this application.", "long_description": "Your console is temporarily banned from this application.", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2833" } } diff --git a/data/102/2834/en_US.json b/data/102/2834/en_US.json index 8eeaaf2e..6d603c70 100644 --- a/data/102/2834/en_US.json +++ b/data/102/2834/en_US.json @@ -3,10 +3,10 @@ "2834": { "name": "BANNED_DEVICE_IN_NEX_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from this game", + "short_description": "Your console is temporarily banned from this game.", "long_description": "Your console is temporarily banned from this game.", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2834" } } diff --git a/data/102/2835/en_US.json b/data/102/2835/en_US.json index 6e4a6e37..6b353ae6 100644 --- a/data/102/2835/en_US.json +++ b/data/102/2835/en_US.json @@ -3,10 +3,10 @@ "2835": { "name": "BANNED_DEVICE_IN_INDEPENDENT_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from this service", + "short_description": "Your console is temporarily banned from this service.", "long_description": "Your console is temporarily banned from this service.", - "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned", - "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2835" } } diff --git a/data/102/2881/en_US.json b/data/102/2881/en_US.json index 68b23d97..ca21a89a 100644 --- a/data/102/2881/en_US.json +++ b/data/102/2881/en_US.json @@ -3,10 +3,10 @@ "2881": { "name": "UNDER_MAINTENANCE", "message": "Due to server maintenance, the service\nyou attempted to access is not available\nat this time.\n\nPlease try again later.", - "short_description": "The server you requested is under maintenance", - "long_description": "The server you requested is under maintenance", - "short_solution": "Try again later", - "long_solution": "Ty again later", + "short_description": "The server you requested is under maintenance.", + "long_description": "The server you requested is under maintenance.", + "short_solution": "Try again later.", + "long_solution": "Ty again later.", "support_link": "https://preten.do/102-2881" } } diff --git a/data/102/2882/en_US.json b/data/102/2882/en_US.json index f30fd0da..97a085b0 100644 --- a/data/102/2882/en_US.json +++ b/data/102/2882/en_US.json @@ -3,10 +3,10 @@ "2882": { "name": "SERVICE_CLOSED", "message": "This online service is no longer\navailable.\n\nSorry for the inconvenience.", - "short_description": "The server you requested is closed and no longer maintained", - "long_description": "The server you requested is closed and no longer maintained", + "short_description": "The server you requested is closed and no longer maintained.", + "long_description": "The server you requested is closed and no longer maintained.", "short_solution": "Self host the server or use another hosted instance.", - "long_solution": "Self host the server or use another hosted instance", + "long_solution": "Self host the server or use another hosted instance.", "support_link": "https://preten.do/102-2882" } }