|
@@ -5,38 +5,38 @@
|
|
|
|
|
|
|
|
$.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
|
|
$.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
|
|
|
formatCopyRows () {
|
|
formatCopyRows () {
|
|
|
- return 'Copy Rows'
|
|
|
|
|
|
|
+ return 'Copiar Linhas'
|
|
|
},
|
|
},
|
|
|
formatPrint () {
|
|
formatPrint () {
|
|
|
- return 'Print'
|
|
|
|
|
|
|
+ return 'Imprimir'
|
|
|
},
|
|
},
|
|
|
formatLoadingMessage () {
|
|
formatLoadingMessage () {
|
|
|
return 'A carregar, por favor aguarde'
|
|
return 'A carregar, por favor aguarde'
|
|
|
},
|
|
},
|
|
|
formatRecordsPerPage (pageNumber) {
|
|
formatRecordsPerPage (pageNumber) {
|
|
|
- return `${pageNumber} registos por página`
|
|
|
|
|
|
|
+ return `${pageNumber} registos por página`
|
|
|
},
|
|
},
|
|
|
formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
|
|
formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
|
|
|
if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
|
|
if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
|
|
|
return `A mostrar ${pageFrom} até ${pageTo} de ${totalRows} linhas (filtered from ${totalNotFiltered} total rows)`
|
|
return `A mostrar ${pageFrom} até ${pageTo} de ${totalRows} linhas (filtered from ${totalNotFiltered} total rows)`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- return `A mostrar ${pageFrom} até ${pageTo} de ${totalRows} linhas`
|
|
|
|
|
|
|
+ return `A mostrar ${pageFrom} até ${pageTo} de ${totalRows} linhas`
|
|
|
},
|
|
},
|
|
|
formatSRPaginationPreText () {
|
|
formatSRPaginationPreText () {
|
|
|
- return 'previous page'
|
|
|
|
|
|
|
+ return 'página anterior'
|
|
|
},
|
|
},
|
|
|
formatSRPaginationPageText (page) {
|
|
formatSRPaginationPageText (page) {
|
|
|
- return `to page ${page}`
|
|
|
|
|
|
|
+ return `ir para página ${page}`
|
|
|
},
|
|
},
|
|
|
formatSRPaginationNextText () {
|
|
formatSRPaginationNextText () {
|
|
|
- return 'next page'
|
|
|
|
|
|
|
+ return 'próxima página'
|
|
|
},
|
|
},
|
|
|
formatDetailPagination (totalRows) {
|
|
formatDetailPagination (totalRows) {
|
|
|
- return `Showing ${totalRows} rows`
|
|
|
|
|
|
|
+ return `Mostrando ${totalRows} linhas`
|
|
|
},
|
|
},
|
|
|
formatClearSearch () {
|
|
formatClearSearch () {
|
|
|
- return 'Clear Search'
|
|
|
|
|
|
|
+ return 'Limpar Pesquisa'
|
|
|
},
|
|
},
|
|
|
formatSearch () {
|
|
formatSearch () {
|
|
|
return 'Pesquisa'
|
|
return 'Pesquisa'
|
|
@@ -45,16 +45,16 @@ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
|
|
|
return 'Nenhum registo encontrado'
|
|
return 'Nenhum registo encontrado'
|
|
|
},
|
|
},
|
|
|
formatPaginationSwitch () {
|
|
formatPaginationSwitch () {
|
|
|
- return 'Esconder/Mostrar paginação'
|
|
|
|
|
|
|
+ return 'Esconder/Mostrar paginação'
|
|
|
},
|
|
},
|
|
|
formatPaginationSwitchDown () {
|
|
formatPaginationSwitchDown () {
|
|
|
- return 'Show pagination'
|
|
|
|
|
|
|
+ return 'Mostrar página'
|
|
|
},
|
|
},
|
|
|
formatPaginationSwitchUp () {
|
|
formatPaginationSwitchUp () {
|
|
|
- return 'Hide pagination'
|
|
|
|
|
|
|
+ return 'Esconder página'
|
|
|
},
|
|
},
|
|
|
formatRefresh () {
|
|
formatRefresh () {
|
|
|
- return 'Atualizar'
|
|
|
|
|
|
|
+ return 'Actualizar'
|
|
|
},
|
|
},
|
|
|
formatToggle () {
|
|
formatToggle () {
|
|
|
return 'Alternar'
|
|
return 'Alternar'
|
|
@@ -69,37 +69,37 @@ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
|
|
|
return 'Colunas'
|
|
return 'Colunas'
|
|
|
},
|
|
},
|
|
|
formatColumnsToggleAll () {
|
|
formatColumnsToggleAll () {
|
|
|
- return 'Toggle all'
|
|
|
|
|
|
|
+ return 'Activar tudo'
|
|
|
},
|
|
},
|
|
|
formatFullscreen () {
|
|
formatFullscreen () {
|
|
|
- return 'Fullscreen'
|
|
|
|
|
|
|
+ return 'Ecrã completo'
|
|
|
},
|
|
},
|
|
|
formatAllRows () {
|
|
formatAllRows () {
|
|
|
return 'Tudo'
|
|
return 'Tudo'
|
|
|
},
|
|
},
|
|
|
formatAutoRefresh () {
|
|
formatAutoRefresh () {
|
|
|
- return 'Auto Refresh'
|
|
|
|
|
|
|
+ return 'Actualização autmática'
|
|
|
},
|
|
},
|
|
|
formatExport () {
|
|
formatExport () {
|
|
|
- return 'Export data'
|
|
|
|
|
|
|
+ return 'Exportar dados'
|
|
|
},
|
|
},
|
|
|
formatJumpTo () {
|
|
formatJumpTo () {
|
|
|
- return 'GO'
|
|
|
|
|
|
|
+ return 'Avançar'
|
|
|
},
|
|
},
|
|
|
formatAdvancedSearch () {
|
|
formatAdvancedSearch () {
|
|
|
- return 'Advanced search'
|
|
|
|
|
|
|
+ return 'Pesquisa avançada'
|
|
|
},
|
|
},
|
|
|
formatAdvancedCloseButton () {
|
|
formatAdvancedCloseButton () {
|
|
|
- return 'Close'
|
|
|
|
|
|
|
+ return 'Fechar'
|
|
|
},
|
|
},
|
|
|
formatFilterControlSwitch () {
|
|
formatFilterControlSwitch () {
|
|
|
- return 'Hide/Show controls'
|
|
|
|
|
|
|
+ return 'Esconder/Exibir controlos'
|
|
|
},
|
|
},
|
|
|
formatFilterControlSwitchHide () {
|
|
formatFilterControlSwitchHide () {
|
|
|
- return 'Hide controls'
|
|
|
|
|
|
|
+ return 'Esconder controlos'
|
|
|
},
|
|
},
|
|
|
formatFilterControlSwitchShow () {
|
|
formatFilterControlSwitchShow () {
|
|
|
- return 'Show controls'
|
|
|
|
|
|
|
+ return 'Exibir controlos'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|