Localization: Updated CZ, DE, ES, FR, IT and PL dictionaries.

+ Fixed some of phrases and updated POT-file
This commit is contained in:
YuSanka
2021-12-01 13:06:52 +01:00
parent 4b40e9c18c
commit 125a71f7ae
21 changed files with 17880 additions and 7037 deletions

View File

@ -10,7 +10,7 @@ void PlaterJob::on_exception(const std::exception_ptr &eptr)
if (eptr)
std::rethrow_exception(eptr);
} catch (std::exception &e) {
show_error(m_plater, _(L("An unexpected error occured: ")) + e.what());
show_error(m_plater, _(L("An unexpected error occured")) + ": "+ e.what());
}
}