1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-22 01:51:21 +03:00

[#1318] Update Lagging Message

This commit is contained in:
David Sangrey 2025-05-03 20:12:10 -04:00
parent 3063bbb94f
commit f63774ebc6
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
"Error: Frontier CAPI didn't respond" = "Error: Frontier CAPI didn't respond";
/* companion.py: Frontier CAPI data doesn't agree with latest Journal game location; In files: companion.py:245; */
"Error: Frontier server is lagging" = "Error: Frontier server is lagging";
"Error: Frontier CAPI data out of sync" = "Error: Frontier CAPI data out of sync";
/* companion.py: Commander is docked at an EDO settlement, got out and back in, we forgot the station; In files: companion.py:261; */
"Docked but unknown station: EDO Settlement?" = "Docked but unknown station: EDO Settlement?";

View File

@ -13,7 +13,7 @@
"Error: Frontier CAPI didn't respond" = "Ewwow: fwontiew capi didn't wespond";
/* companion.py: Frontier CAPI data doesn't agree with latest Journal game location; In files: companion.py:245; */
"Error: Frontier server is lagging" = "Ewwow: fwontiew sewvew iws wagging";
"Error: Frontier CAPI data out of sync" = "Error: Fwontiew CAPI data out of sinwk";
/* companion.py: Commander is docked at an EDO settlement, got out and back in, we forgot the station; In files: companion.py:261; */
"Docked but unknown station: EDO Settlement?" = "Docked but unknown station: edo settwement?";
@ -832,4 +832,4 @@
"Open in {URL}" = "OwOpen in {URL}";
/* ttkHyperlinkLabel.py: Copy the Inara SLEF Format of the active ship to the clipboard; */
"Copy Inara SLEF" = "Copy Inyawa SWEF";
"Copy Inara SLEF" = "Copy Inyawa SWEF";

View File

@ -240,7 +240,7 @@ class ServerLagging(Exception):
self.args = args
if not args:
# LANG: Frontier CAPI data doesn't agree with latest Journal game location
self.args = (tr.tl('Error: Frontier server is lagging'),)
self.args = (tr.tl('Error: Frontier CAPI data out of sync'),)
class NoMonitorStation(Exception):