mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
15 lines
811 B
JSON
15 lines
811 B
JSON
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
// Do not edit this file. It is machine generated.
|
|
{
|
|
"label.close": "Fechar",
|
|
"header": "Diferença {0} de {1}: original {2}, {3} linhas, modificado {4}, {5} linhas",
|
|
"blankLine": "em branco",
|
|
"equalLine": "original {0}, {1} modificados: {2}",
|
|
"insertLine": "+ modificado {0}: {1}",
|
|
"deleteLine": "-original {0}: {1}",
|
|
"editor.action.diffReview.next": "Ir para a próxima diferença",
|
|
"editor.action.diffReview.prev": "Ir para a diferença anterior"
|
|
} |