Skip to content

Commit

Permalink
add: NO-EN json for game-info component
Browse files Browse the repository at this point in the history
  • Loading branch information
jmehmandarova committed Jun 21, 2024
1 parent 621d496 commit 38d6095
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/app/game/game-info/game-info.component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"NO": {
"PLAYER_MODE_SINGLE": "1 spiller",
"PLAYER_MODE_MULTI": "2 spillere",
"HOW_TO_PLAY_SINGLE": "Slik spiller du:",
"HOW_TO_PLAY_MULTI": "Slik spiller dere:",
"DRAW_WORD": "Tegn ord",
"IO_GUESSES": "IO gjetter",
"NUMBER_OF_ROUNDS": "Tre runder",
"BEST_OF_THREE": "Best av tre vinner!",
"BACK_BUTTON": "Tilbake",
"START_BUTTON": "Start"
},
"EN": {
"PLAYER_MODE_SINGLE": "1 player",
"PLAYER_MODE_MULTI": "2 players",
"HOW_TO_PLAY_SINGLE": "How to play:",
"HOW_TO_PLAY_MULTI": "How to play:",
"DRAW_WORD": "Draw a word",
"IO_GUESSES": "IO guesses",
"NUMBER_OF_ROUNDS": "Three rounds",
"BEST_OF_THREE": "Best of three wins!",
"BACK_BUTTON": "Back",
"START_BUTTON": "Start"
}
}

0 comments on commit 38d6095

Please sign in to comment.