-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
36 lines (36 loc) · 2.89 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
{
"common.action.confirm": "Confirm",
"common.action.cancel": "Cancel",
"event.action.deleteItem.confirm": "Submit delete?",
"event.action.copy.success": "Copy success",
"event.action.copy.fail": "Copy fail",
"hover.command.title": "Separator",
"statusBar.hover.title": "Enable/Disable (hover display separator management) and (separator highlighting)",
"hover.command.toggleSeparator.toggle": "Toggles the separator activation state",
"hover.command.toggleSeparator.enable": "Enabling the separator \" {0} \" succeeded",
"hover.command.toggleSeparator.cancel": "Canceling the separator \" {0} \" succeeded",
"hover.command.toggleRangeSeparator.enable": "Enabling all separators succeeded, separators are {0}",
"hover.command.toggleRangeSeparator.enable.title": "Activates all separators for the current location",
"hover.command.toggleRangeSeparator.cancel": "Canceling all separators succeeded, separators are {0}",
"hover.command.toggleRangeSeparator.cancel.title": "Cancels all separators for the current location",
"hover.command.toggleRangeSeparator.reset": "Reset the separator settings succeeded, separators are {0}",
"hover.command.toggleRangeSeparator.reset.title": "Reset the separator settings",
"ext.commands.separatorsManage.collapseAll.title": "Collapse all",
"ext.commands.separatorsManage.expandAll.title": "Expand all",
"ext.viewsContainers.activitybar.title": "Separators Explorer",
"ext.views.separators-explorer.title": "Separators Manage",
"ext.config.title": "Word Separators config",
"ext.config.WordSeparator.group.description": "Config group for Word Separators",
"ext.config.WordSeparator.group.items.title": "Group",
"ext.config.WordSeparator.group.items.name": "Rule name",
"ext.config.WordSeparator.group.items.separators": "Rule content",
"ext.config.WordSeparator.group.items.isDefault": "Whether it is the default value, and when it is true, it is not editable",
"ext.config.defaults.WordSeparator.group.default": "default",
"ext.config.defaults.WordSeparator.group.cnSeparators": "CN separators",
"ext.config.defaults.WordSeparator.group.urlSeparators": "Url separators",
"ext.config.defaults.WordSeparator.silent.description": "Disable notifications",
"ext.config.defaults.WordSeparator.silent.enum.panel": "Disable message notifications for the Separator management panel",
"ext.config.defaults.WordSeparator.silent.enum.hover": "Disable Message notifications for actions when hover",
"ext.config.defaults.WordSeparator.hover.description": "Configure whether to manage separators when hovering",
"ext.config.defaults.WordSeparator.highlight.description": "Configure the separator highlighting effect, refer to https://vshaxe.github.io/vscode-extern/vscode/DecorationRenderOptions.html\nfor example:\n```json\n{\"border\":\"1px solid #bbbbbb80\",\"backgroundColor\":\"#bbbbbb10\"}\n```"
}