mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
Translations: Change to %H:%M:%S version of 'Last updated at'
This puts this branch in sync with OneSkyApp again, the same as develop.
This commit is contained in:
parent
2a09874554
commit
6e7f934a74
@ -528,7 +528,7 @@ class AppWindow(object):
|
||||
play_bad = True
|
||||
|
||||
if not self.status['text']: # no errors
|
||||
self.status['text'] = strftime(_('Last updated at {HH}:{MM}:{SS}').format(HH='%H', MM='%M', SS='%S'), localtime(querytime))
|
||||
self.status['text'] = strftime(_('Last updated at %H:%M:%S').format(HH='%H', MM='%M', SS='%S'), localtime(querytime))
|
||||
if play_sound and play_bad:
|
||||
hotkeymgr.play_bad()
|
||||
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Jazyk";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Poslední aktualizace {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Poslední aktualizace %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Sprache";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Zuletzt aktualisiert um {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Zuletzt aktualisiert um %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Kapitänleutnant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Language";
|
||||
|
||||
/* [EDMarketConnector.py] */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Last updated at {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Last updated at %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Idioma";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Última actualización: {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Última actualización: %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Teniente de navío";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Kieli";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Päivitetty viimeksi {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Päivitetty viimeksi %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Langue";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Dernière mise à jour à {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Dernière mise à jour à %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -232,8 +232,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Nyelv";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Utoljára frissítve {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Utoljára frissítve %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Hadnagy";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Lingua";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Ultimo aggiornamento alle {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Ultimo aggiornamento alle %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "言語";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "最終更新時間 {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "最終更新時間 %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -217,8 +217,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Valoda";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Pēdējo reizi atjaunināts {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Pēdējo reizi atjaunināts %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Leitnants";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Taal";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Voor het laatst bijgewerkt om {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Voor het laatst bijgewerkt om %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Język";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Ostatnia aktualizacja {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Ostatnia aktualizacja %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Idioma";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Última atualização {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Última atualização %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Tenente";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Linguagem";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Última actualização: {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Última actualização: %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Tenente";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Язык";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Последнее обновление в {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Последнее обновление в %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Лейтенант";
|
||||
|
@ -184,8 +184,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Jezik";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Zadnja osvežitev podatkov {HH}:{MM}:{SS} ";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Zadnja osvežitev podatkov %H:%M:%S ";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "LIeutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Jezik";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Posljednji put osvježeno {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Posljednji put osvježeno %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Jezik";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Poslednji put osveženo {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Poslednji put osveženo %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Språk";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Senaste uppdatering: {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Senaste uppdatering: %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
@ -235,8 +235,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "Мова";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "Останнє оновлення було {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "Останнє оновлення було %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Лейтенант";
|
||||
|
@ -232,8 +232,8 @@
|
||||
/* Appearance setting prompt. [prefs.py] */
|
||||
"Language" = "语言";
|
||||
|
||||
/* [EDMarketConnector.py] - Leave '{HH}:{MM}:{SS}' as-is */
|
||||
"Last updated at {HH}:{MM}:{SS}" = "最后更新于 {HH}:{MM}:{SS}";
|
||||
/* [EDMarketConnector.py] - Leave '%H:%M:%S' as-is */
|
||||
"Last updated at %H:%M:%S" = "最后更新于 %H:%M:%S";
|
||||
|
||||
/* Federation rank. [stats.py] */
|
||||
"Lieutenant" = "Lieutenant";
|
||||
|
Loading…
x
Reference in New Issue
Block a user