mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 04:46:57 +00:00
Greek translation
First attempt for translating Greek (Greece)
This commit is contained in:
22
languages/el-GR/Help/default.tid
Normal file
22
languages/el-GR/Help/default.tid
Normal file
@@ -0,0 +1,22 @@
|
||||
title: $:/language/Help/default
|
||||
|
||||
\define commandTitle()
|
||||
$:/language/Help/$(command)$
|
||||
\end
|
||||
```
|
||||
Χρήση: tiddlywiki [<φάκελος wiki>] [--<εντολή> [<ορίσματα>...]...]
|
||||
```
|
||||
|
||||
Διαθέσιμες εντολές:
|
||||
|
||||
<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>
|
||||
|
||||
Για αναλυτική βοήθεια για κάποια εντολή:
|
||||
|
||||
```
|
||||
tiddlywiki --help <εντολή>
|
||||
```
|
||||
Reference in New Issue
Block a user