ソースを参照

translating locales for pt-PT

David S. Batista 4 年 前
コミット
57036a0a4e
1 ファイル変更19 行追加19 行削除
  1. 19 19
      src/locale/bootstrap-table-pt-PT.js

+ 19 - 19
src/locale/bootstrap-table-pt-PT.js

@@ -5,7 +5,7 @@
 
 
 $.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 'Print'
@@ -24,19 +24,19 @@ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
     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 agina&ccedilão ${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'
@@ -48,13 +48,13 @@ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
     return 'Esconder/Mostrar pagina&ccedilão'
     return 'Esconder/Mostrar pagina&ccedilão'
   },
   },
   formatPaginationSwitchDown () {
   formatPaginationSwitchDown () {
-    return 'Show pagination'
+    return 'Mostra pagina&ccedilão'
   },
   },
   formatPaginationSwitchUp () {
   formatPaginationSwitchUp () {
-    return 'Hide pagination'
+    return 'Esconder pagina&ccedilão'
   },
   },
   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'
   }
   }
 }
 }