Skip to content

Commit

Permalink
update frontend (tuananh: curr status comp, lang)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaySar12 committed Oct 11, 2024
1 parent 8415c64 commit bf2deb0
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 20 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lang/modules/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const message = {
},
menu: {
home: 'Overview',
apps: 'App Store',
apps: 'Plugins',
website: 'Website',
project: 'Project',
config: 'Config',
Expand Down
79 changes: 76 additions & 3 deletions frontend/src/lang/modules/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ const message = {
unSupportType: 'Loại tệp hiện tại không được hỗ trợ!',
unSupportSize: 'Tệp tải lên vượt quá {0}M, vui lòng kiểm tra!',
fileExist: 'Tệp đã tồn tại trong thư mục hiện tại. Không hỗ trợ tải lên lại!',
/* eslint-disable prettier/prettier */
fileNameErr: 'Bạn chỉ thể tải lên các tệp tên chứa từ 1 đến 256 tự, bao gồm tiếng Anh, tiếng Trung, số hoặc dấu chấm',
fileNameErr:
'Bạn chỉ thể tải lên các tệp tên chứa từ 1 đến 256 tự, bao gồm tiếng Anh, tiếng Trung, số hoặc dấu chấm',
confirmNoNull: 'Đảm bảo giá trị {0} không trống',
errPort: 'Thông tin cổng không chính xác, vui lòng kiểm tra!',
remove: 'Xóa bỏ',
Expand Down Expand Up @@ -198,10 +198,83 @@ const message = {
requiredInput: 'Vui lòng nhập các trường bắt buộc',
illegalInput: 'Có tự không hợp lệ trong trường này',
},
res: {
paramError: 'Yêu cầu không thành công, vui lòng thử lại sau!',
forbidden: 'Người dùng hiện tại không quyền truy cập',
serverError: 'Lỗi dịch vụ',
notFound: 'Tài nguyên không tồn tại',
commonError: 'Yêu cầu không thành công',
},
service: {
serviceNotStarted: 'Dịch vụ {0} hiện chưa được khởi động',
},
status: {
running: 'Đang chạy',
done: 'Hoàn thành',
scanFailed: 'Không hoàn thành',
success: 'Thành công',
waiting: 'Đang chờ',
waiting1: 'Đang chờ',
failed: 'Thất bại',
stopped: 'Đã dừng',
error: 'Lỗi',
created: 'Đã tạo',
restarting: 'Đang khởi động lại',
uploading: 'Đang tải lên',
unhealthy: 'Không ổn định',
removing: 'Đang xóa',
paused: 'Đã tạm dừng',
exited: 'Đã thoát',
dead: 'Đã chết',
installing: 'Đang cài đặt',
enabled: 'Đã kích hoạt',
disabled: 'Đã hiệu hóa',
normal: 'Bình thường',
building: 'Đang xây dựng',
downloaderr: 'Lỗi tải xuống',
upgrading: 'Đang nâng cấp',
upgradeerr: 'Lỗi nâng cấp',
pullerr: 'Lỗi kéo ảnh',
rebuilding: 'Đang xây dựng lại',
deny: 'B từ chối',
accept: 'Đã chấp nhận',
used: 'Đã sử dụng',
unUsed: 'Chưa sử dụng',
starting: 'Đang khởi động',
recreating: 'Đang tạo lại',
creating: 'Đang tạo',
systemrestart: 'Gián đoạn',
init: 'Đang chờ ứng dụng',
ready: 'Bình thường',
applying: 'Đang áp dụng',
applyerror: 'Thất bại',
syncerr: 'Lỗi đồng bộ',
uperr: 'Lỗi tải lên',
},
units: {
second: 'Giây',
minute: 'Phút',
hour: 'Giờ',
day: 'Ngày',
week: 'Tuần',
month: 'Tháng',
year: 'Năm',
time: 'Thời gian',
core: 'Lõi',
millisecond: 'Mili giây',
},
operate: {
down: 'Dừng',
up: 'Bắt đầu',
restart: 'Khởi động lại',
install: 'Cài đặt',
uninstall: 'G cài đặt',
update: 'Cập nhật',
},
},
menu: {
home: 'Tổng quan',
apps: 'Cửa hàng ứng dụng',
apps: 'Tiện ích',
website: 'Trang web',
project: 'D án',
config: 'Cấu hình',
Expand Down
32 changes: 16 additions & 16 deletions frontend/src/views/home/status/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{{ formatNumber(currentInfo.memoryTotal / 1024 / 1024) }} ) MB
</span>
</el-col>
<!-- <el-col :xs="12" :sm="12" :md="6" :lg="6" :xl="6" align="center">
<el-col :xs="12" :sm="12" :md="12" :lg="12" :xl="12" align="center">
<el-popover placement="bottom" :width="200" trigger="hover" v-if="chartsOption['load']">
<el-tag class="tagClass">
{{ $t('home.loadAverage', [1]) }}: {{ formatNumber(currentInfo.load1) }}
Expand All @@ -118,7 +118,7 @@
</el-popover>
<span class="input-help">{{ loadStatus(currentInfo.loadUsagePercent) }}</span>
</el-col>
<template v-for="(item, index) of currentInfo.diskData" :key="index">
<!-- <template v-for="(item, index) of currentInfo.diskData" :key="index">
<el-col :xs="12" :sm="12" :md="6" :lg="6" :xl="6" align="center" v-if="showMore || index < 4">
<el-popover placement="bottom" :width="300" trigger="hover" v-if="chartsOption[`disk${index}`]">
<el-row :gutter="5">
Expand Down Expand Up @@ -221,8 +221,8 @@
</el-tooltip>
<span class="input-help" v-else>{{ item.productName }}</span>
</el-col>
</template>
<el-col :xs="12" :sm="12" :md="6" :lg="6" :xl="6" align="center">
</template> -->
<!-- <el-col :xs="12" :sm="12" :md="12" :lg="12" :xl="12" align="center">
<el-button v-if="!showMore" link type="primary" @click="showMore = true" class="buttonClass">
{{ $t('tabs.more') }}
<el-icon><Bottom /></el-icon>
Expand Down Expand Up @@ -349,18 +349,18 @@ const acceptParams = (current: Dashboard.CurrentInfo, base: Dashboard.BaseInfo,
});
};
// function loadStatus(val: number) {
// if (val < 30) {
// return i18n.global.t('home.runSmoothly');
// }
// if (val < 70) {
// return i18n.global.t('home.runNormal');
// }
// if (val < 80) {
// return i18n.global.t('home.runSlowly');
// }
// return i18n.global.t('home.runJam');
// }
function loadStatus(val: number) {
if (val < 30) {
return i18n.global.t('home.runSmoothly');
}
if (val < 70) {
return i18n.global.t('home.runNormal');
}
if (val < 80) {
return i18n.global.t('home.runSlowly');
}
return i18n.global.t('home.runJam');
}
// const goGPU = () => {
// router.push({ name: 'GPU' });
Expand Down

0 comments on commit bf2deb0

Please sign in to comment.