Prepare translation files for #87
This commit is contained in:
parent
91ae3651ef
commit
98e2bea69f
13 changed files with 42 additions and 6 deletions
|
@ -55,7 +55,7 @@ Page {
|
|||
}
|
||||
|
||||
Label {
|
||||
text: "Fernschreiber 0.3"
|
||||
text: "Fernschreiber 0.4"
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
font.pixelSize: Theme.fontSizeExtraLarge
|
||||
anchors {
|
||||
|
|
|
@ -11,8 +11,8 @@ Name: harbour-fernschreiber
|
|||
# << macros
|
||||
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.3
|
||||
Release: 2
|
||||
Version: 0.4
|
||||
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.3
|
||||
Release: 2
|
||||
Version: 0.4
|
||||
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
|
||||
|
|
|
@ -1076,7 +1076,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.3");
|
||||
initialParameters.insert("application_version", "0.4");
|
||||
// initialParameters.insert("use_test_dc", true);
|
||||
requestObject.insert("parameters", initialParameters);
|
||||
this->sendRequest(requestObject);
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>User Registration</source>
|
||||
<translation>Benutzerregistrierung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation>Nutzen Sie das internationale Format, z.B. %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>User Registration</source>
|
||||
<translation>Registro de usuario</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>Register User</source>
|
||||
<translation>Rekisteröi käyttäjätili</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>User Registration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>User Registration</source>
|
||||
<translation>Registrazione utente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>User Registration</source>
|
||||
<translation>Rejestracja użytkownika</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>Register User</source>
|
||||
<translation>Зарегистрироваться</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>User Registration</source>
|
||||
<translation>用户注册</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
|
@ -611,6 +611,10 @@
|
|||
<source>Register User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use the international format, e.g. %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
|
Loading…
Reference in a new issue