-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathen.json
More file actions
25 lines (23 loc) · 934 Bytes
/
en.json
File metadata and controls
25 lines (23 loc) · 934 Bytes
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
{
"label_operations": "Operations",
"title_empty": "No operations data",
"pleaceholder_search": "Search operations",
"placeholder_kind": "Select operation kind",
"kind_ssBackgrounds": "SS/Backgrounds",
"kind_export_s3": "Export/S3",
"kind_export_yt": "Export/YT",
"kind_buildIndex": "Build Index",
"column_operationId": "Operation ID",
"column_status": "Status",
"column_createdBy": "Created By",
"column_createTime": "Create Time",
"column_endTime": "End Time",
"column_duration": "Duration",
"label_duration-ongoing": "{{value}} (ongoing)",
"header_cancel": "Cancel operation",
"header_forget": "Forget operation",
"text_cancel": "The operation will be cancelled. Do you want to proceed?",
"text_forget": "The operation will be forgotten. Do you want to proceed?",
"text_forgotten": "The operation {{id}} has been forgotten",
"text_cancelled": "The operation {{id}} has been cancelled"
}