-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.nls.en.json
33 lines (33 loc) · 3.03 KB
/
package.nls.en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"advpl-sintaxe.package.displayName": "ADVPL Analyze, Snippets e GIT",
"advpl-sintaxe.package.description": "Extension of quality analysis and syntax and snippets ADVPL and facilitates the use of GIT.",
"advpl-sintaxe.commands.git.teste": "advpl-sintaxe - Send the commits to branch the VALIDATION!",
"advpl-sintaxe.commands.git.homologacao": "advpl-sintaxe - Send the commits to the branch of RELEASE!",
"advpl-sintaxe.commands.git.producao": "advpl-sintaxe - Send the commits to the PRODUCTION branch!",
"advpl-sintaxe.commands.validacao.projeto": "advpl-sintaxe - Valid Project!",
"advpl-sintaxe.commands.validacao.tags": "advpl-sintaxe - Analysis of TAGS!",
"advpl-sintaxe.commands.git.atualizaBranch": "advpl-sintaxe - Update current Branch!",
"advpl-sintaxe.commands.git.cleanBranches": "advpl-sintaxe - Clean all merged branches in PRODUCTION branch!",
"advpl-sintaxe.configuration.title": "Configuration of Advpl Sintax",
"advpl-sintaxe.configuration.properties.description": "Extension settings Advpl Sintax.",
"advpl-sintaxe.configuration.properties.branchTeste": "GIT branch name of the Test environment.",
"advpl-sintaxe.configuration.properties.branchHomologacao": "GIT branch name of the Homologation environment.",
"advpl-sintaxe.configuration.properties.branchProducao": "GIT branch name of the Production environment.",
"advpl-sintaxe.configuration.properties.ownerDb": "List of Owner's or Databases.",
"advpl-sintaxe.configuration.properties.ownerDb.items": "Name of the database or owner.",
"advpl-sintaxe.configuration.properties.empresas": "List with company codes.",
"advpl-sintaxe.configuration.properties.empresas.items": "Protheus business codes for query validation.",
"advpl-sintaxe.configuration.properties.comentFontPad": "List with source comment lines.",
"advpl-sintaxe.configuration.properties.comentFontPad.items": "Source comment line. (Use search TypeScript default)",
"advpl-sintaxe.configuration.properties.validaProjeto": "Enables project validation.",
"advpl-sintaxe.configuration.properties.cache": "Enables cache of validation.",
"advpl-sintaxe.configuration.properties.tempoValidacao": "Sets the time in milliseconds of the typing validation interval.",
"advpl-sintaxe.configuration.snippets.advpl.mvc": "./i18n/en/snippets/advpl.mvc.json",
"advpl-sintaxe.configuration.snippets.advpl.treport": "./i18n/en/snippets/advpl.treport.json",
"advpl-sintaxe.configuration.snippets.advpl.webservices": "./i18n/en/snippets/advpl.webservices.json",
"advpl-sintaxe.configuration.snippets.advpl.webservicesrest": "./i18n/en/snippets/advpl.webservicesrest.json",
"advpl-sintaxe.configuration.snippets.advpl.comentarios": "./i18n/en/snippets/advpl.comentarios.json",
"contributes.configuration.properties.advplformat.noQueryFormatter": "Disable ADVPL Query formatter.",
"contributes.configuration.properties.advplformat.updateComment": "Update comments for ProtheusDoc.",
"contributes.configuration.properties.advplformat.queryLanguage": "Define query language.\nsql - Standard SQL\nn1ql - Couchbase N1QL\ndb2 - IBM DB2\npl/sql - Oracle PL/SQL"
}