Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Jan 16, 2021
2 parents debd50d + d55e730 commit 9d7616c
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 29 deletions.
54 changes: 27 additions & 27 deletions package.json
Expand Up @@ -52,78 +52,78 @@
},
{
"id": "bookmarksHelpAndFeedback",
"name": "Help and Feedback",
"name": "%bookmarks.views.HelpAndFeedback.name%",
"visibility": "collapsed"
}
]
},
"viewsWelcome": [
{
"view": "bookmarksExplorer",
"contents": "In order to use Bookmarks, you have to open a folder or workspace first.\n[Open a Folder](command:_bookmarks.openFolderWelcome)\n[Open a Workspace](command:workbench.action.openWorkspace)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"contents": "%bookmarks.viewsWelcome.bookmarksExplorer.contents.whenEmpty%",
"when": "workbenchState == empty"
},
{
"view": "bookmarksExplorer",
"contents": "No bookmarks yet.\nIn order to use Bookmarks, you have to open a file in the editor.\n[Open a File](command:workbench.action.quickOpen)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"contents": "%bookmarks.viewsWelcome.bookmarksExplorer.contents.whenNoFileOpen%",
"when": "workbenchState != empty && !editorIsOpen"
},
{
"view": "bookmarksExplorer",
"contents": "No bookmarks yet.\nIn order to use Bookmarks, place the cursor in any location in the file and run the command:\n[Bookmarks: Toggle](command:bookmarks.toggle)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"contents": "%bookmarks.viewsWelcome.bookmarksExplorer.contents.whenHasFileOpen%",
"when": "workbenchState != empty && editorIsOpen"
}
],
"commands": [
{
"command": "bookmarks.toggle",
"title": "%bookmarks.commands.toggle.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.jumpToNext",
"title": "%bookmarks.commands.jumpToNext.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.jumpToPrevious",
"title": "%bookmarks.commands.jumpToPrevious.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "_bookmarks.jumpTo",
"title": "%bookmarks.commands.jumpTo.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.selectLines",
"title": "%bookmarks.commands.selectLines.title%",
"category": "Bookmarks (Selection)"
"category": "%bookmarks.commands.category.bookmarks.selection%"
},
{
"command": "bookmarks.expandSelectionToNext",
"title": "%bookmarks.commands.expandSelectionToNext.title%",
"category": "Bookmarks (Selection)"
"category": "%bookmarks.commands.category.bookmarks.selection%"
},
{
"command": "bookmarks.expandSelectionToPrevious",
"title": "%bookmarks.commands.expandSelectionToPrevious.title%",
"category": "Bookmarks (Selection)"
"category": "%bookmarks.commands.category.bookmarks.selection%"
},
{
"command": "bookmarks.shrinkSelection",
"title": "%bookmarks.commands.shrinkSelection.title%",
"category": "Bookmarks (Selection)"
"category": "%bookmarks.commands.category.bookmarks.selection%"
},
{
"command": "bookmarks.list",
"title": "%bookmarks.commands.list.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.toggleLabeled",
"title": "%bookmarks.commands.toggleLabeled.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.refresh",
Expand All @@ -137,7 +137,7 @@
{
"command": "bookmarks.clear",
"title": "%bookmarks.commands.clear.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "_bookmarks.clearFromFile",
Expand All @@ -157,17 +157,17 @@
{
"command": "bookmarks.listFromAllFiles",
"title": "%bookmarks.commands.listFromAllFiles.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.clearFromAllFiles",
"title": "%bookmarks.commands.clearFromAllFiles.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "bookmarks.whatsNew",
"title": "%bookmarks.commands.whatsNew.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
},
{
"command": "_bookmarks.whatsNewContextMenu",
Expand All @@ -180,7 +180,7 @@
{
"command": "bookmarks.supportBookmarks",
"title": "%bookmarks.commands.supportBookmarks.title%",
"category": "Bookmarks"
"category": "%bookmarks.commands.category.bookmarks%"
}
],
"menus": {
Expand Down Expand Up @@ -320,11 +320,11 @@
"submenus": [
{
"id": "bookmarks.editor.context",
"label": "Bookmarks"
"label": "%bookmarks.editor.context.label%"
},
{
"id": "bookmarks.editor.title",
"label": "Bookmarks"
"label": "%bookmarks.editor.title.label%"
}
],
"configuration": {
Expand Down Expand Up @@ -381,8 +381,8 @@
"eachLineIndependently"
],
"enumDescriptions": [
"Creates bookmarks in all selected lines at once, if at least one of the lines don't have a bookmark",
"Literally toggles a bookmark in each line, instead of making all lines equals"
"%bookmarks.configuration.multicursor.toggleMode.enumDescriptions.allLinesAtOnce%",
"%bookmarks.configuration.multicursor.toggleMode.enumDescriptions.eachLineIndependently%"
],
"description": "%bookmarks.configuration.multicursor.toggleMode.description%"
},
Expand All @@ -397,10 +397,10 @@
"suggestWhenSelectedOrLineWhenNoSelected"
],
"enumDescriptions": [
"Don't use the selection (original behavior)",
"Use the selected text (if available) directly, no confirmation required",
"Suggests the selected text (if available). You still need to confirm.",
"Suggests the selected text (if available) or the entire line (when has no selection). You still need to confirm."
"%bookmarks.configuration.label.suggestion.enumDescriptions.dontUse%",
"%bookmarks.configuration.label.suggestion.enumDescriptions.useWhenSelected%",
"%bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelected%",
"%bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelectedOrLineWhenNoSelected%"
]
}
}
Expand Down
14 changes: 14 additions & 0 deletions package.nls.json
@@ -1,6 +1,14 @@
{
"bookmarks.activitybar.title": "Bookmarks",
"bookmarks.views.Explorer.name": "Explorer",
"bookmarks.views.HelpAndFeedback.name": "Help and Feedback",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenEmpty": "In order to use Bookmarks, you have to open a folder or workspace first.\n[Open a Folder](command:_bookmarks.openFolderWelcome)\n[Open a Workspace](command:workbench.action.openWorkspace)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenNoFileOpen": "No bookmarks yet.\nIn order to use Bookmarks, you have to open a file in the editor.\n[Open a File](command:workbench.action.quickOpen)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenHasFileOpen": "No bookmarks yet.\nIn order to use Bookmarks, place the cursor in any location in the file and run the command:\n[Bookmarks: Toggle](command:bookmarks.toggle)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.editor.context.label": "Bookmarks",
"bookmarks.editor.title.label": "Bookmarks",
"bookmarks.commands.category.bookmarks": "Bookmarks",
"bookmarks.commands.category.bookmarks.selection": "Bookmarks (Selection)",
"bookmarks.commands.toggle.title": "Toggle",
"bookmarks.commands.jumpToNext.title": "Jump to Next",
"bookmarks.commands.jumpToPrevious.title": "Jump to Previous",
Expand Down Expand Up @@ -34,7 +42,13 @@
"bookmarks.configuration.showCommandsInContextMenu.description": "Specifies whether Bookmarks commands are displayed on the context menu",
"bookmarks.configuration.sidebar.expanded.description": "Specifies wheher the Side Bar show be displayed expanded",
"bookmarks.configuration.multicursor.toggleMode.description": "Specifies how multi cursor handles already bookmarked lines",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.allLinesAtOnce": "Creates bookmarks in all selected lines at once, if at least one of the lines don't have a bookmark",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.eachLineIndependently": "Literally toggles a bookmark in each line, instead of making all lines equals",
"bookmarks.configuration.label.suggestion.description": "Specifies how labels are suggested when creating bookmarks",
"bookmarks.configuration.label.suggestion.enumDescriptions.dontUse": "Don't use the selection (original behavior)",
"bookmarks.configuration.label.suggestion.enumDescriptions.useWhenSelected": "Use the selected text (if available) directly, no confirmation required",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelected": "Suggests the selected text (if available). You still need to confirm.",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelectedOrLineWhenNoSelected": "Suggests the selected text (if available) or the entire line (when has no selection). You still need to confirm.",
"bookmarks.colors.lineBackground.description": "Background color for the bookmarked line",
"bookmarks.colors.lineBorder.description": "Background color for the border around the bookmarked line",
"bookmarks.colors.overviewRuler.description": "Overview ruler marker color for bookmarks"
Expand Down
14 changes: 14 additions & 0 deletions package.nls.pt-br.json
@@ -1,6 +1,14 @@
{
"bookmarks.activitybar.title": "Bookmarks",
"bookmarks.views.Explorer.name": "Explorer",
"bookmarks.views.HelpAndFeedback.name": "Help and Feedback",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenEmpty": "In order to use Bookmarks, you have to open a folder or workspace first.\n[Open a Folder](command:_bookmarks.openFolderWelcome)\n[Open a Workspace](command:workbench.action.openWorkspace)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenNoFileOpen": "No bookmarks yet.\nIn order to use Bookmarks, you have to open a file in the editor.\n[Open a File](command:workbench.action.quickOpen)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenHasFileOpen": "No bookmarks yet.\nIn order to use Bookmarks, place the cursor in any location in the file and run the command:\n[Bookmarks: Toggle](command:bookmarks.toggle)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.editor.context.label": "Bookmarks",
"bookmarks.editor.title.label": "Bookmarks",
"bookmarks.commands.category.bookmarks": "Bookmarks",
"bookmarks.commands.category.bookmarks.selection": "Bookmarks (Seleção)",
"bookmarks.commands.toggle.title": "Alternar",
"bookmarks.commands.jumpToNext.title": "Pular para o Próximo",
"bookmarks.commands.jumpToPrevious.title": "Pular para o Anterior",
Expand Down Expand Up @@ -34,7 +42,13 @@
"bookmarks.configuration.showCommandsInContextMenu.description": "Define se os comandos Bookmarks são apresentados no menu de contexto",
"bookmarks.configuration.sideBar.expanded.description": "Define se a Side Bar deve ser exibida expandida",
"bookmarks.configuration.multicursor.toggleMode.description": "Define como funciona são tratadas as linhas que já possuem bookmark quando utiliza-se multicursor",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.allLinesAtOnce": "Creates bookmarks in all selected lines at once, if at least one of the lines don't have a bookmark",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.eachLineIndependently": "Literally toggles a bookmark in each line, instead of making all lines equals",
"bookmarks.configuration.label.suggestion.description": "Define como rótulos são sugeridos quando se cria Bookmarks",
"bookmarks.configuration.label.suggestion.enumDescriptions.dontUse": "Don't use the selection (original behavior)",
"bookmarks.configuration.label.suggestion.enumDescriptions.useWhenSelected": "Use the selected text (if available) directly, no confirmation required",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelected": "Suggests the selected text (if available). You still need to confirm.",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelectedOrLineWhenNoSelected": "Suggests the selected text (if available) or the entire line (when has no selection). You still need to confirm.",
"bookmarks.colors.lineBackground.description": "Cor de fundo para linha com Bookmark",
"bookmarks.colors.lineBorder.description": "Cor de fundo da borda ao redor da linha com Bookmark",
"bookmarks.colors.overviewRuler.description": "Cor do marcador de régua com Bookmarks"
Expand Down
18 changes: 18 additions & 0 deletions package.nls.ru.json
@@ -1,6 +1,14 @@
{
"bookmarks.activitybar.title": "Закладки",
"bookmarks.views.Explorer.name": "Проводник",
"bookmarks.views.HelpAndFeedback.name": "Help and Feedback",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenEmpty": "In order to use Bookmarks, you have to open a folder or workspace first.\n[Open a Folder](command:_bookmarks.openFolderWelcome)\n[Open a Workspace](command:workbench.action.openWorkspace)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenNoFileOpen": "No bookmarks yet.\nIn order to use Bookmarks, you have to open a file in the editor.\n[Open a File](command:workbench.action.quickOpen)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenHasFileOpen": "No bookmarks yet.\nIn order to use Bookmarks, place the cursor in any location in the file and run the command:\n[Bookmarks: Toggle](command:bookmarks.toggle)\nTo learn more about how to use Bookmarks in VS Code [read the docs](http://github.com/alefragnani/vscode-bookmarks/#bookmarks).",
"bookmarks.editor.context.label": "Закладки",
"bookmarks.editor.title.label": "Закладки",
"bookmarks.commands.category.bookmarks": "Закладки",
"bookmarks.commands.category.bookmarks.selection": "Закладки (Выделение)",
"bookmarks.commands.toggle.title": "добавить/убрать",
"bookmarks.commands.jumpToNext.title": "Перейти к следующей",
"bookmarks.commands.jumpToPrevious.title": "Перейти к предыдущей",
Expand Down Expand Up @@ -31,6 +39,16 @@
"bookmarks.configuration.navigateThroughAllFiles.description": "Разрешить навигатору искать закладки во всех файлах проекта, а не только в текущем",
"bookmarks.configuration.wrapNavigation.description": "Разрешить навигацию по первой и последней закладкам в области (текущий файл или все файлы)",
"bookmarks.configuration.useWorkaroundForFormatters.description": "Использовать обходной путь для форматировщиков таких как Prettier, который не уведомляет об изменениях документа и путает поведение прикреплённой закладки",
"bookmarks.configuration.showCommandsInContextMenu.description": "Specifies whether Bookmarks commands are displayed on the context menu",
"bookmarks.configuration.sidebar.expanded.description": "Specifies wheher the Side Bar show be displayed expanded",
"bookmarks.configuration.multicursor.toggleMode.description": "Specifies how multi cursor handles already bookmarked lines",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.allLinesAtOnce": "Creates bookmarks in all selected lines at once, if at least one of the lines don't have a bookmark",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.eachLineIndependently": "Literally toggles a bookmark in each line, instead of making all lines equals",
"bookmarks.configuration.label.suggestion.description": "Specifies how labels are suggested when creating bookmarks",
"bookmarks.configuration.label.suggestion.enumDescriptions.dontUse": "Don't use the selection (original behavior)",
"bookmarks.configuration.label.suggestion.enumDescriptions.useWhenSelected": "Use the selected text (if available) directly, no confirmation required",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelected": "Suggests the selected text (if available). You still need to confirm.",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelectedOrLineWhenNoSelected": "Suggests the selected text (if available) or the entire line (when has no selection). You still need to confirm.",
"bookmarks.colors.lineBackground.description": "Цвет фона для отмеченной строки",
"bookmarks.colors.lineBorder.description": "Цвет фона для границы вокруг линии с закладкой",
"bookmarks.colors.overviewRuler.description": "Обзор цвета маркера линейки для закладок"
Expand Down

0 comments on commit 9d7616c

Please sign in to comment.