architwin 1.13.10 → 1.13.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,7 +168,6 @@ i18n
168
168
  "General Settings": "General Settings",
169
169
  "UploadImage": "Upload Image",
170
170
  "Unsend": "Unsend",
171
- "PipesMenu": "Pipes",
172
171
  "Pipes": "Pipes",
173
172
  "SelectPipeType": "Select Pipe Type",
174
173
  "AddPipeType": "Add Pipe Type",
@@ -193,9 +192,8 @@ i18n
193
192
  "ConfirmDeletePipeCategory": "Are you sure you want to delete this pipe category?",
194
193
  "DeletePipe": "Delete pipe",
195
194
  "ConfirmDeletePipe": "Are you sure you want to delete this pipe?",
196
- "PipeCategoryName": "Enter pipe type",
195
+ "PipeCategoryName": "Enter pipe type name",
197
196
  "HideShowAllPipes": "Hide/Show All Pipes",
198
- "PipePlaceHolder": "Ex: Gas Pipe",
199
197
  "Pipe": "Pipe",
200
198
  "Vertex": "Vertex"
201
199
  }
@@ -365,36 +363,34 @@ i18n
365
363
  "Search...": "検索...",
366
364
  "UploadImage": "画像をアップロード",
367
365
  "Unsend": "取り消し",
368
- "PipesMenu": "矢印マーカー",
369
366
  "Pipes": "矢印マーカー",
370
367
  "SelectPipeType": "矢印マーカー種別選択",
371
- "AddPipeType": "配管種別を追加",
372
- "EditPipeType": "配管種別を編集",
373
- "PipeTypeName": "配管種別名",
374
- "CategoryColor": "配管色",
375
- "NoPipesToDisplay": "表示する配管がありません",
376
- "DrawPipe": "配管を描画",
368
+ "AddPipeType": "矢印マーカー種別を追加",
369
+ "EditPipeType": "矢印マーカー種別を編集",
370
+ "PipeTypeName": "矢印マーカー名",
371
+ "CategoryColor": "矢印マーカー色",
372
+ "NoPipesToDisplay": "表示する快感がありません",
373
+ "DrawPipe": " 矢印マーカーを描画",
377
374
  "NoVertexToDisplay": "表示する頂点がありません",
378
- "NoPipesTypeToDisplay": "表示する配管がありません",
375
+ "NoPipesTypeToDisplay": "表示する矢印マーカー種別がありません",
379
376
  "DrawingModeIsActive": "描画モードが適応中",
380
- "PipeSavedSuccessfully": "配管を保存しました",
381
- "SaveTheCurrentPipeBeforeProceeding": "現在描画している配管を保存してから進めてください",
377
+ "PipeSavedSuccessfully": "矢印マーカーを保存しました",
378
+ "SaveTheCurrentPipeBeforeProceeding": "現在描画している矢印マーカーを保存してから進めてください",
382
379
  "CategorySuccessfullySaved": "カテゴリを正常に保存しました",
383
- "PipeDeletedSuccessfully": "配管が正常に削除されました",
380
+ "PipeSuccessfullyDeleted": "矢印マーカーが正常に削除されました!",
384
381
  "CannotDrawNoColorSelected": "描画不可:色を選択していません",
385
382
  "DrawingModeIsNowActive": "描画モードが現在有効です",
386
383
  "DrawingModeIsCurrentlyInactive": "描画モードは現在無効です",
387
- "DeletePipeCategory": "配管種別を削除",
384
+ "DeletePipeCategory": "矢印マーカー種別を削除",
388
385
  "VertexDeletedSuccessfully": "頂点が正常に削除されました",
389
- "PipeCategoryDeletedSuccessfully": "配管種別が正常に削除されました",
390
- "ConfirmDeletePipeCategory": "この配管種別を削除してもよろしいですか?",
391
- "DeletePipe": "配管を削除",
392
- "ConfirmDeletePipe": "この配管を削除してもよろしいですか?",
393
- "PipeCategoryName": "配管種別を入力",
394
- "HideShowAllPipes": "全ての配管を表示/非表示",
395
- "PipePlaceHolder": "配管種別名を入力",
386
+ "PipeCategoryDeletedSuccessfully": "矢印マーカー種別が正常に削除されました!",
387
+ "ConfirmDeletePipeCategory": "この矢印マーカー種別を削除してもよろしいですか?",
388
+ "DeletePipe": "矢印マーカーを削除",
389
+ "ConfirmDeletePipe": "この矢印マーカーを削除してもよろしいですか?",
390
+ "PipeCategoryName": "矢印マーカー種別を入力",
391
+ "HideShowAllPipes": "全ての矢印マーカーを表示/非表示",
396
392
  "Pipe": "矢印マーカー",
397
- "Vertex": "頂点"
393
+ "Vertex": "頂点",
398
394
  }
399
395
  }
400
396
  },
@@ -48,7 +48,7 @@ export function renderMenuBar(iFrame) {
48
48
  </div>
49
49
  <div class="at_sidebar_button_icon" style="display:${isPipeEnabled ? 'block' : 'none'}">
50
50
  <span class="mdi mdi-arrow-decision" id="at-pipe-btn" data-cy="at-pipe-btn" target-pane="at-pipe-list-pane"></span>
51
- <div class="at_icon_tooltip" data-cy="at-tooltip-pipe">${i18n.t('PipesMenu')}</div>
51
+ <div class="at_icon_tooltip" data-cy="at-tooltip-pipe">${i18n.t('Pipes')}</div>
52
52
  </div>
53
53
  <div class="at_sidebar_button_icon" style="display:${isThemeEnabled ? 'block' : 'none'}">
54
54
  <span class="mdi mdi-palette" id="at-theme-picker-btn" data-cy="at-theme-picker-btn" target-pane="at-theme-pane"></span>
@@ -37,7 +37,7 @@ export class PipeForm {
37
37
  </div>
38
38
  <div class="">
39
39
  <span class="">${i18n.t('PipeTypeName')}</span>
40
- <input id="at_pipe_type_name_input" class="at_pipe_input" type="text" name="pipe-name" placeholder="${i18n.t('PipePlaceHolder')}" required>
40
+ <input id="at_pipe_type_name_input" class="at_pipe_input" type="text" name="pipe-name" placeholder="${i18n.t('PipeCategoryName')}" required>
41
41
  </div>
42
42
  <div class="at_h-responsive-264">
43
43
  <div class="at_py-3">
@@ -338,7 +338,7 @@ export class PipeForm {
338
338
  if (targetObj) {
339
339
  disposeModel(targetObj);
340
340
  }
341
- notyf.success(`${i18n.t('PipeSuccessfullyDeleted!')}`);
341
+ notyf.success(`${i18n.t('PipeSuccessfullyDeleted')}`);
342
342
  toggleModal(false);
343
343
  }
344
344
  else {
@@ -33,7 +33,7 @@ export class PipeList {
33
33
  <span class="mdi mdi-keyboard at_pull_left at_icon_hover ">
34
34
  ${getShortcutTooltipHTML()}
35
35
  </span>
36
- <span>${i18n.t('PipesMenu')}</span>
36
+ <span>${i18n.t('Pipes')}</span>
37
37
  </div>
38
38
  <div class="at_form_container ">
39
39
  <div class="at_field at_flex_column" style="${_pipeCategories ? '' : 'display: none;'}">
@@ -301,7 +301,7 @@ export class PipeList {
301
301
  if (targetObj) {
302
302
  disposeModel(targetObj);
303
303
  }
304
- notyf.success(`${i18n.t('PipeDeletedSuccessfully')}`);
304
+ notyf.success(`${i18n.t('PipeSuccessfullyDeleted')}`);
305
305
  toggleModal(false);
306
306
  }
307
307
  this.collapse.removeElement(uuid, type);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.13.10",
3
+ "version": "1.13.11",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",