@pisell/materials 6.11.18 → 6.11.19
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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +13 -13
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +13 -13
- package/es/components/PisellCards/index.d.ts +1 -0
- package/es/components/PisellFields/index.d.ts +1 -0
- package/es/components/PisellLayouts/index.d.ts +1 -0
- package/es/components/PisellMetrics/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +16 -15
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +1 -0
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +1 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -6
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +103 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +103 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +314 -0
- package/es/components/pisellFloorMapLayout/locales.js +123 -4
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
- package/es/components/pisellModal/components/index.d.ts +1 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/table/Table/fields/date/index.d.ts +1 -0
- package/es/components/table/Table/fields/index.d.ts +3 -2
- package/es/components/table/Table/fields/link/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/hooks/useResponsive.d.ts +1 -1
- package/es/locales/en-US.d.ts +1 -0
- package/es/locales/en-US.js +1 -0
- package/es/locales/ja.d.ts +8 -0
- package/es/locales/ja.js +25 -7
- package/es/locales/pt.d.ts +8 -0
- package/es/locales/pt.js +21 -3
- package/es/locales/zh-CN.d.ts +1 -0
- package/es/locales/zh-CN.js +1 -0
- package/es/locales/zh-TW.d.ts +1 -0
- package/es/locales/zh-TW.js +1 -0
- package/lib/components/PisellCards/index.d.ts +1 -0
- package/lib/components/PisellFields/index.d.ts +1 -0
- package/lib/components/PisellLayouts/index.d.ts +1 -0
- package/lib/components/PisellMetrics/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +16 -15
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +1 -0
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +5 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +12 -6
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +124 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +124 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +314 -0
- package/lib/components/pisellFloorMapLayout/locales.js +132 -4
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
- package/lib/components/pisellModal/components/index.d.ts +1 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/table/Table/fields/date/index.d.ts +1 -0
- package/lib/components/table/Table/fields/index.d.ts +3 -2
- package/lib/components/table/Table/fields/link/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/hooks/useResponsive.d.ts +1 -1
- package/lib/locales/en-US.d.ts +1 -0
- package/lib/locales/en-US.js +1 -0
- package/lib/locales/ja.d.ts +8 -0
- package/lib/locales/ja.js +22 -1
- package/lib/locales/pt.d.ts +8 -0
- package/lib/locales/pt.js +22 -1
- package/lib/locales/zh-CN.d.ts +1 -0
- package/lib/locales/zh-CN.js +1 -0
- package/lib/locales/zh-TW.d.ts +1 -0
- package/lib/locales/zh-TW.js +1 -0
- package/package.json +3 -3
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -4
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
- package/es/components/drag-sort-tree/index.d.ts +0 -5
- package/es/components/iconfont/index.d.ts +0 -8
- package/es/components/login-and-register/index.d.ts +0 -82
- package/es/components/pisell-config-provider/index.d.ts +0 -13
- package/es/components/pisellEmpty/index.d.ts +0 -19
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -48
- package/es/components/pisellGridPro/index.d.ts +0 -4
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
- package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
- package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
- package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
- package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
- package/es/components/pisellTimeNavigator/types.d.ts +0 -160
- package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -30
- package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
- package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
- package/es/components/productCard/cartSkuCard/locales.d.ts +0 -178
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -95
- package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
- package/es/components/table/types.d.ts +0 -268
- package/es/components/versionModal/index.d.ts +0 -23
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -4
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
- package/lib/components/drag-sort-tree/index.d.ts +0 -5
- package/lib/components/iconfont/index.d.ts +0 -8
- package/lib/components/login-and-register/index.d.ts +0 -82
- package/lib/components/pisell-config-provider/index.d.ts +0 -13
- package/lib/components/pisellEmpty/index.d.ts +0 -19
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -48
- package/lib/components/pisellGridPro/index.d.ts +0 -4
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
- package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
- package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
- package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -30
- package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
- package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -178
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -95
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
- package/lib/components/table/types.d.ts +0 -268
- package/lib/components/versionModal/index.d.ts +0 -23
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout — 日本語
|
|
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 — 日本語
|
|
3
|
+
*/
|
|
4
|
+
export default {
|
|
5
|
+
'pisell-floor-map-layout.loading': '読み込み中…',
|
|
6
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': '平面図キャンバスを切り替え',
|
|
7
|
+
'pisell-floor-map-layout.edit-top-bar.aria': '平面図編集ツールバー',
|
|
8
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': '全画面',
|
|
9
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': '全画面(保存・表示範囲に合わせるなどを含む上部バー)',
|
|
10
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': '全画面を終了',
|
|
11
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': '全画面を終了',
|
|
12
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': '未保存',
|
|
13
|
+
'pisell-floor-map-layout.edit-top-bar.save': '保存',
|
|
14
|
+
'pisell-floor-map-layout.edit-top-bar.saving': '保存中…',
|
|
15
|
+
'pisell-floor-map-layout.canvas-tabs.empty': 'キャンバスがありません',
|
|
16
|
+
'pisell-floor-map-layout.canvas-tabs.add': '+ フロアを追加',
|
|
17
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': 'フロアを追加',
|
|
18
|
+
'pisell-floor-map-layout.canvas-tabs.hint': '右側の「フロアを追加」からキャンバスを作成してください',
|
|
19
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': '名前を変更',
|
|
20
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': '削除',
|
|
21
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': 'ダブルクリックで名前変更。タッチ端末はタブ右の鉛筆アイコンから',
|
|
22
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': 'キャンバスの名前を変更',
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': '名前を変更',
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': '新しいフロア',
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': 'キャンバスの名前を変更',
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': 'OK',
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': 'キャンセル',
|
|
28
|
+
'pisell-floor-map-layout.edit-panel.element-props': '要素のプロパティ',
|
|
29
|
+
'pisell-floor-map-layout.edit-panel.close-aria': '閉じる',
|
|
30
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': '位置・サイズが変更されました。「適用」でキャンバスに反映してください。',
|
|
31
|
+
'pisell-floor-map-layout.edit-panel.hint-save': '下書きはまだ保存されていません。「編集完了」で保存してください。',
|
|
32
|
+
'pisell-floor-map-layout.edit-panel.section-layout': '位置 · 重なり順 · サイズ',
|
|
33
|
+
'pisell-floor-map-layout.edit-panel.lock-on': 'ロック中:キャンバスのドラッグ・リサイズは無効。クリックで解除',
|
|
34
|
+
'pisell-floor-map-layout.edit-panel.lock-off': 'ロックするとキャンバスのドラッグとサイズ変更ができなくなります',
|
|
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': '重なり順',
|
|
38
|
+
'pisell-floor-map-layout.edit-panel.label-width': '幅',
|
|
39
|
+
'pisell-floor-map-layout.edit-panel.label-height': '高さ',
|
|
40
|
+
'pisell-floor-map-layout.edit-panel.label-name': '名前',
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': '表示名(キャンバス上)',
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': '例:ステージ、DJ ブース、ダンスフロア',
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.ph-name': '要素名',
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': '画像 URL',
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': 'ネットワーク上の画像 URL を指定。重なり順を下げるとテーブルの下に配置できます。',
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.ph-https': 'https://...',
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': 'キャンバス',
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': '要素タイプ',
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': '新しいタイプでは以前のデータ連携が使えないため、連携を解除しました。',
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.apply': '適用',
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.data-binding': 'データ連携',
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': 'データソースまたは行の変更は下書きに即反映されます。確定は上部の「保存」から。',
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': 'データソース',
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': 'データソースを選択',
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': '行を選択',
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': 'データ表の 1 行を紐付け',
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': 'このデータソースに利用可能な行がありません',
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': '未連携のときは空欄のまま、またはクリア。連携後は「データレコード」の項目を編集できます。',
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.record-title': 'データレコード',
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.pop-title': 'この要素を削除しますか?',
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': '平面図の下書きから削除されます。確定は上部の「保存」から行ってください。',
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': '削除',
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': 'キャンセル',
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': '削除',
|
|
65
|
+
'pisell-floor-map-layout.toolbar.category-fallback': '要素',
|
|
66
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': 'クリックでキャンバスに配置、またはドラッグで「{name}」を追加',
|
|
67
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': 'データ連携(任意)',
|
|
68
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': 'データソースを選んだら、行を紐付けるか、そのままプレースホルダーを置けます。',
|
|
69
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': '未配置の行がないか、一覧が空です。プレースホルダーのみキャンバスに置けます。',
|
|
70
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': '表示するレコードを選択(任意・複数可)',
|
|
71
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': '複数選択すると 1 回のクリックでずらして複数配置できます。空欄のままならプレースホルダーにし、後からサイドバーで紐付けできます。',
|
|
72
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': '利用できるデータソースがありません',
|
|
73
|
+
'pisell-floor-map-layout.toolbar.cancel-place': 'キャンセル',
|
|
74
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': 'レイアウトが変更されました。「保存」で確定してください。',
|
|
75
|
+
'pisell-floor-map-layout.toolbar.save': '保存',
|
|
76
|
+
'pisell-floor-map-layout.toolbar.saving': '保存中…',
|
|
77
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': '縮小',
|
|
78
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': '拡大',
|
|
79
|
+
'pisell-floor-map-layout.view-controls.reset-aria': '表示をリセット',
|
|
80
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': '全体を表示',
|
|
81
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': 'グリッドを非表示',
|
|
82
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': 'グリッドを表示',
|
|
83
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': '全画面',
|
|
84
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '全画面を終了',
|
|
85
|
+
'pisell-floor-map-layout.image-element.default-name': '画像要素',
|
|
86
|
+
'pisell-floor-map-layout.placement.fallback-image-name': '背景',
|
|
87
|
+
'pisell-floor-map-layout.image-element.hint-no-url': 'サイドバーで画像 URL を入力。重なり順を下げるとテーブル下の背景にできます。',
|
|
88
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': '画像の読み込みに失敗しました。URL を確認してください。',
|
|
89
|
+
'pisell-floor-map-layout.data-form.empty': '編集できる追加フィールドはありません',
|
|
90
|
+
'pisell-floor-map-layout.data-form.save-record': 'レコードを保存',
|
|
91
|
+
'pisell-floor-map-layout.binding-error.required-row': 'この要素にはデータ行の連携が必要です。',
|
|
92
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': 'データソース「{key}」はこの要素タイプでは使用できません。',
|
|
93
|
+
'pisell-floor-map-layout.binding-error.missing-field': '行に必須フィールドがありません:{field}',
|
|
94
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': 'データソースは選択済みです。サイドバーで行を選択してください。',
|
|
95
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': '行が未連携です。サイドバーでデータソースとレコードを選択してください。',
|
|
96
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': '新しい{kind}のプレースホルダーです。サイドバーでレコードを紐付けられます。',
|
|
97
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': 'レコードが見つかりません。連携とデータ一覧を確認してください。',
|
|
98
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': '丸テーブル',
|
|
99
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': 'テーブル',
|
|
100
|
+
'pisell-floor-map-layout.figma-card.default-table': 'テーブル',
|
|
101
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': '着席 {n} 名',
|
|
102
|
+
'pisell-floor-map-layout.figma-card.guests-count': '{n} 名'
|
|
103
|
+
};
|
|
@@ -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
|
+
};
|