mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[Translations] Update Translations
This commit is contained in:
parent
f7350fb46d
commit
68fac14c67
@ -2205,7 +2205,7 @@ sys.path: {sys.path}'''
|
||||
logger.exception(f"EDMC Critical Error: {err}")
|
||||
title = tr.tl("Error") # LANG: Generic error prefix
|
||||
message = tr.tl( # LANG: EDMC Critical Error Notification
|
||||
"EDSM encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!"
|
||||
"EDMC encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!"
|
||||
)
|
||||
err = f"{err.__class__.__name__}: {err}" # type: ignore # hijacking the existing exception detection
|
||||
detail = tr.tl( # LANG: EDMC Critical Error Details
|
||||
|
@ -37,7 +37,7 @@
|
||||
"Error: unable to get token" = "Error: unable to get token";
|
||||
|
||||
/* EDMarketConnector.py: EDMC Critical Error Notification; */
|
||||
"EDSM encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!" = "EDSM encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!";
|
||||
"EDMC encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!" = "EDSM encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!";
|
||||
|
||||
/* EDMarketConnector.py: EDMC Critical Error Details; */
|
||||
"Here's what EDMC Detected:\r\n\r\n{ERR}\r\n\r\nDo you want to file a Bug Report on GitHub?" = "Here's what EDMC Detected:\r\n\r\n{ERR}\r\n\r\nDo you want to file a Bug Report on GitHub?";
|
||||
|
Loading…
x
Reference in New Issue
Block a user