-
Notifications
You must be signed in to change notification settings - Fork 8
/
en.json
182 lines (182 loc) · 4.32 KB
/
en.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"footer": {
"description": "Modrinth is open source software.",
"copyright": "© Guavy LLC",
"legal": {
"heading": "Legal",
"terms": "Terms",
"privacy": "Privacy",
"rules": "Rules"
},
"resources": {
"heading": "Resources",
"blog": "Blog",
"docs": "Docs"
},
"buttons": {
"privacy": "Set privacy preferences",
"theme": {
"label": "Change theme",
"system": "System theme",
"light": "Light mode",
"dark": "Dark mode",
"oled": "OLED mode"
},
"language": {
"label": "Select language",
"en": "English",
"en-GB": "English (UK)",
"fr": "French",
"fr-FR": "French (FR)"
}
}
},
"error": {
"status": "{status} Error",
"message": {
"404": "Uh oh, looks like you got lost in the [Labyrinth](https://github.com/modrinth/labrinth).<br />The page you are looking for could not be found.",
"project_missing": "The {type} you were looking for cannot be found.",
"default": "An unexpected error has occurred."
},
"actions": {
"home": "Go home",
"discord": "Get help on Discord"
}
},
"pages": {
"description": "Description",
"gallery": "Gallery",
"changelog": "Changelog",
"versions": "Versions",
"settings": "Settings",
"reports": "Reports",
"moderation": "Moderation",
"notifications": "Notifications",
"about": "About",
"following": "Following",
"all": "All"
},
"generic": {
"labels": {
"license": "License",
"project_id": "Project ID",
"project_status": "Project status"
},
"actions": {
"edit": "Edit",
"follow": "Follow",
"unfollow": "Unfollow",
"report": "Report",
"new_project": "New project",
"download": "Download",
"save": "Save",
"cancel": "Cancel",
"discard": "Discard changes"
},
"external": {
"github_profile": "GitHub profile",
"discord": "Discord",
"github": "GitHub",
"issues": "Issues",
"source": "Source",
"wiki": "Wiki",
"patreon": "Patreon",
"paypal": "PayPal",
"buy_me_a_coffee": "Buy Me a Coffee",
"github_sponsors": "GitHub Sponsors",
"donate": "Donate",
"kofi": "Ko-Fi"
},
"environments": {
"label": "Environment",
"server_side": "Server side",
"client_side": "Client side",
"values": {
"required": "Required",
"unsupported": "Unsupported",
"optional": "Optional",
"unknown": "Unknown"
}
},
"byline": "by <u>{author}</u>"
},
"project": {
"types": {
"mod": {
"singular": "Mod",
"plural": "Mods",
"search": "Search mods..."
},
"modpack": {
"singular": "Modpack",
"plural": "Modpacks",
"search": "Search modpacks..."
}
},
"sidebar_headings": {
"external_resources": "External resources",
"featured_versions": "Featured versions",
"project_members": "Project members",
"technical_information": "Technical information"
}
},
"status": {
"approved": "Approved",
"rejected": "Rejected",
"draft": "Draft",
"unlisted": "Unlisted",
"processing": "Under review",
"unknown": "Unknown"
},
"release_channels": {
"release": "Release",
"beta": "Beta",
"alpha": "Alpha"
},
"roles": {
"developer": "Developer",
"admin": "Admin",
"moderator": "Moderator"
},
"stats": {
"joined": "Joined {ago}",
"notified": "Notified {ago}",
"downloads": "{downloads, plural, one {<b>1</b> download} other {<b>#</b> downloads}}",
"followers_of_projects": "{followers, plural, one {<b>1</b> follower of projects} other {<b>#</b> followers of projects}}",
"followers": "{followers, plural, one {<b>1</b> follower} other {<b>#</b> followers}}",
"user_id": "User ID: {id}",
"created": "Created {ago}",
"updated": "Updated {ago}"
},
"tags": {
"technology": "Technology",
"adventure": "Adventure",
"magic": "Magic",
"utility": "Utility",
"decoration": "Decoration",
"library": "Library",
"cursed": "Cursed",
"worldgen": "World generation",
"storage": "Storage",
"food": "Food",
"equipment": "Equipment",
"miscellaneous": "Miscellaneous",
"challenging": "Challenging",
"combat": "Combat",
"kitchen-sink": "Kitchen Sink",
"lightweight": "Lightweight",
"multiplayer": "Multiplayer",
"quests": "Quests",
"optimization": "Optimization",
"fabric": "Fabric",
"forge": "Forge",
"quilt": "Quilt",
"modloader": "ModLoader",
"rift": "Rift",
"server": "Server",
"client": "Client",
"good": "Good",
"trash": "Trash",
"misc": "Miscellaneous"
}
}