mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
3997ef13b5
@ -1,3 +1,3 @@
|
|||||||
title: $:/core/ui/TiddlerInfo
|
title: $:/core/ui/TiddlerInfo
|
||||||
|
|
||||||
<<tabs "[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" "$:/core/ui/TiddlerInfo/Tools">>
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default="$:/core/ui/TiddlerInfo/References"/>
|
3
core/wiki/config/TiddlerInfoDefault.tid
Normal file
3
core/wiki/config/TiddlerInfoDefault.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/config/TiddlerInfo/Default
|
||||||
|
|
||||||
|
$:/core/ui/TiddlerInfo/Tools
|
@ -6,7 +6,9 @@ tags: $:/tags/Macro
|
|||||||
<$list filter="[tag[$tag$]$sort$]">
|
<$list filter="[tag[$tag$]$sort$]">
|
||||||
<li>
|
<li>
|
||||||
<$link>
|
<$link>
|
||||||
|
<$view field="caption">
|
||||||
<$view field="title"/>
|
<$view field="title"/>
|
||||||
|
</$view>
|
||||||
</$link>
|
</$link>
|
||||||
<$macrocall $name="toc" tag=<<currentTiddler>>/>
|
<$macrocall $name="toc" tag=<<currentTiddler>>/>
|
||||||
</li>
|
</li>
|
||||||
@ -28,7 +30,9 @@ tags: $:/tags/Macro
|
|||||||
{{$:/core/images/down-arrow}}
|
{{$:/core/images/down-arrow}}
|
||||||
</$button>
|
</$button>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
<$view field="caption">
|
||||||
<$view field="title"/>
|
<$view field="title"/>
|
||||||
|
</$view>
|
||||||
</$link>
|
</$link>
|
||||||
<$reveal type="match" state=<<toc-state>> text="open">
|
<$reveal type="match" state=<<toc-state>> text="open">
|
||||||
<$macrocall $name="toc-expandable" tag=<<currentTiddler>> sort="$sort$"/>
|
<$macrocall $name="toc-expandable" tag=<<currentTiddler>> sort="$sort$"/>
|
||||||
@ -61,7 +65,9 @@ tags: $:/tags/Macro
|
|||||||
</$button>
|
</$button>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
</$list>
|
</$list>
|
||||||
|
<$view field="caption">
|
||||||
<$view field="title"/>
|
<$view field="title"/>
|
||||||
|
</$view>
|
||||||
</$link>
|
</$link>
|
||||||
<$reveal type="match" state=<<toc-state>> text="open">
|
<$reveal type="match" state=<<toc-state>> text="open">
|
||||||
<$macrocall $name="toc-selective-expandable" tag=<<currentTiddler>> sort="$sort$"/>
|
<$macrocall $name="toc-selective-expandable" tag=<<currentTiddler>> sort="$sort$"/>
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
created: 20140828080837703
|
||||||
|
modified: 20140828081120491
|
||||||
|
tags: howto
|
||||||
|
title: Configuring the default TiddlerInfo tab
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
The configuration tiddler [[$:/config/TiddlerInfo/Default]] contains the title of the tiddler containing the default tiddler info tab.
|
||||||
|
|
||||||
|
The default value is `$:/core/ui/TiddlerInfo/Tools` corresponding to the ''Tools'' tab. Other possible values are:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]">
|
||||||
|
<li>
|
||||||
|
<$view field="title"/>
|
||||||
|
</li>
|
||||||
|
</$list>
|
||||||
|
</ul>
|
@ -1,10 +1,10 @@
|
|||||||
title: TableOfContentsMacro
|
title: TableOfContentsMacro
|
||||||
tags: macros
|
tags: macros
|
||||||
modified: 20140818180307785
|
modified: 20140828080307785
|
||||||
|
|
||||||
The table of contents macro produces a hierarchical tree of tiddlers based on their tags.
|
The table of contents macro produces a hierarchical tree of tiddlers based on their tags.
|
||||||
|
|
||||||
The top level entries of the table of contents are defined by a root tag. The subentries under each of those entries are tagged with the title of the entry. Entries can be ordered using the `list` field as described in TiddlerTags.
|
The top level entries of the table of contents are defined by a root tag. The subentries under each of those entries are tagged with the title of the entry. Entries can be ordered using the `list` field as described in TiddlerTags. The text for each entry is taken from the ''caption'' field if it is present, otherwise the ''title'' is used.
|
||||||
|
|
||||||
There are several variants of the macro:
|
There are several variants of the macro:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20131211220000000
|
created: 20131211220000000
|
||||||
modified: 20131211224900000
|
modified: 20140828224900000
|
||||||
tags: howto
|
tags: howto
|
||||||
title: Saving with TiddlyIE
|
title: Saving with TiddlyIE
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -8,9 +8,8 @@ type: text/vnd.tiddlywiki
|
|||||||
#* https://github.com/davidjade/TiddlyIE/releases
|
#* https://github.com/davidjade/TiddlyIE/releases
|
||||||
# Restart Internet Explorer. IE will prompt you to enable the TiddlyIE add-on.
|
# Restart Internet Explorer. IE will prompt you to enable the TiddlyIE add-on.
|
||||||
#> You may also see a prompt to enable the //Microsoft Script Runtime//
|
#> You may also see a prompt to enable the //Microsoft Script Runtime//
|
||||||
# [[Download]] an empty TiddlyWiki by clicking this button:
|
# [[Download]] an empty TiddlyWiki by saving this link:
|
||||||
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
|
#> http://tiddlywiki.com/empty.html
|
||||||
#> Your browser may ask you to accept the download before it begins
|
|
||||||
# Locate the file you just downloaded
|
# Locate the file you just downloaded
|
||||||
#* You may rename it, but be sure to keep the `.html` extension
|
#* You may rename it, but be sure to keep the `.html` extension
|
||||||
# Open the file in Internet Explorer
|
# Open the file in Internet Explorer
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
title: LinkWidget
|
title: LinkWidget
|
||||||
created: 201310241419
|
created: 201310241419
|
||||||
modified: 201406170837
|
modified: 201408280837
|
||||||
tags: widget
|
tags: widget
|
||||||
|
|
||||||
The `link` widget generates links to tiddlers.
|
The `link` widget generates links to tiddlers. (Use the HTML `<a>` element to generate external links).
|
||||||
|
|
||||||
! Content and Attributes
|
! Content and Attributes
|
||||||
|
|
||||||
|
@ -24,15 +24,15 @@ Encryption/ClearPassword/Caption: lösche Passwort
|
|||||||
Encryption/ClearPassword/Hint: Lösche das Passwort und speichere ohne Verschlüsselung
|
Encryption/ClearPassword/Hint: Lösche das Passwort und speichere ohne Verschlüsselung
|
||||||
Encryption/SetPassword/Caption: ativiere Passwort
|
Encryption/SetPassword/Caption: ativiere Passwort
|
||||||
Encryption/SetPassword/Hint: Definiert ein Passwort, um dieses Wiki zu verschlüsseln
|
Encryption/SetPassword/Hint: Definiert ein Passwort, um dieses Wiki zu verschlüsseln
|
||||||
FullScreen/Caption: vollbild
|
FullScreen/Caption: Vollbild
|
||||||
FullScreen/Hint: Aktivieren oder deaktivieren des Vollbild modus
|
FullScreen/Hint: Aktivieren oder deaktivieren des Vollbild modus
|
||||||
Import/Caption: import
|
Import/Caption: Import
|
||||||
Import/Hint: Importiere Dateien
|
Import/Hint: Importiere Dateien
|
||||||
Info/Caption: info
|
Info/Caption: info
|
||||||
Info/Hint: Informationen zu diesem Tiddler anzeigen
|
Info/Hint: Informationen zu diesem Tiddler anzeigen
|
||||||
Home/Caption: home
|
Home/Caption: home
|
||||||
Home/Hint: Seite neu laden und öffne die standard (default) Tiddler
|
Home/Hint: Öffnen der standard (default) Tiddler
|
||||||
Language/Caption: sprache
|
Language/Caption: Sprache
|
||||||
Language/Hint: Auswahl Dialog für die System Sprache
|
Language/Hint: Auswahl Dialog für die System Sprache
|
||||||
NewTiddler/Caption: neuer Tiddler
|
NewTiddler/Caption: neuer Tiddler
|
||||||
NewTiddler/Hint: Erstelle einen neuen Tiddler
|
NewTiddler/Hint: Erstelle einen neuen Tiddler
|
||||||
@ -42,17 +42,19 @@ Permalink/Caption: permalink
|
|||||||
Permalink/Hint: Die Browser Address Leiste enthält einen Link zu diesem Tiddler
|
Permalink/Hint: Die Browser Address Leiste enthält einen Link zu diesem Tiddler
|
||||||
Permaview/Caption: permaview
|
Permaview/Caption: permaview
|
||||||
Permaview/Hint: Die Browser Address Leiste enthält einen Link zu allen offenen Tiddlern in dieser "Story"
|
Permaview/Hint: Die Browser Address Leiste enthält einen Link zu allen offenen Tiddlern in dieser "Story"
|
||||||
|
Refresh/Caption: aktualisieren
|
||||||
|
Refresh/Hint: Die Seite wird neu in den Browser geladen
|
||||||
Save/Caption: speichern
|
Save/Caption: speichern
|
||||||
Save/Hint: Speichere diesen Tiddler
|
Save/Hint: Speichere diesen Tiddler
|
||||||
SaveWiki/Caption: speichere Änderungen
|
SaveWiki/Caption: Speichern
|
||||||
SaveWiki/Hint: Speichere Änderungen
|
SaveWiki/Hint: Das Wiki speichern
|
||||||
StoryView/Caption: story Modus
|
StoryView/Caption: Story Modus
|
||||||
StoryView/Hint: Auswahl des Anzeige Modus für die "Story"
|
StoryView/Hint: Auswahl des Anzeige Modus für die "Story"
|
||||||
HideSideBar/Caption: Sidebar ausblenden
|
HideSideBar/Caption: Sidebar ausblenden
|
||||||
HideSideBar/Hint: Sidebar ausblenden
|
HideSideBar/Hint: Sidebar ausblenden
|
||||||
ShowSideBar/Caption: Sidebar einblenden
|
ShowSideBar/Caption: Sidebar einblenden
|
||||||
ShowSideBar/Hint: Sidebar eiblenden
|
ShowSideBar/Hint: Sidebar eiblenden
|
||||||
TagManager/Caption: tag manager
|
TagManager/Caption: Tag Manager
|
||||||
TagManager/Hint: Öffne das "Tag Manager"
|
TagManager/Hint: Öffne den "Tag Manager"
|
||||||
Theme/Caption: Thema
|
Theme/Caption: Thema
|
||||||
Theme/Hint: Thema auswählen
|
Theme/Hint: Thema auswählen
|
||||||
|
@ -64,6 +64,12 @@ Basics/Title/Prompt: Titel dieses ~TiddlyWikis:
|
|||||||
Basics/Username/Prompt: Benutzer Signatur zum editieren:
|
Basics/Username/Prompt: Benutzer Signatur zum editieren:
|
||||||
Basics/Version/Prompt: ~TiddlyWiki Version:
|
Basics/Version/Prompt: ~TiddlyWiki Version:
|
||||||
Plugins/Caption: Plugins
|
Plugins/Caption: Plugins
|
||||||
|
Plugins/Disable/Caption: deaktivieren
|
||||||
|
Plugins/Disable/Hint: Deaktivieren sie dieses Plugin beim nächsten Laden der Seite.
|
||||||
|
Plugins/Disabled/Status: (deaktiviert)
|
||||||
|
Plugins/Empty/Hint: keine
|
||||||
|
Plugins/Enable/Caption: aktivieren
|
||||||
|
Plugins/Enable/Hint: Aktivieren sie dieses Plugin beim nächsten Laden der Seite.
|
||||||
Plugins/Language/Prompt: Sprachen
|
Plugins/Language/Prompt: Sprachen
|
||||||
Plugins/Plugin/Prompt: Plugins
|
Plugins/Plugin/Prompt: Plugins
|
||||||
Plugins/Theme/Prompt: Themen
|
Plugins/Theme/Prompt: Themen
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
title: $:/core/de-DE/readme
|
title: $:/core/de-DE/readme
|
||||||
|
|
||||||
<!-- Replace with translation of the readme for the core plugin -->
|
Dieses Plugin enthält die TiddlyWiki Basis Komponenten, bestehend aus:
|
||||||
|
|
||||||
{{$:/core/readme}}
|
* JavaScript Code Module.
|
||||||
|
* Piktogramme (icons).
|
||||||
|
* Vorlagen, die benötigt werden um die TiddlyWiki Oberfläche zu erstellen.
|
||||||
|
* British English (''en-GB'') übersetzbare Texte, die von der TW Basis Software verwendet werden.
|
||||||
|
@ -9,5 +9,6 @@ Listing/Title/Caption: Titel
|
|||||||
Upgrader/Plugins/Suppressed/Incompatible: Unterdrückte, inkompatible oder veraltete "plugins"
|
Upgrader/Plugins/Suppressed/Incompatible: Unterdrückte, inkompatible oder veraltete "plugins"
|
||||||
Upgrader/Plugins/Suppressed/Version: Einige "plugins" weden unterdrückt! Importierte plugins: <<incoming>> sind älter als existierende: <<existing>>.
|
Upgrader/Plugins/Suppressed/Version: Einige "plugins" weden unterdrückt! Importierte plugins: <<incoming>> sind älter als existierende: <<existing>>.
|
||||||
Upgrader/Plugins/Upgraded: Aktualisieren der plugins von: <<incoming>> nach: <<upgraded>>
|
Upgrader/Plugins/Upgraded: Aktualisieren der plugins von: <<incoming>> nach: <<upgraded>>
|
||||||
|
Upgrader/State/Suppressed: Unterdrückte temporäre Status Tiddler
|
||||||
Upgrader/System/Suppressed: Unterdrückte "System Tiddler"
|
Upgrader/System/Suppressed: Unterdrückte "System Tiddler"
|
||||||
Upgrader/ThemeTweaks/Created: Migrieren der "theme tweaks" von: <$text text=<<from>>/>
|
Upgrader/ThemeTweaks/Created: Migrieren der "theme tweaks" von: <$text text=<<from>>/>
|
||||||
|
@ -8,6 +8,7 @@ ConfirmCancelTiddler: Wollen sie die Änderungen im Tiddler: "<$text text=<<titl
|
|||||||
ConfirmDeleteTiddler: Wollen sie den Tiddler: "<$text text=<<title>>/>" löschen?
|
ConfirmDeleteTiddler: Wollen sie den Tiddler: "<$text text=<<title>>/>" löschen?
|
||||||
ConfirmOverwriteTiddler: Tiddler: "<$text text=<<title>>/>" existiert! OK überschreibt den tiddler!
|
ConfirmOverwriteTiddler: Tiddler: "<$text text=<<title>>/>" existiert! OK überschreibt den tiddler!
|
||||||
ConfirmEditShadowTiddler: Sie sind dabei, einen Schatten-Tiddler zu verändern. Zukünftige, automatische Anpassungen werden dadurch unterdrückt. Sie können ihre Änderungen rückgängig machen, indem sie diesen Tiddler wieder löschen. Wollen sie den Tiddler: "<$text text=<<title>>/>" ändern?
|
ConfirmEditShadowTiddler: Sie sind dabei, einen Schatten-Tiddler zu verändern. Zukünftige, automatische Anpassungen werden dadurch unterdrückt. Sie können ihre Änderungen rückgängig machen, indem sie diesen Tiddler wieder löschen. Wollen sie den Tiddler: "<$text text=<<title>>/>" ändern?
|
||||||
|
DropMessage: Hierher ziehen (oder Escape um abzubrechen)
|
||||||
InvalidFieldName: Das Feld: "<$text text=<<fieldName>>/>" enthält illegale Zeichen. Felder müssen klein geschrieben werden. Erlaubte Sonderzeichen sind: Zahlen, Unterstrich (`_`), Minus (`-`) und Punkt (`.`).
|
InvalidFieldName: Das Feld: "<$text text=<<fieldName>>/>" enthält illegale Zeichen. Felder müssen klein geschrieben werden. Erlaubte Sonderzeichen sind: Zahlen, Unterstrich (`_`), Minus (`-`) und Punkt (`.`).
|
||||||
MissingTiddler/Hint: Fehlender Tiddler "<$text text=<<currentTiddler>>/>" - klicken sie {{$:/core/images/edit-button}} um ihn zu erzeugen.
|
MissingTiddler/Hint: Fehlender Tiddler "<$text text=<<currentTiddler>>/>" - klicken sie {{$:/core/images/edit-button}} um ihn zu erzeugen.
|
||||||
RecentChanges/DateFormat: DDth MMM YYYY
|
RecentChanges/DateFormat: DDth MMM YYYY
|
||||||
@ -30,3 +31,4 @@ TagManager/Colour/Heading: Farbe
|
|||||||
TagManager/Count/Heading: Anzahl
|
TagManager/Count/Heading: Anzahl
|
||||||
TagManager/Icon/Heading: Symbol
|
TagManager/Icon/Heading: Symbol
|
||||||
TagManager/Tag/Heading: Tag
|
TagManager/Tag/Heading: Tag
|
||||||
|
UnsavedChangesWarning: TiddlyWiki wurde geändert, aber noch nicht gespeichert!
|
Loading…
Reference in New Issue
Block a user