architwin 1.14.12 → 1.14.13

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.
@@ -223,6 +223,8 @@ i18n
223
223
  "ConfirmLeaveSessionReminder": "",
224
224
  "InSession": "In Session",
225
225
  "Leave": "Leave",
226
+ "You are sharing to this person": "You are sharing {space_name} to this person",
227
+ "Pointer": "Pointer",
226
228
  "WindowsDoors": "Windows and Doors",
227
229
  "AddWindowDoor": "Add Window/Door",
228
230
  "EnterMaterialHere": "Enter window material",
@@ -454,6 +456,8 @@ i18n
454
456
  "ConfirmLeaveSessionReminder": "",
455
457
  "InSession": "共有中",
456
458
  "Leave": "終了",
459
+ "You are sharing to this person": "{space_name} をこの方と共有中です",
460
+ "Pointer": "ポインター",
457
461
  "WindowsDoors": "建具",
458
462
  "AddWindowDoor": "建具を追加",
459
463
  "EnterMaterialHere": "仕上げ(建具)を入力",
@@ -183,11 +183,11 @@ export function renderSharingSpaceDetail(user) {
183
183
  <div class="at_screen_share_guest_card at_flex at_flex_row at_justify_between at_items_center">
184
184
  <div class="at_flex at_flex_column at_justify_start">
185
185
  <p class="at_bolder at_text_base">${user.name}</p>
186
- <span class="at_subtitle_text">Your are sharing <span class="at_bolder">${_currentSpace === null || _currentSpace === void 0 ? void 0 : _currentSpace.name}</span> to this person</span>
186
+ <span class="at_subtitle_text">${i18n.t('You are sharing to this person').replace('{space_name}', (_currentSpace === null || _currentSpace === void 0 ? void 0 : _currentSpace.name) || '')}</span>
187
187
  </div>
188
188
  <div class="at_users_online_indicator"></div>
189
189
  </div>
190
- <div class="at_bolder at_text_base">Pointer</div>
190
+ <div class="at_bolder at_text_base">${i18n.t('Pointer')}</div>
191
191
  <div class="at_flex at_flex_column at_justify_start">
192
192
  <div class="at_screen_share_pointer_choices">
193
193
  <select id="at_select_screen_share_pointer" name="at_screen_share_pointer">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.14.12",
3
+ "version": "1.14.13",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",