Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: translate documentation to portuguese #21

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FeatWS
# FeatWS [![About_de](https://github.com/yammadev/flag-icons/blob/master/png/BR.png?raw=true)](https://github.com/bancodobrasil/featws/blob/main/README_ptbr.md)

More details in https://bancodobrasil.github.io/featws/

Expand Down Expand Up @@ -30,11 +30,11 @@ After the rulesheet has been transpiled, we now have to evaluate it, and that's

### [featws-resolver-bridge](https://github.com/bancodobrasil/featws-resolver-bridge)

A "bridge" to access external resolvers that will be needed to resolve the rulesheet
A "bridge" to access external resolvers that will be needed to resolve the rulesheet.

### [featws-resolver-adapter-go](https://github.com/bancodobrasil/featws-resolver-adapter-go)

A library that the resolver needs to use to connect to the above project, the featws-resolver-bridge
A library that the resolver needs to use to connect to the above project, the featws-resolver-bridge.

### [featws-language-vscode](https://github.com/bancodobrasil/featws-language-vscode)

Expand All @@ -46,19 +46,19 @@ This API is responsible for talking directly to the UI, doing CRUD operations on

### [featws-ui](https://github.com/bancodobrasil/featws-ui)

The featws UI, which will consume the featws-API data and show the client
The featws UI, which will consume the featws-API data and show the client.

### [js-featws](https://github.com/bancodobrasil/js-featws)

A FeatWS parser/serializer in JavaScript, makes .featws files readable by javascript
A FeatWS parser/serializer in JavaScript, makes .featws files readable by javascript.

### [grlc](https://github.com/bancodobrasil/grlc)

The .grl extension format generator
The .grl extension format generator.

### [featws.tmbundle](https://github.com/bancodobrasil/featws.tmbundle)

The .featws language description
The .featws language description.



65 changes: 65 additions & 0 deletions README_ptbr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# FeatWS [![About_en](https://github.com/yammadev/flag-icons/blob/master/png/US.png?raw=true)](https://github.com/bancodobrasil/featws/blob/main/README.md)

Mais detalhem em https://bancodobrasil.github.io/featws/

## Premisas

- Liberdade para desenvolvedores e gerentes
- Agilidade
- Núcleo de baixa versão
- Nativo em nuvem
- MultiCloud
- Desempenho
- Resiliência
- Agnóstico
- Código aberto

## Arquitetura

![Arquitetura](featws-arquitetura.png)

## Repositorios

### [featws-transpiler](https://github.com/bancodobrasil/featws-transpiler)

Esse projeto é responsavel por traduzir as folhas de regra do cliente web.

### [featws-ruller](https://github.com/bancodobrasil/featws-ruller)

Após a folha de regra ter sido traduzida, agora temos que avaliá-la, e é isso que o featws-ruller faz.

### [featws-resolver-bridge](https://github.com/bancodobrasil/featws-resolver-bridge)

É uma ponte para acessar resolvers externos que serão necessários para resolver a folha de regras.

### [featws-resolver-adapter-go](https://github.com/bancodobrasil/featws-resolver-adapter-go)

Uma biblioteca que o resolvers precisa usar para se conectar ao projeto acima, o featws-resolver-bridge.

### [featws-language-vscode](https://github.com/bancodobrasil/featws-language-vscode)

A extensão da linguagem featws, no VScode, é baseada nos arquivos .ini, .featws é usada para definir as condições das regras.

### [featws-api](https://github.com/bancodobrasil/featws-api)

Essa API é responsável por falar diretamente com a interface do usuário, realizando operações CRUD nas folhas de regras.

### [featws-ui](https://github.com/bancodobrasil/featws-ui)

É a interface do usuário featws, que consumirá os dados da API featws que mostrará ao cliente.

### [js-featws](https://github.com/bancodobrasil/js-featws)

Um analisador/serializador FeatWS em JavaScript, torna os arquivos .featws legíveis por javascript.

### [grlc](https://github.com/bancodobrasil/grlc)

O gerador de formato de extensão .grl .

### [featws.tmbundle](https://github.com/bancodobrasil/featws.tmbundle)


A descrição do idioma .featws .