Lines Matching full:global
43 :empty-text="$t('global.table.emptyMessage')"
57 <span class="sr-only">{{ $t('global.table.selectAll') }}</span>
66 <span class="sr-only">{{ $t('global.table.selectItem') }}</span>
92 :label="$t('global.table.itemsPerPage')"
117 import PageTitle from '@/components/Global/PageTitle';
118 import Search from '@/components/Global/Search';
119 import TableCellCount from '@/components/Global/TableCellCount';
120 import TableRowAction from '@/components/Global/TableRowAction';
121 import TableToolbar from '@/components/Global/TableToolbar';
173 label: i18n.global.t('pageSessions.table.sessionID'),
178 label: i18n.global.t('pageSessions.table.context'),
183 label: i18n.global.t('pageSessions.table.username'),
188 label: i18n.global.t('pageSessions.table.ipAddress'),
200 label: i18n.global.t('pageSessions.action.disconnect'),
226 title: i18n.global.t('pageSessions.action.disconnect'),
264 i18n.global.t('pageSessions.modal.disconnectMessage'),
266 title: i18n.global.t('pageSessions.modal.disconnectTitle'),
267 okTitle: i18n.global.t('pageSessions.action.disconnect'),
268 cancelTitle: i18n.global.t('global.action.cancel'),
282 i18n.global.t(
287 title: i18n.global.t(
291 okTitle: i18n.global.t('pageSessions.action.disconnect'),
292 cancelTitle: i18n.global.t('global.action.cancel'),