-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add language support for Japanese (#11)
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "オペレーティング システムのディストリビューション" | ||
} |