UNPKG

docking-egid

Version:

This library is built to provide a solution for Angular enables the creation of complex layouts consisting of panels that can be floated, docked, nested, resized, pinned, unpinned and closed. Additional components can be integrated to create an IDE-like l

15 lines (14 loc) 361 B
/** * Japanese resource strings for the Dock Manager */ export const IgcDockManagerResourceStringsJP = { close: '閉じる', pin: '固定', unpin: '固定解除', maximize: '最大化', minimize: '最小化', moreOptions: 'その他のオプション', moreTabs: 'その他のタブ', panes: 'Panes', documents: 'Documents' };