grid.locale-pt-br.js 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. ;(function($){
  2. /**
  3. * jqGrid Brazilian-Portuguese Translation
  4. * Sergio Righi sergio.righi@gmail.com
  5. * http://curve.com.br
  6. *
  7. * Updated by Jonnas Fonini
  8. * http://fonini.net
  9. *
  10. *
  11. * Updated by Fabio Ferreira da Silva fabio_ferreiradasilva@yahoo.com.br
  12. *
  13. *
  14. * Dual licensed under the MIT and GPL licenses:
  15. * http://www.opensource.org/licenses/mit-license.php
  16. * http://www.gnu.org/licenses/gpl.html
  17. **/
  18. $.jgrid = $.jgrid || {};
  19. $.extend($.jgrid,{
  20. defaults : {
  21. recordtext: "Ver {0} - {1} de {2}",
  22. emptyrecords: "Nenhum registro para visualizar",
  23. loadtext: "Carregando...",
  24. pgtext : "Página {0} de {1}",
  25. pgfirst : "First Page",
  26. pglast : "Last Page",
  27. pgnext : "Next Page",
  28. pgprev : "Previous Page",
  29. pgrecs : "Records per Page",
  30. showhide: "Toggle Expand Collapse Grid"
  31. },
  32. search : {
  33. caption: "Procurar...",
  34. Find: "Procurar",
  35. Reset: "Resetar",
  36. odata: [{ oper:'eq', text:"igual"},{ oper:'ne', text:"diferente"},{ oper:'lt', text:"menor"},{ oper:'le', text:"menor ou igual"},{ oper:'gt', text:"maior"},{ oper:'ge', text:"maior ou igual"},{ oper:'bw', text:"inicia com"},{ oper:'bn', text:"não inicia com"},{ oper:'in', text:"está em"},{ oper:'ni', text:"não está em"},{ oper:'ew', text:"termina com"},{ oper:'en', text:"não termina com"},{ oper:'cn', text:"contém"},{ oper:'nc', text:"não contém"},{ oper:'nu', text:"nulo"},{ oper:'nn', text:"não nulo"}],
  37. groupOps: [ { op: "AND", text: "todos" },{ op: "OR", text: "qualquer um" } ],
  38. operandTitle : "Click to select search operation.",
  39. resetTitle : "Reset Search Value"
  40. },
  41. edit : {
  42. addCaption: "Incluir",
  43. editCaption: "Alterar",
  44. bSubmit: "Enviar",
  45. bCancel: "Cancelar",
  46. bClose: "Fechar",
  47. saveData: "Os dados foram alterados! Salvar alterações?",
  48. bYes : "Sim",
  49. bNo : "Não",
  50. bExit : "Cancelar",
  51. msg: {
  52. required:"Campo obrigatório",
  53. number:"Por favor, informe um número válido",
  54. minValue:"valor deve ser igual ou maior que ",
  55. maxValue:"valor deve ser menor ou igual a",
  56. email: "este e-mail não é válido",
  57. integer: "Por favor, informe um valor inteiro",
  58. date: "Por favor, informe uma data válida",
  59. url: "não é uma URL válida. Prefixo obrigatório ('http://' or 'https://')",
  60. nodefined : " não está definido!",
  61. novalue : " um valor de retorno é obrigatório!",
  62. customarray : "Função customizada deve retornar um array!",
  63. customfcheck : "Função customizada deve estar presente em caso de validação customizada!"
  64. }
  65. },
  66. view : {
  67. caption: "Ver Registro",
  68. bClose: "Fechar"
  69. },
  70. del : {
  71. caption: "Apagar",
  72. msg: "Apagar registro(s) selecionado(s)?",
  73. bSubmit: "Apagar",
  74. bCancel: "Cancelar"
  75. },
  76. nav : {
  77. edittext: " ",
  78. edittitle: "Alterar registro selecionado",
  79. addtext:" ",
  80. addtitle: "Incluir novo registro",
  81. deltext: " ",
  82. deltitle: "Apagar registro selecionado",
  83. searchtext: " ",
  84. searchtitle: "Procurar registros",
  85. refreshtext: "",
  86. refreshtitle: "Recarregando tabela",
  87. alertcap: "Aviso",
  88. alerttext: "Por favor, selecione um registro",
  89. viewtext: "",
  90. viewtitle: "Ver linha selecionada"
  91. },
  92. col : {
  93. caption: "Mostrar/Esconder Colunas",
  94. bSubmit: "Enviar",
  95. bCancel: "Cancelar"
  96. },
  97. errors : {
  98. errcap : "Erro",
  99. nourl : "Nenhuma URL definida",
  100. norecords: "Sem registros para exibir",
  101. model : "Comprimento de colNames <> colModel!"
  102. },
  103. formatter : {
  104. integer : {thousandsSeparator: " ", defaultValue: '0'},
  105. number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
  106. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "R$ ", suffix:"", defaultValue: '0,00'},
  107. date : {
  108. dayNames: [
  109. "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb",
  110. "Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"
  111. ],
  112. monthNames: [
  113. "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez",
  114. "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
  115. ],
  116. AmPm : ["am","pm","AM","PM"],
  117. S: function (j) {return j < 11 || j > 13 ? ['º', 'º', 'º', 'º'][Math.min((j - 1) % 10, 3)] : 'º'},
  118. srcformat: 'Y-m-d',
  119. newformat: 'd/m/Y',
  120. parseRe : /[#%\\\/:_;.,\t\s-]/,
  121. masks : {
  122. ISO8601Long:"Y-m-d H:i:s",
  123. ISO8601Short:"Y-m-d",
  124. ShortDate: "n/j/Y",
  125. LongDate: "l, F d, Y",
  126. FullDateTime: "l, F d, Y g:i:s A",
  127. MonthDay: "F d",
  128. ShortTime: "g:i A",
  129. LongTime: "g:i:s A",
  130. SortableDateTime: "Y-m-d\\TH:i:s",
  131. UniversalSortableDateTime: "Y-m-d H:i:sO",
  132. YearMonth: "F, Y"
  133. },
  134. reformatAfterEdit : false,
  135. userLocalTime : false
  136. },
  137. baseLinkUrl: '',
  138. showAction: '',
  139. target: '',
  140. checkbox : {disabled:true},
  141. idName : 'id'
  142. }
  143. });
  144. })(jQuery);