From aa3bedf6ef46096b995f27886fd1ca1393331ed6 Mon Sep 17 00:00:00 2001 From: Frank Ebel Date: Sat, 5 Aug 2023 15:37:32 +0200 Subject: [PATCH 1/4] docs: update Arch documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc2177..b0f6df1 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ sudo apt install kdiskmark ### Arch based distros -KDiskMark is included in the official [community](https://www.archlinux.org/packages/community/x86_64/kdiskmark/) repo. You can install it like any other package: +KDiskMark is included in the official [extra](https://www.archlinux.org/packages/extra/x86_64/kdiskmark/) repo. You can install it like any other package: ```bash sudo pacman -Syu kdiskmark ``` From 22355bc0b67af5b6ff0273d064c90ae382903374 Mon Sep 17 00:00:00 2001 From: buckmelanoma <43704682+buckmelanoma@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:54:53 -0800 Subject: [PATCH 2/4] Add icons to menu items Adds icons to menu items where it makes sense --- src/mainwindow.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8c5b7e7..c97621f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -59,6 +59,18 @@ MainWindow::MainWindow(QWidget *parent) ui->comboBox_Storages->setItemDelegate(new StorageItemDelegate()); + ui->actionCopy->setIcon(QIcon::fromTheme("edit-copy")); + ui->actionSave->setIcon(QIcon::fromTheme("document-save")); + ui->actionExit->setIcon(QIcon::fromTheme("application-exit")); + ui->menuTest_Data->setIcon(QIcon::fromTheme("distribute-randomize")); + ui->actionQueues_Threads->setIcon(QIcon::fromTheme("configure")); + ui->actionTheme_Use_Fusion->setIcon(QIcon::fromTheme("preferences-desktop-color")); + ui->actionTheme_Stylesheet_Light->setIcon(QIcon::fromTheme("color-picker-white")); + ui->actionTheme_Stylesheet_Dark->setIcon(QIcon::fromTheme("color-picker-black")); + ui->actionTheme_Do_not_apply->setIcon(QIcon::fromTheme("edit-undo")); + ui->actionAbout->setIcon(QIcon::fromTheme("kdiskmark")); + ui->menuLanguage->setIcon(QIcon::fromTheme("language-chooser")); + ui->actionDefault->setProperty("profile", Global::PerformanceProfile::Default); ui->actionDefault->setProperty("mixed", false); ui->actionPeak_Performance->setProperty("profile", Global::PerformanceProfile::Peak); From 071d2c5d92bf660b810c85f9aaf3b7606c078990 Mon Sep 17 00:00:00 2001 From: MahtiAnkka <48694735+mahtiankka@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:22:37 +0200 Subject: [PATCH 3/4] Added finnish translation --- data/kdiskmark.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/data/kdiskmark.desktop b/data/kdiskmark.desktop index fd0f20c..68bc3bf 100644 --- a/data/kdiskmark.desktop +++ b/data/kdiskmark.desktop @@ -5,6 +5,7 @@ Comment=A disk drive benchmark tool Comment[cs]=Nástroj pro otestování výkonnosti datového úložiště Comment[de]=Ein Festplatten-Benchmark-Tool Comment[es_MX]=Una herramienta para benchmark de unidades de disco +Comment[fi]=Kiintolevyn suorituskyvyn mittaus ja testaus Comment[fr]=Un outil pour mesurer la performance des disques physiques Comment[hu]=Lemezek teljesítményét mérő alkalmazás Comment[it]=Uno strumento per misurare le prestazioni di dischi e memorie fisiche From 971fdc2c30114cfe0f6f63c8680a72c0b7e5df38 Mon Sep 17 00:00:00 2001 From: MahtiAnkka <48694735+mahtiankka@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:23:54 +0200 Subject: [PATCH 4/4] Added finnish translation --- data/translations/kdiskmark_fi_FI.ts | 509 +++++++++++++++++++++++++++ 1 file changed, 509 insertions(+) create mode 100644 data/translations/kdiskmark_fi_FI.ts diff --git a/data/translations/kdiskmark_fi_FI.ts b/data/translations/kdiskmark_fi_FI.ts new file mode 100644 index 0000000..c812f52 --- /dev/null +++ b/data/translations/kdiskmark_fi_FI.ts @@ -0,0 +1,509 @@ + + + + + About + + + About KDiskMark + Tietoja KDiskMark + + + + Version: + Versio: + + + + License: + Lisenssi: + + + + Author: + Tekiä: + + + + E-mail: + Sähköposti: + + + + Flexible I/O Tester: + Flexible I/O Tester: + + + + Application Icon: + Sovelluskuvake: + + + + Benchmark + + + Preparing... + Valmistellaan... + + + + Sequential Read %1/%2 + Perättäinen luku %1/%2 + + + + Random Read %1/%2 + Satunnainen luku %1/%2 + + + + Sequential Write %1/%2 + Pärättäinen kirjoitus %1/%2 + + + + Random Write %1/%2 + Satunnainen kirjoitus %1/%2 + + + + Sequential Mix %1/%2 + Pärättäinen mix %1/%2 + + + + Random Mix %1/%2 + Satunnainen mix %1/%2 + + + + Interval Time %1/%2 sec + Aikaväli %1/%2 sek + + + + Could not obtain administrator privileges. + Ei saatu järjestelmänvalvojan oikeuksia. + + + + MainWindow + + + + All + Kaikki + + + + + + MB/s + MB/s + + + + GB/s + GB/s + + + + + + IOPS + IOPS + + + + + + μs + μs + + + + + + Read + Luku + + + + + + Write + Kirjoitus + + + + + Mix + Mix + + + + File + Tiedosto + + + + Settings + Asetukset + + + + Test Data + Testi data + + + + Profile + Profiili + + + + Help + Ohje + + + + Language + Kieli + + + + Theme + Teema + + + + About KDiskMark + Tietoja KDiskMark + + + + Queues && Threads + Jonot & & Säikeet + + + + Copy + Kopioi + + + + Save + Tallenna + + + + Exit + Poistu + + + + Default + Oletus + + + + Peak Performance + Tehopiikki + + + + Real World Performance + Todellinen suorituskyky + + + + Default [+Mix] + Oletus [+Mix] + + + + Peak Performance [+Mix] + Tehopiikki [+Mix] + + + + Real World Performance [+Mix] + Todellinen suorituskyky [+Mix] + + + + Flush Pagecache + Tyhjennä sivuvälimuisti + + + + Demo + Demo + + + + Read and Write [+Mix] + Luku ja kirjoitus [+Mix] + + + + Read [+Mix] + Luku [+Mix] + + + + Write [+Mix] + Kirjoitus [+Mix] + + + + Random + Satunnainen + + + + Fill with zeros + Täytä nollilla + + + + Standard Preset + Standardi asetus + + + + NVMe SSD + NVMe SSD + + + + Use Fusion + Käytä Fusion + + + + Stylesheet Light + Tyylisivu vaalea + + + + Stylesheet Dark + Tyylisivu tumma + + + + Do not apply + Älä lisää + + + + Use O_DIRECT + Käytä O_DIRECT + + + + The device is encrypted. Performance may drop. + Laite on salattu. Suorituskyky voi laskea. + + + + + Add a directory + Lisää hakemisto + + + + + + MiB + MiB + + + + + GiB + GiB + + + + + KiB + KiB + + + + Bytes + Bytes + + + + TiB + TiB + + + + PiB + PiB + + + + + + + + Stop + Seis + + + + Stopping... + Pysäytetään... + + + + Not available + Ei saatavilla + + + + Directory is not specified. + Hakemistoa ei ole määritetty. + + + + Confirmation + Vahvistus + + + + Benchmark Failed + Mittaaminen epäonnistui + + + + QObject + + + <h2>%1 %2 %3<br/>Queues=%4<br/>Threads=%5%6</h2> + <h2>%1 %2 %3<br/>Jonot=%4<br/>Säikeet=%5%6</h2> + + + + Sequential + Peräkkäinen + + + + Random + Satunnainen + + + + MiB + MiB + + + + KiB + KiB + + + + <h1>%1 MB/s<br/>%2 GB/s<br/>%3 IOPS<br/>%4 μs</h1> + <h1>%1 MB/s<br/>%2 GB/s<br/>%3 IOPS<br/>%4 μs</h1> + + + + No FIO was found. Please install FIO before using KDiskMark. + FIO-ohjelmaa ei löytynyt. Asenna FIO ennen KDiskMarkin käyttöä. + + + + Settings + + + Settings + Asetukset + + + + Block Size + Lohkon koko + + + + Queues + Jonot + + + + Threads + Säikeet + + + + Profile: Default + Profiili: Oletus + + + + Type + Tyyppi + + + + Profile: Peak Performance + Profiili: Korkea suorituskyky + + + + Profile: Demo + Profiili: Demo + + + + Measuring time + Mittausaika + + + + Interval time + Aikaväli + + + + + sec + sek + + + + + min + min + + + + + + + + + + KiB + KiB + + + + + + + + + + MiB + MiB + + +