Theme Inspinia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

grid.locale-pt-br.js 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. },
  26. search : {
  27. caption: "Procurar...",
  28. Find: "Procurar",
  29. Reset: "Resetar",
  30. 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"}],
  31. groupOps: [ { op: "AND", text: "todos" },{ op: "OR", text: "qualquer um" } ],
  32. operandTitle : "Click to select search operation.",
  33. resetTitle : "Reset Search Value"
  34. },
  35. edit : {
  36. addCaption: "Incluir",
  37. editCaption: "Alterar",
  38. bSubmit: "Enviar",
  39. bCancel: "Cancelar",
  40. bClose: "Fechar",
  41. saveData: "Os dados foram alterados! Salvar alterações?",
  42. bYes : "Sim",
  43. bNo : "Não",
  44. bExit : "Cancelar",
  45. msg: {
  46. required:"Campo obrigatório",
  47. number:"Por favor, informe um número válido",
  48. minValue:"valor deve ser igual ou maior que ",
  49. maxValue:"valor deve ser menor ou igual a",
  50. email: "este e-mail não é válido",
  51. integer: "Por favor, informe um valor inteiro",
  52. date: "Por favor, informe uma data válida",
  53. url: "não é uma URL válida. Prefixo obrigatório ('http://' or 'https://')",
  54. nodefined : " não está definido!",
  55. novalue : " um valor de retorno é obrigatório!",
  56. customarray : "Função customizada deve retornar um array!",
  57. customfcheck : "Função customizada deve estar presente em caso de validação customizada!"
  58. }
  59. },
  60. view : {
  61. caption: "Ver Registro",
  62. bClose: "Fechar"
  63. },
  64. del : {
  65. caption: "Apagar",
  66. msg: "Apagar registro(s) selecionado(s)?",
  67. bSubmit: "Apagar",
  68. bCancel: "Cancelar"
  69. },
  70. nav : {
  71. edittext: " ",
  72. edittitle: "Alterar registro selecionado",
  73. addtext:" ",
  74. addtitle: "Incluir novo registro",
  75. deltext: " ",
  76. deltitle: "Apagar registro selecionado",
  77. searchtext: " ",
  78. searchtitle: "Procurar registros",
  79. refreshtext: "",
  80. refreshtitle: "Recarregando tabela",
  81. alertcap: "Aviso",
  82. alerttext: "Por favor, selecione um registro",
  83. viewtext: "",
  84. viewtitle: "Ver linha selecionada"
  85. },
  86. col : {
  87. caption: "Mostrar/Esconder Colunas",
  88. bSubmit: "Enviar",
  89. bCancel: "Cancelar"
  90. },
  91. errors : {
  92. errcap : "Erro",
  93. nourl : "Nenhuma URL definida",
  94. norecords: "Sem registros para exibir",
  95. model : "Comprimento de colNames <> colModel!"
  96. },
  97. formatter : {
  98. integer : {thousandsSeparator: " ", defaultValue: '0'},
  99. number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
  100. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "R$ ", suffix:"", defaultValue: '0,00'},
  101. date : {
  102. dayNames: [
  103. "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb",
  104. "Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"
  105. ],
  106. monthNames: [
  107. "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez",
  108. "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
  109. ],
  110. AmPm : ["am","pm","AM","PM"],
  111. S: function (j) {return j < 11 || j > 13 ? ['º', 'º', 'º', 'º'][Math.min((j - 1) % 10, 3)] : 'º'},
  112. srcformat: 'Y-m-d',
  113. newformat: 'd/m/Y',
  114. parseRe : /[#%\\\/:_;.,\t\s-]/,
  115. masks : {
  116. ISO8601Long:"Y-m-d H:i:s",
  117. ISO8601Short:"Y-m-d",
  118. ShortDate: "n/j/Y",
  119. LongDate: "l, F d, Y",
  120. FullDateTime: "l, F d, Y g:i:s A",
  121. MonthDay: "F d",
  122. ShortTime: "g:i A",
  123. LongTime: "g:i:s A",
  124. SortableDateTime: "Y-m-d\\TH:i:s",
  125. UniversalSortableDateTime: "Y-m-d H:i:sO",
  126. YearMonth: "F, Y"
  127. },
  128. reformatAfterEdit : false
  129. },
  130. baseLinkUrl: '',
  131. showAction: '',
  132. target: '',
  133. checkbox : {disabled:true},
  134. idName : 'id'
  135. }
  136. });
  137. })(jQuery);