summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/src/assets/i18n/en-us.json
blob: e484b3f78e53ef8d3898ee2d2b3ddf96df706f83 (plain)
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
{
  "SIDEBAR": {
    "FEDDFER": "DataLake Feeder",
    "KAFKA": "Kafka",
    "TOPICS": "Topics",
    "DATABASE": "Database",
    "DASHBOARD": "Portal Setting",
    "DASHBOARDLIST": "Portal",
    "TEMPLATE": "Design",
    "ABOUT": "About"
  },
  "NAME": "Name",
  "STATUS": "Status",
  "SINK": "Sink",
  "AUTHENTICATION": "Authentication",
  "DATA_FORMAT": "Data format",
  "TTL": "TTL(days)",
  "SAVE_RAW_DATA": "Save raw data",
  "CORRELATE_CLEARED_MESSAGE": "Correlate cleared message",
  "DEFAULT_CONFIGURATIONS": "Default configurations",
  "ID_EXTRACTION": "ID extraction",
  "CONFIGURED": "Configured",
  "UNCONFIGURED": "Unconfigured",
  "NEW_TOPIC": "New topic",
  "DATABASE_CONNECTIONS": "Database connections",
  "BUCKET": "Bucket",
  "HOST": "Host",
  "PORT": "Port",
  "ENABLE_SSL": "Encrypt Communication",
  "VERIFY": "Verify",
  "SETTING": "Setting",
  "DOCUMENT_STORE": "Document store",
  "SEARCH_ENGINE": "Search engine",
  "DELETE": "Delete",
  "ERROR_CODE": "Error Code",
  "SUCCESS_UPDATED": "Success updated",
  "TOPIC_DEFAULT_CONF_NOTICE": "Notice: This topic uses the default topics settings.",
  "HOME": "Home",
  "ConfigDashboard": "Config Portal",
  "EDIT": "Edit",
  "OK": "OK",
  "Save": "Save",
  "Cancel": "Cancel",
  "NewDashboard": "New Portal",
  "DestinationType": "Destination type",
  "InputValue": "Default",
  "Username": "Username",
  "Password": "Password",
  "Enabled": "Enabled",
  "No": "No",
  "TEMPLATE_NAME": "Name",
  "TEMPLATE_TYPE": "Type",
  "TOPICS_NAME": "Topic",
  "DEPLOY_TO_DASHBOARD": "Deploy",
  "DEPLOY": "Deploy",
  "NODATA": "No Data",
  "NEW_TEMPLATE": "New design",
  "TEMPLATE_BODY": "Body",
  "FIELUPLOAD": "Import",
  "SUCCESSFULLY_CREARED": "Successfully created.",
  "FAILED_CREARED": "Failed updated.",
  "SUCCESSFULLY_UPDATED": "Successfully updated.",
  "FAILED_UPDATED": "Failed updated.",
  "SUCCESSFULLY_DELETED": "Successfully deleted.",
  "FAILED_DELETED": "Failed deleted.",
  "Deploy_SUCCESSFULLY": "Deploy successfully.",
  "Deploy_FAILED": "Deploy failed.",
  "ARE_YOU_SURE_DELETE": "Are you sure you want to delete it?"
}