forked from microsoft/powerplatform-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
52 lines (46 loc) · 3.05 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
{
"pacCLI.openDocumentation.title": "Documentation",
"pacCLI.openPacLab.title": "Open PAC Lab",
"pacCLI.pacHelp.title": "Show PAC Help",
"pacCLI.pacAuthHelp.title": "Show PAC Authentication Help",
"pacCLI.pacPackageHelp.title": "Show PAC Package Help",
"pacCLI.pacPcfHelp.title": "Show PAC PCF Help",
"pacCLI.pacSolutionHelp.title": "Show PAC Solution Help",
"pacCLI.disableTelemetry.title": "Disable PAC Telemetry",
"pacCLI.enableTelemetry.title": "Enable PAC telemetry",
"power-platform-activitybar.title": "Power Platform",
"pacCLI.authPanel.title": "Auth Profiles",
"pacCLI.authPanel.welcome.whenInteractiveSupported": {
"message": "No auth profiles found on this computer.\n[Add Dataverse Auth Profile](command:pacCLI.authPanel.newDataverseAuthProfile)",
"comment": [
"This is a Markdown formatted string, and the formatting must persist across translations.",
"The second line should be '[TRANSLATION HERE](command:pacCLI.authPanel.newDataverseAuthProfile)', keeping brackets and the text in the parentheses unmodified"
]
},
"pacCLI.authPanel.welcome.whenInteractiveNotSupported": {
"message": "No auth profiles found on this computer.\nInteractive Authentication is not availalbe for remote scenarios; auth profiles must be created by the command line. The `--deviceCode` flow must be used for users with MFA requirements, or whose tenants use ADFS.\n[View Auth Profile Help](command:pacCLI.pacAuthHelp)",
"comment": [
"This is a Markdown formatted string, and the formatting must persist across translations.",
"The second line should not translate the argument `--deviceCode`",
"The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keeping brackets and the text in the parentheses unmodified"
]
},
"pacCLI.authPanel.clearAuthProfile.title": "Clear Auth Profiles",
"pacCLI.authPanel.refresh.title": "Refresh",
"pacCLI.authPanel.newDataverseAuthProfile.title": "New Dataverse Auth Profile",
"pacCLI.authPanel.selectAuthProfile.title": "Select Auth Profile",
"pacCLI.authPanel.deleteAuthProfile.title": "Delete Auth Profile",
"pacCLI.authPanel.nameAuthProfile.title": "Name/Rename Auth Profile",
"pacCLI.authPanel.navigateToResource.title": "Navigate to Resource",
"pacCLI.authPanel.copyUser.title": "Copy User",
"pacCLI.envAndSolutionsPanel.title": "Environments & Solutions",
"pacCLI.envAndSolutionsPanel.refresh.title": "Refresh",
"pacCLI.envAndSolutionsPanel.copyDisplayName.title": "Copy Display Name",
"pacCLI.envAndSolutionsPanel.copyEnvironmentId.title": "Copy Environment Id",
"pacCLI.envAndSolutionsPanel.copyEnvironmentUrl.title": "Copy Environment Url",
"pacCLI.envAndSolutionsPanel.copyOrganizationId.title": "Copy Organization Id",
"pacCLI.envAndSolutionsPanel.copyFriendlyName.title": "Copy Friendly Name",
"pacCLI.envAndSolutionsPanel.copyUniqueName.title": "Copy Unique Name",
"pacCLI.envAndSolutionsPanel.copyVersionNumber.title": "Copy Version Number",
"microsoft-powerapps-portals.preview-show.title": "PowerApps Portal -> Show preview"
}