You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/app_en.arb
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,5 +247,21 @@
247
247
"@minecraftOwnershipRequiredError": {
248
248
"description": "Shown when the Microsoft account is valid and a Minecraft profile may exist, but no active license for Minecraft is found. This may occur if the game has not been purchased or redeemed. Users can resolve this at https://www.minecraft.net/redeem or https://www.minecraft.net/store/minecraft-deluxe-collection-pc."
249
249
},
250
-
"loginDeviceCodeRejected": "The login attempt was rejected."
250
+
"loginAttemptRejected": "The login attempt was rejected.",
251
+
"authCodeLoginUnknownError": "An unknown error occurred while logging in: {errorCode}, {errorDescription}",
252
+
"@authCodeLoginUnknownError": {
253
+
"description": "Shown when an unknown error occurs while logging in with Microsoft via auth code. The user login using in the browser and then Microsoft redirects the user to a minimal and local HTTP server to handles the result. This message is used when the error code is unknown.",
254
+
"placeholders": {
255
+
"errorCode": {
256
+
"type": "String",
257
+
"example": "access_denied",
258
+
"description": "The error code returned from the API during Microsoft sign-in failure."
259
+
},
260
+
"errorDescription": {
261
+
"type": "String",
262
+
"example": "Internal server error.",
263
+
"description": "The message returned from the API describing the error."
// TODO: Handle the case where user don't have Microsoft account, account_creation_required will be thrown when calling: "https://xsts.auth.xboxlive.com/xsts/authorize", cover all cases
132
-
// TODO: Create exception for an invalid skin file which is possible. Also enforce file size (accept only small image files)
0 commit comments