Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrikeasia committed Dec 3, 2024
1 parent 54b1ca2 commit d0cff3a
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 10 deletions.
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "language",
"version": "1.1.0",
"version": "1.1.1",
"description": {
"zh_tw": "TREM-Lite Language Plugin"
},
"loader": ["setting", "index", "yaml"],
"author": ["cstrikeasia"],
"dependencies": {
"trem": ">=3.1.0-rc.1"
"trem": ">=3.1.0-rc.2"
},
"resources": ["AGPL-3.0"],
"link": "https://github.com/ExpTechTW/TREM-Language-Plugin"
Expand Down
15 changes: 11 additions & 4 deletions lang/en-US/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,21 @@ html[lang="en-US"] {
.extended-store:before {
content: "TREM Expanded Store";
}
.extended-download-button:before {
.extended-download-button::before {
content: "Download";
}
.extended-update-button:before {
.extended-download-button.downloading::before {
content: "Downloading...";
}
.extended-download-button.downloaded::before {
content: "Download Success";
font-size: 11px;
}
.extended-update-button::before {
content: "Update";
}
.extended-latest-button:before {
content: "latest version";
.extended-latest-button::before {
content: "Latest version";
}
.p-alert::before {
content: "P-Alert (when an receiving near real-time intensity)";
Expand Down
10 changes: 9 additions & 1 deletion lang/ja-JP/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,16 @@ html[lang="ja-JP"] {
.extended-download-button:before {
content: "ダウンロード";
}
.extended-download-button.downloading::before {
content: "ダウンロード中...";
font-size: 12px;
}
.extended-download-button.downloaded::before {
content: "ダウンロード成功";
font-size: 12px;
}
.extended-update-button:before {
content: "更新";
content: "更新する";
}
.extended-latest-button:before {
content: "最新バージョン";
Expand Down
6 changes: 6 additions & 0 deletions lang/ko-KR/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ html[lang="ko-KR"] {
.extended-latest-button:before {
content: "최신 버전입니다";
}
.extended-download-button.downloading::before {
content: "다운로드 중...";
}
.extended-download-button.downloaded::before {
content: "성공 다운로드";
}
.p-alert::before {
content: "P-Alert (거의 실시간에 가까운 강도를 수신하는)";
}
Expand Down
13 changes: 10 additions & 3 deletions lang/vi-VN/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,19 @@ html[lang="vi-VN"] {
.extended-download-button:before {
content: "Tải về";
}
.extended-update-button:before {
.extended-download-button.downloading::before {
content: "Đang tải xuống...";
font-size: 12px;
}
.extended-download-button.downloaded::before {
content: "Tải xuống Thành công";
font-size: 9px;
}
.extended-update-button::before {
content: "Cập nhật";
}
.extended-latest-button:before {
.extended-latest-button::before {
content: "Phiên bản mới nhất";
font-size: 14px;
}
.p-alert::before {
content: "P-Alert (Khi nhận được cường độ gần thời gian thực)";
Expand Down
6 changes: 6 additions & 0 deletions lang/zh-CN/setting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ html[lang="zh-CN"] {
.extended-download-button:before {
content: "下载";
}
.extended-download-button.downloading::before {
content: "下载中...";
}
.extended-download-button.downloaded::before {
content: "下载成功";
}
.eew-1::before {
content: "EEW(收到地震预警时播放)";
}
Expand Down

0 comments on commit d0cff3a

Please sign in to comment.