mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 22:30:29 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user