@codingame/monaco-vscode-language-pack-pt-br 2.0.0-v2.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +6 -6
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +369 -300
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-pt-br",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@2.0.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"Break when URL Contains": "Interromper quando o URL contiver",
|
|
243
243
|
"Breaks on all throw errors, even if they're caught later.": "Ocorre uma interrupção em todos os erros gerados, mesmo que eles sejam capturados mais tarde.",
|
|
244
244
|
"Breaks only on errors or promise rejections that are not handled.": "Interrompe somente erros ou rejeições de promessa que não são tratadas.",
|
|
245
|
-
"Browser connection failed, will retry: {0}": "
|
|
245
|
+
"Browser connection failed, will retry: {0}": "Falha na conexão do navegador, será repetido: {0}",
|
|
246
246
|
"CPU Profile": "Perfil de CPU",
|
|
247
247
|
"CPU profile saved as \"{0}\" in your workspace folder": "Perfil da CPU salvo como \"{0}\" na pasta do workspace",
|
|
248
248
|
"CSP violation \"{0}\"": "Violação de CSP \"{0}\"",
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
"Enter a URL or a pattern to match": "Insira um URL ou um padrão para corresponder",
|
|
279
279
|
"Eval": "Avaliar",
|
|
280
280
|
"Frame could not be restarted": "Não foi possível reiniciar o quadro",
|
|
281
|
-
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "
|
|
282
|
-
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "
|
|
283
|
-
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "
|
|
281
|
+
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Gera um arquivo .cpuprofile que você pode abrir no VS Code ou nos devtools do Edge/Chrome",
|
|
282
|
+
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Gera um arquivo .heapprofile que você pode abrir no VS Code ou nos devtools do Edge/Chrome",
|
|
283
|
+
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Gera um arquivo .heapsnapshot que você pode abrir no VS Code ou nas ferramentas de desenvolvimento do Edge/Chrome",
|
|
284
284
|
"Global": "Global",
|
|
285
285
|
"Globals": "Globais",
|
|
286
286
|
"Got it!": "Entendido!",
|
|
287
287
|
"Heap Profile": "Perfil de Heap",
|
|
288
288
|
"Heap Snapshot": "Instantâneo de Heap",
|
|
289
|
-
"How long to run the profile": "
|
|
289
|
+
"How long to run the profile": "Por quanto tempo executar o perfil",
|
|
290
290
|
"Ignore": "Ignorar",
|
|
291
291
|
"Installation complete! The extension will be used after you restart your debug session.": "Instalação concluída! A extensão será usada depois que você reiniciar a sessão de depuração.",
|
|
292
292
|
"Installing the DWARF debugger...": "Instalando o depurador DWARF...",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"Thread is not paused": "O thread não está em pausa",
|
|
385
385
|
"Thread is not paused on exception": "O thread não está em pausa na exceção",
|
|
386
386
|
"Thread not found": "Thread não encontrado",
|
|
387
|
-
"Type of profile": "
|
|
387
|
+
"Type of profile": "Tipo de perfil",
|
|
388
388
|
"URL contains \"{0}\"": "O URL contém \"{0}\"",
|
|
389
389
|
"UWP webview debugging is not available on your platform.": "A depuração de visualização da web UWP não está disponível em sua plataforma.",
|
|
390
390
|
"Unable to attach to browser": "Não é possível anexar ao navegador",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "Comparar todos os arquivos com qualquer uma das extensões de arquivo.",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "Corresponder arquivos que têm irmãos com o mesmo nome, mas com uma extensão diferente.",
|
|
29
29
|
"Match multiple top level folders.": "Corresponder várias pastas de nível superior.",
|
|
30
|
-
"The character used by the operating system to separate components in file paths": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "The character used by the operating system to separate components in file paths. Is also aliased to '/'.",
|
|
31
31
|
"The current opened file": "O arquivo aberto no momento",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "O arquivo aberto no momento em relação a ${workspaceFolder}",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "O nome da pasta do espaço de trabalho de arquivo aberto atual sem barras (/)",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "Evite usar !important. É uma indicação de que a especificidade do CSS inteiro ficou sem controle e precisa ser refatorada.",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "Evite usar 'float'. O uso de floats leva a um CSS frágil que será facilmente interrompido se um aspecto do layout for alterado.",
|
|
33
33
|
"CSS Language Server": "Servidor de Linguagem CSS",
|
|
34
|
-
"CSS fix is outdated and can
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS fix is outdated and can't be applied to the document.",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "Faz com que uma ou mais regras sejam emitidas na raiz do documento.",
|
|
36
36
|
"Changes one or more properties of a color.": "Altera uma ou mais propriedades de uma cor.",
|
|
37
37
|
"Changes the alpha component for a color.": "Altera o componente alfa para uma cor.",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "arco cosseno - inverso da função cosseno",
|
|
172
172
|
"arcsine - inverse of sine function": "arco seno - inverso da função seno",
|
|
173
173
|
"arctangent - inverse of tangent function": "arco tangente - inverso da função tangente",
|
|
174
|
-
"argument from
|
|
174
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
175
175
|
"at-rule or selector expected": "regra 'at' ou seletor esperado",
|
|
176
176
|
"at-rule unknown": "regra 'at' desconhecida",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "associar a avaliação de um conjunto de regras a cada membro de uma lista.",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "A configuração `css.colorDecorators.enable` foi preterida em favor de `editor.colorDecorators`.",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "Inserir ponto e vírgula no fim da linha ao preencher as propriedades de CSS.",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "Por padrão, o VS Code dispara a conclusão do valor da propriedade após a seleção de uma propriedade CSS. Use esta configuração para desabilitar esse comportamento.",
|
|
257
|
-
"css.customData.desc": "
|
|
257
|
+
"css.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\r\n\r\nVS Code loads custom data on startup to enhance its CSS support for CSS custom properties (variables), at-rules, pseudo-classes, and pseudo-elements you specify in the JSON files.\r\n\r\nThe file paths are relative to workspace and only workspace folder settings are considered.",
|
|
258
258
|
"css.format.braceStyle.desc": "Coloque as chaves na mesma linha que as regras (`collapse`) ou coloque as chaves na própria linha (`expand`).",
|
|
259
259
|
"css.format.enable.desc": "Habilitar/desabilitar o formatador CSS padrão.",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "Número máximo de quebras de linha a serem preservadas em uma parte, quando `#css.format.preserveNewLines#` estiver habilitado.",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "Separe os seletores com uma nova linha.",
|
|
263
263
|
"css.format.preserveNewLines.desc": "Se as quebras de linha existentes antes dos elementos devem ser preservadas.",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "Verifique se há um caractere de espaço em torno dos separadores '>', '+', '~' (por exemplo, 'a > b').",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "Show property and value documentation in CSS hovers.",
|
|
266
266
|
"css.hover.references": "Mostrar as referências ao MDN durante a focalização do CSS.",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "Número de parâmetros inválido.",
|
|
268
268
|
"css.lint.boxModel.desc": "Não use `width` nem `height` ao usar `padding` ou `border`.",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "Separe os seletores com uma nova linha.",
|
|
301
301
|
"less.format.preserveNewLines.desc": "Se as quebras de linha existentes antes dos elementos devem ser preservadas.",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "Verifique se há um caractere de espaço em torno dos separadores '>', '+', '~' (por exemplo, 'a > b').",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "Show property and value documentation in LESS hovers.",
|
|
304
304
|
"less.hover.references": "Mostrar as referências ao MDN durante a focalização do LESS.",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "Número de parâmetros inválido.",
|
|
306
306
|
"less.lint.boxModel.desc": "Não use `width` nem `height` ao usar `padding` ou `border`.",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "Separe os seletores com uma nova linha.",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "Se as quebras de linha existentes antes dos elementos devem ser preservadas.",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "Verifique se há um caractere de espaço em torno dos separadores '>', '+', '~' (por exemplo, 'a > b').",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "Show property and value documentation in SCSS hovers.",
|
|
339
339
|
"scss.hover.references": "Mostrar as referências ao MDN durante a focalização do SCSS.",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "Número de parâmetros inválido.",
|
|
341
341
|
"scss.lint.boxModel.desc": "Não use `width` nem `height` ao usar `padding` ou `border`.",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" tem impressão digital \"{1}\"",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info) O remoto \"{0}\" não possui marcas.",
|
|
14
|
+
"$(info) This repository has no stashes.": "$(info) This repository has no stashes.",
|
|
14
15
|
"$(info) This repository has no tags.": "$(info) Este repositório não tem marcas.",
|
|
15
16
|
"A branch named \"{0}\" already exists": "Já existe um branch com o nome ''{0}''",
|
|
16
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Um repositório Git foi encontrado nas pastas pai do workspace ou nos arquivos abertos. Deseja abrir o repositório?",
|
|
@@ -20,15 +21,15 @@
|
|
|
20
21
|
"Add remote from URL": "Adicionar remoto da URL",
|
|
21
22
|
"Add remote from {0}": "Adicionar remoto de {0}",
|
|
22
23
|
"Add to Workspace": "Adicionar ao Workspace",
|
|
23
|
-
"All Changes": "
|
|
24
|
+
"All Changes ({0} ↔ {1})": "All Changes ({0} ↔ {1})",
|
|
24
25
|
"All Repositories": "Todos os Repositórios",
|
|
25
26
|
"Always": "Sempre",
|
|
26
27
|
"Always Pull": "Sempre Efetuar Pull",
|
|
27
|
-
"Are you sure you want to DELETE {0} files
|
|
28
|
-
"Are you sure you want to DELETE {0}
|
|
28
|
+
"Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.": "Tem certeza de que deseja EXCLUIR {0} arquivos?\r\nIsso é IRREVERSÍVEL!\r\nEste arquivo será PERDIDO PARA SEMPRE.",
|
|
29
|
+
"Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.": "Tem certeza de que deseja EXCLUIR {0}?\r\nIsso é IRREVERSÍVEL!\r\nEste arquivo será PERDIDO PARA SEMPRE.",
|
|
29
30
|
"Are you sure you want to continue connecting?": "Tem certeza de que deseja continuar a se conectar?",
|
|
30
31
|
"Are you sure you want to create an empty commit?": "Tem certeza de que deseja criar uma confirmação vazia?",
|
|
31
|
-
"Are you sure you want to discard ALL changes in {0} files
|
|
32
|
+
"Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.": "Tem certeza de que deseja descartar TODAS as alterações nos {0} arquivos?\r\nIsso é IRREVERSÍVEL!\r\nSeu conjunto de trabalho atual será PERDIDO PARA SEMPRE.",
|
|
32
33
|
"Are you sure you want to discard changes in {0} files?": "Tem certeza de que deseja descartar as alterações nos {0} arquivos?",
|
|
33
34
|
"Are you sure you want to discard changes in {0}?": "Tem certeza de que deseja descartar as alterações em {0}?",
|
|
34
35
|
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Tem certeza de que deseja remover TODOS os stashes? Existem {0} stashes que estarão sujeitos a remoção e PODEM SER IMPOSSÍVEIS DE RECUPERAR.",
|
|
@@ -41,15 +42,13 @@
|
|
|
41
42
|
"Ask Me Later": "Pergunte-me Mais Tarde",
|
|
42
43
|
"Branch name": "Nome do branch",
|
|
43
44
|
"Branch name needs to match regex: {0}": "O nome da ramificação precisa corresponder ao regex: {0}",
|
|
44
|
-
"Can
|
|
45
|
-
"Can
|
|
46
|
-
"Can
|
|
47
|
-
"Cancel": "Cancelar",
|
|
45
|
+
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.",
|
|
46
|
+
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "Não é possível efetuar push de refs para o remoto. Tente executar ''Pull'' primeiro para integrar as alterações.",
|
|
47
|
+
"Can't undo because HEAD doesn't point to any commit.": "Não é possível desfazer porque HEAD não aponta para nenhuma confirmação.",
|
|
48
48
|
"Changes": "Alterações",
|
|
49
49
|
"Checking Out Branch/Tag...": "Fazendo check-out de branch/marca...",
|
|
50
50
|
"Checking Out Changes...": "Fazendo Check-out de Alterações...",
|
|
51
51
|
"Checkout Branch/Tag...": "Branch/Marca de Check-out...",
|
|
52
|
-
"Checkout detached...": "Check-out desanexado...",
|
|
53
52
|
"Choose Folder...": "Escolher Pasta...",
|
|
54
53
|
"Choose a folder to clone {0} into": "Escolha uma pasta para clonar {0} em",
|
|
55
54
|
"Choose a repository": "Escolher um repositório",
|
|
@@ -88,8 +87,6 @@
|
|
|
88
87
|
"Continuing Rebase...": "Continuando troca de base...",
|
|
89
88
|
"Could not clone your repository as Git is not installed.": "Não foi possível clonar seu repositório porque o Git não está instalado.",
|
|
90
89
|
"Create Empty Commit": "Criar um Commit Vazio",
|
|
91
|
-
"Create new branch from...": "Criar ramificação de...",
|
|
92
|
-
"Create new branch...": "Criar ramificação...",
|
|
93
90
|
"Current": "Atual",
|
|
94
91
|
"Current commit message only contains whitespace characters": "A mensagem de confirmação atual contém somente caracteres de espaço em branco",
|
|
95
92
|
"Delete Branch": "Excluir Ramificação",
|
|
@@ -102,15 +99,15 @@
|
|
|
102
99
|
"Discard All {0} Files": "Descartar Todos os {0} Arquivos",
|
|
103
100
|
"Discard Changes": "Descartar as Alterações",
|
|
104
101
|
"Discard {0} Tracked Files": "Descartar {0} Arquivos Controlados",
|
|
105
|
-
"Don
|
|
106
|
-
"Don
|
|
102
|
+
"Don't Pull": "Não Efetuar Pull",
|
|
103
|
+
"Don't Show Again": "Não Mostrar Novamente",
|
|
107
104
|
"Download Git": "Baixar Git",
|
|
108
105
|
"Email": "E-mail",
|
|
109
106
|
"Enables the following features: {0}": "Habilita os seguintes recursos: {0}",
|
|
110
107
|
"Failed to authenticate to git remote.": "Falha ao autenticar no remoto do git.",
|
|
111
|
-
"Failed to authenticate to git remote
|
|
112
|
-
"File \"{0}\" was deleted by them and modified by us
|
|
113
|
-
"File \"{0}\" was deleted by us and modified by them
|
|
108
|
+
"Failed to authenticate to git remote:\r\n\r\n{0}": "Falha ao autenticar no remoto do git:\r\n\r\n{0}",
|
|
109
|
+
"File \"{0}\" was deleted by them and modified by us.\r\n\r\nWhat would you like to do?": "O arquivo ''{0}'' foi excluído por eles e modificado por nós.\r\n\r\nO que você deseja fazer?",
|
|
110
|
+
"File \"{0}\" was deleted by us and modified by them.\r\n\r\nWhat would you like to do?": "O arquivo ''{0}'' foi excluído por nós e modificado por eles.\r\n\r\nO que você deseja fazer?",
|
|
114
111
|
"Force Checkout": "Forçar o Check-out",
|
|
115
112
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "Não é permitido forçar push. Habilite-o com a configuração ''git.allowForcePush''.",
|
|
116
113
|
"Git History": "Histórico de Git",
|
|
@@ -133,7 +130,7 @@
|
|
|
133
130
|
"Invalid branch name": "Nome de ramificação inválido",
|
|
134
131
|
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Parece que a base do branch atual ''{0}'' pode ter sido trocada. Tem certeza de que ainda deseja efetuar pull nele?",
|
|
135
132
|
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Parece que a base do branch atual pode ter sido trocada. Tem certeza de que ainda deseja efetuar pull nele?",
|
|
136
|
-
"It
|
|
133
|
+
"It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "Não é possível alterar a mensagem de confirmação no meio de uma troca de base. Conclua a operação de troca de base e use a troca de base interativa.",
|
|
137
134
|
"Keep Our Version": "Manter Nossa Versão",
|
|
138
135
|
"Keep Their Version": "Manter Versão Deles",
|
|
139
136
|
"Learn More": "Saiba Mais",
|
|
@@ -151,8 +148,8 @@
|
|
|
151
148
|
"No": "Não",
|
|
152
149
|
"No rebase in progress.": "Não há troca de base em andamento.",
|
|
153
150
|
"OK": "OK",
|
|
154
|
-
"OK, Don
|
|
155
|
-
"OK, Don
|
|
151
|
+
"OK, Don't Ask Again": "OK, Não Perguntar Novamente",
|
|
152
|
+
"OK, Don't Show Again": "OK, Não Mostrar Novamente",
|
|
156
153
|
"Open": "Abrir",
|
|
157
154
|
"Open Commit": "Abrir Commit",
|
|
158
155
|
"Open Comparison": "Abrir Comparação",
|
|
@@ -174,6 +171,7 @@
|
|
|
174
171
|
"Pick a stash to apply": "Selecionar um stash para aplicar",
|
|
175
172
|
"Pick a stash to drop": "Selecionar um stash para soltar",
|
|
176
173
|
"Pick a stash to pop": "Selecionar um stash para aplicar e remover",
|
|
174
|
+
"Pick a stash to view": "Pick a stash to view",
|
|
177
175
|
"Pick workspace folder to initialize git repo in": "Selecionar pasta do workspace na qual inicializar o repositório git",
|
|
178
176
|
"Please check out a branch to push to a remote.": "Confira uma ramificação para enviar por push a um remoto.",
|
|
179
177
|
"Please clean your repository working tree before checkout.": "Limpe sua árvore de trabalho do repositório antes do check-out.",
|
|
@@ -199,6 +197,7 @@
|
|
|
199
197
|
"Remote branch at {0}": "Ramificação remota em {0}",
|
|
200
198
|
"Remote name": "Nome do remoto",
|
|
201
199
|
"Remote name format invalid": "Formato de nome do remoto inválido",
|
|
200
|
+
"Remote tag at {0}": "Remote tag at {0}",
|
|
202
201
|
"Reopen Closed Repositories": "Reabrir Repositórios Fechados",
|
|
203
202
|
"Replace Local Tag(s)": "Substituir Marca(s) Local",
|
|
204
203
|
"Restore file": "Restaurar arquivo",
|
|
@@ -206,11 +205,12 @@
|
|
|
206
205
|
"Save All & Commit Changes": "Salvar Tudo e Confirmar Alterações",
|
|
207
206
|
"Save All & Stash": "Salvar Tudo e Fazer Stash",
|
|
208
207
|
"Select a branch or tag to checkout": "Selecione uma branch ou uma tag para trocar",
|
|
208
|
+
"Select a branch or tag to merge from": "Select a branch or tag to merge from",
|
|
209
209
|
"Select a branch to checkout in detached mode": "Selecionar uma filial para fazer check-out no modo separado",
|
|
210
210
|
"Select a branch to delete": "Selecionar uma ramificação para excluir",
|
|
211
|
-
"Select a branch to merge from": "Selecionar uma ramificação da qual mesclar",
|
|
212
211
|
"Select a branch to rebase onto": "Selecionar uma ramificação para a qual trocar base",
|
|
213
212
|
"Select a ref to create the branch from": "Selecionar uma referência da qual criar o branch de",
|
|
213
|
+
"Select a remote tag to delete": "Select a remote tag to delete",
|
|
214
214
|
"Select a remote to delete a tag from": "Selecione um remoto do qual excluir uma marca",
|
|
215
215
|
"Select a remote to fetch": "Selecione um remoto para buscar",
|
|
216
216
|
"Select a tag to delete": "Selecionar uma marca para excluir",
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
"Syncing. Cancelling may cause serious damages to the repository": "Sincronizando. O cancelamento pode causar sérios danos ao repositório",
|
|
230
230
|
"Tag at {0}": "Marca na {0}",
|
|
231
231
|
"Tag name": "Nome da marca",
|
|
232
|
-
"The \"{0}\" repository has {1} submodules which won
|
|
232
|
+
"The \"{0}\" repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.": "O repositório ''{0}'' tem {1} submódulos que não serão abertos automaticamente. Você ainda pode abrir cada um individualmente abrindo um arquivo dentro dele.",
|
|
233
233
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "O branch ''{0}'' não tem branch remoto. Você gostaria de publicar este branch?",
|
|
234
234
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "O branch ''{0}'' não foi totalmente mesclado. Excluir assim mesmo?",
|
|
235
235
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "O branch atual não está publicado no remoto. Deseja publicá-lo para acessar suas alterações em outro lugar?",
|
|
236
|
-
"The following file has unsaved changes which won
|
|
237
|
-
"The following file has unsaved changes which won
|
|
236
|
+
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?": "O arquivo a seguir tem alterações não salvas que não serão incluídas na confirmação se você prosseguir: {0}.\r\n\r\nGostaria de salvá-lo antes de cometer?",
|
|
237
|
+
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?": "O seguinte arquivo tem alterações não salvas que não serão incluídas no stash se você continuar: {0}.\r\n\r\nDeseja salvá-lo antes de fazer stash?",
|
|
238
238
|
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "O seguinte arquivo não controlado será EXCLUÍDO DO DISCO se descartado: {0}.",
|
|
239
239
|
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Os repositórios git na pasta atual são potencialmente não seguros, pois as pastas pertencem a alguém diferente do usuário atual.",
|
|
240
240
|
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "O repositório do git em ''{0}'' tem muitas alterações ativas, apenas um subconjunto de recursos do Git será habilitado.",
|
|
@@ -248,16 +248,16 @@
|
|
|
248
248
|
"There are no available repositories": "Não há repositórios disponíveis",
|
|
249
249
|
"There are no changes to commit.": "Não há alterações para confirmar.",
|
|
250
250
|
"There are no changes to stash.": "Não há alterações para stash.",
|
|
251
|
-
"There are no staged changes to commit
|
|
251
|
+
"There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?": "Não há nenhuma alteração preparada a ser confirmada.\r\n\r\nDeseja preparar automaticamente todas as alterações e confirmá-las diretamente?",
|
|
252
252
|
"There are no staged changes to stash.": "Não há alterações preparadas para stash.",
|
|
253
253
|
"There are no stashes in the repository.": "Não há fases no repositório.",
|
|
254
|
-
"There are {0} unsaved files
|
|
255
|
-
"There are {0} unsaved files
|
|
254
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?": "Existem {0} arquivos não salvos.\r\n\r\nGostaria de salvá-los antes de executar a confirmação?",
|
|
255
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?": "Há {0} arquivos não salvos.\r\n\r\nDeseja salvá-los antes de fazer stash?",
|
|
256
256
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Há {0} arquivos não controlados que serão EXCLUÍDOS DO disco, se descartados.",
|
|
257
257
|
"There were merge conflicts while applying the stash.": "Ocorreram conflitos de mesclagem ao aplicar o stash.",
|
|
258
258
|
"This action will pull and push commits from and to \"{0}/{1}\".": "Esta ação efetuará pull e push das confirmações de e para ''{0}/{1}''.",
|
|
259
259
|
"This repository has no remotes configured to fetch from.": "Este repositório não tem remotos configurados para buscar.",
|
|
260
|
-
"This will DELETE {0} untracked files
|
|
260
|
+
"This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.": "Isso excluirá {0} arquivos não rastreados!\r\nIsto é irreversível!\r\nEsses arquivos serão perdidos para sempre.",
|
|
261
261
|
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Isso criará um repositório Git em ''{0}''. Tem certeza de que deseja continuar?",
|
|
262
262
|
"Too many changes were detected. Only the first {0} changes will be shown below.": "Muitas mudanças foram detectadas. Somente as primeiras {0} alterações serão mostradas abaixo.",
|
|
263
263
|
"Type Changed": "Tipo alterado",
|
|
@@ -276,19 +276,23 @@
|
|
|
276
276
|
"Would you like to open the initialized repository?": "Deseja abrir o repositório inicializado?",
|
|
277
277
|
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "Deseja que {0} [execute periodicamente o \"git fetch\"]({1})?",
|
|
278
278
|
"Yes": "Sim",
|
|
279
|
-
"Yes, Don
|
|
279
|
+
"Yes, Don't Show Again": "Sim, Não Mostrar Novamente",
|
|
280
280
|
"You": "Você",
|
|
281
|
-
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable
|
|
282
|
-
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others
|
|
283
|
-
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote
|
|
281
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?": "Você está prestes a confirmar as alterações sem verificação, isso ignora hooks pre-commit e pode ser indesejável.\r\n\r\nTem certeza de que deseja continuar?",
|
|
282
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?": "Você está prestes a forçar o envio por push das suas alterações. Isso pode ser destrutivo e pode substituir acidentalmente as alterações feitas por outras pessoas.\r\n\r\nTem certeza de que deseja continuar?",
|
|
283
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\r\n\r\nHow would you like to proceed?": "Você está tentando fazer commit em um branch protegido e talvez não tenha permissão para efetuar push em seus commits por push para remoto.\r\n\r\nComo você deseja continuar?",
|
|
284
284
|
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Parece que você tem o git ''{0}'' instalado. O código funciona melhor com a versão 2 ou posterior do git",
|
|
285
285
|
"Your local changes would be overwritten by checkout.": "Suas alterações locais seriam substituídas pelo check-out.",
|
|
286
286
|
"Your repository has no remotes configured to publish to.": "O repositório não tem remotos configurados para publicar.",
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "O repositório não tem remotos configurados para extrair.",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "O repositório não tem remotos configurados para enviar por push.",
|
|
289
289
|
"Your repository has no remotes.": "O repositório não tem remotos.",
|
|
290
|
+
"branches": "branches",
|
|
290
291
|
"no": "não",
|
|
292
|
+
"remote branches": "remote branches",
|
|
293
|
+
"tags": "tags",
|
|
291
294
|
"yes": "sim",
|
|
295
|
+
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\n é IRREVERSÍVEL, o conjunto de trabalho atual será PERDIDO PARA SEMPRE.",
|
|
292
296
|
"{0} (Deleted)": "{0} (Excluído)",
|
|
293
297
|
"{0} (Index)": "{0} (Índice)",
|
|
294
298
|
"{0} (Intent to add)": "{0} (Intenção de adicionar)",
|
|
@@ -299,18 +303,20 @@
|
|
|
299
303
|
"{0} (Working Tree)": "{0} (Árvore de Trabalho)",
|
|
300
304
|
"{0} ({1})": "{0} ({1})",
|
|
301
305
|
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
|
306
|
+
"{0} Checkout detached...": "{0} Checkout detached...",
|
|
302
307
|
"{0} Commit": "{0} Confirmação",
|
|
303
308
|
"{0} Commit & Push": "{0} Confirmar e Efetuar push",
|
|
304
309
|
"{0} Commit & Sync": "{0} Confirmar e Sincronizar",
|
|
305
310
|
"{0} Commit (Amend)": "Confirmar {0} (Corrigir)",
|
|
306
311
|
"{0} Continue": "{0} Continuar",
|
|
312
|
+
"{0} Create new branch from...": "{0} Criar nova ramificação de...",
|
|
313
|
+
"{0} Create new branch...": "{0} Criar nova branch...",
|
|
307
314
|
"{0} Fetch all remotes": "{0} buscar todos os remotos",
|
|
308
315
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Publicar Branch",
|
|
309
316
|
"{0} Sync Changes{1}{2}": "{0} Sincronizar Alterações{1}{2}",
|
|
310
317
|
"{0} characters left in current line": "{0} caracteres restantes na linha atual",
|
|
311
318
|
"{0} characters over {1} in current line": "{0} caracteres acima de {1} na linha atual",
|
|
312
|
-
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
313
|
-
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\n é IRREVERSÍVEL, o conjunto de trabalho atual será PERDIDO PARA SEMPRE."
|
|
319
|
+
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
314
320
|
},
|
|
315
321
|
"package": {
|
|
316
322
|
"colors.added": "Cor dos recursos adicionados.",
|
|
@@ -340,6 +346,7 @@
|
|
|
340
346
|
"command.cloneRecursive": "Clonar (Recursivo)",
|
|
341
347
|
"command.close": "Fechar Repositório",
|
|
342
348
|
"command.closeAllDiffEditors": "Fechar Todos os Editores de Comparação",
|
|
349
|
+
"command.closeOtherRepositories": "Close Other Repositories",
|
|
343
350
|
"command.commit": "Commit",
|
|
344
351
|
"command.commitAll": "Confirmar Tudo",
|
|
345
352
|
"command.commitAllAmend": "Confirmar Tudo (Corrigir)",
|
|
@@ -366,8 +373,8 @@
|
|
|
366
373
|
"command.continueInLocalClone.qualifiedName": "Continuar Trabalhando no Novo Clone Local",
|
|
367
374
|
"command.createTag": "Criar Rótulo",
|
|
368
375
|
"command.deleteBranch": "Excluir Ramificação...",
|
|
369
|
-
"command.deleteRemoteTag": "
|
|
370
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "Delete Remote Tag...",
|
|
377
|
+
"command.deleteTag": "Delete Tag...",
|
|
371
378
|
"command.fetch": "Fetch",
|
|
372
379
|
"command.fetchAll": "Buscar de Todos os Remotos",
|
|
373
380
|
"command.fetchPrune": "Buscar (Remover)",
|
|
@@ -378,7 +385,7 @@
|
|
|
378
385
|
"command.ignore": "Adicionar a .gitignore",
|
|
379
386
|
"command.init": "Inicializar o Repositório",
|
|
380
387
|
"command.manageUnsafeRepositories": "Gerenciar repositórios não seguros",
|
|
381
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "Merge...",
|
|
382
389
|
"command.mergeAbort": "Anular Mesclagem",
|
|
383
390
|
"command.openAllChanges": "Abrir Todas as Alterações",
|
|
384
391
|
"command.openChange": "Abrir as Alterações",
|
|
@@ -421,27 +428,30 @@
|
|
|
421
428
|
"command.stageSelectedRanges": "Preparar Intervalos Selecionados",
|
|
422
429
|
"command.stash": "Fazer Stash",
|
|
423
430
|
"command.stashApply": "Aplicar Stash...",
|
|
431
|
+
"command.stashApplyEditor": "Apply Stash",
|
|
424
432
|
"command.stashApplyLatest": "Aplicar Stash Mais Recente",
|
|
425
433
|
"command.stashDrop": "Remover Stash...",
|
|
426
434
|
"command.stashDropAll": "Descartar Todos os Stashes...",
|
|
435
|
+
"command.stashDropEditor": "Drop Stash",
|
|
427
436
|
"command.stashIncludeUntracked": "Stash (Incluir Não Controlado)",
|
|
428
437
|
"command.stashPop": "Aplicar e Remover Stash...",
|
|
438
|
+
"command.stashPopEditor": "Pop Stash",
|
|
429
439
|
"command.stashPopLatest": "Aplicar e Remover Stash Mais Recente",
|
|
430
440
|
"command.stashStaged": "Stash Preparado",
|
|
441
|
+
"command.stashView": "View Stash...",
|
|
431
442
|
"command.sync": "Sincronizar",
|
|
432
443
|
"command.syncRebase": "Sincronizar (Trocar Base)",
|
|
433
444
|
"command.timelineCompareWithSelected": "Comparar com o Selecionado",
|
|
434
445
|
"command.timelineCopyCommitId": "Copiar ID de Confirmação",
|
|
435
446
|
"command.timelineCopyCommitMessage": "Copiar Mensagem de Confirmação",
|
|
436
|
-
"command.timelineOpenCommit": "Abrir Commit",
|
|
437
447
|
"command.timelineOpenDiff": "Abrir as Alterações",
|
|
438
448
|
"command.timelineSelectForCompare": "Selecionar para Comparar",
|
|
439
449
|
"command.undoCommit": "Desfazer Última Confirmação",
|
|
440
450
|
"command.unstage": "Despreparar Alterações",
|
|
441
451
|
"command.unstageAll": "Despreparar Todas as Alterações",
|
|
442
452
|
"command.unstageSelectedRanges": "Despreparar Intervalos Selecionados",
|
|
443
|
-
"command.
|
|
444
|
-
"command.
|
|
453
|
+
"command.viewAllChanges": "View All Changes",
|
|
454
|
+
"command.viewCommit": "View Commit",
|
|
445
455
|
"config.allowForcePush": "Controla se o envio forçado por push (com ou sem concessão) está habilitado.",
|
|
446
456
|
"config.allowNoVerifyCommit": "Controla se as confirmações sem executar ganchos pre-commit e commit-msg são permitidas.",
|
|
447
457
|
"config.alwaysShowStagedChangesResourceGroup": "Sempre mostrar o grupo de recursos Alterações em Etapas.",
|
|
@@ -490,7 +500,7 @@
|
|
|
490
500
|
"config.detectSubmodules": "Controla se os submódulos do Git devem ser detectados automaticamente.",
|
|
491
501
|
"config.detectSubmodulesLimit": "Controla o limite de submódulos do Git detectados.",
|
|
492
502
|
"config.discardAllScope": "Controla as alterações que são descartadas pelo comando `Discard all changes`. `all` descarta todas as alterações. `tracked` descarta somente arquivos controlados. `prompt` mostra uma caixa de diálogo de aviso toda vez que a ação é executada.",
|
|
493
|
-
"config.enableCommitSigning": "
|
|
503
|
+
"config.enableCommitSigning": "Enables commit signing with GPG, X.509, or SSH.",
|
|
494
504
|
"config.enableSmartCommit": "Confirmar todas as alterações quando não houver alterações preparadas.",
|
|
495
505
|
"config.enableStatusBarSync": "Controla se o comando de sincronização do Git aparece na barra de status.",
|
|
496
506
|
"config.enabled": "Se o Git está habilitado.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"The current file has uncommitted changes. Please commit your changes before copying a link.": "O arquivo atual tem alterações sem commit. Faça commit de suas alterações antes de copiar um link.",
|
|
43
43
|
"The fork \"{0}\" was successfully created on GitHub.": "A bifurcação \"{0}\" foi criada com êxito no GitHub.",
|
|
44
44
|
"Uploading files": "Carregando os arquivos",
|
|
45
|
-
"You don
|
|
45
|
+
"You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "Você não tem permissões para efetuar push para \"{0}/{1}\" no GitHub. Em vez disso, deseja criar um fork e efetuar push para ele?",
|
|
46
46
|
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "Seu push para \"{0}/{1}\" foi rejeitado pelo GitHub porque a proteção push está habilitada e um ou mais segredos foram detectados."
|
|
47
47
|
},
|
|
48
48
|
"package": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "Altera uma ou mais propriedades de uma cor.",
|
|
35
35
|
"Changes the alpha component for a color.": "Altera o componente alfa para uma cor.",
|
|
36
36
|
"Changes the hue of a color.": "Altera o matiz de uma cor.",
|
|
37
|
-
"Character entity representing
|
|
38
|
-
"Character entity representing
|
|
37
|
+
"Character entity representing '{0}'": "Character entity representing '{0}'",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "Character entity representing '{0}', unicode equivalent '{1}'",
|
|
39
39
|
"Closing bracket expected.": "Colchete de fechamento esperado.",
|
|
40
40
|
"Closing bracket missing.": "Colchete de fechamento ausente.",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "Combina várias listas em uma única lista multidimensional.",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "arco cosseno - inverso da função cosseno",
|
|
181
181
|
"arcsine - inverse of sine function": "arco seno - inverso da função seno",
|
|
182
182
|
"arctangent - inverse of tangent function": "arco tangente - inverso da função tangente",
|
|
183
|
-
"argument from
|
|
183
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
184
184
|
"at-rule or selector expected": "na regra ou seletor esperado",
|
|
185
185
|
"at-rule unknown": "em regra desconhecida",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "associar a avaliação de um conjunto de regras a cada membro de uma lista.",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "$ref '{0}' in '{1}' can not be resolved.",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "Um valor padrão. Usado pelas sugestões.",
|
|
15
15
|
"A descriptive title of the element.": "Um título descritivo do elemento.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "Uma expressão regular com a qual corresponder a cadeia. Não é ancorada implicitamente.",
|
|
22
22
|
"A schema which must not match.": "Um esquema que não deve corresponder.",
|
|
23
23
|
"A unique identifier for the schema.": "Um identificador exclusivo para o esquema.",
|
|
24
|
-
"An array instance is valid against
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.",
|
|
25
25
|
"An array of schemas, all of which must match.": "Uma matriz de esquemas, todos os quais devem corresponder.",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "Uma matriz de esquemas, exatamente um dos quais deve corresponder.",
|
|
27
27
|
"An array of schemas, where at least one must match.": "Uma matriz de esquemas, em que pelo menos um deve corresponder.",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"Describes the content encoding of a string property.": "Descreve a codificação de conteúdo de uma propriedade de cadeia.",
|
|
46
46
|
"Describes the format expected for the value.": "Descreve o formato esperado para o valor.",
|
|
47
47
|
"Describes the media type of a string property.": "Descreve o tipo de mídia de uma propriedade de cadeia.",
|
|
48
|
-
"Downloading schemas is disabled through setting
|
|
48
|
+
"Downloading schemas is disabled through setting '{0}'": "O download de esquemas está desabilitado pela configuração '{0}'",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "O download de esquemas está desabilitado. Clique para configurar.",
|
|
50
50
|
"Draft-03 schemas are not supported.": "Não há suporte para esquemas draft-03.",
|
|
51
|
-
"Duplicate anchor declaration:
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "Duplicate anchor declaration: '{0}'",
|
|
52
52
|
"Duplicate object key": "Chave de objeto duplicada",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Um esquema ou um booliano. Se for um esquema, então usado para validar todas as propriedades não correspondidas por \"properties\" ou \"patternProperties\". Se for falso, qualquer propriedade não correspondida por nenhuma das propriedades causará a falha desse esquema.",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Uma cadeia de um dos tipos de esquema básicos (número, inteiro, nulo, matriz, objeto, booliano, cadeia) ou uma matriz de cadeias de caracteres especificando um subconjunto desses tipos.",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "Extensão Abrir",
|
|
96
96
|
"Open Settings": "Abrir Configurações",
|
|
97
97
|
"Outline": "Estrutura do Código",
|
|
98
|
-
"Problem reading content from
|
|
99
|
-
"Problems loading reference
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "Problems loading reference '{0}': {1}",
|
|
100
100
|
"Property expected": "Propriedade esperada",
|
|
101
101
|
"Property keys must be doublequoted": "As chaves de propriedade devem ter aspas duplas",
|
|
102
102
|
"Property {0} is not allowed.": "A propriedade {0} não é permitida.",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "A cadeia não é um endereço IPv6.",
|
|
118
118
|
"String is not an e-mail address.": "A cadeia não é um endereço de email.",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "A cadeia é menor que o comprimento mínimo de {0}.",
|
|
120
|
-
"The
|
|
121
|
-
"The
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "The \"else\" subschema is used for validation when the \"if\" subschema fails.",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.",
|
|
122
122
|
"The maximum length of a string.": "O comprimento máximo de uma cadeia de caracteres.",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "O número máximo de itens que podem estar dentro de uma matriz. Inclusivo.",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "O número máximo de propriedades que um objeto pode ter. Inclusivo.",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "O esquema para verificar esse documento.",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "O esquema usa recursos meta-schema ({0}) que ainda não são compatíveis com o validador.",
|
|
132
132
|
"The set of literal values that are valid.": "O conjunto de valores literais que são válidos.",
|
|
133
|
-
"The validation outcome of the
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.",
|
|
134
134
|
"Trailing comma": "Vírgula à direita",
|
|
135
135
|
"URI expected.": "URI esperado.",
|
|
136
136
|
"URI is expected.": "O URI é esperado.",
|
|
137
137
|
"URI with a scheme is expected.": "É esperado um URI com um esquema.",
|
|
138
138
|
"Unable to compute used schemas: No document": "Não é possível calcular os esquemas usados: Nenhum documento",
|
|
139
139
|
"Unable to compute used schemas: {0}": "Não é possível calcular os esquemas usados: {0}",
|
|
140
|
-
"Unable to load schema from
|
|
141
|
-
"Unable to load schema from
|
|
142
|
-
"Unable to load schema from
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "Unable to load schema from '{0}'. No schema request service available",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "Unable to load schema from '{0}': No content.",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "Unable to load schema from '{0}': {1}.",
|
|
143
143
|
"Unable to load {0}": "Não é possível carregar {0}",
|
|
144
|
-
"Unable to parse content from
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "Unable to parse content from '{0}': Parse error at offset {1}.",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "Não é possível resolver o esquema. Clique para tentar novamente.",
|
|
146
146
|
"Unexpected end of comment.": "Fim inesperado do comentário.",
|
|
147
147
|
"Unexpected end of number.": "Fim inesperado do número.",
|