Update german translation

This commit is contained in:
tobspr 2020-06-12 12:06:57 +02:00
parent 159d656f0a
commit bd944ea758
2 changed files with 10 additions and 2 deletions

View File

@ -108,6 +108,13 @@ export class HubSystem extends GameSystemWithFilter {
context.fillStyle = "#64666e";
context.font = "bold 11px GameFont";
context.fillText(T.buildings.hub.deliver.toUpperCase(), pos.x, pos.y - 40);
const unlockText = T.buildings.hub.toUnlock.toUpperCase();
if (unlockText.length > 15) {
context.font = "bold 8px GameFont";
} else {
context.font = "bold 11px GameFont";
}
context.fillText(T.buildings.hub.toUnlock.toUpperCase(), pos.x, pos.y + 30);
context.textAlign = "left";

View File

@ -483,8 +483,9 @@ buildings:
description: Lagert den Überschuss, bis zu einer gegebenen Kapazität. Kann als Überlauftor agieren.
hub:
deliver: Deliver
toUnlock: to unlock
deliver: Liefere
toUnlock: >-
Für folgende Belohnung:
levelShortcut: LVL
storyRewards: