mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: update README.md
fix: `Support app` -> `Support the application`
This commit is contained in:
@@ -42,7 +42,7 @@ Stats is an application that allows you to monitor your macOS system.
|
||||
- Türkçe (thanks to [yusufozgul](https://github.com/yusufozgul))
|
||||
- Korean (thanks to [escapeanaemia](https://github.com/escapeanaemia))
|
||||
- German (thanks to [natterstefan](https://github.com/natterstefan))
|
||||
- 中文 (繁體) (thanks to [iamch15542](https://github.com/iamch15542))
|
||||
- 中文 (繁體) (thanks to [iamch15542](https://github.com/iamch15542) and [jrthsr700tmax](https://github.com/jrthsr700tmax))
|
||||
- Spanish (thanks to [jcconca](https://github.com/jcconca))
|
||||
- Vietnamese (thanks to [xuandung38](https://github.com/xuandung38))
|
||||
- French (thanks to [RomainLt](https://github.com/RomainLt))
|
||||
@@ -52,6 +52,7 @@ Stats is an application that allows you to monitor your macOS system.
|
||||
- 日本語 (thanks to [treastrain](https://github.com/treastrain))
|
||||
- Portuguese (Portugal) (thanks to [AdamModus](https://github.com/AdamModus))
|
||||
- Czech (thanks to [mpl75](https://github.com/mpl75))
|
||||
- Magyar (thanks to [moriczr](https://github.com/moriczr))
|
||||
|
||||
You can help by adding a new language or improve existing translation.
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ private class SettingsView: NSView {
|
||||
|
||||
self.navigationView.addSubview(self.makeButton(4, title: LocalizedString("Open application settings"), image: "settings", action: #selector(openSettings)))
|
||||
self.navigationView.addSubview(self.makeButton(3, title: LocalizedString("Report a bug"), image: "bug", action: #selector(reportBug)))
|
||||
self.navigationView.addSubview(self.makeButton(2, title: LocalizedString("Support app"), image: "donate", action: #selector(donate)))
|
||||
self.navigationView.addSubview(self.makeButton(2, title: LocalizedString("Support the application"), image: "donate", action: #selector(donate)))
|
||||
self.navigationView.addSubview(self.makeButton(1, title: LocalizedString("Close application"), image: "power", action: #selector(closeApp)))
|
||||
|
||||
self.mainView.frame = NSRect(
|
||||
|
||||
Reference in New Issue
Block a user