mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Improved Web UI translation
This commit is contained in:
@@ -127,6 +127,7 @@ HttpServer::HttpServer(int msec, QObject* parent) : QTcpServer(parent) {
|
|||||||
a = tr("The Web UI username must be at least 3 characters long.");
|
a = tr("The Web UI username must be at least 3 characters long.");
|
||||||
a = tr("The Web UI password must be at least 3 characters long.");
|
a = tr("The Web UI password must be at least 3 characters long.");
|
||||||
a = tr("Save");
|
a = tr("Save");
|
||||||
|
a = tr("qBittorrent client is not reachable");
|
||||||
}
|
}
|
||||||
|
|
||||||
HttpServer::~HttpServer()
|
HttpServer::~HttpServer()
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ window.addEvent('load', function(){
|
|||||||
noCache: true,
|
noCache: true,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
onFailure: function() {
|
onFailure: function() {
|
||||||
$('error_div').set('html', 'qBittorrent client is not reachable');
|
$('error_div').set('html', '_(qBittorrent client is not reachable)');
|
||||||
waitingTrInfo=false;
|
waitingTrInfo=false;
|
||||||
loadTransferInfo.delay(4000);
|
loadTransferInfo.delay(4000);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user