2024-01-31 22:56:59 +08:00
< ? php
return [
'custom' => [
'title' => [
'edit_dialog' => 'Select Custom Map To Edit' ,
'create' => 'Create New Custom Map' ,
'view' => ':name | Custom Map' ,
'edit' => 'Edit Custom Map' ,
'manage' => 'Manage Custom Maps' ,
],
'create_map' => 'New Map' ,
'view' => [
'loading' => 'Loading data' ,
'no_devices' => 'No devices found' ,
],
'edit' => [
'text_font' => 'Text Font' ,
'text_size' => 'Text Size' ,
'text_color' => 'Text Color' ,
'defaults' => 'Set Defaults' ,
'bg' => [
'title' => 'Set Background' ,
'background' => 'Background' ,
2024-05-13 08:12:59 -05:00
'color' => 'Color' ,
'image' => 'Image' ,
'map' => 'Map' ,
'none' => 'None' ,
2024-01-31 22:56:59 +08:00
'clear_bg' => 'Clear BG' ,
'clear_background' => 'Clear Background' ,
'keep_background' => 'Keep Background' ,
'saving' => 'Saving...' ,
'save_errors' => 'Save failed due to the following errors:' ,
'save_error' => 'Save failed. Server returned error response code: :code' ,
'save' => 'Save Background' ,
2024-05-13 08:12:59 -05:00
'lat' => 'Latitude' ,
'lng' => 'Longitude' ,
'zoom' => 'Zoom' ,
'adjust_map' => 'Adjust Map' ,
'adjust_map_finish' => 'Done Adjusting Map' ,
'as_image' => 'Set as Image' ,
'as_image_hint' => 'Setting the map as an image background will be static, but have improved performance and work without connection to the map tile server' ,
2024-01-31 22:56:59 +08:00
],
'map' => [
'settings_title' => 'Map Settings' ,
'name' => 'Name' ,
2024-04-25 15:32:33 -05:00
'menu_group' => 'Menu Group' ,
'no_group' => 'No Group' ,
2024-01-31 22:56:59 +08:00
'width' => 'Width' ,
'height' => 'Height' ,
'alignment' => 'Node Alignment' ,
2024-02-08 01:42:35 +08:00
'edgeseparation' => 'Link Separation' ,
'reverse' => 'Reverse Arrows' ,
'enable_legend' => 'Enable Legend' ,
2024-01-31 22:56:59 +08:00
'saving' => 'Saving...' ,
'save_errors' => 'Save failed due to the following errors:' ,
'save_error' => 'Save failed. Server returned error response code: :code' ,
2024-05-03 18:30:03 -05:00
'delete' => 'Delete :name?' ,
2024-01-31 22:56:59 +08:00
'list' => 'Return to map list' ,
'unsavedchanges' => 'You have unsaved changes. Press confirm to discard changes and return to the map list, or cancel to return to the editor.' ,
'edit' => 'Edit Map Settings' ,
'rerender' => 'Re-Render Map' ,
'save' => 'Save Map' ,
2024-02-08 01:42:35 +08:00
'legend' => [
'font_size' => 'Legend Text Size' ,
'steps' => 'Legend Steps' ,
'hideinvalid' => 'Hide Invalid' ,
'hideoverspeed' => 'Hide 100%+' ,
],
2024-01-31 22:56:59 +08:00
],
'node' => [
'new' => 'New Node' ,
'add' => 'Add Node' ,
'edit' => 'Edit Node' ,
'defaults_title' => 'Node Default Config' ,
'label' => 'Label' ,
'name' => 'Node Name' ,
'device_select' => 'Select Device' ,
'edit_defaults' => 'Edit Node Defaults' ,
'map_link' => 'Link to Map' ,
'map_select' => 'Select Map...' ,
'style' => 'Style' ,
'style_options' => [
'box' => 'Box' ,
'circle' => 'Circle' ,
'database' => 'Database' ,
'ellipse' => 'Ellipse' ,
'text' => 'Text' ,
'device_image' => 'Device Image' ,
'device_image_circle' => 'Device Image (Circular)' ,
'diamond' => 'Diamond' ,
'dot' => 'Dot' ,
'star' => 'Star' ,
'triangle' => 'Triangle' ,
'triangle_inverted' => 'Triangle Inverted' ,
'hexagon' => 'Hexagon' ,
'square' => 'Square' ,
'icon' => 'Icon (select below)' ,
],
'icon' => 'Icon' ,
'icon_options' => [
'server' => 'Server' ,
'desktop' => 'Desktop' ,
'dish' => 'Satellite Dish' ,
'satellite' => 'Satellite' ,
'wifi' => 'Wifi' ,
'cloud' => 'Cloud' ,
'globe' => 'Globe' ,
'tower' => 'Tower' ,
'arrow_right' => 'Arrow - Right' ,
'arrow_left' => 'Arrow - Left' ,
'arrow_up' => 'Arrow - Up' ,
'arrow_down' => 'Arrow - Down' ,
],
'image' => 'Image' ,
'image_options' => [
'adc' => 'Application Delivery Controller' ,
'firewall' => 'Firewall' ,
'gtm' => 'Global Traffic Manager' ,
'router' => 'Router' ,
'switch-l2' => 'Switch - L2' ,
'switch-l3' => 'Switch - L3' ,
],
'size' => 'Node Size' ,
'bg_color' => 'Background Color' ,
'border_color' => 'Border Color' ,
],
'edge' => [
'new' => 'New Edge' ,
'add' => 'Add Edge' ,
'defaults_title' => 'Edge Default Config' ,
'from' => 'From' ,
'to' => 'To' ,
'port_select' => 'Select Port' ,
'reverse' => 'Reverse Port Direction' ,
'edit_defaults' => 'Edit Edge Defaults' ,
'style' => 'Line Style' ,
'style_options' => [
'dynamic' => 'Dynamic' ,
'continuous' => 'Continuous' ,
'discrete' => 'Discrete' ,
'diagonalCross' => 'Diagonal Cross' ,
'straightCross' => 'Straight Cross' ,
'horizontal' => 'Horizontal' ,
'vertical' => 'Vertical' ,
'curvedCW' => 'Curved Clockwise' ,
'curvedCCW' => 'Curved Counter Clockwise' ,
'cubicBezier' => 'Cubic Bezier' ,
],
'show_usage_percent' => 'Show percent usage' ,
2024-02-08 01:42:35 +08:00
'show_usage_bps' => 'Show bps usage' ,
'label' => 'Label' ,
2024-01-31 22:56:59 +08:00
'recenter' => 'Recenter Line' ,
],
'validate' => [
'width_format' => 'Width must be a number followed by px or %' ,
'width_percent' => 'Width percent must be between 10 and 100' ,
'width_pixels' => 'Width in pixels must be at least 200' ,
'height_format' => 'Height must be a number followed by px or %' ,
'height_percent' => 'Height percent must be between 10 and 100' ,
'height_pixels' => 'Height in pixels must be at least 200' ,
],
],
],
];