This commit is contained in:
cuu 2018-12-06 23:00:04 +08:00
parent 114b7ab8c4
commit 2ceba9d8cf
7 changed files with 9 additions and 3 deletions

View File

@ -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()

View File

@ -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)

View File

@ -104,3 +104,4 @@ Confirm Power OFF?=Confirm Power OFF?
Reboot=Reboot
Shutdown=Shutdown
my favourites=my favourites
Check Update=Check Update

View File

@ -107,3 +107,4 @@ Play List=プレイリスト
Music Library=ミュージックライブラリ
Play/Pause=再生/停止
my favourites=お気に入り
Check Update=アップデートをチェック

View File

@ -107,3 +107,4 @@ Play List=음악목록
Music Library=음악라이브러리
Play/Pause=재생/정지
my favourites=내즐겨찾기
Check Update=보기 업데이트

View File

@ -105,3 +105,4 @@ Play List=播放列表
Music Library=乐库
Play/Pause=播放/暂停
my favourites=我的收藏夹
Check Update=检查更新

View File

@ -105,3 +105,4 @@ Play List=播放列表
Music Library=樂庫
Play/Pause=播放/暫停
my favourites=我的收藏夾
Check Update=檢查更新