Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -11,7 +11,7 @@
"label.previousMatchButton": "Correspondência anterior",
"label.nextMatchButton": "Próxima correspondência",
"label.closeButton": "Fechar",
"title.matchesCountLimit": "Destacam-se apenas os primeiro 999 resultados, mas tudo o que encontrar operações funcionam em todo o texto.",
"title.matchesCountLimit": "Sua pesquisa retornou um grande número de resultados, apenas as primeiras 999 correspondências serão destacadas.",
"label.matchesLocation": "{0} de {1}",
"label.noResults": "Nenhum resultado"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"ProfilerTableEditor.eventCountFiltered": "Eventos (Filtrados): {0}/{1}",
"ProfilerTableEditor.eventCount": "Eventos: {0}"
}

View File

@@ -6,6 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.viewSelectAccessibleName": "Selecione a Exibição",
"profiler.sessionSelectAccessibleName": "Selecionar Sessão",
"profiler.sessionSelectLabel": "Selecione a sessão:",
"profiler.viewSelectLabel": "Selecione a Exibição:",
"text": "Texto",
"label": "Rótulo",
"profilerEditor.value": "Valor",

View File

@@ -6,5 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profilerInput.profiler": "Profiler"
"profilerInput.profiler": "Profiler",
"profilerInput.notConnected": "Não conectado",
"profiler.sessionStopped": "Sessão do Profiler XEvent parou inesperadamente no servidor {0}.",
"profiler.sessionCreationError": "Erro enquanto se inicia uma nova sessão.",
"profiler.eventsLost": "A sessão de XEvent Profiler para {0} perdeu eventos.",
"confirmStopProfilerSession": "Gostaria de parar a execução da sessão XEvent?",
"profilerClosingActions.yes": "Sim",
"profilerClosingActions.no": "Não",
"profilerClosingActions.cancel": "Cancelar"
}