|
884 | 884 | { |
885 | 885 | "category": "Consistem", |
886 | 886 | "command": "vscode-objectscript.ccs.resolveContextExpression", |
887 | | - "title": "Resolve Context Expression" |
| 887 | + "title": "Ajuda de Contexto" |
888 | 888 | }, |
889 | 889 | { |
890 | 890 | "category": "Consistem", |
891 | 891 | "command": "vscode-objectscript.ccs.goToDefinition", |
892 | | - "title": "Go to Definition" |
| 892 | + "title": "Ir para Definição" |
893 | 893 | }, |
894 | 894 | { |
895 | 895 | "category": "Consistem", |
896 | 896 | "command": "vscode-objectscript.ccs.followDefinitionLink", |
897 | | - "title": "Follow Definition Link" |
| 897 | + "title": "Seguir Link de Definição" |
898 | 898 | }, |
899 | 899 | { |
900 | 900 | "category": "Consistem", |
901 | 901 | "command": "vscode-objectscript.ccs.followSourceAnalysisLink", |
902 | | - "title": "Follow Source Analysis Link" |
| 902 | + "title": "Seguir Link de Análise de Código-Fonte" |
903 | 903 | }, |
904 | 904 | { |
905 | 905 | "category": "Consistem", |
906 | 906 | "command": "vscode-objectscript.ccs.locateTriggers", |
907 | | - "title": "Locate Triggers" |
| 907 | + "title": "Localizar Gatilhos" |
908 | 908 | }, |
909 | 909 | { |
910 | 910 | "category": "Consistem", |
|
914 | 914 | { |
915 | 915 | "category": "Consistem", |
916 | 916 | "command": "vscode-objectscript.ccs.locateTriggers.openLocation", |
917 | | - "title": "Open Located Trigger" |
| 917 | + "title": "Abrir Gatilho Localizado" |
918 | 918 | }, |
919 | 919 | { |
920 | 920 | "category": "Consistem", |
921 | 921 | "command": "vscode-objectscript.ccs.createItem", |
922 | | - "title": "Create Item" |
| 922 | + "title": "Criar Item" |
923 | 923 | }, |
924 | 924 | { |
925 | 925 | "category": "Consistem", |
926 | 926 | "command": "vscode-objectscript.ccs.jumpToTagOffsetCrossEntity", |
927 | | - "title": "Go to Definition (+Offset ^Item)" |
| 927 | + "title": "Ir para Definição (+linha ^Item)" |
928 | 928 | }, |
929 | 929 | { |
930 | 930 | "category": "Consistem", |
931 | 931 | "command": "vscode-objectscript.ccs.jumpToTagOffsetCrossEntity.insertSelection", |
932 | | - "title": "Insert Selection (Quick Pick)", |
| 932 | + "title": "Inserir Seleção (Quick Pick)", |
933 | 933 | "enablement": "inQuickOpen && vscode-objectscript.ccs.jumpToTagQuickPickActive" |
934 | 934 | }, |
935 | 935 | { |
|
1045 | 1045 | "category": "ObjectScript", |
1046 | 1046 | "command": "vscode-objectscript.ccs.getGlobalDocumentation", |
1047 | 1047 | "enablement": "vscode-objectscript.connectActive", |
1048 | | - "title": "Show Global Documentation" |
| 1048 | + "title": "Documentação Global" |
1049 | 1049 | }, |
1050 | 1050 | { |
1051 | 1051 | "category": "ObjectScript", |
|
1317 | 1317 | { |
1318 | 1318 | "category": "Consistem", |
1319 | 1319 | "command": "vscode-objectscript.ccs.convertCurrentItem", |
1320 | | - "title": "Converter Item (Simples)" |
| 1320 | + "title": "Converter Item" |
1321 | 1321 | }, |
1322 | 1322 | { |
1323 | 1323 | "category": "Consistem", |
|
1378 | 1378 | "type": "object", |
1379 | 1379 | "properties": { |
1380 | 1380 | "consistem.globalDocumentation.openInFile": { |
1381 | | - "description": "Open global documentation in a file instead of the Output view.", |
| 1381 | + "description": "Abrir a documentação global em um arquivo em vez da visualização de Saída.", |
1382 | 1382 | "type": "boolean", |
1383 | 1383 | "default": true |
1384 | 1384 | }, |
1385 | 1385 | "consistem.globalDocumentation.filePath": { |
1386 | | - "markdownDescription": "Path to the file where global documentation is written. Relative paths are resolved against the system temporary directory (e.g. %TEMP% on Windows). If empty, defaults to `%TEMP%\\globalDocumentation.txt`.", |
| 1386 | + "markdownDescription": "Caminho do arquivo onde a documentação global será gravada. Caminhos relativos são resolvidos em relação ao diretório temporário do sistema (ex.: %TEMP% no Windows). Se estiver vazio, o padrão será `%TEMP%\\globalDocumentation.txt`.", |
1387 | 1387 | "type": "string", |
1388 | 1388 | "default": "", |
1389 | 1389 | "when": "config.consistem.globalDocumentation.openInFile" |
|
0 commit comments