|
@@ -1,44 +1,13 @@
|
|
|
+/*
|
|
|
+ * @Author: vera_min vera_min@163.com
|
|
|
+ * @Date: 2025-09-01 10:41:04
|
|
|
+ * @LastEditors: vera_min vera_min@163.com
|
|
|
+ * @LastEditTime: 2025-09-01 12:07:11
|
|
|
+ * @FilePath: /sagoo-admin-ui-pro2/src/i18n/pages/dataAnalysis/en.ts
|
|
|
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
+ */
|
|
|
// 数据分析
|
|
|
export default {
|
|
|
- tabs: {
|
|
|
- info: 'Source Info',
|
|
|
- nodes: 'Data Nodes',
|
|
|
- viewData: 'View Data',
|
|
|
- baseInfo: 'Basic Info',
|
|
|
- ruleExpr: 'Rule Expression',
|
|
|
- reqParams: 'Request Params',
|
|
|
- sourceConfig: 'Source Config',
|
|
|
- indicator: {
|
|
|
- dialogTitleAdd: 'Add Calculation Indicator Model',
|
|
|
- dialogTitleEdit: 'Edit Calculation Indicator Model',
|
|
|
- labels: {
|
|
|
- key: 'Indicator Key',
|
|
|
- name: 'Indicator Name',
|
|
|
- description: 'Description',
|
|
|
- formula: 'Formula',
|
|
|
- dataType: 'Data Type',
|
|
|
- accuracy: 'Accuracy',
|
|
|
- operators: 'Operators',
|
|
|
- deviceAttr: 'Device Attribute',
|
|
|
- currentFormula: 'Current Formula',
|
|
|
- editFormula: 'Edit',
|
|
|
- },
|
|
|
- placeholders: {
|
|
|
- inputKey: 'Enter indicator key',
|
|
|
- inputName: 'Enter indicator name',
|
|
|
- inputDescription: 'Enter description',
|
|
|
- inputFormula: 'Enter formula',
|
|
|
- selectDataType: 'Select data type',
|
|
|
- inputAccuracy: 'Enter accuracy',
|
|
|
- },
|
|
|
- types: {
|
|
|
- int: 'int (integer)',
|
|
|
- long: 'long (long integer)',
|
|
|
- float: 'float (single precision)',
|
|
|
- double: 'double (double precision)',
|
|
|
- },
|
|
|
- },
|
|
|
- },
|
|
|
labels: {
|
|
|
selectProduct: 'Select Product',
|
|
|
selectDevice: 'Select Device',
|
|
@@ -46,57 +15,14 @@ export default {
|
|
|
selectTime: 'Select Time',
|
|
|
aggregation: "Aggregation"
|
|
|
},
|
|
|
- columns: {
|
|
|
- id: 'ID',
|
|
|
- key: 'Key',
|
|
|
- name: 'Name',
|
|
|
- dataType: 'Data Type',
|
|
|
- value: 'Value Items',
|
|
|
- createdAt: 'Created At',
|
|
|
- action: 'Actions',
|
|
|
- sourceId: 'ID',
|
|
|
- from: 'Source Type',
|
|
|
- },
|
|
|
+ columns: {},
|
|
|
actions: {
|
|
|
printChart: "Print Chart",
|
|
|
- publish: 'Publish',
|
|
|
- disable: 'Disable',
|
|
|
- add: 'Add',
|
|
|
- edit: 'Edit',
|
|
|
- delete: 'Delete',
|
|
|
- detail: 'Detail',
|
|
|
- search: 'Search',
|
|
|
- batchDelete: 'Batch Delete',
|
|
|
- copy: 'Copy',
|
|
|
- },
|
|
|
- status: {
|
|
|
- published: 'Published',
|
|
|
- unpublished: 'Unpublished',
|
|
|
- all: 'All',
|
|
|
- },
|
|
|
- options: {
|
|
|
- all: 'All',
|
|
|
- api: 'API Import',
|
|
|
- db: 'Database',
|
|
|
- file: 'File',
|
|
|
- device: 'Device',
|
|
|
- yes: 'Yes',
|
|
|
- no: 'No',
|
|
|
- },
|
|
|
- messages: {
|
|
|
- opSuccess: 'Operation succeeded',
|
|
|
- deleteConfirmSelected: 'Are you sure to delete selected data?',
|
|
|
- deleteNodeConfirm: 'This will permanently delete node: "{name}". Continue?',
|
|
|
- pleaseSelectToDelete: 'Please select data to delete.',
|
|
|
- tip: 'Tip',
|
|
|
- confirm: 'Confirm',
|
|
|
- cancel: 'Cancel',
|
|
|
- deleteSuccess: 'Deleted successfully',
|
|
|
- copyConfirm: 'Confirm to copy this data?',
|
|
|
- copySuccess: 'Copied successfully',
|
|
|
- batchDeleteConfirm: 'Confirm to batch delete these data?',
|
|
|
- deleteRowConfirm: 'This will delete: "{name}". Continue?',
|
|
|
+ search: 'Search'
|
|
|
},
|
|
|
+ status: {},
|
|
|
+ options: {},
|
|
|
+ messages: {},
|
|
|
placeholders: {
|
|
|
selectProduct: "Select Product",
|
|
|
selectDevice: "Select Device",
|