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 {
|
||||
text: "Fernschreiber 0.4"
|
||||
text: "Fernschreiber 0.4.1"
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
font.pixelSize: Theme.fontSizeExtraLarge
|
||||
anchors {
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
# * date Author's Name <author's email> version-release
|
||||
# - 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
|
||||
- Support for animated stickers - thanks to monich
|
||||
- Chat information page (members, picture(s), settings...) - thanks to jgibbon
|
||||
|
|
|
@ -11,8 +11,8 @@ Name: harbour-fernschreiber
|
|||
# << macros
|
||||
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.4
|
||||
Release: 2
|
||||
Version: 0.4.1
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
URL: http://werkwolf.eu/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Name: harbour-fernschreiber
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.4
|
||||
Release: 2
|
||||
Version: 0.4.1
|
||||
Release: 1
|
||||
# The contents of the Group field should be one of the groups listed here:
|
||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||
Group: Qt/Qt
|
||||
|
|
|
@ -1114,7 +1114,7 @@ void TDLibWrapper::setInitialParameters()
|
|||
QSettings hardwareSettings("/etc/hw-release", QSettings::NativeFormat);
|
||||
initialParameters.insert("device_model", hardwareSettings.value("NAME", "Unknown Mobile Device").toString());
|
||||
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);
|
||||
requestObject.insert("parameters", initialParameters);
|
||||
this->sendRequest(requestObject);
|
||||
|
|
|
@ -1466,7 +1466,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Unable to find user %1</source>
|
||||
<translation>Impossibile trovare l'utente %1</translation>
|
||||
<translation>Impossibile trovare l'utente %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Leaving chat</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Выход из чата</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Info</source>
|
||||
|
|
|
@ -1429,7 +1429,7 @@
|
|||
<message>
|
||||
<source>sent an unsupported message: %1</source>
|
||||
<comment>myself; %1 is message type</comment>
|
||||
<translation>发送不受支持的消息: %1</</translation>
|
||||
<translation>发送不受支持的消息: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an unsupported message: %1</source>
|
||||
|
|
Loading…
Reference in a new issue