Tiny tweaks
This commit is contained in:
@@ -15,7 +15,7 @@ public interface Product {
|
|||||||
@NotNull
|
@NotNull
|
||||||
ProductType<?> getType();
|
ProductType<?> getType();
|
||||||
|
|
||||||
public boolean equals(Product product);
|
boolean equals(Product product);
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
default String getTranslationKey() {
|
default String getTranslationKey() {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ game.trash = M\u00fclltonne
|
|||||||
game.trash.hover = Zerst\u00f6ren
|
game.trash.hover = Zerst\u00f6ren
|
||||||
game.storage = Lager
|
game.storage = Lager
|
||||||
game.storage.empty = Leer
|
game.storage.empty = Leer
|
||||||
|
game.balance = Bilanz
|
||||||
game.balance.history = Buchungen
|
game.balance.history = Buchungen
|
||||||
game.balance.history.no-data = Noch keine Buchungen
|
game.balance.history.no-data = Noch keine Buchungen
|
||||||
game.balance.history.index =
|
game.balance.history.index =
|
||||||
|
|||||||
Reference in New Issue
Block a user