Update translations

This commit is contained in:
Nicolas Werner 2021-11-03 23:44:55 +01:00
parent 8563ec002d
commit e1b9a0c619
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
24 changed files with 10059 additions and 5595 deletions

View file

@ -766,11 +766,11 @@ fatalSecretError()
QCoreApplication::translate("SecretStorage", "Failed to connect to secret storage"),
QCoreApplication::translate(
"SecretStorage",
"Nheko could not connect to the secure storage to save encryption secrets to. "
"This can have multiple reasons. Check if your D-Bus service is running and "
"you have configured a service like KWallet, Gnome Secrets or the equivalent "
"for your platform. If you are having trouble, feel free to open an issue "
"here: https://github.com/Nheko-Reborn/nheko/issues"));
"Nheko could not connect to the secure storage to save encryption secrets to. This can "
"have multiple reasons. Check if your D-Bus service is running and you have configured a "
"service like KWallet, Gnome Keyring, KeePassXC or the equivalent for your platform. If "
"you are having trouble, feel free to open an issue here: "
"https://github.com/Nheko-Reborn/nheko/issues"));
QCoreApplication::exit(1);
exit(1);