Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdiskmark for openSUSE:Factory 
checked in at 2023-06-21 22:38:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdiskmark (Old)
 and      /work/SRC/openSUSE:Factory/.kdiskmark.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdiskmark"

Wed Jun 21 22:38:54 2023 rev:10 rq:1094107 version:3.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdiskmark/kdiskmark.changes      2023-04-16 
16:07:41.601030724 +0200
+++ /work/SRC/openSUSE:Factory/.kdiskmark.new.15902/kdiskmark.changes   
2023-06-21 22:39:42.422316238 +0200
@@ -1,0 +2,8 @@
+Mon Jun 19 20:05:04 UTC 2023 - Dmitry Sidorov <jonma...@gmail.com>
+
+- Update to version 3.1.4
+  * Fixed config directory name to ~/.config/kdiskmark
+  * Hungarian localization correction
+  * Dutch localization
+
+-------------------------------------------------------------------

Old:
----
  KDiskMark-3.1.3.tar.gz

New:
----
  KDiskMark-3.1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdiskmark.spec ++++++
--- /var/tmp/diff_new_pack.gcfDxv/_old  2023-06-21 22:39:42.934319319 +0200
+++ /var/tmp/diff_new_pack.gcfDxv/_new  2023-06-21 22:39:42.938319342 +0200
@@ -19,7 +19,7 @@
 
 %define _singleapplication_version 3.3.4
 Name:           kdiskmark
-Version:        3.1.3
+Version:        3.1.4
 Release:        0
 Summary:        A simple open-source disk benchmark tool for Linux distros
 License:        GPL-3.0-only
@@ -64,7 +64,8 @@
 %{_kf5_iconsdir}/hicolor
 %{_kf5_iconsdir}/hicolor/*/*/*
 %dir %{_kf5_sharedir}/%{name}
-%{_kf5_sharedir}/%{name}/translations
+%dir %{_kf5_sharedir}/%{name}/%{name}
+%{_kf5_sharedir}/%{name}/%{name}/translations
 # Helper files
 %{_libexecdir}/kdiskmark_helper
 %{_kf5_dbuspolicydir}/dev.jonmagon.kdiskmark.helperinterface.conf

++++++ KDiskMark-3.1.3.tar.gz -> KDiskMark-3.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/.github/workflows/release.yml 
new/KDiskMark-3.1.4/.github/workflows/release.yml
--- old/KDiskMark-3.1.3/.github/workflows/release.yml   2023-04-15 
15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/.github/workflows/release.yml   2023-06-18 
20:16:32.000000000 +0200
@@ -69,7 +69,7 @@
         arch: [amd64]
         include:
           - os: ubuntu-20.04
-            bundled-fio: '3.34'
+            bundled-fio: '3.35'
             cmake-defines: '-D CMAKE_BUILD_TYPE=Release'
             upload-files: 'build/{*.AppImage,*.AppImage.zsync}'
     steps:
@@ -110,13 +110,13 @@
         mkdir build
         cd build
         mkdir appdir
-        echo -e '#!/bin/bash\nHERE="$(dirname "$(readlink -f 
"${0}")")"\nexport PATH="$HERE/usr/bin/:$PATH"\n$HERE/usr/bin/kdiskmark' > 
appdir/AppRun
+        echo -e '#!/bin/bash\nHERE="$(dirname "$(readlink -f 
"${0}")")"\nexport PATH="$HERE/usr/bin/:$PATH"\n$HERE/usr/bin/kdiskmark "$@"' > 
appdir/AppRun
         chmod +x ./appdir/AppRun
         cmake ${{ matrix.cmake-defines }} -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_PREFIX_PATH=/opt/Qt/5.15.1/gcc_64/ ..
         sed -i "s|XAUTHORITY kdiskmark|XAUTHORITY ./$APPIMAGE_NAME|g" 
../src/mainwindow.cpp
         make DESTDIR=appdir -j$(nproc) install
         cd ../3rd-party/fio-fio-${{ matrix.bundled-fio }}
-        ./configure --disable-native
+        ./configure --disable-native --build-static
         make DESTDIR="$(pwd)/../../build/appdir" prefix=/usr install
         cd ../../build
         cp -a /usr/share/icons/breeze appdir/usr/share/icons/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/CMakeLists.txt 
new/KDiskMark-3.1.4/CMakeLists.txt
--- old/KDiskMark-3.1.3/CMakeLists.txt  2023-04-15 15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/CMakeLists.txt  2023-06-18 20:16:32.000000000 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-project(kdiskmark VERSION 3.1.3 LANGUAGES CXX)
+project(kdiskmark VERSION 3.1.4 LANGUAGES CXX)
 
 set(CMAKE_PROJECT_HOMEPAGE_URL "https://github.com/JonMagon/KDiskMark";)
 set(CMAKE_PROJECT_DESCRIPTION "A simple open source disk benchmark tool for 
Linux distros")
@@ -71,6 +71,7 @@
     data/translations/${PROJECT_NAME}_hu_HU.ts
     data/translations/${PROJECT_NAME}_it_IT.ts
     data/translations/${PROJECT_NAME}_ja_JP.ts
+    data/translations/${PROJECT_NAME}_nl_NL.ts
     data/translations/${PROJECT_NAME}_pl_PL.ts
     data/translations/${PROJECT_NAME}_pt_BR.ts
     data/translations/${PROJECT_NAME}_ru_RU.ts
@@ -127,7 +128,7 @@
 )
 
 install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
-install(FILES ${QM_FILES} DESTINATION 
${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/translations)
+install(FILES ${QM_FILES} DESTINATION 
${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/${PROJECT_NAME}/translations)
 install(FILES data/${DESKTOP_FILE} DESTINATION 
${CMAKE_INSTALL_DATAROOTDIR}/applications)
 
 ecm_install_icons(ICONS ${APP_ICONS} DESTINATION 
${CMAKE_INSTALL_DATAROOTDIR}/icons)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/README.md 
new/KDiskMark-3.1.4/README.md
--- old/KDiskMark-3.1.3/README.md       2023-04-15 15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/README.md       2023-06-18 20:16:32.000000000 +0200
@@ -2,7 +2,6 @@
 [![License: GPL 
v3](https://img.shields.io/badge/License-GPLv3-orange.svg)](https://www.gnu.org/licenses/gpl-3.0)
 [![GitHub 
(pre-)release](https://img.shields.io/github/release/JonMagon/KDiskMark/all.svg)](https://github.com/JonMagon/KDiskMark/releases)
 
[![Main](https://github.com/JonMagon/KDiskMark/actions/workflows/main.yml/badge.svg)](https://github.com/JonMagon/KDiskMark/actions/workflows/main.yml)
-[![Codacy 
Badge](https://api.codacy.com/project/badge/Grade/d4457b2f0d2947be95414218e37ce19f)](https://app.codacy.com/manual/JonMagon/KDiskMark?utm_source=github.com&utm_medium=referral&utm_content=JonMagon/KDiskMark&utm_campaign=Badge_Grade_Dashboard)
 
 **KDiskMark** is an HDD and SSD benchmark tool with a very friendly graphical 
user interface. **KDiskMark** with its presets and powerful GUI calls [Flexible 
I/O Tester](https://github.com/axboe/fio) and handles the output to provide an 
easy to view and interpret comprehensive benchmark result. The application is 
written in C++ with Qt and *doesn't have* any KDE dependencies.
 
@@ -121,6 +120,7 @@
 Languages currently available:
 * Chinese (Simplified)
 * Czech
+* Dutch
 * English (default)
 * French
 * German
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/KDiskMark-3.1.3/data/dev.jonmagon.kdiskmark.helper.policy 
new/KDiskMark-3.1.4/data/dev.jonmagon.kdiskmark.helper.policy
--- old/KDiskMark-3.1.3/data/dev.jonmagon.kdiskmark.helper.policy       
2023-04-15 15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/data/dev.jonmagon.kdiskmark.helper.policy       
2023-06-18 20:16:32.000000000 +0200
@@ -13,6 +13,7 @@
       <message xml:lang="fr">Autorisation est requise pour mesurer la 
performance des disques</message>
       <message xml:lang="hu">Hitelesítés szükséges a lemezek 
teljesítményértékeléséhez</message>
       <message xml:lang="ja">特権的な KDiskMark 
の実行ヘルパー</message>
+      <message xml:lang="nl">Authenticatie vereist om schijven te kunnen 
benchmarken</message>
       <message xml:lang="pl">Wymagane jest uwierzytelnienie, aby przetestować 
dysk</message>
       <message xml:lang="ru">Требуется авторизация для 
тестирования дисков</message>
       <message xml:lang="sv">Kör KDiskMark-hjälpare med förhöjda 
rättigheter</message>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/data/icons/flags/NL.svg 
new/KDiskMark-3.1.4/data/icons/flags/NL.svg
--- old/KDiskMark-3.1.3/data/icons/flags/NL.svg 1970-01-01 01:00:00.000000000 
+0100
+++ new/KDiskMark-3.1.4/data/icons/flags/NL.svg 2023-06-18 20:16:32.000000000 
+0200
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="21px" height="15px" viewBox="0 0 21 15" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+    <!-- Generator: sketchtool 46 (44423) - 
http://www.bohemiancoding.com/sketch -->
+    <title>NL</title>
+    <desc>Created with sketchtool.</desc>
+    <defs>
+        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" 
id="linearGradient-1">
+            <stop stop-color="#FFFFFF" offset="0%"/>
+            <stop stop-color="#F0F0F0" offset="100%"/>
+        </linearGradient>
+        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" 
id="linearGradient-2">
+            <stop stop-color="#CA2B39" offset="0%"/>
+            <stop stop-color="#AC1F2C" offset="100%"/>
+        </linearGradient>
+        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" 
id="linearGradient-3">
+            <stop stop-color="#2C56A2" offset="0%"/>
+            <stop stop-color="#244889" offset="100%"/>
+        </linearGradient>
+    </defs>
+    <g id="Symbols" stroke="none" stroke-width="1" fill="none" 
fill-rule="evenodd">
+        <g id="NL">
+            <rect id="FlagBackground" fill="url(#linearGradient-1)" x="0" 
y="0" width="21" height="15"/>
+            <rect id="Rectangle-2" fill="url(#linearGradient-2)" x="0" y="0" 
width="21" height="5"/>
+            <rect id="Rectangle-2" fill="url(#linearGradient-3)" x="0" y="10" 
width="21" height="5"/>
+            <rect id="Rectangle-2" fill="url(#linearGradient-1)" x="0" y="5" 
width="21" height="5"/>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/data/icons/flags/flags.qrc 
new/KDiskMark-3.1.4/data/icons/flags/flags.qrc
--- old/KDiskMark-3.1.3/data/icons/flags/flags.qrc      2023-04-15 
15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/data/icons/flags/flags.qrc      2023-06-18 
20:16:32.000000000 +0200
@@ -10,6 +10,7 @@
         <file>IT.svg</file>
         <file>JP.svg</file>
         <file>MX.svg</file>
+        <file>NL.svg</file>
         <file>PL.svg</file>
         <file>RU.svg</file>
         <file>SE.svg</file>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/data/kdiskmark.desktop 
new/KDiskMark-3.1.4/data/kdiskmark.desktop
--- old/KDiskMark-3.1.3/data/kdiskmark.desktop  2023-04-15 15:34:29.000000000 
+0200
+++ new/KDiskMark-3.1.4/data/kdiskmark.desktop  2023-06-18 20:16:32.000000000 
+0200
@@ -9,6 +9,7 @@
 Comment[hu]=Lemezek teljesítményét mérő alkalmazás
 Comment[it]=Uno strumento per misurare le prestazioni di dischi e memorie 
fisiche
 Comment[ja]=ディスクドライブのベンチマークツール
+Comment[nl]=Een hulpmiddel voor het benchmarken van schijven
 Comment[pl]=Narzędzie do testowania wydajności dysków
 Comment[pt_BR]=Uma ferramenta de benchmark de discos
 Comment[ru]=Тестирование производительности 
накопителей
@@ -22,6 +23,7 @@
 Keywords[hu]=benchmark;teljesítmény;mérés;lemez;meghajtó;
 Keywords[it]=benchmark;disco;prestazioni;
 Keywords[ja]=ベンチマーク;ディスク;
+Keywords[nl]=benchmark;disk;schijf;prestaties;
 Keywords[pl]=benchmark;pomiar;wydajność;dysk;napęd;
 Keywords[pt_BR]=benchmark;disco;
 
Keywords[ru]=производительность;диск;накопитель;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/data/translations/kdiskmark_hu_HU.ts 
new/KDiskMark-3.1.4/data/translations/kdiskmark_hu_HU.ts
--- old/KDiskMark-3.1.3/data/translations/kdiskmark_hu_HU.ts    2023-04-15 
15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/data/translations/kdiskmark_hu_HU.ts    2023-06-18 
20:16:32.000000000 +0200
@@ -220,17 +220,17 @@
     <message>
         <location filename="../../src/mainwindow.ui" line="1146"/>
         <source>Default [+Mix]</source>
-        <translation>Alapértelmezett [+Mix]</translation>
+        <translation>Alapértelmezett [vegyes]</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1154"/>
         <source>Peak Performance [+Mix]</source>
-        <translation>Csúcsteljesítmény [+Mix]</translation>
+        <translation>Csúcsteljesítmény [vegyes]</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1162"/>
         <source>Real World Performance [+Mix]</source>
-        <translation>Valódi teljesítmény [+Mix]</translation>
+        <translation>Valódi teljesítmény [vegyes]</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1173"/>
@@ -245,17 +245,17 @@
     <message>
         <location filename="../../src/mainwindow.ui" line="1192"/>
         <source>Read and Write [+Mix]</source>
-        <translation>Olvasás és írás [+Mix]</translation>
+        <translation>Olvasás és írás [vegyes]</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1200"/>
         <source>Read [+Mix]</source>
-        <translation>Olvasás [+Mix]</translation>
+        <translation>Olvasás [vegyes]</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1208"/>
         <source>Write [+Mix]</source>
-        <translation>Írás [+Mix]</translation>
+        <translation>Írás [vegyes]</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1219"/>
@@ -275,27 +275,27 @@
     <message>
         <location filename="../../src/mainwindow.ui" line="1246"/>
         <source>NVMe SSD</source>
-        <translation>NVMe SSD profil</translation>
+        <translation>NVMe SSD mérés</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1257"/>
         <source>Use Fusion</source>
-        <translation>Fusion használata</translation>
+        <translation>Fusion</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1265"/>
         <source>Stylesheet Light</source>
-        <translation>Stíluslap Light</translation>
+        <translation>Világos</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1273"/>
         <source>Stylesheet Dark</source>
-        <translation>Stíluslap Dark</translation>
+        <translation>Sötét</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1281"/>
         <source>Do not apply</source>
-        <translation>Ne használja</translation>
+        <translation>Nincs</translation>
     </message>
     <message>
         <location filename="../../src/mainwindow.ui" line="1292"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/data/translations/kdiskmark_nl_NL.ts 
new/KDiskMark-3.1.4/data/translations/kdiskmark_nl_NL.ts
--- old/KDiskMark-3.1.3/data/translations/kdiskmark_nl_NL.ts    1970-01-01 
01:00:00.000000000 +0100
+++ new/KDiskMark-3.1.4/data/translations/kdiskmark_nl_NL.ts    2023-06-18 
20:16:32.000000000 +0200
@@ -0,0 +1,509 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="nl_NL">
+<context>
+    <name>About</name>
+    <message>
+        <location filename="../../src/about.ui" line="17"/>
+        <source>About KDiskMark</source>
+        <translation>Over KDiskMark</translation>
+    </message>
+    <message>
+        <location filename="../../src/about.ui" line="62"/>
+        <source>Version:</source>
+        <translation>Versie:</translation>
+    </message>
+    <message>
+        <location filename="../../src/about.ui" line="88"/>
+        <source>License:</source>
+        <translation>Licentie:</translation>
+    </message>
+    <message>
+        <location filename="../../src/about.ui" line="114"/>
+        <source>Author:</source>
+        <translation>Ontwikkelaar:</translation>
+    </message>
+    <message>
+        <location filename="../../src/about.ui" line="146"/>
+        <source>E-mail:</source>
+        <translation>E-mailadres:</translation>
+    </message>
+    <message>
+        <location filename="../../src/about.ui" line="178"/>
+        <source>Flexible I/O Tester:</source>
+        <translation>Flexible I/O Tester:</translation>
+    </message>
+    <message>
+        <location filename="../../src/about.ui" line="204"/>
+        <source>Application Icon:</source>
+        <translation>Programmapictogram:</translation>
+    </message>
+</context>
+<context>
+    <name>Benchmark</name>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="240"/>
+        <source>Preparing...</source>
+        <translation>Bezig met voorbereiden…</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="258"/>
+        <source>Sequential Read %1/%2</source>
+        <translation>Opeenvolgende uitlezing: %1/%2</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="262"/>
+        <source>Random Read %1/%2</source>
+        <translation>Willekeurige uitlezing: %1/%2</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="268"/>
+        <source>Sequential Write %1/%2</source>
+        <translation>Opeenvolgende wegschrijving: %1/%2</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="272"/>
+        <source>Random Write %1/%2</source>
+        <translation>Willekeurige wegschrijving: %1/%2</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="278"/>
+        <source>Sequential Mix %1/%2</source>
+        <translation>Opeenvolgende mix: %1/%2</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="282"/>
+        <source>Random Mix %1/%2</source>
+        <translation>Willekeurige mix: %1/%2</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="289"/>
+        <source>Interval Time %1/%2 sec</source>
+        <translation>Tussenpoos: %1/%2 sec.</translation>
+    </message>
+    <message>
+        <location filename="../../src/benchmark.cpp" line="377"/>
+        <source>Could not obtain administrator privileges.</source>
+        <translation>Er zijn geen beheerdersrechten verkregen.</translation>
+    </message>
+</context>
+<context>
+    <name>MainWindow</name>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="30"/>
+        <location filename="../../src/mainwindow.cpp" line="895"/>
+        <source>All</source>
+        <translation>Alles</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="221"/>
+        <location filename="../../src/mainwindow.cpp" line="423"/>
+        <location filename="../../src/mainwindow.cpp" line="427"/>
+        <source>MB/s</source>
+        <translation>MB/s</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="226"/>
+        <source>GB/s</source>
+        <translation>GB/s</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="231"/>
+        <location filename="../../src/mainwindow.cpp" line="429"/>
+        <location filename="../../src/mainwindow.cpp" line="430"/>
+        <source>IOPS</source>
+        <translation>IOPS</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="236"/>
+        <location filename="../../src/mainwindow.cpp" line="432"/>
+        <location filename="../../src/mainwindow.cpp" line="433"/>
+        <source>μs</source>
+        <translation>μs</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="352"/>
+        <location filename="../../src/mainwindow.ui" line="934"/>
+        <location filename="../../src/mainwindow.cpp" line="534"/>
+        <source>Read</source>
+        <translation>Lezen</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="521"/>
+        <location filename="../../src/mainwindow.ui" line="953"/>
+        <location filename="../../src/mainwindow.cpp" line="537"/>
+        <source>Write</source>
+        <translation>Schrijven</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="687"/>
+        <location filename="../../src/mainwindow.cpp" line="540"/>
+        <source>Mix</source>
+        <translation>Mix</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1018"/>
+        <source>File</source>
+        <translation>Bestand</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1026"/>
+        <source>Settings</source>
+        <translation>Instellingen</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1030"/>
+        <source>Test Data</source>
+        <translation>Testgegevens</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1047"/>
+        <source>Profile</source>
+        <translation>Profiel</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1063"/>
+        <source>Help</source>
+        <translation>Hulp</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1067"/>
+        <source>Language</source>
+        <translation>Taal</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1075"/>
+        <source>Theme</source>
+        <translation>Thema</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1091"/>
+        <source>About KDiskMark</source>
+        <translation>Over KDiskMark</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1096"/>
+        <source>Queues &amp;&amp; Threads</source>
+        <translation>Wachtrijen en processen</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1101"/>
+        <source>Copy</source>
+        <translation>Kopiëren</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1106"/>
+        <source>Save</source>
+        <translation>Opslaan</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1111"/>
+        <source>Exit</source>
+        <translation>Afsluiten</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1122"/>
+        <source>Default</source>
+        <translation>Standaard</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1130"/>
+        <source>Peak Performance</source>
+        <translation>Piekprestaties</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1138"/>
+        <source>Real World Performance</source>
+        <translation>Dagelijks gebruik</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1146"/>
+        <source>Default [+Mix]</source>
+        <translation>Standaard [+mix]</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1154"/>
+        <source>Peak Performance [+Mix]</source>
+        <translation>Piekprestaties [+mix]</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1162"/>
+        <source>Real World Performance [+Mix]</source>
+        <translation>Dagelijks gebruik [+mix]</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1173"/>
+        <source>Flush Pagecache</source>
+        <translation>Paginacache wissen</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1181"/>
+        <source>Demo</source>
+        <translation>Demonstratie</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1192"/>
+        <source>Read and Write [+Mix]</source>
+        <translation>Lezen en schrijven [+mix]</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1200"/>
+        <source>Read [+Mix]</source>
+        <translation>Lezen [+mix]</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1208"/>
+        <source>Write [+Mix]</source>
+        <translation>Schrijven [+mix]</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1219"/>
+        <source>Random</source>
+        <translation>Willekeurig</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1227"/>
+        <source>Fill with zeros</source>
+        <translation>Opvullen met nullen</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1238"/>
+        <source>Standard Preset</source>
+        <translation>Standaardprofiel</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1246"/>
+        <source>NVMe SSD</source>
+        <translation>NVMe-ssd</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1257"/>
+        <source>Use Fusion</source>
+        <translation>Fusionthema</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1265"/>
+        <source>Stylesheet Light</source>
+        <translation>Licht thema</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1273"/>
+        <source>Stylesheet Dark</source>
+        <translation>Donker thema</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1281"/>
+        <source>Do not apply</source>
+        <translation>Geen themavoorkeur</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.ui" line="1292"/>
+        <source>Use O_DIRECT</source>
+        <translation>O_DIRECT gebruiken</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="53"/>
+        <source>The device is encrypted. Performance may drop.</source>
+        <translation>Dit apparaat is versleuteld — dit kan van invloed zijn 
op de prestaties.</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="256"/>
+        <location filename="../../src/mainwindow.cpp" line="315"/>
+        <source>Add a directory</source>
+        <translation>Map toevoegen</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="345"/>
+        <location filename="../../src/mainwindow.cpp" line="439"/>
+        <location filename="../../src/mainwindow.cpp" line="507"/>
+        <source>MiB</source>
+        <translation>MiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="349"/>
+        <location filename="../../src/mainwindow.cpp" line="507"/>
+        <source>GiB</source>
+        <translation>GiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="439"/>
+        <location filename="../../src/mainwindow.cpp" line="507"/>
+        <source>KiB</source>
+        <translation>KiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="507"/>
+        <source>Bytes</source>
+        <translation>Bytes</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="507"/>
+        <source>TiB</source>
+        <translation>TiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="507"/>
+        <source>PiB</source>
+        <translation>PiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="870"/>
+        <location filename="../../src/mainwindow.cpp" line="871"/>
+        <location filename="../../src/mainwindow.cpp" line="872"/>
+        <location filename="../../src/mainwindow.cpp" line="873"/>
+        <location filename="../../src/mainwindow.cpp" line="874"/>
+        <source>Stop</source>
+        <translation>Afbreken</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="922"/>
+        <source>Stopping...</source>
+        <translation>Bezig met afbreken…</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="932"/>
+        <source>Not available</source>
+        <translation>Niet beschikbaar</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="932"/>
+        <source>Directory is not specified.</source>
+        <translation>Er is geen map gekozen.</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="935"/>
+        <source>Confirmation</source>
+        <translation>Bevestiging</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="948"/>
+        <source>Benchmark Failed</source>
+        <translation>De benchmark is mislukt</translation>
+    </message>
+</context>
+<context>
+    <name>QObject</name>
+    <message>
+        <location filename="../../src/global.cpp" line="25"/>
+        <source>&lt;h2&gt;%1 %2 
%3&lt;br/&gt;Queues=%4&lt;br/&gt;Threads=%5%6&lt;/h2&gt;</source>
+        <translation>&lt;h2&gt;%1 %2 %3&lt;br/&gt;Aantal 
wachtrijen=%4&lt;br/&gt;Aantal processen=%5%6&lt;/h2&gt;</translation>
+    </message>
+    <message>
+        <location filename="../../src/global.cpp" line="26"/>
+        <source>Sequential</source>
+        <translation>Opeenvolgend</translation>
+    </message>
+    <message>
+        <location filename="../../src/global.cpp" line="26"/>
+        <source>Random</source>
+        <translation>Willekeurig</translation>
+    </message>
+    <message>
+        <location filename="../../src/global.cpp" line="28"/>
+        <source>MiB</source>
+        <translation>MiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/global.cpp" line="28"/>
+        <source>KiB</source>
+        <translation>KiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/global.cpp" line="34"/>
+        <source>&lt;h1&gt;%1 MB/s&lt;br/&gt;%2 GB/s&lt;br/&gt;%3 
IOPS&lt;br/&gt;%4 μs&lt;/h1&gt;</source>
+        <translation>&lt;h1&gt;%1 MB/s&lt;br/&gt;%2 GB/s&lt;br/&gt;%3 
IOPS&lt;br/&gt;%4 μs&lt;/h1&gt;</translation>
+    </message>
+    <message>
+        <location filename="../../src/mainwindow.cpp" line="193"/>
+        <source>No FIO was found. Please install FIO before using 
KDiskMark.</source>
+        <translation>FIO is niet aangetroffen. Installeer FIO alvorens 
KDiskMark te starten.</translation>
+    </message>
+</context>
+<context>
+    <name>Settings</name>
+    <message>
+        <location filename="../../src/settings.ui" line="14"/>
+        <source>Settings</source>
+        <translation>Instellingen</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="149"/>
+        <source>Block Size</source>
+        <translation>Blokgrootte</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="165"/>
+        <source>Queues</source>
+        <translation>Wachtrijen</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="181"/>
+        <source>Threads</source>
+        <translation>Processen</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="257"/>
+        <source>Profile: Default</source>
+        <translation>Profiel: standaard</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="280"/>
+        <source>Type</source>
+        <translation>Type</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="335"/>
+        <source>Profile: Peak Performance</source>
+        <translation>Profiel: piekprestaties</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="446"/>
+        <source>Profile: Demo</source>
+        <translation>Profiel: demonstratie</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="508"/>
+        <source>Measuring time</source>
+        <translation>Tijdspanne</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.ui" line="530"/>
+        <source>Interval time</source>
+        <translation>Tussenpoos</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.cpp" line="18"/>
+        <location filename="../../src/settings.cpp" line="23"/>
+        <source>sec</source>
+        <translation>sec.</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.cpp" line="19"/>
+        <location filename="../../src/settings.cpp" line="24"/>
+        <source>min</source>
+        <translation>min.</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.cpp" line="59"/>
+        <location filename="../../src/settings.cpp" line="60"/>
+        <location filename="../../src/settings.cpp" line="61"/>
+        <location filename="../../src/settings.cpp" line="62"/>
+        <location filename="../../src/settings.cpp" line="64"/>
+        <location filename="../../src/settings.cpp" line="65"/>
+        <location filename="../../src/settings.cpp" line="67"/>
+        <source>KiB</source>
+        <translation>KiB</translation>
+    </message>
+    <message>
+        <location filename="../../src/settings.cpp" line="71"/>
+        <location filename="../../src/settings.cpp" line="72"/>
+        <location filename="../../src/settings.cpp" line="73"/>
+        <location filename="../../src/settings.cpp" line="74"/>
+        <location filename="../../src/settings.cpp" line="76"/>
+        <location filename="../../src/settings.cpp" line="77"/>
+        <location filename="../../src/settings.cpp" line="79"/>
+        <source>MiB</source>
+        <translation>MiB</translation>
+    </message>
+</context>
+</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/src/helper.cpp 
new/KDiskMark-3.1.4/src/helper.cpp
--- old/KDiskMark-3.1.3/src/helper.cpp  2023-04-15 15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/src/helper.cpp  2023-06-18 20:16:32.000000000 +0200
@@ -140,8 +140,6 @@
         return false;
     }
 
-    // Actually superfluous because of above, makes the check more obvious
-    // Just in case something changes in the backend
     if (benchmarkPath.startsWith("/dev")) {
         qWarning("Cannot specify a raw device.");
         return false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/src/main.cpp 
new/KDiskMark-3.1.4/src/main.cpp
--- old/KDiskMark-3.1.3/src/main.cpp    2023-04-15 15:34:29.000000000 +0200
+++ new/KDiskMark-3.1.4/src/main.cpp    2023-06-18 20:16:32.000000000 +0200
@@ -10,6 +10,7 @@
     QCoreApplication::setApplicationName(QStringLiteral(PROJECT_NAME));
     
QCoreApplication::setApplicationVersion(QStringLiteral("%1.%2.%3").arg(PROJECT_VERSION_MAJOR)
                                             
.arg(PROJECT_VERSION_MINOR).arg(PROJECT_VERSION_PATCH));
+    QCoreApplication::setOrganizationName(QStringLiteral(PROJECT_NAME));
 
     QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/KDiskMark-3.1.3/src/mainwindow.cpp 
new/KDiskMark-3.1.4/src/mainwindow.cpp
--- old/KDiskMark-3.1.3/src/mainwindow.cpp      2023-04-15 15:34:29.000000000 
+0200
+++ new/KDiskMark-3.1.4/src/mainwindow.cpp      2023-06-18 20:16:32.000000000 
+0200
@@ -30,10 +30,10 @@
 
     QVector<QLocale> locales = { QLocale::English, QLocale::Czech, 
QLocale::German,
                                  QLocale(QLocale::Spanish, QLocale::Mexico),
-                                 QLocale::French, QLocale::Italian, 
QLocale::Hungarian, QLocale::Japanese,
+                                 QLocale::French, QLocale::Italian, 
QLocale::Hungarian, QLocale::Dutch,
                                  QLocale::Polish, QLocale(QLocale::Portuguese, 
QLocale::Brazil),
                                  QLocale::Slovak, QLocale::Swedish, 
QLocale::Turkish, QLocale::Russian,
-                                 QLocale::Ukrainian, QLocale::Chinese, 
QLocale::Hindi };
+                                 QLocale::Ukrainian, QLocale::Chinese, 
QLocale::Japanese, QLocale::Hindi };
 
     for (const QLocale &locale : locales) {
         QString langName = locale.nativeLanguageName();

Reply via email to