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

Now supports Brazilian Portuguese language #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 4 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
27 changes: 27 additions & 0 deletions static/locales/ptbr/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"home": "home",
"definitions": "definições",
"submit": "enviar",
"is a deductive reasoning tool": "é uma ferramenta de método dedutivo",
"example": "exemplo",
"context": "contexto",
"argument": "argumento",
"language": "linguagem",
"dialect": "dialeto",
"observer": "observador",
"therefore": "sendo assim",
"are": "são",
"are not": "não são",
"all": "todo",
"some": "algum",
"no": "não",
"argument form": "forma lógica",
"preview": "pré-visualizar",
"new argument": "novo argumento",
"share": "compartilhar",
"categorical proposition": "proposição categórica",

"categorical proposition | definition": "Em lógica, proposição categórica afirma ou nega que, todo ou algum dos membros de uma categoria está incluso em outra.",

"categorical proposition | example": "exemplo: todo humano é mortal"
}