-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #967 from lowcoder-org/dev
Dev -> Main preparation for v2.4.1
- Loading branch information
Showing
1,290 changed files
with
30,819 additions
and
8,332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.0 | ||
2.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
client/packages/lowcoder-cli-template-typescript/src/i18n/comps/locales/pt.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import {en} from "./en" | ||
export const pt: typeof en = { | ||
...en, | ||
"style": { | ||
"textColor": "Cor do Texto", | ||
"contrastText": "Cor de Contraste do Texto", | ||
"accent": "Acento", | ||
"border": "Cor da Borda", | ||
"borderRadius": "Raio da Borda", | ||
"borderWidth": "Grossura da Borda", | ||
"backgroundColor": "Cor de Fundo", | ||
"headerBackground": "Cor do Header", | ||
"footerBackground": "Cor do Footer", | ||
"checkedBackground": "Cor com Seleção", | ||
"uncheckedBackground": "Cor sem Seleção", | ||
"uncheckedBorder": "Borda sem Seleção", | ||
"indicatorBackground": "Cor de Indicação", | ||
"toolbarBackground": "Cor de Fundo da Barra de Informações", | ||
"margin": "Margem", | ||
"padding": "Preenchimento", | ||
"marginLeft": "Margem Esquerda", | ||
"marginRight": "Margem Direita", | ||
"marginTop": "Margem Superior", | ||
"marginBottom": "Margem Inferior", | ||
"minWidth": "Largura Mínima", | ||
"aspectRatio": "Proporção de Tela", | ||
"textSize": "Tamanho do Texto", | ||
}, | ||
"component": { | ||
"data": "Dados Hillchart", | ||
}, | ||
"methods": { | ||
"setPoint": "Definir Ponto", | ||
"invalidInput": "Entrada Inválida", | ||
"requiredField": "{field} é obrigatório", | ||
} | ||
}; |
40 changes: 40 additions & 0 deletions
40
client/packages/lowcoder-cli-template-typescript/src/i18n/comps/locales/ptObj.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import { I18nObjects } from "./types"; | ||
|
||
export const enObj: I18nObjects = { | ||
defaultData: [ | ||
{ | ||
id : 1, | ||
color: 'gray', | ||
description: 'Validação: Integração do Salesforce', | ||
x: 25, | ||
size: 15 | ||
}, | ||
{ | ||
id : 2, | ||
color: 'maroon', | ||
description: 'Renovações', | ||
x: 80, | ||
size: 10 }, | ||
{ | ||
id : 3, | ||
color: 'maroon', | ||
description: 'Rafatoramento: Fancy Pants', | ||
x: 35, | ||
size: 10 | ||
}, | ||
{ | ||
id : 4, | ||
color: 'cyan', | ||
description: 'Refatoramento: Lighthouse Orbs', | ||
x: 45, | ||
size: 10 | ||
}, | ||
{ | ||
id : 5, | ||
color: 'yellow', | ||
description: 'Migração e Atualização de Dados', | ||
x: 50, | ||
size: 20 | ||
} | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.