@pisell/materials 6.11.18 → 6.11.20

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.
Files changed (74) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +2 -2
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +13 -13
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +13 -13
  11. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
  12. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
  13. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +1 -1
  14. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
  15. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
  16. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
  17. package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -6
  18. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
  19. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
  20. package/es/components/pisellFloorMapLayout/locales-ja.js +103 -0
  21. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
  22. package/es/components/pisellFloorMapLayout/locales-pt.js +103 -0
  23. package/es/components/pisellFloorMapLayout/locales.d.ts +314 -0
  24. package/es/components/pisellFloorMapLayout/locales.js +123 -4
  25. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
  26. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
  27. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
  28. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
  29. package/es/components/select-time/index.js +1 -0
  30. package/es/locales/en-US.d.ts +1 -0
  31. package/es/locales/en-US.js +1 -0
  32. package/es/locales/ja.d.ts +8 -0
  33. package/es/locales/ja.js +25 -7
  34. package/es/locales/pt.d.ts +8 -0
  35. package/es/locales/pt.js +21 -3
  36. package/es/locales/zh-CN.d.ts +1 -0
  37. package/es/locales/zh-CN.js +1 -0
  38. package/es/locales/zh-TW.d.ts +1 -0
  39. package/es/locales/zh-TW.js +1 -0
  40. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
  41. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
  42. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +5 -1
  43. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
  44. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
  45. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
  46. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +12 -6
  47. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
  48. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
  49. package/lib/components/pisellFloorMapLayout/locales-ja.js +124 -0
  50. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
  51. package/lib/components/pisellFloorMapLayout/locales-pt.js +124 -0
  52. package/lib/components/pisellFloorMapLayout/locales.d.ts +314 -0
  53. package/lib/components/pisellFloorMapLayout/locales.js +132 -4
  54. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
  55. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
  56. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
  57. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
  58. package/lib/components/select-time/index.js +1 -0
  59. package/lib/locales/en-US.d.ts +1 -0
  60. package/lib/locales/en-US.js +1 -0
  61. package/lib/locales/ja.d.ts +8 -0
  62. package/lib/locales/ja.js +22 -1
  63. package/lib/locales/pt.d.ts +8 -0
  64. package/lib/locales/pt.js +22 -1
  65. package/lib/locales/zh-CN.d.ts +1 -0
  66. package/lib/locales/zh-CN.js +1 -0
  67. package/lib/locales/zh-TW.d.ts +1 -0
  68. package/lib/locales/zh-TW.js +1 -0
  69. package/lowcode/floor-map-image-element/meta.ts +1 -1
  70. package/lowcode/floor-map-layout-provider/meta.ts +1 -1
  71. package/lowcode/pisell-floor-map-layout/meta.ts +1 -1
  72. package/lowcode/render-figma-style-round-table-card/meta.ts +1 -1
  73. package/lowcode/render-figma-style-table-card/meta.ts +1 -1
  74. package/package.json +3 -3
@@ -0,0 +1,104 @@
1
+ /**
2
+ * PisellFloorMapLayout — Português
3
+ */
4
+ declare const _default: {
5
+ 'pisell-floor-map-layout.loading': string;
6
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
14
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
16
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
17
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
18
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
19
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
20
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
21
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
22
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
23
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
24
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
25
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
26
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
27
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
28
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
29
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
30
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
31
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
32
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
33
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
34
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
35
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
36
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
37
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
38
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
39
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
40
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
41
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
42
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
43
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
44
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
45
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
46
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
47
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
48
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
49
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
50
+ 'pisell-floor-map-layout.edit-panel.apply': string;
51
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
52
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
53
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
54
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
55
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
56
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
57
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
58
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
59
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
60
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
61
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
62
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
66
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
67
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
68
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
69
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
70
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
71
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
72
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
73
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
74
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
75
+ 'pisell-floor-map-layout.toolbar.save': string;
76
+ 'pisell-floor-map-layout.toolbar.saving': string;
77
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
78
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
79
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
80
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
81
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
82
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
83
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
84
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
85
+ 'pisell-floor-map-layout.image-element.default-name': string;
86
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
87
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
88
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
89
+ 'pisell-floor-map-layout.data-form.empty': string;
90
+ 'pisell-floor-map-layout.data-form.save-record': string;
91
+ 'pisell-floor-map-layout.binding-error.required-row': string;
92
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
93
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
94
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
95
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
96
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
97
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
98
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
99
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
100
+ 'pisell-floor-map-layout.figma-card.default-table': string;
101
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
102
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
103
+ };
104
+ export default _default;
@@ -0,0 +1,103 @@
1
+ /**
2
+ * PisellFloorMapLayout — Português
3
+ */
4
+ export default {
5
+ 'pisell-floor-map-layout.loading': 'A carregar…',
6
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': 'Alternar canvas do plano',
7
+ 'pisell-floor-map-layout.edit-top-bar.aria': 'Barra de ferramentas de edição do plano',
8
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': 'Ecrã inteiro',
9
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': 'Ecrã inteiro (barra superior com guardar, ajustar vista, etc.)',
10
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': 'Sair do ecrã inteiro',
11
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': 'Sair do ecrã inteiro',
12
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': 'Não guardado',
13
+ 'pisell-floor-map-layout.edit-top-bar.save': 'Guardar',
14
+ 'pisell-floor-map-layout.edit-top-bar.saving': 'A guardar…',
15
+ 'pisell-floor-map-layout.canvas-tabs.empty': 'Sem canvas',
16
+ 'pisell-floor-map-layout.canvas-tabs.add': '+ Adicionar piso',
17
+ 'pisell-floor-map-layout.canvas-tabs.add-title': 'Adicionar piso',
18
+ 'pisell-floor-map-layout.canvas-tabs.hint': 'Crie um canvas com «Adicionar piso» à direita',
19
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': 'Renomear',
20
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': 'Eliminar',
21
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': 'Duplo clique para renomear; em ecrã táctil use o ícone de lápis à direita do separador',
22
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': 'Renomear canvas',
23
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': 'Renomear',
24
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': 'Novo piso',
25
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': 'Renomear canvas',
26
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': 'OK',
27
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': 'Cancelar',
28
+ 'pisell-floor-map-layout.edit-panel.element-props': 'Propriedades do elemento',
29
+ 'pisell-floor-map-layout.edit-panel.close-aria': 'Fechar',
30
+ 'pisell-floor-map-layout.edit-panel.hint-apply': 'Posição ou tamanho alterados. Clique em «Aplicar» para actualizar o canvas.',
31
+ 'pisell-floor-map-layout.edit-panel.hint-save': 'O rascunho ainda não foi guardado. Use «Concluir edição» para guardar.',
32
+ 'pisell-floor-map-layout.edit-panel.section-layout': 'Posição · Ordem · Tamanho',
33
+ 'pisell-floor-map-layout.edit-panel.lock-on': 'Bloqueado: arrastar e redimensionar no canvas estão desactivados. Clique para desbloquear',
34
+ 'pisell-floor-map-layout.edit-panel.lock-off': 'Ao bloquear, não poderá arrastar nem redimensionar no canvas',
35
+ 'pisell-floor-map-layout.edit-panel.label-x': 'X',
36
+ 'pisell-floor-map-layout.edit-panel.label-y': 'Y',
37
+ 'pisell-floor-map-layout.edit-panel.label-z': 'Ordem',
38
+ 'pisell-floor-map-layout.edit-panel.label-width': 'Largura',
39
+ 'pisell-floor-map-layout.edit-panel.label-height': 'Altura',
40
+ 'pisell-floor-map-layout.edit-panel.label-name': 'Nome',
41
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': 'Nome (no canvas)',
42
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': 'Ex.: palco, cabine DJ, pista de dança',
43
+ 'pisell-floor-map-layout.edit-panel.ph-name': 'Nome do elemento',
44
+ 'pisell-floor-map-layout.edit-panel.label-image-url': 'URL da imagem',
45
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': 'URL de imagem na rede. Baixe a ordem para colocar atrás das mesas.',
46
+ 'pisell-floor-map-layout.edit-panel.ph-https': 'https://...',
47
+ 'pisell-floor-map-layout.edit-panel.label-canvas': 'Canvas',
48
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': 'Tipo de elemento',
49
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': 'O novo tipo não suporta a ligação anterior; a ligação foi limpa.',
50
+ 'pisell-floor-map-layout.edit-panel.apply': 'Aplicar',
51
+ 'pisell-floor-map-layout.edit-panel.data-binding': 'Ligação de dados',
52
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': 'Alterar fonte ou linha actualiza o rascunho de imediato. Confirme com «Guardar» no topo.',
53
+ 'pisell-floor-map-layout.edit-panel.label-data-source': 'Fonte de dados',
54
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': 'Seleccionar fonte de dados',
55
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': 'Seleccionar linha',
56
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': 'Ligar uma linha da tabela',
57
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': 'Sem linhas disponíveis nesta fonte',
58
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': 'Sem ligação: deixe vazio ou limpe. Com ligação pode editar os campos do registo.',
59
+ 'pisell-floor-map-layout.edit-panel.record-title': 'Registo de dados',
60
+ 'pisell-floor-map-layout.edit-panel.pop-title': 'Eliminar este elemento?',
61
+ 'pisell-floor-map-layout.edit-panel.pop-desc': 'Será removido do rascunho do plano. Confirme com «Guardar» no topo.',
62
+ 'pisell-floor-map-layout.edit-panel.btn-delete': 'Eliminar',
63
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancelar',
64
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Eliminar',
65
+ 'pisell-floor-map-layout.toolbar.category-fallback': 'Elemento',
66
+ 'pisell-floor-map-layout.toolbar.palette-card-title': 'Clique para colocar no canvas ou arraste para adicionar «{name}»',
67
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': 'Ligação de dados (opcional)',
68
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': 'Após escolher a fonte, ligue uma linha ou deixe um marcador.',
69
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': 'Sem linhas por colocar ou lista vazia. Pode colocar só o marcador.',
70
+ 'pisell-floor-map-layout.toolbar.ph-select-records': 'Seleccionar registos a mostrar (opcional, vários)',
71
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': 'Várias selecções: um clique coloca vários com deslocamento. Vazio deixa marcador para ligar depois na barra lateral.',
72
+ 'pisell-floor-map-layout.toolbar.no-data-sources': 'Sem fontes de dados disponíveis',
73
+ 'pisell-floor-map-layout.toolbar.cancel-place': 'Cancelar',
74
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': 'O layout foi alterado. Use «Guardar» para confirmar.',
75
+ 'pisell-floor-map-layout.toolbar.save': 'Guardar',
76
+ 'pisell-floor-map-layout.toolbar.saving': 'A guardar…',
77
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': 'Reduzir zoom',
78
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': 'Aumentar zoom',
79
+ 'pisell-floor-map-layout.view-controls.reset-aria': 'Repor vista',
80
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': 'Ajustar à vista',
81
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': 'Ocultar grelha',
82
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': 'Mostrar grelha',
83
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Ecrã inteiro',
84
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Sair do ecrã inteiro',
85
+ 'pisell-floor-map-layout.image-element.default-name': 'Elemento de imagem',
86
+ 'pisell-floor-map-layout.placement.fallback-image-name': 'Fundo',
87
+ 'pisell-floor-map-layout.image-element.hint-no-url': 'Introduza o URL da imagem na barra lateral. Baixe a ordem para ficar atrás das mesas.',
88
+ 'pisell-floor-map-layout.image-element.hint-load-fail': 'Falha ao carregar a imagem. Verifique o URL.',
89
+ 'pisell-floor-map-layout.data-form.empty': 'Sem campos extra editáveis',
90
+ 'pisell-floor-map-layout.data-form.save-record': 'Guardar registo',
91
+ 'pisell-floor-map-layout.binding-error.required-row': 'Este elemento precisa de uma linha de dados ligada.',
92
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': 'A fonte «{key}» não é permitida para este tipo de elemento.',
93
+ 'pisell-floor-map-layout.binding-error.missing-field': 'Falta campo obrigatório na linha: {field}',
94
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': 'Fonte já escolhida. Seleccione a linha na barra lateral.',
95
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': 'Linha não ligada. Escolha fonte e registo na barra lateral.',
96
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': 'Marcador de novo {kind}. Pode ligar um registo na barra lateral.',
97
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': 'Registo não encontrado. Verifique a ligação e a lista de dados.',
98
+ 'pisell-floor-map-layout.figma-card.kind-round-table': 'Mesa redonda',
99
+ 'pisell-floor-map-layout.figma-card.kind-square-table': 'Mesa',
100
+ 'pisell-floor-map-layout.figma-card.default-table': 'Mesa',
101
+ 'pisell-floor-map-layout.figma-card.capacity-seats': 'Lotação {n}',
102
+ 'pisell-floor-map-layout.figma-card.guests-count': '{n} pessoas'
103
+ };
@@ -63,6 +63,44 @@ declare const _default: {
63
63
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
64
64
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
65
65
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
66
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
67
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
68
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
69
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
70
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
71
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
72
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
73
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
74
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
75
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
76
+ 'pisell-floor-map-layout.toolbar.save': string;
77
+ 'pisell-floor-map-layout.toolbar.saving': string;
78
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
79
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
80
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
81
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
82
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
83
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
84
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
85
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
86
+ 'pisell-floor-map-layout.image-element.default-name': string;
87
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
88
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
89
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
90
+ 'pisell-floor-map-layout.data-form.empty': string;
91
+ 'pisell-floor-map-layout.data-form.save-record': string;
92
+ 'pisell-floor-map-layout.binding-error.required-row': string;
93
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
94
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
95
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
96
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
97
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
98
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
99
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
100
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
101
+ 'pisell-floor-map-layout.figma-card.default-table': string;
102
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
103
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
66
104
  };
67
105
  'zh-CN': {
68
106
  'pisell-floor-map-layout.loading': string;
@@ -125,6 +163,44 @@ declare const _default: {
125
163
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
126
164
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
127
165
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
166
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
167
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
168
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
169
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
170
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
171
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
172
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
173
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
174
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
175
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
176
+ 'pisell-floor-map-layout.toolbar.save': string;
177
+ 'pisell-floor-map-layout.toolbar.saving': string;
178
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
179
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
180
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
181
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
182
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
183
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
184
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
185
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
186
+ 'pisell-floor-map-layout.image-element.default-name': string;
187
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
188
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
189
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
190
+ 'pisell-floor-map-layout.data-form.empty': string;
191
+ 'pisell-floor-map-layout.data-form.save-record': string;
192
+ 'pisell-floor-map-layout.binding-error.required-row': string;
193
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
194
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
195
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
196
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
197
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
198
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
199
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
200
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
201
+ 'pisell-floor-map-layout.figma-card.default-table': string;
202
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
203
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
128
204
  };
129
205
  'zh-HK': {
130
206
  'pisell-floor-map-layout.loading': string;
@@ -187,6 +263,244 @@ declare const _default: {
187
263
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
188
264
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
189
265
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
266
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
267
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
268
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
269
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
270
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
271
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
272
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
273
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
274
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
275
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
276
+ 'pisell-floor-map-layout.toolbar.save': string;
277
+ 'pisell-floor-map-layout.toolbar.saving': string;
278
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
279
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
280
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
281
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
282
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
283
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
284
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
285
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
286
+ 'pisell-floor-map-layout.image-element.default-name': string;
287
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
288
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
289
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
290
+ 'pisell-floor-map-layout.data-form.empty': string;
291
+ 'pisell-floor-map-layout.data-form.save-record': string;
292
+ 'pisell-floor-map-layout.binding-error.required-row': string;
293
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
294
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
295
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
296
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
297
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
298
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
299
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
300
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
301
+ 'pisell-floor-map-layout.figma-card.default-table': string;
302
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
303
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
304
+ };
305
+ ja: {
306
+ 'pisell-floor-map-layout.loading': string;
307
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
308
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
309
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
310
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
311
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
312
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
313
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
314
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
315
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
316
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
317
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
318
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
319
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
320
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
321
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
322
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
323
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
324
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
325
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
326
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
327
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
328
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
329
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
330
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
331
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
332
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
333
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
334
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
335
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
336
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
337
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
338
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
339
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
340
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
341
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
342
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
343
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
344
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
345
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
346
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
347
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
348
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
349
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
350
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
351
+ 'pisell-floor-map-layout.edit-panel.apply': string;
352
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
353
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
354
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
355
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
356
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
357
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
358
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
359
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
360
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
361
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
362
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
363
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
364
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
365
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
366
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
367
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
368
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
369
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
370
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
371
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
372
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
373
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
374
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
375
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
376
+ 'pisell-floor-map-layout.toolbar.save': string;
377
+ 'pisell-floor-map-layout.toolbar.saving': string;
378
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
379
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
380
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
381
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
382
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
383
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
384
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
385
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
386
+ 'pisell-floor-map-layout.image-element.default-name': string;
387
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
388
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
389
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
390
+ 'pisell-floor-map-layout.data-form.empty': string;
391
+ 'pisell-floor-map-layout.data-form.save-record': string;
392
+ 'pisell-floor-map-layout.binding-error.required-row': string;
393
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
394
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
395
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
396
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
397
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
398
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
399
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
400
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
401
+ 'pisell-floor-map-layout.figma-card.default-table': string;
402
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
403
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
404
+ };
405
+ pt: {
406
+ 'pisell-floor-map-layout.loading': string;
407
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
408
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
409
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
410
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
411
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
412
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
413
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
414
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
415
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
416
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
417
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
418
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
419
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
420
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
421
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
422
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
423
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
424
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
425
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
426
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
427
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
428
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
429
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
430
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
431
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
432
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
433
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
434
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
435
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
436
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
437
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
438
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
439
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
440
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
441
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
442
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
443
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
444
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
445
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
446
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
447
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
448
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
449
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
450
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
451
+ 'pisell-floor-map-layout.edit-panel.apply': string;
452
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
453
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
454
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
455
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
456
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
457
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
458
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
459
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
460
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
461
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
462
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
463
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
464
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
465
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
466
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
467
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
468
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
469
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
470
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
471
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
472
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
473
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
474
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
475
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
476
+ 'pisell-floor-map-layout.toolbar.save': string;
477
+ 'pisell-floor-map-layout.toolbar.saving': string;
478
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
479
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
480
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
481
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
482
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
483
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
484
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
485
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
486
+ 'pisell-floor-map-layout.image-element.default-name': string;
487
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
488
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
489
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
490
+ 'pisell-floor-map-layout.data-form.empty': string;
491
+ 'pisell-floor-map-layout.data-form.save-record': string;
492
+ 'pisell-floor-map-layout.binding-error.required-row': string;
493
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
494
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
495
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
496
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
497
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
498
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
499
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
500
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
501
+ 'pisell-floor-map-layout.figma-card.default-table': string;
502
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
503
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
190
504
  };
191
505
  };
192
506
  export default _default;