mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
...
This commit is contained in:
parent
114b7ab8c4
commit
2ceba9d8cf
@ -236,7 +236,7 @@ class UpdatePage(Page):
|
||||
self._Screen.PushPage(self._ConfirmPage)
|
||||
|
||||
self._Screen.Draw()
|
||||
self._ConfirmPage.SnapMsg("Confirm Update to %s ?" % json_["version"] )
|
||||
self._ConfirmPage.SnapMsg(MyLangManager.Tr("ConfirmUpdateToFQ") % json_["version"] )
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
elif "gitversion" in json_: ### just use git to run update
|
||||
@ -255,7 +255,7 @@ class UpdatePage(Page):
|
||||
self._Screen.PushPage(self._ConfirmPage)
|
||||
|
||||
self._Screen.Draw()
|
||||
self._ConfirmPage.SnapMsg("Update to %s ?" % json_["gitversion"] )
|
||||
self._ConfirmPage.SnapMsg(MyLangManager.Tr("UpdateToFQ") % json_["gitversion"] )
|
||||
self._Screen.SwapAndShow()
|
||||
else:
|
||||
self._Screen.Draw()
|
||||
|
||||
@ -75,6 +75,7 @@ class CounterScreen(FullScreen):
|
||||
return
|
||||
self._Counting = False
|
||||
self._Number = 10
|
||||
self._inter_counter = 0
|
||||
|
||||
if self._GobjectIntervalId != -1:
|
||||
gobject.source_remove(self._GobjectIntervalId)
|
||||
|
||||
@ -104,3 +104,4 @@ Confirm Power OFF?=Confirm Power OFF?
|
||||
Reboot=Reboot
|
||||
Shutdown=Shutdown
|
||||
my favourites=my favourites
|
||||
Check Update=Check Update
|
||||
|
||||
@ -107,3 +107,4 @@ Play List=プレイリスト
|
||||
Music Library=ミュージックライブラリ
|
||||
Play/Pause=再生/停止
|
||||
my favourites=お気に入り
|
||||
Check Update=アップデートをチェック
|
||||
|
||||
@ -107,3 +107,4 @@ Play List=음악목록
|
||||
Music Library=음악라이브러리
|
||||
Play/Pause=재생/정지
|
||||
my favourites=내즐겨찾기
|
||||
Check Update=보기 업데이트
|
||||
|
||||
@ -105,3 +105,4 @@ Play List=播放列表
|
||||
Music Library=乐库
|
||||
Play/Pause=播放/暂停
|
||||
my favourites=我的收藏夹
|
||||
Check Update=检查更新
|
||||
|
||||
@ -105,3 +105,4 @@ Play List=播放列表
|
||||
Music Library=樂庫
|
||||
Play/Pause=播放/暫停
|
||||
my favourites=我的收藏夾
|
||||
Check Update=檢查更新
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user