forked from sassoftware/vscode-sas-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
21 lines (20 loc) · 1.38 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
{
"configuration.SAS.session.outputHtml": "Enable/disable ODS HTML5 output",
"configuration.SAS.connectionProfiles": "Define the connection profiles to connect to SAS Viya servers. If you define more than one profile, you can switch between them.",
"configuration.SAS.connectionProfiles.activeProfile": "Active SAS Connection Profile",
"configuration.SAS.connectionProfiles.profiles": "SAS Connection Profiles",
"configuration.SAS.connectionProfiles.profiles.name": "SAS Connection Profile Name",
"configuration.SAS.connectionProfiles.profiles.endpoint": "SAS Viya Connection Profile Endpoint",
"configuration.SAS.connectionProfiles.profiles.username": "SAS Viya User ID",
"configuration.SAS.connectionProfiles.profiles.tokenFile": "SAS Viya Token File",
"configuration.SAS.connectionProfiles.profiles.context": "SAS Viya Context",
"configuration.SAS.connectionProfiles.profiles.clientId": "SAS Viya Client ID",
"configuration.SAS.connectionProfiles.profiles.clientSecret": "SAS Viya Client Secret",
"commands.SAS.run": "Run SAS code",
"commands.SAS.close": "Close Current Session",
"commands.SAS.switchProfile": "Switch Current Connection Profile",
"commands.SAS.addProfile": "Add New Connection Profile",
"commands.SAS.deleteProfile": "Delete Connection Profile",
"commands.SAS.updateProfile": "Update Connection Profile",
"commands.SAS.runSelected": "Run Selected SAS Code"
}