mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 21:34:51 +00:00
6505e6f448
* putSaver: detect edit conflicts to prevent clobbering, if possible if the server supplies an ETag, we send it back when saving, allowing the server to detect edit conflicts and respond with 412 (cf. https://www.w3.org/1999/04/Editing/) caveats: * this only kicks in after the first save, as we don't have access to the ETag when first loading the document * there's no recovery mechanism (e.g. resetting `this.etag` in order to force clobbering), other than manually reloading the document * putSaver: retrieve ETag upon initialization for clobbering protection this addresses one of the caveats from the previous commit (2d75cb83af
) - while theoretically prone to a race condition, it seems unlikely that saving will be triggered before the server responds * putSaver: simplify URI extraction this simplifies the approach introduced inf51f6bf774
, with the purpose of removing the fragment identifier * putSaver: localize error message * putSaver: switch to built-in HTTP helper in the process, fixed ETag assignment in `#save` method (was `this.etag`, now `self.etag`) as well as a syntax error due to a missing closing brace * putSaver: consolidate URI handling
73 lines
4.3 KiB
Plaintext
73 lines
4.3 KiB
Plaintext
title: $:/language/
|
|
|
|
AboveStory/ClassicPlugin/Warning: It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|http://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:
|
|
BinaryWarning/Prompt: This tiddler contains binary data
|
|
ClassicWarning/Hint: This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See http://tiddlywiki.com/static/Upgrading.html for more details.
|
|
ClassicWarning/Upgrade/Caption: upgrade
|
|
CloseAll/Button: close all
|
|
ColourPicker/Recent: Recent:
|
|
ConfirmCancelTiddler: Do you wish to discard changes to the tiddler "<$text text=<<title>>/>"?
|
|
ConfirmDeleteTiddler: Do you wish to delete 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>>/>"?
|
|
Count: count
|
|
DefaultNewTiddlerTitle: New Tiddler
|
|
DropMessage: Drop here (or use the 'Escape' key to cancel)
|
|
Encryption/Cancel: Cancel
|
|
Encryption/ConfirmClearPassword: Do you wish to clear the password? This will remove the encryption applied when saving this wiki
|
|
Encryption/PromptSetPassword: Set a new password for this TiddlyWiki
|
|
Encryption/Username: Username
|
|
Encryption/Password: Password
|
|
Encryption/RepeatPassword: Repeat password
|
|
Encryption/PasswordNoMatch: Passwords do not match
|
|
Encryption/SetPassword: Set password
|
|
Error/Caption: Error
|
|
Error/EditConflict: File changed on server
|
|
Error/Filter: Filter error
|
|
Error/FilterSyntax: Syntax error in filter expression
|
|
Error/IsFilterOperator: Filter Error: Unknown operand for the 'is' filter operator
|
|
Error/LoadingPluginLibrary: Error loading plugin library
|
|
Error/RecursiveTransclusion: Recursive transclusion error in transclude widget
|
|
Error/RetrievingSkinny: Error retrieving skinny tiddler list
|
|
Error/SavingToTWEdit: Error saving to TWEdit
|
|
Error/WhileSaving: Error while saving
|
|
Error/XMLHttpRequest: XMLHttpRequest error code
|
|
InternalJavaScriptError/Title: Internal JavaScript Error
|
|
InternalJavaScriptError/Hint: Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser
|
|
InvalidFieldName: Illegal characters in field name "<$text text=<<fieldName>>/>". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)
|
|
LazyLoadingWarning: <p>Loading external text from ''<$text text={{!!_canonical_uri}}/>''</p><p>If this message doesn't disappear you may be using a browser that doesn't support external text in this configuration. See http://tiddlywiki.com/#ExternalText</p>
|
|
LoginToTiddlySpace: Login to TiddlySpace
|
|
Manager/Controls/FilterByTag/None: (none)
|
|
Manager/Controls/FilterByTag/Prompt: Filter by tag:
|
|
Manager/Controls/Order/Prompt: Reverse order
|
|
Manager/Controls/Search/Placeholder: Search
|
|
Manager/Controls/Search/Prompt: Search:
|
|
Manager/Controls/Show/Option/Tags: tags
|
|
Manager/Controls/Show/Option/Tiddlers: tiddlers
|
|
Manager/Controls/Show/Prompt: Show:
|
|
Manager/Controls/Sort/Prompt: Sort by:
|
|
Manager/Item/Colour: Colour
|
|
Manager/Item/Fields: Fields
|
|
Manager/Item/Icon/None: (none)
|
|
Manager/Item/Icon: Icon
|
|
Manager/Item/RawText: Raw text
|
|
Manager/Item/Tags: Tags
|
|
Manager/Item/Tools: Tools
|
|
Manager/Item/WikifiedText: Wikified text
|
|
MissingTiddler/Hint: Missing tiddler "<$text text=<<currentTiddler>>/>" - click {{$:/core/images/edit-button}} to create
|
|
No: No
|
|
OfficialPluginLibrary: Official ~TiddlyWiki Plugin Library
|
|
OfficialPluginLibrary/Hint: The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
|
|
PluginReloadWarning: Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to plugins to take effect
|
|
RecentChanges/DateFormat: DDth MMM YYYY
|
|
SystemTiddler/Tooltip: This is a system tiddler
|
|
SystemTiddlers/Include/Prompt: Include system tiddlers
|
|
TagManager/Colour/Heading: Colour
|
|
TagManager/Count/Heading: Count
|
|
TagManager/Icon/Heading: Icon
|
|
TagManager/Info/Heading: Info
|
|
TagManager/Tag/Heading: Tag
|
|
Tiddler/DateFormat: DDth MMM YYYY at hh12:0mmam
|
|
UnsavedChangesWarning: You have unsaved changes in TiddlyWiki
|
|
Yes: Yes
|