-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
strings.i18n.json
32 lines (32 loc) · 1.13 KB
/
strings.i18n.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"title": {
"appName": "Super Nonogram",
"playLevels": "Play levels",
"playImages": "Play images",
"achievements": "Achievements"
},
"search": {
"createNewPuzzle": "Create a puzzle",
"enterPrompt": "Please enter a prompt",
"prompt": "Prompt",
"failedToGenerateBoard": "Failed to generate board, please try another prompt",
"create": "Create"
},
"play": {
"level": "Level $n",
"levelCompleted": "Level $n completed!",
"puzzleCompleted": "Puzzle completed!",
"nextLevel": "Next level",
"restartLevel": "Restart level",
"restartPuzzle": "Restart puzzle",
"backToTitlePage": "Back to title page",
"imageAttribution(rich)": "Image by $author from $pixabay"
},
"settings": {
"settings": "Settings",
"configureAdsConsent": "Configure ads consent",
"hyperlegibleFont": "Use Atkinson Hyperlegible font",
"about": "Tap here for more information about this app",
"legalese": "Super Nonogram Copyright (C) 2023 Adil Hanney\nThis program comes with absolutely no warranty. This is free software, and you are welcome to redistribute it under certain conditions."
}
}