feat(achievements): handle 2 lines text in notification
This commit is contained in:
@@ -1,4 +1,20 @@
|
||||
{
|
||||
"achievements": {
|
||||
"boot": "Boot up the system",
|
||||
"projects_visit": "Visit the projects\nsection",
|
||||
"projects_view_5": "View 5 projects",
|
||||
"projects_open_link": "Open a project link",
|
||||
"gallery_visit": "Visit the photo\ngallery",
|
||||
"contact_visit": "Visit the contact\nsection",
|
||||
"contact_git_visit": "Visit my Git profile",
|
||||
"settings_color_change": "Change the system\ncolor",
|
||||
"snake_play": "Play Snake",
|
||||
"snake_score_40": "Score 40 points\nin Snake",
|
||||
"settings_color_try_all": "Try all colors",
|
||||
"settings_language_try_all": "Try all languages",
|
||||
"settings_visit_all": "Visit all settings\nsubmenus",
|
||||
"contact_36_notifications": "Trigger 36\nnotifications"
|
||||
},
|
||||
"intro": {
|
||||
"copyright": "WARNING - COPYRIGHT",
|
||||
"text": "THIS IS A NON-COMMERCIAL FAN-MADE\nRECREATION. NOT AFFILIATED WITH\nOR ENDORSED BY NINTENDO.\nNINTENDO DS IS A TRADEMARK OF\nNINTENDO CO., LTD.",
|
||||
@@ -64,9 +80,23 @@
|
||||
},
|
||||
"userName": {
|
||||
"title": "User Name",
|
||||
"description": "My user name and first name.",
|
||||
"description": "My username and first name.",
|
||||
"userName": "User Name",
|
||||
"firstName": "First Name"
|
||||
},
|
||||
"message": {
|
||||
"title": "Message",
|
||||
"description": "My personal message.",
|
||||
"message": "Hello there!\n\nI hope you\nlike the\nwebsite!"
|
||||
},
|
||||
"personalMessage": {
|
||||
"title": "Personal Message",
|
||||
"description": "Play a quick game of Snake!",
|
||||
"score": "Score: {score}",
|
||||
"best": "Best: {best}",
|
||||
"startPrompt": "[A] Start",
|
||||
"quitConfirmation": "Quit the game?",
|
||||
"restartConfirmation": "Restart the game?"
|
||||
}
|
||||
},
|
||||
"touchScreen": {
|
||||
|
||||
Reference in New Issue
Block a user