-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
51 lines (51 loc) · 3.49 KB
/
package.nls.json
File metadata and controls
51 lines (51 loc) · 3.49 KB
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
{
"portfolioInstruments.apiEndpoint": "The base url for the target Portfolio Instruments API endpoint.",
"portfolioInstruments.setApiEndpoint": "Set target API endpoint.",
"portfolioInstruments.showDeprecatedResources": "Show deprecated accounts, holdings, and benchmarks in the tree view.",
"portfolioInstruments.toggleShowDeprecatedResources": "Toggle Show Deprecated Resources",
"portfolioInstruments.description": "A VS Code extension for interacting with the Portfolio Instruments API - provides a convenient interface for managing investment portfolio data directly within the VS Code editor",
"portfolioInstruments.register": "Register a New User...",
"portfolioInstruments.login": "Sign In...",
"portfolioInstruments.refreshLogin": "Refresh Login...",
"portfolioInstruments.logout": "Sign Out...",
"portfolioInstruments.logoutAll": "Sign Out All Users",
"portfolioInstruments.createAccount": "Create Account...",
"portfolioInstruments.updateAccount": "Update Account...",
"portfolioInstruments.deleteAccount": "Delete Account...",
"portfolioInstruments.createHolding": "Create Holding...",
"portfolioInstruments.updateHolding": "Update Holding...",
"portfolioInstruments.deleteHolding": "Delete Holding...",
"portfolioInstruments.createBenchmark": "Create Benchmark...",
"portfolioInstruments.updateBenchmark": "Update Benchmark...",
"portfolioInstruments.deleteBenchmark": "Delete Benchmark...",
"portfolioInstruments.createSnapshotDraft": "Create Snapshot (Draft)...",
"portfolioInstruments.editSnapshotDraft": "Edit Draft...",
"portfolioInstruments.discardSnapshotDraft": "Discard Draft...",
"portfolioInstruments.updateSnapshotDraft": "Update Field (Draft)...",
"portfolioInstruments.deploySnapshotDraft": "Deploy Draft...",
"portfolioInstruments.createSnapshotValueDraft": "Create Snapshot Value (Draft)...",
"portfolioInstruments.updateSnapshotValueDraft": "Update Snapshot Value (Draft)...",
"portfolioInstruments.updateSnapshotValueAmountDraft": "Update Snapshot Value Amount (Draft)...",
"portfolioInstruments.deleteSnapshotValueDraft": "Delete Snapshot Value (Draft)...",
"portfolioInstruments.updateSnapshot": "Update Field...",
"portfolioInstruments.deleteSnapshot": "Delete Snapshot...",
"portfolioInstruments.updateMaturationStart": "Update start date...",
"portfolioInstruments.updateMaturationEnd": "Update end date...",
"portfolioInstruments.incrementSnapshotPage": "Increment page...",
"portfolioInstruments.decrementSnapshotPage": "Decrement page...",
"portfolioInstruments.createSnapshotValue": "Create Snapshot Value...",
"portfolioInstruments.updateSnapshotValue": "Update Snapshot Value...",
"portfolioInstruments.deleteSnapshotValue": "Delete Snapshot Value...",
"portfolioInstruments.updateBenchmarkSettings": "Update Benchmark Target...",
"portfolioInstruments.updateRebalanceSettings": "Update Rebalance Threshold...",
"portfolioInstruments.plotSnapshots": "Plot Snapshots...",
"portfolioInstruments.viewProperties": "View Properties",
"portfolioInstruments.undeprecate": "Restore...",
"portfolioInstruments.refresh": "Refresh",
"portfolioInstruments.refreshSnapshots": "Refresh",
"portfolioInstruments.refreshAccounts": "Refresh",
"portfolioInstruments.refreshHoldings": "Refresh",
"portfolioInstruments.refreshBenchmarks": "Refresh",
"portfolioInstruments.refreshSnapshot": "Refresh",
"portfolioInstruments.collapseAll": "Collapse All"
}