-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmain.json
107 lines (107 loc) · 3.92 KB
/
main.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"tutorial": {
"title": "How to play",
"objective": "Guess the word in 6 tries!",
"explanation": "After each guess, the tiles show whether your letters occur earlier or later in the alphabet compared to the correct letters. Earlier means closer to A, later means closer to Z.",
"correct_tile": "Letter is correct",
"high_tile": "Letter is too early in the alphabet",
"low_tile": "Letter is too late in the alphabet",
"letter_range": "The range of possible letters is shown on the tile and the keyboard as you type"
},
"messages": {
"not_enough_letters": "Not enough letters",
"invalid_word": "Not a valid word",
"use_valid_letters": "Guesses must use valid letters",
"could_not_do": "Sorry, couldn't do that!",
"score_copied": "Score copied!",
"image_copied": "Image copied!",
"stats_copied": "Stats copied!",
"need_reload": "Update needed, please reload the page",
"new": "New",
"new_best": "New best!",
"stats_imported": "Stats successfully imported!",
"answer_randomized": "Answer randomized!"
},
"keyboard": {
"enter": "Enter"
},
"results": {
"win": "You got it!",
"lose": "Oh no!",
"answer": "The answer was <strong>{{answer}}</strong>",
"try_today": "Try today's word!",
"next_word": "Next word",
"play_daily": "Play Daily",
"play_random": "Play Random",
"share": "Share",
"text": "Text",
"image": "Image",
"copy_image": "Copy Image"
},
"stats": {
"title": "Stats",
"total_games": "Total games",
"win_rate": "Win rate",
"current_streak": "Current streak",
"best_streak": "Best streak",
"winning_guesses": "Winning Guesses",
"average_guess_time": "Average Guess Time",
"fastest_game": "Fastest Game",
"average_game": "Average Game",
"average_guess": "Average Guess",
"stats_daily": "Stats only count daily games",
"import_export": "Stats Import/Export",
"back_up_and_restore_your_stats": "Back up and restore your Word Peaks stats",
"import_stats": "Import Stats",
"export_stats": "Export Stats",
"import_info_1": "<strong>Warning:</strong> Importing will OVERWRITE your existing stats on this device or browser.",
"import_info_2": "If you have existing stats on this device that you want to keep, export them first.",
"import_info_3": "<strong>Note:</strong> Only \"stats\" are imported, not your options (hard mode, keyboard layout, etc)",
"paste_your_stats": "Paste your stats in this box",
"ready_to_import": "Ready to import!",
"import": "Import",
"invalid_stats": "Invalid stats, check that you copied it correctly",
"export_instructions": "Copy the full text from this box, or click the Copy button",
"copy": "Copy"
},
"summary": {
"title": "Summary",
"daily": "Daily",
"random": "Random",
"answer": "Answer",
"total_time": "Total time"
},
"options": {
"title": "Options",
"language": "Language",
"help_translate": "Add or fix translations on <a href=\"https://crowdin.com/project/wordle-peaks\">Crowdin</a> or <a href=\"https://github.com/vegeta897/word-peaks#translate\">GitHub</a>",
"keyboard_layout": "Keyboard layout",
"hard_mode": "Hard mode",
"high_contrast_mode": "High contrast mode",
"show_all_hints": "Show all hints in row",
"preview_invalid_words": "Preview invalid words",
"swap_enter_backspace": "Swap Enter/Backspace keys",
"alphabetic": "Alphabetic",
"alphabetic_reversed": "Alphabetic (reversed)",
"use_dyslexic_font": "OpenDyslexic font",
"hide_landscape": "Hide landscape",
"allow_dancing_letters": "Allow dancing letters",
"include_link": "Include link",
"include_times": "Include times",
"hide_arrows": "Hide arrows",
"show_precise_times": "Show precise times",
"tile_sharpness": "Tile sharpness"
},
"footer": {
"credits": "an <a href=\"https://github.com/vegeta897/word-peaks\">open source</a> project",
"donate": "Buy me a coffee ☕",
"donate_short": "Buy me a ☕"
},
"other": {
"new_word": "New word",
"wide_view": "Wide view",
"color": "Color",
"redraw": "Redraw",
"back": "Back"
}
}