mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-12-22 03:32:30 +00:00
Merge branch 'release-1.9.3' into develop
This commit is contained in:
commit
b0d5c23afe
17 changed files with 452 additions and 440 deletions
|
@ -61,6 +61,7 @@ The following people have contributed to translating SailOTP:
|
||||||
* Finnish: Johan Heikkilä (hevanaa), Jyri-Petteri Paloposki (ZeiP)
|
* Finnish: Johan Heikkilä (hevanaa), Jyri-Petteri Paloposki (ZeiP)
|
||||||
* French: Romain Tartière (smortex)
|
* French: Romain Tartière (smortex)
|
||||||
* Italian: Tichy
|
* Italian: Tichy
|
||||||
|
* Hungarian: 1Zgp
|
||||||
* Russian: moorchegue
|
* Russian: moorchegue
|
||||||
* Spanish: p4moedo
|
* Spanish: p4moedo
|
||||||
* Swedish: Åke Engelbrektson (eson57)
|
* Swedish: Åke Engelbrektson (eson57)
|
||||||
|
|
|
@ -42,6 +42,7 @@ TRANSLATIONS = translations/harbour-sailotp-de.ts \
|
||||||
translations/harbour-sailotp-ru.ts \
|
translations/harbour-sailotp-ru.ts \
|
||||||
translations/harbour-sailotp-sv.ts \
|
translations/harbour-sailotp-sv.ts \
|
||||||
translations/harbour-sailotp-nl.ts \
|
translations/harbour-sailotp-nl.ts \
|
||||||
|
translations/harbour-sailotp-hu.ts \
|
||||||
translations/harbour-sailotp-zh_CN.ts
|
translations/harbour-sailotp-zh_CN.ts
|
||||||
|
|
||||||
include(src/qzxing/QZXing.pri)
|
include(src/qzxing/QZXing.pri)
|
||||||
|
|
|
@ -169,6 +169,13 @@ Page {
|
||||||
alignment: Qt.AlignLeft
|
alignment: Qt.AlignLeft
|
||||||
leftMargin: Theme.paddingLarge*2
|
leftMargin: Theme.paddingLarge*2
|
||||||
}
|
}
|
||||||
|
DetailItem {
|
||||||
|
label: "Dutch"
|
||||||
|
value: "JSEHV"
|
||||||
|
width: parent.width
|
||||||
|
alignment: Qt.AlignLeft
|
||||||
|
leftMargin: Theme.paddingLarge*2
|
||||||
|
}
|
||||||
DetailItem {
|
DetailItem {
|
||||||
label: "Finnish"
|
label: "Finnish"
|
||||||
value: "Johan Heikkilä, Jyri-Petteri Paloposki"
|
value: "Johan Heikkilä, Jyri-Petteri Paloposki"
|
||||||
|
@ -191,8 +198,8 @@ Page {
|
||||||
leftMargin: Theme.paddingLarge*2
|
leftMargin: Theme.paddingLarge*2
|
||||||
}
|
}
|
||||||
DetailItem {
|
DetailItem {
|
||||||
label: "Dutch"
|
label: "Hungarian"
|
||||||
value: "JSEHV"
|
value: "1Zgp"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
alignment: Qt.AlignLeft
|
alignment: Qt.AlignLeft
|
||||||
leftMargin: Theme.paddingLarge*2
|
leftMargin: Theme.paddingLarge*2
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
* Sun Feb 21 2021 Stefan Brand <sailfish@seiichiro0185.org> 1.9.3-1
|
||||||
|
- Added Hungarian Translation (conbtributed by 1Zgp)
|
||||||
|
|
||||||
* Mon Jan 18 2021 Stefan Brand <sailfish@seiichiro0185.org> 1.9.2-1
|
* Mon Jan 18 2021 Stefan Brand <sailfish@seiichiro0185.org> 1.9.2-1
|
||||||
- Fix a Small Bug in Search (conbtributed by Jyri-Petteri Paloposki)
|
- Fix a Small Bug in Search (conbtributed by Jyri-Petteri Paloposki)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailotp
|
Name: harbour-sailotp
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
URL: https://github.com/seiichiro0185/sailotp/
|
URL: https://github.com/seiichiro0185/sailotp/
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation>Suche</translation>
|
<translation>Suche</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP verwendet folgende externe Bibliotheken:</translation>
|
<translation>SailOTP verwendet folgende externe Bibliotheken:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP usa las siguientes librerías de terceros:</translation>
|
<translation>SailOTP usa las siguientes librerías de terceros:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<translation type="unfinished">Etsi</translation>
|
<translation type="unfinished">Etsi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP käyttää seuraavia kolmannen osapuolen kirjastoja:</translation>
|
<translation>SailOTP käyttää seuraavia kolmannen osapuolen kirjastoja:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP utilise les bibliothèques tierces suivantes :</translation>
|
<translation>SailOTP utilise les bibliothèques tierces suivantes :</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<TS version="2.1" language="en_GB">
|
<TS version="2.1" language="hu_HU">
|
||||||
<context>
|
<context>
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<translation>Keresés</translation>
|
<translation>Keresés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>A SailOTP a következő harmadik féltől származó könyvtárakat használja:</translation>
|
<translation>A SailOTP a következő harmadik féltől származó könyvtárakat használja:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP utilizza le seguenti librerie di terzi:</translation>
|
<translation>SailOTP utilizza le seguenti librerie di terzi:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP gebruikt de volgende bibliotheken van derden:</translation>
|
<translation>SailOTP gebruikt de volgende bibliotheken van derden:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP usa as seguintes bibliotecas de terceiros</translation>
|
<translation>SailOTP usa as seguintes bibliotecas de terceiros</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP использует следующие сторонние библиотеки:</translation>
|
<translation>SailOTP использует следующие сторонние библиотеки:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished">Sök</translation>
|
<translation type="unfinished">Sök</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP använder följande tredjeparts bibliotek:</translation>
|
<translation>SailOTP använder följande tredjeparts bibliotek:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation>SailOTP使用下面的第三方库:</translation>
|
<translation>SailOTP使用下面的第三方库:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/About.qml" line="240"/>
|
<location filename="../qml/pages/About.qml" line="247"/>
|
||||||
<source>SailOTP uses the following third party libs:</source>
|
<source>SailOTP uses the following third party libs:</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in a new issue