* Fixed typo "Internel error"

* Revert french translation
This commit is contained in:
Thomas
2024-06-26 20:37:08 +08:00
committed by GitHub
parent 1376556b0a
commit c7f0fc86a7
20 changed files with 168 additions and 168 deletions
+1 -1
View File
@@ -14194,7 +14194,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16505,7 +16505,7 @@ msgstr "Connectat a SimplyPrint amb èxit!"
msgid "Could not connect to SimplyPrint"
msgstr "No s'ha pogut connectar a SimplyPrint"
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -15490,7 +15490,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16618,7 +16618,7 @@ msgstr "Erfolgreich mit SimplyPrint verbunden!"
msgid "Could not connect to SimplyPrint"
msgstr "Konnte keine Verbindung zu SimplyPrint herstellen"
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -15316,7 +15316,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16586,7 +16586,7 @@ msgstr "¡Se ha conectado correctamente a SimplyPrint!"
msgid "Could not connect to SimplyPrint"
msgstr "No se ha podido conectar con SimplyPrint"
msgid "Internel error"
msgid "Internal error"
msgstr "Error interno"
msgid "Unknown error"
+1 -1
View File
@@ -15514,7 +15514,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16411,7 +16411,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -15208,7 +15208,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -15745,7 +15745,7 @@ msgstr "SimplyPrint에 성공적으로 연결되었습니다!"
msgid "Could not connect to SimplyPrint"
msgstr "SimplyPrint에 연결할 수 없습니다"
msgid "Internel error"
msgid "Internal error"
msgstr "내부 오류"
msgid "Unknown error"
+1 -1
View File
@@ -15647,7 +15647,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16453,7 +16453,7 @@ msgstr "Pomyślnie połączono z SimplyPrint!"
msgid "Could not connect to SimplyPrint"
msgstr "Nie można połączyć się z SimplyPrint"
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16382,7 +16382,7 @@ msgstr "Conectado ao SimplyPrint com sucesso!"
msgid "Could not connect to SimplyPrint"
msgstr "Não é possível conectar a SimplyPrint"
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16551,7 +16551,7 @@ msgstr "Соединение с SimplyPrint успешно установлен
msgid "Could not connect to SimplyPrint"
msgstr "Не удалось подключиться к SimplyPrint"
msgid "Internel error"
msgid "Internal error"
msgstr "Внутренняя ошибка"
msgid "Unknown error"
+1 -1
View File
@@ -15346,7 +15346,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16197,7 +16197,7 @@ msgstr "SimplyPrint'e başarıyla bağlanıldı!"
msgid "Could not connect to SimplyPrint"
msgstr "SimplyPrint'e bağlanılamadı"
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -16313,7 +16313,7 @@ msgstr "Успішне підключення до SimplyPrint!"
msgid "Could not connect to SimplyPrint"
msgstr "Не вдалося підключитися до SimplyPrint"
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -15002,7 +15002,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -15329,7 +15329,7 @@ msgstr ""
msgid "Could not connect to SimplyPrint"
msgstr ""
msgid "Internel error"
msgid "Internal error"
msgstr ""
msgid "Unknown error"
+1 -1
View File
@@ -284,7 +284,7 @@ bool SimplyPrint::do_temp_upload(const boost::filesystem::path& file_path,
{
if (file_path.empty() == chunk_id.empty()) {
BOOST_LOG_TRIVIAL(error) << "SimplyPrint: Invalid arguments: both file_path and chunk_id are set or not provided";
error_fn(_L("Internel error"));
error_fn(_L("Internal error"));
return false;
}