File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " language" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : {
55 "zh_tw" : " TREM-Lite Language Plugin"
66 },
77 "loader" : [" setting" , " index" , " yaml" ],
88 "author" : [" cstrikeasia" ],
99 "dependencies" : {
10- "trem" : " >=3.1.0-rc.1 "
10+ "trem" : " >=3.1.0-rc.2 "
1111 },
1212 "resources" : [" AGPL-3.0" ],
1313 "link" : " https://github.com/ExpTechTW/TREM-Language-Plugin"
Original file line number Diff line number Diff line change @@ -154,14 +154,21 @@ html[lang="en-US"] {
154154 .extended-store : before {
155155 content : "TREM Expanded Store" ;
156156 }
157- .extended-download-button : before {
157+ .extended-download-button :: before {
158158 content : "Download" ;
159159 }
160- .extended-update-button : before {
160+ .extended-download-button .downloading ::before {
161+ content : "Downloading..." ;
162+ }
163+ .extended-download-button .downloaded ::before {
164+ content : "Download Success" ;
165+ font-size : 11px ;
166+ }
167+ .extended-update-button ::before {
161168 content : "Update" ;
162169 }
163- .extended-latest-button : before {
164- content : "latest version" ;
170+ .extended-latest-button :: before {
171+ content : "Latest version" ;
165172 }
166173 .p-alert ::before {
167174 content : "P-Alert (when an receiving near real-time intensity)" ;
Original file line number Diff line number Diff line change @@ -147,8 +147,16 @@ html[lang="ja-JP"] {
147147 .extended-download-button : before {
148148 content : "ダウンロード" ;
149149 }
150+ .extended-download-button .downloading ::before {
151+ content : "ダウンロード中..." ;
152+ font-size : 12px ;
153+ }
154+ .extended-download-button .downloaded ::before {
155+ content : "ダウンロード成功" ;
156+ font-size : 12px ;
157+ }
150158 .extended-update-button : before {
151- content : "更新 " ;
159+ content : "更新する " ;
152160 }
153161 .extended-latest-button : before {
154162 content : "最新バージョン" ;
Original file line number Diff line number Diff line change @@ -163,6 +163,12 @@ html[lang="ko-KR"] {
163163 .extended-latest-button : before {
164164 content : "최신 버전입니다" ;
165165 }
166+ .extended-download-button .downloading ::before {
167+ content : "다운로드 중..." ;
168+ }
169+ .extended-download-button .downloaded ::before {
170+ content : "성공 다운로드" ;
171+ }
166172 .p-alert ::before {
167173 content : "P-Alert (거의 실시간에 가까운 강도를 수신하는)" ;
168174 }
Original file line number Diff line number Diff line change @@ -157,12 +157,19 @@ html[lang="vi-VN"] {
157157 .extended-download-button : before {
158158 content : "Tải về" ;
159159 }
160- .extended-update-button : before {
160+ .extended-download-button .downloading ::before {
161+ content : "Đang tải xuống..." ;
162+ font-size : 12px ;
163+ }
164+ .extended-download-button .downloaded ::before {
165+ content : "Tải xuống Thành công" ;
166+ font-size : 9px ;
167+ }
168+ .extended-update-button ::before {
161169 content : "Cập nhật" ;
162170 }
163- .extended-latest-button : before {
171+ .extended-latest-button :: before {
164172 content : "Phiên bản mới nhất" ;
165- font-size : 14px ;
166173 }
167174 .p-alert ::before {
168175 content : "P-Alert (Khi nhận được cường độ gần thời gian thực)" ;
Original file line number Diff line number Diff line change @@ -154,6 +154,12 @@ html[lang="zh-CN"] {
154154 .extended-download-button : before {
155155 content : "下载" ;
156156 }
157+ .extended-download-button .downloading ::before {
158+ content : "下载中..." ;
159+ }
160+ .extended-download-button .downloaded ::before {
161+ content : "下载成功" ;
162+ }
157163 .eew-1 ::before {
158164 content : "EEW(收到地震预警时播放)" ;
159165 }
You can’t perform that action at this time.
0 commit comments