Browse Source

14.9.2 release

David Benson [draw.io] 4 years ago
parent
commit
649abe9b24
72 changed files with 1366 additions and 1273 deletions
  1. 8 0
      ChangeLog
  2. 1 1
      VERSION
  3. 2 0
      src/main/java/com/mxgraph/online/AbsAuthServlet.java
  4. 2 1
      src/main/webapp/js/PreConfig.js
  5. 386 383
      src/main/webapp/js/app.min.js
  6. 0 2
      src/main/webapp/js/diagramly/DrawioFile.js
  7. 17 4
      src/main/webapp/js/diagramly/LocalFile.js
  8. 1 1
      src/main/webapp/js/grapheditor/EditorUi.js
  9. 6 1
      src/main/webapp/js/grapheditor/Format.js
  10. 436 434
      src/main/webapp/js/viewer-static.min.js
  11. 436 434
      src/main/webapp/js/viewer.min.js
  12. 11 10
      src/main/webapp/mxgraph/mxClient.js
  13. 1 0
      src/main/webapp/resources/dia.txt
  14. 1 0
      src/main/webapp/resources/dia_am.txt
  15. 1 0
      src/main/webapp/resources/dia_ar.txt
  16. 1 0
      src/main/webapp/resources/dia_bg.txt
  17. 1 0
      src/main/webapp/resources/dia_bn.txt
  18. 1 0
      src/main/webapp/resources/dia_bs.txt
  19. 1 0
      src/main/webapp/resources/dia_ca.txt
  20. 1 0
      src/main/webapp/resources/dia_cs.txt
  21. 1 0
      src/main/webapp/resources/dia_da.txt
  22. 1 0
      src/main/webapp/resources/dia_de.txt
  23. 1 0
      src/main/webapp/resources/dia_el.txt
  24. 1 0
      src/main/webapp/resources/dia_eo.txt
  25. 1 0
      src/main/webapp/resources/dia_es.txt
  26. 1 0
      src/main/webapp/resources/dia_et.txt
  27. 1 0
      src/main/webapp/resources/dia_eu.txt
  28. 1 0
      src/main/webapp/resources/dia_fa.txt
  29. 1 0
      src/main/webapp/resources/dia_fi.txt
  30. 1 0
      src/main/webapp/resources/dia_fil.txt
  31. 1 0
      src/main/webapp/resources/dia_fr.txt
  32. 1 0
      src/main/webapp/resources/dia_gl.txt
  33. 1 0
      src/main/webapp/resources/dia_gu.txt
  34. 1 0
      src/main/webapp/resources/dia_he.txt
  35. 1 0
      src/main/webapp/resources/dia_hi.txt
  36. 1 0
      src/main/webapp/resources/dia_hr.txt
  37. 1 0
      src/main/webapp/resources/dia_hu.txt
  38. 1 0
      src/main/webapp/resources/dia_i18n.txt
  39. 1 0
      src/main/webapp/resources/dia_id.txt
  40. 1 0
      src/main/webapp/resources/dia_it.txt
  41. 1 0
      src/main/webapp/resources/dia_ja.txt
  42. 1 0
      src/main/webapp/resources/dia_kn.txt
  43. 1 0
      src/main/webapp/resources/dia_ko.txt
  44. 1 0
      src/main/webapp/resources/dia_lt.txt
  45. 1 0
      src/main/webapp/resources/dia_lv.txt
  46. 1 0
      src/main/webapp/resources/dia_ml.txt
  47. 1 0
      src/main/webapp/resources/dia_mr.txt
  48. 1 0
      src/main/webapp/resources/dia_ms.txt
  49. 1 0
      src/main/webapp/resources/dia_my.txt
  50. 1 0
      src/main/webapp/resources/dia_nl.txt
  51. 1 0
      src/main/webapp/resources/dia_no.txt
  52. 1 0
      src/main/webapp/resources/dia_pl.txt
  53. 1 0
      src/main/webapp/resources/dia_pt-br.txt
  54. 1 0
      src/main/webapp/resources/dia_pt.txt
  55. 1 0
      src/main/webapp/resources/dia_ro.txt
  56. 1 0
      src/main/webapp/resources/dia_ru.txt
  57. 1 0
      src/main/webapp/resources/dia_si.txt
  58. 1 0
      src/main/webapp/resources/dia_sk.txt
  59. 1 0
      src/main/webapp/resources/dia_sl.txt
  60. 1 0
      src/main/webapp/resources/dia_sr.txt
  61. 1 0
      src/main/webapp/resources/dia_sv.txt
  62. 1 0
      src/main/webapp/resources/dia_sw.txt
  63. 1 0
      src/main/webapp/resources/dia_ta.txt
  64. 1 0
      src/main/webapp/resources/dia_te.txt
  65. 1 0
      src/main/webapp/resources/dia_th.txt
  66. 1 0
      src/main/webapp/resources/dia_tr.txt
  67. 1 0
      src/main/webapp/resources/dia_uk.txt
  68. 1 0
      src/main/webapp/resources/dia_vi.txt
  69. 1 0
      src/main/webapp/resources/dia_zh-tw.txt
  70. 1 0
      src/main/webapp/resources/dia_zh.txt
  71. 1 1
      src/main/webapp/service-worker.js
  72. 1 1
      src/main/webapp/service-worker.js.map

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+22-JUL-2021: 14.9.2
+
+- [conf cloud] Fixes scroll bars with hidden toolbar
+- [conf cloud] Fixes incorrect height of simple viewer
+- Adds DRAWIO_LIGHTBOX_URL https://github.com/jgraph/drawio/issues/2149
+- Creates draft while saving local file to fix possible data loss
+- Adds support for radial gradients https://github.com/jgraph/drawio/issues/1472
+
 21-JUL-2021: 14.9.1
 
 - [conf cloud] Fixes pending updates of embedded macros

+ 1 - 1
VERSION

@@ -1 +1 @@
-14.9.1
+14.9.2

+ 2 - 0
src/main/java/com/mxgraph/online/AbsAuthServlet.java

@@ -350,6 +350,7 @@ abstract public class AbsAuthServlet extends HttpServlet
 		catch (Exception e) 
 		{
 			response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
+			log.log(Level.SEVERE, "AUTH-SERVLET: [" + request.getRemoteAddr()+ "] ERROR: " + e.getMessage());
 		}
 	}
 
@@ -565,6 +566,7 @@ abstract public class AbsAuthServlet extends HttpServlet
 				response.status = HttpServletResponse.SC_INTERNAL_SERVER_ERROR;
 				e.printStackTrace();
 				System.err.println(details);
+				log.log(Level.SEVERE, "AUTH-SERVLET: [" + authSrvUrl+ "] ERROR: " + e.getMessage() + " -> " + details.toString());
 			}
 			
 			if (DEBUG)

+ 2 - 1
src/main/webapp/js/PreConfig.js

@@ -7,6 +7,7 @@ window.EXPORT_URL = 'REPLACE_WITH_YOUR_IMAGE_SERVER';
 window.PLANT_URL = 'REPLACE_WITH_YOUR_PLANTUML_SERVER';
 window.DRAWIO_BASE_URL = null; // Replace with path to base of deployment, e.g. https://www.example.com/folder
 window.DRAWIO_VIEWER_URL = null; // Replace your path to the viewer js, e.g. https://www.example.com/js/viewer.min.js
+window.DRAWIO_LIGHTBOX_URL = null; // Replace with your lightbox URL, eg. https://www.example.com
 window.DRAW_MATH_URL = 'math';
 window.DRAWIO_CONFIG = null; // Replace with your custom draw.io configurations. For more details, https://www.diagrams.net/doc/faq/configure-diagram-editor
-urlParams['sync'] = 'manual';
+urlParams['sync'] = 'manual';

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


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

@@ -1451,8 +1451,6 @@ DrawioFile.prototype.saveDraft = function()
 	}
 	catch (e)
 	{
-		console.error(e);
-		
 		// Removes any stored draft
 		this.removeDraft();
 	}

+ 17 - 4
src/main/webapp/js/diagramly/LocalFile.js

@@ -199,6 +199,9 @@ LocalFile.prototype.saveFile = function(title, revision, success, error, useCurr
 					}
 				});
 				
+				// Saves a copy as a draft while saving
+				this.saveDraft();
+				
 				this.fileHandle.createWritable().then(mxUtils.bind(this, function(writable)
 				{
 					this.fileHandle.getFile().then(mxUtils.bind(this, function(newDesc)
@@ -213,10 +216,20 @@ LocalFile.prototype.saveFile = function(title, revision, success, error, useCurr
 								{
 									this.fileHandle.getFile().then(mxUtils.bind(this, function(desc)
 									{
-										var lastDesc = this.desc;
-										this.savingFile = false;
-										this.desc = desc;
-										this.fileSaved(savedData, lastDesc, done, errorWrapper);
+										try
+										{
+											var lastDesc = this.desc;
+											this.savingFile = false;
+											this.desc = desc;
+											this.fileSaved(savedData, lastDesc, done, errorWrapper);
+											
+											// Deletes draft after saving
+											this.removeDraft();
+										}
+										catch (e)
+										{
+											errorWrapper(e);
+										}
 									}), errorWrapper);
 								}), errorWrapper);
 							}), errorWrapper);

+ 1 - 1
src/main/webapp/js/grapheditor/EditorUi.js

@@ -162,7 +162,7 @@ EditorUi = function(editor, container, lightbox)
 						 ['startSize', 'endSize'],
 						 ['sourcePerimeterSpacing', 'targetPerimeterSpacing'],
 		                 ['strokeColor', 'strokeWidth'],
-		                 ['fillColor', 'gradientColor'],
+		                 ['fillColor', 'gradientColor', 'gradientDirection'],
 		                 ['align', 'verticalAlign'],
 		                 ['opacity'],
 		                 ['html']];

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

@@ -4550,7 +4550,8 @@ StyleFormatPanel.prototype.addFill = function(container)
 		ss.fill && ss.style.shape != 'image') ? '' : 'none';
 
 	var directions = [mxConstants.DIRECTION_NORTH, mxConstants.DIRECTION_EAST,
-	                  mxConstants.DIRECTION_SOUTH, mxConstants.DIRECTION_WEST];
+	                  mxConstants.DIRECTION_SOUTH, mxConstants.DIRECTION_WEST,
+					  mxConstants.DIRECTION_RADIAL];
 
 	for (var i = 0; i < directions.length; i++)
 	{
@@ -4609,12 +4610,16 @@ StyleFormatPanel.prototype.addFill = function(container)
 	mxEvent.addListener(gradientSelect, 'change', function(evt)
 	{
 		graph.setCellStyles(mxConstants.STYLE_GRADIENT_DIRECTION, gradientSelect.value, ss.cells);
+		ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_GRADIENT_DIRECTION],
+			'values', [gradientSelect.value], 'cells', ss.cells));
 		mxEvent.consume(evt);
 	});
 	
 	mxEvent.addListener(fillStyleSelect, 'change', function(evt)
 	{
 		graph.setCellStyles('fillStyle', fillStyleSelect.value, ss.cells);
+		ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_GRADIENT_DIRECTION],
+			'values', [gradientSelect.value], 'cells', ss.cells));
 		mxEvent.consume(evt);
 	});
 	

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


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


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


+ 1 - 0
src/main/webapp/resources/dia.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_am.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_ar.txt

@@ -596,6 +596,7 @@ properties=‫خواص‬
 publish=Publish
 quickStart=‫دليل البدء فيديو‬
 rack=Rack
+radial=Radial
 radialTree=‫شجرة شعاعية‬
 readOnly=‫قراءة فقط‬
 reconnecting=‫إعادة الإتصال‬

+ 1 - 0
src/main/webapp/resources/dia_bg.txt

@@ -596,6 +596,7 @@ properties=Свойства
 publish=Публикуване
 quickStart=Видеоклип за бързо начало
 rack=Рафт
+radial=Radial
 radialTree=Радиално дърво
 readOnly=Само за четене
 reconnecting=Повторно свързване

+ 1 - 0
src/main/webapp/resources/dia_bn.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_bs.txt

@@ -596,6 +596,7 @@ properties=Karakteristike
 publish=Objavi
 quickStart=Započni kratki video
 rack=Postolje
+radial=Radial
 radialTree=Radijalno drvo
 readOnly=Samo za pregled
 reconnecting=Ponovno povezivanje

+ 1 - 0
src/main/webapp/resources/dia_ca.txt

@@ -596,6 +596,7 @@ properties=Propietats
 publish=Publica
 quickStart=Vídeo d'inici ràpid
 rack=Rack
+radial=Radial
 radialTree=Arbre radial
 readOnly=Només lectura
 reconnecting=Reconnectant

+ 1 - 0
src/main/webapp/resources/dia_cs.txt

@@ -596,6 +596,7 @@ properties=Vlastnosti
 publish=Zveřejnit
 quickStart=Rychle spustit video
 rack=Rozvaděč
+radial=Radial
 radialTree=Radiální strom
 readOnly=Jen pro čtení
 reconnecting=Připojuje se znovu

+ 1 - 0
src/main/webapp/resources/dia_da.txt

@@ -596,6 +596,7 @@ properties=Egenskaber
 publish=Udgiv
 quickStart=Quick Start Video
 rack=Stativ
+radial=Radial
 radialTree=Radialt træ
 readOnly=Skrivebeskyttet
 reconnecting=Gentilslutter

+ 1 - 0
src/main/webapp/resources/dia_de.txt

@@ -596,6 +596,7 @@ properties=Eigenschaften
 publish=Veröffentlichen
 quickStart=Erste Schritte Video
 rack=Rack
+radial=Radial
 radialTree=Radialer Baum
 readOnly=Nur Lesen
 reconnecting=Verbindungswiederherstellung

+ 1 - 0
src/main/webapp/resources/dia_el.txt

@@ -596,6 +596,7 @@ properties=Ιδιότητες
 publish=Δημοσίευση
 quickStart=Γρήγορη εκκίνηση βίντεο
 rack=Ράφι
+radial=Radial
 radialTree=Ακτινικό Δέντρο
 readOnly=Ανάγνωση μόνο
 reconnecting=Επανασύνδεση

+ 1 - 0
src/main/webapp/resources/dia_eo.txt

@@ -596,6 +596,7 @@ properties=Ecoj
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_es.txt

@@ -596,6 +596,7 @@ properties=Propiedades
 publish=Publicar
 quickStart=Vídeo de inicio rápido
 rack=Rack
+radial=Radial
 radialTree=Árbol radial
 readOnly=Sólo lectura
 reconnecting=Reconectando

+ 1 - 0
src/main/webapp/resources/dia_et.txt

@@ -596,6 +596,7 @@ properties=Omadused
 publish=Avalda
 quickStart=Video kiirkäivitus
 rack=Raam
+radial=Radial
 radialTree=Radiaalpuu
 readOnly=Ainult lugemiseks
 reconnecting=Taasühendamine

+ 1 - 0
src/main/webapp/resources/dia_eu.txt

@@ -596,6 +596,7 @@ properties=Propietateak
 publish=Argitaratu
 quickStart=Abio bizkorreko bideoa
 rack=Armairua
+radial=Radial
 radialTree=Zuhaitz radiala
 readOnly=Irakurtzeko soilik
 reconnecting=Berriro konektatzen

+ 1 - 0
src/main/webapp/resources/dia_fa.txt

@@ -596,6 +596,7 @@ properties=‫خواص‬
 publish=‫انتشار‬
 quickStart=‫ویدئوی شروع سریع‬
 rack=‫ردیف‬
+radial=Radial
 radialTree=‫درخت شعاعی‬
 readOnly=‫فقط خواندنی‬
 reconnecting=‫اتصال مجدد‬

+ 1 - 0
src/main/webapp/resources/dia_fi.txt

@@ -596,6 +596,7 @@ properties=Ominaisuudet
 publish=Julkaise
 quickStart=Pika-aloitusvideo
 rack=Teline
+radial=Radial
 radialTree=Säteittäinen puu
 readOnly=Vain luku
 reconnecting=Yhdistetään uudelleen

+ 1 - 0
src/main/webapp/resources/dia_fil.txt

@@ -596,6 +596,7 @@ properties=Mga katangian
 publish=Ilathala
 quickStart=Agarang pag-andar ng video
 rack=Salansanan
+radial=Radial
 radialTree=Istrukturang Pabilog
 readOnly=Pagbasa lang
 reconnecting=Muling kumukonekta

+ 1 - 0
src/main/webapp/resources/dia_fr.txt

@@ -596,6 +596,7 @@ properties=Propriétés
 publish=Publier
 quickStart=Vidéo de démarrage rapide
 rack=Racks
+radial=Radial
 radialTree=Arbre radial
 readOnly=Lecture seule
 reconnecting=Reconnexion

+ 1 - 0
src/main/webapp/resources/dia_gl.txt

@@ -596,6 +596,7 @@ properties=Propiedades
 publish=Publicar
 quickStart=Vídeo Introdución Rápido
 rack=Armario
+radial=Radial
 radialTree=Árbore Radial
 readOnly=Só lectura
 reconnecting=Reconectando

+ 1 - 0
src/main/webapp/resources/dia_gu.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_he.txt

@@ -596,6 +596,7 @@ properties=‫מאפיינים‬
 publish=‫פרסם‬
 quickStart=‫התחלה מהירה סרטון‬
 rack=‫מדף‬
+radial=Radial
 radialTree=‫עץ רדיאלי‬
 readOnly=‫קריאה בלבד‬
 reconnecting=‫מתחבר מחדש‬

+ 1 - 0
src/main/webapp/resources/dia_hi.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_hr.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_hu.txt

@@ -596,6 +596,7 @@ properties=Tulajdonságok
 publish=Közzétesz
 quickStart=Gyors indítás videó
 rack=Rack
+radial=Radial
 radialTree=Radiális fa
 readOnly=Csak olvasható
 reconnecting=Újracsatlakoztatás

+ 1 - 0
src/main/webapp/resources/dia_i18n.txt

@@ -596,6 +596,7 @@ properties=properties
 publish=publish
 quickStart=quickStart
 rack=rack
+radial=radial
 radialTree=radialTree
 readOnly=readOnly
 reconnecting=reconnecting

+ 1 - 0
src/main/webapp/resources/dia_id.txt

@@ -596,6 +596,7 @@ properties=Properti
 publish=Publikasikan
 quickStart=Mulai Cepat Video
 rack=Rak
+radial=Radial
 radialTree=Pohon Radial
 readOnly=Baca saja
 reconnecting=Menghubungkan ulang

+ 1 - 0
src/main/webapp/resources/dia_it.txt

@@ -596,6 +596,7 @@ properties=Proprietà
 publish=Pubblica
 quickStart=Avvio rapido video
 rack=Scaffale
+radial=Radial
 radialTree=Albero radiale
 readOnly=Sola lettura
 reconnecting=Riconessione

+ 1 - 0
src/main/webapp/resources/dia_ja.txt

@@ -596,6 +596,7 @@ properties=属性
 publish=発行
 quickStart=クイックスタートビデオ
 rack=ラック
+radial=Radial
 radialTree=放射状ツリー
 readOnly=読み取り専用
 reconnecting=再接続中

+ 1 - 0
src/main/webapp/resources/dia_kn.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_ko.txt

@@ -596,6 +596,7 @@ properties=속성
 publish=게재
 quickStart=빠른 시작 비디오
 rack=랙
+radial=Radial
 radialTree=방사형 트리
 readOnly=읽기 전용
 reconnecting=다시 연결중

+ 1 - 0
src/main/webapp/resources/dia_lt.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_lv.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_ml.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_mr.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_ms.txt

@@ -596,6 +596,7 @@ properties=Sifat-sifat
 publish=Terbit
 quickStart=Mulakan Pantas Video
 rack=Rak
+radial=Radial
 radialTree=Pohon Radial
 readOnly=Baca sahaja
 reconnecting=Sambung semula

+ 1 - 0
src/main/webapp/resources/dia_my.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_nl.txt

@@ -596,6 +596,7 @@ properties=Eigenschappen
 publish=Publiceren
 quickStart=Introductievideo
 rack=Rek
+radial=Radial
 radialTree=Radiale boom
 readOnly=Alleen-lezen
 reconnecting=Opnieuw verbinden

+ 1 - 0
src/main/webapp/resources/dia_no.txt

@@ -596,6 +596,7 @@ properties=Egenskaper
 publish=Publiser
 quickStart=Hurtigstartsvideo
 rack=Reol
+radial=Radial
 radialTree=Radialt tre
 readOnly=Skrivebeskyttet
 reconnecting=Kobler til på nytt

+ 1 - 0
src/main/webapp/resources/dia_pl.txt

@@ -596,6 +596,7 @@ properties=Właściwości
 publish=Publikuj
 quickStart=Szybki start (wideo)
 rack=Szafa serwerowa
+radial=Radial
 radialTree=Drzewo radialne
 readOnly=Tylko do odczytu
 reconnecting=Łączę ponownie

+ 1 - 0
src/main/webapp/resources/dia_pt-br.txt

@@ -596,6 +596,7 @@ properties=Propriedades
 publish=Publicar
 quickStart=Introdução rápida vídeo
 rack=Gabinete
+radial=Radial
 radialTree=Árvore radial
 readOnly=Somente leitura
 reconnecting=Reconetando

+ 1 - 0
src/main/webapp/resources/dia_pt.txt

@@ -596,6 +596,7 @@ properties=Propriedades
 publish=Publicar
 quickStart=Início rápido vídeo
 rack=Prateleira
+radial=Radial
 radialTree=Árvore radial
 readOnly=Somente de leitura
 reconnecting=A reconetar

+ 1 - 0
src/main/webapp/resources/dia_ro.txt

@@ -596,6 +596,7 @@ properties=Caracteristici
 publish=Publică
 quickStart=Introducere rapidă video
 rack=Rack
+radial=Radial
 radialTree=Arbore radial
 readOnly=Doar pentru citit
 reconnecting=Reconectare

+ 1 - 0
src/main/webapp/resources/dia_ru.txt

@@ -596,6 +596,7 @@ properties=Свойства
 publish=Опубликовать
 quickStart=Видео-знакомство (англ.)
 rack=Стойки и оборудование
+radial=Radial
 radialTree=Радиальное дерево
 readOnly=Только для чтения
 reconnecting=Восстановление соединения

+ 1 - 0
src/main/webapp/resources/dia_si.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_sk.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_sl.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_sr.txt

@@ -596,6 +596,7 @@ properties=Osobine
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radijalno drvo
 readOnly=Samo čitanje
 reconnecting=Rekonekcija

+ 1 - 0
src/main/webapp/resources/dia_sv.txt

@@ -596,6 +596,7 @@ properties=Egenskaper
 publish=Publicera
 quickStart=Snabbstartsvideo
 rack=Rackkabinett
+radial=Radial
 radialTree=Radial träd
 readOnly=Skrivskyddad
 reconnecting=Återansluter

+ 1 - 0
src/main/webapp/resources/dia_sw.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_ta.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_te.txt

@@ -596,6 +596,7 @@ properties=Properties
 publish=Publish
 quickStart=Quick Start Video
 rack=Rack
+radial=Radial
 radialTree=Radial Tree
 readOnly=Read-only
 reconnecting=Reconnecting

+ 1 - 0
src/main/webapp/resources/dia_th.txt

@@ -596,6 +596,7 @@ properties=คุณสมบัติ
 publish=เผยแพร่
 quickStart=เล่นวีดีโอแบบด่วน
 rack=ดึง
+radial=Radial
 radialTree=กลุ่มเส้นรัศมี
 readOnly=อ่านเท่านั้น 
 reconnecting=เชื่อมต่ออีกครั้ง

+ 1 - 0
src/main/webapp/resources/dia_tr.txt

@@ -596,6 +596,7 @@ properties=Özellikler
 publish=Yayınla
 quickStart=Hızlı başlama video
 rack=Mikroişlemci şasisi
+radial=Radial
 radialTree=Dairesel ağaç
 readOnly=Salt okunur
 reconnecting=Yeniden bağlanıyor

+ 1 - 0
src/main/webapp/resources/dia_uk.txt

@@ -596,6 +596,7 @@ properties=Властивості
 publish=Оприлюднити
 quickStart=Швидко розпочати видиво
 rack=Стійки
+radial=Radial
 radialTree=Дерево по колу
 readOnly=Лише для читання
 reconnecting=Повторне підключення

+ 1 - 0
src/main/webapp/resources/dia_vi.txt

@@ -596,6 +596,7 @@ properties=Thuộc tính
 publish=Xuất bản
 quickStart=Bắt đầu nhanh video
 rack=Giá đỡ
+radial=Radial
 radialTree=Cây hướng tâm
 readOnly=Chỉ đọc
 reconnecting=Đang kết nối lại

+ 1 - 0
src/main/webapp/resources/dia_zh-tw.txt

@@ -596,6 +596,7 @@ properties=屬性
 publish=發佈
 quickStart=快速入門教程
 rack=機架
+radial=Radial
 radialTree=徑向圖
 readOnly=唯讀
 reconnecting=正在重新連線

+ 1 - 0
src/main/webapp/resources/dia_zh.txt

@@ -596,6 +596,7 @@ properties=属性
 publish=发布
 quickStart=快速入门视频
 rack=机架
+radial=Radial
 radialTree=径向树
 readOnly=只读
 reconnecting=重新连接

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