Skip to content

Commit

Permalink
18.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed May 24, 2022
1 parent 9dc0d5d commit c287bef
Show file tree
Hide file tree
Showing 69 changed files with 126 additions and 59 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
23-MAY-2022: 18.1.2

- Limits export proxy URL

20-MAY-2022: 18.1.1

- [VSDX import] Fixes case when theme index is incorrect
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
18.1.1
18.1.2
9 changes: 7 additions & 2 deletions src/main/java/com/mxgraph/online/ExportProxyServlet.java
Expand Up @@ -66,9 +66,14 @@ private void doRequest(String method, HttpServletRequest request,

String exportUrl = System.getenv(supportedServices[serviceId]);

if (exportUrl == null || exportUrl.isEmpty())
if (exportUrl == null || exportUrl.isEmpty() ||
(!exportUrl.startsWith("http://") && !exportUrl.startsWith("https://")))
{
throw new Exception(supportedServices[serviceId] + " not set");
throw new Exception(supportedServices[serviceId] + " not set or invalid");
}
else if (!exportUrl.endsWith("/")) // There are other non-trivial cases, admins should configure these URLs carefully
{
exportUrl += "/";
}

URL url = new URL(exportUrl + proxyPath + queryString);
Expand Down
18 changes: 9 additions & 9 deletions src/main/webapp/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/js/diagramly/Minimal.js
Expand Up @@ -2308,7 +2308,7 @@ EditorUi.initMinimalTheme = function()
{
ui.setStatusText(ui.editor.getStatus());

if (urlParams['embed'] != '1')
if (urlParams['embed'] != '1' && ui.getServiceName() != 'atlassian')
{
ui.statusContainer.style.display = 'inline-block';
statusVisible = true;
Expand Down
18 changes: 9 additions & 9 deletions src/main/webapp/js/integrate.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions src/main/webapp/js/viewer-static.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions src/main/webapp/js/viewer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/mxgraph/mxClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main/webapp/resources/dia.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_am.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ar.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_bg.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_bn.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_bs.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ca.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_cs.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_da.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_de.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_el.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_eo.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_es.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_et.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
33 changes: 17 additions & 16 deletions src/main/webapp/resources/dia_eu.txt
Expand Up @@ -126,7 +126,7 @@ clearWaypoints=Bide-puntuak garbitu
clipart=Cliparta
close=Itxi
closingFile=Fitxategia ixten
realtimeCollaboration=Real-Time Collaboration
realtimeCollaboration=Denbora errealeko lankidetza
collaborator=Partaidea
collaborators=Partaideak
collapse=Tolestu
Expand Down Expand Up @@ -476,7 +476,7 @@ maps=Mapak
mathematicalTypesetting=Idazkera matamatikoa
makeCopy=Kopia bat egin
manual=Eskuliburua
merge=Merge
merge=Nahastu
mermaid=Mermaid
microsoftOffice=Microsoft Office
microsoftExcel=Microsoft Excel
Expand Down Expand Up @@ -688,12 +688,12 @@ shadow=Itzala
shape=Forma
shapes=Formak
share=Partekatu
shareCursor=Share Mouse Cursor
shareCursor=Partekatu saguaren kurtsorea
shareLink=Edizioa partekatzeko esteka
sharingAvailable=Partekatzea onartzen zaio Google Drive eta OneDriveren fitxategiei
sharp=Zorrotza
show=Erakutsi
showRemoteCursors=Show Remote Mouse Cursors
showRemoteCursors=Erakutsi Urruneko Saguaren kurtsoreak
showStartScreen=Erakutsi abio-pantaila
sidebarTooltip=Egin klik zabaltzeko. Arrastatu eta jaregin formak diagramara. May+klik hautapena aldatzeko. Alt+klik txertatu eta konektatzeko.
signs=Ikurrak
Expand All @@ -702,8 +702,8 @@ simple=Arrunta
simpleArrow=Gezi arrunta
simpleViewer=Ikustaile arrunta
size=Tamaina
sketch=Sketch
snapToGrid=Snap to Grid
sketch=Zirriborroa
snapToGrid=Lotu sarera
solid=Solidoa
sourceSpacing=Letren arteko tartea
south=Hegoaldea
Expand Down Expand Up @@ -1188,13 +1188,14 @@ arcSize=Arkuaren tamaina
editConnectionPoints=Editatu konexio-puntuak
notInOffline=Lineaz kanpo ez da onartzen
notInDesktop=Mahaigaineko aplikazioan ez da onartzen
confConfigSpaceArchived=draw.io Configuration space (DRAWIOCONFIG) is archived. Please restore it first.
confACleanOldVerStarted=Cleaning old diagram draft versions started
confACleanOldVerDone=Cleaning old diagram draft versions finished
confACleaningFile=Cleaning diagram draft "{1}" old versions
confAFileCleaned=Cleaning diagram draft "{1}" done
confAFileCleanFailed=Cleaning diagram draft "{1}" failed
confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confConfigSpaceArchived=draw.io Konfigurazio espazioa (DRAWIOCONFIG) artxibatuta dago. Mesedez, leheneratu.
confACleanOldVerStarted=Diagrama-zirriborro-bertsio zaharren garbiketa hasi da
confACleanOldVerDone=Diagrama-zirriborro-bertsio zaharren garbiketa bukatu da
confACleaningFile=Diagramaren "{1}" bertsio zaharrak garbitzen
confAFileCleaned=Diagramaren "{1}" bertsio zaharra garbitu da
confAFileCleanFailed=Diagramaren "{1}" bertsio zaharraren garbiketak huts egin du
confACleanOnly=Garbitu Dsigram zirriborroak bakarrik
brush=Brotxa
openDevTools=Ireki garatzaileen tresnak
autoBkp=Babeskopia automatikoa
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_fa.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_fi.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_fil.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_fr.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_gl.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_gu.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_he.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_hi.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_hr.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_hu.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_i18n.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=confACleanOnly
brush=brush
openDevTools=openDevTools
autoBkp=autoBkp
confAIgnoreCollectErr=confAIgnoreCollectErr
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_id.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_it.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ja.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_kn.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ko.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=임시 저장된 다이어그램만 삭제
brush=브러시
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_lt.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_lv.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ml.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_mr.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ms.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_my.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_nl.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Alleen diagram concepten opschonen
brush=Kwast
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_no.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_pl.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_pt-br.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_pt.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ro.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ru.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_si.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_sk.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_sl.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_sr.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_sv.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_sw.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_ta.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_te.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_th.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_tr.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_uk.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Чистити тільки чернетки діаграм
brush=Пензлик
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_vi.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_zh-tw.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=筆刷
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors
1 change: 1 addition & 0 deletions src/main/webapp/resources/dia_zh.txt
Expand Up @@ -1198,3 +1198,4 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush
openDevTools=Open Developer Tools
autoBkp=Automatic Backup
confAIgnoreCollectErr=Ignore collecting current pages errors

0 comments on commit c287bef

Please sign in to comment.