@sapui5/sap.suite.ui.commons 1.144.0 → 1.145.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +8 -4
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -3
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/ProcessFlow.js +79 -75
  15. package/src/sap/suite/ui/commons/Timeline.js +9 -0
  16. package/src/sap/suite/ui/commons/TimelineNavigator.js +37 -5
  17. package/src/sap/suite/ui/commons/TimelineRenderer.js +3 -3
  18. package/src/sap/suite/ui/commons/collaboration/BaseHelperService.js +0 -1
  19. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +0 -3
  20. package/src/sap/suite/ui/commons/collaboration/CollaborationManagerService.js +0 -1
  21. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +7 -0
  22. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +4 -1
  23. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +2 -1
  24. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +0 -6
  25. package/src/sap/suite/ui/commons/collaboration/channels/MessageChannel.js +0 -2
  26. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component-preload.js +1 -1
  27. package/src/sap/suite/ui/commons/collaboration/flpplugins/msplugin/Component.js +1 -2
  28. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  32. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  35. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  36. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  37. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  38. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  39. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  40. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  41. package/src/sap/suite/ui/commons/library.js +25 -1
  42. package/src/sap/suite/ui/commons/messagebundle.properties +16 -9
  43. package/src/sap/suite/ui/commons/messagebundle_ar.properties +17 -2
  44. package/src/sap/suite/ui/commons/messagebundle_bg.properties +18 -3
  45. package/src/sap/suite/ui/commons/messagebundle_ca.properties +18 -3
  46. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +18 -3
  47. package/src/sap/suite/ui/commons/messagebundle_cs.properties +17 -2
  48. package/src/sap/suite/ui/commons/messagebundle_cy.properties +17 -2
  49. package/src/sap/suite/ui/commons/messagebundle_da.properties +17 -2
  50. package/src/sap/suite/ui/commons/messagebundle_de.properties +30 -15
  51. package/src/sap/suite/ui/commons/messagebundle_el.properties +18 -3
  52. package/src/sap/suite/ui/commons/messagebundle_en.properties +18 -3
  53. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +18 -3
  54. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +2 -0
  55. package/src/sap/suite/ui/commons/messagebundle_es.properties +18 -3
  56. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +18 -3
  57. package/src/sap/suite/ui/commons/messagebundle_et.properties +17 -2
  58. package/src/sap/suite/ui/commons/messagebundle_fi.properties +17 -2
  59. package/src/sap/suite/ui/commons/messagebundle_fr.properties +26 -11
  60. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +17 -2
  61. package/src/sap/suite/ui/commons/messagebundle_hi.properties +18 -3
  62. package/src/sap/suite/ui/commons/messagebundle_hr.properties +18 -3
  63. package/src/sap/suite/ui/commons/messagebundle_hu.properties +17 -2
  64. package/src/sap/suite/ui/commons/messagebundle_id.properties +18 -3
  65. package/src/sap/suite/ui/commons/messagebundle_it.properties +17 -2
  66. package/src/sap/suite/ui/commons/messagebundle_iw.properties +17 -2
  67. package/src/sap/suite/ui/commons/messagebundle_ja.properties +18 -3
  68. package/src/sap/suite/ui/commons/messagebundle_kk.properties +17 -2
  69. package/src/sap/suite/ui/commons/messagebundle_ko.properties +17 -2
  70. package/src/sap/suite/ui/commons/messagebundle_lt.properties +17 -2
  71. package/src/sap/suite/ui/commons/messagebundle_lv.properties +18 -3
  72. package/src/sap/suite/ui/commons/messagebundle_mk.properties +17 -2
  73. package/src/sap/suite/ui/commons/messagebundle_ms.properties +17 -2
  74. package/src/sap/suite/ui/commons/messagebundle_nl.properties +17 -2
  75. package/src/sap/suite/ui/commons/messagebundle_no.properties +18 -3
  76. package/src/sap/suite/ui/commons/messagebundle_pl.properties +17 -2
  77. package/src/sap/suite/ui/commons/messagebundle_pt.properties +17 -2
  78. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +17 -2
  79. package/src/sap/suite/ui/commons/messagebundle_ro.properties +17 -2
  80. package/src/sap/suite/ui/commons/messagebundle_ru.properties +17 -2
  81. package/src/sap/suite/ui/commons/messagebundle_sh.properties +18 -3
  82. package/src/sap/suite/ui/commons/messagebundle_sk.properties +17 -2
  83. package/src/sap/suite/ui/commons/messagebundle_sl.properties +17 -2
  84. package/src/sap/suite/ui/commons/messagebundle_sr.properties +18 -3
  85. package/src/sap/suite/ui/commons/messagebundle_sv.properties +17 -2
  86. package/src/sap/suite/ui/commons/messagebundle_th.properties +18 -3
  87. package/src/sap/suite/ui/commons/messagebundle_tr.properties +17 -2
  88. package/src/sap/suite/ui/commons/messagebundle_uk.properties +17 -2
  89. package/src/sap/suite/ui/commons/messagebundle_vi.properties +19 -4
  90. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +17 -2
  91. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +19 -4
  92. package/src/sap/suite/ui/commons/networkgraph/Graph.js +45 -16
  93. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +45 -4
  94. package/src/sap/suite/ui/commons/networkgraph/Line.js +52 -0
  95. package/src/sap/suite/ui/commons/networkgraph/Node.js +289 -86
  96. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +143 -70
  97. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +2 -3
  98. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  99. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  100. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  101. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  102. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  103. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  104. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  105. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  108. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  109. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  110. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  111. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  112. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  113. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  114. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  115. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +26 -5
@@ -18,7 +18,7 @@ sap.ui.require.preload({
18
18
  sap.ui.define(["sap/base/Log","sap/ui/core/Core","./BaseHelperService","sap/ui/Device","sap/ui/core/Lib","sap/suite/ui/commons/collaboration/channels/MessageChannel"],function(e,o,a,s,t,i){var n=a.extend("sap.suite.ui.commons.collaboration.CollaborationManagerService");var r=t.getResourceBundleFor("sap.suite.ui.commons");var l=e.getLogger("sap.suite.ui.commons.collaboration.CollaborationManagerService");n.prototype.triggerH2HChat=function(e,o,a){this.publishData({sAppTitle:e,sCurrentURL:o,sEmailId:a})};n.prototype.getOptions=function(){var e=window["sap-ushell-config"]&&window["sap-ushell-config"].bootstrapPlugins&&window["sap-ushell-config"].bootstrapPlugins.H2H_CHAT_PLUGIN;if(s.system.desktop){if(e){return{text:r.getText("COLLABORATION_MANGER"),icon:"sap-icon://BusinessSuiteInAppSymbols/icon-collaboration-manager",press:this.triggerH2HChat.bind(this),fesrStepName:"CM:ShareLink"}}else{l.info("Consumer disable Collaboration Manager option")}}else{l.info("Collaboration Manager is not supported in Phone and Tablet")}return null};n.prototype.publishData=async function(e){try{const o=await i.getInstance();o.postMessage(e)}catch(e){l.error("Failed to publish data:",e)}};return n});
19
19
  },
20
20
  "sap/suite/ui/commons/collaboration/ContactHelper.js":function(){
21
- sap.ui.define(["sap/ui/core/mvc/Controller","sap/ui/core/Fragment","sap/ui/model/json/JSONModel","sap/m/library","sap/ui/core/Lib","sap/ui/core/Core","sap/ui/model/resource/ResourceModel","./CollaborationContactInfoHelper","sap/ui/performance/trace/FESRHelper","sap/ui/core/Element"],function(e,t,a,o,s,i,n,r,c,l){var u=s.getResourceBundleFor("sap.suite.ui.commons");return e.extend("sap.suite.ui.commons.collaboration.ContactHelper",{constructor:function(){},getFullProfileByEmail:async function(e){var t=await r.fetchContact(e);if(t&&t.mail===""){return t}if(t&&t.data!=""){t.photo="data:image/png;base64,"+t.data}t=this.determineContactStatus(t);return t},getTeamsContactOptions:function(){var e=this;return Promise.resolve([{key:"chat",icon:"sap-icon://discussion",tooltip:u.getText("CHAT_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"call",icon:"sap-icon://call",tooltip:u.getText("CALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"videoCall",icon:"sap-icon://video",tooltip:u.getText("VIDEOCALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}}])},getTeamsContactStatus:async function(e){let t={calendar:[]};if(e){const a=await Promise.all([r.fetchContact(e),r.fetchContactCalendar(e)]);t=a[0];t.calendar=a[1]}const a=this.determineContactStatus(t);return[{key:"profileStatus",badgeIcon:a.badgeIcon,badgeValueState:a.badgeValueState,badgeTooltip:a.badgeTooltip,fesrStepName:"MST:ContactAction",calendar:a.calendar}]},handleMSTeamsPress:function(e){var t=e.getSource().data("email");var a=e.getSource().data("type");var s="";switch(a){case"chat":s="https://teams.microsoft.com/l/chat/0/0?users="+t;break;case"call":s="https://teams.microsoft.com/l/call/0/0?users="+t;break;case"videoCall":s="https://teams.microsoft.com/l/call/0/0?users="+t+"&withVideo=true";break;default:break}o.URLHelper.redirect(s,true)},formatUri:function(e,t){var a=/^\w+[\w-+\.]*\@\w+([-\.]\w+)*\.[a-zA-Z]{2,}$/;if(a.test(e)){return"mailto:"+e+(t&&t.subject?"?subject="+t.subject:"")+(t&&t.body?"&body="+t.body:"")}else{return"tel:"+e}},loadContactPopover:function(e,o,s){this.afterClose();return t.load({name:"sap.suite.ui.commons.collaboration.ContactPopover",controller:this,type:"XML"}).then(function(t){c.setSemanticStepname(t,"afterClose","MST:ContactDetails");this._oContactPopover=t;this.sEmail=e;this.oParams=o;t.setBusy(true);var i={setFamily:"tnt",setURI:sap.ui.require.toUrl("sap/tnt/themes/base/illustrations")};sap.m.IllustrationPool.registerIllustrationSet(i,false);var n=new a({isUserExistsInTeams:true});this._oContactPopover.setModel(n,"userData");this.isDirectCommunicationEnabled=s;this._oContactPopover.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return t}.bind(this))},loadMinimalContactPopover:function(e,o){this.afterClose();var s=new a({mail:e,params:o});return t.load({name:"sap.suite.ui.commons.collaboration.MinimalContactPopover",controller:this,type:"XML"}).then(function(e){this._oMinContactPopover=e;c.setSemanticStepname(e,"afterClose","MST:ContactDetails");e.setModel(s,"userData");e.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return e}.bind(this))},afterClose:function(){if(this._oContactPopover){this._oContactPopover.destroy()}if(this._oMinContactPopover){this._oMinContactPopover.destroy()}},afterOpen:function(){var e=this;this.getFullProfileByEmail(this.sEmail).then(function(t){e._oContactPopover.setBusy(false);if(t&&t.mail===""){t.isUserExistsInTeams=false;t.mail=e.sEmail;t.params=e.oParams;e._oContactPopover.setInitialFocus(l.getElementById("mail"))}else{t.isUserExistsInTeams=true;t.isDirectCommunicationEnabled=!!e.isDirectCommunicationEnabled;e._oContactPopover.setInitialFocus(l.getElementById("avatar"))}var o=new a(t);o.setData(t);e._oContactPopover.setModel(o,"userData");c.setSemanticStepname(e._oContactPopover,"afterClose","MST:ContactDetails")})},afterContinue:function(){var e=this.formatUri(this.sEmail,this.oParams);o.URLHelper.redirect(e,true)},determineContactStatus:function(e){const t=new Map([["OOO",{badgeValueState:"Information",badgeIcon:"sap-icon://offsite-work"}],["BUSYOOO",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task"}],["ONLINEOOO",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter"}],["AVAILABLE",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter-2"}],["AWAY",{badgeValueState:"Warning",badgeIcon:"sap-icon://pending"}],["BUSY",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task-2"}],["PRESENTING",{badgeValueState:"Error",badgeIcon:"sap-icon://sys-minus"}],["OFFLINE",{badgeValueState:"Error",badgeIcon:"sap-icon://message-error"}]]);const a=new Map([["Available","AVAILABLE"],["Away","AWAY"],["Inactive","AWAY"],["Busy","BUSY"],["DoNotDisturb","PRESENTING"],["InACall","BUSY"],["InAMeeting","BUSY"],["Presenting","PRESENTING"],["BeRightBack","AWAY"],["OffWork","OFFLINE"],["Offline","OFFLINE"]]);let o={};if(!!e.isoutofoffice){if(e.activity==="Available"){o=t.get("ONLINEOOO");o.badgeTooltip=`${u.getText("AVAILABLE")}, ${u.getText("OOO")}`}else if(e.activity==="Busy"){o=t.get("BUSYOOO");o.badgeTooltip=`${u.getText("BUSY")}, ${u.getText("OOO")}`}else if(e.activity==="DoNotDisturb"){o=t.get("PRESENTING");o.badgeTooltip=`${u.getText("DONOTDISTURB")}, ${u.getText("OOO")}`}else{o=t.get("OOO");o.badgeTooltip=u.getText("OOO")}}else{const s=e.activity?a.get(e.activity):"OFFLINE";o=t.get(s);o.badgeTooltip=u.getText(e.activity.toUpperCase())}Object.assign(e,o);return e}})});
21
+ sap.ui.define(["sap/ui/core/mvc/Controller","sap/ui/core/Fragment","sap/ui/model/json/JSONModel","sap/m/library","sap/ui/core/Lib","sap/ui/core/Core","sap/ui/model/resource/ResourceModel","./CollaborationContactInfoHelper","sap/ui/performance/trace/FESRHelper","sap/ui/core/Element"],function(e,t,a,o,s,i,n,r,c,l){var u=s.getResourceBundleFor("sap.suite.ui.commons");return e.extend("sap.suite.ui.commons.collaboration.ContactHelper",{constructor:function(){},getFullProfileByEmail:async function(e){var t=await r.fetchContact(e);if(t&&t.mail===""){return t}if(t&&t.data!=""){t.photo="data:image/png;base64,"+t.data}t=this.determineContactStatus(t);return t},getTeamsContactOptions:function(){var e=this;return Promise.resolve([{key:"chat",icon:"sap-icon://discussion",tooltip:u.getText("CHAT_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"call",icon:"sap-icon://call",tooltip:u.getText("CALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}},{key:"videoCall",icon:"sap-icon://video",tooltip:u.getText("VIDEOCALL_BUTTON_TOOLTIP"),fesrStepName:"MST:ContactAction",callBackHandler:function(t){e.handleMSTeamsPress(t)}}])},getTeamsContactStatus:async function(e){let t={calendar:[]};if(e){const a=await Promise.all([r.fetchContact(e),r.fetchContactCalendar(e)]);t=a[0];t.calendar=a[1]}const a=this.determineContactStatus(t);return[{key:"profileStatus",badgeIcon:a.badgeIcon,badgeValueState:a.badgeValueState,badgeTooltip:a.badgeTooltip,fesrStepName:"MST:ContactAction",calendar:a.calendar}]},handleMSTeamsPress:function(e){var t=e.getSource().data("email");var a=e.getSource().data("type");var s="";switch(a){case"chat":s="https://teams.microsoft.com/l/chat/0/0?users="+t;break;case"call":s="https://teams.microsoft.com/l/call/0/0?users="+t;break;case"videoCall":s="https://teams.microsoft.com/l/call/0/0?users="+t+"&withVideo=true";break;default:break}o.URLHelper.redirect(s,true)},formatUri:function(e,t){var a=/^\w+[\w-+\.]*\@\w+([-\.]\w+)*\.[a-zA-Z]{2,}$/;if(a.test(e)){return"mailto:"+e+(t&&t.subject?"?subject="+t.subject:"")+(t&&t.body?"&body="+t.body:"")}else{return"tel:"+e}},loadContactPopover:function(e,o,s){this.afterClose();return t.load({name:"sap.suite.ui.commons.collaboration.ContactPopover",controller:this,type:"XML"}).then(function(t){c.setSemanticStepname(t,"afterClose","MST:ContactDetails");this._oContactPopover=t;this.sEmail=e;this.oParams=o;t.setBusy(true);var i={setFamily:"tnt",setURI:sap.ui.require.toUrl("sap/tnt/themes/base/illustrations")};sap.m.IllustrationPool.registerIllustrationSet(i,false);var n=new a({isUserExistsInTeams:true});this._oContactPopover.setModel(n,"userData");this.isDirectCommunicationEnabled=s;this._oContactPopover.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return t}.bind(this))},loadMinimalContactPopover:function(e,o){this.afterClose();var s=new a({mail:e,params:o});return t.load({name:"sap.suite.ui.commons.collaboration.MinimalContactPopover",controller:this,type:"XML"}).then(function(e){this._oMinContactPopover=e;c.setSemanticStepname(e,"afterClose","MST:ContactDetails");e.setModel(s,"userData");e.setModel(new sap.ui.model.resource.ResourceModel({bundle:u}),"i18n");return e}.bind(this))},afterClose:function(){if(this._oContactPopover){this._oContactPopover.destroy()}if(this._oMinContactPopover){this._oMinContactPopover.destroy()}},afterOpen:function(){var e=this;this.getFullProfileByEmail(this.sEmail).then(function(t){e._oContactPopover.setBusy(false);if(t&&t.mail===""){t.isUserExistsInTeams=false;t.mail=e.sEmail;t.params=e.oParams;e._oContactPopover.setInitialFocus(l.getElementById("mail"))}else{t.isUserExistsInTeams=true;t.isDirectCommunicationEnabled=!!e.isDirectCommunicationEnabled;e._oContactPopover.setInitialFocus(l.getElementById("avatar"))}var o=new a(t);o.setData(t);e._oContactPopover.setModel(o,"userData");c.setSemanticStepname(e._oContactPopover,"afterClose","MST:ContactDetails")})},afterContinue:function(){var e=this.formatUri(this.sEmail,this.oParams);o.URLHelper.redirect(e,true)},determineContactStatus:function(e){const t=new Map([["OOO",{badgeValueState:"Information",badgeIcon:"sap-icon://offsite-work"}],["BUSYOOO",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task"}],["ONLINEOOO",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter"}],["AVAILABLE",{badgeValueState:"Success",badgeIcon:"sap-icon://sys-enter-2"}],["AWAY",{badgeValueState:"Warning",badgeIcon:"sap-icon://pending"}],["BUSY",{badgeValueState:"Error",badgeIcon:"sap-icon://circle-task-2"}],["PRESENTING",{badgeValueState:"Error",badgeIcon:"sap-icon://sys-minus"}],["OFFLINE",{badgeValueState:"Error",badgeIcon:"sap-icon://message-error"}]]);const a=new Map([["Available","AVAILABLE"],["Away","AWAY"],["Inactive","AWAY"],["Busy","BUSY"],["DoNotDisturb","PRESENTING"],["InACall","BUSY"],["InAMeeting","BUSY"],["Presenting","PRESENTING"],["BeRightBack","AWAY"],["OffWork","OFFLINE"],["Offline","OFFLINE"]]);let o={};if(!!e.isoutofoffice){if(e.activity==="Available"){o=t.get("ONLINEOOO");o.badgeTooltip=`${u.getText("AVAILABLE")}, ${u.getText("OOO")}`}else if(e.activity==="Busy"){o=t.get("BUSYOOO");o.badgeTooltip=`${u.getText("BUSY")}, ${u.getText("OOO")}`}else if(e.activity==="DoNotDisturb"){o=t.get("PRESENTING");o.badgeTooltip=`${u.getText("DONOTDISTURB")}, ${u.getText("OOO")}`}else{o=t.get("OOO");o.badgeTooltip=u.getText("OOO")}}else{const s=e.activity?a.get(e.activity):"OFFLINE";o=t.get(s);o.badgeTooltip=u.getText(e.activity.toUpperCase())}Object.assign(e,o);return e},handleCopyEmailPress:function(){if(typeof window!=="undefined"&&window.navigator&&window.navigator.clipboard&&window.navigator.clipboard.writeText){window.navigator.clipboard.writeText(this.sEmail)}}})});
22
22
  },
23
23
  "sap/suite/ui/commons/collaboration/ServiceContainer.js":function(){
24
24
  sap.ui.define(["sap/base/Log","./BaseHelperService","./TeamsHelperService","./CollaborationManagerService","../windowmessages/CollaborationMessageBroker","../windowmessages/CollaborationMessageConsumer","./CollaborationHelper","sap/ui/core/Element"],function(e,r,o,n,t,i,a,s){var c=e.getLogger("sap.suite.ui.commons.collaboration.ServiceContainer");var l;var u;function v(){var e;if(l&&Object.keys(l).length){var n=l.sProvider;var t=l.oProviderConfig;if(n==="COLLABORATION_MSTEAMS"){e=new o(t)}u=Promise.resolve(e);return u}e=new r({});c.info("Collaboration provider is not activated on the tenant");return Promise.resolve(e)}function f(){}var g=new f;g.getServiceAsync=async function(){const e=sap.ui.require("sap/ushell/Container");if(u){return u}if(e&&e.inAppRuntime()){try{let e=false;try{if(window.location.host===top.window.location.host){l={};e=true}}catch(e){c.info("Cannot access parent window")}if(!e){l=await i.getProviderConfiguration()}}catch(e){c.error("Error while getting the provider configuration from the parent window",e);l={}}}return v()};g.getCollaborationServices=async function(){var e=await g.getServiceAsync();var r={oTeamsHelperService:e,oCMHelperService:new n};return Promise.resolve(r)};g.hidePluginsInMSTeams=async function(){try{const e=await a.isTeamsModeActive();if(e){let e=0;const r=1*1e3;const o={chatButton:true,"sap.das.webclientplugin.s4.shellitem":true};const n=setInterval(()=>{e++;if(e>10){clearInterval(n);return}Object.keys(o).forEach(e=>{const r=s.getElementById(e);if(r?.getVisible()===true){r.setVisible(false);o[e]=false}});const r=Object.values(o).every(e=>!e);if(r){clearInterval(n)}},r)}}catch(e){c.error("Error hiding the plugins in MS Teams",e)}};g.setCollaborationType=function(e,r){c.info("Collaboration properties are now configured");g.hidePluginsInMSTeams();l={sProvider:e,oProviderConfig:r};v();t.startInstance(l)};return g},true);
@@ -24,7 +24,6 @@ sap.ui.define(
24
24
  * @since 1.108.0
25
25
  * @private
26
26
  * @ui5-restricted: sap.suite.ui.commons.collaboration
27
- * @experimental Since 1.108
28
27
  *
29
28
  */
30
29
  return Component.extend("sap.suite.ui.commons.collaboration.flpplugins.msplugin.Component", {
@@ -103,4 +102,4 @@ sap.ui.define(
103
102
  }
104
103
  });
105
104
  }
106
- );
105
+ );
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
25
- * @version 1.144.0
25
+ * @version 1.145.1
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.145.1
32
32
  * @since 1.67.0
33
33
  *
34
34
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.144.0
33
+ * @version 1.145.1
34
34
  * @since 1.66.0
35
35
  *
36
36
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.145.1
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.144.0
25
+ * @version 1.145.1
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.145.1
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.144.0
28
+ * @version 1.145.1
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.base.Object
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.144.0
21
+ * @version 1.145.1
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @abstract
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.144.0
53
+ * @version 1.145.1
54
54
  * @since 1.66.0
55
55
  *
56
56
  * @constructor
@@ -162,7 +162,7 @@ sap.ui.define([
162
162
  * @extends sap.ui.core.Control
163
163
  *
164
164
  * @author SAP SE
165
- * @version 1.144.0
165
+ * @version 1.145.1
166
166
  * @since 1.66.0
167
167
  *
168
168
  * @constructor
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.144.0
37
+ * @version 1.145.1
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.144.0
31
+ * @version 1.145.1
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.144.0
26
+ * @version 1.145.1
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -58,6 +58,7 @@ sap.ui.define([
58
58
  "sap.suite.ui.commons.MicroProcessFlowRenderType",
59
59
  "sap.suite.ui.commons.networkgraph.ActionButtonPosition",
60
60
  "sap.suite.ui.commons.networkgraph.BackgroundColor",
61
+ "sap.suite.ui.commons.networkgraph.ComponentArrangement",
61
62
  "sap.suite.ui.commons.networkgraph.ElementStatus",
62
63
  "sap.suite.ui.commons.networkgraph.LayoutRenderType",
63
64
  "sap.suite.ui.commons.networkgraph.LineArrowOrientation",
@@ -197,7 +198,7 @@ sap.ui.define([
197
198
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
198
199
  "sap.suite.ui.commons.AriaProperties"
199
200
  ],
200
- version: "1.144.0",
201
+ version: "1.145.1",
201
202
  extensions: {
202
203
  flChangeHandlers: {
203
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -1374,6 +1375,29 @@ sap.ui.define([
1374
1375
 
1375
1376
  DataType.registerEnum("sap.suite.ui.commons.networkgraph.Orientation", oSuiteCommonsLib.networkgraph.Orientation);
1376
1377
 
1378
+ /**
1379
+ * Defines the arrangement of components in the dependency layout.
1380
+ *
1381
+ * @enum {string}
1382
+ * @public
1383
+ * @since 1.145
1384
+ */
1385
+ oSuiteCommonsLib.networkgraph.ComponentArrangement = {
1386
+ /**
1387
+ * Components are arranged horizontally.
1388
+ * @public
1389
+ */
1390
+ Horizontal: "Horizontal",
1391
+
1392
+ /**
1393
+ * Components are arranged vertically.
1394
+ * @public
1395
+ */
1396
+ Vertical: "Vertical"
1397
+ };
1398
+
1399
+ DataType.registerEnum("sap.suite.ui.commons.networkgraph.ComponentArrangement", oSuiteCommonsLib.networkgraph.ComponentArrangement);
1400
+
1377
1401
  /**
1378
1402
  * Determines how nodes are rendered. For optimal performance and usability, it is recommended that you use HTML,
1379
1403
  * which allows you to avoid dealing with SVG limitations.
@@ -449,8 +449,10 @@ NETWORK_GRAPH_EXPAND_COLLAPSE=Expand/Collapse
449
449
  NETWORK_GRAPH_NODE_DETAILS=Node details
450
450
  #XACT: Action button tooltip links
451
451
  NETWORK_GRAPH_NODE_LINKS=Node links
452
+ #XACT: Action button tooltip create connection
453
+ NETWORK_GRAPH_CREATE_CONNECTION=Create Connection
452
454
  #XACT: Action button group detail
453
- NETWORK_GRAPH_GROUP_DETAIL=Group detail
455
+ NETWORK_GRAPH_GROUP_DETAIL=Group Detail
454
456
  #XACT: Accessibility title for Network Graph
455
457
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Network Graph
456
458
  #XACT: Accessibility title for Network Graph SVG
@@ -460,9 +462,9 @@ NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Network Graph Overview SVG
460
462
  #XACT: Accessibility title for Network Graph Overview
461
463
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Network Graph Navigator SVG
462
464
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Network Graph content
463
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Press space bar to toggle the state
465
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=To toggle the state, press space bar
464
466
  #XACT: Accessibility label for action button
465
- NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action button
467
+ NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action Button
466
468
  #XACT: Accessibility label for action button
467
469
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Left
468
470
  #XACT: Accessibility label for action button
@@ -559,13 +561,15 @@ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=There is {0} outgoing connector
559
561
  #XACT: Text for outgoing connectors accessibility label (plural)
560
562
  NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=There are {0} outgoing connectors
561
563
  #XACT: Text for keyboard navigation to outgoing connector
562
- NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Press tab to go to the outgoing connector
564
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=To navigate to the outgoing connector, press Tab
563
565
  #XACT: Text for keyboard navigation to incoming connector
564
- NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Press Shift+tab to go to the ingoing connector
566
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=To navigate to the incoming connector, press Shift + Tab
565
567
  #XACT: Text for keyboard navigation to target node from connector
566
- NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Press tab to navigate to {0}
568
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=To navigate to {0}, press Tab
567
569
  #XACT: Text for keyboard navigation back to source node from connector
568
- NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Press shift + tab to navigate back to {0}
570
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=To navigate back to {0}, press Shift + Tab
571
+ #XACT: Text for keyboard navigation between connectors
572
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=To navigate to other connectors from {0}, Use arrow keys
569
573
  #XACT: Text for line status accessibility label
570
574
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status is
571
575
  #XACT: Text for line accessibility - connection going from source to destination
@@ -1081,7 +1085,7 @@ COLLABORATION_POPOVER_MSGSTRIP = Click to copy the link for later use
1081
1085
  COLLABORATION_POPOVER_MSGSTRIP_SUCCESS = Link copied successfully
1082
1086
  #XTXT: Text for Collaboration popover Copy URL Button
1083
1087
  COLLABORATION_POPOVER_COPYURL_BUTTON = Copy Link
1084
- #XTXT: Text for Share to Collaboration Manager
1088
+ #XTXT: Text for Share to Collaboration Manager
1085
1089
  COLLABORATION_MANGER = Collaboration Manager
1086
1090
  #XMSG: Save Card Error Message
1087
1091
  SAVE_CARD_ERROR=The card couldn't be shared. Please try again later.
@@ -1116,6 +1120,9 @@ VIDEOCALL_BUTTON_TOOLTIP=videocall
1116
1120
  POPOVER_CONTINUE=Continue
1117
1121
  POPOVER_CANCEL=Cancel
1118
1122
 
1123
+ #XTOL: Tooltip for Copy Email Button
1124
+ POPOVER_CONTACT_COPY_EMAIL=Copy
1125
+
1119
1126
  POPOVER_CONTACT_DETAILS=Contact Details
1120
1127
 
1121
1128
  #XTOL: Tooltip for BadgeIcon
@@ -1135,4 +1142,4 @@ OFFWORK=Offline
1135
1142
  #XBUT: Button tooltip for scrolling left in MicroProcessFlow
1136
1143
  MICRO_PROCESS_FLOW_SCROLL_LEFT=Scroll left
1137
1144
  #XBUT: Button tooltip for scrolling right in MicroProcessFlow
1138
- MICRO_PROCESS_FLOW_SCROLL_RIGHT=Scroll right
1145
+ MICRO_PROCESS_FLOW_SCROLL_RIGHT=Scroll right
@@ -239,9 +239,7 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=\u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=\u0645\u062A\u0646\u0642\u0644 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=\u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0646\u0645\u0637 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0636\u0645\u0646\u0647
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=\u0645\u062D\u062A\u0648\u0649 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=\u0627\u0644\u062E\u0637 \u0645\u0646 {0} \u0625\u0644\u0649 {1}
245
243
  NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0644\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u062D\u0627\u0644\u0629
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=\u0632\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=\u064A\u0633\u0627\u0631
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=\u0642\u064A\u0627\u0633\u064A
266
264
  NETWORK_GRAPH_SUCCESS=\u062A\u0645 \u0628\u0646\u062C\u0627\u062D
267
265
  NETWORK_GRAPH_WARNING=\u062A\u062D\u0630\u064A\u0631
268
266
  NETWORK_GRAPH_ERROR=\u062E\u0637\u0623
267
+ NETWORK_GRAPH_NEUTRAL=\u0645\u062D\u0627\u064A\u062F
269
268
  NETWORK_GRAPH_INFORMATION=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062A\u0643\u0628\u064A\u0631/\u0627\u0644\u062A\u0635\u063A\u064A\u0631
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=\u0627\u0644\u0648\u0635\u0641
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=\u0623\u0639\u0644\u0649 \u0625\u0644\u0
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=\u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=\u0623\u0633\u0641\u0644 \u0625\u0644\u0649 \u0623\u0639\u0644\u0649
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=\u0623\u0633\u0641\u0644 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=\u0627\u0644\u0628\u062F\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062F\u0627\u064A\u0629
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=\u0627\u0644\u0628\u062F\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0647\u0627\u064A\u0629
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=\u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062F\u0627\u064A\u0629
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=\u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0647\u0627\u064A\u0629
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=\u0627\u0644\u0633\u0645\u0627\u062A \u0647\u064A
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629 \u0647\u064A
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u064A\u0648\u062C\u062F {0} \u0631\u0627\u0628\u0637 \u0648\u0627\u0631\u062F
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=\u062A\u0648\u062C\u062F {0} \u0645\u0646 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0648\u0627\u0631\u062F\u0629
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u064A\u0648\u062C\u062F {0} \u0631\u0627\u0628\u0637 \u0635\u0627\u062F\u0631
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=\u062A\u0648\u062C\u062F {0} \u0645\u0646 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0635\u0627\u062F\u0631\u0629
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 tab \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0635\u0627\u062F\u0631
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 Shift+\u200Ftab \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0627\u0631\u062F
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 tab \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 Shift+\u200Ftab \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629 \u0647\u064A
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u064A\u0646\u062A\u0642\u0644 \u0645\u0646 {0} \u0625\u0644\u0649 {1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=\u0645\u0624\u0634\u0631 \u0627\u0644\u062D\u0627\u0644\u0629
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}\u060C \u0623\u0642\u0644 \u0645\u0646 {1}%\u060C {2}
@@ -239,10 +239,8 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u041C\u0440\u0435\u0436\u043E\u0432\u0430 \u0
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=\u041C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=\u041E\u0431\u0449 \u043F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u043C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=\u041D\u0430\u0432\u0438\u0433\u0430\u0442\u043E\u0440 \u043D\u0430 \u043C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=\u0418\u0437\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u0435 \u043D\u0430 \u0440\u0435\u0436\u0438\u043C \u0437\u0430 \u0447\u0435\u0442\u0435\u043D\u0435, \u0432 \u043A\u043E\u0439\u0442\u043E \u0434\u0430 \u043D\u0430\u0432\u0438\u0433\u0438\u0440\u0430\u0442\u0435
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=\u0421\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043D\u0430 \u043C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=\u0420\u0435\u0434 \u043E\u0442 {0} \u0434\u043E {1}
245
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0437\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043D\u0430 \u0434\u0440\u0443\u0433 \u0441\u0442\u0430\u0442\u0443\u0441
243
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0437\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B, \u0437\u0430 \u0434\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=\u0411\u0443\u0442\u043E\u043D \u0437\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=\u041B\u044F\u0432\u043E
248
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=\u0414\u044F\u0441\u043D\u043E
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442
266
264
  NETWORK_GRAPH_SUCCESS=\u0423\u0441\u043F\u0435\u0448\u043D\u043E
267
265
  NETWORK_GRAPH_WARNING=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
268
266
  NETWORK_GRAPH_ERROR=\u0413\u0440\u0435\u0448\u043A\u0430
267
+ NETWORK_GRAPH_NEUTRAL=\u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u043E
269
268
  NETWORK_GRAPH_INFORMATION=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=\u041D\u0438\u0432\u043E \u043D\u0430 \u043C\u0430\u0449\u0430\u0431\u0438\u0440\u0430\u043D\u0435
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=\u0413\u043E\u0440\u0435-\u043D\u0430\u0
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=\u041E\u0442 \u0433\u043E\u0440\u0435 \u043D\u0430 \u0434\u043E\u043B\u0443
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=\u041E\u0442 \u0434\u043E\u043B\u0443 \u043D\u0430 \u0433\u043E\u0440\u0435
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=\u0414\u043E\u043B\u0443-\u043D\u0430\u0434\u043E\u043B\u0443
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0437\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0437\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=\u0417\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435 \u0437\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=\u0417\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435 \u0437\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430\u043D\u0435
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0442\u0435 \u0441\u0430
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\u044A\u0442 \u0435
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u0418\u043C\u0430 {0} \u0432\u0445\u043E\u0434\u044F\u0449 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=\u0418\u043C\u0430 {0} \u0432\u0445\u043E\u0434\u044F\u0449\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0430
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u0418\u043C\u0430 {0} \u0438\u0437\u0445\u043E\u0434\u044F\u0449 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=\u0418\u043C\u0430 {0} \u0438\u0437\u0445\u043E\u0434\u044F\u0449\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0430
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Tab, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u043C\u0438\u043D\u0435\u0442\u0435 \u043A\u044A\u043C \u0438\u0437\u0445\u043E\u0434\u044F\u0449\u0438\u044F \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift+Tab, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u043C\u0438\u043D\u0435\u0442\u0435 \u043A\u044A\u043C \u0432\u0445\u043E\u0434\u044F\u0449\u0438\u044F \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Tab, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u043C\u0438\u043D\u0435\u0442\u0435 \u043A\u044A\u043C {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift+Tab, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0432\u044A\u0440\u043D\u0435\u0442\u0435 \u043A\u044A\u043C {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\u044A\u0442 \u0435
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0412\u0440\u044A\u0437\u043A\u0430 \u043E\u0442 {0} \u043A\u044A\u043C {1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=\u0418\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440 \u043D\u0430 \u0441\u0442\u0430\u0442\u0443\u0441
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}% \u043F\u043E\u0434 {1}, {2}
@@ -239,10 +239,8 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=Gr\u00E0fic de xarxa
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Gr\u00E0fic de xarxa SVG
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Resum de gr\u00E0fic de xarxa SVG
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Navegador de gr\u00E0fic de xarxa SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Desactivar el mode de lectura per navegar per
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Contingut de gr\u00E0fic de xarxa
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=L\u00EDnia de {0} a {1}
245
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Pr\u00E9mer l'espaiador per canviar l'estat
243
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Premeu la barra espaiadora per canviar l'estat
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Bot\u00F3 d\u2019acci\u00F3
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Esquerra
248
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=Dreta
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=Est\u00E0ndard
266
264
  NETWORK_GRAPH_SUCCESS=Correcte
267
265
  NETWORK_GRAPH_WARNING=Advert\u00E8ncia
268
266
  NETWORK_GRAPH_ERROR=Error
267
+ NETWORK_GRAPH_NEUTRAL=Neutre
269
268
  NETWORK_GRAPH_INFORMATION=Informaci\u00F3
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=Nivell de zoom
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=Descripci\u00F3
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=De dalt a dalt
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=De dalt a baix
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=De baix a dalt
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=De baix a baix
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=D'inici a inici
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=D'inici a fi
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=De fi a inici
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=De fi a fi
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=Els atributs s\u00F3n
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=L'estat \u00E9s
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Hi ha {0} connector d''entrada
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Hi ha {0} connectors d''entrada
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Hi ha {0} connector de sortida
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Hi ha {0} connectors de sortida
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Premeu la tecla Tab per anar al connector de sortida
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Premeu les tecles Maj\u00FAs + Tab per anar al connector d'entrada
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Premeu la tecla Tab per anar a {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Premeu les tecles Maj\u00FAs + Tab per tornar a {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=L'estat \u00E9s
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Canvi de connexi\u00F3\: {0}-{1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=Indicador d\u2019estat
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}%, per sota {1}, {2}
@@ -239,10 +239,8 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=Mre\u017Eni grafik
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Mre\u017Eni SVG grafik
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Pregled mre\u017Enog SVG grafika
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Usmjeriva\u010D mre\u017Enog SVG grafika
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Isklju\u010Dite na\u010Din \u010Ditanja da biste se kretali po njemu
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Sadr\u017Eaj mre\u017Enog grafika
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=Red od {0} do {1}
245
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Pritisnite razmak da uklju\u010Dite/isklju\u010Dite stanje
243
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Pritisnite taster za razmak da promijenite status
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Dugme radnje
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Lijevo
248
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=Desno
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=Standard
266
264
  NETWORK_GRAPH_SUCCESS=Uspjeh
267
265
  NETWORK_GRAPH_WARNING=Upozorenje
268
266
  NETWORK_GRAPH_ERROR=Gre\u0161ka
267
+ NETWORK_GRAPH_NEUTRAL=Neutralno
269
268
  NETWORK_GRAPH_INFORMATION=Informacije
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=Nivo zumiranja
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=Opis
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=S vrha na vrh
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=S vrha na dno
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=S dna na vrh
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=S dna na dno
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=S po\u010Detka na po\u010Detak
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=S po\u010Detka na zavr\u0161etak
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Sa zavr\u0161etka na po\u010Detak
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Sa zavr\u0161etka na zavr\u0161etak
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=Obilje\u017Eja su
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status je
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Postoji {0} ulazni konektor
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Postoji {0} ulaznih konektora
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Postoji {0} izlazni konektor
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Postoji {0} izlaznih konektora
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Pritisnite taster Tab da pre\u0111ete na izlazni konektor
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Pritisnite tastere Shift+Tab da pre\u0111ete na ulazni konektor
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Pritisnite Tab da se usmjerite na {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Pritisnite Shift+Tab da se usmjerite nazad na {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status je
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Veza od {0} do {1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=Pokazatelj statusa
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}%, ispod {1}, {2}
@@ -239,9 +239,7 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=S\u00ED\u0165ov\u00FD diagram
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=S\u00ED\u0165ov\u00FD diagram SVG
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=P\u0159ehled s\u00ED\u0165ov\u00E9ho diagramu SVG
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Navig\u00E1tor s\u00ED\u0165ov\u00E9ho diagramu SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Vypn\u011Bte \u010Dtec\u00ED re\u017Eim, chcete-li navigovat v r\u00E1mci
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Obsah s\u00ED\u0165ov\u00E9ho diagramu
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=\u0158\u00E1dky od {0} do {1}
245
243
  NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Stisknut\u00EDm mezern\u00EDku p\u0159epnete stav
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Tla\u010D\u00EDtko akce
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Vlevo
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=Standardn\u00ED
266
264
  NETWORK_GRAPH_SUCCESS=\u00DAsp\u011Bch
267
265
  NETWORK_GRAPH_WARNING=Upozorn\u011Bn\u00ED
268
266
  NETWORK_GRAPH_ERROR=Chyba
267
+ NETWORK_GRAPH_NEUTRAL=Neutr\u00E1ln\u00ED
269
268
  NETWORK_GRAPH_INFORMATION=Informace
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=\u00DArove\u0148 p\u0159ibl\u00ED\u017Een\u00ED
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=Popis
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=Shora nahoru
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=Shora dol\u016F
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=Zdola nahoru
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=Zdola dol\u016F
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=Od za\u010D\u00E1tku do za\u010D\u00E1tku
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=Od za\u010D\u00E1tku do konce
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Od konce do za\u010D\u00E1tku
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Od konce do konce
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=Atributy jsou
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status je
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Existuje {0} vstupn\u00ED konektor
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Existuj\u00ED {0} vstupn\u00ED konektory
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Existuje {0} v\u00FDstupn\u00ED konektor
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Existuj\u00ED {0} v\u00FDstupn\u00ED konektory
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Stisknut\u00EDm tabul\u00E1toru p\u0159ejdete k v\u00FDstupn\u00EDmu konektoru
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Stisknut\u00EDm Shift + Tab p\u0159ejdete k v\u00FDstupn\u00EDmu konektoru
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Stisknut\u00EDm tabul\u00E1toru p\u0159ejdete k {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Stisknut\u00EDm Shift + Tab p\u0159ejdete zp\u011Bt k {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status je
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=P\u0159ipojen\u00ED z {0} do {1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=Indik\u00E1tor stavu
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}%, pod {1}, {2}
@@ -239,9 +239,7 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=Graff Rhwydwaith
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Graff Rhwydwaith SVG
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Trosolwg o'r Graff Rhwydwaith SVG
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Llywiwr y Graff Rhwydwaith SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Diffodd y modd darllen er mwyn llywio oddi mewn
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Cynnwys Graff Rhwydwaith
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=Llinell o {0} i {1}
245
243
  NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Pwyswch y bylchwr i doglo'r cyflwr
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Botwm Cam Gweithredu
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Chwith
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=Safonol
266
264
  NETWORK_GRAPH_SUCCESS=Llwyddiant
267
265
  NETWORK_GRAPH_WARNING=Rhybudd
268
266
  NETWORK_GRAPH_ERROR=Gwall
267
+ NETWORK_GRAPH_NEUTRAL=Niwtral
269
268
  NETWORK_GRAPH_INFORMATION=Gwybodaeth
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=Lefel Nes\u00E1u/Pellhau
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=Disgrifiad
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=Brig i Brig
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=Brig i Gwaelod
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=Gwaelod i Brig
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=Gwaelod i Gwaelod
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=Dechrau i'r Dechrau
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=Dechrau i'r Diwedd
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Diwedd i'r Dechrau
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Diwedd i'r Diwedd
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=Dyma'r priodoleddau
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Dyma'r statws
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Mae {0} cysylltydd i mewn
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Mae {0} o gysylltwyr i mewn
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Mae {0} cysylltydd am allan
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Mae {0} o gysylltwyr am allan
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Pwyswch y tab i fynd i'r cysylltydd am allan
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Pwyswch Shift+tab i fynd i'r cysylltydd i mewn
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Pwyswch y tab i lywio i {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Pwyswch shift + tab i lywio yn \u00F4l i {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Dyma'r statws
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Cysylltiad o {0} i {1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=Dangosydd Statws
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}%, o dan {1}, {2}
@@ -239,9 +239,7 @@ NETWORK_GRAPH_ACCESSIBILITY_LABEL=Netv\u00E6rksgrafik
239
239
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Netv\u00E6rksgrafik - SVG
240
240
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Oversigt over netv\u00E6rksgrafik - SVG
241
241
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Navigator for netv\u00E6rksgrafik - SVG
242
- NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Deaktiver l\u00E6setilstand for at navigere i
243
242
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Indhold af netv\u00E6rksgrafik
244
- NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=Linje fra {0} til {1}
245
243
  NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Tryk p\u00E5 mellemrumstasten for at skifte tilstanden
246
244
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action Button
247
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Venstre
@@ -266,6 +264,7 @@ NETWORK_GRAPH_STANDARD=Standard
266
264
  NETWORK_GRAPH_SUCCESS=Udf\u00F8rt
267
265
  NETWORK_GRAPH_WARNING=Advarsel
268
266
  NETWORK_GRAPH_ERROR=Fejl
267
+ NETWORK_GRAPH_NEUTRAL=Neutral
269
268
  NETWORK_GRAPH_INFORMATION=Informationer
270
269
  NETWORK_GRAPH_ZOOM_LEVEL=Zoomniveau
271
270
  NETWORK_GRAPH_NODE_DESCRIPTION=Beskrivelse
@@ -284,6 +283,22 @@ NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=Fra top til top
284
283
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=Fra top til bund
285
284
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=Fra bund til top
286
285
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=Fra bund til bund
286
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=Start til start
287
+ NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=Start til slut
288
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Slut til start
289
+ NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Slut til slut
290
+ NETWORK_GRAPH_NODE_ATTRIBUTES=Attributterne er
291
+ NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status er
292
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Der er {0} indg\u00E5ende konnektor
293
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Der er {0} indg\u00E5ende konnektorer
294
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Der er {0} udg\u00E5ende konnektor
295
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Der er {0} udg\u00E5ende konnektorer
296
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Tryk p\u00E5 tabulatortasten for at g\u00E5 til den udg\u00E5ende konnektor
297
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Tryk Skift+tabulatortast for at g\u00E5 til den indg\u00E5ende konnektor
298
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Tryk p\u00E5 tabulatortasten for at navigere hen til {0}
299
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Tryk Skift + tabulatortast for at navigere tilbage til {0}
300
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status er
301
+ NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Forbindelse, der g\u00E5r fra {0} til {1}
287
302
 
288
303
  STATUS_INDICATOR_ARIA_LABEL=Statusindikator
289
304
  STATUS_INDICATOR_VALUE_BELOW_THRESHOLD_COLOR={0}%, under {1}, {2}