feat: add server-status theme (#295)

*  feat: add server-status theme

* add `ServerStatus` theme to README

---------

Co-authored-by: naiba <hi@nai.ba>
This commit is contained in:
unclezs
2023-11-06 23:46:28 -06:00
committed by GitHub
parent 150612a1d9
commit 470fa69ad9
27 changed files with 1660 additions and 13 deletions

View File

@@ -388,6 +388,12 @@ other = "Disk"
[MemUsed]
other = "RAM"
[CpuUsed]
other = "CPU"
[Virtualization]
other = "Virtualization"
[SwapUsed]
other = "Swap"
@@ -475,6 +481,9 @@ other = "Light Mode"
[DarkMode]
other = "Dark Mode"
[SystemMode]
other = "System Mode"
[GridLayout]
other = "Grid Layout"
@@ -597,3 +606,18 @@ other = "Info"
[HideForGuest]
other = "No display to visitors"
[Feature]
other = "Menu"
[SitePV]
other = "Total page views"
[SitePVUnit]
other = "Page views"
[SiteUV]
other = "Total visitors"
[SiteUVUnit]
other = "Visitors"

View File

@@ -388,6 +388,12 @@ other = "Disco"
[MemUsed]
other = "Memoria"
[CpuUsed]
other = "CPU"
[Virtualization]
other = "Virtualización"
[SwapUsed]
other = "Swap"
@@ -475,6 +481,9 @@ other = "Modo luminoso"
[DarkMode]
other = "Modo oscuro"
[SystemMode]
other = "Modo del sistema"
[GridLayout]
other = "Grid Layout"
@@ -596,4 +605,19 @@ other = "Tema del panel de administración"
other = "Información"
[HideForGuest]
other = "No se muestra a los visitantes"
other = "No se muestra a los visitantes"
[Feature]
other = "Características"
[SitePV]
other = "Número total de visitas al sitio"
[SitePVUnit]
other = "visitas"
[SiteUV]
other = "Número total de visitantes únicos al sitio"
[SiteUVUnit]
other = "visitantes únicos"

View File

@@ -388,6 +388,12 @@ other = "硬盘"
[MemUsed]
other = "内存"
[CpuUsed]
other = "核心"
[Virtualization]
other = "虚拟化"
[SwapUsed]
other = "交换"
@@ -475,6 +481,9 @@ other = "白昼模式"
[DarkMode]
other = "暗黑模式"
[SystemMode]
other = "跟随系统"
[GridLayout]
other = "网格视图"
@@ -596,4 +605,19 @@ other = "管理后台主题"
other = "信息"
[HideForGuest]
other = "对游客隐藏"
other = "对游客隐藏"
[Feature]
other = "功能"
[SitePV]
other = "本站总访问量"
[SitePVUnit]
other = "次"
[SiteUV]
other = "本站总访客数"
[SiteUVUnit]
other = "人次"

View File

@@ -388,6 +388,12 @@ other = "硬盤"
[MemUsed]
other = "內存"
[CpuUsed]
other = "CPU"
[Virtualization]
other = "虛擬化"
[SwapUsed]
other = "交換"
@@ -475,6 +481,9 @@ other = "白晝模式"
[DarkMode]
other = "暗黑模式"
[SystemMode]
other = "系統模式"
[GridLayout]
other = "網格視圖"
@@ -596,4 +605,19 @@ other = "管理後臺主題"
other = "訊息"
[HideForGuest]
other = "對遊客隱藏"
other = "對遊客隱藏"
[Feature]
other = "功能"
[SitePV]
other = "本站總訪問量"
[SitePVUnit]
other = "次"
[SiteUV]
other = "本站總訪問人數"
[SiteUVUnit]
other = "人次"