lang: added missing translation

This commit is contained in:
Serhiy Mytrovtsiy
2024-03-30 21:01:01 +01:00
parent edca2a0e6d
commit 4f05504c9e
37 changed files with 146 additions and 2 deletions

View File

@@ -238,8 +238,8 @@ internal class DiskView: NSStackView {
self.chartView = ChartView(width: innerWidth)
self.barView = BarView(width: innerWidth, size: size, free: free)
self.legendView = LegendView(width: innerWidth, id: "\(name)_\(path?.absoluteString ?? "")", size: size, free: free)
self.readDataView = DataView(width: innerWidth, title: "\(localizedString("Total bytes read")):")
self.writtenDataView = DataView(width: innerWidth, title: "\(localizedString("Total bytes written")):")
self.readDataView = DataView(width: innerWidth, title: "\(localizedString("Total read")):")
self.writtenDataView = DataView(width: innerWidth, title: "\(localizedString("Total written")):")
if let smart {
self.temperatureView = TemperatureView(width: innerWidth, smart: smart)
self.lifeView = LifeView(width: innerWidth, smart: smart)