github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/src/locales/en.ts (about)

     1  export default {
     2      main: {
     3          create: 'Create',
     4          cancel: 'Cancel',
     5          return: 'Return',
     6          edit: 'Edit',
     7          copy: 'Copy',
     8          duplicate: 'Duplicate',
     9          paste: 'Paste',
    10          copyToClipboard: 'Copy To Clipboard',
    11          reload: 'Reload',
    12          remove: 'Remove',
    13          update: 'Update',
    14          save: 'Save',
    15          exec: 'Exec',
    16          loadFromServer: 'Load from server',
    17          restart: 'Restart',
    18          call: 'Call',
    19          ok: 'OK',
    20          export: 'Export',
    21          import: 'Import',
    22          no: 'No',
    23          'are_you_sure_to_do_want_this?': 'Are you sure to do want this?',
    24          createdAt: 'Created At',
    25          updatedAt: 'Updated At',
    26          start: 'Start',
    27          stop: 'Stop',
    28          currentState: 'Current State',
    29          enable: 'Enable',
    30          disable: 'Disable',
    31          closeDialog: 'Close',
    32          ACTIVE: 'Active',
    33          BLOCKED: 'Blocked',
    34          Success: 'Success',
    35          Warning: 'Warning',
    36          Error: 'Error',
    37          filter: 'Filter',
    38          open: 'Open',
    39          tags: 'Tags',
    40          actions: 'Actions',
    41          or: 'Or',
    42          newContentMessage: 'New content available, click on reload button to update.',
    43          upload: 'Upload',
    44          download: 'Download',
    45          dialogExportTitle: 'Export',
    46          dialogImportTitle: 'Import'
    47      },
    48      message: {
    49          unknownError: 'unknown error',
    50          selectedImage: 'Selected Image',
    51          createdSuccessfully: 'Created successfully',
    52          updatedSuccessfully: 'Updated successfully',
    53          uploadSuccessfully: 'Upload successfully',
    54          callSuccessful: 'Call successful',
    55          reloadSuccessful: 'Reload successful',
    56          importedSuccessful: 'Imported successful',
    57          requestSentSuccessfully: 'Request sent successfully',
    58          corruptedJsonFormat: 'Corrupted Json Format',
    59          startedRestoreProcess: 'Started the recovery process, the system will reboot soon'
    60      },
    61      common: {
    62          inputText: 'Please input',
    63          selectText: 'Please select',
    64          startTimeText: 'Start time',
    65          endTimeText: 'End time',
    66          login: 'Login',
    67          required: 'This is required',
    68          loginOut: 'Login out',
    69          document: 'Document',
    70          reminder: 'Reminder',
    71          loginOutMessage: 'Exit the system?',
    72          back: 'Back',
    73          ok: 'OK',
    74          cancel: 'Cancel',
    75          reload: 'Reload current',
    76          closeTab: 'Close current',
    77          closeTheLeftTab: 'Close left',
    78          closeTheRightTab: 'Close right',
    79          closeOther: 'Close other',
    80          closeAll: 'Close all',
    81          prevLabel: 'Prev',
    82          nextLabel: 'Next',
    83          skipLabel: 'Jump',
    84          doneLabel: 'End',
    85          menu: 'Menu',
    86          menuDes: 'Menu bar rendered in routed structure',
    87          collapse: 'Collapse',
    88          collapseDes: 'Expand and zoom the menu bar',
    89          tagsView: 'Tags view',
    90          tagsViewDes: 'Used to record routing history',
    91          tool: 'Tool',
    92          toolDes: 'Used to set up custom systems',
    93          query: 'Query',
    94          reset: 'Reset',
    95          shrink: 'Put away',
    96          expand: 'Expand',
    97          delMessage: 'Delete the selected data?',
    98          delWarning: 'Warning',
    99          delOk: 'OK',
   100          delCancel: 'Cancel',
   101          delNoData: 'Please select the data to delete',
   102          delSuccess: 'Deleted successfully',
   103          userProfile: 'Profile'
   104      },
   105      error: {
   106          noPermission: `Sorry, you don't have permission to access this page.`,
   107          pageError: 'Sorry, the page you visited does not exist.',
   108          networkError: 'Sorry, the server reported an error.',
   109          returnToHome: 'Return to home'
   110      },
   111      entityAction: {
   112          action: 'Action',
   113          selectAction: 'Select Action',
   114          tags: 'Tags',
   115          area: 'Area',
   116          entity: 'Entity',
   117          eventSystem: 'Event System',
   118          eventName: 'Event Name',
   119          eventArgs: 'Event Args',
   120      },
   121      setting: {
   122          projectSetting: 'Project setting',
   123          theme: 'Theme',
   124          layout: 'Layout',
   125          systemTheme: 'System theme',
   126          menuTheme: 'Menu theme',
   127          interfaceDisplay: 'Interface display',
   128          breadcrumb: 'Breadcrumb',
   129          breadcrumbIcon: 'Breadcrumb icon',
   130          collapseMenu: 'Collapse menu',
   131          hamburgerIcon: 'Hamburger icon',
   132          screenfullIcon: 'Screenfull icon',
   133          sizeIcon: 'Size icon',
   134          localeIcon: 'Locale icon',
   135          tagsView: 'Tags view',
   136          logo: 'Logo',
   137          greyMode: 'Grey mode',
   138          fixedHeader: 'Fixed header',
   139          headerTheme: 'Header theme',
   140          cutMenu: 'Cut Menu',
   141          copy: 'Copy',
   142          clearAndReset: 'Clear cache and reset',
   143          copySuccess: 'Copy success',
   144          copyFailed: 'Copy failed',
   145          footer: 'Footer',
   146          uniqueOpened: 'Unique opened',
   147          tagsViewIcon: 'Tags view icon',
   148          dynamicRouter: 'Dynamic router',
   149          reExperienced: 'Please exit the login experience again',
   150          fixedMenu: 'Fixed menu'
   151      },
   152      size: {
   153          default: 'Default',
   154          large: 'Large',
   155          small: 'Small'
   156      },
   157      login: {
   158          welcome: 'Welcome to the system',
   159          message: 'Backstage management system',
   160          username: 'Username',
   161          password: 'Password',
   162          register: 'Register',
   163          checkPassword: 'Confirm password',
   164          login: 'Sign in',
   165          otherLogin: 'Sign in with',
   166          remember: 'Remember me',
   167          hasUser: 'Existing account? Go to login',
   168          forgetPassword: 'Forget password',
   169          usernamePlaceholder: 'Please input username',
   170          passwordPlaceholder: 'Please input password',
   171          code: 'Verification code',
   172          codePlaceholder: 'Please input verification code',
   173          restorePassword: 'Restore password',
   174          returnToSignIn: 'Return to login form',
   175          updatePassword: 'Update password',
   176          server: 'Server ID',
   177          serverPlaceholder: 'Please input server id',
   178      },
   179      router: {
   180          login: 'Login',
   181          New: 'New',
   182          EditEntity: 'Edit Entity',
   183          EditScript: 'Edit Script',
   184          EditTask: 'Edit Task',
   185          EditTrigger: 'Edit Trigger',
   186          EditCondition: 'Edit Condition',
   187          EditAction: 'Edit Action',
   188          EditDashboard: 'Edit Dashboard',
   189          EditDashboard2: 'Edit Dashboard V2',
   190          EditVariable: 'Edit Variable',
   191          EditArea: 'Edit Area',
   192          EditZigbee2mqtt: 'Edit Zigbee2mqtt',
   193          EditUser: 'Edit User',
   194          EditPlugin: 'Edit Plugin',
   195          ListEntities: 'List Entities',
   196          ListScripts: 'List Scripts',
   197          ListDashboards: 'List Dashboards',
   198          ListZigbee2mqtt: 'List Zigbee2mqtt',
   199          View: 'View',
   200          Development: 'Development',
   201          Entities: 'Entities',
   202          Scripts: 'Scripts',
   203          Automation: 'Automation',
   204          Tasks: 'Tasks',
   205          Triggers: 'Triggers',
   206          Conditions: 'Conditions',
   207          Actions: 'Actions',
   208          Zigbee2mqtt: 'Zigbee2mqtt',
   209          Dashboard: 'Dashboard',
   210          Dashboards: 'Dashboards',
   211          DashboardsView: 'View Dashboard',
   212          Variables: 'Variables',
   213          Plugins: 'Plugins',
   214          Logs: 'Logs',
   215          etc: "ETC",
   216          Swagger: 'Swagger',
   217          Typedoc: 'Typedoc',
   218          Imagebrowser: 'Image Browser',
   219          Areas: 'Areas',
   220          Users: 'Users',
   221          Backups: 'Backups',
   222          MessageDelivery: 'Message Delivery',
   223          Settings: 'Settings',
   224          Tools: 'Tools',
   225          Mqtt: 'Mqtt Server',
   226          Main: 'Main',
   227          Develop: 'Develop'
   228      },
   229      permission: {
   230          hasPermission: 'Please set the operation permission value'
   231      },
   232      logs: {
   233          dateTimerange: 'Date Time range',
   234          today: 'Today',
   235          yesterday: 'Yesterday',
   236          aWeekAgo: 'A week ago',
   237          level: 'Level',
   238          owner: 'Owner',
   239          body: 'Body'
   240      },
   241      variables: {
   242          name: 'Name',
   243          value: 'Value',
   244          addNew: 'Add new variable',
   245          editor: 'Editor'
   246      },
   247      plugins: {
   248          name: 'Name',
   249          version: 'Version',
   250          enabled: 'Enabled',
   251          system: 'System',
   252          trigger: 'Trigger',
   253          actors: 'Actors',
   254          actorCustomAttrs: 'Actor Custom Attrs',
   255          actorCustomActions: 'Actor Custom Actions',
   256          actorCustomStates: 'Actor Custom States',
   257          actorCustomSettings: 'Actor Custom Settings',
   258          main: 'Main',
   259          actor: 'Actor',
   260          settings: 'Settings',
   261          actorAttrs: 'Actor attributes',
   262          attrType: 'Type',
   263          attrValue: 'Value',
   264          actorActions: 'Actor actions',
   265          actionImage: 'Image',
   266          actionIcon: 'Icon',
   267          actionDescription: 'Description',
   268          actorStates: 'Actor States',
   269          actorSettings: 'Actor Settings',
   270          readme: 'Readme'
   271      },
   272      areas: {
   273          id: 'ID',
   274          name: 'Name',
   275          description: 'Description',
   276          addNew: 'Add new area'
   277      },
   278      users: {
   279          id: 'ID',
   280          nickname: 'Nick',
   281          firstName: 'First Name',
   282          lastName: 'Last Name',
   283          role: 'Role',
   284          password: 'Password',
   285          passwordRepeat: 'Password Repeat',
   286          passwordPlaceholder: 'password',
   287          email: 'Email',
   288          status: 'Status',
   289          addNew: 'Add new user',
   290          image: 'Image'
   291      },
   292      backup: {
   293          operations: 'Operations',
   294          name: 'Name',
   295          addNew: 'Create new snapshot',
   296          size: 'Size',
   297          uploadDump: 'Upload snapshot',
   298          restoreSnapshot: 'Restore the snapshot ?',
   299          removeSnapshot: 'Remove the snapshot ?'
   300      },
   301      messageDelivery: {
   302          id: 'ID',
   303          messageType: 'Message Type',
   304          dateTimerange: 'Date Time range',
   305          today: 'Today',
   306          yesterday: 'Yesterday',
   307          aWeekAgo: 'A week ago',
   308          attributes: 'Attributes',
   309          address: 'Address',
   310          status: 'Status',
   311          nothing: '-',
   312          dialogTitle: 'Message details',
   313      },
   314      images: {
   315          goToArchive: 'Archive',
   316          upload: 'Upload',
   317          imageBrowser: 'Image Browser'
   318      },
   319      automation: {
   320          id: 'ID',
   321          name: 'Name',
   322          description: 'Description',
   323          enabled: 'Enabled',
   324          nothing: '-',
   325          addNew: 'Add new task',
   326          import: 'Import task',
   327          condition: 'Condition',
   328          area: 'Area',
   329          task: 'Task',
   330          main: 'Main',
   331          dialogTitle: 'Import task',
   332          operations: 'Actions',
   333          telemetry: 'Telemetry',
   334          tasks: {
   335              triggers: 'Triggers',
   336              conditions: 'Conditions',
   337              actions: 'Actions',
   338              eventStart: 'Event Start',
   339              eventEnd: 'Event End',
   340              pipeline: 'Pipeline',
   341              exportDialogTitle: 'Export Task'
   342          },
   343          triggers: {
   344              id: 'ID',
   345              name: 'Name',
   346              script: 'Script',
   347              entity: 'Entity',
   348              plugin: 'Plugin',
   349              operations: 'Operations',
   350              addNew: 'Add new trigger',
   351              pluginName: 'Plugin name',
   352              addTrigger: 'Add Trigger',
   353              pluginOptions: 'Plugin Options',
   354              timePluginOptions: 'Time Expression',
   355              alexaSkillId: 'Alexa Skill ID'
   356          },
   357          conditions: {
   358              id: 'ID',
   359              name: 'Name',
   360              script: 'Script',
   361              operations: 'Operations',
   362              addNew: 'Add new condition',
   363              addCondition: 'Add Condition'
   364          },
   365          actions: {
   366              id: 'ID',
   367              name: 'Name',
   368              script: 'Script',
   369              entity: 'Entity',
   370              action: 'Action',
   371              operations: 'Operations',
   372              addNew: 'Add new action',
   373              addAction: 'Add Action',
   374              entityActionName: 'Entity Action'
   375          },
   376      },
   377      scripts: {
   378          id: 'ID',
   379          name: 'Name',
   380          lang: 'Lang',
   381          description: 'Description',
   382          addNew: 'Add new script',
   383          scriptInfo: 'Info',
   384          alexaIntents: 'Alexa Intents',
   385          entityActions: 'Entity Actions',
   386          entityScripts: 'Entity Scripts',
   387          automationTriggers: 'Automation Triggers',
   388          automationConditions: 'Automation Conditions',
   389          automationActions: 'Automation Actions',
   390          main: 'Main',
   391          source: 'Source',
   392          info1: 'Use the keyboard shortcut "Ctrl + Space" to autocomplete',
   393          info2: 'Use the keyboard shortcut "Meta + /" to comment code',
   394          info3: 'Use the keyboard shortcut "Shift + Meta + F" to format code',
   395          info4: 'The search will occur both in the file name and in the code',
   396          stat_total_name: 'Total scripts',
   397          stat_total_descr: '',
   398          stat_used_name: 'Scripts used',
   399          stat_used_descr: '',
   400          stat_unused_name: 'Scripts are not used',
   401          stat_unused_descr: '',
   402          stat_js_name: 'Total javascript scripts',
   403          stat_js_descr: '',
   404          stat_cs_name: 'Total coffeescript scripts',
   405          stat_cs_descr: '',
   406          stat_ts_name: 'Total typescript scripts',
   407          stat_ts_descr: '',
   408          showModalDialog: 'Edit current script',
   409          modalWindow: 'Current script',
   410          restoreVersion: 'Restore',
   411          scriptVersions: 'Versions',
   412          viewVersion: 'View',
   413          search: 'Search'
   414      },
   415      zigbee2mqtt: {
   416          id: 'ID',
   417          name: 'Name',
   418          baseTopic: 'Base Topic',
   419          login: 'Login',
   420          permitJoin: 'Permit Join',
   421          addNew: 'Add bridge',
   422          password: 'Password',
   423          main: 'Main',
   424          devices: 'Devices',
   425          model: 'Model',
   426          status: 'Status',
   427          description: 'Description'
   428      },
   429      entities: {
   430          id: 'ID',
   431          name: 'Name',
   432          pluginName: 'Plugin',
   433          description: 'Description',
   434          area: 'Area',
   435          script: 'Script',
   436          operations: 'Operations',
   437          addNew: 'Add new entity',
   438          addNewAction: 'Add action',
   439          addNewState: 'Add state',
   440          addNewAttr: 'Add attribute',
   441          setState: 'Set State',
   442          scripts: 'Scripts',
   443          icon: 'Icon',
   444          image: 'Image',
   445          autoLoad: 'Auto Load',
   446          restoreState: 'Restore state after system restart',
   447          main: 'Main',
   448          actions: 'Actions',
   449          states: 'States',
   450          attributes: 'Attributes',
   451          settings: 'Settings',
   452          metrics: 'Metrics',
   453          storage: 'Storage',
   454          currentState: 'Current State',
   455          import: "Import",
   456          dialogImportTitle: 'Import Entity',
   457          dialogExportTitle: 'Export Entity',
   458          addNewMetric: 'Add Metric',
   459          status: 'Status',
   460          parent: 'Parent',
   461          loadFromPlugin: 'Load From Plugin',
   462          type: 'Type',
   463          value: 'Value',
   464          stat_total_name: 'Total entities',
   465          stat_total_descr: '',
   466          stat_used_name: 'Entities used',
   467          stat_used_descr: '',
   468          stat_unused_name: 'Entities are not used',
   469          stat_unused_descr: '',
   470      },
   471      entityStorage: {
   472          dateTimerange: 'Date Time range',
   473          today: 'Today',
   474          yesterday: 'Yesterday',
   475          aWeekAgo: 'A week ago',
   476          state: 'State',
   477          attributes: 'Attributes',
   478          entity: 'Entity',
   479          entityId: 'Entity ID',
   480          nothing: '-'
   481      },
   482      attributes: {
   483          name: 'Name',
   484          type: 'Type',
   485          value: 'Value'
   486      },
   487      metrics: {
   488          list: 'Metric List',
   489          properties: 'Properties',
   490          addProperty: 'Add Property',
   491          name: 'Name',
   492          description: 'Description',
   493          color: 'Color',
   494          translate: 'Translate',
   495          label: 'Label',
   496          noMetrics: 'No metrics',
   497          removeProp: 'Remove Property',
   498          removeMetric: 'Remove Metric'
   499      },
   500      dashboard: {
   501          id: 'ID',
   502          name: 'Name',
   503          description: 'Description',
   504          createdAt: 'Created At',
   505          updatedAt: 'Updated At',
   506          operations: 'Operations',
   507          dialogImportTitle: 'Import Dashboard',
   508          dialogExportTitle: 'Export Dashboard',
   509          addNewDashboard: 'Add Dashboard',
   510          pasteCardItem: 'Paste Card Item',
   511          mainTab: 'Main Options',
   512          tabsTab: 'Tab List',
   513          tabOptions: 'Tab Options',
   514          cardOptions: 'Card Options',
   515          cardItemOptions: 'Card Item Options',
   516          cardsTab: 'Card List',
   517          cardItemsTab: 'Card Items',
   518          mainSettings: 'Main Settings',
   519          tabDetail: 'Tab Detail',
   520          cardDetail: 'Card Detail',
   521          enabled: 'Enabled',
   522          area: 'Area',
   523          tabList: 'Tab List',
   524          cardList: 'Card List',
   525          icon: 'Icon',
   526          gap: 'Gap',
   527          dragEnabled: 'Drag Enabled',
   528          background: 'Background color',
   529          columnWidth: 'Column Width',
   530          noTabs: 'nothing',
   531          addNew: "Add",
   532          addNewTab: 'Add Tab',
   533          addNewCard: 'Add Card',
   534          importCard: "Import Card",
   535          title: 'Title',
   536          hidden: 'Hidden',
   537          height: 'Height',
   538          width: 'Width',
   539          weight: 'Weight',
   540          landing: 'Landing',
   541          tabs: 'Tabs',
   542          cards: 'Cards',
   543          cardItem: 'Card Item',
   544          removeTab: 'Remove Tab',
   545          removeCard: 'Remove Card',
   546          removeCardItem: 'Remove Card Item',
   547          addCardItem: 'Add Card Item',
   548          modal: 'Modal',
   549          modalHeader: 'Modal Header',
   550          editor: {
   551              backgroundAdaptive: 'Background Adaptive',
   552              keystrokeCapture: 'Keystroke Capture',
   553              addNewButton: 'Add New Button',
   554              name: 'Name',
   555              size: 'Size',
   556              color: 'Color',
   557              itemDetail: 'Item Detail',
   558              itemList: 'Item List',
   559              addNewCardItem: 'Add Card Item',
   560              mainOptions: 'Main Options',
   561              textOptions: 'Text Options',
   562              type: 'Type',
   563              pleaseSelectType: 'Please Select Type',
   564              title: 'Title',
   565              addProp: 'Add Prop',
   566              entity: 'Entity',
   567              frozen: 'Frozen',
   568              hidden: 'Hidden',
   569              enabled: 'Enabled',
   570              showOn: 'Show On',
   571              hideOn: 'Hide On',
   572              buttonOptions: 'Button Options',
   573              asButton: 'As Button',
   574              addAction: 'Add Action',
   575              addNewProp: 'Add New Property',
   576              action: "Action",
   577              image: "Image",
   578              html: 'Html',
   579              textBody: 'Body',
   580              tokens: 'Tokens',
   581              text: 'Text',
   582              comparison: 'Comparison',
   583              value: 'Value',
   584              imageOptions: 'Image Options',
   585              attrField: 'Attribute field',
   586              eventstateJSONobject: 'Event state JSON object',
   587              getEvent: 'Get Event',
   588              progressOptions: 'Progress Options',
   589              textInside: 'Text Inside',
   590              strokeWidth: 'Stroke Width',
   591              width: 'Width',
   592              icon: 'Icon',
   593              round: 'Round',
   594              stateOptions: 'State Options',
   595              defaultImage: 'Default Image',
   596              selectAction: 'Select Action',
   597              markers: 'Markers',
   598              mapOptions: 'Map Options',
   599              staticPosition: 'Static position',
   600              addMarker: 'Add Marker',
   601              opacity: 'Opacity',
   602              scale: 'Scale',
   603              followTheMarker: 'Follow The Marker',
   604              tracked: 'Tracked',
   605              TEXT: 'Text',
   606              IMAGE: 'Image',
   607              BUTTON: 'Button',
   608              STATE: 'State (Deprecated)',
   609              LOGS: 'Logs Table',
   610              PROGRESS: 'Progress',
   611              CHART: 'Chart',
   612              CHART_CUSTOM: 'Chart Custom (Experimental)',
   613              ENTITY_STORAGE: 'Entity Storage Table',
   614              MAP: 'Map',
   615              SLIDER: 'Slider',
   616              COLOR_PICKER: 'Color Picker',
   617              STREAM_PLAYER: 'Video player',
   618              JOYSTICK: 'Joystick',
   619              ICON: 'Icon',
   620              TILES: 'Tiles (DEPRECATED)',
   621              tooltip: 'Tooltip',
   622              GRID: 'Grid',
   623              showText: 'show text',
   624              background: 'Background',
   625              actionOptions: 'Action Options',
   626              appearanceOptions: 'Appearance Options',
   627              JSON_VIEWER: 'Json Viewer',
   628              MODAL: 'Modal Window',
   629              THREE: 'Three 3D',
   630              jsonViewerOptions: 'Json Viewer Options',
   631              template: 'Template',
   632              CardTemplate: 'Card Template',
   633              imageCropX: 'X',
   634              imageCropY: 'Y',
   635              imageCropHeight: 'Height',
   636              imageCropWidth: 'Width',
   637              imageCropInfo: 'Info',
   638              refresh: 'Refresh',
   639              rotateLeft: 'Rotate Left',
   640              rotateRight: 'Rotate Right',
   641              swapX: 'Swap X',
   642              swapY: 'Swap Y',
   643              zoomIn: 'Zoom In',
   644              zoomOut: 'Zoom Out',
   645              clear: 'Clear',
   646              FontsOptions: 'Fonts Options',
   647              slider: {
   648                  options: 'Slider Options',
   649                  color: 'Color',
   650                  trackColor: 'Track Color',
   651                  height: 'Height',
   652                  step: 'Step',
   653                  min: 'Min',
   654                  max: 'Max',
   655              },
   656              colorPicker: {
   657                  options: 'Color picker options',
   658                  defaultColor: 'Default color'
   659              },
   660              chart: {
   661                  type: 'Type',
   662                  metric_index: 'Metric Index',
   663                  props: 'Props',
   664                  range: 'Range',
   665                  filter: 'Filter',
   666                  borderWidth: 'Line Width',
   667                  areaBackground: 'Area Background',
   668                  xAxis: 'X Axis',
   669                  yAxis: 'Y Axis',
   670                  legend: 'Legend',
   671                  scale: 'Scale',
   672                  entity_metric: 'Entity Metric',
   673                  metric_props: 'Metric Props',
   674                  chartOptions: 'Chart Options',
   675                  color: 'Color',
   676                  backgroundColor: 'Background Color',
   677                  lineOptions: 'Line Options',
   678                  automatic: 'Automatic',
   679                  addChartItem: 'Add Chart Item',
   680                  itemValue: 'Item Value',
   681                  itemDescription: 'Item Description',
   682                  barOptions: 'Bar Options',
   683                  dataZoom: 'Data Zoom',
   684                  info1: 'https://echarts.apache.org/examples/en/',
   685                  chartDocumentation: 'Chart Documentation',
   686                  seriesOptions: 'Series Options',
   687                  addSeriesItem: 'Add Series Item',
   688                  series: 'Series',
   689                  itemType: 'Item Type',
   690                  addCustomAttribute: 'Add Custom Attribute'
   691              },
   692              joystick: {
   693                  options: 'Joystick Options',
   694                  startAction: 'Start Action',
   695                  endAction: 'End Action',
   696              },
   697              video: {
   698                  options: 'Video Options',
   699                  pleaseSelectPlayerType: 'Please select player'
   700              },
   701              entityStorage: {
   702                  entities: 'Entities',
   703                  showFilter: 'Show Filter'
   704              },
   705              tiles: {
   706                  items: 'Items',
   707                  height: 'Height',
   708                  width: 'Width',
   709                  position: 'Position',
   710                  top: 'Top',
   711                  left: 'Left',
   712                  preview: 'Preview',
   713                  columns: 'Columns',
   714                  rows: 'Rows',
   715              },
   716              grid: {
   717                  items: 'Items',
   718                  height: 'Height',
   719                  width: 'Width',
   720                  position: 'Position',
   721                  top: 'Top',
   722                  left: 'Left',
   723                  preview: 'Preview',
   724                  columns: 'Columns',
   725                  rows: 'Rows',
   726                  showCellValue: 'Show value',
   727                  fontSize: 'Font Size',
   728                  gap: 'Gap',
   729                  gapSize: 'Gap Size',
   730                  tooltip: 'Tooltip',
   731                  tileClick: 'Tile Click'
   732              },
   733              tilesOptions: 'Tales Options',
   734              gridOptions: 'Grid Options',
   735              iconOptions: 'Icon Options',
   736              defaultIcon: 'Default Icon',
   737              iconSize: 'Icon Size',
   738              iconColor: 'Icon Color'
   739          }
   740      },
   741      settings: {
   742          dashboardOptions: 'Dashboard Options',
   743          mainDarkDashboard: 'Main Dark Dashboard',
   744          mainLightDashboard: 'Main Light Dashboard',
   745          devDarkDashboard: 'Dev Dark Dashboard',
   746          devLightDashboard: 'Dev Light Dashboard',
   747          scriptsOptions: 'Scripts Settings',
   748          restartComponentIfScriptChanged: 'Restart component if script changed',
   749          clearHistory: 'Clear History',
   750          clearMetricsDays: 'Clear Metrics Days',
   751          clearLogsDays: 'Clear Logs Days',
   752          clearEntityStorageDays: 'Clear Entity Storage Days',
   753          clearRunHistoryDays: 'Clear Run History Days',
   754          time: 'Time',
   755          timezone: 'Timezone, default Asia/Colombo',
   756          backup: 'Backup',
   757          createBackupAt: 'Create Backup At (Cron)',
   758          maximumNumberOfBackups: 'Maximum Number Of Backups',
   759          info1: 'https://en.wikipedia.org/wiki/Cron',
   760          info2: 'Organization of remote access without external IP. Free gate https://gate.e154.ru:8443',
   761          info3: 'don\'t change it if you don\'t know what it\'s for',
   762          info4: 'For Service Worker and Web Push API to work, all web pages and resources of the management system must be accessible via HTTPS, that is, protected by an SSL certificate.\n This is important to ensure the security of data transmission between the server and client.',
   763          sendTheBackupInPartsMb: 'Send The Backup In Parts Mb',
   764          sendbackuptoTelegramBot: 'Send Backup To Telegram Bot',
   765          gate: 'Gate',
   766          gateClientServerHost: 'Server Host',
   767          gateClientId: 'Client Id',
   768          gateClientSecretKey: 'Secret Key',
   769          gateClientServerPort: 'Server Port',
   770          gateClientPoolIdleSize: 'Pool Idle Size',
   771          gateClientPoolMaxSize: 'Pool Max Size',
   772          gateClientTLS: 'TLS',
   773          hmacKey: 'HMAC Key',
   774          certificates: 'SSL Certificates',
   775          certPublic: 'Select an X.509 certificate file, commonly a crt, cer or pem file.',
   776          certKey: 'Select a private key file, commonly a key, or pem file.'
   777      },
   778      tools: {
   779          eventBus: {
   780              topic: 'Topic',
   781              subscribers: 'Subscribers',
   782              min: 'Min',
   783              max: 'Max',
   784              avg: 'Avg',
   785              rps: 'Rps',
   786          }
   787      },
   788      mqtt: {
   789          client: {
   790              client: 'MQTT Client',
   791              clientId: 'Client Id',
   792              username: 'User Name',
   793              keepAlive: 'Keep Alive',
   794              version: 'Version',
   795              willRetain: 'Will Retain',
   796              willQos: 'Will Qos',
   797              willTopic: 'Will Topic',
   798              willPayload: 'Will Payload',
   799              remoteAddr: 'Remote Addr',
   800              localAddr: 'Local Addr',
   801              subscriptionsCurrent: 'Subscriptions Current',
   802              subscriptionsTotal: 'Subscriptions Total',
   803              packetsReceivedBytes: 'Packets Received Bytes',
   804              packetsReceivedNums: 'Packets Received Nums',
   805              packetsSendBytes: 'Packets Send Bytes',
   806              packetsSendNums: 'Packets Send Nums',
   807              messageDropped: 'Message Dropped',
   808              inflightLen: 'Inflight Len',
   809              queueLen: 'Queue Len',
   810              connectedAt: 'Connected At',
   811              disconnectedAt: 'Disconnected At',
   812              subscriptions: 'Subscriptions',
   813          },
   814          subscription: {
   815              id: 'ID',
   816              topicName: 'Topic Name',
   817              name: 'Name',
   818              qos: 'QOS',
   819              noLocal: 'No Local',
   820              retainAsPublished: 'Retain As Published',
   821              retainHandling: 'Retain Handling',
   822          }
   823      }
   824  }