Crowdin translation adjustments (#2426)

* Fix TR

* +
This commit is contained in:
DanielSvoboda 2025-02-14 02:23:24 -03:00 committed by GitHub
parent d1e88c40d8
commit 0f8bd509b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 1447 additions and 1438 deletions

View file

@ -70,8 +70,11 @@ void CheckUpdate::CheckForUpdates(const bool showMessage) {
if (reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt() == 403) {
QString response = reply->readAll();
if (response.startsWith("{\"message\":\"API rate limit exceeded for")) {
QMessageBox::warning(this, tr("Auto Updater"),
tr("Error_Github_limit_MSG").replace("\\n", "\n"));
QMessageBox::warning(
this, tr("Auto Updater"),
// clang-format off
tr("The Auto Updater allows up to 60 update checks per hour.\\nYou have reached this limit. Please try again later.").replace("\\n", "\n"));
// clang-format on
} else {
QMessageBox::warning(
this, tr("Error"),