-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.nls.json
87 lines (87 loc) · 6.34 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"playfab-account.cancel": "Cancel",
"playfab-account.checkNetwork": "You appear to be offline. Please check your network connection.",
"playfab-account.commands.playfab": "PlayFab Account",
"playfab-account.commands.login": "Sign In",
"playfab-account.commands.loginTitle": "Sign In to PlayFab...",
"playfab-account.commands.logout": "Sign Out",
"playfab-account.commands.createAccount": "Create an account",
"playfab-account.commands.createAccountTitle": "Create a PlayFab account...",
"playfab-account.configuration.cloudName.description": "Name of a private cloud.",
"playfab-account.configuration.jsonSpaces.description": "Number of spaces to use when displaying JSON data.",
"playfab-account.configuration.loginId.description": "PlayFab Login Id.",
"playfab-account.configuration.showSignedInEmail.description": "Whether to show the email address (e.g., in the status bar) of the signed in account.",
"playfab-account.configuration.showTitleIds.description": "Whether to show title ids in the tree.",
"playfab-account.configuration.sortStudiosAlphabetically.description": "Whether to sort studios alphabetically in the tree.",
"playfab-account.configuration.sortTitlesAlphabetically.description": "Whether to sort titles alphabetically in the tree.",
"playfab-account.emailPrompt": "Please enter your e-mail address.",
"playfab-account.loggingin": "PlayFab: Signing in...",
"playfab-account.loggedin": "PlayFab: {0}",
"playfab-account.newPasswordPrompt": "Please enter a password. Your password must be 8 characters or longer and contain at least two of these: uppercase characters, numbers, or symbols.",
"playfab-account.offline": "Offline",
"playfab-account.passwordMismatch": "Passwords did not match.",
"playfab-account.passwordPrompt": "Please enter your password.",
"playfab-account.reenterPasswordPrompt": "Please re-enter the password.",
"playfab-account.studioNamePrompt": "Please enter the name of your game studio.",
"playfab-account.twofaPrompt": "Please enter your two-factor auth code.",
"playfab-account.unexpectedStatus": "Unexpected status: {0}",
"playfab-explorer.chooseStudio": "Please choose a Studio",
"playfab-explorer.chooseTitle": "Please choose a Title",
"playfab-explorer.commands.playfab": "PlayFab Explorer",
"playfab-explorer.commands.createTitle": "Create a title",
"playfab-explorer.commands.getTitleData": "Get title data",
"playfab-explorer.commands.setTitleData": "Set title data",
"playfab-explorer.commands.getTitleInternalData": "Get title internal data",
"playfab-explorer.commands.setTitleInternalData": "Set title internal data",
"playfab-explorer.commands.getEntityProfile": "Get entity profile",
"playfab-explorer.commands.listFunctions": "List functions",
"playfab-explorer.commands.listHttpFunctions": "List HTTP functions",
"playfab-explorer.commands.listQueuedFunctions": "List Queued functions",
"playfab-explorer.commands.registerHttpFunction": "Register HTTP function",
"playfab-explorer.commands.registerQueuedFunction": "Register Queued function",
"playfab-explorer.commands.unregisterFunction": "Unregister function",
"playfab-explorer.commands.enableLocalDebugging": "Enable local debugging",
"playfab-explorer.commands.disableLocalDebugging": "Disable local debugging",
"playfab-explorer.commands.getCloudScriptRevision": "Get CloudScript revision",
"playfab-explorer.commands.updateCloudScript": "Update CloudScript",
"playfab-explorer.commands.openGameManagerPageForTitle": "Open in Game Manager",
"playfab-explorer.cloudscriptUpdated": "CloudScript updated to revision {0}.",
"playfab-explorer.connectionStringPrompt": "Please enter the Connection String for the queue.",
"playfab-explorer.connectionStringValue": "Connection String",
"playfab-explorer.description": "A common PlayFab Explorer extension for VS Code.",
"playfab-explorer.disableLocalDebuggingFailed": "Unable to disable local debugging",
"playfab-explorer.disableLocalDebuggingSucceeded": "Local debugging disabled",
"playfab-explorer.downloadedCloudScriptMessage": "Downloaded CloudScript revision {0} for {1}",
"playfab-explorer.enableLocalDebuggingFailed": "Unable to enable local debugging",
"playfab-explorer.enableLocalDebuggingSucceeded": "Local debugging enabled",
"playfab-explorer.entityIdPrompt": "Please enter an entity id.",
"playfab-explorer.entityTypePrompt": "Please choose an entity type.",
"playfab-explorer.functionListAddressColumn": "Address",
"playfab-explorer.functionListConnectionStringColumn": "Connection String",
"playfab-explorer.functionListHeader": "List Of Functions for {0}",
"playfab-explorer.functionListHTTPHeader": "List Of HTTP Functions for {0}",
"playfab-explorer.functionListNameColumn": "Name",
"playfab-explorer.functionListQueueColumn": "Queue",
"playfab-explorer.functionListQueuedHeader": "List Of Queued Functions for {0}",
"playfab-explorer.functionListUrlColumn": "Url",
"playfab-explorer.functionNamePrompt": "Please enter the name of the function.",
"playfab-explorer.functionNameValue": "Function Name",
"playfab-explorer.functionUriPrompt": "Please enter the URL of the function.",
"playfab-explorer.functionUriValue": "Function URL",
"playfab-explorer.keyPrompt": "Please enter the key name.",
"playfab-explorer.keysPrompt": "Please enter the key name(s) or leave blank for all.",
"playfab-explorer.keyValue": "Key Name",
"playfab-explorer.noTitleData": "No title data found with specified key(s).",
"playfab-explorer.queueNamePrompt": "Please enter the QueueName for the function.",
"playfab-explorer.queueNameValue": "Queue Name",
"playfab-explorer.registeredFunctionMessage": "Registered function {0} at {1}",
"playfab-explorer.revisionPrompt": "Please enter the CloudScript revision.",
"playfab-explorer.revisionValue": "Revision",
"playfab-explorer.titleDataUpdated": "Title data updated.",
"playfab-explorer.titleDataParseFailure": "Title data could not be parsed.",
"playfab-explorer.titleNamePrompt": "Please enter the name of your game.",
"playfab-explorer.titleNameValue": "Game Name",
"playfab-explorer.unRegisteredFunctionMessage": "Unregistered function {0}",
"playfab-explorer.valuePrompt": "Please enter the value.",
"playfab-explorer.valueValue": "Value"
}