-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.nls.json
47 lines (47 loc) · 3.13 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
{
"command.cartridgeListUpdated.title": "Cartridge List Updated",
"command.cartridgeMissing.error": "Cartridge Missing from Workspace: {0}",
"command.cartridgeMissing.title": "Cartridge Missing",
"command.checkOverrides.noneFound": "No Overrides Found: {0}",
"command.checkOverrides.title": "Check for Cartridge Overrides",
"command.disableFilter.title": "Show All Cartridge Files",
"command.enableFilter.title": "Show Overrides Only",
"command.generateDiff.title": "Create DIFF: Before ↔ After",
"command.openSettings.title": "Update Extension Settings",
"command.refreshCartridges.title": "Refresh Cartridges",
"command.viewOverrides.title": "View Overrides",
"config.properties.overridesOnly.description": "Only show Cartridges and Files with Overrides.",
"config.properties.path.changed": "We've detected a change to 'cartridgesPath' in your dw.json. Update SFCC Cartridge Overrides?",
"config.properties.path.description": "SFCC Cartridge Path for Storefront. List of cartridges separated by colon.",
"config.properties.path.error": "Invalid Path Detected. Supports [a-zA-Z0-9_:-]",
"config.properties.path.found": "We've found 'cartridgesPath' in your dw.json. Update SFCC Cartridge Overrides?",
"config.properties.path.updated": "SFCC Cartridge Overrides Cartridge Path Updated",
"debug.logger.cartridgesMissing": "Cartridge Missing from Workspace: {0}",
"debug.logger.cartridgesSummary": "Found {0} files in {1} Cartridges in Workspace",
"debug.logger.error": "⚠ ERROR: [{0}] {1}",
"debug.logger.fetchingCartridges": "Fetching SFCC Cartridges from Workspace ...",
"debug.logger.missingWorkspace": "Workspace Folder Not Found. Open Folder or Workspace and try again.",
"debug.logger.overridesDisabled": "Overrides Only: Disabled",
"debug.logger.overridesEnabled": "Overrides Only: Enabled",
"debug.logger.path": "CARTRIDGE PATH:\n- {0}",
"debug.logger.workspace": "\nWORKSPACE: {0}",
"extension.title": "SFCC Cartridge Overrides",
"panel.cartridges.above.description": "↑ {0}",
"panel.cartridges.above.tooltip.plural": "↑ {0} Cartridge Overrides Above",
"panel.cartridges.above.tooltip.singular": "↑ {0} Cartridge Override Above",
"panel.cartridges.below.description": "↓ {0}",
"panel.cartridges.below.tooltip.plural": "↓ Overrides {0} Cartridges Below",
"panel.cartridges.below.tooltip.singular": "↓ Overrides {0} Cartridge Below",
"panel.cartridges.missing.description": "⚠",
"panel.cartridges.missing.title": "Cartridge Missing",
"panel.cartridges.missing.tooltip": "⚠ Cartridge Missing from Workspace",
"panel.cartridges.title": "Cartridge Path",
"panel.overrides.title": "Overrides",
"panel.welcome.message": "Before we get started, we need to configure some Settings for this Extension to work.\n[Open Settings](command:extension.sfccCartridges.openSettings)\nNeed more information? [Get Help](https://github.com/sfccdevops/sfcc-cartridge-overrides-vscode-extension#readme).",
"panel.welcome.title": "Getting Started",
"ui.dialog.no": "No",
"ui.dialog.yes": "Yes",
"ui.openFile.title": "Open: {0}",
"ui.openRoute.title": "Open Route: {0}",
"ui.toggle.title": "Collapse / Expand"
}