iobroker.vis-2
Version:
Next generation graphical user interface for ioBroker.
1,051 lines (1,050 loc) • 33.6 kB
JavaScript
const ra_Actions = "Actions";
const ra_Append = "Append";
const ra_Cancel = "Cancel";
const ra_Categories = "Categories";
const ra_Checked = "Checked";
const ra_Clear = "Delete";
const ra_Close = "Close";
const ra_Commercial = "Commercial";
const ra_Configure = "Configure";
const ra_Connected = "Connected";
const ra_Continue = "Continue";
const ra_Copied = "Copied";
const ra_Create = "Create";
const ra_Crop = "Crop";
const ra_Del = "Delete";
const ra_Delete = "Delete";
const ra_Discard = "Discard";
const ra_Disconnected = "Disconnected";
const ra_Error = "Error";
const ra_Filter = "Filter";
const ra_Friday = "Friday";
const ra_Latitude = "Latitude";
const ra_Logout = "Logout";
const ra_Longitude = "Longitude";
const ra_Message = "Message";
const ra_Monday = "Monday";
const ra_Name = "Name";
const ra_Objects = "Objects";
const ra_Ok = "Ok";
const ra_Product = "Product";
const ra_Rename_Move_Copy = "Rename/Move/Copy";
const ra_Repeat = "Repeat";
const ra_Replace = "Replace";
const ra_Root = "Root";
const ra_Saturday = "Saturday";
const ra_Save = "Save";
const ra_Selected = "Selected";
const ra_States = "States";
const ra_Sunday = "Sunday";
const ra_Thursday = "Thursday";
const ra_Timestamp = "Timestamp";
const ra_Tuesday = "Tuesday";
const ra_Update = "Update";
const ra_ValidTill = "Valid till";
const ra_Value = "Value";
const ra_Version = "Version";
const ra_Wednesday = "Wednesday";
const ra_Width = "Width";
const ra_Yes = "Yes";
const ra___different__ = "different";
const ra_aclEveryone_read_object = "Everyone can read object";
const ra_aclEveryone_read_state = "Everyone can read state";
const ra_aclEveryone_write_object = "Everyone can write object";
const ra_aclEveryone_write_state = "Everyone can write state";
const ra_aclGroup_read_object = "Group can read object";
const ra_aclGroup_read_state = "Group can read state";
const ra_aclGroup_write_object = "Group can write object";
const ra_aclGroup_write_state = "Group can write state";
const ra_aclOwner_read_object = "Owner can read object";
const ra_aclOwner_read_state = "Owner can read state";
const ra_aclOwner_write_object = "Owner can write object";
const ra_aclOwner_write_state = "Owner can write state";
const ra_buttons = "Buttons";
const ra_changedFrom = "Changed from";
const ra_close = "close";
const ra_create_boolean_state = "Create boolean state";
const ra_create_channel = "Create channel";
const ra_create_device = "Create device";
const ra_create_number_state = "Create number state";
const ra_create_state = "Create state";
const ra_create_string_state = "Create string state";
const ra_daysShortText = "days";
const ra_dow_Fr = "Fr";
const ra_dow_Mo = "Mo";
const ra_dow_Sa = "Sa";
const ra_dow_Su = "Su";
const ra_dow_Th = "Th";
const ra_dow_Tu = "Tu";
const ra_dow_We = "We";
const ra_expertMode = "Expert mode";
const ra_false = "FALSE";
const ra_fileType_all = "All files";
const ra_fileType_audio = "Audio";
const ra_fileType_code = "Code/JSON";
const ra_fileType_images = "Images";
const ra_fileType_txt = "Text";
const ra_fileType_video = "Video";
const ra_filter_customs = "Settings";
const ra_filter_customs_without = "without";
const ra_filter_func = "Function";
const ra_filter_id = "ID";
const ra_filter_name = "Name";
const ra_filter_role = "Role";
const ra_filter_room = "Room";
const ra_filter_type = "Type";
const ra_invalidConfig = "Invalid settings";
const ra_lastChange = "Last change";
const ra_locally = "locally";
const ra_month_Apr = "Apr";
const ra_month_Aug = "Aug";
const ra_month_Dec = "Dec";
const ra_month_Feb = "Feb";
const ra_month_Jan = "Jan";
const ra_month_Jul = "Jul";
const ra_month_Jun = "Jun";
const ra_month_Mai = "Mai";
const ra_month_Mar = "Mar";
const ra_month_Nov = "Nov";
const ra_month_Oct = "Oct";
const ra_month_Sep = "Sep";
const ra_months_Apr = "Apr";
const ra_months_Aug = "Aug";
const ra_months_Dec = "Dec";
const ra_months_Feb = "Feb";
const ra_months_Jan = "Jan";
const ra_months_Jul = "Jul";
const ra_months_Jun = "Jun";
const ra_months_Mai = "Mai";
const ra_months_Mar = "Mar";
const ra_months_Nov = "Nov";
const ra_months_Oct = "Oct";
const ra_months_Sep = "Sep";
const ra_none = "none";
const ra_object_changed_by = "Object changed by";
const ra_object_changed_by_user = "Object last changed at";
const ra_otherConfig = "Settings from other adapter %s";
const ra_qualityCode = "Quality code";
const ra_repeat = "repeat";
const ra_select_folder_hint = 'To select folder, just hold the key "shift" by clicking the folder.';
const ra_show_all = "Show all";
const ra_state_changed_by = "State changed by";
const ra_state_changed_from = "Object changed from";
const ra_timestamp = "Timestamp";
const ra_tooltip_ack = "Acknowledged";
const ra_tooltip_comment = "Comment";
const ra_tooltip_copyState = "Copy the state value";
const ra_tooltip_ctrlForLink = "Hold Cltr/\u2318 key to open the link";
const ra_tooltip_customConfig = "Custom settings";
const ra_tooltip_deleteObject = "Delete object";
const ra_tooltip_editObject = "Edit object";
const ra_tooltip_editState = "Edit the state value";
const ra_tooltip_expire = "Expires in";
const ra_tooltip_from = "From";
const ra_tooltip_lc = "Last changed";
const ra_tooltip_quality = "Quality";
const ra_tooltip_ts = "Time stamp";
const ra_tooltip_user = "User";
const ra_tooltip_value = "Value";
const ra_true = "TRUE";
const ra_val = "Value";
const ra_warning_every_minute = "Warning: The CRON job will run every minute during the specified period!";
const ra_warning_every_second = "Warning: The CRON job will run every second during the specified period!";
const sc_cron = "CRON";
const sc_date = "Date";
const sc_dates = "Dates";
const sc_dow = "Day";
const sc_dows = "Day of week";
const sc_every = "Every";
const sc_everyN_dates = "every N days";
const sc_everyN_dow = "every Nth day of the week";
const sc_everyN_dows = "every N day of week";
const sc_everyN_hours = "every N hours";
const sc_everyN_minutes = "every N minutes";
const sc_everyN_months = "every N months";
const sc_everyN_seconds = "every N seconds";
const sc_every_dates = "every day";
const sc_every_dow = "every day of the week";
const sc_every_dows = "every day of the week";
const sc_every_hours = "every hour";
const sc_every_minutes = "every minute";
const sc_every_months = "every month";
const sc_every_seconds = "every second";
const sc_from = "From";
const sc_hours = "Hours";
const sc_interval = "Interval";
const sc_intervalBetween = "Interval between";
const sc_invalid_cron = "Invalid CRON";
const sc_minutes = "Minutes";
const sc_months = "months";
const sc_once = "Once";
const sc_period = "Period";
const sc_seconds = "Seconds";
const sc_simple = "Simple";
const sc_specific = "Specific time";
const sc_specific_dates = "specific dates";
const sc_specific_dow = "specific day(s) of the week";
const sc_specific_dows = "specific day of weeks";
const sc_specific_hours = "specific hours";
const sc_specific_minutes = "specific minutes";
const sc_specific_months = "specific months";
const sc_specific_seconds = "specific seconds";
const sc_time = "Time";
const sc_to = "To";
const sc_wizard = "Wizard";
const sch_all = "all";
const sch_astroDay = "Astro day";
const sch_astroNight = "Astro night";
const sch_astro_dawn = "Dawn";
const sch_astro_dusk = "Dusk";
const sch_astro_goldenHour = "Golden hour";
const sch_astro_goldenHourEnd = "Golden hour end";
const sch_astro_nadir = "Nadir";
const sch_astro_nauticalDawn = "Nautical dawn";
const sch_astro_nauticalDusk = "Nautical dusk";
const sch_astro_night = "Night";
const sch_astro_nightEnd = "Night end";
const sch_astro_solarNoon = "Solar noon";
const sch_astro_sunrise = "Sunrise";
const sch_astro_sunriseEnd = "Sunrise end";
const sch_astro_sunset = "Sunset";
const sch_astro_sunsetStart = "Sunset start";
const sch_at = "at";
const sch_desc_atTime = "at %s";
const sch_desc_everyDay = "every day";
const sch_desc_everyHour = "every hour";
const sch_desc_everyMinute = "every minute";
const sch_desc_everyMonth = "every month";
const sch_desc_everyNDay = "every %s day";
const sch_desc_everyNHours = "every %s hours";
const sch_desc_everyNMinutes = "every %s minutes";
const sch_desc_everyNMonths = "every %s months";
const sch_desc_everyNWeeks = "every %s weeks";
const sch_desc_everyNYears = "every %s years";
const sch_desc_everyWeek = "every week";
const sch_desc_everyYear = "every year";
const sch_desc_intervalFromTo = "from %s to %s";
const sch_desc_never = "never";
const sch_desc_onDate = "on %s of %s";
const sch_desc_onDates = "on %s and %s of";
const sch_desc_onEveryDate = "on every date of";
const sch_desc_onMonth = "%s";
const sch_desc_onMonths = "%s and %s";
const sch_desc_onWeekday = "on %s";
const sch_desc_onWeekdays = "on %s and %s";
const sch_desc_onWeekends = "on weekends";
const sch_desc_onWorkdays = "on working days";
const sch_desc_onceInPast = "will ne be not executed any more, because start is in the past";
const sch_desc_once_on = "on %s";
const sch_desc_validFrom = "from %s";
const sch_desc_validFromTo = "Execute from to";
const sch_desc_validTo = "to %s";
const sch_every = "every";
const sch_exactTime = "Specific time";
const sch_from = "from";
const sch_fromTo = "From-to";
const sch_intervalTime = "Interval time";
const sch_invert = "invert";
const sch_no_one = "none";
const sch_on = "on";
const sch_period = "Period";
const sch_periodDaily = "Daily";
const sch_periodDates = "Dates";
const sch_periodDay = "Day";
const sch_periodEvery = "Every";
const sch_periodEveryDay = "Every day";
const sch_periodEveryMonth = "Every month";
const sch_periodEveryWeek = "Every week";
const sch_periodEveryYear = "Every year";
const sch_periodHours = "Hours";
const sch_periodMinutes = "Minutes";
const sch_periodMonth = "month";
const sch_periodMonthly = "Monthly";
const sch_periodOnce = "Once";
const sch_periodSpecificMonths = "Specific months";
const sch_periodWeek = "Week";
const sch_periodWeekdays = "Weekdays";
const sch_periodWeekend = "Weekend";
const sch_periodWeekly = "Weekly";
const sch_periodWorkdays = "Workdays";
const sch_periodYear = "Year";
const sch_periodYearly = "Yearly";
const sch_specificTime = "Specific time";
const sch_time = "Time";
const sch_to = "to";
const sch_valid = "Valid";
const sch_validFrom = "from";
const sch_validTo = "to";
const sch_wholeDay = "Whole day";
const sch_yearEveryMonth = "every month";
const en = {
"ra_%s links from aliases": "%s links from aliases",
"ra_%s object(s) processed": "%s object(s) processed",
"ra_%s was imported": "%s was imported",
"ra_Accept license": "Accept license",
ra_Actions,
"ra_Add new child object to selected parent": "Add new child object to selected parent",
"ra_Add objects tree from JSON file": "Add objects tree from JSON file",
"ra_Add row": "Add row",
"ra_Advanced options": "Advanced options",
"ra_All items are filtered out": "All items are filtered out",
"ra_All objects": "All objects",
ra_Append,
"ra_Append %s entries or replace existing?": "Append %s entries or replace existing?",
"ra_Append or replace?": "Append or replace?",
"ra_Are you sure?": "Are you sure?",
"ra_Auto (no custom columns)": "Auto (no custom columns)",
"ra_Back to %s": "Back to %s",
"ra_Background image": "Background image",
ra_Cancel,
"ra_Cannot add items with set filter": "Cannot add items with set filter",
"ra_Cannot decode license": "Cannot decode license",
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Cannot determine position: System settings are empty and GPS detection is disabled in browser",
'ra_Cannot find "%s"': 'Cannot find "%s"',
'ra_Cannot read "%s"': 'Cannot read "%s"',
"ra_Cannot read licenses: %s": "Cannot read licenses: %s",
"ra_Cannot retrieve options, as instance is offline": "Cannot retrieve options, as instance is offline",
"ra_Cannot update attribute, because not found in the object": "Cannot update attribute, because not found in the object",
"ra_Cannot upload": "Cannot upload",
ra_Categories,
"ra_Chained certificate": "Chained certificate",
"ra_Change color theme": "Change color theme",
"ra_Changed from": "Changed from",
"ra_Channel \u2192 State": "Channel \u2192 State",
"ra_Check license": "Check license",
ra_Checked,
ra_Clear,
"ra_Clear filter": "Clear filter",
"ra_Clear icon": "Clear icon",
"ra_Click to see in full size": "Click to see in full size",
"ra_Click to show": "Click to show",
"ra_Clone current row": "Clone current row",
ra_Close,
"ra_Collapse all nodes": "Collapse all nodes",
"ra_Collapse one step node": "Collapse one level",
ra_Commercial,
ra_Configure,
"ra_Configure visible columns": "Configure visible columns",
"ra_Confirm deletion of %s": "Confirm deletion of %s",
ra_Connected,
ra_Continue,
ra_Copied,
"ra_Copied %s": 'Copied "%s"',
"ra_Copy content": "Copy content",
ra_Create,
"ra_Create alias": "Create alias",
"ra_Create folder": "Create folder",
"ra_Create new folder in %s": "Create new folder in %s",
ra_Crop,
"ra_Define CRON...": "Define CRON...",
"ra_Define functions": "Define functions",
"ra_Define rooms": "Define rooms",
"ra_Define schedule": "Define schedule",
"ra_Define schedule...": "Define schedule...",
ra_Del,
ra_Delete,
"ra_Delete current row": "Delete current row",
"ra_Deselect all": "Unselect all",
"ra_Device \u2192 Channel \u2192 State": "Device \u2192 Channel \u2192 State",
"ra_Disable/Enable translation": "Disable/Enable translation",
ra_Discard,
ra_Disconnected,
"ra_Do not ask for next 2 hours in this session": "Do not ask for next 2 hours in this session",
"ra_Do not export values of states": "Do not export values of states",
"ra_Do not use let's encrypt": "Do not use let's encrypt",
"ra_Docker is not available": "Docker is not available",
"ra_Docker is not installed or not running": "Docker is not installed or not running",
"ra_Double click to reset table layout": "Double click to reset table layout",
"ra_Drag 'n' drop some files here, or click to select files": "Drag 'n' drop some files here, or click to select files",
"ra_Drop file here": "Drop file here",
"ra_Drop the files here...": "Drop the file here...",
"ra_Duplicate name": "Duplicate name",
"ra_Edit ACL": "Edit ACL",
"ra_Edit alias": "Edit alias",
"ra_Edit custom config": "Edit custom config",
"ra_Edit full path": "Edit full path",
"ra_Edit function": "Edit function",
"ra_Edit object field": "Edit object field",
"ra_Edit role": "Edit role",
"ra_Edit room": "Edit room",
"ra_Edit value": "Edit value",
"ra_Enter the code from that page here": "Enter the code from that page here",
ra_Error,
"ra_Expand all nodes": "Expand all nodes",
"ra_Expand one step node": "Expand one level",
"ra_Expand/Collapse card": "Expand/Collapse card",
"ra_Export configuration section": "Export configuration section",
"ra_Export data to %s file": "Export data to %s file",
"ra_Failed to open JSON File": "Failed to open JSON File",
"ra_Fallback custom certificates": "Fallback custom certificates",
"ra_File is too big. Max %sk allowed. Try use SVG.": "File is too big. Max %sk allowed. Try use SVG.",
ra_Filter,
"ra_Filter and Data Actions": "Filter and Data Actions",
"ra_Filter files": "Filter files",
"ra_Folder name": "Folder name",
"ra_Folder \u2192 Channel \u2192 State": "Folder \u2192 Channel \u2192 State",
"ra_Folder \u2192 Device \u2192 Channel \u2192 State": "Folder \u2192 Device \u2192 Channel \u2192 State",
"ra_Folder \u2192 State": "Folder \u2192 State",
"ra_Folders always first": "Folders always first",
ra_Friday,
"ra_From file": "From file",
"ra_From text": "From text",
"ra_Get %s access": "Get %s access",
"ra_Good luck": "Good luck",
"ra_Hide empty folders": "Hide empty folders",
"ra_If no file will be created in the folder, it will disappear after the browser closed": "If no file will be created in the folder, it will disappear after the browser closed",
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "If the button above does not work, you can authorize manually this app by visiting this url",
"ra_Import and add configuration section": "Import and add configuration section",
"ra_Import and replace configuration section": "Import and replace configuration section",
"ra_Import data from %s file": "Import data from %s file",
"ra_Import from %s": "Import from %s",
"ra_Instance %s is alive": "Instance %s is alive",
"ra_Instance %s is not alive": "Instance %s is not alive",
"ra_Instance is not alive": "Instance is not alive",
"ra_Invalid CRON": "Invalid CRON",
"ra_Invalid JSON": "Invalid JSON",
"ra_Invalid JSON file.": "Invalid JSON file.",
"ra_Invalid JSON format. Expected an array.": "Invalid JSON format. Expected an array.",
"ra_Invalid answer from server": "Invalid answer from server",
"ra_Invalid parent folder!": "Invalid parent folder!",
"ra_Invalid structure": "Invalid structure",
"ra_JSON editor": "JSON editor",
"ra_Last change": "Last change",
ra_Latitude,
"ra_License %s": "License %s",
"ra_License agreement": "License agreement",
"ra_License does not exist": "License does not exist",
"ra_License expired on %s": "License expired on %s",
'ra_License for other product "%s"': 'License for other product "%s"',
"ra_License is for version %s, but required version is %s.": "License is for version %s, but required version is %s.",
"ra_License must be converted": "License must be converted to newer version. You can do it in your iobroker.net profile.",
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "License not found in the license manager. Do you want to update licenses from iobroker.net?",
"ra_Listen on all IPs": "Listen on all IPs",
"ra_Load configuration from file": "Load configuration from file",
ra_Logout,
ra_Longitude,
'ra_May not trigger "updateLicenses"': 'May not trigger "updateLicenses"',
ra_Message,
ra_Monday,
"ra_Move down": "Move down",
"ra_Move up": "Move up",
ra_Name,
"ra_No data found in file": "No data found in file",
"ra_No one license found in license manager": "No one license found in license manager",
"ra_No response from admin": "No response from admin",
"ra_No response from the backend": "No response from the backend",
'ra_Non-experts may create new objects only in "0_userdata.0" or "alias.0".': 'Non-experts may create new objects only in "0_userdata.0" or "alias.0".',
"ra_Not a number": "Not a number",
"ra_OAuth Client ID": "OAuth Client ID",
"ra_OAuth Client secret": "OAuth Client secret",
ra_Objects,
ra_Ok,
"ra_On weekdays": "On weekdays",
"ra_Only following structures of objects are available:": "Only following structures of objects are available:",
"ra_Only selected": "Only selected",
"ra_Owner group": "Owner group",
"ra_Owner user": "Owner user",
"ra_Passwords are not equal!": "Passwords are not equal!",
"ra_Place your files here or click here to open the browse dialog": "Place your files here or click here to open the browse dialog",
"ra_Please allow popups in your browser for this page!": "Please allow popups in your browser for this page!",
"ra_Please confirm": "Please confirm",
"ra_Please create license": "Please create license",
"ra_Please enter the license": "Please enter the license",
"ra_Please select file...": "Please select file...",
"ra_Please select object ID...": "Please select object ID...",
"ra_Port could be used by %s": "Port could be used by %s",
"ra_Port is already used by %s": "Port is already used by %s",
"ra_Press ENTER Key to add new item": "Press ENTER Key to add new item",
"ra_Private certificate": "Private certificate",
ra_Product,
"ra_Public certificate": "Public certificate",
"ra_Quality code": "Quality",
"ra_Refresh tree": "Refresh tree",
"ra_Reload files": "Reload files",
ra_Rename_Move_Copy,
"ra_Renew %s access": "Renew %s access",
ra_Repeat,
ra_Replace,
"ra_Request timed out": "Request timed out",
"ra_Restrict to folder": "Restrict to folder",
ra_Root,
ra_Saturday,
ra_Save,
"ra_Save and close": "Save and close",
"ra_Save configuration to file": "Save configuration to file",
"ra_Save objects tree as JSON file": "Save objects tree as JSON file",
"ra_Select all": "Select all",
"ra_Select color": "Select color",
"ra_Select predefined icon": "Select predefined icon",
"ra_Select type of export": "Select type of export",
ra_Selected,
"ra_Selected %s object(s)": "Selected %s object(s)",
"ra_Serial number (UUID)": "Serial number (UUID)",
'ra_Serial number (UUID) "%s" in license is for other device.': 'Serial number (UUID) "%s" in license is for other device.',
"ra_Session will expire in %s seconds. Continue?": "Session will expire in %s seconds. Continue?",
"ra_Show all folders": "Show all folders",
"ra_Show lines between rows": "Show lines between rows",
"ra_Show/Hide object descriptions": "Show/Hide object descriptions",
"ra_Show/hide filter input": "Show/hide filter input",
"ra_Some data are not stored. Discard?": "Some data are not stored. Discard?",
ra_States,
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Successfully authorized. Token valid till %s and will be automatically renewed.",
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Successfully authorized. Token valid till %s but it can expire as the instance is not running.",
"ra_Suitable license not found in license manager": "Suitable license not found in license manager",
ra_Sunday,
"ra_Suppress question for next %s minutes": "Suppress question for next %s minutes",
"ra_System language": "System language",
"ra_Take browser position": "Take position from browser",
"ra_Take position from system settings": "Take position from system settings",
'ra_The experts may create objects everywhere but from second level (e.g. "vis.0" or "javascript.0").': 'The experts may create objects everywhere but from second level (e.g. "vis.0" or "javascript.0").',
"ra_The page you are looking for was not found": "The page you are looking for was not found",
"ra_The schedule will be executed every minute. Are you sure?": "The schedule will be executed every minute. Are you sure?",
"ra_The schedule will be executed every second. Are you sure?": "The schedule will be executed every second. Are you sure?",
ra_Thursday,
ra_Timestamp,
"ra_Toggle expert mode": "Toggle expert mode",
"ra_Toggle the states view": "Toggle the states view",
"ra_Toggle view mode": "Toggle view mode",
"ra_Too big": "Too big",
"ra_Too small": "Too small",
"ra_Transparent dialog": "Transparent dialog",
ra_Tuesday,
"ra_Unknown error": "Unknown error",
"ra_Unknown error!": "Unknown error!",
ra_Update,
"ra_Upload file": "Upload file",
"ra_Use all available let's encrypt certificates": "Use all available let's encrypt certificates",
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Use iobroker.acme adapter for letsencrypt certificates",
"ra_Use system settings for position": "Use system settings for position",
"ra_Used system settings": "Used system settings",
"ra_User files": "User files",
ra_ValidTill,
ra_Value,
ra_Version,
"ra_View file": "View file",
"ra_View: %s": "View: %s",
ra_Wednesday,
ra_Width,
"ra_YAML editor": "YAML editor",
ra_Yes,
"ra_You can export all objects or just the selected branch.": "You can export all objects or just the selected branch.",
"ra_You can filter entries by entering here some text": "You can filter entries by entering here some text",
"ra_You can use * as wildcard": "You can use * as wildcard",
ra___different__,
ra_aclEveryone_read_object,
ra_aclEveryone_read_state,
ra_aclEveryone_write_object,
ra_aclEveryone_write_state,
ra_aclGroup_read_object,
ra_aclGroup_read_state,
ra_aclGroup_write_object,
ra_aclGroup_write_state,
ra_aclOwner_read_object,
ra_aclOwner_read_state,
ra_aclOwner_write_object,
ra_aclOwner_write_state,
ra_buttons,
ra_changedFrom,
ra_close,
ra_create_boolean_state,
ra_create_channel,
ra_create_device,
ra_create_number_state,
ra_create_state,
ra_create_string_state,
ra_daysShortText,
ra_dow_Fr,
ra_dow_Mo,
ra_dow_Sa,
ra_dow_Su,
ra_dow_Th,
ra_dow_Tu,
ra_dow_We,
ra_expertMode,
ra_false,
ra_fileType_all,
ra_fileType_audio,
ra_fileType_code,
ra_fileType_images,
ra_fileType_txt,
ra_fileType_video,
"ra_fileType_video,": "Video",
ra_filter_customs,
ra_filter_customs_without,
ra_filter_func,
ra_filter_id,
ra_filter_name,
ra_filter_role,
ra_filter_room,
ra_filter_type,
"ra_import data from %s file": "Import data from %s file",
ra_invalidConfig,
ra_lastChange,
ra_locally,
ra_month_Apr,
ra_month_Aug,
ra_month_Dec,
ra_month_Feb,
ra_month_Jan,
ra_month_Jul,
ra_month_Jun,
ra_month_Mai,
ra_month_Mar,
ra_month_Nov,
ra_month_Oct,
ra_month_Sep,
ra_months_Apr,
ra_months_Aug,
ra_months_Dec,
ra_months_Feb,
ra_months_Jan,
ra_months_Jul,
ra_months_Jun,
ra_months_Mai,
ra_months_Mar,
ra_months_Nov,
ra_months_Oct,
ra_months_Sep,
"ra_no confirm for 5 mins": "no confirm for 5 mins",
ra_none,
ra_object_changed_by,
ra_object_changed_by_user,
ra_otherConfig,
ra_qualityCode,
ra_repeat,
ra_select_folder_hint,
ra_show_all,
ra_state_changed_by,
ra_state_changed_from,
ra_timestamp,
ra_tooltip_ack,
ra_tooltip_comment,
ra_tooltip_copyState,
ra_tooltip_ctrlForLink,
ra_tooltip_customConfig,
ra_tooltip_deleteObject,
ra_tooltip_editObject,
ra_tooltip_editState,
ra_tooltip_expire,
ra_tooltip_from,
ra_tooltip_lc,
ra_tooltip_quality,
ra_tooltip_ts,
ra_tooltip_user,
ra_tooltip_value,
ra_true,
"ra_use seconds": "use seconds",
ra_val,
"ra_via internet": "via internet",
ra_warning_every_minute,
ra_warning_every_second,
sc_cron,
sc_date,
sc_dates,
sc_dow,
sc_dows,
sc_every,
sc_everyN_dates,
sc_everyN_dow,
sc_everyN_dows,
sc_everyN_hours,
sc_everyN_minutes,
sc_everyN_months,
sc_everyN_seconds,
sc_every_dates,
sc_every_dow,
sc_every_dows,
sc_every_hours,
sc_every_minutes,
sc_every_months,
sc_every_seconds,
sc_from,
sc_hours,
sc_interval,
sc_intervalBetween,
sc_invalid_cron,
sc_minutes,
sc_months,
sc_once,
sc_period,
sc_seconds,
sc_simple,
sc_specific,
sc_specific_dates,
sc_specific_dow,
sc_specific_dows,
sc_specific_hours,
sc_specific_minutes,
sc_specific_months,
sc_specific_seconds,
sc_time,
sc_to,
sc_wizard,
sch_all,
sch_astroDay,
sch_astroNight,
sch_astro_dawn,
sch_astro_dusk,
sch_astro_goldenHour,
sch_astro_goldenHourEnd,
sch_astro_nadir,
sch_astro_nauticalDawn,
sch_astro_nauticalDusk,
sch_astro_night,
sch_astro_nightEnd,
sch_astro_solarNoon,
sch_astro_sunrise,
sch_astro_sunriseEnd,
sch_astro_sunset,
sch_astro_sunsetStart,
sch_at,
sch_desc_atTime,
sch_desc_everyDay,
sch_desc_everyHour,
sch_desc_everyMinute,
sch_desc_everyMonth,
sch_desc_everyNDay,
sch_desc_everyNHours,
sch_desc_everyNMinutes,
sch_desc_everyNMonths,
sch_desc_everyNWeeks,
sch_desc_everyNYears,
sch_desc_everyWeek,
sch_desc_everyYear,
sch_desc_intervalFromTo,
sch_desc_never,
sch_desc_onDate,
sch_desc_onDates,
sch_desc_onEveryDate,
sch_desc_onMonth,
sch_desc_onMonths,
sch_desc_onWeekday,
sch_desc_onWeekdays,
sch_desc_onWeekends,
sch_desc_onWorkdays,
sch_desc_onceInPast,
sch_desc_once_on,
sch_desc_validFrom,
sch_desc_validFromTo,
sch_desc_validTo,
sch_every,
sch_exactTime,
sch_from,
sch_fromTo,
sch_intervalTime,
sch_invert,
sch_no_one,
sch_on,
sch_period,
sch_periodDaily,
sch_periodDates,
sch_periodDay,
sch_periodEvery,
sch_periodEveryDay,
sch_periodEveryMonth,
sch_periodEveryWeek,
sch_periodEveryYear,
sch_periodHours,
sch_periodMinutes,
sch_periodMonth,
sch_periodMonthly,
sch_periodOnce,
sch_periodSpecificMonths,
sch_periodWeek,
sch_periodWeekdays,
sch_periodWeekend,
sch_periodWeekly,
sch_periodWorkdays,
sch_periodYear,
sch_periodYearly,
sch_specificTime,
sch_time,
sch_to,
sch_valid,
sch_validFrom,
sch_validTo,
sch_wholeDay,
sch_yearEveryMonth
};
export {
en as default,
ra_Actions,
ra_Append,
ra_Cancel,
ra_Categories,
ra_Checked,
ra_Clear,
ra_Close,
ra_Commercial,
ra_Configure,
ra_Connected,
ra_Continue,
ra_Copied,
ra_Create,
ra_Crop,
ra_Del,
ra_Delete,
ra_Discard,
ra_Disconnected,
ra_Error,
ra_Filter,
ra_Friday,
ra_Latitude,
ra_Logout,
ra_Longitude,
ra_Message,
ra_Monday,
ra_Name,
ra_Objects,
ra_Ok,
ra_Product,
ra_Rename_Move_Copy,
ra_Repeat,
ra_Replace,
ra_Root,
ra_Saturday,
ra_Save,
ra_Selected,
ra_States,
ra_Sunday,
ra_Thursday,
ra_Timestamp,
ra_Tuesday,
ra_Update,
ra_ValidTill,
ra_Value,
ra_Version,
ra_Wednesday,
ra_Width,
ra_Yes,
ra___different__,
ra_aclEveryone_read_object,
ra_aclEveryone_read_state,
ra_aclEveryone_write_object,
ra_aclEveryone_write_state,
ra_aclGroup_read_object,
ra_aclGroup_read_state,
ra_aclGroup_write_object,
ra_aclGroup_write_state,
ra_aclOwner_read_object,
ra_aclOwner_read_state,
ra_aclOwner_write_object,
ra_aclOwner_write_state,
ra_buttons,
ra_changedFrom,
ra_close,
ra_create_boolean_state,
ra_create_channel,
ra_create_device,
ra_create_number_state,
ra_create_state,
ra_create_string_state,
ra_daysShortText,
ra_dow_Fr,
ra_dow_Mo,
ra_dow_Sa,
ra_dow_Su,
ra_dow_Th,
ra_dow_Tu,
ra_dow_We,
ra_expertMode,
ra_false,
ra_fileType_all,
ra_fileType_audio,
ra_fileType_code,
ra_fileType_images,
ra_fileType_txt,
ra_fileType_video,
ra_filter_customs,
ra_filter_customs_without,
ra_filter_func,
ra_filter_id,
ra_filter_name,
ra_filter_role,
ra_filter_room,
ra_filter_type,
ra_invalidConfig,
ra_lastChange,
ra_locally,
ra_month_Apr,
ra_month_Aug,
ra_month_Dec,
ra_month_Feb,
ra_month_Jan,
ra_month_Jul,
ra_month_Jun,
ra_month_Mai,
ra_month_Mar,
ra_month_Nov,
ra_month_Oct,
ra_month_Sep,
ra_months_Apr,
ra_months_Aug,
ra_months_Dec,
ra_months_Feb,
ra_months_Jan,
ra_months_Jul,
ra_months_Jun,
ra_months_Mai,
ra_months_Mar,
ra_months_Nov,
ra_months_Oct,
ra_months_Sep,
ra_none,
ra_object_changed_by,
ra_object_changed_by_user,
ra_otherConfig,
ra_qualityCode,
ra_repeat,
ra_select_folder_hint,
ra_show_all,
ra_state_changed_by,
ra_state_changed_from,
ra_timestamp,
ra_tooltip_ack,
ra_tooltip_comment,
ra_tooltip_copyState,
ra_tooltip_ctrlForLink,
ra_tooltip_customConfig,
ra_tooltip_deleteObject,
ra_tooltip_editObject,
ra_tooltip_editState,
ra_tooltip_expire,
ra_tooltip_from,
ra_tooltip_lc,
ra_tooltip_quality,
ra_tooltip_ts,
ra_tooltip_user,
ra_tooltip_value,
ra_true,
ra_val,
ra_warning_every_minute,
ra_warning_every_second,
sc_cron,
sc_date,
sc_dates,
sc_dow,
sc_dows,
sc_every,
sc_everyN_dates,
sc_everyN_dow,
sc_everyN_dows,
sc_everyN_hours,
sc_everyN_minutes,
sc_everyN_months,
sc_everyN_seconds,
sc_every_dates,
sc_every_dow,
sc_every_dows,
sc_every_hours,
sc_every_minutes,
sc_every_months,
sc_every_seconds,
sc_from,
sc_hours,
sc_interval,
sc_intervalBetween,
sc_invalid_cron,
sc_minutes,
sc_months,
sc_once,
sc_period,
sc_seconds,
sc_simple,
sc_specific,
sc_specific_dates,
sc_specific_dow,
sc_specific_dows,
sc_specific_hours,
sc_specific_minutes,
sc_specific_months,
sc_specific_seconds,
sc_time,
sc_to,
sc_wizard,
sch_all,
sch_astroDay,
sch_astroNight,
sch_astro_dawn,
sch_astro_dusk,
sch_astro_goldenHour,
sch_astro_goldenHourEnd,
sch_astro_nadir,
sch_astro_nauticalDawn,
sch_astro_nauticalDusk,
sch_astro_night,
sch_astro_nightEnd,
sch_astro_solarNoon,
sch_astro_sunrise,
sch_astro_sunriseEnd,
sch_astro_sunset,
sch_astro_sunsetStart,
sch_at,
sch_desc_atTime,
sch_desc_everyDay,
sch_desc_everyHour,
sch_desc_everyMinute,
sch_desc_everyMonth,
sch_desc_everyNDay,
sch_desc_everyNHours,
sch_desc_everyNMinutes,
sch_desc_everyNMonths,
sch_desc_everyNWeeks,
sch_desc_everyNYears,
sch_desc_everyWeek,
sch_desc_everyYear,
sch_desc_intervalFromTo,
sch_desc_never,
sch_desc_onDate,
sch_desc_onDates,
sch_desc_onEveryDate,
sch_desc_onMonth,
sch_desc_onMonths,
sch_desc_onWeekday,
sch_desc_onWeekdays,
sch_desc_onWeekends,
sch_desc_onWorkdays,
sch_desc_onceInPast,
sch_desc_once_on,
sch_desc_validFrom,
sch_desc_validFromTo,
sch_desc_validTo,
sch_every,
sch_exactTime,
sch_from,
sch_fromTo,
sch_intervalTime,
sch_invert,
sch_no_one,
sch_on,
sch_period,
sch_periodDaily,
sch_periodDates,
sch_periodDay,
sch_periodEvery,
sch_periodEveryDay,
sch_periodEveryMonth,
sch_periodEveryWeek,
sch_periodEveryYear,
sch_periodHours,
sch_periodMinutes,
sch_periodMonth,
sch_periodMonthly,
sch_periodOnce,
sch_periodSpecificMonths,
sch_periodWeek,
sch_periodWeekdays,
sch_periodWeekend,
sch_periodWeekly,
sch_periodWorkdays,
sch_periodYear,
sch_periodYearly,
sch_specificTime,
sch_time,
sch_to,
sch_valid,
sch_validFrom,
sch_validTo,
sch_wholeDay,
sch_yearEveryMonth
};