1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 06:38:19 +00:00
TiddlyWiki5/languages/pl-PL/Help/default.tid
Maurycy Zarzycki e0561397f1
Added Polish translation (#6079)
* add Polish translation

* tweak Polish translations to make certain things moree readable

primarily changed translation of "story river" to keep using the English
phrase, but also some other phraes that were awkward when I used the
translation

* add polish flag icon

* add polish translation notes

* replace 'ukryte tiddlery' with 'tiddlery-cienie'

Co-authored-by: Maurycy Zarzycki <maurycy@evidentlycube.com>
2021-10-03 09:19:48 +01:00

23 lines
517 B
Plaintext

title: $:/language/Help/default
\define commandTitle()
$:/language/Help/$(command)$
\end
```
użycie: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
Dostępne komendy:
<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>
By otrzymać szczegółowy opis komendy:
```
tiddlywiki --help <command>
```