mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
add localisable strings for plugin library
This commit is contained in:
parent
33bca3d390
commit
a0468a5e6c
@ -52,11 +52,14 @@ Plugins/Disabled/Status: (disabled)
|
||||
Plugins/Empty/Hint: None
|
||||
Plugins/Enable/Caption: enable
|
||||
Plugins/Enable/Hint: Enable this plugin when reloading page
|
||||
Plugins/Install: install
|
||||
Plugins/Installed/Hint: Currently installed plugins:
|
||||
Plugins/Languages/Caption: Languages
|
||||
Plugins/Languages/Hint: Language pack plugins
|
||||
Plugins/OpenPluginLibrary: open plugin library
|
||||
Plugins/Plugins/Caption: Plugins
|
||||
Plugins/Plugins/Hint: Plugins
|
||||
Plugins/Reinstall: reinstall
|
||||
Plugins/Themes/Caption: Themes
|
||||
Plugins/Themes/Hint: Theme plugins
|
||||
Saving/Caption: Saving
|
||||
|
@ -25,6 +25,7 @@ InvalidFieldName: Illegal characters in field name "<$text text=<<fieldName>>/>"
|
||||
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>
|
||||
MissingTiddler/Hint: Missing tiddler "<$text text=<<currentTiddler>>/>" - click {{$:/core/images/edit-button}} to create
|
||||
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
|
||||
|
@ -6,8 +6,8 @@ subtitle: {{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/
|
||||
\define install-plugin-button()
|
||||
<$button>
|
||||
<$action-sendmessage $message="tm-load-plugin-from-library" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>
|
||||
<$list filter="[<assetInfo>get[original-title]get[version]]" variable="installedVersion" emptyMessage="""install""">
|
||||
reinstall
|
||||
<$list filter="[<assetInfo>get[original-title]get[version]]" variable="installedVersion" emptyMessage="""{{$:/language/ControlPanel/Plugins/Install}}""">
|
||||
{{$:/language/ControlPanel/Plugins/Reinstall}}
|
||||
</$list>
|
||||
</$button>
|
||||
\end
|
||||
@ -65,12 +65,12 @@ This plugin is already installed at version <$text text=<<installedVersion>>/>
|
||||
\define load-plugin-library-button()
|
||||
<$button class="tc-btn-big-green">
|
||||
<$action-sendmessage $message="tm-load-plugin-library" url={{!!url}} infoTitlePrefix="$:/temp/RemoteAssetInfo/"/>
|
||||
{{$:/core/images/chevron-right}} open plugin library
|
||||
{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}
|
||||
</$button>
|
||||
\end
|
||||
|
||||
\define display-server-assets(type)
|
||||
Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" default="" type="search" tag="input"/>
|
||||
{{$:/language/Search/Search}}: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" default="" type="search" tag="input"/>
|
||||
<$reveal state="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" type="nomatch" text="">
|
||||
<$button class="tc-btn-invisible">
|
||||
<$action-setfield $tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" $field="text" $value=""/>
|
||||
|
@ -3,4 +3,4 @@ tags: $:/tags/PluginLibrary
|
||||
url: http://tiddlywiki.com/library/v5.1.9/index.html
|
||||
caption: {{$:/language/OfficialPluginLibrary}}
|
||||
|
||||
The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
|
||||
{{$:/language/OfficialPluginLibrary/Hint}}
|
||||
|
@ -52,11 +52,14 @@ Plugins/Disabled/Status: (비활성화됨)
|
||||
Plugins/Empty/Hint: 없음
|
||||
Plugins/Enable/Caption: 활성화
|
||||
Plugins/Enable/Hint: 페이지를 다시 불러올 때 이 플러그인을 활성화합니다
|
||||
Plugins/Install: 설치
|
||||
Plugins/Installed/Hint: 현재 설치된 플러그인:
|
||||
Plugins/Languages/Caption: 언어
|
||||
Plugins/Languages/Hint: 언어 팩 플러그인
|
||||
Plugins/OpenPluginLibrary: 플러그인 라이브러리 열기
|
||||
Plugins/Plugins/Caption: 플러그인
|
||||
Plugins/Plugins/Hint: 플러그인
|
||||
Plugins/Reinstall: 재설치
|
||||
Plugins/Themes/Caption: 테마
|
||||
Plugins/Themes/Hint: 테마 플러그인
|
||||
Saving/Caption: 저장
|
||||
|
@ -27,6 +27,7 @@ InternalJavaScriptError/Hint: 아이 창피해. 브라우저를 새로 고쳐 Ti
|
||||
InvalidFieldName: "<$text text=<<fieldName>>/>" 필드 이름에 잘못된 문자가 있습니다. 필드는 소문자, 숫자 및 밑줄 문자 (`_`), 하이픈 (`-`) 및 마침표 (`.`)만을 포함할 수 있습니다.
|
||||
MissingTiddler/Hint: "<$text text=<<currentTiddler>>/>" 티들러가 없습니다 - 만드려면 {{$:/core/images/edit-button}}을 클릭하세요
|
||||
OfficialPluginLibrary: 공식 ~TiddlyWiki 플러그인 라이브러리
|
||||
OfficialPluginLibrary/Hint: tiddlywiki.com에서의 공식 ~TiddlyWiki 플러그인 라이브러리입니다. 플러그인, 테마 및 언어 팩은 코어 팀이 유지 관리하고 있습니다.
|
||||
PluginReloadWarning: 플러그인의 바뀜을 적용할 수 있도록 하려면 저장 {{$:/core/ui/Buttons/save-wiki}}하고 나서 다시 불러오세요 {{$:/core/ui/Buttons/refresh}}
|
||||
RecentChanges/DateFormat: YYYY년 MMM DD일
|
||||
SystemTiddler/Tooltip: 이것은 시스템 티들러입니다
|
||||
|
Loading…
Reference in New Issue
Block a user