mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Update translations
This commit is contained in:
parent
b205819ba6
commit
005a4978bf
28 changed files with 9143 additions and 5662 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -180,12 +180,13 @@ LoginPage::checkHomeserverVersion()
|
||||||
"v1.1",
|
"v1.1",
|
||||||
"v1.2",
|
"v1.2",
|
||||||
"v1.3",
|
"v1.3",
|
||||||
|
"v1.4",
|
||||||
};
|
};
|
||||||
return supported.count(v) != 0;
|
return supported.count(v) != 0;
|
||||||
}) == versions.versions.cend()) {
|
}) == versions.versions.cend()) {
|
||||||
emit versionErrorCb(
|
emit versionErrorCb(
|
||||||
tr("The selected server does not support a version of the Matrix protocol, that this "
|
tr("The selected server does not support a version of the Matrix protocol, that this "
|
||||||
"client understands (v1.1, v1.2 or v1.3). You can't sign in."));
|
"client understands (v1.1 to v1.4). You can't sign in."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -132,12 +132,13 @@ RegisterPage::versionsCheck()
|
||||||
"v1.1",
|
"v1.1",
|
||||||
"v1.2",
|
"v1.2",
|
||||||
"v1.3",
|
"v1.3",
|
||||||
|
"v1.4",
|
||||||
};
|
};
|
||||||
return supported.count(v) != 0;
|
return supported.count(v) != 0;
|
||||||
}) == versions.versions.cend()) {
|
}) == versions.versions.cend()) {
|
||||||
emit setHsError(
|
emit setHsError(
|
||||||
tr("The selected server does not support a version of the Matrix protocol that "
|
tr("The selected server does not support a version of the Matrix protocol that "
|
||||||
"this client understands (v1.1, v1.2 or v1.3). You can't register."));
|
"this client understands (v1.1 to v1.4). You can't register."));
|
||||||
emit hsErrorChanged();
|
emit hsErrorChanged();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue