forked from onlook-dev/onlook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslation.json
More file actions
324 lines (324 loc) · 11.8 KB
/
translation.json
File metadata and controls
324 lines (324 loc) · 11.8 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
{
"projects": {
"create": {
"settings": {
"title": "Settings",
"tooltip": "Configure new project settings"
},
"success": "Project created successfully.",
"steps": {
"count": "{{current}} of {{total}}",
"error": "Project data is missing."
},
"methods": {
"new": "Create New Project",
"load": "Load Existing Project"
},
"loading": {
"title": "Setting up your new Onlook app...",
"description": "This may take a few seconds",
"cancel": "Cancel"
},
"error": {
"title": "Error creating your Onlook app",
"backToPrompt": "Back to Prompting"
}
},
"select": {
"empty": "No projects found",
"sort": {
"recent": "Recently Updated",
"name": "Project Name"
},
"lastEdited": "Last edited {{time}} ago"
},
"actions": {
"import": "Import",
"close": "Close",
"about": "About Onlook",
"signOut": "Sign out",
"editApp": "Edit App",
"projectSettings": "Project settings",
"showInExplorer": "Show in Explorer",
"renameProject": "Rename Project",
"deleteProject": "Delete Project",
"cancel": "Cancel",
"delete": "Delete",
"rename": "Rename",
"goToAllProjects": "Go to all Projects",
"newProject": "New Project",
"startFromScratch": "Start from scratch",
"importProject": "Import a project",
"subscriptions": "Subscriptions",
"settings": "Settings"
},
"dialogs": {
"delete": {
"title": "Are you sure you want to delete this project?",
"description": "This action cannot be undone. This will permanently delete your project and remove all associated data.",
"moveToTrash": "Also move folder to trash"
},
"rename": {
"title": "Rename Project",
"label": "Project Name",
"error": "Project name can't be empty"
}
},
"prompt": {
"title": "What kind of website do you want to make?",
"description": "Tell us a bit about your project. Be as detailed as possible.",
"input": {
"placeholder": "Paste a reference screenshot, write a novel, get creative...",
"imageUpload": "Upload Image Reference",
"fileReference": "File Reference",
"submit": "Start building your site"
},
"crawl": {
"title": "Duplicate a website",
"description": "Paste a link to a website that you want to duplicate",
"input": {
"placeholder": "Paste a link to a website",
"arialLabel": "URL input for web page crawling",
"crawling": "Getting Data",
"submit": "Get Data"
}
},
"blankStart": "Start from a blank page"
}
},
"welcome": {
"title": "Welcome to Onlook",
"titleReturn": "Welcome back to Onlook",
"description": "Onlook is an open-source visual editor for React apps. Design directly in your live product.",
"alpha": "Alpha",
"login": {
"github": "Login with GitHub",
"google": "Login with Google",
"lastUsed": "You used this last time"
},
"terms": {
"agreement": "By signing up, you agree to our",
"privacy": "Privacy Policy",
"and": "and",
"tos": "Terms of Service"
},
"version": "Version {{version}}"
},
"pricing": {
"plans": {
"basic": {
"name": "Onlook Basic",
"price": "$0/month",
"description": "Prototype and experiment in code with ease.",
"features": [
"Visual code editor access",
"Unlimited projects",
"{{dailyMessages}} AI chat messages a day",
"{{monthlyMessages}} AI messages a month",
"Limited to 1 screenshot per chat"
]
},
"pro": {
"name": "Onlook Pro",
"price": "$20/month",
"description": "Creativity – unconstrained. Build stunning sites with AI.",
"features": [
"Visual code editor access",
"Unlimited projects",
"Unlimited AI chat messages a day",
"Unlimited monthly chats",
"Remove built with Onlook watermark",
"1 free custom domain hosted with Onlook",
"Priority support"
]
}
},
"titles": {
"choosePlan": "Choose your plan",
"proMember": "Thanks for being a Pro member!"
},
"buttons": {
"currentPlan": "Current Plan",
"getPro": "Get Pro",
"manageSubscription": "Manage Subscription"
},
"loading": {
"checkingPayment": "Checking for payment..."
},
"toasts": {
"checkingOut": {
"title": "Checking out",
"description": "You will now be redirected to Stripe to complete the payment."
},
"redirectingToStripe": {
"title": "Redirecting to Stripe",
"description": "You will now be redirected to Stripe to manage your subscription."
},
"error": {
"title": "Error",
"description": "Could not initiate checkout process. Please try again."
}
},
"footer": {
"unusedMessages": "Unused chat messages don't rollover to the next month"
}
},
"editor": {
"modes": {
"design": {
"name": "Design",
"description": "Edit and modify your website's design",
"tooltip": "Switch to design mode"
},
"preview": {
"name": "Preview",
"description": "Preview and test your website's functionality",
"tooltip": "Switch to Preview mode"
}
},
"toolbar": {
"tools": {
"select": {
"name": "Select",
"tooltip": "Select and modify elements"
},
"pan": {
"name": "Pan",
"tooltip": "Pan and move around the canvas"
},
"insertDiv": {
"name": "Insert Container",
"tooltip": "Add a new container element"
},
"insertText": {
"name": "Insert Text",
"tooltip": "Add a new text element"
}
},
"versionHistory": "Version History"
},
"panels": {
"edit": {
"tabs": {
"chat": {
"name": "Chat",
"emptyState": "Select an element to chat with AI",
"emptyStateStart": "Start the project to chat",
"input": {
"placeholder": "Type your message...",
"tooltip": "Chat with AI about the selected element"
},
"controls": {
"newChat": "New Chat",
"history": "Chat History"
},
"settings": {
"showSuggestions": "Show suggestions",
"expandCodeBlocks": "Show code while rendering"
},
"miniChat": {
"button": "Chat with AI"
}
},
"styles": {
"name": "Styles",
"emptyState": "Select an element to edit its style properties",
"groups": {
"position": "Position & Dimensions",
"layout": "Flexbox & Layout",
"style": "Styles",
"text": "Text"
},
"tailwind": {
"title": "Tailwind Classes",
"placeholder": "Add tailwind classes here",
"componentClasses": {
"title": "Main Component Classes",
"tooltip": "Changes apply to component code. This is the default."
},
"instanceClasses": {
"title": "Instance Classes",
"tooltip": "Changes apply to instance code."
}
}
}
}
},
"layers": {
"name": "Layers",
"tabs": {
"layers": "Layers",
"pages": "Pages",
"components": "Components",
"images": "Images",
"windows": {
"name": "Windows",
"emptyState": "Select a window to edit its settings"
},
"brand": "Brand",
"apps": "Apps"
}
}
},
"settings": {
"preferences": {
"language": "Language",
"theme": "Theme",
"deleteWarning": "Delete Warning",
"analytics": "Analytics",
"editor": {
"ide": "Editor",
"shouldWarnDelete": "Warn when deleting elements",
"enableAnalytics": "Enable analytics"
},
"shortcuts": "Shortcuts"
}
},
"frame": {
"startDesigning": {
"prefix": "Press ",
"action": "Play",
"suffix": " to start designing your App"
},
"playButton": "Play",
"waitingForApp": "Waiting for the App to start..."
},
"runButton": {
"portInUse": "Port in Use",
"loading": "Loading",
"play": "Play",
"retry": "Retry",
"stop": "Stop"
},
"zoom": {
"level": "Zoom Level",
"in": "Zoom In",
"out": "Zoom Out",
"fit": "Zoom Fit",
"reset": "Zoom 100%",
"double": "Zoom 200%"
}
},
"help": {
"menu": {
"reloadOnlook": "Reload Onlook",
"theme": {
"title": "Theme",
"light": "Light",
"dark": "Dark",
"system": "System"
},
"language": "Language",
"openSettings": "Open Settings",
"contactUs": {
"title": "Contact Us",
"website": "Website",
"discord": "Discord",
"github": "GitHub",
"email": "Email"
},
"reportIssue": "Report Issue",
"shortcuts": "Shortcuts"
}
}
}