mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 23:46:53 +00:00
Translation of new Help directory on server commands. Plus minor improvements on previous translated strings.
This commit is contained in:
22
languages/fr-FR/Help/default.tid
Normal file
22
languages/fr-FR/Help/default.tid
Normal file
@@ -0,0 +1,22 @@
|
||||
title: $:/language/Help/default
|
||||
|
||||
\define commandTitle()
|
||||
$:/language/Help/$(command)$
|
||||
\end
|
||||
```
|
||||
usage: tiddlywiki [<dossierwiki>] [--<commande> [<arguments>...]...]
|
||||
```
|
||||
|
||||
Liste des commandes disponibles :
|
||||
|
||||
<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>
|
||||
|
||||
Pour obtenir de l'aide sur une commande précise :
|
||||
|
||||
```
|
||||
tiddlywiki --help <command>
|
||||
```
|
||||
Reference in New Issue
Block a user