-
Notifications
You must be signed in to change notification settings - Fork 2
Vinicius #44
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
Conversation
| <div class="panel panel-default"> | ||
| <div class="panel-heading"> | ||
| <h4 class="panel-title"> | ||
| <a data-toggle="collapse" href="#collapse2">Informações das arestas</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trocar "Informações das arestas" por "{{__("Relations")}}".
Adicionar tradução no pt.json se não existir
| <div class="panel panel-default"> | ||
| <div class="panel-heading"> | ||
| <h4 class="panel-title"> | ||
| <a data-toggle="collapse" href="#collapse3">Informações Gerais</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trocar "Informações Gerais" por "{{__("General Information")}}".
Adicionar tradução no pt.json
| <div class="panel panel-default"> | ||
| <div class="panel-heading"> | ||
| <h4 class="panel-title"> | ||
| <a data-toggle="collapse" href="#collapse1">Informações dos nós</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trocar "Informações dos nós" por "Classes"
| var SubClassOf; | ||
| var DisjointWith; | ||
| var Equivalence; | ||
| var TargetForKey; | ||
| var Instances; | ||
| var label; | ||
| var seeAlso; | ||
| var isDefinedBy; | ||
| var comment; | ||
| var versionInfo; | ||
| var priorVersion; | ||
| var deprecated; | ||
| var incompatibleWith; | ||
| var backwardCompatibleWith; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trocar pra "let" ao invés de "var"


No description provided.