updated translations for branch feature/amnezia-wireguard-client-impl

This commit is contained in:
ronoaer 2023-10-12 16:26:37 +08:00
parent 10435cea69
commit d1f66cbf4d
5 changed files with 550 additions and 546 deletions

View file

@ -97,7 +97,7 @@ void SitesController::importSites(const QString &fileName, bool replaceExisting)
}
if (!jsonDocument.isArray()) {
emit errorOccurred(tr("The JSON data is not an array in file: ").arg(fileName));
emit errorOccurred(tr("The JSON data is not an array in file: %1").arg(fileName));
return;
}