瀏覽代碼

15.8.3 release

David Benson 3 年之前
父節點
當前提交
2420278555
共有 74 個文件被更改,包括 795 次插入756 次删除
  1. 16 0
      ChangeLog
  2. 1 1
      VERSION
  3. 2 0
      etc/propgen/convert.js
  4. 4 6
      src/main/webapp/index.html
  5. 2 2
      src/main/webapp/js/app.min.js
  6. 1 1
      src/main/webapp/js/diagramly/App.js
  7. 2 0
      src/main/webapp/js/diagramly/Devel.js
  8. 8 1
      src/main/webapp/js/diagramly/Editor.js
  9. 4 5
      src/main/webapp/js/diagramly/Minimal.js
  10. 32 21
      src/main/webapp/js/diagramly/sidebar/Sidebar.js
  11. 11 1
      src/main/webapp/js/grapheditor/Format.js
  12. 13 19
      src/main/webapp/js/grapheditor/Graph.js
  13. 2 2
      src/main/webapp/js/viewer-static.min.js
  14. 2 2
      src/main/webapp/js/viewer.min.js
  15. 1 1
      src/main/webapp/mxgraph/mxClient.js
  16. 7 7
      src/main/webapp/resources/dia.txt
  17. 7 7
      src/main/webapp/resources/dia_am.txt
  18. 8 8
      src/main/webapp/resources/dia_ar.txt
  19. 22 22
      src/main/webapp/resources/dia_bg.txt
  20. 7 7
      src/main/webapp/resources/dia_bn.txt
  21. 10 10
      src/main/webapp/resources/dia_bs.txt
  22. 13 13
      src/main/webapp/resources/dia_ca.txt
  23. 10 10
      src/main/webapp/resources/dia_cs.txt
  24. 14 14
      src/main/webapp/resources/dia_da.txt
  25. 4 4
      src/main/webapp/resources/dia_de.txt
  26. 14 14
      src/main/webapp/resources/dia_el.txt
  27. 7 7
      src/main/webapp/resources/dia_eo.txt
  28. 6 6
      src/main/webapp/resources/dia_es.txt
  29. 12 12
      src/main/webapp/resources/dia_et.txt
  30. 5 5
      src/main/webapp/resources/dia_eu.txt
  31. 10 10
      src/main/webapp/resources/dia_fa.txt
  32. 6 6
      src/main/webapp/resources/dia_fi.txt
  33. 6 6
      src/main/webapp/resources/dia_fil.txt
  34. 8 8
      src/main/webapp/resources/dia_fr.txt
  35. 28 28
      src/main/webapp/resources/dia_gl.txt
  36. 7 7
      src/main/webapp/resources/dia_gu.txt
  37. 20 20
      src/main/webapp/resources/dia_he.txt
  38. 7 7
      src/main/webapp/resources/dia_hi.txt
  39. 7 7
      src/main/webapp/resources/dia_hr.txt
  40. 6 6
      src/main/webapp/resources/dia_hu.txt
  41. 6 6
      src/main/webapp/resources/dia_id.txt
  42. 9 9
      src/main/webapp/resources/dia_it.txt
  43. 10 10
      src/main/webapp/resources/dia_ja.txt
  44. 7 7
      src/main/webapp/resources/dia_kn.txt
  45. 12 12
      src/main/webapp/resources/dia_ko.txt
  46. 7 7
      src/main/webapp/resources/dia_lt.txt
  47. 7 7
      src/main/webapp/resources/dia_lv.txt
  48. 7 7
      src/main/webapp/resources/dia_ml.txt
  49. 7 7
      src/main/webapp/resources/dia_mr.txt
  50. 15 15
      src/main/webapp/resources/dia_ms.txt
  51. 7 7
      src/main/webapp/resources/dia_my.txt
  52. 6 6
      src/main/webapp/resources/dia_nl.txt
  53. 13 13
      src/main/webapp/resources/dia_no.txt
  54. 47 47
      src/main/webapp/resources/dia_pl.txt
  55. 7 7
      src/main/webapp/resources/dia_pt-br.txt
  56. 77 77
      src/main/webapp/resources/dia_pt.txt
  57. 18 18
      src/main/webapp/resources/dia_ro.txt
  58. 3 3
      src/main/webapp/resources/dia_ru.txt
  59. 7 7
      src/main/webapp/resources/dia_si.txt
  60. 7 7
      src/main/webapp/resources/dia_sk.txt
  61. 7 7
      src/main/webapp/resources/dia_sl.txt
  62. 6 6
      src/main/webapp/resources/dia_sr.txt
  63. 26 26
      src/main/webapp/resources/dia_sv.txt
  64. 7 7
      src/main/webapp/resources/dia_sw.txt
  65. 7 7
      src/main/webapp/resources/dia_ta.txt
  66. 7 7
      src/main/webapp/resources/dia_te.txt
  67. 17 17
      src/main/webapp/resources/dia_th.txt
  68. 48 48
      src/main/webapp/resources/dia_tr.txt
  69. 13 13
      src/main/webapp/resources/dia_uk.txt
  70. 7 7
      src/main/webapp/resources/dia_vi.txt
  71. 7 7
      src/main/webapp/resources/dia_zh-tw.txt
  72. 10 10
      src/main/webapp/resources/dia_zh.txt
  73. 1 1
      src/main/webapp/service-worker.js
  74. 1 1
      src/main/webapp/service-worker.js.map

+ 16 - 0
ChangeLog

@@ -1,3 +1,19 @@
+19-NOV-2021: 15.8.3
+
+- Removes whitespace in resource values
+- Uses SVG for folding icons https://github.com/jgraph/drawio/issues/2359
+- Matches folding icon gradient colors
+- Ignores icon search response with error code
+- Fixes broken check for supported domain https://github.com/jgraph/drawio/issues/2426
+- Adds check for enabledLibraries
+- Moves page setup and scale to preferences in sketch
+- Ignores disabled libraries in search https://github.com/jgraph/drawio/issues/1838
+- Moves page setup to file menu
+
+17-NOV-2021: 15.8.2
+
+- [conf cloud] Fixes diagrams with non-English characters in name
+
 17-NOV-2021: 15.8.1
 
 - Changes Trello API key

+ 1 - 1
VERSION

@@ -1 +1 @@
-15.8.1
+15.8.3

+ 2 - 0
etc/propgen/convert.js

@@ -58,6 +58,8 @@ async function main()
                                     value = entries[1];
                                 }
 
+                                value = value.trim();
+
                                 //TODO Add encoding support
                                 /*if (PropGen.encodeValues)
                                 {

+ 4 - 6
src/main/webapp/index.html

@@ -290,7 +290,6 @@
 				// Supported domains are *.draw.io and the packaged version in Quip
 				var supportedDomain = (hostName.substring(hostName.length - 8, hostName.length) === '.draw.io') ||
 					(hostName.substring(hostName.length - 13, hostName.length) === '.diagrams.net');
-					(hostName.substring(hostName.length - 17, hostName.length) === '.quipelements.com');
 				
 				function loadAppJS()
 				{
@@ -299,11 +298,6 @@
 						mxScriptsLoaded = true;
 						checkAllLoaded();
 						
-						if (!supportedDomain)
-						{
-							mxscript('js/PostConfig.js');
-						}
-						
 						// Electron
 						if (mxIsElectron)
 						{
@@ -324,6 +318,10 @@
 								});
 							});
 						}
+						else if (!supportedDomain)
+						{
+							mxscript('js/PostConfig.js');
+						}
 					});
 				};
 				

File diff suppressed because it is too large
+ 2 - 2
src/main/webapp/js/app.min.js


+ 1 - 1
src/main/webapp/js/diagramly/App.js

@@ -644,7 +644,7 @@ App.main = function(callback, createUi)
 			{
 				var content = mxUtils.getTextContent(scripts[0]);
 				
-				if (CryptoJS.MD5(content).toString() != 'b02227617087e21bd49f2faa15164112')
+				if (CryptoJS.MD5(content).toString() != '0fed8c83fc7187e0b39310c4aa3e6d63')
 				{
 					console.log('Change bootstrap script MD5 in the previous line:', CryptoJS.MD5(content).toString());
 					alert('[Dev] Bootstrap script change requires update of CSP');

+ 2 - 0
src/main/webapp/js/diagramly/Devel.js

@@ -19,6 +19,8 @@ if (!mxIsElectron && location.protocol !== 'http:')
 			//----------------------------------------------------------//
 			//------------- Bootstrap script in index.html -------------//
 			//----------------------------------------------------------//
+			// Version 15.8.3
+			'\'sha256-r/ILW7KMSJxeo9EYqCTzZyCT0PZ9gHN1BLgki7vpR+A=\' ' +
 			// Version 14.6.5
 			'\'sha256-5DtSB5mj34lxcEf+HFWbBLEF49xxJaKnWGDWa/utwQA=\' ' +
 			// Version 14.1.1

+ 8 - 1
src/main/webapp/js/diagramly/Editor.js

@@ -1847,7 +1847,14 @@
 			// Defines the enabled built-in libraries.
 			if (config.enabledLibraries != null)
 			{
-				Sidebar.prototype.enabledLibraries = config.enabledLibraries;
+				if (Array.isArray(config.enabledLibraries))
+				{
+					Sidebar.prototype.enabledLibraries = config.enabledLibraries;
+				}
+				else
+				{
+					EditorUi.debug('Configuration Error: Array expected for enabledLibraries');
+				}
 			}
 			
 			// Overrides default libraries

+ 4 - 5
src/main/webapp/js/diagramly/Minimal.js

@@ -1132,9 +1132,8 @@ EditorUi.initMinimalTheme = function()
 				}
 			}
 			
-			ui.menus.addMenuItems(menu, ['-', 'findReplace', 'layers', 'tags'], parent);
-
-			ui.menus.addMenuItems(menu, ['-', 'pageSetup', 'pageScale'], parent);
+			ui.menus.addMenuItems(menu, ['-', 'findReplace',
+				'layers', 'tags', '-', 'pageSetup'], parent);
 
 			// Cannot use print in standalone mode on iOS as we cannot open new windows
 			if (urlParams['noFileMenu'] != '1' && (!mxClient.IS_IOS || !navigator.standalone))
@@ -1275,8 +1274,8 @@ EditorUi.initMinimalTheme = function()
 			}
 			
 			ui.menus.addSubmenu('units', menu, parent);
-			menu.addSeparator(parent);
-			ui.menus.addMenuItems(menu, ['scrollbars', 'tooltips', 'ruler', '-', 'copyConnect', 'collapseExpand', '-'], parent);
+			ui.menus.addMenuItems(menu, ['-', 'pageScale', 'ruler', '-', 'scrollbars',
+				'tooltips', '-', 'copyConnect', 'collapseExpand', '-'], parent);
 
 			if (urlParams['sketch'] == '1')
 			{

+ 32 - 21
src/main/webapp/js/diagramly/sidebar/Sidebar.js

@@ -157,6 +157,24 @@
            	                           {id: 'webicons', libs: ['webicons', 'weblogos']},
            	                           {id: 'sysml', prefix: 'sysml', libs: Sidebar.prototype.sysml}];
 	
+	/**
+	 * Removes disabled libraries from search results.
+	 */
+	var sidebarAddEntry = Sidebar.prototype.addEntry;
+
+	Sidebar.prototype.addEntry = function(tags, fn)
+	{
+		if (this.currentSearchEntryLibrary != null && this.enabledLibraries != null &&
+			mxUtils.indexOf(this.enabledLibraries, this.currentSearchEntryLibrary.id) < 0)
+		{
+			return fn;
+		}
+		else
+		{
+			return sidebarAddEntry.apply(this, arguments);
+		}	
+	};
+
 	/**
 	 * Adds hint for quick tutorial video for certain search terms.
 	 */
@@ -1299,41 +1317,34 @@
 					{
 						try
 						{
-							if (req.getStatus() >= 200 && req.getStatus() <= 299)
+							// Ignore response if nothing or error returned
+							if (req.getStatus() >= 200 && req.getStatus() <= 299 &&
+								req.getText() != null && req.getText().length > 0)
 							{
-								// Ignore without error if no response
-								if (req.getText() != null && req.getText().length > 0)
+								try
 								{
-									try
+									var res = JSON.parse(req.getText());
+									
+									if (res == null || res.icons == null)
 									{
-										var res = JSON.parse(req.getText());
-										
-										if (res == null || res.icons == null)
-										{
-											succ(results, len, false, terms);
-											this.editorUi.handleError(res);
-										}
-										else
-										{
-											this.extractIconsFromResponse(res, results);
-											succ(results, (page - 1) * count + results.length, res.icons.length == count, terms);
-										}
+										succ(results, len, false, terms);
+										this.editorUi.handleError(res);
 									}
-									catch (e)
+									else
 									{
-										succ(results, len, false, terms);
-										this.editorUi.handleError(e);
+										this.extractIconsFromResponse(res, results);
+										succ(results, (page - 1) * count + results.length, res.icons.length == count, terms);
 									}
 								}
-								else
+								catch (e)
 								{
 									succ(results, len, false, terms);
+									this.editorUi.handleError(e);
 								}
 							}
 							else
 							{
 								succ(results, len, false, terms);
-								this.editorUi.handleError({message: mxResources.get('unknownError')});
 							}
 						}
 						catch (e)

+ 11 - 1
src/main/webapp/js/grapheditor/Format.js

@@ -6251,6 +6251,16 @@ DiagramStylePanel.prototype.addView = function(div)
 		this.format.cachedStyleEntries = [];
 	}
 
+	function addKeys(style, result)
+	{
+		for (var key in style)
+		{
+			result.push(key);
+		}
+
+		return result;
+	};
+
 	var addEntry = mxUtils.bind(this, function(commonStyle, vertexStyle, edgeStyle, graphStyle, index)
 	{
 		var panel = this.format.cachedStyleEntries[index];
@@ -6323,7 +6333,7 @@ DiagramStylePanel.prototype.addView = function(div)
 				model.beginUpdate();
 				try
 				{
-					updateCells(defaultStyles, graphStyle);
+					updateCells(addKeys(commonStyle, defaultStyles.slice()), graphStyle);
 					
 					var change = new ChangePageSetup(ui, (graphStyle != null) ? graphStyle.background : null);
 					change.ignoreImage = true;

+ 13 - 19
src/main/webapp/js/grapheditor/Graph.js

@@ -12394,7 +12394,19 @@ if (typeof mxVertexHandler != 'undefined')
 				this.linkHint.style.display = 'none';
 			}
 		};
-	
+
+		/**
+		 * Replaces folding icons with SVG.
+		 */
+		Graph.prototype.expandedImage = Graph.createSvgImage(9, 9, '<defs><linearGradient id="grad1" x1="50%" y1="0%" x2="50%" y2="100%">' +
+			'<stop offset="30%" style="stop-color:#f0f0f0;" /><stop offset="100%" style="stop-color:#AFB0B6;" /></linearGradient></defs>' +
+			'<rect x="0" y="0" width="9" height="9" stroke="#8A94A5" fill="url(#grad1)" stroke-width="2"/>' +
+			'<path d="M 2 4.5 L 7 4.5 z" stroke="#000"/>');
+		Graph.prototype.collapsedImage = Graph.createSvgImage(9, 9, '<defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">' +
+			'<stop offset="30%" style="stop-color:#f0f0f0;" /><stop offset="100%" style="stop-color:#AFB0B6;" /></linearGradient></defs>' +
+			'<rect x="0" y="0" width="9" height="9" stroke="#8A94A5" fill="url(#grad1)" stroke-width="2"/>' +
+			'<path d="M 4.5 2 L 4.5 7 M 2 4.5 L 7 4.5 z" stroke="#000"/>');
+
 		/**
 		 * Updates the hint for the current operation.
 		 */
@@ -12403,7 +12415,6 @@ if (typeof mxVertexHandler != 'undefined')
 		/**
 		 * Defines the handles for the UI. Uses data-URIs to speed-up loading time where supported.
 		 */
-		// TODO: Remove non-svg cases
 		HoverIcons.prototype.mainHandle = Graph.createSvgImage(18, 18, '<circle cx="9" cy="9" r="5" stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
 		HoverIcons.prototype.endMainHandle = Graph.createSvgImage(18, 18, '<circle cx="9" cy="9" r="6" stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
 		HoverIcons.prototype.secondaryHandle = Graph.createSvgImage(16, 16, '<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>');
@@ -12451,23 +12462,6 @@ if (typeof mxVertexHandler != 'undefined')
 			Sidebar.prototype.roundDrop = HoverIcons.prototype.roundDrop;
 		}
 
-		// Pre-fetches images (only needed for non data-uris)
-		if (!mxClient.IS_SVG)
-		{
-			new Image().src = HoverIcons.prototype.mainHandle.src;
-			new Image().src = HoverIcons.prototype.fixedHandle.src;
-			new Image().src = HoverIcons.prototype.terminalHandle.src;
-			new Image().src = HoverIcons.prototype.secondaryHandle.src;
-			new Image().src = HoverIcons.prototype.rotationHandle.src;
-			
-			new Image().src = HoverIcons.prototype.triangleUp.src;
-			new Image().src = HoverIcons.prototype.triangleRight.src;
-			new Image().src = HoverIcons.prototype.triangleDown.src;
-			new Image().src = HoverIcons.prototype.triangleLeft.src;
-			new Image().src = HoverIcons.prototype.refreshTarget.src;
-			new Image().src = HoverIcons.prototype.roundDrop.src;
-		}
-		
 		// Adds rotation handle and live preview
 		mxVertexHandler.prototype.rotationEnabled = true;
 		mxVertexHandler.prototype.manageSizers = true;

File diff suppressed because it is too large
+ 2 - 2
src/main/webapp/js/viewer-static.min.js


File diff suppressed because it is too large
+ 2 - 2
src/main/webapp/js/viewer.min.js


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/mxgraph/mxClient.js


+ 7 - 7
src/main/webapp/resources/dia.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_am.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 8 - 8
src/main/webapp/resources/dia_ar.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=‫عن تطبيق 
+about=‫عن تطبيق‬
 aboutDrawio=‫عن تطبيق draw.io‬
 accessDenied=‫غير مسموح بالدخول‬
 action=‫فعل‬
@@ -76,7 +76,7 @@ bottomRight=‫محاذاة الي يمين الاسفل‬
 bpmn=BPMN
 bringForward=Bring Forward
 browser=‫متصفح‬
-bulletedList=‫قائمة 
+bulletedList=‫قائمة‬
 business=‫أعمال‬
 busy=‫العملية قيد التنفيذ‬
 cabinets=‫الكابينة‬
@@ -655,7 +655,7 @@ saveAs=‫حفظ كـ‬
 saveAsXmlFile=Save as XML file?
 saved=‫تم الحفظ‬
 saveDiagramFirst=Please save the diagram first
-saveDiagramsTo=‫حفظ المخططات إلى 
+saveDiagramsTo=‫حفظ المخططات إلى‬
 saveLibrary403=Insufficient permissions to edit this library
 saveLibrary500=There was an error while saving the library
 saveLibraryReadOnly=Could not save library while read-only mode is active
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 22 - 22
src/main/webapp/resources/dia_bg.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=За 
+about=За
 aboutDrawio=За draw.io
 accessDenied=Достъпът отказан
 action=Действие
@@ -21,7 +21,7 @@ align=Подравни
 alignment=Подравняване
 allChangesLost=Всички промени ще бъдат загубени!
 allPages=Всички страници
-allProjects=Всички проекти 
+allProjects=Всички проекти
 allSpaces=Всички празни полета
 allTags=Всички тагове
 anchor=Котва
@@ -29,7 +29,7 @@ android=Android
 angle=Ъгъл
 arc=Дъга
 areYouSure=Сигурни ли сте?
-ensureDataSaved=Моля уверете се, че цялата Ви информация е запазена, преди да затворите. 
+ensureDataSaved=Моля уверете се, че цялата Ви информация е запазена, преди да затворите.
 allChangesSaved=Всички промени са запазени
 allChangesSavedInDrive=Всички промени са запазени в Drive
 allowPopups=Разрешете изскачащите прозорци, за да избегнете този диалогов прозорец
@@ -110,7 +110,7 @@ diagramHtmlDesc=HTML файл
 diagramPngDesc=Редактируемо растерно изображение
 diagramSvgDesc=Редактируемо векторно изображение
 didYouMeanToExportToPdf=Искахте ли да експортирате в PDF?
-draftFound=Открита е чернова за {1}. За да продължите, я качете в редактора или я откажете. 
+draftFound=Открита е чернова за {1}. За да продължите, я качете в редактора или я откажете.
 draftRevisionMismatch=Съществува различна версия на тази диаграма в споделена чернова на тази страница. Моля, редактирайте диаграмата от черновата, за да сте сигурни, че работите с най-новата версия.
 selectDraft=Изберете чернова, за да продължите редактирането:
 dragAndDropNotSupported=Опцията плъзгане и пускане не се поддържа за изображения. Желаете ли да импортирате вместо това?
@@ -171,7 +171,7 @@ deleteColumn=Изтриване на колона
 deleteLibrary401=Недостатъчни разрешения за изтриване на тази библиотека
 deleteLibrary404=Избраната библиотека не може да бъде открита
 deleteLibrary500=Грешка при изтриването на библиотеката
-deleteLibraryConfirm=На път сте да изтриете тази библиотека за постоянно. Сигурни ли сте, че искате да го направите? 
+deleteLibraryConfirm=На път сте да изтриете тази библиотека за постоянно. Сигурни ли сте, че искате да го направите?
 deleteRow=Изтриване на ред
 description=Описание
 device=Устройство
@@ -209,7 +209,7 @@ dragElementsHere=Плъзнете елементи тук
 dragImagesHere=Плъзнете изображения или URL тук
 dragUrlsHere=Плъзнете URL тук
 draw.io=draw.io
-drawing=Чертеж{1} 
+drawing=Чертеж{1}
 drawingEmpty=Чертежът е празен
 drawingTooLarge=Чертежът е прекалено голям
 drawioForWork=Draw.io за GSuite
@@ -253,13 +253,13 @@ errorDeletingFile=Грешка при изтриване на файла
 errorLoadingFile=Грешка при зареждане на файла
 errorRenamingFile=Грешка при преименуване на файла
 errorRenamingFileNotFound=Грешка при преименуване на файла. Файлът не е намерен.
-errorRenamingFileForbidden=Грешка при преименуване на файла. Недостатъчни права за достъп. 
+errorRenamingFileForbidden=Грешка при преименуване на файла. Недостатъчни права за достъп.
 errorSavingDraft=Грешка при запазване на черновата
 errorSavingFile=Грешка при запазване на файла
-errorSavingFileUnknown=Грешка при авторизацията на сървърите на Google. Моля обновете страницата и опитайте пак. 
-errorSavingFileForbidden=Грешка при запазване на файла. Недостатъчни права за достъп. 
+errorSavingFileUnknown=Грешка при авторизацията на сървърите на Google. Моля обновете страницата и опитайте пак.
+errorSavingFileForbidden=Грешка при запазване на файла. Недостатъчни права за достъп.
 errorSavingFileNameConflict=Диаграмата не беше запазена. Настоящата страница вече съдържа файл с име '{1}'.
-errorSavingFileNotFound=Грешка при запазване на файла. Файлът не беше намерен. 
+errorSavingFileNotFound=Грешка при запазване на файла. Файлът не беше намерен.
 errorSavingFileReadOnlyMode=Диаграмата не може да бъде запазена, докато е активен режим само за четене.
 errorSavingFileSessionTimeout=Сесията Ви приключи. Моля <a target='_blank' href='{1}'>{2}</a> и се върнете в този раздел, за да се опитате да запазите отново.
 errorSendingFeedback=Грешка при изпращането на обратна връзка.
@@ -315,7 +315,7 @@ fitToBy=от
 fitToSheetsDown=страница(и) надолу
 fitTwoPages=Две страници
 fitWindow=Побиране в прозореца
-flip=Завъртане огледално 
+flip=Завъртане огледално
 flipH=Завъртане огледално в хоризонтална равнина
 flipV=Завъртане огледално във вертикална равнина
 flowchart=Блок-схема
@@ -393,7 +393,7 @@ ignore=Игнориране
 image=Изображение
 imageUrl=URL на изображението
 images=Изображения
-imagePreviewError=Това изображение не може да се зареди за предварителен преглед. Моля проверете URL-а. 
+imagePreviewError=Това изображение не може да се зареди за предварителен преглед. Моля проверете URL-а.
 imageTooBig=Изображението е прекалено голямо
 imgur=Imgur
 import=Импортиране
@@ -414,7 +414,7 @@ insertRhombus=Поставете Ромб
 insertRowBefore=Вмъкване на ред отгоре
 insertRowAfter=Вмъкване на ред отдолу
 insertText=Вмъкване на текст
-inserting=Вмъкване 
+inserting=Вмъкване
 installApp=Инсталирай приложението
 invalidFilename=Диаграмата не трябва да съдържа следните символи: \ / | : ; { } < > & + ? = "
 invalidLicenseSeeThisPage=Вашият лиценз не е валиден. Моля вижте тук <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
@@ -426,19 +426,19 @@ isometric=Изометричен
 ios=iOS
 italic=Курсив
 kennedy=Кенеди
-keyboardShortcuts=Комбинации от клавиши 
+keyboardShortcuts=Комбинации от клавиши
 layers=Слоеве
 landscape=Хоризонтален
 language=Език
 leanMapping=Поставено картографиране
-lastChange=Последна промяна преди {1} 
+lastChange=Последна промяна преди {1}
 lessThanAMinute=по-малко от една минута
 licensingError=Грешка при лицензирането
 licenseHasExpired=Лицензът за {1} изтече на {2}. Кликнете тук.
 licenseRequired=Тази функция изисква Draw.io да бъде лицензиран.
 licenseWillExpire=Лицензът за {1} ще изтече на {2}. Кликнете тук.
 lineJumps=Прескачане по реда
-linkAccountRequired=Ако диаграмата не е публична, е необходим профил в Google, за да видите линка. 
+linkAccountRequired=Ако диаграмата не е публична, е необходим профил в Google, за да видите линка.
 linkText=Текст на линка
 list=Списък
 minute=минута
@@ -449,7 +449,7 @@ months=месеца
 years=години
 restartForChangeRequired=Промените ще влязат в сила след обновяване на страницата.
 laneColor=Цвят на лентата
-lastModified=Последна промяна 
+lastModified=Последна промяна
 layout=Оформление
 left=Наляво
 leftAlign=Подравняване наляво
@@ -607,7 +607,7 @@ recentlyUpdated=Наскоро актуализирани
 recentlyViewed=Наскоро гледани
 rectangle=Rectangle
 redirectToNewApp=Този файл е създаден или променен в най-новата версия на това приложение. Сега ще бъдете пренасочени.
-realtimeTimeout=Изглежда сте направили някои промени, докато сте били офлайн. Съжаляваме, но тези промени не може да бъдат запазени. 
+realtimeTimeout=Изглежда сте направили някои промени, докато сте били офлайн. Съжаляваме, но тези промени не може да бъдат запазени.
 redo=Поправка
 refresh=Обновяване
 regularExpression=Регулярен израз
@@ -679,7 +679,7 @@ sendMessage=Изпращане
 sendYourFeedback=Изпратете Вашата обратна връзка
 serviceUnavailableOrBlocked=Услугата не е достъпна или е блокирана
 sessionExpired=Сесията Ви изтече. Моля обновете прозореца на браузъра.
-sessionTimeoutOnSave=Времето на Вашата сесия изтече и не сте свързани с Google Drive. Натиснете ОК, за да влезете и да запазите. 
+sessionTimeoutOnSave=Времето на Вашата сесия изтече и не сте свързани с Google Drive. Натиснете ОК, за да влезете и да запазите.
 setAsDefaultStyle=Запази като стил по подразбиране
 shadow=Сянка
 shape=Форма
@@ -690,7 +690,7 @@ sharingAvailable=Налично споделяне за файлове на Goog
 sharp=Остро
 show=Показване
 showStartScreen=Показване на началния екран
-sidebarTooltip=Кликнете за разтягане. Плъзнете и пуснете формите в диаграмата. Shift+кликване за промяна на избора. Alt+кликване за вмъкване и свързване. 
+sidebarTooltip=Кликнете за разтягане. Плъзнете и пуснете формите в диаграмата. Shift+кликване за промяна на избора. Alt+кликване за вмъкване и свързване.
 signs=Знаци
 signOut=Изход
 simple=Прост
@@ -1166,7 +1166,7 @@ meters=Метри
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_bn.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 10 - 10
src/main/webapp/resources/dia_bs.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=O 
+about=O
 aboutDrawio=O draw.io
 accessDenied=Pristup odbijen
 action=Action
@@ -100,7 +100,7 @@ collaborativeEditingNotice=Important Notice for Collaborative Editing
 compare=Compare
 compressed=Kompresovano
 commitMessage=Posveti poruku
-configLinkWarn= 
+configLinkWarn=
 configLinkConfirm=Click OK to configure and restart draw.io.
 container=Container
 csv=CSV
@@ -281,7 +281,7 @@ feedback=Povratna informacija
 feedbackSent=Povratna informacija uspješno poslata.
 floorplans=Tlocrt
 file=Fajl
-fileChangedOverwriteDialog=Fajl izmjenjen. Piši preko izmjena. 
+fileChangedOverwriteDialog=Fajl izmjenjen. Piši preko izmjena.
 fileChangedSyncDialog=The file has been modified.
 fileChangedSync=The file has been modified. Click here to synchronize.
 overwrite=Piši preko
@@ -431,7 +431,7 @@ layers=Slojevi
 landscape=Pejzaž
 language=Jezik
 leanMapping=Lean mapiranje
-lastChange=Zadnja izmjena prije {1} 
+lastChange=Zadnja izmjena prije {1}
 lessThanAMinute=manje od minute
 licensingError=Greška pri licenciranju
 licenseHasExpired=Licenca za {1} je istekla {2}. Kliknite ovdje.
@@ -862,7 +862,7 @@ reOpened=Re-opened
 markedAsResolved=Marked as resolved
 noCommentsFound=No comments found
 comments=Comments
-timeAgo= 
+timeAgo=
 confluenceCloud=Confluence Cloud
 libraries=Libraries
 confAnchor=Confluence Page Anchor
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 13 - 13
src/main/webapp/resources/dia_ca.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Quant al 
+about=Quant al
 aboutDrawio=Quant al draw.io
 accessDenied=Accés denegat
 action=Acció
@@ -355,14 +355,14 @@ general=General
 getNotionChromeExtension=Get the Notion Chrome Extension
 github=GitHub
 gitlab=GitLab
-gliffy=Gliffy 
+gliffy=Gliffy
 global=Global
 googleDocs=Documents de Google
 googleDrive=Google Drive
 googleGadget=Google Gadget
 googlePlus=Google+
 googleSharingNotAvailable=Només està disponible compartir amb Google Drive. Feu clic a "Obra" més avall i compartiu-ho des del menú de més accions:
-googleSlides=Presentacions de Google 
+googleSlides=Presentacions de Google
 googleSites=Google Sites
 googleSheets=Fulls de càlcul de Google
 gradient=Degradat
@@ -707,7 +707,7 @@ spacing=Espaiat
 specialLink=Enllaç especial
 standard=Estàndard
 startDrawing=Comença a dibuixar
-stopDrawing=Para de dibuixar 
+stopDrawing=Para de dibuixar
 starting=Iniciant
 straight=Recte
 strikethrough=Ratllat
@@ -893,7 +893,7 @@ confDuplName=S'ha detectat que el nom de l'esquema està duplicat. Trieu un altr
 confSessionExpired=Sembla que la vostra sessió ha caducat. Torneu a iniciar la sessió de nou per continuar treballant.
 login=Inicia la sessió
 drawPrev=Previsualització del draw.io
-drawDiag=Diagrama del draw.io 
+drawDiag=Diagrama del draw.io
 invalidCallFnNotFound=Invalid Call: {1} not found
 invalidCallErrOccured=Invalid Call: An error occurred, {1}
 anonymous=Anònim
@@ -906,7 +906,7 @@ gliffyImportInst2=Please note that the import procedure will take some time and
 startImport=Inicia la importació
 drawConfig=Configuració del draw.io
 customLib=Biblioteques personalitzades
-customTemp=Plantilles personalitzades 
+customTemp=Plantilles personalitzades
 pageIdsExp=Page IDs Export
 drawReindex=draw.io re-indexing (beta)
 working=S'està treballant
@@ -914,8 +914,8 @@ drawConfigNotFoundInst=draw.io Configuration Space (DRAWIOCONFIG) does not exist
 createConfSp=Create Config Space
 unexpErrRefresh=Unexpected error, please refresh the page and try again.
 configJSONInst=Write draw.io JSON configuration in the editor below then click save. If you need help, please refer to
-thisPage=aquesta pàgina 
-curCustLib=Biblioteques personalitzades actuals 
+thisPage=aquesta pàgina
+curCustLib=Biblioteques personalitzades actuals
 libName=Nom de la biblioteca
 action=Acció
 drawConfID=draw.io Config ID
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 10 - 10
src/main/webapp/resources/dia_cs.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=O aplikaci 
+about=O aplikaci
 aboutDrawio=O aplikaci draw.io
 accessDenied=Přístup odepřen
 action=Akce
@@ -85,7 +85,7 @@ center=Na střed
 cannotLoad=Pokus o načtení se nezdařil. Prosíme zkuste to znovu později.
 cannotLogin=Pokus o přihlášení se nezdařil. Prosíme zkuste to znovu později.
 cannotOpenFile=Nelze otevřít soubor
-change=Změnit 
+change=Změnit
 changeOrientation=Změnit orientaci
 changeUser=Změnit uživatele
 changeStorage=Změnit úložiště
@@ -264,7 +264,7 @@ errorSavingFileReadOnlyMode=Pokud je aktivní režim pouze pro čtení, není mo
 errorSavingFileSessionTimeout=Vaše připojení skončilo. Prosím <a target='_blank' href='{1}'>{2}</a>, pak se vraťte na tento panel a zkuste uložit znovu.
 errorSendingFeedback=Chyba při odesílání zpětné vazby.
 errorUpdatingPreview=Chyba při aktualizaci náhledu.
-exit=Odejít  
+exit=Odejít
 exitGroup=Odejít ze skupiny
 expand=Rozšířit
 export=Exportovat
@@ -358,7 +358,7 @@ gitlab=GitLab
 gliffy=Gliffy
 global=Globální
 googleDocs=Google dokumenty
-googleDrive=Google Disk 
+googleDrive=Google Disk
 googleGadget=Google Gadget
 googlePlus=Google+
 googleSharingNotAvailable=Sdílení je k dispozici pouze prostřednictvím Google Disku. Klikněte níže na Otevřít a sdílejte z nabídky další akce:
@@ -454,7 +454,7 @@ layout=Rozvržení
 left=Vlevo
 leftAlign=Zarovnat vlevo
 leftToRight=Zleva do prava
-libraryTooltip=Přetáhněte tvary sem nebo klikněte a vložte. Dvojklikem lze upravovat. 
+libraryTooltip=Přetáhněte tvary sem nebo klikněte a vložte. Dvojklikem lze upravovat.
 lightbox=Lightbox
 line=Řádek
 lineend=Konec řádku
@@ -690,7 +690,7 @@ sharingAvailable=Sdílení je dostupné pro soubory na Google Disku a OneDrive.
 sharp=Ostrý
 show=Zobrazit
 showStartScreen=Zobrazit úvodní obrazovku
-sidebarTooltip=Kliknutím zvětšíte. Přetáhněte tvary do diagramu. Shift+klik pro změnu výběru. Alt+klik pro vložení a připojení. 
+sidebarTooltip=Kliknutím zvětšíte. Přetáhněte tvary do diagramu. Shift+klik pro změnu výběru. Alt+klik pro vložení a připojení.
 signs=Symboly
 signOut=Odhlásit se
 simple=Jednoduchý
@@ -818,7 +818,7 @@ resultsFor=Výsledky pro „{1}“
 oneDriveCharsNotAllowed=Následující znaky není možné používat: ~ " # %  * : < > ? / \ { | }
 oneDriveInvalidDeviceName=Zadaný název zařízení není platný
 officeNotLoggedOD=Nejste přihlášeni k OneDrive. Nejprve otevřete podokno úloh v draw.io a přihlaste se.
-officeSelectSingleDiag=Vyberte pouze jeden draw.io diagram bez dalšího obsahu. 
+officeSelectSingleDiag=Vyberte pouze jeden draw.io diagram bez dalšího obsahu.
 officeSelectDiag=Vyberte draw.io diagram
 officeCannotFindDiagram=Ve výběru se nepodařilo nalézt draw.io diagram
 noDiagrams=Nenalezeny žádné diagramy
@@ -976,7 +976,7 @@ confALibExist=Tato knihovna už existuje
 confAUploadSucc=Úspěšně nahráno
 confAUploadFailErr=Nahrání se nezdařilo (neočekávaná chyba)
 hiResPreview=Náhled ve vysokém rozlišení
-officeNotLoggedGD=Nejste přihlášení do Google Drive. Nejprve otevřete podokno úloh v draw.io a přihlaste se. 
+officeNotLoggedGD=Nejste přihlášení do Google Drive. Nejprve otevřete podokno úloh v draw.io a přihlaste se.
 officePopupInfo=Dokončete proces ve vyskakovacím okně.
 pickODFile=Vybrat soubor z OneDrive
 pickGDriveFile=Vybrat soubor z Google Drive
@@ -1166,7 +1166,7 @@ meters=Metrů
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 14 - 14
src/main/webapp/resources/dia_da.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Om 
+about=Om
 aboutDrawio=Om draw.io
 accessDenied=Adgang nægtet
 action=Action
@@ -341,7 +341,7 @@ formatVsdx=VSDX
 formatVssx=VSSX
 formatXmlPlain=XML (Plain)
 formatXml=XML
-forum=Diskussions/hjælpefora 
+forum=Diskussions/hjælpefora
 freehand=Freehand
 fromTemplate=Fra skabelon
 fromTemplateUrl=Fra skabelon-URL
@@ -457,9 +457,9 @@ leftToRight=Fra venstre mod højre
 libraryTooltip=Træk og slip former her eller klik + for at indsætte. Dobbeltklik for at ændre.
 lightbox=Lightbox
 line=Linje
-lineend=Linjeafslutning 
+lineend=Linjeafslutning
 lineheight=Linjehøjde
-linestart=Linjestart 
+linestart=Linjestart
 linewidth=Linjebredde
 link=Link
 links=Links
@@ -559,12 +559,12 @@ pageContent=Side indhold
 pageNotFound=Side ikke fundet
 pageWithNumber=Side-{1}
 pages=Sider
-pageView=Sidevisning 
+pageView=Sidevisning
 pageSetup=Sideopsætning
-pageScale=Sideskalering 
+pageScale=Sideskalering
 pan=Panorér
 panTooltip=Mellemrum+Panorér for at panorére
-paperSize=Papirstørrelse 
+paperSize=Papirstørrelse
 pattern=Mønster
 parallels=Parallels
 paste=Indsæt
@@ -586,7 +586,7 @@ pluginWarning=Siden vil gerne indlæse følgende plugin(s):\n \n {1}\n \n Vil du
 plusTooltip=Klik for at forbinde og duplikere (ctrl+klik for at duplikere, shift+klik for at forbinde). Træk for at forbinde (ctrl+træk for at duplikere)
 portrait=Portræt
 position=Position
-posterPrint=Plakatudskrift 
+posterPrint=Plakatudskrift
 preferences=Indstillinger
 preview=Preview
 previousPage=Forrige side
@@ -699,7 +699,7 @@ simpleViewer=Simple Viewer
 size=Størrelse
 sketch=Sketch
 solid=Fast
-sourceSpacing=Kildeafstand 
+sourceSpacing=Kildeafstand
 south=Syd
 software=Software
 space=Plads
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 4 - 4
src/main/webapp/resources/dia_de.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Über 
+about=Über
 aboutDrawio=Über draw.io
 accessDenied=Zugriff verweigert
 action=Aktion
@@ -679,7 +679,7 @@ sendMessage=Senden
 sendYourFeedback=Senden Sie Ihr Feedback
 serviceUnavailableOrBlocked=Service nicht verfügbar oder geblockt
 sessionExpired=Ihre Sitzung wurde beendet. Bitte aktualisieren Sie das Browserfenster.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Als Standardstyle festlegen
 shadow=Schatten
 shape=Shape
@@ -1166,7 +1166,7 @@ meters=Meter
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 14 - 14
src/main/webapp/resources/dia_el.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Σχετικά με το 
+about=Σχετικά με το
 aboutDrawio=Σχετικά με το draw.io
 accessDenied=Άρνηση πρόσβασης
 action=Ενέργεια
@@ -29,7 +29,7 @@ android=Android
 angle=Γωνία
 arc=Τόξο
 areYouSure=Είστε σίγουρος/σίγουρη;
-ensureDataSaved=Παρακαλούμε, βεβαιωθείτε ότι τα δεδομένα σας έχουν αποθηκευτεί, πριν κλείσετε το παράθυρο. 
+ensureDataSaved=Παρακαλούμε, βεβαιωθείτε ότι τα δεδομένα σας έχουν αποθηκευτεί, πριν κλείσετε το παράθυρο.
 allChangesSaved=Όλες οι αλλαγές αποθηκεύτηκαν
 allChangesSavedInDrive=Όλες οι αλλαγές αποθηκεύτηκαν στον Δίσκο
 allowPopups=Επιτρέψτε τα αναδυόμενα παράθυρα, για να μην εμφανίζεται αυτός ο διάλογος.
@@ -82,7 +82,7 @@ busy=Λειτουργία σε εξέλιξη
 cabinets=Αρχειοθήκη
 cancel=Ακύρωση
 center=Κεντράρισμα
-cannotLoad=Οι προσπάθειες φόρτωσης απέτυχαν. Παρακαλούμε, δοκιμάστε ξανά αργότερα. 
+cannotLoad=Οι προσπάθειες φόρτωσης απέτυχαν. Παρακαλούμε, δοκιμάστε ξανά αργότερα.
 cannotLogin=Οι προσπάθειες σύνδεσης απέτυχαν. Παρακαλούμε, δοκιμάστε ξανά αργότερα.
 cannotOpenFile=Το αρχείο δεν μπορεί να ανοίξει
 change=Αλλαγή
@@ -361,7 +361,7 @@ googleDocs=Έγγραφα Google
 googleDrive=Google Drive
 googleGadget=Google Gadget
 googlePlus=Google+
-googleSharingNotAvailable=Ο διαμοιρασμός είναι διαθέσιμος μόνο μέσω του Google Drive. Παρακαλούμε επιλέξτε το Άνοιγμα παρακάτω και διαμοιραστείτε το μέσω των επιλογών του μενού Περισσότερες ενέργειες: 
+googleSharingNotAvailable=Ο διαμοιρασμός είναι διαθέσιμος μόνο μέσω του Google Drive. Παρακαλούμε επιλέξτε το Άνοιγμα παρακάτω και διαμοιραστείτε το μέσω των επιλογών του μενού Περισσότερες ενέργειες:
 googleSlides=Google Slides
 googleSites=Google Sites
 googleSheets=Google Sheets
@@ -545,7 +545,7 @@ openInNewWindow=Άνοιγμα σε νέο παράθυρο
 openInThisWindow=Άνοιγμα σε αυτό το παράθυρο
 openIt=Άνοιγμα {1}
 openRecent=Άνοιγμα του πιο πρόσφατου
-openSupported=Οι υποστηριζόμενοι τύποι είναι αρχεία αποθηκευμένα από αυτό το λογισμικό (.xml), .vsdx και .gliffy 
+openSupported=Οι υποστηριζόμενοι τύποι είναι αρχεία αποθηκευμένα από αυτό το λογισμικό (.xml), .vsdx και .gliffy
 options=Επιλογές
 organic=Οργανικό
 orgChart=Οργανόγραμμα
@@ -612,7 +612,7 @@ redo=Επανάληψη
 refresh=Ανανέωση
 regularExpression=Κανονική Έκφραση
 relative=Σχετικό
-relativeUrlNotAllowed=Δεν επιτρέπονται οι σχετικές διευθύνσεις URL 
+relativeUrlNotAllowed=Δεν επιτρέπονται οι σχετικές διευθύνσεις URL
 rememberMe=Να με θυμάσαι
 rememberThisSetting=Θυμήσου αυτή τη ρύθμιση
 removeFormat=Καθαρισμός μορφοποίησης
@@ -693,7 +693,7 @@ showStartScreen=Εμφάνιση Οθόνης Έναρξης
 sidebarTooltip=Κάντε κλικ για επέκταση. Σύρετε και αποθέστε τα σχήματα στο διάγραμμα. Πατήστε Shift για να αλλάξετε την επιλογή. Πατήστε Alt για εισαγωγή και σύνδεση
 signs=Σύμβολα
 signOut=Αποσύνδεση
-simple=Απλό 
+simple=Απλό
 simpleArrow=Απλό βέλος
 simpleViewer=Απλή Προβολή
 size=Μέγεθος
@@ -802,7 +802,7 @@ nothingIsSelected=Δεν έχει επιλεχθεί τίποτα
 other=Άλλο
 softwaredesign=Σχεδιασμός λογισμικού
 venndiagrams=Διαγράμματα Venn
-webEmailOrOther=Web, email ή οποαδήποτε άλλη διαδικτυακή διεύθυνση 
+webEmailOrOther=Web, email ή οποαδήποτε άλλη διαδικτυακή διεύθυνση
 webLink=Διαδικτυακός Σύνδεσμος
 wireframes=Πλαίσια
 property=Ιδιότητα
@@ -935,7 +935,7 @@ confAPageFoundFetch=Βρέθηκε/αν "{1}" σελίδα/ες. Γίνεται
 confAAllDiagDone=Και τα {1} διαγράμματα υποβλήθηκαν σε επεξεργασία. Η διαδικασία ολοκληρώθηκε.
 confAStartedProcessing=Ξεκίνησε η επεξεργασία της σελίδας "{1}"
 confAAllDiagInPageDone=Και τα {1} διαγράμματα στη σελίδα "{2}" υποβλήθηκαν σε επεξεργασία με επιτυχία.
-confAPartialDiagDone=Τα {1} από τα {2} {3} διαγράμματα στη σελίδα "{4}" έχουν υποβληθεί σε επεξεργασία με επιτυχία. 
+confAPartialDiagDone=Τα {1} από τα {2} {3} διαγράμματα στη σελίδα "{4}" έχουν υποβληθεί σε επεξεργασία με επιτυχία.
 confAUpdatePageFailed=Η ενημέρωση της σελίδας "{1}" απέτυχε.
 confANoDiagFoundInPage=Δεν βρέθηκαν διαγράμματα {1} στη σελίδα "{2}".
 confAFetchPageFailed=Η ανάκτηση της σελίδας απέτυχε.
@@ -1062,7 +1062,7 @@ customize=Προσαρμογή
 firstPage=Πρώτη σελίδα (Όλα τα επίπεδα)
 curEditorState=Τρέχουσα κατάσταση επεξεργαστή
 noAnchorsFound=Δεν βρέθηκαν άγκυρες
-attachment=Συνημμένο 
+attachment=Συνημμένο
 curDiagram=Τρέχον Διάγραμμα
 recentDiags=Πρόσφατα Διαγράμματα
 csvImport=Εισαγωγή CSV
@@ -1090,7 +1090,7 @@ cantReadChckPerms=Δεν είναι δυνατή η ανάγνωση του κα
 cantFetchChckPerms=Δεν είναι δυνατή η λήψη πληροφοριών για το καθορισμένο διάγραμμα. Ελέγξτε ότι έχετε άδεια ανάγνωσης σε αυτό το αρχείο.
 searchFailed=Η αναζήτηση απέτυχε. Παρακαλούμε δοκιμάστε αργότερα.
 plsTypeStr=Παρακαλούμε πληκτρολογήστε έναν όρο αναζήτησης.
-unsupportedFileChckUrl=Αυτός ο τύπος αρχείου δεν υποστηρίζεται. Παρακαλούμε ελέγξτε το καθορισμένο URL. 
+unsupportedFileChckUrl=Αυτός ο τύπος αρχείου δεν υποστηρίζεται. Παρακαλούμε ελέγξτε το καθορισμένο URL.
 diagNotFoundChckUrl=Το διάγραμμα δεν βρέθηκε ή δεν είναι δυνατή η πρόσβαση. Ελέγξτε την καθορισμένη διεύθυνση URL
 csvNotFoundChckUrl=Το αρχείο CSV δεν βρέθηκε ή δεν είναι δυνατή η πρόσβαση. Ελέγξτε την καθορισμένη διεύθυνση URL
 cantReadUpload=Δεν είναι δυνατή η ανάγνωση του μεταφορτωμένου διαγράμματος
@@ -1138,7 +1138,7 @@ confALibsImpFailed=Η εισαγωγή της βιβλιοθήκης {1} απέ
 contributors=Συντελεστές
 drawDiagrams=Διαγράμματα draw.io
 errFileNotFoundOrNoPer=Σφάλμα: Δεν επιτρέπεται η πρόσβαση. Το αρχείο δεν βρέθηκε ή δεν έχετε άδεια πρόσβασης στο "{1}" στις {2}.
-confACheckPagesWEmbed=Έλεγχος σελίδων που περιέχουν ενσωματωμένα διαγράμματα draw.io. 
+confACheckPagesWEmbed=Έλεγχος σελίδων που περιέχουν ενσωματωμένα διαγράμματα draw.io.
 confADelBrokenEmbedDiagLnk=Αφαίρεση σπασμένων συνδέσμων ενσωματωμένου  διαγράμματος
 replaceWith=Αντικατάσταση με
 replaceAll=Αντικατάσταση Όλων
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_eo.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Pri 
+about=Pri
 aboutDrawio=Pri draw.io
 accessDenied=Aliro rifuzita
 action=Ago
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_es.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Acerca de 
+about=Acerca de
 aboutDrawio=Acerca de draw.io
 accessDenied=Acceso denegado
 action=Acción
@@ -603,8 +603,8 @@ radial=Radial
 radialTree=Árbol radial
 readOnly=Sólo lectura
 reconnecting=Reconectando
-recentlyUpdated=Actualizado recientemente 
-recentlyViewed=Visto recientemente 
+recentlyUpdated=Actualizado recientemente
+recentlyViewed=Visto recientemente
 rectangle=Rectángulo
 redirectToNewApp=Este archivo fue creado o modificado en una versión más reciente de esta aplicación. Usted será redirigido ahora.
 realtimeTimeout=Parece que ha hecho algunos cambios mientras estaba desconectado. Lo sentimos, estos cambios no pueden ser guardados.
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 12 - 12
src/main/webapp/resources/dia_et.txt

@@ -81,7 +81,7 @@ business=Äri
 busy=Toiming käimas
 cabinets=Elektrikilbid
 cancel=Tühista
-center=Aseta keskele 
+center=Aseta keskele
 cannotLoad=Laadimine ebaõnnestus. Proovi hiljem uuesti.
 cannotLogin=Sisselogimine ebaõnnestus. Proovi hiljem uuesti.
 cannotOpenFile=Faili ei saa avada
@@ -127,8 +127,8 @@ close=Sulge
 closingFile=Sulgeb faili
 collaborator=Osaleja
 collaborators=Osalejad
-collapse=Vähenda 
-collapseExpand=Vähenda/Suurenda 
+collapse=Vähenda
+collapseExpand=Vähenda/Suurenda
 collapse-expand=Vajuta vähendamiseks/suurendamiseks\nShift+klikk naabrite liigutamiseks \nAlt-klikk grupi suuruse säilitamiseks
 collapsible=Vähendatav
 comic=Vabakäejoonis
@@ -247,7 +247,7 @@ enterName=Sisesta nimi
 enterPropertyName=Sisesta valduse nimi
 enterValue=Sisesta väärtus
 entityRelation=Olemite seos
-entityRelationshipDiagram=Olemidiagramm 
+entityRelationshipDiagram=Olemidiagramm
 error=Viga
 errorDeletingFile=Viga faili kustutamisel
 errorLoadingFile=Viga faili laadimisel
@@ -260,7 +260,7 @@ errorSavingFileUnknown=Viga Google'i serveritega autoriseerimisel. Palun värske
 errorSavingFileForbidden=Viga faili salvestamisel. Ebapiisavad ligipääsuõigused.
 errorSavingFileNameConflict=Diagramm ei salvestunud. Käesolev leht juba sisaldab faili nimega '{1}'.
 errorSavingFileNotFound=Viga faili salvestamisel. Faili ei leitud.
-errorSavingFileReadOnlyMode=Diagramm ei salvestunud kuna 'vaid loetav'  režiim on aktiivne. 
+errorSavingFileReadOnlyMode=Diagramm ei salvestunud kuna 'vaid loetav'  režiim on aktiivne.
 errorSavingFileSessionTimeout=Sessioon on lõppenud. Palun <a target='_blank' href='{1}'>{2}</a> ja naase sellele vahelehele, et proovida uuesti salvestamist.
 errorSendingFeedback=Viga tagasiside saatmisel.
 errorUpdatingPreview=Viga eelvaate uuendamisel.
@@ -624,7 +624,7 @@ renamed=Nimi muudetud
 renameIt=Muuda nime {1}
 renaming=Nime muutmine
 replace=Asenda
-replaceIt= {1} on juba olemas. Kas tahad seda asendada?
+replaceIt={1} on juba olemas. Kas tahad seda asendada?
 replaceExistingDrawing=Asenda olemasolev joonis
 required=vajalik
 reset=Tühjenda
@@ -867,7 +867,7 @@ confluenceCloud=Confluence Cloud
 libraries=Libraries
 confAnchor=Confluence lehe ankur
 confTimeout=Ühendus aegus
-confSrvTakeTooLong=Serveri {1} vastamien võtab liiga kaua aega. 
+confSrvTakeTooLong=Serveri {1} vastamien võtab liiga kaua aega.
 confCannotInsertNew=Ei saa sisestada draw.io diagrammi uuele Confluence lehele
 confSaveTry=Palun salvesta leht ja proovi uuesti.
 confCannotGetID=Ei õnnestu määrata lehe ID
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 5 - 5
src/main/webapp/resources/dia_eu.txt

@@ -268,7 +268,7 @@ exit=Irten
 exitGroup=Taldetik irten
 expand=Hedatu
 export=Esportatu
-exporting=Esportatzen  
+exporting=Esportatzen
 exportAs=Esportatu honela
 exportOptionsDisabled=Esportatzeko aukerak desgaituak
 exportOptionsDisabledDetails=Fitxategiko jabeak desgaitu du deskarga, inprimaketa edo kopia ikusle eta iruzkingileentzat.
@@ -417,7 +417,7 @@ insertText=Txertatu testua
 inserting=Txertatzen
 installApp=Instalatu aplikazioa
 invalidFilename=Diagramen izena ezin ditu karaktere horiek izan: \ / | : ; { } < > & + ? = "
-invalidLicenseSeeThisPage=Zure lizentzia ez da baliozkoa, ikusi <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">orri hau</a>. 
+invalidLicenseSeeThisPage=Zure lizentzia ez da baliozkoa, ikusi <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">orri hau</a>.
 invalidInput=Sarrera ez da baliozkoa
 invalidName=Izena ez da baliozkoa
 invalidOrMissingFile=Fitxategia ez da baliozkoa ala ez da aurkitzen
@@ -966,7 +966,7 @@ confAConfPageDesc=Orri honek erantsita du draw.io ezarpenen (configuration.json)
 confALibPageDesc=Orri honek erantsita du draw.io liburutegi pertsonalizatuak
 confATempPageDesc=Orri honek erantsita du draw.io txantiloi pertsonalizatuak
 working=Lanean
-confAConfSpaceDesc=Toki hau erabiltzen da gordetzeko draw.io ezarpenak eta libreria/txantiloi pertsonalizatuak 
+confAConfSpaceDesc=Toki hau erabiltzen da gordetzeko draw.io ezarpenak eta libreria/txantiloi pertsonalizatuak
 confANoCustLib=Ez dago liburutegi pertsonalik
 delFailed=Huts egin du ezabatzean!
 showID=Erakutsi IDa
@@ -1005,7 +1005,7 @@ confAUpdateDgrmCCFailed="{1}" diagramarako estekaren eguneraketak huts egin du.
 confImpDiagramSuccess="{1}" diagrama behar bezala eguneratu da.
 confANoLnksInDrgm=Ez da estekarik eguneratu hemen: {1}
 confAUpdateLnkToPg=Orri honen esteka eguneratu da: "{2}" diagramako "{1}"
-confAUpdateLBLnkToPg=Eguneratu da orri honen argi-kutxa esteka:  "{2}" diagramako "{1}" 
+confAUpdateLBLnkToPg=Eguneratu da orri honen argi-kutxa esteka:  "{2}" diagramako "{1}"
 confAUpdateLnkBase=Oinarrizko URLa hemendik eguneratu da: "{3}" diagramako "{1}"tik "{2}"ra
 confAPageIdsImpDone=Orriaren IDs inportazioa burutu da
 confAPrcsMacrosInPage="{1}" orriko draw.io makroak prozesatzen
@@ -1169,4 +1169,4 @@ viewerOnlyMsg=Ezin dituzu diagramak editatu plataforma mugikorrean, mesedez erab
 website=Webgunea
 check4Updates=Bilat eguneraketak
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 10 - 10
src/main/webapp/resources/dia_fa.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=‫درباره 
+about=‫درباره‬
 aboutDrawio=‫درباره draw.io‬
 accessDenied=‫دسترسی مجاز نیست.‬
 action=Action
@@ -281,7 +281,7 @@ feedback=‫نظر‬
 feedbackSent=‫نظرات با موفقیت ارسال شد.‬
 floorplans=‫طرح کف‬
 file=‫فایل‬
-fileChangedOverwriteDialog=‫فایل تغییر داده شده است. این تغییرات بر روی نسخه فعلی ذخیره شود؟ 
+fileChangedOverwriteDialog=‫فایل تغییر داده شده است. این تغییرات بر روی نسخه فعلی ذخیره شود؟‬
 fileChangedSyncDialog=The file has been modified.
 fileChangedSync=The file has been modified. Click here to synchronize.
 overwrite=‫ذخیره بر روی نسخه فعلی‬
@@ -434,9 +434,9 @@ leanMapping=‫نقشه برداری ناب‬
 lastChange=‫آخرین تغییر {1) پیش‬
 lessThanAMinute=‫کمتر از یک دقیقه‬
 licensingError=‫خطای مجوز‬
-licenseHasExpired=‫مجوز مربوط به {1} در {2} منقضی شده است. اینجا کلیک کنید. 
+licenseHasExpired=‫مجوز مربوط به {1} در {2} منقضی شده است. اینجا کلیک کنید.‬
 licenseRequired=This feature requires draw.io to be licensed.
-licenseWillExpire=‫مجوز مربوط به {1} در {2} منقضی خواهد شد. اینجا کلیک کنید. 
+licenseWillExpire=‫مجوز مربوط به {1} در {2} منقضی خواهد شد. اینجا کلیک کنید.‬
 lineJumps=Line jumps
 linkAccountRequired=‫اگر نمودار عمومی نیست، برای مشاهده لینک به حساب گوگل نیاز است.‬
 linkText=‫لینک متن‬
@@ -540,7 +540,7 @@ openFile=‫باز کردن فایل‬
 openFrom=‫باز کردن از‬
 openLibrary=‫باز کردن کتابخانه‬
 openLibraryFrom=‫باز کردن کتابخانه از‬
-openLink=‫لینک 
+openLink=‫لینک‬
 openInNewWindow=‫باز کردن در پنجره ای جدید‬
 openInThisWindow=‫باز کردن در این پنجره‬
 openIt=‫باز کردن {1}‬
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_fi.txt

@@ -68,7 +68,7 @@ bold=Lihavoitu
 bootstrap=Bootstrap
 border=Reuna
 borderColor=Reunan väri
-borderWidth=Reunan leveys 
+borderWidth=Reunan leveys
 bottom=Alas
 bottomAlign=Tasaa alas
 bottomLeft=Alas vasemmalle
@@ -82,7 +82,7 @@ busy=Toiminto käynnissä
 cabinets=Sähkökaappi
 cancel=Peruuta
 center=Keskitä
-cannotLoad=Lataaminen epäonnistui. Ole hyvä ja yritä myöhemmin uudelleen. 
+cannotLoad=Lataaminen epäonnistui. Ole hyvä ja yritä myöhemmin uudelleen.
 cannotLogin=Sisäänkirjautuminen epäonnistui. Ole hyvä ja yritä myöhemmin uudelleen.
 cannotOpenFile=Tiedostoa ei voida avata
 change=Muuta
@@ -245,7 +245,7 @@ embedNotice=Lisää tämä sivun loppuun
 enterGroup=Syötä ryhmä
 enterName=Syötä nimi
 enterPropertyName=Syötä ominaisuuden nimi
-enterValue=Syötä arvo 
+enterValue=Syötä arvo
 entityRelation=ER
 entityRelationshipDiagram=ER-kaavio
 error=Virhe
@@ -700,7 +700,7 @@ size=Koko
 sketch=Piirros
 solid=Yhtenäinen
 sourceSpacing=Lähteen väli
-south=Etelä 
+south=Etelä
 software=Ohjelmisto
 space=Tila
 spacing=Riviväli
@@ -780,7 +780,7 @@ voiceAssistant=Ääniavustaja (beta)
 warning=Varoitus
 waypoints=Reittipisteet
 west=Länsi
-width=Leveys 
+width=Leveys
 wiki=Wiki
 wordWrap=Rivitys
 writingDirection=Kirjoitussuunta
@@ -1169,4 +1169,4 @@ viewerOnlyMsg=Et voi muokata kaavioita mobiilialustalla, käytä työpöytäohje
 website=Verkkosivusto
 check4Updates=Tarkista päivitykset
 attWriteFailedRetry={1}: Liitteen kirjoitus epäonnistui, yritetään uudelleen {2} sekunnin kuluttua...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_fil.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Tungkol sa 
+about=Tungkol sa
 aboutDrawio=Tungkol sa draw.io
 accessDenied=Tinanggihan ang pagpasok
 action=Action
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 8 - 8
src/main/webapp/resources/dia_fr.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=À propos de 
+about=À propos de
 aboutDrawio=À propos de draw.io
 accessDenied=Accès refusé
 action=Action
@@ -515,7 +515,7 @@ noResponse=Pas de réponse du serveur
 noResultsFor=Pas de résultats pour '{1}'
 noRevisions=Pas de révisions
 noSearchResults=Aucun résultat de recherche trouvé
-noPageContentOrNotSaved=Aucune ancre n'a été trouvée sur cette page ou aucune ancre n'a été enregistrée pour le moment 
+noPageContentOrNotSaved=Aucune ancre n'a été trouvée sur cette page ou aucune ancre n'a été enregistrée pour le moment
 normal=Normal
 north=Nord
 notADiagramFile=N'est pas un fichier de diagramme
@@ -667,7 +667,7 @@ searchShapes=Chercher des formes
 selectAll=Tout sélectionner
 selectionOnly=Sélection uniquement
 selectCard=Sélectionner une carte
-selectEdges=Sélectionner les bordures 
+selectEdges=Sélectionner les bordures
 selectFile=Sélectionner le fichier
 selectFolder=Sélectionner le dossier
 selectFont=Sélectionner une police
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 28 - 28
src/main/webapp/resources/dia_gl.txt

@@ -1,9 +1,9 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Sobre 
+about=Sobre
 aboutDrawio=Sobre draw.io
 accessDenied=Acceso denegado
-action=Acción 
+action=Acción
 actualSize=Tamaño actual
 add=Engadir
 addAccount=Engadir conta
@@ -19,18 +19,18 @@ adjustTo=Axustar a
 advanced=Avanzado
 align=Alinear
 alignment=Alineación
-allChangesLost=Hanse perder as modificacións! 
+allChangesLost=Hanse perder as modificacións!
 allPages=Todas as páxinas
 allProjects=Todos os proxectos
 allSpaces=Todos os espazos
 allTags=Todas as etiquetas
 anchor=Todas as áncoras
 android=Android
-angle=Ángulo 
+angle=Ángulo
 arc=Arco
 areYouSure=Estás certo/a?
 ensureDataSaved=Por favor, asegúrate de gardar os teus datos antes de pechar.
-allChangesSaved=Gardáronse as modificacións. 
+allChangesSaved=Gardáronse as modificacións.
 allChangesSavedInDrive=Gardáronse as modificacións en Drive
 allowPopups=Permitir as xanelas emerxentes para evitar este diálogo.
 allowRelativeUrl=Permitir URL relativos.
@@ -41,7 +41,7 @@ arrange=Organizar
 arrow=Frecha
 arrows=Frechas
 asNew=Como novo
-atlas=Atlas 
+atlas=Atlas
 author=Autor/a
 authorizationRequired=Requírese autorización
 authorizeThisAppIn=Autorizar esta aplicación en {1}:
@@ -50,7 +50,7 @@ authorizing=Autorizando
 automatic=Automático
 autosave=Autogardado
 autosize=Tamaño automático
-attachments=Adxuntos 
+attachments=Adxuntos
 aws=AWS
 aws3d=AWS 3D
 azure=Azure
@@ -68,14 +68,14 @@ bold=Grosa
 bootstrap=Bootstrap
 border=Contorna
 borderColor=Cor de contorna
-borderWidth=Grosor de contorna 
+borderWidth=Grosor de contorna
 bottom=Abaixo
 bottomAlign=Alinear abaixo
-bottomLeft=Abaixo esquerda 
+bottomLeft=Abaixo esquerda
 bottomRight=Abaixo dereita
-bpmn=BPMN 
+bpmn=BPMN
 bringForward=Bring Forward
-browser=Navigador 
+browser=Navigador
 bulletedList=Lista con viñetas
 business=Empresa
 busy=Operación en curso
@@ -85,7 +85,7 @@ center=Centrar
 cannotLoad=Fallaron os intentos de carregamento. Por favor, inténtao de novo máis tarde.
 cannotLogin=Fallaron os intentos de acceso. Por favor, inténtao de novo máis tarde.
 cannotOpenFile=Non se pode abrir o arquivo
-change=Mudar 
+change=Mudar
 changeOrientation=Mudar orientación
 changeUser=Mudar usuario
 changeStorage=Mudar almacenamento
@@ -103,8 +103,8 @@ commitMessage=Enviar mensaxe
 configLinkWarn=Este vencello configura draw.io. Simplemente preme OK se confías na persoa que cho enviou!
 configLinkConfirm=Preme OK para configurar e reiniciar draw.io
 container=Container
-csv=Valores separados por vírgulas (CSV) 
-dark=Escuro 
+csv=Valores separados por vírgulas (CSV)
+dark=Escuro
 diagramXmlDesc=Arquivo XML
 diagramHtmlDesc=Arquivo HTML
 diagramPngDesc=Imaxe Bitmap editábel
@@ -127,7 +127,7 @@ close=Pechar
 closingFile=Pechando arquivo
 collaborator=Colaborador/a
 collaborators=Colaboradores
-collapse=Reducir 
+collapse=Reducir
 collapseExpand=Reducir/expandir
 collapse-expand=Preme para reducires/expandires\nShift-click para moveres veciños\nAlt-click para protexeres o tamaño dun grupo
 collapsible=Reducíbel
@@ -136,18 +136,18 @@ comment=Comentario
 commentsNotes=Comentarios/Notas
 compress=Comprimir
 configuration=Configuración
-connect=Ligar 
+connect=Ligar
 connecting=Ligando
 connectWithDrive=Ligar con Google Drive
 connection=Conexión
 connectionArrows=Frechas de conexión
 connectionPoints=Puntos de conexión
-constrainProportions=Limitar proporcións 
+constrainProportions=Limitar proporcións
 containsValidationErrors=Contén errors de validación
 copiedToClipboard=Copiado ao portarretallos
 copy=Copiar
 copyConnect=Copiar ao conectar
-copyCreated=Creouse unha copia do arquivo. 
+copyCreated=Creouse unha copia do arquivo.
 copyData=Copy Data
 copyOf=Copia de {1}
 copyOfDrawing=Copia do deseño
@@ -169,13 +169,13 @@ default=Por defecto
 delete=Borrar
 deleteColumn=Borrar columna
 deleteLibrary401=Non tes permisos de abondo para borrares esta libraría
-deleteLibrary404=Non se atopou a libraría seleccionada 
+deleteLibrary404=Non se atopou a libraría seleccionada
 deleteLibrary500=Erro ao borrar a libraría
 deleteLibraryConfirm=Estás a piques de borrar esta libraría de forma permanente. Estás certo/a que queres continuar?
 deleteRow=Borrar fila
 description=Descrición
 device=Dispositivo
-diagram=Diagrama 
+diagram=Diagrama
 diagramContent=Contenido do diagrama
 diagramLocked=O diagrama foi bloqueado para evitar unha posíbel perda de datos.
 diagramLockedBySince=O diagrama está bloqueado por {1} dende hai {2}
@@ -186,7 +186,7 @@ diamond=Diamante
 diamondThin=Diamante (fino)
 didYouKnow=Sabías que…
 direction=Dirección
-discard=Anular 
+discard=Anular
 discardChangesAndReconnect=Anular modificacións e ligar de novo
 googleDriveMissingClickHere=Botas de menos Google Drive? Preme aquí!
 discardChanges=Descartar modificacións
@@ -203,7 +203,7 @@ downloadDesktop=Obtén para escritorio
 downloadAs=Descarregar como
 clickHereToSave=Preme aquí para gardar.
 dpi=Profundidade de píxeles (DPI)
-draftDiscarded=Descartouse o borrador 
+draftDiscarded=Descartouse o borrador
 draftSaved=Gardouse o borrador
 dragElementsHere=Arrastra elementos aquí
 dragImagesHere=Arrastra imaxes ou URLs aquí
@@ -246,7 +246,7 @@ enterGroup=Introducir grupo
 enterName=Introducir nome
 enterPropertyName=Introducir nome da propiedade
 enterValue=Introducir valor
-entityRelation=Ligazón entre elementos 
+entityRelation=Ligazón entre elementos
 entityRelationshipDiagram=Diagrama de ligazóns entre elementos
 error=Erro
 errorDeletingFile=Erro ao borrar arquivo
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_gu.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 20 - 20
src/main/webapp/resources/dia_he.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=‫אודות 
+about=‫אודות‬
 aboutDrawio=‫אודות Draw.io‬
 accessDenied=‫הגישה דחתה‬
 action=‫פעולה‬
@@ -18,7 +18,7 @@ addWaypoint=‫הוסף נקודת ציון‬
 adjustTo=‫התאם ל‬
 advanced=‫מתקדם‬
 align=‫ישר‬
-alignment=‫יישור 
+alignment=‫יישור‬
 allChangesLost=‫כל השינויים יאבדו!‬
 allPages=‫כל הדפים‬
 allProjects=‫כל הפרויקטים‬
@@ -136,7 +136,7 @@ comment=‫תגובה‬
 commentsNotes=‫תגובות/הערות‬
 compress=Compress
 configuration=Configuration
-connect=‫חבר 
+connect=‫חבר‬
 connecting=‫מחבר‬
 connectWithDrive=‫חבר באמצעות גוגל דרייב‬
 connection=‫חיבור‬
@@ -175,11 +175,11 @@ deleteLibraryConfirm=‫הספרייה תימחק לצמיתות. האם אתה
 deleteRow=‫מחק שורה‬
 description=‫תיאור‬
 device=‫מכשיר‬
-diagram=‫דיאגרמה 
+diagram=‫דיאגרמה‬
 diagramContent=‫תוכן הדיאגרמה‬
 diagramLocked=‫דיאגרמה ננעלה כדי למנוע אובדן נתונים.‬
 diagramLockedBySince=The diagram is locked by {1} since {2} ago
-diagramName=‫שם הדיאגרמה 
+diagramName=‫שם הדיאגרמה‬
 diagramIsPublic=‫הדיאגרמה ציבורית‬
 diagramIsNotPublic=‫הדיאגרמה אינה ציבורית‬
 diamond=‫יהלום‬
@@ -192,7 +192,7 @@ googleDriveMissingClickHere=‫גוגל דרייב חסר? לחץ כאן!‬
 discardChanges=‫בטל שינויים‬
 disconnected=‫מנותק‬
 distribute=‫הפץ‬
-done=‫סיום 
+done=‫סיום‬
 doNotShowAgain=Do not show again
 dotted=‫מנוקד‬
 doubleClickOrientation=‫לחץ לחיצה כפולה לשינוי אוריינטציה‬
@@ -227,7 +227,7 @@ editGeometry=‫ערוך גיאומטריה‬
 editImage=‫ערוך תמונה‬
 editImageUrl=‫ערוך קישור תמונה‬
 editLink=‫ערוך קישור‬
-editShape=‫ערוך צורה 
+editShape=‫ערוך צורה‬
 editStyle=‫ערוך סגנון‬
 editText=‫ערוך טקסט‬
 editTooltip=‫ערוך Tooltip‬
@@ -305,7 +305,7 @@ fillColor=‫צבע מילוי‬
 filterCards=Filter Cards
 find=‫מצא‬
 fit=‫התאם‬
-fitContainer=‫ שנה את גודל המכל‬
+fitContainer=‫שנה את גודל המכל‬
 fitIntoContainer=‫התאם למכל‬
 fitPage=‫התאם לעמוד‬
 fitPageWidth=‫התאם לרוחב העמוד‬
@@ -518,7 +518,7 @@ noSearchResults=‫לא נמצאו תוצאות לחיפוש‬
 noPageContentOrNotSaved=‫לא נמצאו עוגנים בדף זה או שהם טרם נשמרו‬
 normal=‫רגיל‬
 north=‫צפון‬
-notADiagramFile=‫זהו אינו קובץ דיאגרמה 
+notADiagramFile=‫זהו אינו קובץ דיאגרמה‬
 notALibraryFile=‫זהו אינו קובץ ספרייה‬
 notAvailable=‫לא זמין‬
 notAUtf8File=‫זהו אינו  קובץ UTF-8‬
@@ -549,7 +549,7 @@ openSupported=‫הפורמטים הנתמכים הם קבצים מהתוכנה
 options=‫אפשרויות‬
 organic=‫אורגני‬
 orgChart=Org Chart
-orthogonal=‫ניצב 
+orthogonal=‫ניצב‬
 otherViewer=‫צופה אחר‬
 otherViewers=‫צופים אחרים‬
 outline=‫מתאר‬
@@ -615,7 +615,7 @@ relative=Relative
 relativeUrlNotAllowed=Relative URL not allowed
 rememberMe=‫זכור אותי‬
 rememberThisSetting=‫זוכר את ההגדרות האלו‬
-removeFormat=‫נקה עיצוב 
+removeFormat=‫נקה עיצוב‬
 removeFromGroup=‫הסר מקבוצה‬
 removeIt=‫הסר {1}‬
 removeWaypoint=‫הסר נקודת ציון‬
@@ -624,10 +624,10 @@ renamed=‫השם שונה‬
 renameIt=‫שנה שם {1}‬
 renaming=‫משנה שם‬
 replace=‫החלף‬
-replaceIt=‫{1} כבר קיים. האם ברצונך להחליף אותו? 
+replaceIt=‫{1} כבר קיים. האם ברצונך להחליף אותו?‬
 replaceExistingDrawing=‫החלף סקיצה קיימת‬
 required=‫נדרש‬
-reset=‫אפס 
+reset=‫אפס‬
 resetView=‫אפס תצוגה‬
 resize=‫שנה גודל‬
 resizeLargeImages=Do you want to resize large images to make the application run faster?
@@ -778,7 +778,7 @@ viewerSettings=Viewer Settings
 viewUrl=‫קישור לתצוגה‬
 voiceAssistant=‫סיוע קולי (בטא)‬
 warning=‫אזהרה‬
-waypoints=‫נקודות ציון 
+waypoints=‫נקודות ציון‬
 west=‫מערב‬
 width=‫רוחב‬
 wiki=Wiki
@@ -798,7 +798,7 @@ gmdl=‫עיצוב חומרים‬
 mindmaps=‫מפת חשיבה‬
 mockups=‫סקיצות‬
 networkdiagrams=‫דיאגרמות רשת‬
-nothingIsSelected=‫לא נבחרו פריטים 
+nothingIsSelected=‫לא נבחרו פריטים‬
 other=‫אחר‬
 softwaredesign=‫עיצוב תוכנה‬
 venndiagrams=‫דיאגרמות Venn‬
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_hi.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_hr.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_hu.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about= névjegy
+about=névjegy
 aboutDrawio=Draw.io névjegy
 accessDenied=Hozzáférés elutasítva
 action=Action
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_id.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Tentang 
+about=Tentang
 aboutDrawio=Tentang draw.io
 accessDenied=Akses Ditolak
 action=Action
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 9 - 9
src/main/webapp/resources/dia_it.txt

@@ -85,7 +85,7 @@ center=Al centro
 cannotLoad=Tentativo di caricamento non riuscito. Riprova più tardi
 cannotLogin=Tentativo di accesso non riuscito. Riprova più tardi
 cannotOpenFile=Impossibile aprire il file
-change=Cambia  
+change=Cambia
 changeOrientation=Cambia orientamento
 changeUser=Cambia utente
 changeStorage=Cambia archiviazione
@@ -128,7 +128,7 @@ closingFile=Chiusura file
 collaborator=Collaboratore
 collaborators=Collaboratori
 collapse=Contrai
-collapseExpand=Contrai/Espandi       
+collapseExpand=Contrai/Espandi
 collapse-expand=Fai clic per contrarre/espandere\Fai clic e premi Maiusc per spostare gli oggetti vicini\Fai clic e premi Alt per proteggere le dimensioni del gruppo
 collapsible=Contraibile
 comic=Fumetto
@@ -175,14 +175,14 @@ deleteLibraryConfirm=Stai per eliminare questa libreria in modo definitivo. Sei
 deleteRow=Elimina riga
 description=Descrizione
 device=Dispositivo
-diagram=Diagramma  
+diagram=Diagramma
 diagramContent=Contenuto del diagramma
 diagramLocked=Il diagramma è stato bloccato per prevenire ulteriori perdite di informazioni
 diagramLockedBySince=Il diagramma è bloccato da {1} {2} fa
 diagramName=Nome del diagramma
 diagramIsPublic=Il diagramma è pubblico
 diagramIsNotPublic=Il diagramma non è pubblico
-diamond=Diamante  
+diamond=Diamante
 diamondThin=Diamante (stretto)
 didYouKnow=Sapevi che...
 direction=Direzione
@@ -264,7 +264,7 @@ errorSavingFileReadOnlyMode=Impossibile salvare il diagramma quando la modalità
 errorSavingFileSessionTimeout=La tua sessione è terminata. <a target='_blank' href='{1}'>{2}</a> e ritorna su questa scheda per riprovare a salvare.
 errorSendingFeedback=Errore durante l'invio della segnalazione.
 errorUpdatingPreview=Errore durante l'aggiornamento dell'anteprima
-exit=Esci  
+exit=Esci
 exitGroup=Esci dal gruppo
 expand=Espandi
 export=Esporta
@@ -799,7 +799,7 @@ mindmaps=Mappe mentali
 mockups=Modelli
 networkdiagrams=Diagrammi di rete
 nothingIsSelected=Non è stato selezionato nulla
-other=Altro  
+other=Altro
 softwaredesign=Disegno del software
 venndiagrams=Diagrammi di Venn
 webEmailOrOther=Web, email o qualsiasi altro indirizzo internet
@@ -1118,7 +1118,7 @@ loadAttFailed=Caricamento dell'allegato "{1}" non riuscito
 embedDrawDiag=Incorpora diagramma di draw.io
 addDiagram=Aggiungi diagramma
 embedDiagram=Incorpora diagramma
-editOwningPg=Modifica pagina del proprietario 
+editOwningPg=Modifica pagina del proprietario
 deepIndexing=Indicizzazione profonda (indicizza i diagrammi che non sono utilizzati in alcuna pagina)
 confADeepIndexStarted=Indicizzazione profonda iniziata
 confADeepIndexDone=Indicizzazione profonda terminata
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 10 - 10
src/main/webapp/resources/dia_ja.txt

@@ -52,7 +52,7 @@ autosave=自動保存
 autosize=サイズを自動調整
 attachments=添付ファイル
 aws=AWS
-aws3d=AWS 3D 
+aws3d=AWS 3D
 azure=Azure
 back=Back
 background=背景
@@ -209,7 +209,7 @@ dragElementsHere=内容をここにドラッグする
 dragImagesHere=画像ファイルをドラッグするか、URLを入力してください。
 dragUrlsHere=URLをここにドラッグしてください
 draw.io=draw.io
-drawing=描画{1} 
+drawing=描画{1}
 drawingEmpty=描画は空です
 drawingTooLarge=描画が大きすぎます
 drawioForWork=Draw.io の GSuite
@@ -341,7 +341,7 @@ formatVsdx=VSDX
 formatVssx=VSSX
 formatXmlPlain=XML (非圧縮)
 formatXml=XML
-forum=ヘルプ・ディスカッション 
+forum=ヘルプ・ディスカッション
 freehand=Freehand
 fromTemplate=テンプレートから
 fromTemplateUrl=テンプレートURLから
@@ -676,7 +676,7 @@ selectTemplate=Select Template
 selectVertices=頂点を選択
 sendBackward=Send Backward
 sendMessage=送信する
-sendYourFeedback= フィードバックを送信
+sendYourFeedback=フィードバックを送信
 serviceUnavailableOrBlocked=サービスはご利用になれません。あるいはブロックされています。
 sessionExpired=セッションは時間切れになりました。ブラウザウィンドウを更新してください。
 sessionTimeoutOnSave=セッションは時間切れになりました。Googleドライブから切断されました。ログインして保存するには、OKをクリックしてログインをして保存してください。
@@ -743,7 +743,7 @@ topAlign=上端揃え
 topLeft=上端左
 topRight=上端右
 transparent=透明
-transparentBackground=透明な背景 
+transparentBackground=透明な背景
 trello=Trello
 tryAgain=もう一度お試しください
 tryOpeningViaThisPage=このページから開始してみてください
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_kn.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 12 - 12
src/main/webapp/resources/dia_ko.txt

@@ -40,7 +40,7 @@ archiMate21=ArchiMate 2.1
 arrange=배치
 arrow=화살표
 arrows=화살표
-asNew=As New
+asNew=새로 만들기
 atlas=아틀라스
 author=저자
 authorizationRequired=승인이 필요합니다.
@@ -301,7 +301,7 @@ filetypePng=.png 파일은 내장된 코드를 포함한 PNG 형식으로 저장
 filetypeSvg=.svg 파일은 내장된 코드를 포함한 SVG 형식으로 저장됩니다.
 fileWillBeSavedInAppFolder={1} 파일이 프로그램 폴더에 저장됩니다.
 fill=채우기
-fillColor=채우기 색 
+fillColor=채우기 색
 filterCards=카드 필터
 find=찾기
 fit=맞추기
@@ -311,7 +311,7 @@ fitPage=페이지에 맞추기
 fitPageWidth=페이지 너비에 맞추기
 fitTo=맞추기
 fitToSheetsAcross=페이지(가로)
-fitToBy= 
+fitToBy=
 fitToSheetsDown=페이지(세로)
 fitTwoPages=두 페이지
 fitWindow=창 크기에 맞추기
@@ -603,15 +603,15 @@ radial=방사형
 radialTree=방사형 트리
 readOnly=읽기 전용
 reconnecting=다시 연결중
-recentlyUpdated=Recently Updated
-recentlyViewed=Recently Viewed
+recentlyUpdated=최근 업데이트 항목
+recentlyViewed=최근 확인 항목
 rectangle=사각형
 redirectToNewApp=이 파일은 이 앱의 최신 버전에서 생성되거나 수정되었습니다. 지금 리디렉션됩니다.
 realtimeTimeout=오프라인 상태에서 일부 변경된 것 같습니다. 변경 사항을 저장할 수 없습니다.
 redo=다시 실행
 refresh=새로고침
 regularExpression=정규식
-relative=Relative
+relative=상대적 위치
 relativeUrlNotAllowed=상대 URL 주소는 허용되지 않습니다.
 rememberMe=로그인 기억하기
 rememberThisSetting=이 설정 기억하기
@@ -788,7 +788,7 @@ yes=예
 yourEmailAddress=사용자 이메일 주소
 zoom=배율
 zoomIn=확대
-zoomOut=축소 
+zoomOut=축소
 basic=기본
 businessprocess=업무 프로세스
 charts=차트
@@ -807,11 +807,11 @@ webLink=웹 링크
 wireframes=와이어 프레임
 property=속성
 value=값
-showMore=Show More
-showLess=Show Less
+showMore=더 보기
+showLess=조금 보기
 myDiagrams=내 다이어그램
 allDiagrams=모든 다이어그램
-recentlyUsed=Recently used
+recentlyUsed=최근 문서
 listView=리스트로 보기
 gridView=격자로 보기
 resultsFor={1}'에 대한 결과
@@ -997,7 +997,7 @@ confAProcessDrawDiag=불러온 draw.io 다이어그램을 처리중입니다.
 confAProcessDrawDiagDone=불러온 draw.io 다이어그램을 처리가 완료되었습니다.
 confAProcessImpPages=불러온 페이지를 처리중입니다.
 confAErrPrcsDiagInPage="{1}" 페이지의 draw.io 다이어그램을 처리하는 중 오류가 발생했습니다.
-confAPrcsDiagInPage="{1}" 페이지에서 draw.io 다이어그램을 처리중입니다. 
+confAPrcsDiagInPage="{1}" 페이지에서 draw.io 다이어그램을 처리중입니다.
 confAImpDiagram=다이어그램 "{1}"을 가져오는 중입니다.
 confAImpDiagramFailed=다이어그램 "{1}"을(를) 가져오지 못했습니다. 새 페이지 ID를 찾을 수 없습니다. 가져오지 않은 페이지를 가리킬 수 있습니다.
 confAImpDiagramError=다이어그램 "{1}"을 가져오는 중 오류가 발생했습니다. 다이어그램을 가져오거나 저장할 수 없습니다. 이 다이어그램 링크를 수정할 수 없습니다.
@@ -1007,7 +1007,7 @@ confANoLnksInDrgm=업데이트할 링크가 없음: {1}
 confAUpdateLnkToPg=다이어그램 "{2}"의 "{1}" 페이지에 대한 링크를 업데이트 했습니다.
 confAUpdateLBLnkToPg=다이어그램: "{2}"의 "{1}" 페이지에 대한 라이트박스 링크를 업데이트 했습니다.
 confAUpdateLnkBase=다이어그램의 "{1}"에서 "{2}"로 기본 URL 업데이트됨: "{3}"
-confAPageIdsImpDone=페이지 ID 가져오기가 완료되었습니다.
 
+confAPageIdsImpDone=페이지 ID 가져오기가 완료되었습니다.
 confAPrcsMacrosInPage="{1}" 페이지에서 draw.io 매크로를 처리중입니다.
 confAErrFetchPage=페이지 "{1}"를 받아오는 중 오류가 발생했습니다.
 confAFixingMacro="{1}" 다이어그램의 매크로를 수정중입니다.

+ 7 - 7
src/main/webapp/resources/dia_lt.txt

@@ -95,7 +95,7 @@ userJoined={1} prisijungė
 userLeft={1} paliko
 chatWindowTitle=Pokalbis
 chooseAnOption=Pasirinkite variantą
-chromeApp= Chrome programa
+chromeApp=Chrome programa
 collaborativeEditingNotice=Svarbus pranešimas dėl bendro redagavimo
 compare=Compare
 compressed=Suspaustas
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_lv.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_ml.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_mr.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 15 - 15
src/main/webapp/resources/dia_ms.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Mengenai 
+about=Mengenai
 aboutDrawio=Mengenai draw.io
 accessDenied=Akses Ditolak
 action=Action
@@ -45,7 +45,7 @@ atlas=Atlas
 author=Pengarang
 authorizationRequired=Keizinan diperlukan
 authorizeThisAppIn=Mengizinkan aplikasi ini di {1}:
-authorize=Izinkan  
+authorize=Izinkan
 authorizing=Mengizinkan
 automatic=Automatik
 autosave=Simpan secara automatik
@@ -264,10 +264,10 @@ errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is activ
 errorSavingFileSessionTimeout=Sesi anda telah tamat. Sila <a target='_blank' href='{1}'>{2}</a> dan kembali ke tab ini untuk mencuba menyimpan semula.
 errorSendingFeedback=Ralat menghantar maklum balas.
 errorUpdatingPreview=Ralat mengemaskini pratonton.
-exit=Keluar  
+exit=Keluar
 exitGroup=Keluar dari Kumpulan
-expand=Kembangkan 
-export=Eksport  
+expand=Kembangkan
+export=Eksport
 exporting=Mengeksport
 exportAs=Eksport sebagai
 exportOptionsDisabled=Pilihan eksport dilumpuhkan
@@ -329,7 +329,7 @@ format=Format
 formatPanel=Panel Format
 formatted=Telah Diformat
 formattedText=Teks yang telah Diformat
-formatPng=PNG 
+formatPng=PNG
 formatGif=GIF
 formatJpg=JPEG
 formatPdf=PDF
@@ -366,7 +366,7 @@ googleSlides=Google Slides
 googleSites=Google Sites
 googleSheets=Google Sheets
 gradient=Kecerunan
-gradientColor=Warna 
+gradientColor=Warna
 grid=Grid
 gridColor=Warna Grid
 gridSize=Saiz Grid
@@ -377,7 +377,7 @@ heading=Tajuk
 height=Ketinggian
 help=Bantuan
 helpTranslate=Bantu kami menterjemahkan aplikasi ini
-hide=Sembunyikan  
+hide=Sembunyikan
 hideIt=Sembunyikan {1}
 hidden=Tersembunyi
 home=Halaman utama
@@ -396,7 +396,7 @@ images=Imej-imej
 imagePreviewError=Imej ini tidak dapat dimuat untuk pratonton. Sila semak URL.
 imageTooBig=Imej terlalu besar
 imgur=Imgur
-import=Import 
+import=Import
 importFrom=Import dari
 includeCopyOfMyDiagram=Masukkan satu salinan gambarajah saya
 increaseIndent=Tambah Inden
@@ -451,7 +451,7 @@ restartForChangeRequired=Perubahan akan dapat dilihat selepas segar semula.
 laneColor=Warna lorong
 lastModified=Kali terakhir diubahsuai
 layout=Susun atur
-left=Kiri  
+left=Kiri
 leftAlign=Jajaran kiri
 leftToRight=Kiri ke kanan
 libraryTooltip=Seret dan lepas bentuk di sini atau klik + untuk memasukkan. Klik dua kali untuk menyunting.
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_my.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_nl.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Over 
+about=Over
 aboutDrawio=Over draw.io
 accessDenied=Toegang geweigerd
 action=Actie
@@ -96,7 +96,7 @@ userLeft={1} is vertrokken
 chatWindowTitle=Chat
 chooseAnOption=Kies een optie
 chromeApp=Chrome App
-collaborativeEditingNotice=Belangrijke opmerking i.v.m. gezamenlijk bewerken 
+collaborativeEditingNotice=Belangrijke opmerking i.v.m. gezamenlijk bewerken
 compare=Compare
 compressed=Gecomprimeerd
 commitMessage=Bericht vastleggen
@@ -825,7 +825,7 @@ noDiagrams=Geen diagrammen gevonden
 authFailed=Verificatie mislukt
 officeFailedAuthMsg=Kan de gebruiker niet succesvol verifiëren of de toepassing autoriseren.
 convertingDiagramFailed=De conversie van het diagram is mislukt
-officeCopyImgErrMsg=Vanwege enkele beperkingen in de hosttoepassing kon de afbeelding niet worden ingevoegd. Kopieer de afbeelding handmatig en plak deze in het document. 
+officeCopyImgErrMsg=Vanwege enkele beperkingen in de hosttoepassing kon de afbeelding niet worden ingevoegd. Kopieer de afbeelding handmatig en plak deze in het document.
 insertingImageFailed=Het invoegen van de afbeelding is mislukt
 officeCopyImgInst=Instructies: Klik met de rechtermuisknop op de onderstaande afbeelding. Selecteer "Afbeelding kopiëren" in het contextmenu. Klik vervolgens in het document met de rechtermuisknop en selecteer "Plakken" in het contextmenu.
 folderEmpty=Map is leeg
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 13 - 13
src/main/webapp/resources/dia_no.txt

@@ -1,10 +1,10 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Om 
+about=Om
 aboutDrawio=Om draw.io
 accessDenied=Tilgang nektet
 action=Action
-actualSize=Faktisk størrelse 
+actualSize=Faktisk størrelse
 add=Legg til
 addAccount=Add account
 addedFile=Fil lagt til
@@ -169,7 +169,7 @@ default=Standard
 delete=Slett
 deleteColumn=Slett kolonne
 deleteLibrary401=Utilstrekkelige tilatelser til å slette dette biblioteket.
-deleteLibrary404=Det valgte biblioteket ble ikke funnet. 
+deleteLibrary404=Det valgte biblioteket ble ikke funnet.
 deleteLibrary500=Feil i sletting av bibliotek.
 deleteLibraryConfirm=Du er i ferd med å slette dette biblioteket permanent. Er du sikker på at du vil fortsette?
 deleteRow=Slett rad
@@ -299,8 +299,8 @@ fileOpenLocation=Hvordan ønsker du å åpne filen(e)?
 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
 filetypePng=.png causes file to save as PNG with embedded data
 filetypeSvg=.svg causes file to save as SVG with embedded data
-fileWillBeSavedInAppFolder= {1} blir lagret i app-mappen.
-fill=Fyll 
+fileWillBeSavedInAppFolder={1} blir lagret i app-mappen.
+fill=Fyll
 fillColor=Fyll farge
 filterCards=Filter Cards
 find=Finn
@@ -434,9 +434,9 @@ leanMapping=Lean-mapping
 lastChange=Siste endring for {1} siden
 lessThanAMinute=mindre enn ett minutt
 licensingError=Lisensieringsfeil
-licenseHasExpired=Linsensen for {1} utgikk på {2}. Klikk her. 
+licenseHasExpired=Linsensen for {1} utgikk på {2}. Klikk her.
 licenseRequired=This feature requires draw.io to be licensed.
-licenseWillExpire=Linsensen for {1} utgår på {2}. Klikk her. 
+licenseWillExpire=Linsensen for {1} utgår på {2}. Klikk her.
 lineJumps=Line jumps
 linkAccountRequired=Om diagrammet ikke er offentlig er en Google-konto påkrevd for å åpne linken.
 linkText=Linktekst
@@ -755,7 +755,7 @@ underline=Understrek
 undo=Angre
 ungroup=Del opp gruppe
 unsavedChanges=Ikke lagrede endringer
-unsavedChangesClickHereToSave=Ulagrede endringer. Klikk her for å lagre. 
+unsavedChangesClickHereToSave=Ulagrede endringer. Klikk her for å lagre.
 untitled=Uten navn
 untitledDiagram=Diagram uten navn
 untitledLayer=Lag uten navn
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 47 - 47
src/main/webapp/resources/dia_pl.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=O aplikacji 
+about=O aplikacji
 aboutDrawio=O aplikacji draw.io
 accessDenied=Brak dostępu
 action=Action
@@ -29,8 +29,8 @@ android=Android
 angle=Kąt
 arc=Arc
 areYouSure=Czy jesteś pewny?
-ensureDataSaved=Przed zamknięciem upewnij się, czy dane zostały zapisane.  
-allChangesSaved=Zapisano wszystkie zmiany 
+ensureDataSaved=Przed zamknięciem upewnij się, czy dane zostały zapisane.
+allChangesSaved=Zapisano wszystkie zmiany
 allChangesSavedInDrive=Wszystkie zmiany zapisano na dysku Drive
 allowPopups=Zezwalaj na wyskakiwanie okienek, aby zapobiec pojawianiu się tego okna.
 allowRelativeUrl=Allow relative URL
@@ -44,8 +44,8 @@ asNew=Jako nowy
 atlas=Nowoczesny
 author=Autor
 authorizationRequired=Wymagana autoryzacja
-authorizeThisAppIn=Autoryzuj tę aplikację w {1}: 
-authorize=Autoryzuj 
+authorizeThisAppIn=Autoryzuj tę aplikację w {1}:
+authorize=Autoryzuj
 authorizing=Autoryzacja
 automatic=Automatycznie
 autosave=Automatyczny zapis
@@ -57,8 +57,8 @@ azure=Azure
 back=Back
 background=Tło
 backgroundColor=Kolor tła
-backgroundImage=Zdjęcie w tle 
-basic=Podstawowy 
+backgroundImage=Zdjęcie w tle
+basic=Podstawowy
 blankDrawing=Pusty rysunek
 blankDiagram=Pusty diagram
 block=Blok
@@ -93,7 +93,7 @@ changesNotSaved=Zmiany nie zostały zapisanie
 classDiagram=Class Diagram
 userJoined={1} dołączył
 userLeft={1} opuścił
-chatWindowTitle=Chat 
+chatWindowTitle=Chat
 chooseAnOption=Wybierz opcję
 chromeApp=Aplikacja Chrome
 collaborativeEditingNotice=Important Notice for Collaborative Editing
@@ -130,7 +130,7 @@ collaborators=Współuczestnicy
 collapse=Zwiń
 collapseExpand=Zwiń/Rozwiń
 collapse-expand=Kliknij, aby zwinąć/rozwinąć\nkliknij prztrzymując klawisz Shift, aby przesunąć sąsiadujące \nkliknij przytrzymując klawisz Alt, aby zabezpieczyć rozmiar grupy
-collapsible=Zwijalny 
+collapsible=Zwijalny
 comic=Komiksowy
 comment=Komentarz
 commentsNotes=Komentarze/uwagi
@@ -160,7 +160,7 @@ createShape=Utwórz kształt
 crop=Przytnij
 curved=Zakrzywiony
 custom=Dostosuj
-current=Aktualny 
+current=Aktualny
 currentPage=Current page
 cut=Wytnij
 dashed=Przerywana
@@ -206,8 +206,8 @@ dpi=DPI
 draftDiscarded=Wersja robocza została odrzucona
 draftSaved=Wersja robocza została zapisana
 dragElementsHere=Przeciągnij elementy tutaj
-dragImagesHere=Przeciągnij obrazy lub hiperłącza tutaj 
-dragUrlsHere=Przeciągnij hiperłącza tutaj 
+dragImagesHere=Przeciągnij obrazy lub hiperłącza tutaj
+dragUrlsHere=Przeciągnij hiperłącza tutaj
 draw.io=draw.io
 drawing=Rysunek{1}
 drawingEmpty=Rysunek jest pusty
@@ -224,8 +224,8 @@ edit=Edytuj
 editData=Edytuj dane
 editDiagram=Edytuj diagram
 editGeometry=Edytuj kształt bryły
-editImage=Edytuj obraz 
-editImageUrl=Edytuj hiperłącze obrazu 
+editImage=Edytuj obraz
+editImageUrl=Edytuj hiperłącze obrazu
 editLink=Edytuj hiperłącze
 editShape=Edytuj kształt
 editStyle=Edytuj styl
@@ -243,8 +243,8 @@ electrical=Elektryczne
 ellipse=Ellipse
 embedNotice=Wklej na końcu strony
 enterGroup=Wprowadź grupę
-enterName=Wprowadź nazwę 
-enterPropertyName=Wprowadź nazwę atrybutu 
+enterName=Wprowadź nazwę
+enterPropertyName=Wprowadź nazwę atrybutu
 enterValue=Wprowadź wartość
 entityRelation=Związek encji
 entityRelationshipDiagram=Entity Relationship Diagram
@@ -305,9 +305,9 @@ fillColor=Kolor wypełnienia
 filterCards=Filter Cards
 find=Znajdź
 fit=Dopasuj
-fitContainer=Zmień wymiary kontenera 
+fitContainer=Zmień wymiary kontenera
 fitIntoContainer=Dopasuj do kontenera
-fitPage=Dopasuj stronę  
+fitPage=Dopasuj stronę
 fitPageWidth=Dopasuj szerokość strony
 fitTo=Dopasuj do
 fitToSheetsAcross=arkusz(e) wzdłuż
@@ -339,12 +339,12 @@ formatHtmlEmbedded=HTML
 formatSvgEmbedded=SVG (z XML)
 formatVsdx=VSDX
 formatVssx=VSSX
-formatXmlPlain=XML (normalny) 
+formatXmlPlain=XML (normalny)
 formatXml=XML
 forum=Dyskusja/Forum wsparcia
 freehand=Freehand
 fromTemplate=Z szablonu
-fromTemplateUrl=Z adresu URL szablonu 
+fromTemplateUrl=Z adresu URL szablonu
 fromText=Z tekstu
 fromUrl=Z hiperłącza
 fromThisPage=Z tej strony
@@ -399,14 +399,14 @@ imgur=Imgur
 import=Importuj
 importFrom=Importuj z
 includeCopyOfMyDiagram=Dołącz kopię mojego diagramu
-increaseIndent=Zwiększ wcięcie 
-decreaseIndent=Zmniejsz wcięcie 
+increaseIndent=Zwiększ wcięcie
+decreaseIndent=Zmniejsz wcięcie
 insert=Wstaw
 insertColumnBefore=Wstaw kolumnę z lewej
 insertColumnAfter=Wstaw kolumnę z prawej
-insertEllipse=Wstaw elipsę 
-insertImage=Wstaw obraz 
-insertHorizontalRule=Wstaw poziomą linię  
+insertEllipse=Wstaw elipsę
+insertImage=Wstaw obraz
+insertHorizontalRule=Wstaw poziomą linię
 insertLink=Wstaw hiperłącze
 insertPage=Wstaw stronę
 insertRectangle=Wstaw prostokąt
@@ -432,7 +432,7 @@ landscape=Poziomy
 language=Język
 leanMapping=Mapowanie Lean
 lastChange=Ostatnia zmiana {1} temu
-lessThanAMinute=poniżej minuty 
+lessThanAMinute=poniżej minuty
 licensingError=Błąd licencji
 licenseHasExpired=Licencja dla {1} wygasła {2}. Kliknij tutaj.
 licenseRequired=This feature requires draw.io to be licensed.
@@ -441,7 +441,7 @@ lineJumps=Line jumps
 linkAccountRequired=Jeśli diagram nie jest publiczny, wymagane jest konto Google, by zobaczyć link.
 linkText=Hiperłącze tekstu
 list=Lista
-minute=minutę 
+minute=minutę
 minutes=minut
 hours=godzin
 days=dni
@@ -453,7 +453,7 @@ lastModified=Ostatnio zmodyfikowano
 layout=Układ
 left=Do lewej
 leftAlign=Wyrównaj do lewej
-leftToRight=Od lewej do prawej 
+leftToRight=Od lewej do prawej
 libraryTooltip=Przeciągnij kształty lub kliknij +, aby wstawić. Kliknij podwójnie, aby edytować
 lightbox=Lightbox
 line=Linia
@@ -470,8 +470,8 @@ logIn=Zaloguj
 loveIt=Kocham {1}
 lucidchart=Lucidchart
 maps=Maps
-mathematicalTypesetting=Matematyczny zestaw znaków 
-makeCopy=Zrób kopię 
+mathematicalTypesetting=Matematyczny zestaw znaków
+makeCopy=Zrób kopię
 manual=Ręczny
 merge=Merge
 mermaid=Mermaid
@@ -485,7 +485,7 @@ misc=Różne
 mockups=Modele
 modificationDate=Data zmiany
 modifiedBy=Zmienione przez
-more=Więcej 
+more=Więcej
 moreResults=Więcej wyników
 moreShapes=Więcej kształtów
 move=Przenieś
@@ -523,7 +523,7 @@ notALibraryFile=To nie jest plik biblioteki
 notAvailable=Niedostępny
 notAUtf8File=To nie jest plik z kodowaniem UTF-8
 notConnected=Niepołączony
-note=Notka 
+note=Notka
 notion=Notion
 notSatisfiedWithImport=Not satisfied with the import?
 notUsingService=Nie używasz {1}?
@@ -534,10 +534,10 @@ oneDrive=OneDrive
 online=Online
 opacity=Przezroczystość
 open=Otwórz
-openArrow=Otwarta strzałka 
+openArrow=Otwarta strzałka
 openExistingDiagram=Otwórz istniejący diagram
 openFile=Otwórz plik
-openFrom=Otwórz z 
+openFrom=Otwórz z
 openLibrary=Otwórz bibliotekę
 openLibraryFrom=Otwórz bibliotekę z
 openLink=Otwórz hiperłącze
@@ -613,14 +613,14 @@ refresh=Odśwież
 regularExpression=Wyrażenie regularne
 relative=Relative
 relativeUrlNotAllowed=Relative URL not allowed
-rememberMe=Zapamiętaj mnie 
-rememberThisSetting=Zapamiętaj te ustawienia 
+rememberMe=Zapamiętaj mnie
+rememberThisSetting=Zapamiętaj te ustawienia
 removeFormat=Wyczyść formatowanie
 removeFromGroup=Usuń z grupy
 removeIt=Usuń {1}
 removeWaypoint=Usuń punkt trasy
-rename=Zmień nazwę 
-renamed=Nazwa zmieniona 
+rename=Zmień nazwę
+renamed=Nazwa zmieniona
 renameIt=Zmień nazwę {1}
 renaming=Zmienianie nazwy
 replace=Zamień
@@ -633,7 +633,7 @@ resize=Zmień rozmiar
 resizeLargeImages=Do you want to resize large images to make the application run faster?
 retina=Retina
 responsive=Responsywny
-restore=Przywróć 
+restore=Przywróć
 restoring=Przywracanie
 retryingIn=Ponawiam w ciągu {1} sekund/y
 retryingLoad=Błąd ładowania. Ponawiam...
@@ -704,7 +704,7 @@ south=Południe
 software=Oprogramowanie
 space=Obszar
 spacing=Rozmieszczenie
-specialLink=Łącze specjalne 
+specialLink=Łącze specjalne
 standard=Standardowe
 startDrawing=Start drawing
 stopDrawing=Stop drawing
@@ -770,7 +770,7 @@ url=URL
 useOffline=Use Offline
 useRootFolder=Use root folder?
 userManual=Podręcznik użytkownika
-vertical=Pionowy 
+vertical=Pionowy
 verticalFlow=Pionowy przepływ
 verticalTree=Pionowe drzewo
 view=Widok
@@ -804,7 +804,7 @@ softwaredesign=Projekt oprogramowania
 venndiagrams=Diagramy Venna
 webEmailOrOther=Strona, email lub dowolny inny adres internetowy
 webLink=Hiperłącze strony
-wireframes=Projekty ramowe 
+wireframes=Projekty ramowe
 property=Property
 value=Value
 showMore=Show More
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_pt-br.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Sobre 
+about=Sobre
 aboutDrawio=Sobre draw.io
 accessDenied=Acesso negado
 action=Ação
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importando o diagrama "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Página e camadas
 customize=Personalizar
 firstPage=Primeira página (todas as camadas)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Anexo
 curDiagram=Diagrama atual
 recentDiags=Diagramas recentes
@@ -1166,7 +1166,7 @@ meters=Metros
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
-check4Updates=Check for updates
+website=Website
+check4Updates=Verificar se há atualizações
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 77 - 77
src/main/webapp/resources/dia_pt.txt

@@ -1,10 +1,10 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Sobre 
+about=Sobre
 aboutDrawio=Sobre draw.io
 accessDenied=Acesso Negado
 action=Action
-actualSize=Tamanho real 
+actualSize=Tamanho real
 add=Adicionar
 addAccount=Add account
 addedFile=Adicionado {1}
@@ -15,11 +15,11 @@ addProperty=Adicionar propriedade
 address=Endereço
 addToExistingDrawing=Adicionar ao desenho existente
 addWaypoint=Adicionar ponto de notificação
-adjustTo=Ajustar para 
+adjustTo=Ajustar para
 advanced=Avançado
-align=Alinhar 
+align=Alinhar
 alignment=Alinhamento
-allChangesLost=Todas as alterações serão perdidas! 
+allChangesLost=Todas as alterações serão perdidas!
 allPages=Todas as páginas
 allProjects=Todos os projectos
 allSpaces=Todos os espaços
@@ -34,7 +34,7 @@ allChangesSaved=Todas as alterações foram guardadas
 allChangesSavedInDrive=Todas as alterações foram guardadas no Drive
 allowPopups=Permita pop-ups para evitar o quadro de diálogo.
 allowRelativeUrl=Allow relative URL
-alreadyConnected=Nodos já conectados 
+alreadyConnected=Nodos já conectados
 apply=Aplicar
 archiMate21=ArchiMate 2.1
 arrange=Ordenar
@@ -61,10 +61,10 @@ backgroundImage=Imagem de plano de fundo
 basic=Básico
 blankDrawing=Desenho em branco
 blankDiagram=Diagrama em branco
-block=Bloco 
+block=Bloco
 blockquote=Citação en bloco
 blog=Blog
-bold=Negrito 
+bold=Negrito
 bootstrap=Bootstrap
 border=Border
 borderColor=Cor da moldura
@@ -123,7 +123,7 @@ classic=Clássico
 clearDefaultStyle=Limpar estilo predefinido
 clearWaypoints=Limpar pontos de notificação
 clipart=Clipart
-close=Fechar 
+close=Fechar
 closingFile=Closing file
 collaborator=Colaborador
 collaborators=Colaboradores
@@ -139,11 +139,11 @@ configuration=Configuration
 connect=Conetar
 connecting=A conetar
 connectWithDrive=Conete-se com Google Drive
-connection=Conexão 
+connection=Conexão
 connectionArrows=Setas de conexão
 connectionPoints=Pontos de conexão
 constrainProportions=Restringir proporções
-containsValidationErrors=Contém erros de validação 
+containsValidationErrors=Contém erros de validação
 copiedToClipboard=Copiado para área de transferência
 copy=Copiar
 copyConnect=Copiar ao conetar
@@ -162,8 +162,8 @@ curved=Curvado
 custom=Personalizado
 current=Atual
 currentPage=Current page
-cut=Cortar 
-dashed=Tracejado 
+cut=Cortar
+dashed=Tracejado
 decideLater=Decidir mais tarde
 default=Predefinido
 delete=Excluir
@@ -177,7 +177,7 @@ description=Descrição
 device=Aparelho
 diagram=Diagrama
 diagramContent=Conteúdo do diagrama
-diagramLocked=O diagrama foi bloqueado para a prevenção de perda de dados 
+diagramLocked=O diagrama foi bloqueado para a prevenção de perda de dados
 diagramLockedBySince=The diagram is locked by {1} since {2} ago
 diagramName=Nome do diagrama
 diagramIsPublic=Diagrama é público
@@ -185,7 +185,7 @@ diagramIsNotPublic=Diagrama não é público
 diamond=Diamante
 diamondThin=Diamante (fino)
 didYouKnow=Sabias que...
-direction=Direção 
+direction=Direção
 discard=Rejeitar
 discardChangesAndReconnect=Rejeitar mudanças e reconectar
 googleDriveMissingClickHere=Google Drive ausente?
@@ -195,7 +195,7 @@ distribute=Distribuir
 done=Concluído
 doNotShowAgain=Do not show again
 dotted=Pontilhado
-doubleClickOrientation=Carregar duas vezes para mudar de orientação 
+doubleClickOrientation=Carregar duas vezes para mudar de orientação
 doubleClickTooltip=Carregar duas vezes para inserir texto
 doubleClickChangeProperty=Carregar duas vezes para alterar o nome da propriedade
 download=Descarregar
@@ -211,7 +211,7 @@ dragUrlsHere=Arraste os URLs aqui
 draw.io=draw.io
 drawing=Desenho{1}
 drawingEmpty=O desenho está vazio
-drawingTooLarge=O desenho é demasiado grande 
+drawingTooLarge=O desenho é demasiado grande
 drawioForWork=Draw.io para GSuite
 dropbox=Dropbox
 duplicate=Duplicar
@@ -220,7 +220,7 @@ divider=Separador
 dx=Dx
 dy=Dy
 east=Leste
-edit=Editar 
+edit=Editar
 editData=Editar os dados
 editDiagram=Editar o diagrama
 editGeometry=Editar geometria
@@ -245,10 +245,10 @@ embedNotice=Adicioná-lo uma vez, no fim da página
 enterGroup=Inserir grupo
 enterName=Inserir nome
 enterPropertyName=Inserir nome de propriedade
-enterValue=Inserir o valor 
+enterValue=Inserir o valor
 entityRelation=Relação de entidade
 entityRelationshipDiagram=Entity Relationship Diagram
-error=Erro 
+error=Erro
 errorDeletingFile=Erro ao apagar o ficheiro
 errorLoadingFile=Erro ao carregar o ficheiro
 errorRenamingFile=Erro ao renomear o ficheiro
@@ -292,7 +292,7 @@ fileMovedToTrash=File was moved to trash
 fileNearlyFullSeeFaq=Ficheiro quase cheio, por favor veja FAQ
 fileNotFound=Ficheiro não encontrado
 repositoryNotFound=Repositório não encontrado
-fileNotFoundOrDenied=O ficheiro não foi encontrado. Não existe ou não tem acesso. 
+fileNotFoundOrDenied=O ficheiro não foi encontrado. Não existe ou não tem acesso.
 fileNotLoaded=Ficheiro não carregado
 fileNotSaved=Ficheiro não guardado
 fileOpenLocation=Como gostava de abrir o(s) ficheiro(s)?
@@ -301,7 +301,7 @@ filetypePng=.png causes file to save as PNG with embedded data
 filetypeSvg=.svg causes file to save as SVG with embedded data
 fileWillBeSavedInAppFolder={1} será guardado na pasta de aplicações.
 fill=Preencher
-fillColor=Cor de preenchimento 
+fillColor=Cor de preenchimento
 filterCards=Filter Cards
 find=Encontrar
 fit=Ajustar
@@ -314,14 +314,14 @@ fitToSheetsAcross=Toda a(s) folha(s)
 fitToBy=Por
 fitToSheetsDown=Página(s) para baixo
 fitTwoPages=Duas páginas
-fitWindow=Ajustar janela 
+fitWindow=Ajustar janela
 flip=Inverter
 flipH=Inverter horizontalmente
 flipV=Inverter vertical
 flowchart=Diagrama
 folder=Pasta
 font=Fonte
-fontColor=Cor da fonte 
+fontColor=Cor da fonte
 fontFamily=Família da fonte
 fontSize=Tamanho da fonte
 forbidden=Não está autorizado a aceder a este ficheiro.
@@ -356,7 +356,7 @@ getNotionChromeExtension=Get the Notion Chrome Extension
 github=GitHub
 gitlab=GitLab
 gliffy=Gliffy
-global=Global 
+global=Global
 googleDocs=Google Docs
 googleDrive=Google Drive
 googleGadget=Google Gadget
@@ -377,11 +377,11 @@ heading=Cabeçalho
 height=Altura
 help=Ajuda
 helpTranslate=Ajude-nos a traduzir esta aplicação
-hide=Ocultar 
+hide=Ocultar
 hideIt=Ocultar {1}
 hidden=Oculto
 home=Página inicial
-horizontal=Horizontal 
+horizontal=Horizontal
 horizontalFlow=Fluxo horizontal
 horizontalTree=Árvore horizontal
 howTranslate=Como está a tradução?
@@ -424,11 +424,11 @@ invalidOrMissingFile=Ficheiro inválido ou em falta
 invalidPublicUrl=URL pública inválida
 isometric=Isométrico
 ios=iOS
-italic=Itálico 
+italic=Itálico
 kennedy=Kennedy
 keyboardShortcuts=Atalhos do teclado
 layers=Camadas
-landscape=Horizontal 
+landscape=Horizontal
 language=Linguagem
 leanMapping=Mapeamento
 lastChange=A última alteração foi realizada {1} atrás
@@ -451,12 +451,12 @@ restartForChangeRequired=As alterações serão visualizadas depois de atualizar
 laneColor=Cartela de cores
 lastModified=Última redacção
 layout=Traçado
-left=Esquerda 
-leftAlign=Alinhar à esquerda 
+left=Esquerda
+leftAlign=Alinhar à esquerda
 leftToRight=De esquerda à direita
 libraryTooltip=Arrastar e largar os formatos aqui ou carregar + para inserir. Carregar duas vezes para editar.
 lightbox=Lightbox
-line=Linha 
+line=Linha
 lineend=Fim da linha
 lineheight=Altura da Linha
 linestart=Início da linha
@@ -496,7 +496,7 @@ name=Nome
 navigation=Navegação
 network=Network
 networking=Ligação em rede
-new=Novo 
+new=Novo
 newLibrary=Nova biblioteca
 nextPage=Página seguinte
 no=Não
@@ -517,7 +517,7 @@ noRevisions=Nenhuma revisão
 noSearchResults=Nenhum resultado de pesquisa encontrado
 noPageContentOrNotSaved=Nenhuma âncora encontrada nesta página ou ainda não foi gravada
 normal=Normal
-north=Norte 
+north=Norte
 notADiagramFile=Não é um ficheiro de diagrama
 notALibraryFile=Não é um ficheiro de biblioteca
 notAvailable=Não está disponível
@@ -529,11 +529,11 @@ notSatisfiedWithImport=Not satisfied with the import?
 notUsingService=Não está a utilizar {1}?
 numberedList=Lista numerada
 offline=Desconetado
-ok=OK 
+ok=OK
 oneDrive=OneDrive
 online=Conetado
-opacity=Opacidade 
-open=Abrir 
+opacity=Opacidade
+open=Abrir
 openArrow=Abrir seta
 openExistingDiagram=Abrir diagrama existente
 openFile=Abrir ficheiro
@@ -553,26 +553,26 @@ orthogonal=Ortogonal
 otherViewer=outro usuário
 otherViewers=outros usuários
 outline=Contorno
-oval=Oval 
+oval=Oval
 page=Página
 pageContent=Conteúdo da Página
 pageNotFound=Página nõ encontrada
 pageWithNumber=Página-{1}
 pages=Páginas
-pageView=Layout da página 
+pageView=Layout da página
 pageSetup=Configuração da página
 pageScale=Escala da página
 pan=Panorama
-panTooltip=Espaço+Arrastar para deslocar 
-paperSize=Tamanho do papel 
+panTooltip=Espaço+Arrastar para deslocar
+paperSize=Tamanho do papel
 pattern=Padrão
 parallels=Parallels
-paste=Colar 
+paste=Colar
 pasteData=Paste Data
 pasteHere=Colar aqui
 pasteSize=Paste Size
 pasteStyle=Colar estilo
-perimeter=Perímetro 
+perimeter=Perímetro
 permissionAnyone=Qualquer um pode editar
 permissionAuthor=Somente eu posso editar
 pickFolder=Escolha uma pasta
@@ -585,8 +585,8 @@ pluginUrl=URL da extensão
 pluginWarning=A página solicitou o carregamento do(s) seguinte(s) plugin(s):\n \n {1}\n \n Gostava de carregar o(os) plugin(s) agora?\n \n NOTA: Apenas permita executar os plugins se entende completamente as implicações de segurança implicadas.\n
 plusTooltip=Clique e arraste para conetar; clique para clonar e conetar; clique no shift para clonar
 portrait=Vertical
-position=Posição 
-posterPrint=Imprimir cartaz 
+position=Posição
+posterPrint=Imprimir cartaz
 preferences=Preferências
 preview=Pré-visualizar
 previousPage=Página anterior
@@ -608,7 +608,7 @@ recentlyViewed=Recentemente visto
 rectangle=Rectangle
 redirectToNewApp=Este ficheiro foi criado ou modificado em draw.io pro. Serás redireccionado.
 realtimeTimeout=Parece que realizou algumas alterações enquanto estava desconetado. Lamentamos, mas estas alterações não podem ser guardadas.
-redo=Refazer 
+redo=Refazer
 refresh=Atualizar
 regularExpression=Expressão regular
 relative=Relative
@@ -616,7 +616,7 @@ relativeUrlNotAllowed=Relative URL not allowed
 rememberMe=Lembre-se de mim
 rememberThisSetting=Lembre-se desta configuração
 removeFormat=Limpar formatação
-removeFromGroup=Remover do grupo 
+removeFromGroup=Remover do grupo
 removeIt=Remover {1}
 removeWaypoint=Remover ponto de notificação
 rename=Renomear
@@ -624,7 +624,7 @@ renamed=Renomeado
 renameIt=Renomear {1}
 renaming=A renomear
 replace=Substituir
-replaceIt={1} já existe. Deseja substituí-lo? 
+replaceIt={1} já existe. Deseja substituí-lo?
 replaceExistingDrawing=Substituir desenho já existente
 required=obrigatório
 reset=Reiniciallizar
@@ -642,13 +642,13 @@ reverse=Reverter
 revision=Revisão
 revisionHistory=Histórico de revisões
 rhombus=Rhombus
-right=Direita 
-rightAlign=Alinhar à direita 
+right=Direita
+rightAlign=Alinhar à direita
 rightToLeft=Direita para esquerda
 rotate=Rodar
 rotateTooltip=Carregue e arraste para rodar, carregue para virar 90 graus
-rotation=Rotação 
-rounded=Arredondado 
+rotation=Rotação
+rounded=Arredondado
 save=Guardar
 saveAndExit=Guardar e sair
 saveAs=Guardar como
@@ -659,21 +659,21 @@ saveDiagramsTo=Guardar os diagramas em
 saveLibrary403=Permissões não suficientes para editar esta biblioteca.
 saveLibrary500=Ocorreu um erro ao gravar a biblioteca
 saveLibraryReadOnly=Could not save library while read-only mode is active
-saving=A guardar 
+saving=A guardar
 scratchpad=Rascunho
 scrollbars=Barras de rolagem
 search=Pesquisar
 searchShapes=Procurar formatos
-selectAll=Seleccionar tudo 
+selectAll=Seleccionar tudo
 selectionOnly=Seleccionar somente
 selectCard=Select Card
 selectEdges=Seleccionar margens
 selectFile=Seleccionar Ficheiro
 selectFolder=Seleccionar Pasta
-selectFont=Seleccionar uma fonte 
+selectFont=Seleccionar uma fonte
 selectNone=Seleccione nenhum
 selectTemplate=Select Template
-selectVertices=Seleccionar vértices 
+selectVertices=Seleccionar vértices
 sendBackward=Send Backward
 sendMessage=Enviar
 sendYourFeedback=Enviar o seu feedback
@@ -682,7 +682,7 @@ sessionExpired=A sua sessão expirou. Por favor, actualizar a janela do navegado
 sessionTimeoutOnSave=O tempo de sua sessão esgotou e foi desconetado do Google Drive. Pressione OK para iniciar a sessão e guardar.
 setAsDefaultStyle=Configurar como estilo predefinido
 shadow=Sombra
-shape=Forma 
+shape=Forma
 shapes=Formas
 share=Partilhar
 shareLink=Link para a edição partilhada
@@ -696,14 +696,14 @@ signOut=Sair
 simple=Simples
 simpleArrow=Seta simples
 simpleViewer=Simple Viewer
-size=Tamanho 
+size=Tamanho
 sketch=Sketch
 solid=Sólido
 sourceSpacing=Espaçamento entre fontes
 south=Sul
 software=Software
 space=Espaço
-spacing=Espaçamento 
+spacing=Espaçamento
 specialLink=Link especial
 standard=Padrão
 startDrawing=Start drawing
@@ -711,8 +711,8 @@ stopDrawing=Stop drawing
 starting=A iniciar
 straight=Reto
 strikethrough=Strikethrough
-strokeColor=Cor da linha 
-style=Estilo 
+strokeColor=Cor da linha
+style=Estilo
 subscript=Subescrever
 summary=Resumo
 superscript=Sobrescrever
@@ -727,14 +727,14 @@ targetSpacing=Espaçamento do objetivo
 template=Modelo
 templates=Modelos
 text=Texto
-textAlignment=Alinhamento do texto 
+textAlignment=Alinhamento do texto
 textOpacity=Opacidade do texto
 theme=Tema
 timeout=Tempo esgotado
 title=Título
 to=Para
-toBack=Para trás 
-toFront=Para a frente 
+toBack=Para trás
+toFront=Para a frente
 tooLargeUseDownload=Too large, use download instead.
 toolbar=Toolbar
 tooltips=Dicas de ferramenta
@@ -752,8 +752,8 @@ type=Tipo
 twitter=Twitter
 uml=UML
 underline=Sublinhar
-undo=Desfazer 
-ungroup=Desagrupar 
+undo=Desfazer
+ungroup=Desagrupar
 unsavedChanges=Alterações não guardadas
 unsavedChangesClickHereToSave=Alterações não guardadas. Carregar aqui para guardar.
 untitled=Sem nome
@@ -762,15 +762,15 @@ untitledLayer=Camada sem nome
 untitledLibrary=Biblioteca sem nome
 unknownError=Erro desconhecido
 updateFile=Actualizar {1}
-updatingDocument=A atualizar o documento. Por favor, aguarde... 
+updatingDocument=A atualizar o documento. Por favor, aguarde...
 updatingPreview=A atualizar a antevisão. Por favor, aguarde...
-updatingSelection=A atualizar a seleção. Por favor, aguarde... 
+updatingSelection=A atualizar a seleção. Por favor, aguarde...
 upload=Carregar
 url=URL
 useOffline=Use Offline
 useRootFolder=Use root folder?
 userManual=Manual do Utilizador
-vertical=Vertical 
+vertical=Vertical
 verticalFlow=Fluxo vertical
 verticalTree=Árvore vertical
 view=Visualização
@@ -780,15 +780,15 @@ voiceAssistant=Assistente de Voz (beta)
 warning=Aviso
 waypoints=Pontos de notificação
 west=Oeste
-width=Largura 
+width=Largura
 wiki=Wiki
 wordWrap=Quebra de linha
 writingDirection=Direção da escrita
 yes=Sim
 yourEmailAddress=O teu endereço electrónico
 zoom=Zoom
-zoomIn=Mais zoom 
-zoomOut=Menos zoom 
+zoomIn=Mais zoom
+zoomOut=Menos zoom
 basic=Básico
 businessprocess=Processos de negócios
 charts=Gráficos
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 18 - 18
src/main/webapp/resources/dia_ro.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Despre 
+about=Despre
 aboutDrawio=Despre draw.io
 accessDenied=Acces interzis
 action=Action
@@ -45,7 +45,7 @@ atlas=Modern
 author=Autor
 authorizationRequired=Autorizarea necesară
 authorizeThisAppIn=Autorizează această aplicaţie în {1}:
-authorize=Autorizează 
+authorize=Autorizează
 authorizing=Se autorizează
 automatic=Automat
 autosave=Salvare automată
@@ -82,10 +82,10 @@ busy=Operațiune în progres
 cabinets=Cabinete
 cancel=Anulare
 center=Centrează
-cannotLoad=Încercarea de încărcare a eşuat. Te rugăm să încerci din nou mai târziu. 
+cannotLoad=Încercarea de încărcare a eşuat. Te rugăm să încerci din nou mai târziu.
 cannotLogin=Încercarea de logare a eşuat.Te rugăm să încerci mai târziu.
 cannotOpenFile=Fişierul nu se poate deschide
-change=Schimbă 
+change=Schimbă
 changeOrientation=Schimbă orientarea
 changeUser=Schimbă utilizatorul
 changeStorage=Change storage
@@ -113,7 +113,7 @@ didYouMeanToExportToPdf=Did you mean to export to PDF?
 draftFound=O schiță pentru '{1}' a fost găsită. Încarc-o în editor sau înlătureaz-o pentru a continua.
 draftRevisionMismatch=There is a different version of this diagram on a shared draft of this page. Please edit the diagram from the draft to ensure you are working with the latest version.
 selectDraft=Select a draft to continue editing:
-dragAndDropNotSupported= „Drag and Drop” nu este suportat pentru imagini. Doriți să importați in schimb?
+dragAndDropNotSupported=„Drag and Drop” nu este suportat pentru imagini. Doriți să importați in schimb?
 dropboxCharsNotAllowed=Următoarele caractere nu sunt permise: \ / : ? * " |
 check=Verifică
 checksum=Checksum
@@ -129,7 +129,7 @@ collaborator=Colaborator
 collaborators=Colaboratori
 collapse=Micșorează
 collapseExpand=Micșorează/Extinde
-collapse-expand= Apasă pentru a micşora/extinde\nShift-apasă pentru a muta vecinii \nAlt-apasă pentru a păstra mărimea grupului
+collapse-expand=Apasă pentru a micşora/extinde\nShift-apasă pentru a muta vecinii \nAlt-apasă pentru a păstra mărimea grupului
 collapsible=Reductibil
 comic=Comic
 comment=Comentariu
@@ -177,7 +177,7 @@ description=Descriere
 device=Dispozitiv
 diagram=Diagramă
 diagramContent=Conținutul diagramei
-diagramLocked= Diagrama a fost blocată pentru a preveni alte pierderi de date.
+diagramLocked=Diagrama a fost blocată pentru a preveni alte pierderi de date.
 diagramLockedBySince=The diagram is locked by {1} since {2} ago
 diagramName=Denumire diagramă
 diagramIsPublic=Diagrama este publică
@@ -186,7 +186,7 @@ diamond=Romb
 diamondThin=Romb (subțire)
 didYouKnow=Știai că...
 direction=Direcție
-discard=Înlăturează 
+discard=Înlăturează
 discardChangesAndReconnect=Anulează schimbările şi reconectează-te
 googleDriveMissingClickHere=Lipseşte Google Drive?
 discardChanges=Anulează schimbările.
@@ -195,7 +195,7 @@ distribute=Distribuie
 done=Finalizat
 doNotShowAgain=Do not show again
 dotted=Punctat
-doubleClickOrientation=Dublu-click pentru a modifica orientarea 
+doubleClickOrientation=Dublu-click pentru a modifica orientarea
 doubleClickTooltip=Dublu-click pentru a insera textul
 doubleClickChangeProperty=Dublu-click pentru a redenumi proprietatea
 download=Descarcă
@@ -212,10 +212,10 @@ draw.io=draw.io
 drawing=Desen{1}
 drawingEmpty=Desenul este gol
 drawingTooLarge=Desenul este prea mare
-drawioForWork=Draw.io pentru GSuite 
+drawioForWork=Draw.io pentru GSuite
 dropbox=Dropbox
 duplicate=Duplicare
-duplicateIt=Duplicare {1} 
+duplicateIt=Duplicare {1}
 divider=Separare
 dx=Dx
 dy=Dy
@@ -582,7 +582,7 @@ placeholders=Înlocuitor temporar
 plantUml=PlantUML
 plugins=Extensii
 pluginUrl=URL Extensie
-pluginWarning=Pagina a cerut să încarce următoarele extensii:\n \n {1}\n \n Doreşti să încarci aceste extensii acum?\n n NOTĂ : Permite rularea extensiilor doar dacă înţelegi pe deplin implicaţiile de securitate ce derivă din acest lucru. 
+pluginWarning=Pagina a cerut să încarce următoarele extensii:\n \n {1}\n \n Doreşti să încarci aceste extensii acum?\n n NOTĂ : Permite rularea extensiilor doar dacă înţelegi pe deplin implicaţiile de securitate ce derivă din acest lucru.
 plusTooltip=Apasă si trage pentru a te conecta, apasă pentru a clona si conecta, shift-click pentru a clona
 portrait=Portret
 position=Poziție
@@ -655,7 +655,7 @@ saveAs=Salvare cu titlu nou
 saveAsXmlFile=Salvare ca fișier XML?
 saved=Salvat
 saveDiagramFirst=Please save the diagram first
-saveDiagramsTo= Salvează diagramele în
+saveDiagramsTo=Salvează diagramele în
 saveLibrary403=Permisiuni insuficiente pentru a edita această librărie
 saveLibrary500=A existat o eroare la salvarea acestei librării
 saveLibraryReadOnly=Could not save library while read-only mode is active
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 3 - 3
src/main/webapp/resources/dia_ru.txt

@@ -928,7 +928,7 @@ pageIdsExpInst1=Выберите цель экспорта, затем щёлк
 pageIdsExpInst2=Процедура экспорта займёт некоторое время, и окно браузера должно оставаться открытым до завершения экспорта.
 startExp=Начало экспорта
 refreshDrawIndex=Обновить индекс диаграмм draw.io
-reindexInst1=Щёлкните по кнопке "Начать индексацию" для обновления индекса диаграмм draw.io. 
+reindexInst1=Щёлкните по кнопке "Начать индексацию" для обновления индекса диаграмм draw.io.
 reindexInst2=Процедура индексации займёт некоторое время, и окно браузера должно оставаться открытым до завершения индексации.
 startIndexing=Начать индексацию
 confAPageFoundFetch=Страница "{1}" найдена. Получение
@@ -1166,7 +1166,7 @@ meters=Метры
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_si.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_sk.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_sl.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 6 - 6
src/main/webapp/resources/dia_sr.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=O 
+about=O
 aboutDrawio=O draw.io
 accessDenied=Pristup je odbijen
 action=Action
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 26 - 26
src/main/webapp/resources/dia_sv.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Om 
+about=Om
 aboutDrawio=Om draw.io
 accessDenied=Åtkomst nekad
 action=Action
@@ -132,7 +132,7 @@ collapseExpand=Minimera/Expandera
 collapse-expand=Klicka för att Minimera/Expandera\nShift-klick för att flytta intilliggande \nAlt-klick för att skydda gruppstorleken
 collapsible=Minimerbar
 comic=Handskriven
-comment=Kommentar 
+comment=Kommentar
 commentsNotes=Kommentarer/Anteckningar
 compress=Komprimera
 configuration=Konfiguration
@@ -160,7 +160,7 @@ createShape=Skapa form
 crop=Beskär
 curved=Krökt
 custom=Anpassad
-current=Aktuell 
+current=Aktuell
 currentPage=Aktuell sida
 cut=Klipp ut
 dashed=Streckad
@@ -178,7 +178,7 @@ device=Enhet
 diagram=Diagram
 diagramContent=Diagraminnehåll
 diagramLocked=Diagrammet har låsts för att undvika ytterligare dataförlust
-diagramLockedBySince=Diagrammet låst i {2} av {1} 
+diagramLockedBySince=Diagrammet låst i {2} av {1}
 diagramName=Diagramnamn
 diagramIsPublic=Diagrammet är offentligt
 diagramIsNotPublic=Diagrammet är inte offentligt
@@ -239,7 +239,7 @@ embed=Bädda in
 embedFonts=Embed Fonts
 embedImages=Bädda in bilder
 mainEmbedNotice=Klistra in detta på sidan
-electrical=Elektrisk 
+electrical=Elektrisk
 ellipse=Ellips
 embedNotice=Klistra in detta en gång i slutet av sidan
 enterGroup=Ange grupp
@@ -276,7 +276,7 @@ externalChanges=Externa ändringar
 extras=Extrafunktioner
 facebook=Facebook
 failedToSaveTryReconnect=Kunde inte spara, försöker återansluta
-featureRequest=Önskemål om ny funktion 
+featureRequest=Önskemål om ny funktion
 feedback=Feedback
 feedbackSent=Feedback har skickats korrekt.
 floorplans=Planritningar
@@ -315,7 +315,7 @@ fitToBy=genom
 fitToSheetsDown=sidor nedåt
 fitTwoPages=Två sidor
 fitWindow=Anpassa till fönster
-flip=Rotera 
+flip=Rotera
 flipH=Vänd horisontellt
 flipV=Vänd vertikalt
 flowchart=Flödesschema
@@ -368,12 +368,12 @@ googleSheets=Google Sheets
 gradient=Övertoning
 gradientColor=Färg
 grid=Rutnät
-gridColor=Rutnätsfärg 
+gridColor=Rutnätsfärg
 gridSize=Rutnätsstorlek
 group=Gruppera
 guides=Stödlinjer
 hateApp=Jag hatar draw.io
-heading=Rubrik 
+heading=Rubrik
 height=Höjd
 help=Hjälp
 helpTranslate=Hjälp oss att översätta denna applikation
@@ -401,7 +401,7 @@ importFrom=Importera från
 includeCopyOfMyDiagram=Inkludera en kopia av mitt diagram
 increaseIndent=Öka indrag
 decreaseIndent=Minska indrag
-insert= Infoga
+insert=Infoga
 insertColumnBefore=Infoga kolumn till vänster
 insertColumnAfter=Infoga kolumn till höger
 insertEllipse=Infoga ellips
@@ -416,10 +416,10 @@ insertRowAfter=Infoga rad efter
 insertText=Infoga text
 inserting=Infogar
 installApp=Installera app
-invalidFilename=Namnet på diagrammet får inte innehålla följande tecken: \ / | : ; { } < > & + ? = 
+invalidFilename=Namnet på diagrammet får inte innehålla följande tecken: \ / | : ; { } < > & + ? =
 invalidLicenseSeeThisPage=Din licens är ogiltig, vänligen gå till <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">denna sida</a>
 invalidInput=Ogiltig inmatning
-invalidName=Ogiltigt namn 
+invalidName=Ogiltigt namn
 invalidOrMissingFile=Ogiltigt eller saknad fil
 invalidPublicUrl=Ogiltigt publik URL
 isometric=Isometrisk
@@ -453,7 +453,7 @@ lastModified=Senast ändrad
 layout=Layout
 left=Vänster
 leftAlign=Vänsterjustera
-leftToRight= Vänster till höger
+leftToRight=Vänster till höger
 libraryTooltip=Dra-och-släpp former hit, eller markera objekt och klicka + för att lägga till. Dubbelklicka för att redigera.
 lightbox=Ljuslåda
 line=Linje
@@ -581,9 +581,9 @@ publicDiagramUrl=Publik URL för diagrammet
 placeholders=Platshållare
 plantUml=PlantUml
 plugins=Tillägg
-pluginUrl=Tilläggs URL 
+pluginUrl=Tilläggs URL
 pluginWarning=Denna sida vill ladda följande tillägg:\n \n {1}\n \n Vill du ladda in dessa tillägg nu?\n \n OBS : Tillåt enbart tillägg om du förstår säkerhetsriskerna.\n
-plusTooltip=Klicka för att ansluta och klona (ctrl+klick för att klona, shift+klick för att ansluta). Dra för att ansluta (ctrl+dra för att klona) 
+plusTooltip=Klicka för att ansluta och klona (ctrl+klick för att klona, shift+klick för att ansluta). Dra för att ansluta (ctrl+dra för att klona)
 portrait=Porträtt
 position=Position
 posterPrint=Posterutskrift
@@ -632,7 +632,7 @@ resetView=Återställ vy
 resize=Ändra storlek
 resizeLargeImages=Vill du ändra storlek på stora bilder för att snabba upp applikationen?
 retina=Retina
-responsive=Flexibel 
+responsive=Flexibel
 restore=Återställ
 restoring=Återställer
 retryingIn=Försöker igen om {1} sekunder
@@ -640,7 +640,7 @@ retryingLoad=Laddning misslyckades, försöker igen…
 retryingLogin=Inloggningstime-out, försöker igen…
 reverse=Backa
 revision=Revision
-revisionHistory=Revideringshistorik 
+revisionHistory=Revideringshistorik
 rhombus=Romb
 right=Höger
 rightAlign=Högerjustera
@@ -657,7 +657,7 @@ saved=Sparad
 saveDiagramFirst=Vänligen spara diagrammet först
 saveDiagramsTo=Spara diagram till
 saveLibrary403=Otillräckliga korregeringsrättigheter för detta bibliotek
-saveLibrary500=Ett fel uppstod under sparande av biblioteket 
+saveLibrary500=Ett fel uppstod under sparande av biblioteket
 saveLibraryReadOnly=Kunde inte spara bibliotek i skrivskyddat läge
 saving=Sparande
 scratchpad=Anteckningsblock
@@ -769,7 +769,7 @@ upload=Ladda upp
 url=URL
 useOffline=Använd offline
 useRootFolder=Använd rootkatalog?
-userManual=Användarmanual 
+userManual=Användarmanual
 vertical=Vertikal
 verticalFlow=Vertikalt flöde
 verticalTree=Vertikalt träd
@@ -817,7 +817,7 @@ gridView=Rutnät
 resultsFor=Resultat för '{1}'
 oneDriveCharsNotAllowed=Följande tecken är inte tillåtna: ~ " # %  * : < > ? / \ { | }
 oneDriveInvalidDeviceName=Det valda enhetsnamnet är felaktigt
-officeNotLoggedOD=Du är inte inloggad på OndDrive. Öppna verktygsfältet och logga in först. 
+officeNotLoggedOD=Du är inte inloggad på OndDrive. Öppna verktygsfältet och logga in först.
 officeSelectSingleDiag=Välj bara ett draw.io diagram utan ytterligare innehåll
 officeSelectDiag=Välj ett draw.io diagram
 officeCannotFindDiagram=Kan inte hitta ett draw.io diagram i urvalet
@@ -889,7 +889,7 @@ draftReadErr=Läsfel på utkast
 diagCantLoad=Diagrammet kunde inte laddas
 draftWriteErr=Skrivfel på utkast
 draftCantCreate=Utkast kunde inte skapas
-confDuplName=Diagrammets namn finns redan. Välj ett annat namn. 
+confDuplName=Diagrammets namn finns redan. Välj ett annat namn.
 confSessionExpired=Det ser ut som sessionen gått ut. Logga in igen för att fortsätta jobba
 login=Inloggning
 drawPrev=draw.io förhandsvisning
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_sw.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_ta.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_te.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=About 
+about=About
 aboutDrawio=About draw.io
 accessDenied=Access Denied
 action=Action
@@ -679,7 +679,7 @@ sendMessage=Send
 sendYourFeedback=Send your feedback
 serviceUnavailableOrBlocked=Service unavailable or blocked
 sessionExpired=Your session has expired. Please refresh the browser window.
-sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. 
+sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
 setAsDefaultStyle=Set as Default Style
 shadow=Shadow
 shape=Shape
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 17 - 17
src/main/webapp/resources/dia_th.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=เกี่ยวกับ 
+about=เกี่ยวกับ
 aboutDrawio=เกี่ยวกับ draw.io
 accessDenied=ปฏิเสธการเข้าถึง
 action=Action
@@ -118,7 +118,7 @@ dropboxCharsNotAllowed=ไม่อนุญาตให้ใช้อักข
 check=ตรวจสอบ
 checksum=Checksum
 circle=วงกลม
-cisco=ซิสโก้ 
+cisco=ซิสโก้
 classic=คลาสสิค
 clearDefaultStyle=ล้างรูปแบบหลัก
 clearWaypoints=ล้างการวางตำแหน่ง
@@ -138,7 +138,7 @@ compress=Compress
 configuration=Configuration
 connect=เชื่อมต่อ
 connecting=กำลังเชื่อมต่อ
-connectWithDrive=เชื่อมต่อกับ Google Drive 
+connectWithDrive=เชื่อมต่อกับ Google Drive
 connection=การเชื่อมต่อ
 connectionArrows=ลูกศรการเชื่อมต่อ
 connectionPoints=จุดเชื่อมต่อ
@@ -209,7 +209,7 @@ dragElementsHere=ลากองค์ประกอบที่นี่
 dragImagesHere=ลากรูปภาพหรือ URLs มาที่นี่
 dragUrlsHere=ลาก URLs มาที่นี่
 draw.io=draw.io
-drawing=การวาด{1} 
+drawing=การวาด{1}
 drawingEmpty=การวาดว่างเปล่า
 drawingTooLarge=การวาดขนาดใหญ่เกินไป
 drawioForWork=วาด .io สำหรับ GSuite
@@ -540,7 +540,7 @@ openFile=เปิดไฟล์
 openFrom=เปิดจาก
 openLibrary=เปิดไลบรารี่
 openLibraryFrom=เปิดที่จัดเก็บเอกสารจาก
-openLink=เปิด Link 
+openLink=เปิด Link
 openInNewWindow=เปิดในหน้าต่างใหม่
 openInThisWindow=เปิดในหน้าต่างนี้
 openIt=เปิด {1}
@@ -554,7 +554,7 @@ otherViewer=ผู้ดูอื่นๆ
 otherViewers=ผู้ดูอื่นๆ
 outline=แบบร่าง
 oval=รูปไข่
-page=หน้า 
+page=หน้า
 pageContent=หน้าเนื้อหา
 pageNotFound=ไม่พบหน้า
 pageWithNumber=หน้า-{1}
@@ -601,7 +601,7 @@ quickStart=เล่นวีดีโอแบบด่วน
 rack=ดึง
 radial=Radial
 radialTree=กลุ่มเส้นรัศมี
-readOnly=อ่านเท่านั้น 
+readOnly=อ่านเท่านั้น
 reconnecting=เชื่อมต่ออีกครั้ง
 recentlyUpdated=อัพเดทล่าสุด
 recentlyViewed=รับชมล่าสุด
@@ -623,12 +623,12 @@ rename=เปลี่ยนชื่อใหม่
 renamed=ได้เปลี่ยนชื่อแล้ว
 renameIt=เปลี่ยนชื่อ{1}
 renaming=กำลังเปลี่ยนชื่อ
-replace=แทนที่ 
+replace=แทนที่
 replaceIt={1} มีอยู่แล้ว คุณต้องการแทนที่หรือไม่?
 replaceExistingDrawing=แทนที่ Drawing ที่มีอยู่แล้ว
 required=จำเป็นต้องมี
 reset=ตั้งค่าใหม่
-resetView= รีเซ็ตมุมมอง
+resetView=รีเซ็ตมุมมอง
 resize=ปรับขนาด
 resizeLargeImages=Do you want to resize large images to make the application run faster?
 retina=เรติน่า
@@ -676,7 +676,7 @@ selectTemplate=Select Template
 selectVertices=เลือกจุดสูงสุด
 sendBackward=Send Backward
 sendMessage=ส่ง
-sendYourFeedback= ส่งคำตอบ
+sendYourFeedback=ส่งคำตอบ
 serviceUnavailableOrBlocked=ใช้บริการไม่ได้หรือถูกปิดไว้
 sessionExpired=เซสชั่นของคุณหมดอายุ กรุณารีเฟรชหน้าต่างใหม่
 sessionTimeoutOnSave=เซสชั่นของคุณหมดอายุและคุณขาดการเชื่อมต่อจาก Google Drive กดปุ่ม ตกลง เพื่อเข้าใช้และบันทึก
@@ -691,7 +691,7 @@ sharp=แหลม
 show=แสดง
 showStartScreen=แสดงหน้าจอเริ่มต้น
 sidebarTooltip=คลิกเพื่อขยาย ลากและวางรูปร่างในแผนภาพ กด Shift+คลิก  เพื่อเปลี่ยนแปลงการเลือก  กด Alt+คลิก  เพื่อแทรกและเชื่อมต่อ
-signs=ลงชื่อ 
+signs=ลงชื่อ
 signOut=ลงชื่อออก
 simple=พื้นฐาน
 simpleArrow=ลูกศรอย่างง่าย
@@ -802,7 +802,7 @@ nothingIsSelected=ไม่ได้เลือกอ่ะไร
 other=อื่นๆ
 softwaredesign=การออกแบบซอฟท์แวร์
 venndiagrams=แผนภาพ Venn
-webEmailOrOther=เว็บ อีเมลหรือที่อยู่อินเตอร์เน็ตอื่นๆ 
+webEmailOrOther=เว็บ อีเมลหรือที่อยู่อินเตอร์เน็ตอื่นๆ
 webLink=เว็บเชื่อมโยง
 wireframes=แบบร่างแผนงาน
 property=Property
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 48 - 48
src/main/webapp/resources/dia_tr.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about= hakkında
+about=hakkında
 aboutDrawio=draw.io hakkında
 accessDenied=erişim engellendi
 action=Eylem
@@ -11,7 +11,7 @@ addedFile=Eklendi
 addImages=Resim ekle
 addImageUrl=Resim URL'si ekle
 addLayer=Katman ekle
-addProperty=Özellik ekle 
+addProperty=Özellik ekle
 address=Adres
 addToExistingDrawing=Mevcut çizime ekle
 addWaypoint=Ara nokta ekle
@@ -121,7 +121,7 @@ circle=Çember
 cisco=Cisco
 classic=Klasik
 clearDefaultStyle=Varsayılan stili sil
-clearWaypoints=Ara noktaları sil 
+clearWaypoints=Ara noktaları sil
 clipart=Küçük resim
 close=Kapat
 closingFile=Dosya kapatılıyor
@@ -156,7 +156,7 @@ copyStyle=Stili kopyala
 create=Oluştur
 createNewDiagram=Yeni diyagram oluştur
 createRevision=Düzeltme oluştur
-createShape=Şekil oluştur 
+createShape=Şekil oluştur
 crop=Kırp
 curved=Eğimli
 custom=Özel
@@ -167,7 +167,7 @@ dashed=Kesik çizgili
 decideLater=Daha sonra karar ver
 default=Varsayılan
 delete=Sil
-deleteColumn=Sütun sil 
+deleteColumn=Sütun sil
 deleteLibrary401=Bu kitaplığı silmek için başarısız izinler
 deleteLibrary404=Seçilmiş olan kitaplık bulunamıyor
 deleteLibrary500=Kitaplığı silerken hata oluştu
@@ -210,12 +210,12 @@ dragImagesHere=Buraya resim veya URL'leri sürükleyin
 dragUrlsHere=Buraya URL'leri sürükleyin
 draw.io=draw.io
 drawing=Çizim{1}
-drawingEmpty=Çizim boş 
+drawingEmpty=Çizim boş
 drawingTooLarge=Çizim çok büyük
 drawioForWork=Gsuite için draw.io
 dropbox=Dropbox
 duplicate=Çoğalt
-duplicateIt={1} Çoğalt 
+duplicateIt={1} Çoğalt
 divider=Bölücü
 dx=Dx
 dy=Dy
@@ -227,7 +227,7 @@ editGeometry=Geometriyi düzenle
 editImage=Resmi düzenle
 editImageUrl=Resim URL'sini düzenle
 editLink=Bağlantıyı düzenle
-editShape=Şekli düzenle 
+editShape=Şekli düzenle
 editStyle=Stili düzenle
 editText=Metni düzenle
 editTooltip=Araç ipucunu düzenle
@@ -244,7 +244,7 @@ ellipse=Elips
 embedNotice=Bunu sayfa sonuna ekleyin
 enterGroup=Grup gir
 enterName=İsim gir
-enterPropertyName=Özellik adı gir 
+enterPropertyName=Özellik adı gir
 enterValue=Değer gir
 entityRelation=Varlık İlişkisi
 entityRelationshipDiagram=Entity Relationship Diagram
@@ -261,10 +261,10 @@ errorSavingFileForbidden=Dosya kaydetme hatası. Yetersiz erişim hakları.
 errorSavingFileNameConflict=Diyagramı kaydedemedi. Mevcut sayfa '{1}' isimli dosyayı çoktan içeriyor
 errorSavingFileNotFound=Dosyayı kaydederken hata. Dosya bulunamadı.
 errorSavingFileReadOnlyMode=Salt okunur mod aktif olduğu için diyagram kaydedilemedi.
-errorSavingFileSessionTimeout=Oturumunuz sona ermiştir. Lütfen <a hedef='_boşluk' href='{1}'>{2}</a> 
+errorSavingFileSessionTimeout=Oturumunuz sona ermiştir. Lütfen <a hedef='_boşluk' href='{1}'>{2}</a>
 errorSendingFeedback=Geri-bildirim gönderme hatası.
 errorUpdatingPreview=Önizleme güncelleme hatası
-exit=Çıkış 
+exit=Çıkış
 exitGroup=Gruptan çık
 expand=Genişlet
 export=Dışa aktar
@@ -276,7 +276,7 @@ externalChanges=Dış değişiklikler
 extras=Ekstralar
 facebook=Facebook
 failedToSaveTryReconnect=Kaydetme başarısız, tekrar bağlanmayı deniyor
-featureRequest=Özellik Talebi 
+featureRequest=Özellik Talebi
 feedback=Geri-bildirim
 feedbackSent=Geri-bildirim başarıyla gönderildi.
 floorplans=Kat planları
@@ -315,7 +315,7 @@ fitToBy=ile
 fitToSheetsDown=Çalışma sayfa (ları) aşağıda
 fitTwoPages=İki sayfa
 fitWindow=Pencereye sığdır
-flip=Çevir 
+flip=Çevir
 flipH=Yatay çevir
 flipV=Dikey çevir
 flowchart=Akım şeması
@@ -344,7 +344,7 @@ formatXml=XML
 forum=Tartışma/Yardım Forumları
 freehand=Serbest çizim
 fromTemplate=Şablondan
-fromTemplateUrl=Şablon URL'sinden 
+fromTemplateUrl=Şablon URL'sinden
 fromText=Metinden
 fromUrl=URL'den
 fromThisPage=Bu sayfadan
@@ -386,9 +386,9 @@ horizontalFlow=Yatay akış
 horizontalTree=Yatay ağaç
 howTranslate=Dilinizin çevirisi ne kadar iyi?
 html=HTML
-htmlText=HTML metin 
+htmlText=HTML metin
 id=ID
-iframe=IFrame 
+iframe=IFrame
 ignore=Göz ardı et
 image=Resim
 imageUrl=Resim URL
@@ -407,11 +407,11 @@ insertColumnAfter=Sağa sütun ekle
 insertEllipse=Elips ekle
 insertImage=Resim ekle
 insertHorizontalRule=Yatay cetvel ekle
-insertLink=Link ekle 
+insertLink=Link ekle
 insertPage=Sayfa ekle
 insertRectangle=Dikdörtgen ekle
 insertRhombus=Insert Rhombus
-insertRowBefore=Üste satır ekle 
+insertRowBefore=Üste satır ekle
 insertRowAfter=Alta satır ekle
 insertText=Metin ekle
 inserting=Ekleniyor
@@ -448,7 +448,7 @@ days=günler
 months=aylar
 years=yıllar
 restartForChangeRequired=Değişiklikler sayfa tekrar yenilendiğinde geçerli olacaktır.
-laneColor=Şerit rengi 
+laneColor=Şerit rengi
 lastModified=En son değiştirilmiş
 layout=Düzen
 left=Sol
@@ -461,11 +461,11 @@ lineend=Çizgi sonu
 lineheight=Line Height
 linestart=Çizgi başı
 linewidth=Çizgi genişliği
-link=Link 
+link=Link
 links=Linkler
 loading=Yüklüyor
 lockUnlock=Kilitle/Kilidini Aç
-loggedOut=Çıkış Yapıldı 
+loggedOut=Çıkış Yapıldı
 logIn=Giriş yapın
 loveIt={1}'yu seviyorum
 lucidchart=Lucidchart
@@ -481,7 +481,7 @@ microsoftPowerPoint=Microsoft PowerPoint
 microsoftWord=Microsoft Word
 middle=Orta
 minimal=Minimum
-misc=Çeşitli 
+misc=Çeşitli
 mockups=Test modelleri
 modificationDate=Modifikasyon tarihi
 modifiedBy=...tarafından modifiye edildi
@@ -504,7 +504,7 @@ noPickFolder=Hayır, klasörü seç
 noAttachments=Hiç eklenti bulunmadı
 noColor=Renk yok
 noFiles=Dosya yok
-noFileSelected=Hiç dosya seçilmedi 
+noFileSelected=Hiç dosya seçilmedi
 noLibraries=Hiç kitaplık seçilmedi
 noMoreResults=Daha fazla sonuç yok
 none=Hiçbiri
@@ -520,7 +520,7 @@ normal=Normal
 north=Kuzey
 notADiagramFile=Diyagram dosyası değil
 notALibraryFile=Kitaplık dosyası değil
-notAvailable=Müsait değil 
+notAvailable=Müsait değil
 notAUtf8File=UTF-8 dosyası değil
 notConnected=Bağlı değil
 note=Not
@@ -528,7 +528,7 @@ notion=Notion
 notSatisfiedWithImport=İçe aktarımdan memnun değil misiniz?
 notUsingService={1} kullanılmıyor mu?
 numberedList=Numaralı liste
-offline=Çevrimdışı 
+offline=Çevrimdışı
 ok=Tamam
 oneDrive=Onedrive
 online=Çevrimiçi
@@ -537,9 +537,9 @@ open=Aç
 openArrow=Açık ok
 openExistingDiagram=Mevcut diyagramı aç
 openFile=Dosyayı aç
-openFrom=Şuradan aç: 
+openFrom=Şuradan aç:
 openLibrary=Kitaplık aç
-openLibraryFrom=Kitaplığı şuradan aç: 
+openLibraryFrom=Kitaplığı şuradan aç:
 openLink=Linki aç
 openInNewWindow=Yeni pencerede aç
 openInThisWindow=Bu pencerede aç
@@ -565,14 +565,14 @@ pageScale=Sayfa ölçeği
 pan=Kaydır
 panTooltip=Kaydırmak için boşluk tuşu+sürükleme
 paperSize=Kağıt boyutu
-pattern=Desen 
+pattern=Desen
 parallels=Parallels
 paste=Yapıştır
 pasteData=Paste Data
 pasteHere=Buraya yapıştır
 pasteSize=Yapıştırma büyüklüğü
 pasteStyle=Yapıştırma stili
-perimeter=Çevre 
+perimeter=Çevre
 permissionAnyone=Herhangi bir kimse değişiklik yapabilir
 permissionAuthor=Sadece ben değişiklik yapabilirim
 pickFolder=Bir klasör seçiniz
@@ -583,7 +583,7 @@ plantUml=PlantUML
 plugins=Eklentiler
 pluginUrl=Eklenti URL'si
 pluginWarning=Sayfa aşağıdaki eklenti(ler)i yüklemeyi talep etti:\n \n {1}\n \n Bu eklenti(ler)i şimdi yüklemek ister misiniz? \n \n NOT : Sadece yüklenmesi durumundak oluşacak güvenlik sonuçlarını tamamen anladığınız eklentilerin çalışmasına izin verin.\n
-plusTooltip=Bağlanmak ve klonlamak için (ctrl+ klonu tıklayın, bağlantı için shift +tıklayın). Bağlantı için sürükleyin (ctrl+klonlama için sürükleyin). 
+plusTooltip=Bağlanmak ve klonlamak için (ctrl+ klonu tıklayın, bağlantı için shift +tıklayın). Bağlantı için sürükleyin (ctrl+klonlama için sürükleyin).
 portrait=Portre
 position=Pozisyon
 posterPrint=Poster baskısı
@@ -607,7 +607,7 @@ recentlyUpdated=Henüz güncellendi
 recentlyViewed=Henüz görüldü
 rectangle=Dikdörtgen
 redirectToNewApp=Dosya draw.io pro sürümüyle oluşturulmuş veya değiştirilmiş. Şimdi yönlendirileceksiniz.
-realtimeTimeout=Görünüşe göre çevrimdışıyken bazı değişiklikler yapmışsınız. Üzgünüz, bu değişiklikler kaydedilemez. 
+realtimeTimeout=Görünüşe göre çevrimdışıyken bazı değişiklikler yapmışsınız. Üzgünüz, bu değişiklikler kaydedilemez.
 redo=Yinele
 refresh=Yenile
 regularExpression=Düzenli anlatım
@@ -682,17 +682,17 @@ sessionExpired=Oturumunuzun süresi doldu. Lütfen tarayıcı pencerenizi yenile
 sessionTimeoutOnSave=Oturumunuz zaman aşımına uğradı ve Google Drive'dan bağlantısı koptu. Giriş yapıp kaydetmek için TAMAM'a tıklayın
 setAsDefaultStyle=Varsayılan stil olarak belirle
 shadow=Gölge
-shape=Şekil 
+shape=Şekil
 shapes=Şekiller
 share=Paylaş
 shareLink=Paylaşılan düzenleme linki
 sharingAvailable=Sharing available for Google Drive and OneDrive files.
-sharp=Keskin 
+sharp=Keskin
 show=Göster
 showStartScreen=Başlama ekranını göster
 sidebarTooltip=Genişletmek için tıklayınız. Şekilleri sürükleyip diyagrama bırakınız. Seçimi değiştirmek için Shift+tıkla. Yerleştirmek ve bağlanmak için alt+tıkla.
 signs=İşaretler
-signOut=Çıkış 
+signOut=Çıkış
 simple=Basit
 simpleArrow=Basit ok
 simpleViewer=Simple Viewer
@@ -704,7 +704,7 @@ south=Güney
 software=Yazılım
 space=Boşluk
 spacing=Boşluk oluşturuluyor
-specialLink=Özel link 
+specialLink=Özel link
 standard=Standart
 startDrawing=Start drawing
 stopDrawing=Stop drawing
@@ -715,7 +715,7 @@ strokeColor=Çizgi rengi
 style=Stil
 subscript=Alt-simge
 summary=Özet
-superscript=Üst-simge 
+superscript=Üst-simge
 support=Destek
 swimlaneDiagram=Swimlane Diagram
 sysml=SysML
@@ -724,8 +724,8 @@ table=Tablo
 tables=Tables
 takeOver=Take Over
 targetSpacing=Hedef boşluğu
-template=Şablon 
-templates=Şablonlar 
+template=Şablon
+templates=Şablonlar
 text=Metin
 textAlignment=Metin hizalama
 textOpacity=Metin bulanıklığı
@@ -757,13 +757,13 @@ ungroup=Grubu çöz
 unsavedChanges=Kaydedilmemiş değişiklikler
 unsavedChangesClickHereToSave=Kaydedilmemiş değişiklikler. Kaydetmek için burayı tıklayınız.
 untitled=Başlık atamamış
-untitledDiagram=Başlıksız Diyagram 
+untitledDiagram=Başlıksız Diyagram
 untitledLayer=Untitled Layer
-untitledLibrary=Başlıksız Kitaplık 
+untitledLibrary=Başlıksız Kitaplık
 unknownError=Bilinmeyen hata
 updateFile=Güncelleme {1}
 updatingDocument=Belge güncelleniyor. Lütfen bekleyin...
-updatingPreview=Önizleme güncelleniyor. Lütfen bekleyin... 
+updatingPreview=Önizleme güncelleniyor. Lütfen bekleyin...
 updatingSelection=Seçimi güncelliyor. Lütfen bekleyin...
 upload=Yükle
 url=URL
@@ -778,11 +778,11 @@ viewerSettings=Görüntüleme ayarları
 viewUrl=Görüntülemek için linkle {1}
 voiceAssistant=Ses asistanı (beta)
 warning=Uyarı
-waypoints=Ara noktalar 
+waypoints=Ara noktalar
 west=Batı
 width=Genişlik
 wiki=Viki
-wordWrap=Kelimeleri sar 
+wordWrap=Kelimeleri sar
 writingDirection=Yazma yönü
 yes=Evet
 yourEmailAddress=E-posta adresiniz
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

File diff suppressed because it is too large
+ 13 - 13
src/main/webapp/resources/dia_uk.txt


+ 7 - 7
src/main/webapp/resources/dia_vi.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=Giới thiệu về 
+about=Giới thiệu về
 aboutDrawio=Giới thiệu về draw.io
 accessDenied=Truy cập bị từ chối
 action=Action
@@ -431,7 +431,7 @@ layers=Lớp
 landscape=Khung cảnh
 language=Ngôn ngữ
 leanMapping=Ánh xạ theo khuynh hướng
-lastChange=Thay đổi lần cuối {1}  trước 
+lastChange=Thay đổi lần cuối {1}  trước
 lessThanAMinute=ít hơn một phút
 licensingError=Lỗi cấp phép
 licenseHasExpired=Giấy phép của {1} đã hết hạn vào {2}. Nhấn vào đây.
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 7 - 7
src/main/webapp/resources/dia_zh-tw.txt

@@ -376,7 +376,7 @@ hateApp=我討厭 draw.io
 heading=標題
 height=高
 help=幫助
-helpTranslate=幫助我們翻譯此應用 
+helpTranslate=幫助我們翻譯此應用
 hide=隱藏
 hideIt=隱藏{1}
 hidden=已隱藏
@@ -470,7 +470,7 @@ logIn=登入
 loveIt=我愛{1}
 lucidchart=Lucidchart
 maps=Maps
-mathematicalTypesetting=數學排版 
+mathematicalTypesetting=數學排版
 makeCopy=建立副本
 manual=手冊
 merge=Merge
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

+ 10 - 10
src/main/webapp/resources/dia_zh.txt

@@ -1,6 +1,6 @@
 # *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
-about=关于 
+about=关于
 aboutDrawio=关于 draw.io
 accessDenied=没有权限访问
 action=操作
@@ -199,7 +199,7 @@ doubleClickOrientation=双击以改变方向
 doubleClickTooltip=双击以插入文字
 doubleClickChangeProperty=双击以更改属性名
 download=下载
-downloadDesktop= 获取桌面版
+downloadDesktop=获取桌面版
 downloadAs=下载为
 clickHereToSave=点击此处保存。
 dpi=DPI
@@ -676,7 +676,7 @@ selectTemplate=选择模板
 selectVertices=选择顶点
 sendBackward=Send Backward
 sendMessage=发送
-sendYourFeedback= 发送您的反馈
+sendYourFeedback=发送您的反馈
 serviceUnavailableOrBlocked=服务无法使用或已被屏蔽
 sessionExpired=会话已过期,请刷新浏览器窗口。
 sessionTimeoutOnSave=会话已超时,您的 Google Drive 连接已断开。按确定键登录并保存。
@@ -806,7 +806,7 @@ webEmailOrOther=网站、电子邮件或其他网络地址
 webLink=Web链接
 wireframes=线框图
 property=属性
-value= 
+value=值
 showMore=显示更多
 showLess=显示更少
 myDiagrams=我的绘图
@@ -852,7 +852,7 @@ selectChildren=选择子元素
 selectSiblings=选择同级元素
 selectParent=选择父元素
 selectDescendants=选择后续元素
-lastSaved= 上次保存 {1} 之前
+lastSaved=上次保存 {1} 之前
 resolve=解决
 reopen=重新打开
 showResolved=显示已解决
@@ -999,7 +999,7 @@ confAProcessImpPages=Started processing imported pages
 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}"
 confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}"
 confAImpDiagram=Importing diagram "{1}"
-confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAImpDiagramFailed=Importing diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 confAImpDiagramError=Error importing diagram "{1}". Cannot fetch or save the diagram. Cannot fix this diagram links.
 confAUpdateDgrmCCFailed=Updating link to diagram "{1}" failed.
 confImpDiagramSuccess=Updating diagram "{1}" done successfully.
@@ -1013,7 +1013,7 @@ confAErrFetchPage=Error fetching page "{1}"
 confAFixingMacro=Fixing macro of diagram "{1}"
 confAErrReadingExpFile=Error reading export file
 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished
-confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. 
+confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported.
 pageIdsExpTrg=Export target
 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
@@ -1061,7 +1061,7 @@ pageLayers=Page and Layers
 customize=Customize
 firstPage=First Page (All Layers)
 curEditorState=Current Editor State
-noAnchorsFound=No anchors found 
+noAnchorsFound=No anchors found
 attachment=Attachment
 curDiagram=Current Diagram
 recentDiags=Recent Diagrams
@@ -1166,7 +1166,7 @@ meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
 viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.
-website=Website 
+website=Website
 check4Updates=Check for updates
 attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
-confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only. 
+confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/service-worker.js


File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/service-worker.js.map