Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json')
-rw-r--r--i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
index 68c8c0ad6b7..b4db95bce09 100644
--- a/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
+++ b/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
@@ -5,8 +5,6 @@
// Do not edit this file. It is machine generated.
{
"defaultLabel": "entrada",
- "patternDescription": "Use Padrões Glob",
- "patternHelpInclude": "O padrão para combinações. Por exemplo, **\\*\\*/*.js** para corresponder a todos os arquivos JavaScript ou **myFolder/\\*\\*** para corresponder a essa pasta com todas pastas aninhadas.\n\n**Referência**:\n**\\*** corresponde a 0 ou mais caracteres\n**?** corresponde a 1 caractere\n**\\*\\*** corresponde a zero ou mais diretórios\n**[a-z]** corresponde a um intervalo de caracteres\n**{a, b}** corresponde a qualquer um dos padrões)",
"useIgnoreFilesDescription": "Usar Ignorar Arquivos",
"useExcludeSettingsDescription": "Usar Configurações de Exclusão"
} \ No newline at end of file