Integrate latest translation updates
This commit is contained in:
parent
ba91160235
commit
301f52603a
8 changed files with 12 additions and 9 deletions
|
@ -59,7 +59,7 @@ Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: "Fernschreiber 0.4"
|
text: "Fernschreiber 0.4.1"
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
font.pixelSize: Theme.fontSizeExtraLarge
|
font.pixelSize: Theme.fontSizeExtraLarge
|
||||||
anchors {
|
anchors {
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
|
||||||
|
* Thu Nov 12 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4.1
|
||||||
|
- Several translations updated - thanks to all contributors
|
||||||
|
|
||||||
* Wed Nov 11 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4
|
* Wed Nov 11 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4
|
||||||
- Support for animated stickers - thanks to monich
|
- Support for animated stickers - thanks to monich
|
||||||
- Chat information page (members, picture(s), settings...) - thanks to jgibbon
|
- Chat information page (members, picture(s), settings...) - thanks to jgibbon
|
||||||
|
|
|
@ -11,8 +11,8 @@ Name: harbour-fernschreiber
|
||||||
# << macros
|
# << macros
|
||||||
|
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.4
|
Version: 0.4.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://werkwolf.eu/
|
URL: http://werkwolf.eu/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-fernschreiber
|
Name: harbour-fernschreiber
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.4
|
Version: 0.4.1
|
||||||
Release: 2
|
Release: 1
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
|
@ -1114,7 +1114,7 @@ void TDLibWrapper::setInitialParameters()
|
||||||
QSettings hardwareSettings("/etc/hw-release", QSettings::NativeFormat);
|
QSettings hardwareSettings("/etc/hw-release", QSettings::NativeFormat);
|
||||||
initialParameters.insert("device_model", hardwareSettings.value("NAME", "Unknown Mobile Device").toString());
|
initialParameters.insert("device_model", hardwareSettings.value("NAME", "Unknown Mobile Device").toString());
|
||||||
initialParameters.insert("system_version", QSysInfo::prettyProductName());
|
initialParameters.insert("system_version", QSysInfo::prettyProductName());
|
||||||
initialParameters.insert("application_version", "0.4");
|
initialParameters.insert("application_version", "0.4.1");
|
||||||
// initialParameters.insert("use_test_dc", true);
|
// initialParameters.insert("use_test_dc", true);
|
||||||
requestObject.insert("parameters", initialParameters);
|
requestObject.insert("parameters", initialParameters);
|
||||||
this->sendRequest(requestObject);
|
this->sendRequest(requestObject);
|
||||||
|
|
|
@ -1466,7 +1466,7 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to find user %1</source>
|
<source>Unable to find user %1</source>
|
||||||
<translation>Impossibile trovare l'utente %1</translation>
|
<translation>Impossibile trovare l'utente %1</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Leaving chat</source>
|
<source>Leaving chat</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished">Выход из чата</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Info</source>
|
<source>Info</source>
|
||||||
|
|
|
@ -1429,7 +1429,7 @@
|
||||||
<message>
|
<message>
|
||||||
<source>sent an unsupported message: %1</source>
|
<source>sent an unsupported message: %1</source>
|
||||||
<comment>myself; %1 is message type</comment>
|
<comment>myself; %1 is message type</comment>
|
||||||
<translation>发送不受支持的消息: %1</</translation>
|
<translation>发送不受支持的消息: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>sent an unsupported message: %1</source>
|
<source>sent an unsupported message: %1</source>
|
||||||
|
|
Loading…
Reference in a new issue