Skip to content

Commit

Permalink
chore: add language support for Japanese (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe authored Dec 12, 2023
1 parent f96b33d commit e6d8094
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Monitor Pro is a comprehensive resource monitoring tool designed to help you tra
- [x] **Remote SSH Resources Monitor**: You can keep track of important system metrics on a remote SSH-connected device.
- [ ] **High Occupancy Alert**: Receive alerts when any of the monitored resources reach a high occupancy level.
- [ ] **Dashboard**: I want to display information all you care about in a page with abundant charts.
- [x] **Multiple Languages**: English、简体中文、繁體中文
- [x] **Multiple Languages**: English、简体中文、繁體中文、日本語

## Vision

Expand Down
13 changes: 13 additions & 0 deletions locales/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"config.metrics": "有効にしたい監視リソースを並べ替えることができます",
"config.refresh-interval": "リソース情報の更新間隔",
"metric.battery.name": "バッテリー状態",
"metric.cpu.name": "CPU使用率",
"metric.cpuSpeed.name": "プロセッサ速度",
"metric.cpuTemp.name": "CPU温度",
"metric.fileSystem.name": "ファイルシステムの使用状況 (書き込み/読み取り)",
"metric.memoryActive.name": "アクティブメモリ (バッファ/キャッシュを除く)",
"metric.memoryUsed.name": "使用メモリ (バッファ/キャッシュを含む)",
"metric.network.name": "ネットワーク使用量 (ダウンストリーム/アップストリーム)",
"metric.osDistro.name": "オペレーティング システムのディストリビューション"
}

0 comments on commit e6d8094

Please sign in to comment.