-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: NO-EN json for game-info component
- Loading branch information
1 parent
621d496
commit 38d6095
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |