Add Português (Brasil) translation

Thanks to Mauricio Lucas
This commit is contained in:
Jermolene
2018-02-07 15:56:43 +00:00
parent 5754216479
commit 86266c506f
64 changed files with 1326 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
Comandos disponíveis:
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>: <$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
Para obter ajuda detalhada sobre um comando:
```
tiddlywiki --help <command>
```