-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
233 lines (233 loc) · 5.9 KB
/
en.json
File metadata and controls
233 lines (233 loc) · 5.9 KB
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
{
"page": {
"login": {
"type": {
"classic": "New login",
"direct": "Direct login"
},
"form": {
"username": "Username",
"password": "Password",
"database": "Database name",
"cluster": "Cluster url",
"submit": "Login",
"demo": "Try it in demo mode"
},
"guide": "No account? Follow the instructions here",
"popup": {
"title": "Unregister the account",
"message": "Are you sure you want to unregister this account?"
}
},
"home": {
"title": "Home",
"logged": "Connected as",
"logout": "Logout",
"tabs": {
"settings": {
"title": "Settings",
"theme": {
"title": "Default theme",
"light": "Light",
"dark": "Dark"
},
"view": {
"title": "Default item view",
"default": "Default",
"card": "Card",
"article": "Article"
},
"language": { "title": "Language" }
},
"overview": {
"title": "Collections overview",
"open": "Open",
"element": "Elements"
},
"about": {
"title": "About",
"version": "Current version",
"check": "Check update",
"update": "New version available"
}
}
},
"collection": {
"new": "New element",
"edit": "Edit collection",
"delete": "Delete collection",
"popup": {
"title": "Delete collection",
"message": "Are you sure you want to delete this collection"
},
"item": {
"new": "New item",
"edit": "Edit item",
"delete": "Delete item",
"popup": {
"title": "Delete item",
"message": "Are you sure you want to delete this item"
}
}
},
"search": {
"open": "Collection page",
"check": "Check all"
}
},
"modal": {
"collection": {
"title": { "new": "New Collection", "edit": "Edit Collection" },
"form": {
"name": "Name",
"icon": "Icon"
}
},
"item": {
"title": { "new": "New item", "edit": "Edit item" },
"form": {
"title": { "label": "Title", "tooltip": "Title of the item" },
"icon": { "label": "Icon", "tooltip": "An icon for the item" },
"version": { "label": "Version", "tooltip": "Specify a version" },
"link": {
"label": "Link",
"tooltip": "URL link for the item, retrieve certain data from the URL automatically by clicking on the download button"
},
"color1": { "label": " ", "tooltip": "Specify one color" },
"color2": { "label": " ", "tooltip": "Specify one color" },
"description": {
"label": "Description",
"tooltip": "limitless text, markdown is supported"
},
"image": {
"label": "Image",
"tooltip": "Thumbnail to represent the item"
},
"tags": {
"label": "Tags",
"tooltip": "Some keywords for the item"
},
"date": {
"label": "Date",
"tooltip": "Specify a date for the item"
}
}
},
"image": {
"title": { "icon": "Edit icon", "image": "Edit image" },
"form": {
"render": {
"title": "Render type",
"tooltip": "The type of the render",
"pixelated": "Pixelated",
"smooth": "Smooth"
},
"border": {
"title": "Border type",
"tooltip": "The type of border",
"round": "round",
"rounded": "rounded",
"square": "square"
},
"background": {
"title": "Background color",
"tooltip": "The color in the background"
}
},
"menu": {
"upload": {
"title": "Upload",
"submit": "Click to Upload",
"error": {
"size": "Image must smaller than 2MB!",
"type": "You can only upload JPG/PNG file!"
}
},
"url": { "title": "From URL", "placeholder": "URL" },
"emoji": { "title": "Emoji", "submit": "Choose Emoji" },
"color": { "title": "Color" }
}
}
},
"global": {
"form": {
"required": "is required"
},
"modal": {
"create": "Create",
"cancel": "Cancel",
"reset": "Reset",
"update": "Update"
},
"popup": {
"ok": "Ok",
"cancel": "Cancel"
}
},
"message": {
"login": {
"success": {
"title": "Successfully authenticated",
"content": "You are now logged as"
},
"error": {
"title": "Error authenticating"
}
},
"logout": {
"success": {
"title": "Successfully logged out",
"content": "You have successfully logged out"
},
"error": {
"title": "Error logging out"
}
},
"settings": {
"fetch": {
"error": {
"title": "Error fetching settings"
}
},
"update": {
"error": {
"title": "Error updating settings"
}
}
},
"item": {
"new": {
"success": {
"title": "New",
"content": "has been created"
},
"error": { "title": "Error while creating new" }
},
"update": {
"success": {
"title": "Update",
"content": "has been updated"
},
"error": { "title": "Error while updating" }
},
"delete": {
"success": {
"title": "Delete",
"content": "has been deleted"
},
"error": { "title": "Error while deleting" }
},
"sort": {
"success": {
"title": "Sort",
"content": "Sorting complete"
},
"error": { "title": "Error while sorting" }
},
"type": {
"item": "item",
"collection": "collection"
}
}
}
}