mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Update german translation
This commit is contained in:
parent
159d656f0a
commit
bd944ea758
@ -108,6 +108,13 @@ export class HubSystem extends GameSystemWithFilter {
|
|||||||
context.fillStyle = "#64666e";
|
context.fillStyle = "#64666e";
|
||||||
context.font = "bold 11px GameFont";
|
context.font = "bold 11px GameFont";
|
||||||
context.fillText(T.buildings.hub.deliver.toUpperCase(), pos.x, pos.y - 40);
|
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.fillText(T.buildings.hub.toUnlock.toUpperCase(), pos.x, pos.y + 30);
|
||||||
|
|
||||||
context.textAlign = "left";
|
context.textAlign = "left";
|
||||||
|
@ -483,8 +483,9 @@ buildings:
|
|||||||
description: Lagert den Überschuss, bis zu einer gegebenen Kapazität. Kann als Überlauftor agieren.
|
description: Lagert den Überschuss, bis zu einer gegebenen Kapazität. Kann als Überlauftor agieren.
|
||||||
|
|
||||||
hub:
|
hub:
|
||||||
deliver: Deliver
|
deliver: Liefere
|
||||||
toUnlock: to unlock
|
toUnlock: >-
|
||||||
|
Für folgende Belohnung:
|
||||||
levelShortcut: LVL
|
levelShortcut: LVL
|
||||||
|
|
||||||
storyRewards:
|
storyRewards:
|
||||||
|
Loading…
Reference in New Issue
Block a user