File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 33 <div class =" fixed z-20 bottom-[30px] right-[30px] opacity-80 hover:opacity-100 transition-all" >
44 <div class =" w-[160px] h-[160px] -z-1 rounded-full bg-brand-600 blur-3xl right-0 -bottom-20 absolute" />
55 <div class =" z-1 relative text-end text-fg-dimmed" >
6- A new version is available <strong >{{ data.version }}</strong ><br >
7- <a :href =" `https://github.com/hywax/mafl/releases/tag/v${data.version}`" class =" border-b border-dashed" target =" _blank" >Visit on github → </a >
6+ {{ $t('update.message') }} <strong >{{ data.version }}</strong ><br >
7+ <a :href =" `https://github.com/hywax/mafl/releases/tag/v${data.version}`" class =" border-b border-dashed" target =" _blank" >{{ $t('update.visit') }} </a >
88 </div >
99 </div >
1010 </Teleport >
Original file line number Diff line number Diff line change 55
66 "service.ping.description" : " Server responded in" ,
77 "service.ping.units" : " ms" ,
8- "service.ping.error" : " Server not responding"
8+ "service.ping.error" : " Server not responding" ,
9+
10+ "update" : {
11+ "message" : " A new version is available" ,
12+ "visit" : " Visit on github →"
13+ }
914}
Original file line number Diff line number Diff line change 55
66 "service.ping.description" : " Время ответа сервера" ,
77 "service.ping.units" : " мс" ,
8- "service.ping.error" : " Сервер не отвечает"
8+ "service.ping.error" : " Сервер не отвечает" ,
9+
10+ "update" : {
11+ "message" : " Доступна новая версия" ,
12+ "visit" : " Перейти в github →"
13+ }
914}
You can’t perform that action at this time.
0 commit comments