mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-29 03:20:27 +00:00
Merge branch 'master' into parameterised-transclusions
This commit is contained in:
commit
54e1083dd6
@ -18,6 +18,8 @@ CopyToClipboard/Caption: copy to clipboard
|
|||||||
CopyToClipboard/Hint: Copy this text to the clipboard
|
CopyToClipboard/Hint: Copy this text to the clipboard
|
||||||
Delete/Caption: delete
|
Delete/Caption: delete
|
||||||
Delete/Hint: Delete this tiddler
|
Delete/Hint: Delete this tiddler
|
||||||
|
DeleteTiddlers/Caption: delete tiddlers
|
||||||
|
DeleteTiddlers/Hint: Delete tiddlers
|
||||||
Edit/Caption: edit
|
Edit/Caption: edit
|
||||||
Edit/Hint: Edit this tiddler
|
Edit/Hint: Edit this tiddler
|
||||||
Encryption/Caption: encryption
|
Encryption/Caption: encryption
|
||||||
|
@ -8,6 +8,7 @@ CloseAll/Button: close all
|
|||||||
ColourPicker/Recent: Recent:
|
ColourPicker/Recent: Recent:
|
||||||
ConfirmCancelTiddler: Do you wish to discard changes to the tiddler "<$text text=<<title>>/>"?
|
ConfirmCancelTiddler: Do you wish to discard changes to the tiddler "<$text text=<<title>>/>"?
|
||||||
ConfirmDeleteTiddler: Do you wish to delete the tiddler "<$text text=<<title>>/>"?
|
ConfirmDeleteTiddler: Do you wish to delete the tiddler "<$text text=<<title>>/>"?
|
||||||
|
ConfirmDeleteTiddlers: Are you sure you wish to delete <<resultCount>> tiddler(s)?
|
||||||
ConfirmOverwriteTiddler: Do you wish to overwrite the tiddler "<$text text=<<title>>/>"?
|
ConfirmOverwriteTiddler: Do you wish to overwrite the tiddler "<$text text=<<title>>/>"?
|
||||||
ConfirmEditShadowTiddler: You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit "<$text text=<<title>>/>"?
|
ConfirmEditShadowTiddler: You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit "<$text text=<<title>>/>"?
|
||||||
ConfirmAction: Do you wish to proceed?
|
ConfirmAction: Do you wish to proceed?
|
||||||
|
@ -115,7 +115,7 @@ function editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {
|
|||||||
// Otherwise, we need to construct a default value for the editor
|
// Otherwise, we need to construct a default value for the editor
|
||||||
switch(this.editField) {
|
switch(this.editField) {
|
||||||
case "text":
|
case "text":
|
||||||
value = "Type the text for the tiddler '" + this.editTitle + "'";
|
value = "";
|
||||||
type = "text/vnd.tiddlywiki";
|
type = "text/vnd.tiddlywiki";
|
||||||
break;
|
break;
|
||||||
case "title":
|
case "title":
|
||||||
|
@ -3,7 +3,7 @@ tags: $:/tags/AdvancedSearch/FilterButton
|
|||||||
|
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
||||||
<$button popup=<<qualify "$:/state/filterDeleteDropdown">> class="tc-btn-invisible">
|
<$button tooltip={{$:/language/Buttons/DeleteTiddlers/Hint}} popup=<<qualify "$:/state/filterDeleteDropdown">> class="tc-btn-invisible">
|
||||||
{{$:/core/images/delete-button}}
|
{{$:/core/images/delete-button}}
|
||||||
</$button>
|
</$button>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
@ -13,13 +13,13 @@ tags: $:/tags/AdvancedSearch/FilterButton
|
|||||||
<div class="tc-block-dropdown tc-edit-type-dropdown">
|
<div class="tc-block-dropdown tc-edit-type-dropdown">
|
||||||
<div class="tc-dropdown-item-plain">
|
<div class="tc-dropdown-item-plain">
|
||||||
<$set name="resultCount" value="""<$count filter={{$:/temp/advancedsearch}}/>""">
|
<$set name="resultCount" value="""<$count filter={{$:/temp/advancedsearch}}/>""">
|
||||||
Are you sure you wish to delete <<resultCount>> tiddler(s)?
|
{{$:/language/ConfirmDeleteTiddlers}}
|
||||||
</$set>
|
</$set>
|
||||||
</div>
|
</div>
|
||||||
<div class="tc-dropdown-item-plain">
|
<div class="tc-dropdown-item-plain">
|
||||||
<$button class="tc-btn">
|
<$button class="tc-btn">
|
||||||
<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>
|
<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>
|
||||||
Delete these tiddlers
|
{{$:/language/Buttons/DeleteTiddlers/Hint}}
|
||||||
</$button>
|
</$button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,6 +18,8 @@ CopyToClipboard/Caption: copier dans le presse-papier
|
|||||||
CopyToClipboard/Hint: Copie ce texte dans le presse-papier
|
CopyToClipboard/Hint: Copie ce texte dans le presse-papier
|
||||||
Delete/Caption: supprimer
|
Delete/Caption: supprimer
|
||||||
Delete/Hint: Supprime ce tiddler
|
Delete/Hint: Supprime ce tiddler
|
||||||
|
DeleteTiddlers/Caption: supprimer les tiddlers
|
||||||
|
DeleteTiddlers/Hint: Supprime ces tiddlers
|
||||||
Edit/Caption: éditer
|
Edit/Caption: éditer
|
||||||
Edit/Hint: Édite ce tiddler
|
Edit/Hint: Édite ce tiddler
|
||||||
Encryption/Caption: chiffrement
|
Encryption/Caption: chiffrement
|
||||||
|
@ -7,8 +7,9 @@ ClassicWarning/Upgrade/Caption: mettre à jour
|
|||||||
CloseAll/Button: tout fermer
|
CloseAll/Button: tout fermer
|
||||||
ColourPicker/Recent: Récent :
|
ColourPicker/Recent: Récent :
|
||||||
ConfirmCancelTiddler: Souhaitez-vous annuler les modifications apportées au tiddler « <$text text=<<title>>/> » ?
|
ConfirmCancelTiddler: Souhaitez-vous annuler les modifications apportées au tiddler « <$text text=<<title>>/> » ?
|
||||||
ConfirmDeleteTiddler: Souhaitez-vous supprimer le tiddler « <$text text=<<title>>/> » ?
|
ConfirmDeleteTiddler: Souhaitez-vous supprimer le tiddler « <$text text=<<title>>/> » ?
|
||||||
ConfirmOverwriteTiddler: Souhaitez-vous supplanter le tiddler « <$text text=<<title>>/> » ?
|
ConfirmDeleteTiddlers: Êtes-vous sûr•e de vouloir supprimer <<resultCount>> tiddler(s) ?
|
||||||
|
ConfirmOverwriteTiddler: Souhaitez-vous supplanter le tiddler « <$text text=<<title>>/> » ?
|
||||||
ConfirmEditShadowTiddler: Vous êtes sur le point d'éditer un ShadowTiddler. Toute modification supplantera la version par défaut du système, rendant les prochaines mises à jour non-triviales. Êtes-vous sûr(e) de vouloir éditer "<$text text=<<title>>/>"?
|
ConfirmEditShadowTiddler: Vous êtes sur le point d'éditer un ShadowTiddler. Toute modification supplantera la version par défaut du système, rendant les prochaines mises à jour non-triviales. Êtes-vous sûr(e) de vouloir éditer "<$text text=<<title>>/>"?
|
||||||
ConfirmAction: Souhaitez-vous poursuivre ?
|
ConfirmAction: Souhaitez-vous poursuivre ?
|
||||||
Count: total
|
Count: total
|
||||||
|
@ -18,6 +18,8 @@ CopyToClipboard/Caption: 复制到剪贴板
|
|||||||
CopyToClipboard/Hint: 将此文本复制到剪贴板
|
CopyToClipboard/Hint: 将此文本复制到剪贴板
|
||||||
Delete/Caption: 删除
|
Delete/Caption: 删除
|
||||||
Delete/Hint: 删除此条目
|
Delete/Hint: 删除此条目
|
||||||
|
DeleteTiddlers/Caption: 删除条目
|
||||||
|
DeleteTiddlers/Hint: 删除条目
|
||||||
Edit/Caption: 编辑
|
Edit/Caption: 编辑
|
||||||
Edit/Hint: 编辑此条目
|
Edit/Hint: 编辑此条目
|
||||||
Encryption/Caption: 加密
|
Encryption/Caption: 加密
|
||||||
|
@ -8,6 +8,7 @@ CloseAll/Button: 全部关闭
|
|||||||
ColourPicker/Recent: 最近︰
|
ColourPicker/Recent: 最近︰
|
||||||
ConfirmCancelTiddler: 您确定要放弃对条目 "<$text text=<<title>>/>" 的更改?
|
ConfirmCancelTiddler: 您确定要放弃对条目 "<$text text=<<title>>/>" 的更改?
|
||||||
ConfirmDeleteTiddler: 您确定要删除条目 "<$text text=<<title>>/>"?
|
ConfirmDeleteTiddler: 您确定要删除条目 "<$text text=<<title>>/>"?
|
||||||
|
ConfirmDeleteTiddlers: 您确定要删除 <<resultCount>> 个条目?
|
||||||
ConfirmOverwriteTiddler: 您确定要复写条目 "<$text text=<<title>>/>"?
|
ConfirmOverwriteTiddler: 您确定要复写条目 "<$text text=<<title>>/>"?
|
||||||
ConfirmEditShadowTiddler: 您即将要编辑默认条目,任何更改将会复盖默认的系统,使未来的升级不寻常。您确定要编辑 "<$text text=<<title>>/>"?
|
ConfirmEditShadowTiddler: 您即将要编辑默认条目,任何更改将会复盖默认的系统,使未来的升级不寻常。您确定要编辑 "<$text text=<<title>>/>"?
|
||||||
ConfirmAction: 是否要继续?
|
ConfirmAction: 是否要继续?
|
||||||
|
@ -18,6 +18,8 @@ CopyToClipboard/Caption: 複製到剪貼簿
|
|||||||
CopyToClipboard/Hint: 將此文字複製到剪貼簿
|
CopyToClipboard/Hint: 將此文字複製到剪貼簿
|
||||||
Delete/Caption: 刪除
|
Delete/Caption: 刪除
|
||||||
Delete/Hint: 刪除此條目
|
Delete/Hint: 刪除此條目
|
||||||
|
DeleteTiddlers/Caption: 刪除條目
|
||||||
|
DeleteTiddlers/Hint: 刪除條目
|
||||||
Edit/Caption: 編輯
|
Edit/Caption: 編輯
|
||||||
Edit/Hint: 編輯此條目
|
Edit/Hint: 編輯此條目
|
||||||
Encryption/Caption: 加密
|
Encryption/Caption: 加密
|
||||||
|
@ -8,6 +8,7 @@ CloseAll/Button: 全部關閉
|
|||||||
ColourPicker/Recent: 最近︰
|
ColourPicker/Recent: 最近︰
|
||||||
ConfirmCancelTiddler: 您確定要放棄對條目 "<$text text=<<title>>/>" 的更改?
|
ConfirmCancelTiddler: 您確定要放棄對條目 "<$text text=<<title>>/>" 的更改?
|
||||||
ConfirmDeleteTiddler: 您確定要刪除條目 "<$text text=<<title>>/>"?
|
ConfirmDeleteTiddler: 您確定要刪除條目 "<$text text=<<title>>/>"?
|
||||||
|
ConfirmDeleteTiddlers: 您確定要刪除 <<resultCount>> 個條目?
|
||||||
ConfirmOverwriteTiddler: 您確定要覆寫條目 "<$text text=<<title>>/>"?
|
ConfirmOverwriteTiddler: 您確定要覆寫條目 "<$text text=<<title>>/>"?
|
||||||
ConfirmEditShadowTiddler: 您即將要編輯預設條目,任何更改將會覆蓋預設的系統,使未來的升級不尋常。您確定要編輯 "<$text text=<<title>>/>"?
|
ConfirmEditShadowTiddler: 您即將要編輯預設條目,任何更改將會覆蓋預設的系統,使未來的升級不尋常。您確定要編輯 "<$text text=<<title>>/>"?
|
||||||
ConfirmAction: 是否要繼續?
|
ConfirmAction: 是否要繼續?
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tiddlywiki",
|
"name": "tiddlywiki",
|
||||||
"preferGlobal": "true",
|
"preferGlobal": "true",
|
||||||
"version": "5.2.4",
|
"version": "5.2.4-prerelease",
|
||||||
"author": "Jeremy Ruston <jeremy@jermolene.com>",
|
"author": "Jeremy Ruston <jeremy@jermolene.com>",
|
||||||
"description": "a non-linear personal web notebook",
|
"description": "a non-linear personal web notebook",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
@ -397,6 +397,7 @@ a.tc-tiddlylink {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: <<colour tiddler-link-foreground>>;
|
color: <<colour tiddler-link-foreground>>;
|
||||||
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
||||||
|
-webkit-touch-callout: none; /* Prevents long presses from bringing up a link preview */
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sidebar-lists a.tc-tiddlylink {
|
.tc-sidebar-lists a.tc-tiddlylink {
|
||||||
|
Loading…
Reference in New Issue
Block a user