Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta' into daniel
Browse files Browse the repository at this point in the history
# Conflicts:
#	js/web/_i18n/it.json
  • Loading branch information
Daniel Siekiera committed Mar 23, 2021
2 parents 744dd9b + 2c4e2a1 commit 7b57aaf
Show file tree
Hide file tree
Showing 10 changed files with 1,005 additions and 58 deletions.
10 changes: 0 additions & 10 deletions js/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,6 @@

window.dispatchEvent(new CustomEvent('foe-helper#loaded'));

// If #content is available, flash content has been loaded ...
let IsForum = false;
if (window !== undefined && window.location !== undefined && window.location.pathname !== undefined && window.location.pathname.includes('forum')) {
IsForum = true;
}

if (document.getElementById('content') && !IsForum ){
alert('You installed the FoE Helper but didn\'t switch the game to HTML5. Check that in your game settings!');
}

} catch (err) {
// make sure that the packet buffer in the FoEproxy does not fill up in the event of an incomplete loading.
window.dispatchEvent(new CustomEvent('foe-helper#error-loading'));
Expand Down
2 changes: 1 addition & 1 deletion js/web/_i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Boxes.Alerts.Form.Tag": "Tag",
"Boxes.Alerts.Form.Tag.Description": "Tags können verwendet werden um Benachrichtigungen zu gruppieren (eine neue Benachrichtigung mit einem Tag ersetzt eine ältere Benachrichtigung mit demselben Tag)",
"Boxes.Alerts.Form.Title": "Titel",
"Boxes.Alerts.Preferences.Auction.Info": "Automatisch einen neuen Timer erstellen sobald ich ein Gebot im Antiquitätenhändler abgebe",
"Boxes.Alerts.Preferences.Auction.Info": "Automatisch einen neuen Timer erstellen sobald ich ein Gebot im Antiquitätenhändler abgebe.",
"Boxes.Alerts.Preferences.Auction.Title": "Antiquitätenhändler Auktion",
"Boxes.Alerts.Preferences.Battlegrounds.Info": "Sendet sofort eine Benachrichtigung bei hoher Aktivität in den Gildengefechten (z.B. 10 Angriffe auf einen einzelnen Sektor innerhalb von 5 Sekunden). Dies funktioniert nur wenn die Gildengefechte im Spiel geöffnet bleiben!",
"Boxes.Alerts.Preferences.Battlegrounds.Title": "Gildengefechte überwachen",
Expand Down
4 changes: 4 additions & 0 deletions js/web/_i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"Boxes.Campagne.Reward": "Ανταμοιβές ",
"Boxes.Campagne.Title": "Κόστος Πόρων Τομέα ",
"Boxes.CityMap.CavalierPerspecitve": "Πλαϊνή όψη",
"Boxes.CityMap.CopyMetaInfos": "Αντιγραφή δεδομένων χάρτη πόλης",
"Boxes.CityMap.Desc1": "Για να μπορέσετε να σχεδιάσετε την πόλη σας, πρέπει να μεταφέρουμε τα δεδομένα σας στο foe-rechner.de",
"Boxes.CityMap.Desc2": "Υποβολή",
"Boxes.CityMap.FreeArea": "Διαθέσιμα τετράγωνα: ",
Expand All @@ -122,6 +123,8 @@
"Boxes.CityMap.ShowSubmitBox": "Εμφάνιση πλαισίου υποβολής",
"Boxes.CityMap.SubmitSuccess": "Τα δεδομένα μεταφέρθηκαν με επιτυχία ... Τώρα επισκεφθείτε ",
"Boxes.CityMap.TitleSend": "Υποβολή δεδομένων",
"Boxes.CityMap.ToastBodyCopyData": "Τα δεδομένα της πόλης σας είναι τώρα στο πρόχειρο",
"Boxes.CityMap.ToastHeadCopyData": "Αντιγράφηκε!",
"Boxes.CityMap.WholeArea": "Σύνολο τετραγώνων: ",
"Boxes.CityMap.YourCity": "Η πόλη σου",
"Boxes.CityMap.clan_power_production": "Παραγωγή ισχύος Συντεχνίας",
Expand Down Expand Up @@ -196,6 +199,7 @@
"Boxes.GreatBuildings.ArcBonus": "Φιλική επένδυση",
"Boxes.GreatBuildings.Costs": "Κόστος",
"Boxes.GreatBuildings.DailyFP": "Ημερήσιοι FP",
"Boxes.GreatBuildings.DailyGoods": "Καθημερινά αγαθά",
"Boxes.GreatBuildings.FPCostGoods": "Κόστος FP για αγαθά",
"Boxes.GreatBuildings.FPPerTile": "Νέα κτίρια: Καθημερινό FP / πλακίδιο αντικατεστημένων κτιρίων",
"Boxes.GreatBuildings.GreatBulding": "Μεγάλο Κτίριο",
Expand Down
Loading

0 comments on commit 7b57aaf

Please sign in to comment.