-
-
Notifications
You must be signed in to change notification settings - Fork 222
Expand file tree
/
Copy pathen.json
More file actions
656 lines (633 loc) · 23 KB
/
en.json
File metadata and controls
656 lines (633 loc) · 23 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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
{
"dstack": "Dstack",
"common": {
"loading": "Loading",
"add": "Add",
"yes": "Yes",
"no": "No",
"create": "Create {{text}}",
"edit": "Edit",
"delete": "Delete",
"remove": "Remove",
"apply": "Apply",
"settings": "Settings",
"match_count_with_value_one": "{{count}} match",
"match_count_with_value_other": "{{count}} matches",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"sign_out": "Sign out",
"cancel": "Cancel",
"save": "Save",
"send" : "Send",
"profile": "Profile",
"copied": "Copied",
"copy": "Copy",
"info": "Info",
"stop": "Stop",
"abort": "Abort",
"close": "Close",
"clearFilter": "Clear filter",
"server_error": "Server error: {{error}}",
"login": "Sign in",
"login_github": "Sign in with GitHub",
"login_okta": "Sign in with Okta",
"login_entra": "Sign in with EntraID",
"login_google": "Sign in with Google",
"general": "General",
"test": "Test",
"local_storage_unavailable": "Local Storage is unavailable",
"local_storage_unavailable_message": "Your browser doesn't support local storage",
"object": "Object",
"objects_other": "Objects",
"continue": "Continue",
"select_visible_columns": "Select visible columns",
"tutorial": "Tutorials",
"tutorial_other": "Tour",
"docs": "Docs",
"discord": "Discord",
"danger_zone": "Danger Zone",
"control_plane": "Control plane",
"refresh": "Refresh",
"quickstart": "Quickstart",
"ask_ai": "Ask AI"
},
"auth": {
"invalid_token": "Invalid token",
"you_are_not_logged_in": "You are not logged in",
"contact_to_administrator": "For getting the authorization token, contact to the administrator",
"sign_in_to_dstack": "Welcome to dstack Sky",
"sign_in_to_dstack_enterprise": "Welcome to dstack",
"authorization_failed": "Authorization is failed",
"try_again": "Please try again",
"login_by_token": "Sign in via a token",
"another_login_methods": "Other sign in options"
},
"navigation": {
"settings": "Settings",
"runs": "Runs",
"models": "Models",
"fleets": "Fleets",
"project": "Project",
"project_other": "Projects",
"general": "General",
"users": "Users",
"user_settings": "User settings",
"account": "User",
"billing": "Billing",
"resources": "Resources",
"volumes": "Volumes",
"instances": "Instances"
},
"backend": {
"page_title_one": "Backend",
"page_title_other": "Backends",
"add_backend": "Add backend",
"edit_backend": "Edit backend",
"empty_message_title": "No backends",
"empty_message_text": "No backends to display.",
"type": {
"aws": "AWS",
"aws_description": "Run workflows and store data in Amazon Web Services ",
"gcp": "GCP",
"gcp_description": "Run workflows and store data in Google Cloud Platform",
"azure": "Azure",
"azure_description": "Run workflows and store data in Microsoft Azure",
"lambda": "Lambda",
"lambda_description": "Run workflows and store data in Lambda",
"local": "Local",
"local_description": "Run workflows and store data locally via Docker"
},
"table": {
"region": "Region",
"bucket": "Storage"
},
"edit": {
"success_notification": "Project updating is successful",
"delete_backend_confirm_title": "Delete backend",
"delete_backend_confirm_message": "Are you sure you want to delete this backend?",
"delete_backends_confirm_title": "Delete backends",
"delete_backends_confirm_message": "Are you sure you want to delete these backends?"
},
"create": {
"success_notification": "Backend is created"
}
},
"gateway": {
"page_title_one": "Gateway",
"page_title_other": "Gateways",
"add_gateway": "Add gateway",
"edit_gateway": "Edit gateway",
"empty_message_title": "No gateways",
"empty_message_text": "No gateways to display.",
"edit": {
"backend": "Backend",
"backend_description": "Select a backend",
"region": "Region",
"region_description": "Select a region",
"default": "Default",
"default_checkbox": "Turn on default",
"external_ip": "External IP",
"wildcard_domain": "Wildcard domain",
"wildcard_domain_description": "Specify the wildcard domain mapped to the external IP.",
"wildcard_domain_placeholder": "*.mydomain.com",
"delete_gateway_confirm_title": "Delete gateway",
"delete_gateway_confirm_message": "Are you sure you want to delete this gateway?",
"delete_gateways_confirm_title": "Delete gateways",
"delete_gateways_confirm_message": "Are you sure you want to delete these gateways?",
"validation": {
"wildcard_domain_format": "Should use next format: {{pattern}}"
}
},
"create": {
"success_notification": "Gateway is created",
"creating_notification": "The gateway is creating. It may take some time"
},
"update": {
"success_notification": "Gateway is updated"
},
"test_domain": {
"success_notification": "Domain is valid"
}
},
"projects": {
"page_title": "Projects",
"search_placeholder": "Find projects",
"empty_message_title": "No projects",
"empty_message_text": "No projects to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"nomatch_message_button_label": "Clear filter",
"repositories": "Repositories",
"runs": "Runs",
"tags": "Tags",
"settings": "Settings",
"join": "Join",
"leave_confirm_title": "Leave project",
"leave_confirm_message": "Are you sure you want to leave this project?",
"leave": "Leave",
"join_success": "Successfully joined the project",
"leave_success": "Successfully left the project",
"join_error": "Failed to join project",
"leave_error": "Failed to leave project",
"card": {
"backend": "Backend",
"settings": "Settings"
},
"edit": {
"general": "General",
"project_name": "Project name",
"owner": "Owner",
"project_name_description": "Only latin characters, dashes, underscores, and digits",
"is_public": "Make project public",
"is_public_description": "Public projects can be accessed by any user without being a member",
"backend": "Backend",
"backend_config": "Backend config",
"backend_config_description": "Specify the backend config in the YAML format. Click Info for examples.",
"backend_type": "Type",
"backend_type_description": "Select a backend type",
"members_empty_message_title": "No members",
"members_empty_message_text": "Select project's members",
"update_members_success": "Members are updated",
"update_visibility_success": "Project visibility updated successfully",
"update_visibility_confirm_title": "Change project visibility",
"update_visibility_confirm_message": "Are you sure you want to change the project visibility? This will affect who can access this project.",
"change_visibility": "Change visibility",
"project_visibility": "Project visibility",
"project_visibility_description": "Control who can access this project",
"make_project_public": "Make project public",
"delete_project_confirm_title": "Delete project",
"delete_project_confirm_message": "Are you sure you want to delete this project?",
"delete_projects_confirm_title": "Delete projects",
"delete_projects_confirm_message": "Are you sure you want to delete these projects?",
"delete_this_project": "Delete this project",
"cli": "CLI",
"aws": {
"authorization": "Authorization",
"authorization_default": "Default credentials",
"authorization_access_key": "Access key",
"access_key": "Access key",
"access_key_id": "Access key ID",
"access_key_id_description": "Specify the AWS access key ID",
"secret_key": "Secret key",
"secret_key_id": "Secret access key",
"secret_key_id_description": "Specify the AWS secret access key",
"regions": "Regions",
"regions_description": "Select regions to run workflows and store artifacts",
"regions_placeholder": "Select regions",
"s3_bucket_name": "Bucket",
"s3_bucket_name_description": "Select an S3 bucket to store artifacts",
"ec2_subnet_id": "Subnet",
"ec2_subnet_id_description": "Select a subnet to run workflows in",
"ec2_subnet_id_placeholder": "Not selected",
"vpc_name": "VPC",
"vpc_name_description": "Enter a vpc"
},
"azure" : {
"authorization": "Authorization",
"authorization_default": "Default credentials",
"authorization_client": "Client secret",
"tenant_id": "Tenant ID",
"tenant_id_description": "Specify an Azure tenant ID",
"tenant_id_placeholder": "Not selected",
"client_id": "Client ID",
"client_id_description": "Specify an Azure client (application) ID",
"client_secret": "Client secret",
"client_secret_description": "Specify an Azure client (application) secret",
"subscription_id": "Subscription ID",
"subscription_id_description": "Select an Azure subscription ID",
"subscription_id_placeholder": "Not selected",
"locations": "Locations",
"locations_description": "Select locations to run workflows",
"locations_placeholder": "Select locations",
"storage_account": "Storage account",
"storage_account_description": "Select an Azure storage account to store artifacts",
"storage_account_placeholder": "Not selected"
},
"gcp": {
"authorization": "Authorization",
"authorization_default": "Default credentials",
"service_account": "Service account key",
"credentials_description": "Credentials description",
"credentials_placeholder": "Credentials placeholder",
"regions": "Regions",
"regions_description": "Select regions to run workflows and store artifacts",
"regions_placeholder": "Select regions",
"project_id": "Project Id",
"project_id_description": "Select a project id",
"project_id_placeholder": "Select a project Id"
},
"lambda": {
"api_key": "API key",
"api_key_description": "Specify the Lambda API key",
"regions": "Regions",
"regions_description": "Select regions to run workflows",
"regions_placeholder": "Select regions",
"storage_backend": {
"type": "Storage",
"type_description": "Select backend storage",
"type_placeholder": "Select type",
"credentials": {
"access_key_id": "Access key ID",
"access_key_id_description": "Specify the AWS access key ID",
"secret_key_id": "Secret access key",
"secret_key_id_description": "Specify the AWS secret access key"
},
"s3_bucket_name": "Bucket",
"s3_bucket_name_description": "Select an S3 bucket to store artifacts"
}
},
"local": {
"path": "Files path"
},
"members": {
"section_title": "Members",
"name": "User name",
"role": "Project role"
},
"secrets": {
"section_title": "Secrets",
"empty_message_title": "No secrets",
"empty_message_text": "No secrets to display.",
"name": "Secret name",
"value": "Secret value",
"create_secret": "Create secret",
"update_secret": "Update secret",
"delete_confirm_title": "Delete secret",
"delete_confirm_message": "Are you sure you want to delete the {{name}} secret?",
"multiple_delete_confirm_title": "Delete secrets",
"multiple_delete_confirm_message": "Are you sure you want to delete {{count}} secrets?",
"not_permissions_title": "No permissions",
"not_permissions_description": "You don't have permissions for managing secrets",
"validation": {
"secret_name_format": "Invalid secret name"
}
},
"error_notification": "Update project error",
"validation": {
"user_name_format": "Only letters, numbers, - or _"
},
"visibility": {
"private": "Private",
"public": "Public"
}
},
"create": {
"page_title": "Create project",
"error_notification": "Create project error",
"success_notification": "Project is created"
},
"repo": {
"search_placeholder": "Find repositories",
"empty_message_title": "No repositories",
"empty_message_text": "No repositories to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"card": {
"owner": "Owner",
"last_run": "Last run",
"tags_count": "Tags count",
"directory": "Directory"
},
"secrets": {
"table_title": "Secrets",
"add_modal_title": "Add secret",
"update_modal_title": "Update secret",
"name": "Secret name",
"name_description": "Secret name",
"value": "Secret value",
"value_description": "Secret value",
"search_placeholder": "Find secrets",
"empty_message_title": "No secrets",
"empty_message_text": "No secrets to display."
}
},
"run": {
"list_page_title": "Runs",
"search_placeholder": "Find runs",
"empty_message_title": "No runs",
"empty_message_text": "No runs to display.",
"quickstart_message_text": "Check out the quickstart guide to get started with dstack",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match. Try to change project or clear filter",
"filter_property_placeholder": "Filter runs by properties",
"project": "Project",
"project_placeholder": "Filtering by project",
"repo": "Repository",
"repo_placeholder": "Filtering by repository",
"user": "User",
"user_placeholder": "Filtering by user",
"active_only": "Active runs",
"log": "Logs",
"log_empty_message_title": "No logs",
"log_empty_message_text": "No logs to display.",
"run_name": "Name",
"workflow_name": "Workflow",
"configuration": "Configuration",
"instance": "Instance",
"priority": "Priority",
"provider_name": "Provider",
"status": "Status",
"submitted_at": "Submitted",
"finished_at": "Finished",
"metrics": {
"title": "Metrics",
"show_metrics": "Show metrics",
"cpu_utilization": "CPU utilization %",
"memory_used": "System memory used",
"per_each_cpu_utilization": "GPU utilization %",
"per_each_memory_used": "GPU memory used"
},
"jobs": "Jobs",
"job_name": "Job Name",
"cost": "Cost",
"backend": "Backend",
"region": "Region",
"instance_id": "Instance ID",
"resources": "Resources",
"spot": "Spot",
"termination_reason": "Termination reason",
"price": "Price",
"error": "Error",
"artifacts": "Artifacts",
"artifacts_count": "Artifacts",
"hub_user_name": "User",
"service_url": "Service URL",
"statuses": {
"pending": "Pending",
"submitted": "Submitted",
"provisioning": "Provisioning",
"pulling": "Pulling",
"downloading": "Downloading",
"running": "Running",
"uploading": "Uploading",
"stopping": "Stopping",
"stopped": "Stopped",
"terminating": "Terminating",
"terminated": "Terminated",
"aborting": "Aborting",
"aborted": "Aborted",
"failed": "Failed",
"done": "Done",
"building": "Building"
}
},
"tag": {
"list_page_title": "Artifacts",
"search_placeholder": "Find tags",
"empty_message_title": "No tags",
"empty_message_text": "No tags to display.",
"tag_name": "Tag",
"run_name": "Run",
"artifacts": "Files"
},
"artifact": {
"list_page_title": "Artifacts",
"search_placeholder": "Find objects",
"empty_message_title": "No objects",
"empty_message_text": "No objects to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"name": "Name",
"type": "Type",
"size": "Size"
}
},
"models": {
"model_name": "Name",
"url": "URL",
"gateway": "Gateway",
"type": "Type",
"run": "Run",
"resources": "Resources",
"price": "Price",
"submitted_at": "Submitted",
"user": "User",
"repository": "Repository",
"backend": "Backend",
"code": "Code",
"empty_message_title": "No models",
"empty_message_text": "No models to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"nomatch_message_button_label": "Clear filter",
"details": {
"instructions": "System",
"instructions_description": "Specify system",
"message_placeholder": "Enter your question",
"chat_empty_title": "No messages yet",
"chat_empty_message": "Please start a chat",
"run_name": "Run name",
"view_code": "View code",
"view_code_description": "You can use the following code to start integrating your current prompt and settings into your application."
}
},
"fleets": {
"fleet": "Fleet",
"fleet_placeholder": "Filtering by fleet",
"fleet_name": "Fleet name",
"total_instances": "Number of instances",
"empty_message_title": "No fleets",
"empty_message_text": "No fleets to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"nomatch_message_button_label": "Clear filter",
"active_only": "Active fleets",
"filter_property_placeholder": "Filter fleets by properties",
"statuses": {
"active": "Active",
"submitted": "Submitted",
"failed": "Failed",
"terminating": "Terminating",
"terminated": "Terminated"
},
"instances": {
"active_only": "Active instances",
"filter_property_placeholder": "Filter instances by properties",
"title": "Instances",
"empty_message_title": "No instances",
"empty_message_text": "No instances to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"instance_name": "Instance",
"instance_num": "Instance num",
"created": "Created",
"status": "Status",
"project": "Project",
"hostname": "Host name",
"instance_type": "Type",
"statuses": {
"pending": "Pending",
"provisioning": "Provisioning",
"idle": "Idle",
"busy": "Busy",
"terminating": "Terminating",
"terminated": "Terminated"
},
"resources": "Resources",
"backend": "Backend",
"region": "Region",
"spot": "Spot",
"started": "Started",
"price": "Price"
}
},
"volume": {
"volumes": "Volumes",
"empty_message_title": "No volumes",
"empty_message_text": "No volumes to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"delete_volumes_confirm_title": "Delete volumes",
"delete_volumes_confirm_message": "Are you sure you want to delete these volumes?",
"active_only": "Active volumes",
"filter_property_placeholder": "Filter volumes by properties",
"name": "Name",
"project": "Project name",
"region": "Region",
"backend": "Backend",
"status": "Status",
"created": "Created",
"finished": "Finished",
"price": "Price (per month)",
"cost": "Cost",
"statuses": {
"failed": "Failed",
"submitted": "Submitted",
"provisioning": "Provisioning",
"active": "Active",
"deleted": "Deleted"
}
},
"users": {
"page_title": "Users",
"search_placeholder": "Find members",
"empty_message_title": "No members",
"empty_message_text": "No members to display.",
"nomatch_message_title": "No matches",
"nomatch_message_text": "We can't find a match.",
"user_name": "User name",
"user_name_description": "Only latin characters, dashes, underscores, and digits",
"global_role_description": "Whether the user is an administrator or not",
"email_description": "Enter user email",
"token": "Token",
"token_description": "Specify use your personal access token",
"global_role": "Global role",
"active": "Active",
"active_description": "Specify user activation",
"activated": "Activated",
"deactivated": "Deactivated",
"email": "Email",
"created_at": "Created at",
"account": "User",
"account_settings": "User settings",
"settings": "Settings",
"projects": "Projects",
"create": {
"page_title": "Create user",
"error_notification": "Create user error",
"success_notification": "User is created"
},
"edit": {
"error_notification": "Update user error",
"success_notification": "User updating is successful",
"refresh_token_success_notification": "Token rotating is successful",
"refresh_token_error_notification": "Token rotating error",
"refresh_token_confirm_title": "Rotate token",
"refresh_token_confirm_message": "Are you sure you want to rotate token?",
"refresh_token_button_label": "Rotate",
"validation": {
"user_name_format": "Only letters, numbers, - or _",
"email_format": "Incorrect email"
}
},
"manual_payments": {
"title": "Credits history",
"add_payment": "Add payment",
"empty_message_title": "No payments",
"empty_message_text": "No payments to display.",
"create": {
"success_notification": "Payment creating is successful"
},
"edit": {
"value": "Amount",
"value_description": "Enter amount here",
"description": "Description",
"description_description": "Describe payment here",
"created_at": "Created at"
}
},
"token_copied": "Token copied"
},
"billing": {
"title": "Billing",
"balance": "Balance",
"billing_history": "Billing history",
"payment_method": "Payment method",
"no_payment_method": "No payment method attached",
"top_up_balance": "Top up balance",
"edit_payment_method": "Edit payment method",
"payment_amount": "Payment amount",
"amount_description": "Minimum: ${{value}}",
"make_payment": "Make a payment",
"min_amount_error_message": "The amount is allowed to be more than {{value}}",
"payment_success_message": "Payment succeeded. There can be a short delay before the balance is updated."
},
"validation": {
"required": "This is required field"
},
"users_autosuggest": {
"placeholder": "Enter username or email to add member",
"entered_text": "Add member",
"loading": "Loading users",
"no_match": "No matches found"
},
"roles": {
"admin": "Admin",
"manager": "Manager",
"user": "User"
},
"confirm_dialog": {
"title": "Confirm delete",
"message": "Are you sure you want to delete?"
}
}