diff --git a/src/app/pages/edit-game/edit-game-list/edit-game-list.page.html b/src/app/pages/edit-game/edit-game-list/edit-game-list.page.html index ec5b3516..8610fe0d 100644 --- a/src/app/pages/edit-game/edit-game-list/edit-game-list.page.html +++ b/src/app/pages/edit-game/edit-game-list/edit-game-list.page.html @@ -1,34 +1,54 @@ - + {{ "EditGame.titleEditGame" | translate }} - -
- Game environment + + Game environment - + - +
- Game mode - - + +
@@ -44,16 +64,31 @@
{{ "GameList.chooseGameList" | translate }}
- + -

  {{ game.place }} - - {{ game.name }}

+

+   {{ game.place }} - + + {{ game.name }} +

- - {{game.numPlayers}} players + + {{game.numPlayers}} players
@@ -62,6 +97,6 @@

&nbs
-

{{ "PlayGame.emptyGamesList" | translate }}

+

{{ "PlayGame.emptyGamesList" | translate }}

- \ No newline at end of file + diff --git a/src/app/pages/play-game/play-game-list/play-game-list.page.html b/src/app/pages/play-game/play-game-list/play-game-list.page.html index f34a5a8c..3f01bc42 100644 --- a/src/app/pages/play-game/play-game-list/play-game-list.page.html +++ b/src/app/pages/play-game/play-game-list/play-game-list.page.html @@ -1,58 +1,95 @@ - + {{ "PlayGame.titlePlayGameList" | translate }} - -
- Game environment - + + Game environment + - + + - +
- Game mode - + + Game mode + - + +
-
{{ (isListTabSelected ? "GameList.chooseGameList" : "GameList.chooseGameMap") | translate }}
+
+ {{ (isListTabSelected ? "GameList.chooseGameList" : + "GameList.chooseGameMap") | translate }} +
-
- + - {{ (user ? "PlayGame.allGames" : "PlayGame.curated") | translate }} + {{ (user ? "PlayGame.allGames" : "PlayGame.curated") | translate + }} - {{ (user ? "PlayGame.curated" : "PlayGame.allGames") | translate }} + {{ (user ? "PlayGame.curated" : "PlayGame.allGames") | translate + }} @@ -64,26 +101,42 @@
{{ (isListTabSelected ? "GameList.chooseGameList" : "GameLi - + - +

-   {{ game.place }} - - {{ game.name }} +   {{ game.place }} - + + {{ game.name }}

- - {{ (game.isMultiplayerGame && game.isMultiplayerGame)? game.numPlayers + " " + ("GameList.players" | translate) + " | ": ""}} - {{ (game.tasksCount)? game.tasksCount + " " + ("GameList.tasks" | translate) : ""}} - + + {{ (game.isMultiplayerGame && game.isMultiplayerGame)? + game.numPlayers + " " + ("GameList.players" | translate) + " | ": + ""}} {{ (game.tasksCount)? game.tasksCount + " " + ("GameList.tasks" + | translate) : ""}}
@@ -92,45 +145,60 @@

-
-

{{ "PlayGame.emptyGamesList" | translate }}

+
+

{{ "PlayGame.emptyGamesList" | translate }}

-
-

Empty list!

+
+

Empty list!

-
+
- +
- - - - - + List - + Map - - \ No newline at end of file + diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index b30753bf..5053db5a 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -86,7 +86,7 @@ "virtualWorld": "Virtual world", "chooseGameList": "Choose a game from the list.", "chooseGameMap": "Choose a game from the map.", - "logInToAccess": "You must log in to have access", + "logInToAccess": "You must login to have access", "players": "players", "tasks": "tasks" },