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

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 (214) 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 +83 -4
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
  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/CalculationBuilderInput.js +11 -0
  9. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  10. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  11. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  13. package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
  14. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  16. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
  17. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
  18. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
  19. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
  20. package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
  21. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
  32. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/library.js +4 -4
  35. package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
  36. package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
  37. package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
  38. package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
  39. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
  40. package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
  41. package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
  42. package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
  43. package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
  44. package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
  45. package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
  46. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
  47. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
  48. package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
  49. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
  50. package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
  51. package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
  52. package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
  53. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
  54. package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
  55. package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
  56. package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
  57. package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
  58. package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
  59. package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
  60. package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
  61. package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
  62. package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
  63. package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
  64. package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
  65. package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
  66. package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
  67. package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
  68. package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
  69. package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
  70. package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
  71. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
  72. package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
  73. package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
  74. package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
  75. package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
  76. package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
  77. package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
  78. package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
  79. package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
  80. package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
  81. package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
  82. package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
  83. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
  84. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
  85. package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
  86. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  87. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  88. package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
  89. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  90. package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
  91. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
  92. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  93. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
  94. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
  95. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
  96. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  97. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  98. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  99. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  100. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  101. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  102. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  103. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  104. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  105. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  108. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  109. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  110. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  111. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  112. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  113. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  114. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  115. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  116. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  117. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  118. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  119. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  120. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  121. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  122. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  123. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  124. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  125. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  126. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  127. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  128. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  129. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  130. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  131. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  132. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  133. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  134. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  135. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  136. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  137. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  138. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  139. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  140. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  141. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  142. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  143. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  144. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  145. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  146. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  147. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  148. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  149. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  150. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  151. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  152. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  153. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  154. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  155. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  156. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  157. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  158. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  159. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  160. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  161. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  162. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  163. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  164. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  165. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  166. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  167. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  168. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  169. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  170. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  171. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  172. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  173. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  174. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  175. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  176. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  177. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  178. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  179. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  180. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  181. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  182. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  183. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  184. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  185. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  186. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  187. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  188. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  189. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  190. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  191. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  192. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  193. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  194. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  195. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  196. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  197. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  198. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  199. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  200. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  201. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  202. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  203. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  204. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  205. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  206. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  207. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  208. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  209. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  210. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  211. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  212. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
  213. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  214. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -58,27 +58,37 @@ sap.ui.define([
58
58
  oServiceContainer.getServiceAsync = async function() {
59
59
  const UshellContainer = sap.ui.require("sap/ushell/Container");
60
60
  if (oServicePromise) {
61
+ oLogger.info("Returning cached service promise");
61
62
  return oServicePromise;
62
63
  }
63
64
  if (UshellContainer && UshellContainer.inAppRuntime()) {
65
+ oLogger.info("Running in UshellContainer inAppRuntime, checking provider configuration");
64
66
  try {
65
67
  let isProviderConfigurationSet = false;
66
68
  try {
67
69
  if (window.location.host === top.window.location.host) {
70
+ oLogger.info("App is running in the same window as parent, setting empty provider configuration");
68
71
  oProviderConfiguration = {};
69
72
  isProviderConfigurationSet = true;
70
73
  }
71
74
  } catch (error) {
72
- oLogger.info("Cannot access parent window");
75
+ oLogger.info("The app is running in an iframe and trying to get parent window");
76
+ oProviderConfiguration = {};
77
+ isProviderConfigurationSet = true;
73
78
  }
74
79
  if (!isProviderConfigurationSet) {
80
+ oLogger.info("Fetching provider configuration from parent window");
75
81
  oProviderConfiguration = await CollaborationMessageConsumer.getProviderConfiguration();
82
+ oLogger.info("Provider configuration successfully retrieved");
76
83
  }
77
84
  } catch (error) {
78
85
  oLogger.error("Error while getting the provider configuration from the parent window", error);
79
86
  oProviderConfiguration = {};
80
87
  }
81
- }
88
+ } else {
89
+ oLogger.info("Not running in UshellContainer inAppRuntime");
90
+ }
91
+ oLogger.info("Resolving collaboration type");
82
92
  return fnGetCollaborationType();
83
93
  };
84
94
 
@@ -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.145.1
25
+ * @version 1.147.0
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.145.1
31
+ * @version 1.147.0
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.145.1
33
+ * @version 1.147.0
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.145.1
31
+ * @version 1.147.0
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.145.1
25
+ * @version 1.147.0
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.145.1
31
+ * @version 1.147.0
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.145.1
28
+ * @version 1.147.0
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.145.1
21
+ * @version 1.147.0
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.145.1
53
+ * @version 1.147.0
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.145.1
165
+ * @version 1.147.0
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.145.1
37
+ * @version 1.147.0
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -47,11 +47,14 @@ sap.ui.define([
47
47
  metadata: {
48
48
  library: "sap.suite.ui.commons"
49
49
  },
50
- renderer: function(oRm, oControl) {
51
- if (!Device.system.phone || oControl._bInDialog){
52
- ImageEditorContainerRenderer.render.apply(this, arguments);
53
- } else {
54
- oRm.renderControl(oControl._getOpenButton());
50
+ renderer: {
51
+ apiVersion: 2,
52
+ render(oRm, oControl) {
53
+ if (!Device.system.phone || oControl._bInDialog){
54
+ ImageEditorContainerRenderer.render.apply(this, arguments);
55
+ } else {
56
+ oRm.renderControl(oControl._getOpenButton());
57
+ }
55
58
  }
56
59
  }
57
60
  });
@@ -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.145.1
31
+ * @version 1.147.0
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.145.1
26
+ * @version 1.147.0
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -198,7 +198,7 @@ sap.ui.define([
198
198
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
199
199
  "sap.suite.ui.commons.AriaProperties"
200
200
  ],
201
- version: "1.145.1",
201
+ version: "1.147.0",
202
202
  extensions: {
203
203
  flChangeHandlers: {
204
204
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -1212,7 +1212,7 @@ sap.ui.define([
1212
1212
  * This setting is ignored if layout property is not set to noop.
1213
1213
  *
1214
1214
  * @enum {string}
1215
- * @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
1215
+ * @since 1.144
1216
1216
  */
1217
1217
  oSuiteCommonsLib.networkgraph.ConnectionType = {
1218
1218
 
@@ -1244,7 +1244,7 @@ sap.ui.define([
1244
1244
  * This setting is ignored if the layout property is not set to noop.
1245
1245
  *
1246
1246
  * @enum {string}
1247
- * @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
1247
+ * @since 1.144
1248
1248
  */
1249
1249
  oSuiteCommonsLib.networkgraph.NodePorts = {
1250
1250
  /**
@@ -1485,7 +1485,7 @@ sap.ui.define([
1485
1485
 
1486
1486
  /**
1487
1487
  * The arrows are placed at both the beginning of the first line segment and the end of the last line segment. This options is valid only with layout type "noop" and optimizedlinealorithm is set.
1488
- * @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
1488
+ * @since 1.144
1489
1489
  */
1490
1490
  Both: "Both"
1491
1491
  };
@@ -532,10 +532,10 @@ NETWORKGRAPH_CANCEL_BUTTON=Cancel
532
532
  #XBUT: Cancel button text
533
533
  NETWORKGRAPH_CREATE_BUTTON=Create
534
534
  #XTXT: Connection type display texts
535
- NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_LEFT=Left to Left
536
- NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_RIGHT=Left to Right
537
- NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_LEFT=Right to Left
538
- NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_RIGHT=Right to Right
535
+ NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_LEFT=Start to Start
536
+ NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_RIGHT=Start to Finish
537
+ NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_LEFT=Finish to Start
538
+ NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_RIGHT=Finish to Finish
539
539
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=Top to Top
540
540
  NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=Top to Bottom
541
541
  NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=Bottom to Top
@@ -553,13 +553,13 @@ NETWORK_GRAPH_NODE_ATTRIBUTES=Attributes are
553
553
  #XACT: Text for node status accessibility label
554
554
  NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status is
555
555
  #XACT: Text for incoming connectors accessibility label (singular)
556
- NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=There is {0} incoming connector
556
+ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR={0} incoming connector
557
557
  #XACT: Text for incoming connectors accessibility label (plural)
558
- NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=There are {0} incoming connectors
558
+ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL={0} incoming connectors
559
559
  #XACT: Text for outgoing connectors accessibility label (singular)
560
- NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=There is {0} outgoing connector
560
+ NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR={0} outgoing connector
561
561
  #XACT: Text for outgoing connectors accessibility label (plural)
562
- NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=There are {0} outgoing connectors
562
+ NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL={0} outgoing connectors
563
563
  #XACT: Text for keyboard navigation to outgoing connector
564
564
  NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=To navigate to the outgoing connector, press Tab
565
565
  #XACT: Text for keyboard navigation to incoming connector
@@ -570,6 +570,10 @@ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=To navigate to {0}, press Tab
570
570
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=To navigate back to {0}, press Shift + Tab
571
571
  #XACT: Text for keyboard navigation between connectors
572
572
  NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=To navigate to other connectors from {0}, Use arrow keys
573
+ #XACT: Text hint to hear individual connector navigation options via Alt+
574
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=To hear possible connectors, press ALT +
575
+ #XACT: Text for individual connector announcement when Alt+ is pressed. {0}=type, {1}=direction, {2}=connection type, {3}=from node, {4}=to node, {5}=number
576
+ NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigate to {0} connector on {1}, {2} connector connecting {3} to {4}, press ALT + {5}
573
577
  #XACT: Text for line status accessibility label
574
578
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status is
575
579
  #XACT: Text for line accessibility - connection going from source to destination
@@ -1122,6 +1126,10 @@ POPOVER_CANCEL=Cancel
1122
1126
 
1123
1127
  #XTOL: Tooltip for Copy Email Button
1124
1128
  POPOVER_CONTACT_COPY_EMAIL=Copy
1129
+ #XMSG: Message Toast for email copied successfully
1130
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-Mail copied to clipboard
1131
+ #XMSG: Message Toast for email not copied
1132
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=E-Mail could not be copied to clipboard
1125
1133
 
1126
1134
  POPOVER_CONTACT_DETAILS=Contact Details
1127
1135
 
@@ -234,13 +234,14 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=\u062A\u0648\u0633\u064A\u0639/\u0637\u064A
235
235
  NETWORK_GRAPH_NODE_DETAILS=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0639\u064F\u0642\u062F\u0629
236
236
  NETWORK_GRAPH_NODE_LINKS=\u0627\u0631\u062A\u0628\u0627\u0637\u0627\u062A \u0627\u0644\u0639\u064F\u0642\u062F\u0629
237
+ NETWORK_GRAPH_CREATE_CONNECTION=\u0625\u0646\u0634\u0627\u0621 \u0627\u062A\u0635\u0627\u0644
237
238
  NETWORK_GRAPH_GROUP_DETAIL=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=\u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
240
241
  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
242
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=\u0645\u062A\u0646\u0642\u0644 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629 SVG
242
243
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=\u0645\u062D\u062A\u0648\u0649 \u0645\u062E\u0637\u0637 \u0627\u0644\u0634\u0628\u0643\u0629
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
244
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u0644\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u062D\u0627\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629
244
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=\u0632\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621
245
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=\u064A\u0633\u0627\u0631
246
247
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=\u064A\u0645\u064A\u0646
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u064A\u0648\u062C\u062F {0} \u0631\u0
293
294
  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
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=\u064A\u0648\u062C\u062F {0} \u0631\u0627\u0628\u0637 \u0635\u0627\u062F\u0631
295
296
  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}
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0635\u0627\u062F\u0631\u060C \u0627\u0636\u063A\u0637 Tab
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0627\u0631\u062F\u060C \u0627\u0636\u063A\u0637 Shift + Tab
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 {0}\u060C \u0627\u0636\u063A\u0637 Tab
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 {0}\u060C \u0627\u0636\u063A\u0637 Shift + Tab
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 {0}\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0623\u0633\u0647\u0645
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629 \u0647\u064A
301
303
  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}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=\u0645\u0643\u0627\u0644\u0645\u0629 \u0641\u064A\u062F
588
590
  POPOVER_CONTINUE=\u0645\u062A\u0627\u0628\u0639\u0629
589
591
  POPOVER_CANCEL=\u0625\u0644\u063A\u0627\u0621
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=\u0646\u0633\u062E
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=\u062A\u0645 \u0646\u0633\u062E \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=\u062A\u0639\u0630\u0631 \u0646\u0633\u062E \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629
596
+
591
597
  POPOVER_CONTACT_DETAILS=\u062A\u0641\u0627\u0635\u064A\u0644 \u062C\u0647\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
592
598
 
593
599
  AVAILABLE=\u0645\u062A\u0627\u062D
@@ -234,13 +234,14 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=\u0412\u044A\u043D\u0448\u043D\u0438 \u0432
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435/\u0441\u043A\u0440\u0438\u0432\u0430\u043D\u0435
235
235
  NETWORK_GRAPH_NODE_DETAILS=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B
236
236
  NETWORK_GRAPH_NODE_LINKS=\u0412\u0440\u044A\u0437\u043A\u0438 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B
237
+ NETWORK_GRAPH_CREATE_CONNECTION=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430
237
238
  NETWORK_GRAPH_GROUP_DETAIL=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u043D\u0430 \u0433\u0440\u0443\u043F\u0430
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u041C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=\u041C\u0440\u0435\u0436\u043E\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043A\u0430 SVG
240
241
  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
242
  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
243
  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
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
244
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=\u0417\u0430 \u0434\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430, \u043D\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
244
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=\u0411\u0443\u0442\u043E\u043D \u0437\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
245
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=\u041B\u044F\u0432\u043E
246
247
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=\u0414\u044F\u0441\u043D\u043E
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=\u0418\u043C\u0430 {0} \u0432\u0445\u0
293
294
  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
295
  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
296
  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}
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0438\u0437\u0445\u043E\u0434\u044F\u0449\u0438\u044F \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Tab
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0432\u0445\u043E\u0434\u044F\u0449\u0438\u044F \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift + Tab
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E {0}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Tab
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=\u0417\u0430 \u0434\u0430 \u0441\u0435 \u0432\u044A\u0440\u043D\u0435\u0442\u0435 \u0434\u043E {0}, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 Shift + Tab
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=\u0417\u0430 \u0434\u0430 \u043E\u0442\u0438\u0434\u0435\u0442\u0435 \u0434\u043E \u0434\u0440\u0443\u0433\u0438 \u043A\u043E\u043D\u0435\u043A\u0442\u043E\u0440\u0438 \u043E\u0442 {0}, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438\u0442\u0435 \u0441\u044A\u0441 \u0441\u0442\u0440\u0435\u043B\u043A\u0438\u0442\u0435
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441\u044A\u0442 \u0435
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=\u0412\u0440\u044A\u0437\u043A\u0430 \u043E\u0442 {0} \u043A\u044A\u043C {1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=\u0412\u0438\u0434\u0435\u043E \u043E\u0431\u0430\u0436
588
590
  POPOVER_CONTINUE=\u041D\u0430\u043F\u0440\u0435\u0434
589
591
  POPOVER_CANCEL=\u041E\u0442\u043A\u0430\u0437
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=\u041A\u043E\u043F\u0438\u0440\u0430\u043D\u0435
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=\u0418\u043C\u0435\u0439\u043B\u044A\u0442 \u0435 \u043A\u043E\u043F\u0438\u0440\u0430\u043D \u0432 \u043A\u043B\u0438\u043F\u0431\u043E\u0440\u0434\u0430
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=\u0418\u043C\u0435\u0439\u043B\u044A\u0442 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u043E\u043F\u0438\u0440\u0430\u043D \u0432 \u043A\u043B\u0438\u043F\u0431\u043E\u0440\u0434\u0430
596
+
591
597
  POPOVER_CONTACT_DETAILS=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u043B\u0438\u0446\u0435 \u0437\u0430 \u043A\u043E\u043D\u0442\u0430\u043A\u0442
592
598
 
593
599
  AVAILABLE=\u041D\u0430 \u0440\u0430\u0437\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435
@@ -234,6 +234,7 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Enlla\u00E7os externs
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=Ampliar/Comprimir
235
235
  NETWORK_GRAPH_NODE_DETAILS=Detalls de node
236
236
  NETWORK_GRAPH_NODE_LINKS=Enlla\u00E7os de node
237
+ NETWORK_GRAPH_CREATE_CONNECTION=Crear connexi\u00F3
237
238
  NETWORK_GRAPH_GROUP_DETAIL=Detalls de grup
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Gr\u00E0fic de xarxa
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Gr\u00E0fic de xarxa SVG
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Hi ha {0} connector d''entrada
293
294
  NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Hi ha {0} connectors d''entrada
294
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Hi ha {0} connector de sortida
295
296
  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}
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Premeu Tab per anar al connector de sortida
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Premeu Maj\u00FAs + Tab per anar al connector d'entrada
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Premeu Tab per anar a {0}
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Premeu Maj\u00FAs + Tab per tornar a {0}
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Utilitzeu les tecles de fletxa per anar a altres connectors des de {0}
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=L'estat \u00E9s
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Canvi de connexi\u00F3\: {0}-{1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=Videotrucada
588
590
  POPOVER_CONTINUE=Continuar
589
591
  POPOVER_CANCEL=Cancel\u00B7lar
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=Copiar
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=L'adre\u00E7a electr\u00F2nica s'ha copiat al porta-retalls
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=No s'ha pogut copiar l'adre\u00E7a electr\u00F2nica al porta-retalls
596
+
591
597
  POPOVER_CONTACT_DETAILS=Dades de contacte
592
598
 
593
599
  AVAILABLE=Disponible
@@ -234,13 +234,14 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Eksterne veze
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=Pro\u0161iri/sa\u017Emi
235
235
  NETWORK_GRAPH_NODE_DETAILS=Detalji \u010Dvora
236
236
  NETWORK_GRAPH_NODE_LINKS=Veze \u010Dvora
237
+ NETWORK_GRAPH_CREATE_CONNECTION=Kreiraj vezu
237
238
  NETWORK_GRAPH_GROUP_DETAIL=Detalj grupe
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Mre\u017Eni grafik
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Mre\u017Eni SVG grafik
240
241
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Pregled mre\u017Enog SVG grafika
241
242
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Usmjeriva\u010D mre\u017Enog SVG grafika
242
243
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Sadr\u017Eaj mre\u017Enog grafika
243
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Pritisnite taster za razmak da promijenite status
244
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Za uklju\u010Divanje/isklju\u010Divanje stanja pritisnite razmak
244
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Dugme radnje
245
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Lijevo
246
247
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=Desno
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Postoji {0} ulazni konektor
293
294
  NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Postoji {0} ulaznih konektora
294
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Postoji {0} izlazni konektor
295
296
  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}
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Za usmjeravanje na izlazni konektor pritisnite Tab
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Za usmjeravanje na ulazni konektor pritisnite Shift + Tab
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Za usmjeravanje na {0} pritisnite Tab
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Za usmjeravanje nazad na {0} pritisnite Shift + Tab
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Za usmjeravanje na druge konektore sa {0} koristite strelice
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status je
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Veza od {0} do {1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=Video poziv
588
590
  POPOVER_CONTINUE=Nastavi
589
591
  POPOVER_CANCEL=Odustani
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=Kopiraj
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-po\u0161ta kopirana u prelaznu memoriju
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=E-po\u0161ta se ne mo\u017Ee kopirati u prelaznu memoriju
596
+
591
597
  POPOVER_CONTACT_DETAILS=Detalji o kontaktu
592
598
 
593
599
  AVAILABLE=Dostupan/na
@@ -234,6 +234,7 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Extern\u00ED odkazy
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=Rozbalit/sbalit
235
235
  NETWORK_GRAPH_NODE_DETAILS=Detaily uzlu
236
236
  NETWORK_GRAPH_NODE_LINKS=Odkazy uzlu
237
+ NETWORK_GRAPH_CREATE_CONNECTION=Vytvo\u0159it p\u0159ipojen\u00ED
237
238
  NETWORK_GRAPH_GROUP_DETAIL=Detail skupiny
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=S\u00ED\u0165ov\u00FD diagram
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=S\u00ED\u0165ov\u00FD diagram SVG
@@ -294,9 +295,10 @@ NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Existuj\u00ED {0} vstupn\u00ED konektor
294
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Existuje {0} v\u00FDstupn\u00ED konektor
295
296
  NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Existuj\u00ED {0} v\u00FDstupn\u00ED konektory
296
297
  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_NAVIGATION_SHIFT_TAB_TO_INCOMING=Stisknut\u00EDm Shift + Tab p\u0159ejdete ke vstupn\u00EDmu konektoru
298
299
  NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Stisknut\u00EDm tabul\u00E1toru p\u0159ejdete k {0}
299
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Stisknut\u00EDm Shift + Tab p\u0159ejdete zp\u011Bt k {0}
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Pomoc\u00ED \u0161ipkov\u00FDch kl\u00E1ves p\u0159ejdete z {0} k jin\u00FDm konektor\u016Fm
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status je
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=P\u0159ipojen\u00ED z {0} do {1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=Audiovizu\u00E1ln\u00ED vol\u00E1n\u00ED
588
590
  POPOVER_CONTINUE=Pokra\u010Dovat
589
591
  POPOVER_CANCEL=Zru\u0161it
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=Kop\u00EDrovat
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-mail je zkop\u00EDrov\u00E1n do schr\u00E1nky
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=E-mail nebylo mo\u017En\u00E9 zkop\u00EDrovat do schr\u00E1nky
596
+
591
597
  POPOVER_CONTACT_DETAILS=Detaily kontaktu
592
598
 
593
599
  AVAILABLE=K dispozici
@@ -234,13 +234,14 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Dolenni Allanol
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=Ehangu/Cwympo
235
235
  NETWORK_GRAPH_NODE_DETAILS=Manylion Cwgn
236
236
  NETWORK_GRAPH_NODE_LINKS=Dolenni Cwgn
237
+ NETWORK_GRAPH_CREATE_CONNECTION=Creu Cysylltiad
237
238
  NETWORK_GRAPH_GROUP_DETAIL=Manylion Gr\u0175p
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Graff Rhwydwaith
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Graff Rhwydwaith SVG
240
241
  NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Trosolwg o'r Graff Rhwydwaith SVG
241
242
  NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Llywiwr y Graff Rhwydwaith SVG
242
243
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Cynnwys Graff Rhwydwaith
243
- NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Pwyswch y bylchwr i doglo'r cyflwr
244
+ NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Er mwyn toglo'r cyflwr, pwyswch y bylchwr
244
245
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Botwm Cam Gweithredu
245
246
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Chwith
246
247
  NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_RIGHT=Dde
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Mae {0} cysylltydd i mewn
293
294
  NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Mae {0} o gysylltwyr i mewn
294
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Mae {0} cysylltydd am allan
295
296
  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}
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Er mwyn llywio i'r cysylltydd am allan, pwyswch Tab
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Er mwyn llywio i'r cysylltydd am allan, pwyswch Shifft + Tab
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Er mwyn llywio i {0}, pwyswch Tab
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Er mwyn llywio''n \u00F4l i {0}, pwyswch Shifft + Tab
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Er mwyn llywio i gysylltwyr eraill o {0}, defnyddiwch y bysellau saeth
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Dyma'r statws
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Cysylltiad o {0} i {1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=Galwad Fideo
588
590
  POPOVER_CONTINUE=Bwrw ymlaen
589
591
  POPOVER_CANCEL=Canslo
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=Cop\u00EFo
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=Wedi cop\u00EFo'r e-bost i'r clipfwrdd
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=Dim modd cop\u00EFo'r e-bost i'r clipfwrdd
596
+
591
597
  POPOVER_CONTACT_DETAILS=Manylion Cyswllt
592
598
 
593
599
  AVAILABLE=Ar gael
@@ -234,6 +234,7 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Eksterne links
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=Ekspander/komprimer
235
235
  NETWORK_GRAPH_NODE_DETAILS=Knudedetaljer
236
236
  NETWORK_GRAPH_NODE_LINKS=Knudelinks
237
+ NETWORK_GRAPH_CREATE_CONNECTION=Opret forbindelse
237
238
  NETWORK_GRAPH_GROUP_DETAIL=Gruppedetalje
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Netv\u00E6rksgrafik
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Netv\u00E6rksgrafik - SVG
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Der er {0} indg\u00E5ende konnektor
293
294
  NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Der er {0} indg\u00E5ende konnektorer
294
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Der er {0} udg\u00E5ende konnektor
295
296
  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}
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Tryk p\u00E5 Tab for at navigere til den udg\u00E5ende konnektor
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Tryk p\u00E5 Shift + Tab for at navigere til den indg\u00E5ende konnektor
299
+ NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Tryk p\u00E5 Tab for at navigere til {0}
300
+ NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Tryk Shift + Tab for at navigere tilbage til {0}
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Brug piletasterne for at navigere til andre konnektorer fra {0}
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status er
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Forbindelse, der g\u00E5r fra {0} til {1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=Videoopkald
588
590
  POPOVER_CONTINUE=Forts\u00E6t
589
591
  POPOVER_CANCEL=Annuller
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=Kopi\u00E9r
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-mail kopieret til udklipsholder
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=E-mail kunne ikke kopieres til udklipsholder
596
+
591
597
  POPOVER_CONTACT_DETAILS=Kontaktdata
592
598
 
593
599
  AVAILABLE=Tilg\u00E6ngelig
@@ -234,6 +234,7 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Externe Links
234
234
  NETWORK_GRAPH_EXPAND_COLLAPSE=Expandieren/komprimieren
235
235
  NETWORK_GRAPH_NODE_DETAILS=Knotendetails
236
236
  NETWORK_GRAPH_NODE_LINKS=Knoten-Links
237
+ NETWORK_GRAPH_CREATE_CONNECTION=Verbindung anlegen
237
238
  NETWORK_GRAPH_GROUP_DETAIL=Gruppendetails
238
239
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=Netzwerk-Graph
239
240
  NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Netzwerk-Graph SVG
@@ -293,10 +294,11 @@ NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR=Es gibt {0} eingehenden Konnektor.
293
294
  NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL=Es gibt {0} eingehende Konnektoren.
294
295
  NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR=Es gibt {0} ausgehenden Konnektor.
295
296
  NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL=Es gibt {0} ausgehende Konnektoren.
296
- NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Um zum ausgehenden Konnektor zu springen, dr\u00FCcken Sie die Tabulatortaste.
297
- NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Um zum eingehenden Konnektor zu springen, dr\u00FCcken Sie Umschalt + Tab.
297
+ NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=Um zum ausgehenden Konnektor zu navigieren, dr\u00FCcken Sie die Tabulatortaste.
298
+ NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=Um zum eingehenden Konnektor zu navigieren, dr\u00FCcken Sie Umschalt + Tab.
298
299
  NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=Um zu {0} zu navigieren, dr\u00FCcken Sie die Tabulatortaste.
299
300
  NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=Um zur\u00FCck zu {0} zu navigieren, dr\u00FCcken Sie Umschalt + Tab.
301
+ NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=Um zu anderen Konnektoren von {0} zu navigieren, verwenden Sie die Pfeiltasten.
300
302
  NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status ist
301
303
  NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Verbindung geht von {0} nach {1}
302
304
 
@@ -588,6 +590,10 @@ VIDEOCALL_BUTTON_TOOLTIP=Videoanruf
588
590
  POPOVER_CONTINUE=Fortfahren
589
591
  POPOVER_CANCEL=Abbrechen
590
592
 
593
+ POPOVER_CONTACT_COPY_EMAIL=Kopieren
594
+ POPOVER_CONTACT_COPY_EMAIL_SUCCESS=E-Mail in Zwischenablage kopiert
595
+ POPOVER_CONTACT_COPY_EMAIL_ERROR=E-Mail konnte nicht in die Zwischenablage kopiert werden
596
+
591
597
  POPOVER_CONTACT_DETAILS=Kontaktdetails
592
598
 
593
599
  AVAILABLE=Verf\u00FCgbar