Projects
Extra
speechnote
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
speechnote.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Thu Apr 16 16:22:16 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> + +- Update to version 4.8.4 + * see https://github.com/mkiol/dsnote/releases/tag/v4.8.4 + or in the program's menu select: About Speech Note->Changes +- build pybind11 for tumbleweed too, since the rpm + python312-pybind11 is not available anymore + +------------------------------------------------------------------- Thu Feb 5 18:20:05 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> - make simpler build speechnote-python-modules for Leap 16.0
View file
speechnote.spec
Changed
@@ -41,14 +41,10 @@ %bcond_with mkl %bcond_with download -%if %{defined isLeap15} || %{defined isLeap16} %bcond_with system_pybind11 -%else -%bcond_without system_pybind11 -%endif Name: speechnote -Version: 4.8.3 +Version: 4.8.4 Release: 0 Summary: App for note taking, reading and translating URL: https://github.com/mkiol/dsnote @@ -167,6 +163,10 @@ %if 0%{?forcemodules} sed -i '/CMAKE_ARGS/s@^@ PATCH_COMMAND sed -i "s,3.7,3.12 EXACT," tools/pybind11NewTools.cmake\n@' cmake/pybind11.cmake %endif +%if 0%{?suse_version} > 1600 +#since python312-pybind11 is not used, need to force python312 +sed -i '/CMAKE_ARGS/s@^@ PATCH_COMMAND sed -i "s,3.7,3.12 EXACT," tools/pybind11NewTools.cmake\n@' cmake/pybind11.cmake +%endif %if %{without download} #do not download libsst sed -i '/DOWNLOAD/d' cmake/libstt.cmake
View file
dsnote-4.8.3.tar.gz/CMakeLists.txt -> dsnote-4.8.4.tar.gz/CMakeLists.txt
Changed
@@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 Michal Kosciesza <michal@mkiol.net> +# Copyright (C) 2023-2026 Michal Kosciesza <michal@mkiol.net> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -145,20 +145,21 @@ endif() set(info_author "Michal Kosciesza") set(info_author_email "michal@mkiol.net") -set(info_copyright_year "2021-2025") +set(info_copyright_year "2021-2026") set(info_support_email "${id}@mkiol.net") set(info_webpage "https://github.com/mkiol/${id}") set(info_webpage_additional "https://gitlab.com/mkiol/${id}") set(info_license "Mozilla Public License 2.0") set(info_license_url "http://mozilla.org/MPL/2.0") set(info_license_spdx "MPL-2.0") -set(info_conf_version "113") +set(info_conf_version "114") set(info_addon_version "1.4") # if run as a flatpak pkg, the required add-on version #set(info_version_type "-beta") set(info_version_type "") set(info_translators_str "Heimen Stoffels · Bérenger Arnaud · Karry · dashinfantry · \ Åke Engelbrektson · L'Africain · Albano Battistella · Locness3 · DevSJR · Vovkiv · Niklas Halvorsen · \ -Matjaž Jeran · Victor Alonso Barberan · Bruno Veilleux · Abdullah Albaroty · 李 阳 · Erdem Uygun · Armin Maier") +Matjaž Jeran · Victor Alonso Barberan · Bruno Veilleux · Abdullah Albaroty · 李 阳 · Erdem Uygun · Armin Maier · \ +Alexandre Cerqueira Leite · Erhan Yükselci · Boštjan Štrumbelj") set(info_libs_str "Qt · Coqui STT · Vosk · whisper.cpp · WebRTC-VAD · libarchive · RNNoise-nu · \ {fmt} · Piper · RHVoice · ssplit-cpp · nlohmann JSON · eSpeak NG · Bergamot Translator · \ Rubber Band Library · simdjson · astrunc · FFmpeg · LAME · Vorbis · Opus · TagLib · \ @@ -171,7 +172,7 @@ endif() endif() -project(${id} VERSION 4.8.3) +project(${id} VERSION 4.8.4) set(arch_arm32 0) set(arch_arm64 0)
View file
dsnote-4.8.3.tar.gz/config/models.json -> dsnote-4.8.4.tar.gz/config/models.json
Changed
@@ -29348,19 +29348,19 @@ "options": "an" }, { - "name": "English to German", - "model_id": "en_bergamot_ende", + "name": "English to Arabic", + "model_id": "en_bergamot_enar", "engine": "mnt_bergamot", "lang_id": "en", - "trg_lang_id": "de", - "checksum": "f47a474", - "checksum_quick": "84562c91", - "size": "15300037", + "trg_lang_id": "ar", + "checksum": "d8d9890e", + "checksum_quick": "b9cebffb", + "size": "34276865", "comp": "dirgz", "urls": - "https://github.com/mozilla/firefox-translations-models/raw/e3c15a005424ac6b0459e606ee7565cf78c09419/models/prod/ende/model.ende.intgemm.alphas.bin.gz", - "https://github.com/mozilla/firefox-translations-models/raw/e3c15a005424ac6b0459e606ee7565cf78c09419/models/prod/ende/lex.50.50.ende.s2t.bin.gz", - "https://github.com/mozilla/firefox-translations-models/raw/e3c15a005424ac6b0459e606ee7565cf78c09419/models/prod/ende/vocab.deen.spm.gz" + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-ar/lex.50.50.enar.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-ar/model.enar.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-ar/vocab.enar.spm.gz" , "license": { "id": "MPL 2.0", @@ -29368,22 +29368,22 @@ "url": "https://www.mozilla.org/media/MPL/2.0/index.txt", "accept_required": false }, - "recommended_model": "de_bergamot_deen" + "recommended_model": "ar_bergamot_aren" }, { - "name": "Deutsch in Englisch (German to English)", - "model_id": "de_bergamot_deen", + "name": "من العربية إلى الإنجليزية (Arabic to English)", + "model_id": "ar_bergamot_aren", "engine": "mnt_bergamot", - "lang_id": "de", + "lang_id": "ar", "trg_lang_id": "en", - "checksum": "6b363af9", - "checksum_quick": "6190ac08", - "size": "56400698", + "checksum": "d8f8b9a5", + "checksum_quick": "b487fa21", + "size": "33131085", "comp": "dirgz", "urls": - "https://github.com/mozilla/firefox-translations-models/raw/7ae4bca89f50a3761d8d90e86a7dbd51eb0bf5e5/models/base/deen/model.deen.intgemm.alphas.bin.gz", - "https://github.com/mozilla/firefox-translations-models/raw/7ae4bca89f50a3761d8d90e86a7dbd51eb0bf5e5/models/base/deen/lex.50.50.deen.s2t.bin.gz", - "https://github.com/mozilla/firefox-translations-models/raw/7ae4bca89f50a3761d8d90e86a7dbd51eb0bf5e5/models/base/deen/vocab.deen.spm.gz" + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/ar-en/lex.50.50.aren.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/ar-en/model.aren.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/ar-en/vocab.aren.spm.gz" , "license": { "id": "MPL 2.0", @@ -29391,7 +29391,78 @@ "url": "https://www.mozilla.org/media/MPL/2.0/index.txt", "accept_required": false }, - "recommended_model": "en_bergamot_ende" + "recommended_model": "en_bergamot_enar" + }, + { + "name": "English to Azerbaijani", + "model_id": "en_bergamot_enaz", + "engine": "mnt_bergamot", + "lang_id": "en", + "trg_lang_id": "az", + "checksum": "dbdfb72", + "checksum_quick": "e5a5e987", + "size": "15363608", + "comp": "dirgz", + "score": 0, + "urls": + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-az/lex.50.50.enaz.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-az/model.enaz.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-az/vocab.enaz.spm.gz" + , + "license": { + "id": "MPL 2.0", + "name": "Mozilla Public License Version 2.0", + "url": "https://www.mozilla.org/media/MPL/2.0/index.txt", + "accept_required": false + }, + "recommended_model": "az_bergamot_azen" + }, + { + "name": "Azərbaycandan ingiliscə (Azerbaijani to English)", + "model_id": "az_bergamot_azen", + "engine": "mnt_bergamot", + "lang_id": "az", + "trg_lang_id": "en", + "checksum": "a27ac43e", + "checksum_quick": "7a5927a9", + "size": "15426172", + "comp": "dirgz", + "score": 0, + "urls": + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/az-en/lex.50.50.azen.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/az-en/model.azen.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/az-en/vocab.azen.spm.gz" + , + "license": { + "id": "MPL 2.0", + "name": "Mozilla Public License Version 2.0", + "url": "https://www.mozilla.org/media/MPL/2.0/index.txt", + "accept_required": false + }, + "recommended_model": "en_bergamot_enaz" + }, + { + "name": "беларускага на англійскую (Belarusian to English)", + "model_id": "be_bergamot_been", + "engine": "mnt_bergamot", + "lang_id": "be", + "trg_lang_id": "en", + "checksum": "ed6534d9", + "checksum_quick": "7711d3fd", + "size": "15046337", + "comp": "dirgz", + "score": 0, + "urls": + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/be-en/lex.50.50.been.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/be-en/model.been.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/be-en/vocab.been.spm.gz" + , + "license": { + "id": "MPL 2.0", + "name": "Mozilla Public License Version 2.0", + "url": "https://www.mozilla.org/media/MPL/2.0/index.txt", + "accept_required": false + } }, { "name": "English to Bulgarian", @@ -29399,14 +29470,14 @@ "engine": "mnt_bergamot", "lang_id": "en", "trg_lang_id": "bg", - "checksum": "664b1e89", - "checksum_quick": "82dbba96", - "size": "16704718", + "checksum": "b9e3b75f", + "checksum_quick": "71be2b74", + "size": "25415532", "comp": "dirgz", "urls": - "https://github.com/mozilla/firefox-translations-models/raw/e3c15a005424ac6b0459e606ee7565cf78c09419/models/prod/enbg/model.enbg.intgemm.alphas.bin.gz", - "https://github.com/mozilla/firefox-translations-models/raw/e3c15a005424ac6b0459e606ee7565cf78c09419/models/prod/enbg/lex.50.50.enbg.s2t.bin.gz", - "https://github.com/mozilla/firefox-translations-models/raw/e3c15a005424ac6b0459e606ee7565cf78c09419/models/prod/enbg/vocab.bgen.spm.gz" + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-bg/lex.50.50.enbg.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-bg/model.enbg.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/en-bg/vocab.enbg.spm.gz" , "license": { "id": "MPL 2.0", @@ -29417,19 +29488,181 @@ "recommended_model": "bg_bergamot_bgen" }, { + "name": "Български към английски (Bulgarian to English)", + "model_id": "bg_bergamot_bgen", + "engine": "mnt_bergamot", + "lang_id": "bg", + "trg_lang_id": "en", + "checksum": "9e875b12", + "checksum_quick": "f10f58a", + "size": "25021262", + "comp": "dirgz", + "urls": + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/bg-en/lex.50.50.bgen.s2t.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/bg-en/model.bgen.intgemm.alphas.bin.gz", + "https://huggingface.co/mukowaty/firefox-translations/resolve/e43e74a227e023469fb1d1c0e560dd69c0408410/bg-en/vocab.bgen.spm.gz" + , + "license": { + "id": "MPL 2.0", + "name": "Mozilla Public License Version 2.0", + "url": "https://www.mozilla.org/media/MPL/2.0/index.txt", + "accept_required": false + }, + "recommended_model": "en_bergamot_enbg" + }, + { + "name": "English to Bengali", + "model_id": "en_bergamot_enbn", + "engine": "mnt_bergamot", + "lang_id": "en", + "trg_lang_id": "bn", + "checksum": "64450744", + "checksum_quick": "411e2e5", + "size": "14866591", + "comp": "dirgz", + "score": 0,
View file
dsnote-4.8.3.tar.gz/desktop/dsnote.metainfo.xml.in -> dsnote-4.8.4.tar.gz/desktop/dsnote.metainfo.xml.in
Changed
@@ -98,6 +98,16 @@ <mediatype>application/x-subrip</mediatype> </provides> <releases> + <release version="4.8.4" date="2026-04-14"> + <description> + <p>Translator:</p> + <ul> + <li>Updated models for: Catalan, Czech, German, Danish, Spanish, Persian, French, + Icelandic, Italian, Korean, Dutch, Polish, Portuguese, Tamil, Ukrainian</li> + <li>Fix: Translation models cannot be downloaded.</li> + </ul> + </description> + </release> <release version="4.8.3" date="2025-08-14"> <description> <p>General:</p>
View file
dsnote-4.8.3.tar.gz/desktop/qml/ChangelogPage.qml -> dsnote-4.8.4.tar.gz/desktop/qml/ChangelogPage.qml
Changed
@@ -18,6 +18,18 @@ } RichLabel { + text: "<p>" + qsTr("Translator") + "</p> + <ul> + <li>Updated models for: Catalan, Czech, German, Danish, Spanish, Persian, French, Icelandic, Italian, Korean, Dutch, Polish, Portuguese, Tamil, Ukrainian</li> + <li>Fix: Translation models cannot be downloaded.</li> + </ul>" + } + + SectionLabel { + text: qsTr("Version %1").arg("4.8.3") + } + + RichLabel { text: "<p>" + qsTr("General") + "</p> <ul> <li>Fix: The model cannot be activated when the license file cannot be downloaded due to an error.</li>
View file
dsnote-4.8.3.tar.gz/sfos/harbour-dsnote.spec -> dsnote-4.8.4.tar.gz/sfos/harbour-dsnote.spec
Changed
@@ -9,8 +9,8 @@ %global debug_package %{nil} Summary: Speech Note -Version: 4.8.2 -Release: 2 +Version: 4.8.4 +Release: 1 Group: Qt/Qt License: LICENSE URL: https://github.com/mkiol/dsnote
View file
dsnote-4.8.3.tar.gz/sfos/qml/ChangelogPage.qml -> dsnote-4.8.4.tar.gz/sfos/qml/ChangelogPage.qml
Changed
@@ -33,6 +33,18 @@ } LogItem { + text: "<p>" + qsTr("Translator") + "</p> + <ul> + <li>Updated models for: Catalan, Czech, German, Danish, Spanish, Persian, French, Icelandic, Italian, Korean, Dutch, Polish, Portuguese, Tamil, Ukrainian</li> + <li>Fix: Translation models cannot be downloaded.</li> + </ul>" + } + + SectionHeader { + text: qsTr("Version %1").arg("4.8.3") + } + + LogItem { text: "<p>" + qsTr("Text to Speech") + "</p> <ul> <li>New <i>Piper</i> voices for Argentine Spanish, Hindi, Malayalam and Nepali</li>
View file
dsnote-4.8.3.tar.gz/translations/dsnote-sl.ts -> dsnote-4.8.4.tar.gz/translations/dsnote-sl.ts
Changed
@@ -1,6 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="sl" sourcelanguage="en_US"> +<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="sl" sourcelanguage="en_US"> <context> <name>AboutPage</name> <message> @@ -101,38 +99,38 @@ <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="17"/> <source>Install Flatpak add-on</source> - <translation type="unfinished"></translation> + <translation>Namesti Flatpak dodatek</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="33"/> <source>To install Flatpak add-on, which provides GPU acceleration support for %1 graphics card, follow one of the steps below.</source> - <translation type="unfinished"></translation> + <translation>Za namestitev Flatpak dodatka, ki omogoči GPU pospeševanje za %1 grafično kartico, sledite spodnjim korakom.</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="43"/> <source>Use the software manager application on your system and install %1, or</source> - <translation type="unfinished"></translation> + <translation>Uporabite upravljalnik programja na vašem sistemu in namestite %1 ali</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="52"/> <source>Run the following command in the terminal:</source> - <translation type="unfinished"></translation> + <translation>V terminalu zaženite naslednji ukaz:</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="70"/> <location filename="../desktop/qml/AddonInstallDialog.qml" line="85"/> <source>The add-on enables faster processing when using the following Speech to Text and Text to Speech engines:</source> - <translation type="unfinished"></translation> + <translation>Dodatek omogoča hitrejše obdelave, kadar uporablja naslednje stroje za pretvorbo govora v besedilo in besedila v govor:</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="97"/> <source>If you're interested in fast and accurate Speech to Text processing, consider using %1 with Vulkan hardware acceleration, which works without installing an add-on.</source> - <translation type="unfinished"></translation> + <translation>Če ste zainteresirani za hitro in natančno obdelavo govora v besedilo, razmislite o uporabi %1 z Vulkan strojni pospeševanjem, ki deluje brez nameščanja dodatkov.</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="106"/> <source>Note that installing the add-on requires a significant amount of disk space.</source> - <translation type="unfinished"></translation> + <translation>Upoštevajte, da namestitev dodatka zahteva znatne količine diskovnega prostora.</translation> </message> </context> <context> @@ -211,7 +209,7 @@ <location filename="../desktop/qml/ChangelogPage.qml" line="116"/> <location filename="../desktop/qml/ChangelogPage.qml" line="132"/> <source>General</source> - <translation type="unfinished"></translation> + <translation>Splošno</translation> </message> <message> <location filename="../desktop/qml/ChangelogPage.qml" line="86"/> @@ -664,20 +662,12 @@ <message> <location filename="../desktop/qml/GpuComboBox.qml" line="79"/> <source>Tip: %1 acceleration is most effective when processing long sentences with large models.</source> - <translation type="unfinished"></translation> + <translation>Nasvet: %1 pospeševanje je najbolj učinkovito pri procesiranju dolgih stavkov z velikimi modeli.</translation> </message> <message> <location filename="../desktop/qml/GpuComboBox.qml" line="80"/> <source>For short sentences, better results can be obtained with %1 or without hardware acceleration enabled.</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Tip: OpenVINO acceleration is most effective when processing long sentences with large models.</source> - <translation type="vanished">Nasvet: Pospeševanje OpenVINO je najučinkovitejše pri obdelavi dolgih stavkov z velikimi modeli.</translation> - </message> - <message> - <source>For short sentences, better results can be obtained without hardware acceleration enabled.</source> - <translation type="vanished">Za kratke stavke je mogoče doseči boljše rezultate brez omogočenega strojnega pospeševanja.</translation> + <translation>Za kratke stavke je mogoče doseči boljše rezultate z %1 ali brez omogočenega strojnega pospeševanja.</translation> </message> <message> <location filename="../desktop/qml/GpuComboBox.qml" line="86"/> @@ -726,11 +716,7 @@ <message> <location filename="../desktop/qml/HelloPage.qml" line="28"/> <source>Languages and Models</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Languages</source> - <translation type="vanished">Jeziki</translation> + <translation>Jeziki in modeli</translation> </message> <message> <location filename="../desktop/qml/HelloPage.qml" line="30"/> @@ -854,27 +840,17 @@ <message numerus="yes"> <location filename="../desktop/qml/LangsPage.qml" line="473"/> <source>%n voice(s)</source> - <translation> - <numerusform>%n glas</numerusform> - <numerusform>%n glasovi</numerusform> - <numerusform>%n glasov</numerusform> - <numerusform>%n glasov</numerusform> - </translation> + <translation><numerusform>%n glas</numerusform><numerusform>%n glasovi</numerusform><numerusform>%n glasov</numerusform><numerusform>%n glasov</numerusform></translation> </message> <message numerus="yes"> <location filename="../desktop/qml/LangsPage.qml" line="474"/> <source>%n model(s)</source> - <translation> - <numerusform>%n model</numerusform> - <numerusform>%n modela</numerusform> - <numerusform>%n modelov</numerusform> - <numerusform>%n modelov</numerusform> - </translation> + <translation><numerusform>%n model</numerusform><numerusform>%n modela</numerusform><numerusform>%n modelov</numerusform><numerusform>%n modelov</numerusform></translation> </message> <message> <location filename="../desktop/qml/LangsPage.qml" line="546"/> <source>Experimental</source> - <translation type="unfinished"></translation> + <translation>Poskusno</translation> </message> <message> <location filename="../desktop/qml/LangsPage.qml" line="589"/> @@ -904,12 +880,12 @@ <message> <location filename="../desktop/qml/LangsPage.qml" line="333"/> <source>Go back</source> - <translation type="unfinished"></translation> + <translation>Pojdi nazaj</translation> </message> <message> <location filename="../desktop/qml/LangsPage.qml" line="550"/> <source>This model is experimental and may not work well.</source> - <translation type="unfinished"></translation> + <translation>To je poskusni model in morda ne bo deloval v skladu s pričakovanji</translation> </message> <message> <location filename="../desktop/qml/LangsPage.qml" line="613"/> @@ -934,12 +910,12 @@ <message> <location filename="../desktop/qml/MainTipMessage.qml" line="24"/> <source>Warning message</source> - <translation type="unfinished"></translation> + <translation>Opozorilno sporočilo</translation> </message> <message> <location filename="../desktop/qml/MainTipMessage.qml" line="24"/> <source>Information message</source> - <translation type="unfinished"></translation> + <translation>Informativno sporočilo</translation> </message> </context> <context> @@ -949,7 +925,7 @@ <location filename="../desktop/qml/MainToolBar.qml" line="169"/> <location filename="../desktop/qml/MainToolBar.qml" line="176"/> <source>Languages and Models</source> - <translation type="unfinished"></translation> + <translation>Jeziki in modeli</translation> </message> <message> <location filename="../sfos/qml/MainToolBar.qml" line="38"/> @@ -1013,22 +989,14 @@ <translation>Datoteka</translation> </message> <message> - <source>Languages</source> - <translation type="vanished">Jeziki</translation> - </message> - <message> - <source>Set languages and download models.</source> - <translation type="vanished">Nastavite jezike in prenesite modele.</translation> - </message> - <message> <location filename="../desktop/qml/MainToolBar.qml" line="40"/> <source>Open Menu</source> - <translation type="unfinished"></translation> + <translation>Odpri meni</translation> </message> <message> <location filename="../desktop/qml/MainToolBar.qml" line="45"/> <source>Menu</source> - <translation type="unfinished"></translation> + <translation>Meni</translation> </message> <message> <location filename="../desktop/qml/MainToolBar.qml" line="125"/> @@ -1080,21 +1048,13 @@ <location filename="../desktop/qml/MainToolBar.qml" line="236"/> <location filename="../desktop/qml/MainToolBar.qml" line="243"/> <source>Voice profiles</source> - <translation type="unfinished"></translation> - </message>
View file
dsnote-4.8.3.tar.gz/translations/dsnote-tr_TR.ts -> dsnote-4.8.4.tar.gz/translations/dsnote-tr_TR.ts
Changed
@@ -1,6 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="tr_TR" sourcelanguage="en_US"> +<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="tr" sourcelanguage="en_US"> <context> <name>AboutPage</name> <message> @@ -11,12 +9,12 @@ <message> <location filename="../sfos/qml/AboutPage.qml" line="46"/> <source>Version %1</source> - <translation>Sürüm %1</translation> + <translation>%1 Sürüm</translation> </message> <message> <location filename="../sfos/qml/AboutPage.qml" line="53"/> <source>Project website</source> - <translation>Projenin internet sayfası</translation> + <translation>Projenin internet sitesi</translation> </message> <message> <location filename="../sfos/qml/AboutPage.qml" line="57"/> @@ -34,7 +32,7 @@ <location filename="../sfos/qml/AboutPage.qml" line="77"/> <location filename="../desktop/qml/AboutPage.qml" line="86"/> <source>%1 is developed as an open source project under %2.</source> - <translation>%1, %2 altında açık kaynaklı bir proje olarak geliştirilmektedir.</translation> + <translation>%1, %2 kapsamında açık kaynak projesi olarak geliştirilmektedir.</translation> </message> <message> <location filename="../sfos/qml/AboutPage.qml" line="83"/> @@ -46,7 +44,7 @@ <location filename="../sfos/qml/AboutPage.qml" line="92"/> <location filename="../desktop/qml/AboutPage.qml" line="117"/> <source>Libraries in use</source> - <translation>Kullanılan kütüphaneler</translation> + <translation>Kullanılan kitaplıklar</translation> </message> <message> <location filename="../desktop/qml/AboutPage.qml" line="51"/> @@ -62,12 +60,12 @@ <message> <location filename="../desktop/qml/AboutPage.qml" line="67"/> <source>Project website:</source> - <translation>Projenin internet sayfası:</translation> + <translation>Projenin internet sitesi:</translation> </message> <message> <location filename="../desktop/qml/AboutPage.qml" line="73"/> <source>Report bugs at:</source> - <translation>Hata bildirimleri için:</translation> + <translation>Hataları bildirmek için:</translation> </message> <message> <location filename="../desktop/qml/AboutPage.qml" line="79"/> @@ -81,7 +79,7 @@ <location filename="../sfos/qml/AddTextDialog.qml" line="33"/> <location filename="../desktop/qml/AddTextDialog.qml" line="34"/> <source>Add text to the current note or replace it?</source> - <translation>Mevcut nota metin ekle veya değiştir?</translation> + <translation>Var olan nota metin eklemek mi, yoksa var olan metni değiştirmek mi istiyorsunuz? </translation> </message> <message> <location filename="../sfos/qml/AddTextDialog.qml" line="41"/> @@ -101,38 +99,38 @@ <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="17"/> <source>Install Flatpak add-on</source> - <translation>Flatpak eklentisini kur</translation> + <translation>Flatpak eklentisi yükle</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="33"/> <source>To install Flatpak add-on, which provides GPU acceleration support for %1 graphics card, follow one of the steps below.</source> - <translation>%1 grafik kartına yönelik GPU hızlandırma desteği sağlayan Flatpak eklentisini yüklemek için aşağıdaki adımlarından birini izleyin.</translation> + <translation>%1 grafik kartına yönelik GPU hızlandırma desteği sağlayan Flatpak eklentisini yüklemek için aşağıdaki adımlarından birini izleyebilirsiniz:</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="43"/> <source>Use the software manager application on your system and install %1, or</source> - <translation>Sisteminizdeki yazılım yöneticisi uygulamasını kullanın ve %1'i kurun veya</translation> + <translation>Sisteminizdeki yazılım yöneticisi uygulamasını kullanarak %1'i yüklenebilir ya da</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="52"/> <source>Run the following command in the terminal:</source> - <translation>Terminalde aşağıdaki komutu çalıştırın:</translation> + <translation>Terminalde aşağıdaki komutu çalıştırabilirsiniz:</translation> </message> <message> <location filename="../desktop/qml/AddonInstallDialog.qml" line="70"/> - <location filename="../desktop/qml/AddonInstallDialog.qml" line="88"/> + <location filename="../desktop/qml/AddonInstallDialog.qml" line="85"/> <source>The add-on enables faster processing when using the following Speech to Text and Text to Speech engines:</source> <translation>Eklenti, aşağıdaki Konuşmadan Metne ve Metinden Konuşmaya motorlarını kullanırken daha hızlı işleme imkanı sağlar:</translation> </message> <message> - <location filename="../desktop/qml/AddonInstallDialog.qml" line="103"/> + <location filename="../desktop/qml/AddonInstallDialog.qml" line="97"/> <source>If you're interested in fast and accurate Speech to Text processing, consider using %1 with Vulkan hardware acceleration, which works without installing an add-on.</source> - <translation>Hızlı ve doğru Konuşmadan Metne işlevine ilgi duyuyorsanız, eklenti yüklemeye gerek kalmadan çalışan %1'i Vulkan donanım hızlandırması ile kullanmayı düşünebilirsiniz.</translation> + <translation>Konuşmadan Metne işlevinin daha hızlı ve doğru çalışması için %1'i Vulkan donanım hızlandırması ile kullanabilirsiniz. Bunun için herhangi bir eklenti yüklemenize gerek yoktur.</translation> </message> <message> - <location filename="../desktop/qml/AddonInstallDialog.qml" line="112"/> + <location filename="../desktop/qml/AddonInstallDialog.qml" line="106"/> <source>Note that installing the add-on requires a significant amount of disk space.</source> - <translation>Eklentiyi kurmanın önemli miktarda disk alanı gerektirdiğini unutmayın.</translation> + <translation>Eklentinin yüklenmesi için önemli düzeyde disk alanına ihtiyacınız olduğunu unutmayın.</translation> </message> </context> <context> @@ -145,127 +143,124 @@ </message> <message> <location filename="../sfos/qml/ChangelogPage.qml" line="32"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="77"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="111"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="128"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="175"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="49"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="83"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="100"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="147"/> <location filename="../desktop/qml/ChangelogPage.qml" line="17"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="116"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="132"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="222"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="248"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="320"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="414"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="514"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="610"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="627"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="681"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="717"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="745"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="760"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="785"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="112"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="128"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="218"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="244"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="316"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="410"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="510"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="606"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="623"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="677"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="713"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="741"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="756"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="781"/> <source>Version %1</source> - <translation>Sürüm %1</translation> + <translation>%1 Sürüm</translation> </message> <message> - <location filename="../sfos/qml/ChangelogPage.qml" line="70"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="102"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="119"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="165"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="213"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="85"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="124"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="186"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="239"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="300"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="382"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="488"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="540"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="631"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="721"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="74"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="91"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="137"/> + <location filename="../sfos/qml/ChangelogPage.qml" line="185"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="82"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="120"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="182"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="235"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="296"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="378"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="484"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="536"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="627"/> + <location filename="../desktop/qml/ChangelogPage.qml" line="717"/> <source>Translator</source> <translation>Çevirmen</translation> </message> <message> - <location filename="../sfos/qml/ChangelogPage.qml" line="57"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="98"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="159"/> - <location filename="../sfos/qml/ChangelogPage.qml" line="201"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="55"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="181"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="289"/> - <location filename="../desktop/qml/ChangelogPage.qml" line="361"/>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.