diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index a118501e..746b94b4 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -23,5 +23,29 @@ "characterSelectionTitle": "Choose your character!", "@characterSelectionTitle": { "description": "Title text displayed on the character selection page" + }, + "gameOver": "Game Over", + "@gameOver": { + "description": "Text displayed on the ending dialog when game finishes" + }, + "leadersBoard": "Leaders Board", + "@leadersBoard": { + "description": "Text displayed on the ending dialog leaders board button" + }, + "rank": "Rank", + "@rank": { + "description": "Text displayed on the leaders board page header rank column" + }, + "userName": "UserName", + "@userName": { + "description": "Text displayed on the leaders board page header userName column" + }, + "score": "Score", + "@score": { + "description": "Text displayed on the leaders board page header score column" + }, + "retry": "Retry", + "@retry": { + "description": "Text displayed on the retry button leaders board page" } } \ No newline at end of file