forked from microsoft/powerplatform-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
83 lines (76 loc) · 6.33 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
{
"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 Auth Profile](command:pacCLI.authPanel.newAuthProfile)",
"comment": [
"This is a Markdown formatted string, and the formatting must persist across translations.",
"The second line should be '[TRANSLATION HERE](command:pacCLI.authPanel.newAuthProfile)', 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 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",
"microsoft-powerapps-portals.webExtension.init.title": "Initialize Web Extension",
"microsoft-powerapps-portals.webExtension.limitation": "PAC CLI is not supported in VS Code for the Web",
"microsoft-powerapps-portals.walkthrough.title": "Edit Power Pages code",
"microsoft-powerapps-portals.walkthrough.description": "Discover how you can make complete, modern websites right in VS Code",
"microsoft-powerapps-portals.walkthrough.overview.title": "Overview",
"microsoft-powerapps-portals.walkthrough.overview.description": {
"message": "Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio.\n[Learn More](command:powerplatform-walkthrough.overview-learn-more)",
"comment": [
"This is a Markdown formatted string, and the formatting must persist across translations.",
"The second line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.overview-learn-more)', keeping brackets and the text in the parentheses unmodified"
]
},
"microsoft-powerapps-portals.walkthrough.fileSystem.title": "File system",
"microsoft-powerapps-portals.walkthrough.fileSystem.description": {
"message": "Your files are stored in nested folders under your site name. \n \n The individual page files can be found in the web-pages folder under your site name. \n \n All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. \n \n To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). \n[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder)",
"comment": [
"This is a Markdown formatted string, and the formatting must persist across translations.",
"The seventh line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.fileSystem-documentation).', keeping brackets and the text in the parentheses unmodified",
"The eighth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.fileSystem-open-folder)', keeping brackets and the text in the parentheses unmodified"
]
},
"microsoft-powerapps-portals.walkthrough.advancedCapabilities.title": "Advanced capabilities",
"microsoft-powerapps-portals.walkthrough.advancedCapabilities.description": {
"message": "Visual Studio Code for Web enables editing and publishing of web pages on your website.\n \n For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. \n \n [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web.\n \n[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding)",
"comment": [
"This is a Markdown formatted string, and the formatting must persist across translations.",
"The fifth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.advancedCapabilities-learn-more) TRANSLATION', keeping brackets and the text in the parentheses unmodified",
"The seventh line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.advancedCapabilities-start-coding)', keeping brackets and the text in the parentheses unmodified"
]
}
}