mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-04 12:58:01 +00:00
i18n: add more l10n
This commit is contained in:
parent
810b5d5c3e
commit
2579d7f59a
@ -8,3 +8,5 @@ Readonly: <$reveal state="$:/status/IsReadOnly" type="match" text="yes" default=
|
|||||||
Login: Login
|
Login: Login
|
||||||
Logout: Logout
|
Logout: Logout
|
||||||
SaveSnapshot: Save snapshot for offline use
|
SaveSnapshot: Save snapshot for offline use
|
||||||
|
Refresh/Label: Refresh from server
|
||||||
|
Refresh/Button: Get latest changes from the server
|
@ -8,3 +8,5 @@ Readonly: <$reveal state="$:/status/IsReadOnly" type="match" text="yes" default=
|
|||||||
Login: 登录
|
Login: 登录
|
||||||
Logout: 登出
|
Logout: 登出
|
||||||
SaveSnapshot: 保存快照以供离线使用
|
SaveSnapshot: 保存快照以供离线使用
|
||||||
|
Refresh/Label: 从服务器刷新
|
||||||
|
Refresh/Button: 从服务器获取最新变更
|
@ -1,11 +1,17 @@
|
|||||||
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/refresh
|
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/refresh
|
||||||
tags: $:/tags/SyncerDropdown
|
tags: $:/tags/SyncerDropdown
|
||||||
|
|
||||||
\define lingo-base() $:/plugins/tiddlywiki/tiddlyweb/language/
|
\whitespace trim
|
||||||
|
<$let lingo-base="$:/plugins/tiddlywiki/tiddlyweb/language/">
|
||||||
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
<$wikify name=buttonText text="<<lingo Refresh/Button>>">
|
||||||
<$button tooltip="Get latest changes from the server" aria-label="Refresh from server" class="tc-btn-invisible">
|
<$wikify name=ariaLabel text="<<lingo Refresh/Label>>">
|
||||||
<$action-sendmessage $message="tm-server-refresh"/>
|
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
||||||
{{$:/core/images/refresh-button}}<span class="tc-btn-text"><$text text="Get latest changes from the server"/></span>
|
<$button tooltip=<<ariaLabel>> aria-label=<<ariaLabel>> class="tc-btn-invisible">
|
||||||
</$button>
|
<$action-sendmessage $message="tm-server-refresh"/>
|
||||||
</$reveal>
|
{{$:/core/images/refresh-button}}
|
||||||
|
<span class="tc-btn-text"><<buttonText>></span>
|
||||||
|
</$button>
|
||||||
|
</$reveal>
|
||||||
|
</$wikify>
|
||||||
|
</$wikify>
|
||||||
|
</$let>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user